
/* ======================================= */
/* BASIS / LAYOUT */
/* ======================================= */

html, body {
    height: 98%;
    background-color: #fff;
    font-size: 16px;    
}

body{
    overflow-x: hidden;
    overflow-y: auto;
}
.ui-widget, body{
    font-family: 'Roboto', sans-serif !important;
}

.container{
    width: 90%;
    max-width: 90%;
    padding-bottom: 100px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    /*min-height: 700px;*/
}

.footer{
    width: 100%;
    background-color: #7A0400 ;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-style:solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    vertical-align: top;
    /*border-color: 0a3460;*/
    font-size: 0.75rem;
    /*
    position: fixed;
    bottom: 0px;
    */
    /*position: absolute;*/
    z-index: 9;

    position: fixed;
    bottom: 0px;
}



/* ======================================= */
/* HEADER + ELEMENTE */
/* ======================================= */

.header{
    width: 100%;
    /*background-color: rgba(136,136,136,.5);*/
    padding: 0px 0;
    color: #777;
    /*border-bottom-style: solid;
    border-width: 0px;
    border-bottom-color: #0a3460;*/
    padding-left:10px;
    padding-right:10px;
    height: 60px;/*auto;*/
    min-height: 50px;
    /*border-bottom: 2px solid #000;*/
    position: absolute;/*fixed*/
    z-index: 98;
    top: 10px;
}

.userdata
{
    font-size: .813em;
    text-align: right;
    margin-top: 20px;
    color: #fff;
}

.userdata a
{
    color: #fff;
}

.userdata a{
    text-decoration: none;
}

#sub-header{
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #333;
    text-align: center;
}

.header-main{
    font-size: 1em;
    line-height: 1.5em;
    /*font-weight: 600;*/
    color: #fff;
    margin-top: 5px;
}

.sub-header-wrapper{
    padding: 30px;
}

.page-header{
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}



/* ======================================= */
/* DIVERSE */
/* ======================================= */

.higlighter:hover
{
    background-color: #ededed;
}

.col-bg-white{
    background-color: #fff;
    height: 350px;
}

.tab-content h3{
    margin-top: 25px;
}

.lead{
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
}

body.loading {
     overflow: hidden;   
 }

body.loading .modal {
     display: block;
}

.modal {
     display:    none;
     position:   fixed;
     z-index:    1000;
     top:        0;
     left:       0;
     height:     100%;
     width:      100%;
     background: rgba( 255, 255, 255, .8 ) 
                 url('../../int/images/global/loading/ajax-loader.gif') 
                 50% 50% 
                 no-repeat;
}

body.loadingManuell .modalManuell {
    display: block;
}

.modalManuell {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../int/images/global/loading/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

.text-left{
    text-align: left!important;
}

.row-border-bottom{
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    border-bottom-width: 1px;
    /*padding-bottom:3px;*/
    font-size: 13px;
}
/*
.row.row-border-bottom.higlighter{
    font-size: 0.75rem;
}
*/

hr{
    border-top-color: #cccccc;    
}

h1{
    font-size: 2rem;
    font-weight: 600;
}

h1.h1-medium{
    font-size: 1.75rem;
    color: #777;
    font-weight: normal;
}

h2{
    color: #777;
    font-size: 1.5rem;
}

h3{
    font-size: 1.375rem;
    font-weight: 600;
}

.text-highlight-fett-farbe{
    color: #888;
    font-weight: bold;    
}

.mouse-pointer
{
    cursor:pointer;
}

.font-small{
    font-size: 12px;
}

a.link-unterline{
    /*text-decoration: underline;*/
    font-weight: bold;
}

.logo{
    margin-right:10px;
}

.logo-header{
    margin-top: 15px;
    margin-left: 15px;
    z-index: 99;
    position: absolute;
}

/*
.bg-gelb{
    background-color: #ff0000;
}
*/

.bg-gelb{
    background-color: #ffff00;
}

.bg-gruen{
    background-color: #00ff00;
}

.text-rot{
    color: #ff0000;
}

.text-blau{
    color: #0000ff;
}

.container a{
    color: #337ab7;
}

.footer a{
    color: #fff;
}

/*
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}
*/

legend{
    width: auto;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;    
}

.ui-widget-header, .ui-button{
    background: #ff1515 !important;
    color: #fff !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header{
    background: #ddd !important;
}

.userdetails-container .row{
    margin-bottom: 10px;
}

.color-black{
    color: #000;
}

.min-width-150{
    min-width: 150px !important;
}

fieldset.scheduler-border {
    border: 1px solid #ccc !important;
    padding: 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #ddd;
            box-shadow:  0px 0px 0px 0px #ddd;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.systemnachrichten{
    padding:10px; 
    background-color: #eee; 
    /*height: 50px;*/
    /*max-width: 900px;*/
    width: 100%;
    overflow-x: hidden; 
    overflow-x: auto; 
    font-size: 0.9rem;
}

.systemnachrichten{
    height: 250px;
    /*max-width: 900px;*/
}

.neuerTeilnehmer{
    color: #ff0000;
}

.rolle_1{
    background-color:#FFD39B;
}

.rolle_3{
    background-color:#fff;
}

.higru-rot{
    background-color: #ff0000;
}

.border-red{
    border-style: solid;
    border-color: #ff0000 !important;
    background-color: #ff0000;
}

.font-red{
    color: #ff0000;
}

.font-durchgestrichen{
    text-decoration: line-through;
}

.highlight{
    background-color: #104b8e;
    color: #fff;
}

.no-col-padding-left{
    padding-left: 0px;
}

.ui-widget-overlay{
    background: #000 !important;
    opacity: 0.5 !important;
}

.datum-info{
    font-size: 0.8rem;
    font-weight: bold;
}

.row-head .glyphicon{
    font-size: 0.7rem;
}

.glyphicon{
    color: #fff;
}

.userdetails-container fieldset #acc-besucher .glyph-weiss .glyphicon, .userdetails-container fieldset .higlighter .glyphicon, .userdetails-container fieldset.glyph-white-block .glyphicon{
    color: #fff;
}

.farbe-rot{
    color: #ff0000;
}

.col-div{
    display: block;
    cursor: pointer;
    width: 50px;
    float: left;
    border: 1px solid #fff;    
}

.col-div-selected{
    border: 1px solid #000;
}

.abstand-unten-s{
    margin-bottom: 25px;
}

.abstand-unten-xs{
    margin-bottom: 5px;
}

.abstand-rechts-25{
    margin-right: 25px;
}

#suchergebnisse-div .user-row{
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#flaggencontainer-login
{
    max-width: 500px;
    padding: 0 29px;
    margin: 0 auto 0px;
}

#flaggencontainer{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
}

.flagge{
    float: left;
    margin-right: 25px;
}

.showmobile{
    display: none;
}

.notifyBullet a::before, a.notifyBullet::before {
  content: "• ";
  font-size: 2rem;
  color: #ff0000;
  position: absolute;
  margin-top: -20px;
  margin-left: -10px;
}

.clearer-div{
    clear: both;
}

.btn-suche-floater-right{
     float:right;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 25px;
}

.lastsaved-span{
    font-size: 0.8rem;
    color: #ff0000;
    font-weight: bold;
    position: absolute;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


/* PROJEKT / CUSTOM >>>>> */

.order-box{
    padding: 20px;
    margin: 0% 1% 1% 0%;
    background-color: #ededed;
    border: 1px solid #B20000;
    width: 24%;
    float: left;
    cursor: pointer;
}

.order-box:hover{
    background-color: #ddd;
}

.order-box .ordernr{
    font-weight: bold;
}

.order-box .order-zeitpunkt{
    font-style: italic;
    font-size: 0.9rem;;
}

.order-box .kunde{
    font-weight: bold;
}

.order-box-status-1{
    background-color: #ffff00;
}

.order-box-status-4{
    background-color: #00ff00;
}

.order-box .order-status{
    margin-top: 10px;
}

#wkbtn-fixed {
    display: none;
    right: -1000px;
}

.desktop-navi-box{
    font-size: 1.5rem;
    color: #B20000;
}

.navi-box-item{
    display: block;
    position: relative;
    width: 30%;
    height: 250px;
    margin: 0.5%;
    float: left;
    background-color: #ddd;
    padding: 1%;
    cursor: pointer;
}

.navi-box-item:hover{
    background-color: #B20000;
    color: #fff;
}

a .navi-box-item{
    color: #B20000;
}

.navi-box-item .glyphicon{
    margin-top: 15px;
    display: block;;
}


.kategorie-block, .artikel-block{
    padding: 15px;
    margin-bottom: 10px;
    display: block;
    background-color: #dedede;
}

 a.kategorie-block{
    text-decoration: none;
    color: #222;
}

.kategorie-block{
    padding: 0px;
    height: 200px;
    font-size: 2rem;
    /*padding-top: 25px;*/
    margin-top: 25px;
    border-radius: 15px 15px 0px 0px;
}

/*
.kategorie-details{

}
*/

.kategoriebild{
    background: url('../../int/images/slider-header/header.jpg') no-repeat center #eee;
}

.kategorie-link-text{
    padding: 15px;
    background-color: #7A0400;
    color: #fff;
    /*
    position: relative;
    top: 20px;*/
    /*margin-top: 50px;*/
    border-radius: 15px 15px 0px 0px;
}

.shop-artikel-bild{
    margin: 10px;
    width: 100%;
    max-width: 100px;
    cursor: pointer;
}

.artikelliste-col{
    margin-top: 20px;
}

.shopview .col-xs-12.col-md-2.artikelliste-col .vpe{
    display: none;
    float: left;
}

#warenkorb-dlg .wkartmengetxt{
    display: none;    
}

/* <<<<< PROJEKT / CUSTOM */



/* Unicode character for "plus" sign (+) - https://unicode-table.com/de/sets/arrow-symbols/ */
/* Unicode character for "minus" sign (-) - https://unicode-table.com/de/sets/arrow-symbols/*/
/*
.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
}
*/

.icon-info{
    display: block;
    margin-right: 25px;
    float: left;
}
.icon-info img{
    margin-bottom: 0px;
}



/* ======================================= */
/* NAVIGATION */
/* ======================================= */

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link{
    color: #fff !important;
    padding: 17px;
    font-weight: 500;
    /*border-left-width: 8px;
    border-left-style: solid;
    border-left-color: #fff;*/
}

.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link:hover{
    border-left-color: #ff1515 !important;
}

li.nav-item{
    white-space: nowrap;    
}

.navbar-light .navbar-nav .active >.nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link{
    /*color: #444  !important;
    background-color: #ff1515;*/
    box-shadow: 1px 1px 10px 1px #222;
}

.navbar.navbar-expand-lg.navbar-light.bg-light .dropdown-menu.show{
    min-width: 225px;
}

.navbar-light .navbar-nav .dropdown-menu .nav-link{
    color: #222 !important;
    padding: 10px;
}

.navbar-light .navbar-nav .dropdown-menu .nav-link.active{
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-item.active .dropdown-menu a.nav-link{
    box-shadow: none;
}

.navbar-toggler{
    background-color: #fff;
    padding: 2px !important;
    margin-top: 90px;
}

.navbar-nav.mr-auto{
    z-index: 9999;
    /*background-color: #B20000;*/
    width: 250px;
    border-radius: 5px;
    text-align: left;
}



/* ======================================= */
/* BUTTONS */
/* ======================================= */

.btn-xs{
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-roleselection 
{    
    max-width: 400px;
    margin: 0 auto 20px;
    margin-top:100px;
}

.btn-echtheit{
    background-color: #ff1515;
    border: none;
}

.btn, .btn-primary {
    color: #fff;
    background-color: #B20000;
    border-color: #B20000;
}

.focus.disabled.btn-default, .disabled.btn-default:focus, .disabled.btn-default:hover, [disabled].focus.btn-default, [disabled].btn-default:focus, [disabled].btn-default:hover, fieldset[disabled] .focus.btn-default, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    color: #FFF;
    background-color: #dddddd;
    border-color: #dcdcdc;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #ff1515;
    border-color: #ff1515;
}

.btn-danger{
    background-color: #ff0000;
}

.button-style-default{
    background-color: #888;
    color: #fff;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}



/* ======================================= */
/* FORMULARE (login, registrierung, ...) */
/* ======================================= */

.form-signin .form-signin-heading, .form-register .form-register-heading{
    padding-top: 20px;
}

.form-signin 
{
    max-width: 500px;
    padding: 0 29px;
    margin: 0 auto 20px;
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox 
{
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] 
{
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}



/* ======================================= */
/* BOOTSTRAP DIVERSE */
/* ======================================= */

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5{
    font-size: 0.85rem !important;
}

.form-control{
    border-radius: 0px;
    /*height: calc(1em + .75rem + 4px);*/
    font-size: 0.85rem !important;
}

.input-group>.input-group-prepend>.input-group-text{
    width: 150px;
}


.form-control[type="checkbox"]:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[type="checkbox"] {
    width: 50px;
}

/* ------------------------ */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 0px;
}



/* ========================================================================== */



@media only screen and (max-width: 1600px) {  
    
}


@media only screen and (max-width: 1400px) {  
    .marktplatz-box {
        width:48%;
    }
    
    .lektionkachel{
        width: 45%;
        float: left;
        margin-bottom: 20px;
        padding: 2%;
        color: #fff;
    }
}

@media only screen and (max-width: 897px) {  
        
    .marktplatz-box {
        width:98%;
    }
    
    #filter{
        margin-bottom: 25px;
    }
    
    .navbar-light .navbar-nav .nav-link{
        color: #fff !important;
    }
    .navbar-nav.mr-auto{
        z-index: 9999;
        position: absolute;
        background-color: #222;
        width: 250px;
        border-radius: 5px;
    }
    
    .navbar-light .navbar-nav .active>.nav-link{
        color: #fff !important;
    }
    
    .mr-auto{
        text-align: left;
    }
    
    .col-md-7.col-md-7-mobile{    
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 98.333333%;
        max-width: 98.333333%;
    }
    
    .userdata{
        margin-bottom: 15px;
    }
    
    /*
    .container-fluid{
        background-color: rgba(136,136,136,.5);
    }
    */
    
    .navbar.navbar-expand-lg.navbar-light{
        padding: 10px 0px;
    }

    h1{
        font-size: 1.75rem;
    }    
    
    .ui-widget.ui-widget-content{
        max-width: 95%;
        top: 100px !important;
    }
        
    .ui-dialog .ui-dialog-buttonpane button {
        width: 100%;
    }
    
    .btn-suche-floater-right{
        float:none;
        margin-top: 25px;
    }
    
    .column-s {
        width: 30% !important;
    }
    
    .modal-content {
        /*width: 70% !important;*/ /* nur für KFZ galerie mobile ! */
        margin-left: 10% !important; /* nur für KFZ galerie mobile ! */
    }
    
    .header{
        top: 0px;
        padding: 0;
    }
    
    .header-main{
        font-size: 1rem;
        margin-top: 15px;
    }
    
    .mobile-full-col{
        width: 100%;
        max-width: 80%;
    }
        
    .container{
        margin-left: 0px;
        max-width: 99%;
        width: 99%;
    }    
    
    .btn-umbruch{
        margin-bottom: 15px;
        width: 100%;
    }
    
    fieldset.scheduler-border {
        padding: 5px !important;
        border: none !important;
        margin: 0px !important;
    }
    
    .userdetails-container .col-md-12, .userdetails-container .col-md-8{
        padding: 0px;
    }
    
    .btn-chat-mobile{
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
            
    .logo-header{
        /*right: 10px;*/
        margin-top: 15px;
    }
    
    .showdesktop{
        display: none;
    }
    
    .showmobile{
        display: block;
    }

    .navi-box-item{
        width: 46%;
        height: 100px;
        margin: 2%;
        padding: 4%;
        font-size: 1rem;
    }

    .navi-box-item .glyphicon{
        margin-top: 5px;
    }

    .kategorie-link-text{
        top: 0px;
        width: 100%;
        display: block;
        padding: 10px;
    }

    .kategorie-block{
        height: 125px;        
    }

    a.kategorie-block{
        font-size: 1em;
    }
    
    .shopview .shop-artikel-bild{
        width: 50%;
        max-width: 50%;
        margin: 0px;
        border-radius: 10px;
    }

    .shopview .title-row, #warenkorb-dlg .wkartname{
        font-weight: bold;
    }

    .shopview .title-row, #warenkorb-dlg .title-row,
    .shopview .title-row, #warenkorb-dlg .wkartnr,
    .shopview .title-row, #warenkorb-dlg hr{
        display: none;
    }

    .shopview .title-row, #warenkorb-dlg .wkartmenge{
        width: 90%;
    }

    .shopview .title-row, #warenkorb-dlg .user-row{
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px #ddd solid;
    }    

    .shopview .title-row, #warenkorb-dlg .wkartgewicht,
    .shopview .title-row, #warenkorb-dlg .wkartezpreis,
    .shopview .title-row, #warenkorb-dlg .wkartgesamtpreis,
    .shopview .title-row, #warenkorb-dlg .wkartmwst{
        width: 30%;
        float: left;
    }

    .shopview .title-row, #warenkorb-dlg .wkartgesamtpreis{
        text-align: right;
    }

    .shopview .user-row{
        padding: 25px;
        padding-top: 0px;
    }

    .shopview .col-xs-12.col-md-1.artikelliste-col.artimg{
        text-align: center;
    }

    .shopview .col-xs-12.col-md-2.artikelliste-col.artnr{
        /*width: 30%;*/
        display: none;
    }

    .shopview .col-xs-12.col-md-3.artikelliste-col.artname{
        width: 90%;
        font-size: 1rem  !important;
        font-style: italic;
        margin-bottom: 25px;
    }

    .shopview .col-xs-12.col-md-2.artikelliste-col.artpreis{
        font-size: 1.25rem  !important;
        font-weight: bold;
        width: 50%;
    }

    .shopview .col-xs-12.col-md-2.artikelliste-col.artvpe{
        font-size: 0.95rem !important;        
        width: 45%;
        display: block;
    }

    .shopview .col-xs-12.col-md-2.artikelliste-col .vpe{
        display: block;
        margin-right: 5px;
        font-size: 0.95rem;
    }
    
    .shopview .col-xs-12.col-md-1.artikelliste-col.artmenge{
        width: 100%;
    }

    .shopview .title-row, #warenkorb-dlg .wkartkgpreis,
    .shopview .title-row, #warenkorb-dlg .wkartmwst{
        color: #fff;
    }

    #warenkorb-dlg .wkartmengetxt{
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }

    .shopview .col-xs-12.col-md-1.artikelliste-col.artmenge input{
        width: 100%;
        padding: 7px;
        font-size: 16px;
        /*margin-top: 25px;*/
    }

    .shopview .col-xs-12.col-md-1.artikelliste-col.artcartbtn,
    .shopview .col-xs-12.col-md-1.artikelliste-col.artcartbtn button{
        width: 100%;
    }

    .higlighter.user-row.bgmobileshop{
        background-color: #ededed;
    }

    .shopview .artikel-box .user-row{
        margin-bottom: 50px;
    }

    .shopview .artikel-box .row-border-bottom.user-row{
        border: none;
    }
    
    .shopview .artikel-box hr{
        display: none;
    }
}

