


@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    /*font-weight: bold;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    /*font-weight: normal;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
    /*font-weight: 500;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff');
    /*font-weight: 900;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff');
    /*font-weight: 300;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
    url('../fonts/Roboto-Thin.woff') format('woff');
    /*font-weight: 100;*/
    font-style: normal;
    font-display: swap;
}




:focus {
    outline: none;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to

    -> position:absolute

    and uncomment the code below.
    You also need to uncomment

    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/

h2{
    font-family: 'Roboto-Medium';
    font-size: 16px;
    color: #54442e;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: unset;
    line-height: 22px;

}

h3{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #54442e;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: unset;
    line-height: 20px;

}

.side-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
    border: none;
}
.side-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
    padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
    padding-right: 10px;
}
.side-menu #dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.side-menu #dropdown .caret {
    float: right;
    margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
    float: right;
}
.side-menu #dropdown > a {
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
    padding: 0;
    background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
    width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
    border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
    margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
    padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
    min-height: 80px;
}
.side-menu .brand-name-wrapper .navbar-brand {
    display: block;
}
.side-menu #search {
    position: relative;
    z-index: 1000;
}
.side-menu #search .panel-body {
    padding: 0;
}
.side-menu #search .panel-body .navbar-form {
    padding: 0;
    padding-right: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
    width: 100%;
    position: relative;
}
.side-menu #search .panel-body .navbar-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 15px 18px;
}
/* Main body section */
.side-body {
    clear:both;
}
/* small screen */
@media (max-width: 768px) {
    .side-menu {
        position: relative;
        width: 100%;
        height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }
    .side-menu .brand-name-wrapper .navbar-brand {
        display: inline-block;
    }
    /* Slide in animation */
    @-moz-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-webkit-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-moz-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @-webkit-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    /* Slide side menu*/
    /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
    .side-menu-container > .navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .side-menu-container > .navbar-nav {
        /* Add position:absolute for scrollable menu -> see top comment */
        position: fixed;
        left: -300px;
        width: 300px;
        top: 43px;
        height: 100%;
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Uncomment for scrollable menu -> see top comment */
    /*.absolute-wrapper{
          width:285px;
          -moz-animation: slideout 300ms forwards;
          -o-animation: slideout 300ms forwards;
          -webkit-animation: slideout 300ms forwards;
          animation: slideout 300ms forwards;
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
      }*/
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-moz-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    /* Slide side body*/
    .side-body {
        margin-left: 5px;
        margin-top: 70px;
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Hamburger */
    .navbar-toggle {
        border: 0;
        float: left;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3;
    }
    /* Search */
    #search .panel-body .navbar-form {
        border-bottom: 0;
    }
    #search .panel-body .navbar-form .form-group {
        margin: 0;
    }
    .navbar-header {
        /* this is probably redundant */
        position: fixed;
        z-index: 3;
        background-color: #f8f8f8;
    }
    /* Dropdown tweek */
    #dropdown .panel-body .navbar-nav {
        margin: 0;
    }
}

.sortable {
    list-style-type: none;
    cursor: move;
}

.sortable > li {
    padding:10px;
}

.lefttd >tbody >tr > td{
    padding:10px;
}
.maindiv {
    color: #000000;
}

tr.disabled {
    color:black;
    text-decoration: line-through;
}
table > tbody > tr.odd > td{
    background-color: #F6F6F6;
}
.logo_big{
    justify-content: center;
    margin-bottom: 50px;
}

.center {
    bottom: 300px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 1;
    background: #faf9f8;
}

#ulist_wrapper{
    padding:10px;
}
#rlist td{
    color: #000000;
    background-color: white;
}

.table td{
    color: #000000;
}
body{
    background: #faf9f8;
    font-family: 'Roboto-Regular';
}
.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color:white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    background-color:white;
}
.dataTables_wrapper .dataTables_length select{
    color:black !important;
}


a{
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #54442e;
    padding-right: 5px;
}

a:hover, a:focus, a:visited, a:active{
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.text_links{
    max-width: 900px;

}

.side_by_side_nav{
    float:left;
    padding: 5px;
}

.paginate_button{
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagerdefault, .pagerback, .pagerforward{
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #000000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    text-decoration: unset;
    background-color: #dddad5;
}

.pagerselected{
    color: #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    background-color: #54442e;
}

.csel_all{
    margin-bottom: 20px;
}

.csel_all span{
    font-family: Roboto-regular;
    font-size: 12px;
    color: #000000;
}

.csel_all input[type=checkbox]{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;

}



input[type=text], input[type=password], input[type=search] {
    height: 30px;
    min-width: 220px;
    width: auto;
    border-radius: 0px;
    border: 1px solid rgb(0 0 0 / 0.1);
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    box-shadow: inset 0 38px 0px rgb(255 255 255);
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: unset;
    background-color: unset;
}


.invertnav, .navbar-nav>li.invertnav>a{
    color: white;
    background-color: darkgray;
}
.greencheck{
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #FFFFFF;
    border:2px solid black;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box ;
    width: 30px;
    height: 30px;
    transition: all .3s linear;
}
.greencheck:checked{
    background-color: #2ECC71;
}


/*------------------- NEU ---------------*/

.felder_2{
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
}

.login img{

}

#mainlogo{

}


.navbar .navbar-nav>li>a {
    color: #000000;
    font-size: 14px;
    margin-left: 20px;
}
.navbar-nav>li.active {
    background-color: #FFFFFF;
}
.uform{
    max-width:600px;
}

.navbar-nav>li>a {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar {
    background-color: #f6f5f4;
    border-radius: 0px;
    position: relative;
    min-height: 40px;
    height: 80px;
    border: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
    margin-bottom: 0px;
    }

.navbar-header{
    float: left;
    margin: 20px 20px 20px 20px;
}

.navbar-nav {
    float: left;
    margin: 20px 20px 20px 0px;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .2);
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ffffff;
    border-color: unset;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: unset;
    border-radius: 0px;
    -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, .2);
}

.dropdown-menu>li>a {
    padding: 5px 5px 5px 10px;
    color: #333;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}


label{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: unset;
}

.legende, .form-group label{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #000000;
    max-width: 200px;
    font-weight: unset;
    padding: 0px;
    height: 30px;
    min-width: 180px;
    background-color: #dddad5;
    padding: 7px 10px 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-group {
    display: flex;
    margin-bottom: 10px;
}

.center .form-group{
    display: block;

}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: unset;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: unset;
    margin-right: 10px;
    font-family: 'Roboto-Regular';
    font-size: 12px;
}

.felder_2 .col-sm-10{
    width: 220px;
    margin-right: 20px;
}

.col-sm-10 span{
    margin: 5px 10px 0px 5px;
    vertical-align: text-bottom;
}

.col-sm-10 select[multiple]{
    height: auto;
    min-height: 157px;
    width: auto;
    max-width: 220px;
    min-width: 220px;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.radios{
    margin-top: -20px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #dddad5;
}



.rechner_filter{
    display: flex;
}

.rechner_filter .btn{
    margin-right: 10px;
}

.chk_accurate{
    margin-right: 20px;
}

.btn, html input[type=button]{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #fff;
    background-color: #877c6c;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    font-weight: unset;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 0);
    border-radius: 0px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%), 0px 15px 10px rgb(255 255 255 / 20%) inset;
    line-height: 1.5;
}




.btn:hover, .btn-primary:hover, .btn-primary:focus{
    color: #fff;
    background-color: #54442e;
    border: 1px solid rgb(0 0 0 / 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
}

.btn a, .btn a:hover, .btn a:focus {
    color: #fff;
    text-decoration: none;
}

#search{
    display: flex;
}

.feld_flex{
    display: flex;
    flex-wrap: wrap;
    background-color: #eeecea;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    min-width: 480px;
}

.feld_1{
    display: flex;
    flex-wrap: wrap;
}

.feld_input{
    min-width: 200px;
}

.glyphicon {
    margin-right: 5px;
}

input{
    margin-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
    margin: 9px 0px 0px 0px;
    line-height: normal;
}

.form-control, select{
    width: auto;
    max-width: 400px;
    min-width: 220px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.flowlabel select{
    width: auto;
    max-width: 220px;
    min-width: 220px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 10px 0px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
    border-top: 1px solid rgb(0 0 0 / 0.1);

}

table {
    border-spacing: 0;
    border-collapse: unset;
}


.table>thead>tr>th {
    padding: 5px 10px 2px 20px;
    vertical-align: middle;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #000000;
    background-color: #eeecea;
    border-top: 1px solid rgb(0 0 0 / 0.1);
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    min-width: 150px;
    height: 30px;
    /* max-width: 300px; */
    font-weight: normal;

}

.table>tbody>tr>td {
    padding: 2px 0px 0px 20px;
    vertical-align: middle;
    font-family: 'Roboto-Medium';
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    border-top: 0px solid rgb(0 0 0 / 0.1);
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    min-width: 150px;
    height: 30px;

}

td a, td a:visited, td a:active {
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #fff;
    background-color: #877c6c;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    padding: 7px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    font-weight: unset;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 0);
    border-radius: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3), 0px 15px 10px rgb(255 255 255 / 20%) inset;
}

td a:hover, td a:focus{
    color: #fff;
    background-color: #54442e;
    border: 1px solid rgb(0 0 0 / 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
    text-decoration: none;
}
.codediv{
    overflow: auto;
    max-height: 400px;
    max-width: 300px;
}


.afterstore{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    margin: 0px 0px 0px 0px;
    font-weight: unset;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 0);
    border-radius: 0px;

}

.afterstore a{
    padding: 7px 10px 5px 10px;
    margin-right: 5px;
    color: #fff;
    background-color: #877c6c;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3), 0px 15px 10px rgb(255 255 255 / 20%) inset;
}

.msgbox{
    background: #dddddd;
}

.flow{
    display: flex;
    flex-wrap: wrap;
}



.flowlabel{

    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    padding-bottom: 10px;
    background: #dddad5;
    margin-bottom: 20px;
}

.noflow{
    display: block;
}

.title{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    width: 220px;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    padding-top: 5px;
}

.reinput{
    align: right;
}

.bp_table th,.bp_table td{
    padding:5px;
}
.bp_table th{
    background-color: burlywood;
}
.bp_table tr:nth-child(odd) td{
    background-color: white;
}
.bp_table tr:nth-child(even) td{
    background-color: lightgrey;
}
.bp_table .warn{
    background-color:#FFAAAA;
    padding:5px;
}
.inspirationitem{
    padding: 0px;
    background-color: #ffffff;
    margin-right: 20px;
    min-width: 340px;
    max-width: 340px;
    min-height: 190px;
    max-height: 190px;
    margin-top: 0px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #d9d9d9;
    position:relative;
}

.inspirationitem .iheadline{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}
.inspirationitem .inspirationimg{
    width:100%;
    height:100%;
    object-fit: cover;
}
.inspirationitem .inspirationtext{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 30%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: white;
}
.inspirationitem .iteaser{
    white-space: pre;
    white-space: pre-line;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    height: 100px;
    overflow: auto;
    padding-right: 10px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.insfiltermain{
    position: absolute;
    top: 160px;
    left: 180px;
    z-index: 4000;
    background: lightgray;
    padding:10px;
    max-height: 70%;
    overflow: auto;
    display:none;
}
.insfiltergroup{
    float:left;
    min-width:120px;
    max-width: 120px;
    padding:0px;
}
.insfilterhead{
    color:white;
    background-color: black;
    margin:5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.insfilteritem{
    background-color:white;
    margin:5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    cursor:pointer;
}
.insfilteritem.active{
    color:white;
    background-color: black;
}
.insfilteritem.disabled{
    color:white;
    background-color: #EEEEEE;
    pointer-events: none;
}

.inspiration_filter {
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
}

.headline_inspiration {
    font-size: 12px;
    padding: 7px 10px 6px 10px;
    font-family: 'OpenSans-Semibold';
    float: left;
}
.inspiration_filter span{
    padding: 7px 10px 6px 10px;
    /*margin-top: 0px;*/
    height: 30px;
    border-radius: 3px;
    float: left;
}

.ifilterchild, .ifilterlist div{
    margin-top: 0px;
    background-color: #ffffff;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}


.ifiltermain.filter_ueberschrift{
    background-color: #f0f0f0;
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 25%);
}

.ifiltermain.filter_ueberschrift span{
    background-color: #f0f0f0;
}

.ifiltermain.filter_ueberschrift .glyphicon, .ifilterchild .glyphicon{
    float: right;
    margin-top: -1px;
}

.ifilterlist div .glyphicon{
    float:right;
}

.ifilterchild div span .glyphicon{
    float:right;
}




.ifiltername{
    background-color: #ffffff;
    padding: 7px 10px 6px 10px;
    float: left;
}

.glyphicon-pencil, .glyphicon-remove, .glyphicon-plus, .glyphicon-ok, .glyphicon-remov, .glyphicon-trash{
    padding: 6px 5px 5px 5px;
    background-color: #ffffff;
    margin-top: -1px;
    font-size: 14px;
    text-align: center;

}

.nowedit{
    background-color: #666666;
    color: #ffffff;
}

.ifiltermain.filter_ueberschrift span.nowedit{
    background-color: #666666;
}