@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
    height: 98%;
    background-color: #fff;
    font-size: 16px;
}

.ui-widget, body{
    font-family: 'Roboto', sans-serif !important;
}

.header{
    width: 100%;
    background-color: #0a3460;
    padding: 0px 0;
    color: #fff;
    /*margin-bottom: 30px;*/
    border-bottom-style: solid;
    border-width: 0px;
    border-bottom-color: #0a3460;
    padding-left:10px;
    padding-right:10px;
    height: auto;
    min-height: 60px;
}

/*
.headerwrapper{
    width: 100%;
    position: fixed;
    z-index: 2;
    background-color: #fff;
}

.container{
    top: 550px;    
}
*/

#suchbegriffe{
    display: none;
}

.start #suchbegriffe{
    display: block;
}


.userdata
{
    font-size: .813em;
    text-align: right;
    margin-top: 20px;
}

.userdata a
{
    color: #fff;
}

.userdata a{
    text-decoration: none;
}

#sub-header{
    background-color: #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}

.higlighter:hover
{
    background-color: #ededed;
}

.header-main{
    font-size: 1em;
    line-height: 1.5em;
    /*font-weight: 600;*/
    color: #fff;
    margin-top: 5px;
}

.sub-header-wrapper{
    padding: 30px;
}

.sub-header-inner-wrapper{
    margin-top: 50px;
    text-align: center;
    font-size: 1.25rem;
    color: #777;
}

.col-bg-white{
    background-color: #fff;
    height: 350px;
}

.arrow {
    margin-bottom: 50px;
    height: 8px;
    background-color: #c0c0c0;
    /*margin-top: 5px;*/
    position: relative;
    z-index: 60;
}

.arrow div.in {
    width: 30vw;
    background-color: #9fc539;
    height: 8px;
    position: relative;
}

.arrow div.in > .arr {
    width: 33px;
    height: 77px;
    position: absolute;
    top: -34.5px;
    right: 0;
}

.tab-content h3{
    margin-top: 25px;
}


.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: #0c4177;
}

.navbar-light .navbar-nav .active>.nav-link{
    border-left-color: #9fc539;
}

.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
}

.nav-link.nav-link-first{
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: #9fc539 !important;
}

.navbar-light .navbar-nav .nav-link:hover{
    border-left-color: #9fc539 !important;
}

.filter-titel-text{
    font-size: 0.9rem;
    font-weight: bold;
}


.begriffblock{
    float: left;
    width: 33%;
    padding: 2%;
    font-size: 0.8rem;
}

.btn-xs{
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-artikel{
    width: 25px;
    height: 25px;
    padding-bottom: 5px;
}

.container{
    width: 95%;
    max-width: 1200px;
    padding-bottom: 100px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    min-height: 600px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.page-header{
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.lead{
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
}

.form-signin .form-signin-heading{
    padding-top: 20px;
}

.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;    
}


.btn, .btn-primary {
    color: #FFF;
    background-color: #0a3460;
    border-color: #0a3460;
}


h1{
    font-size: 2rem;
    font-weight: 600;
    background-color: #e6edf3;
    color: #0a3460;
    padding: 10px;
}

.artikel-wrapper{
    padding: 10px;    
}

.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: #043343;
    border-color: #043343;
}

.btn-danger{
    background-color: #ff0000;
}


h2{
    color: #777;
    font-size: 1.5rem;
}

h3{
    font-size: 1.375rem;
    font-weight: 600;
}

.text-highlight-fett-farbe{
    color: #0a3460;
    font-weight: bold;    
}

.button-style-default{
    background-color: #0a3460;
    color: #fff;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.form-signin 
{
    max-width: 400px;
    padding: 0 29px;
    margin: 0 auto 20px;
    margin-top:50px;
    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;
}


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/ajax-loader.gif') 
                 50% 50% 
                 no-repeat;
}

.btn-group-roleselection 
{    
    max-width: 400px;
    margin: 0 auto 20px;
    margin-top:100px;
}

.mouse-pointer
{
    cursor:pointer;
}

.font-small{
    font-size: 12px;
}

a.link-unterline{
    /*text-decoration: underline;*/
    font-weight: bold;
}

.download-lizensestuff
{
    margin-top: 10px;
    margin-left: 15px;
}

.logo{
    margin-right:10px;
    margin-top: 10px;
}

.bg-gelb{
    background-color: #ff0000;
}

.bg-gelb{
    background-color: #ffff00;
}

.bg-gruen{
    background-color: #00ff00;
}

.text-rot{
    color: #ff0000;
}

.footer{
    width: 100%;
    background-color: #0a3460;
    color: #555;
    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: 99;
}

.container a{
    color: #337ab7;
}

.footer a{
    color: #fff;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.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;
}
*/
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: #0a3460 !important;
    color: #fff !important;
}

.systemnachrichten{
    padding:10px; 
    background-color: #efefef; 
    height: 300px;
    max-width: 900px;
    overflow-x: hidden; 
    overflow-x: auto; 
    font-size: 0.9rem;
}

.border-red{
    border-style: solid;
    border-color: #ff0000 !important;
    background-color: #ff0000;
}

.input-group>.input-group-prepend>.input-group-text{
    width: 150px;
}

.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;
}

/*
.form-control{
    height: 30px;
    padding: 5px;
}
*/
/*
.input-group-text {
    height: 30px;
}
*/

.row-head .glyphicon{
    font-size: 0.7rem;
}

.glyphicon{
    color: #fff
}

.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;
}

#suchergebnisse-div .user-row{
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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;
}

.clearer-div{
    clear: both;
}

.btn-suche-floater-right{
     float:right;
}

.navbar.navbar-expand-lg.navbar-light.bg-light .dropdown-menu.show{
    min-width: 225px;
}

.neuerTeilnehmer{
    color: #ff0000;
}

.lektionen-kacheln-wrapper{
    margin-bottom: 200px;
}

.lektionkachel{
    position: relative;
    width: 20%;
    display: block;
    min-height: 170px;
    background-color: #0a3460;
    float: left;
    margin-right: 3%;
    padding: 2%;
    color: #fff;
    margin-bottom: 3%;
}

.lektionsname{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.lektionsstart a{
    position: absolute;
    bottom: 25px;
    right: 25px;
    background-color: #fff;
    color: #0a3460;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.lektionsbeschreibung{
    margin-top: 20px;
}

.navbar-toggler{
    background-color: #fff;
    padding: 2px !important;
}


.welcome-default-titel{
    margin-bottom: 15px;
}

.welcome-lehrgang-titel{
    margin-bottom: 5px;
}

.unterlagen-row{
    margin-bottom: 10px;
}

.unterlagen-row button{
    margin-right: 30px;
}

#quicklinks{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.letterAnchor{
    margin-right: 2.5%;
}

/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/* JQ Akkordeon */
/* -------------------------------------------------------------------------- */

.kfzdetailspage.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.25rem;
}

.kfzdetailspage.active, .kfzdetailspage.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 25px;
}

/* 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";
}
*/

.kfzdetailspage.accordion:after {
  content: '\▼'; /* 02795: Unicode character for "plus" sign (+) - https://unicode-table.com/de/sets/arrow-symbols/ */
  /*font-size: 13px;*/
  font-size: 1.25rem;
  color: #777;
  float: right;
  margin-left: 55px;
}

.kfzdetailspage.active:after {
  content: "\▲"; /* 2796 : Unicode character for "minus" sign (-) - https://unicode-table.com/de/sets/arrow-symbols/ */
}

/* -------------------------------------------------------------------------- */

/* ------------------------ */
/* MULTISELECT SELECT BOXEN */
.ms-options-wrap > .ms-options > ul input[type="checkbox"]{
    left: 15px !important;
}

.ms-options-wrap > .ms-options > ul label{
    padding-left: 40px !important;
}

.ms-options{
    max-height: auto !important;
    min-height: auto !important;
}

.ms-options-wrap > .ms-options{
    max-height: 300px !important;
}

.navbar-nav.mr-auto{
    z-index: 9999;
    background-color: #0a3460;
    width: 250px;
    border-radius: 5px;
    text-align: left;
}




@media only screen and (max-width: 1600px) {  
    .lektionsname{
        font-size: 1.25rem;
    }
}


@media only screen and (max-width: 1400px) {  
    .lektionkachel{
        width: 45%;
        float: left;
        margin-bottom: 20px;
        padding: 2%;
        color: #fff;
    }
    
    .navbar-toggler{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1200px) {  
    .begriffblock{
        width: 48%;
        font-size: 1rem;
    }
    
    .container{
        width: 98%;
    }
}

@media only screen and (max-width: 897px) {  
    
    /*
    .welcome-default-titel{
        font-size: 1.375rem;
    }
    */
    
    #filter{
        margin-bottom: 25px;
    }
    
    .navbar-nav.mr-auto{
        z-index: 9999;
        position: absolute;
        background-color: #0a3460;
        width: 250px;
        border-radius: 5px;
    }
    
    .navbar-light .navbar-nav .active>.nav-link{
        color: #aaa !important;
    }
    
    .nav-link {
        margin-top: 35px;
    }
    
    .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%;
    }


    .sub-header-wrapper-bild, .hide-on-mobile{
        display: none;
    }
    
    .userdata{
        margin-bottom: 15px;
    }
    
    .navbar.navbar-expand-lg.navbar-light{
        padding: 10px 0px;
    }

    
    h1{
        font-size: 1.5rem;
    }
    
    .ui-widget.ui-widget-content{
        max-width: 95%;
        top: 100px !important;
    }
    
    #leistung-slider-wert, #preis-slider-wert{
        font-size: 10px;
        margin-bottom: 15px;
    }
    
    .ms-options-wrap > button{
        font-size: 13px !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 ! */
    }
    
    .kfzdetailspage.accordion{
        width: 95%;
        font-size: 1rem;
    }
    
    .header-main{
        font-size: 1rem;
        margin-top: 15px;
    }
    
    .mobile-full-col{
        width: 100%;
        max-width: 80%;
    }
        
    .container{
        padding: 2%;
        max-width: 98%;
        width: 98%;
        max-width: 98%;
    }
    
    /*
    .header{
        max-width: 90%;
    }
    */
    
    .btn-umbruch{
        margin-bottom: 15px;
        width: 100%;
    }
    
    .lektionkachel{
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 20px;
        padding: 2%;
        color: #fff;        
    }
    
    .lektionsname{
        font-size: 1.5rem;
    }
    
    .begriffblock{
        width: 98%;
        padding-right: 2%;
    }
    
    .navbar-toggler{
        margin-top: 0px;
    }
    
    #quicklinks{
        display: none;
    }
}

