
body {    
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
}

.section{
    margin: 0;
    padding:0;
    padding-top:50px;
}
a{
    color: #222321;
    padding-bottom: 2px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;        
}

a:hover,
a:focus {
    color: #222321;
    text-decoration: none;
    outline: none;              
}
.content-box a {
    font-weight: bold;           
    border-bottom: 1px solid transparent;
    transition: ease .3s;
    -ms-transition: ease .3s;
    -webkit-transition: ease .3s;
} 
.content-box a:hover {                        
    border-bottom: 1px solid #222321;  
}

.content-box a.btn,
.content-box a.btn:hover {            
    font-weight: normal;
    border-bottom: 1px solid transparent;
}

.weight-normal {
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}

h1,
h2,
h3,
h4 {
    color: #9ABD1F;
    font-weight: bold;
}

.justify {
    text-align: justify;
}

.fa-check {
    color: #9ABD1F;
}
.fa-times-thin:before {
    content: '\00d7';
}

.nav > li > a:focus, .nav > li > a:hover,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #222321;
    background-color: #9ABD1F;
}
.nav-tabs > li,
.nav-tabs > li a {
    border: none !important;
} 
@media(max-width:991px) {  
.nav-tabs {
    border: 1px solid #9ABD1F;
    border-bottom: none;
}
.nav-tabs > li {
    width: 50%;
}     
.nav-tabs > li a {  
    border-radius: 0; 
    padding: 10px 0px;
    text-align: center;
}
}
.nav-tabs {
    border-bottom-color: transparent;
}
.tab-content {
    padding: 10px;
}

.img-hover:hover {opacity: 0.8;}


.text-xs{font-size: 12px;}
.text-s{font-size: 14px;}
.txt-m{font-size: 16px;}
.text-l{font-size: 24px;}
.text-xl{font-size: 32px;}

.vertical-spacer-xs{height: 20px;}
.vertical-spacer-s{height: 50px;}
.vertical-spacer-m{height: 100px;}
.vertical-spacer-l{height: 150px;}
.vertical-spacer-xl{height: 300px;}
             
             
@media(min-width:992px) {
    .text-xxs{font-size: 10px;}
    .text-xs{font-size: 12px;}
    .text-s{font-size: 16px;}
    .text-m{font-size: 18px;}
    .text-l{font-size: 24px;}
    .text-xl{font-size: 32px;}
}
@media(max-width:991px) {
    .text-xxs{font-size: 10px;}
    .text-xs{font-size: 12px;}
    .text-s{font-size: 14px;}
    .text-m{font-size: 14px;}
    .text-l{font-size: 18px;}
    .text-xl{font-size: 20px;}
}
            
.no-padding {padding: 0;}
.padding-lr-m {padding: 0 30px;}
                                     
.no-margin {margin: 0;}

.bold {font-weight: bold;}
.underline{text-decoration: underline;}
.error {color: #800000;}


.text-green{color: #04B404;}
.text-red{color: #B40404;}
.text-orange{color: #B68904;}
.text-dark-red{color: #8A0829;}
.text-white{color: white;}
.text-dark{color: #333;}
.text-light {color: #A4A4A4;}

.border-primary,
.hover-border-primary:hover {border: 1px solid #9ABD1F;}
.hover-border-primary {border: 1px solid inherit;}
              
.bg-dark1{background-color: #D8D8D8;}
.bg-dark2{background-color: #E6E6E6;}
.bg-dark3{background-color: #F2F2F2;}
.bg-white{background-color: white;}
.bg-light{background-color: #FBFBFB;}

.bg-dark {
    color: #fff;
    background-color: #222;
}    

.pointer:hover {
    cursor: pointer;
}
          
.rounded{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-radius: 4px;
}


hr {
    width: 100%;
    border-color: #d8d8d8;
    border-width: 2px;
}

hr.light {border-color: #fff;}   
hr.dark {border-color: #222;}


.form-response {
    color: #8A0829;
    font-weight: bold;
}
.form-success {
    color: #9ABD1F;
}
.modal .form-success {
    padding: 30px 20px;
}
.bg-primary .form-success {
    color: #222321;
}



.hover-shadow,
.shadow{
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
    -ms-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
    box-shadow: 0 0 3px rgba(0,0,0, 0.5);
}

.shadow-l{
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.5);
    -ms-box-shadow: 0 0 6px rgba(0,0,0, 0.5);
    box-shadow: 0 0 6px rgba(0,0,0, 0.5);
}


.delay{
    transition: ease .3s;
    -moz-transition: ease .3s;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
}
 

 /*
  * LogoBar
  * */
.logo-bar {
    background-color: #fff;
}   
.container.logo-bar {
    padding-left: 0;
    padding-right: 0;
}        
.logo-bar a.open-sidenav {
    color: #222321;
    float: left;
    padding: 18px 20px;
    font-size: 26px;
}    
@media (max-width:768px) {    
.logo-bar a.open-sidenav {
    padding: 3px 15px;
}
}
.logo-bar img {
    height: 72px;
}                                            
@media (max-width:768px) {     
    .logo-bar {
        margin: 0 -15px;
        padding: 5px 0;
    }
    .logo-bar a[href='#'] {
        padding: 7px 15px;    
        font-size: 18px;
    }
    .logo-bar img {
        height: 40px;
    }
}


.modul-angebot {
    position: fixed;
    right: auto;     
    padding: 10px;
    left: -400px;
    top: 20px;
    z-index: 10;
    width: 230px;
}  
@media (max-width:768px) {
.modul-angebot {    
    left: -500px;
    margin: 15px;
    bottom: 0;
    top: auto;
}
}
     
 /*
  * Mobile Buttons
  * */
.mobile-buttons {
}
.mobile-buttons a {
    display: block;
    background-color: #222321;
    color: #fff;
    padding: 0;
    border: none !important;
    margin-bottom: 2px;
}    
.mobile-buttons a i {
    padding: 9px;    
    background-color: #9ABD1F;
    color: #222321;
    width: 30px;
    margin: 0 auto;
}   
  
 /*
  * BreadCrumb
  * */
.breadcrumb {
    background-color: transparent;
    padding: 0;
}     
.breadcrumb .item {
    display: inline;
}
.breadcrumb a {  
    color: #333;        
    border-bottom: 1px solid transparent;
}          
.breadcrumb a:hover {
    border-bottom: 1px solid #333;
}
.breadcrumb .item:not(:last-child):after {
    content: '\f105';      
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #222321;
    font-size: inherit;
    padding: 0 0.5em;
    pointer-events: none;
}
.breadcrumb > li + li::before {
    content: '';
    display: none;
}


 /*
  * Content
  * */
#page-content,
#top-nav {
    transition: margin-left .5s;
}
.content-box {
    background-color: #FCFCFC;
    padding: 15px;
}
.box-header {
    margin: 0;
    color: #222321;
}    
.cover-inline {       
    height: 200px;    
    overflow: hidden;  
    width: 100%;
    margin-bottom: 20px;
    top: 0;
    left: 0;  
    background-position: center center;
    background-size: cover;
}     
@media (max-width:767px) {
.cover-inline {
    height: 100px;
}
}    
.cover {           
    position: absolute;  
    background-color: #222321;
    height: 450px;
    width: 100%;
    overflow: hidden;
    top: 0;     
    left: 0;     
    z-index: -1;  
    background-position: center center;
    background-size: cover;        
}                       
.cover:after {   
  content: "";
  background-color: white;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}   
.content {
    margin-top: 420px;
    padding: 0;
}      
@media (max-width:991px) {
    .cover {
        height: 250px;
    }
    .content {
        margin-top: 220px;
    }
}       
@media (max-width:767px) {  
    .cover {
        height: 200px;
    }   
    .content {
        margin-top: 170px;
    }
}

 /*
  * 
  * Theme
  * */
.btn-success {
    background-color: #9ABD1F;
    border-color: #9ABD1F;
    border: 1px solid #9ABD1F;
}
.bg-primary,
a.bg-primary:hover {
    background-color: #9ABD1F;
    color: #222321;
    border: 1px solid #9ABD1F;
}
.text-primary {
    color: #9ABD1F;
}
.btn {
    border-radius: 0;
}
.btn.bg-black {
    background-color: #222321 !important;
    color: #fff !important;
    border: none;
}

 /*
  * SideNav
  * */
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: -250px;
    background-color: #9ABD1F;
    color: white;
    border-right: 1px solid white;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 60px;
    transition: 0.5s;     
    -webkit-box-shadow: 3px 0px 9px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 0px 9px -7px rgba(0,0,0,0.5);
    box-shadow: 3px 0px 9px -7px rgba(0,0,0,0.5);
}
@media (max-width:768px) {
    .sidenav {
        overflow-y: auto;
    }
}

.sidenav:hover {
    overflow-y: auto;
}

.sidenav .inner {
    padding: 0;
}

/* The navigation menu links */
.sidenav a {
    padding: 16px;
    text-decoration: none;
    font-size: 18px;
    color: #222321;
    display: block;
    transition: 0.3s;
}  
.sidenav a.active,
.sidenav a:hover {
    background-color: #E6E6E6;
    color: #222321;  
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
    -ms-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
    box-shadow: 0 0 3px rgba(0,0,0, 0.5);  
} 
.sidenav .inner > a:not(:first-child).active + a,
.sidenav .inner > a:not(:first-child):hover + a {
    border-top-color: transparent;
}

.sidenav .inner > a:not(:first-child) {
    border-top : 1px solid #E6E6E6;
}

.sidenav .divider {
    height: 1px;
    width: 100%;
    background-color: #E6E6E6;
    margin: 10px 0;
}
.sidenav .sidenav-footer {
    font-size: 14px;        
    color: #222321;
}                    
.sidenav .sidenav-footer span,
.sidenav .sidenav-footer a {
    font-size: 14px;    
    padding: 5px 16px;            
}                 
.sidenav .sidenav-footer .copyright { 
    font-size: 12px;      
}
.sidenav .sidenav-footer .sidenav-header {
    padding: 16px;
}                 
.sidenav .sidenav-footer a:hover {
    background-color: #E6E6E6;
    color: #222321;
    text-decoration: none;
}    
.sidenav .sidenav-footer a.active {
    background-color: #E6E6E6;
    color: #222321;
}
.sidenav .sidenav-header,
.sidenav .sidenav-header a {
    font-size: 20px;
}
                               
.sidenav .quick-info {
    background-color: #e6e6e6;   
}
.sidenav .quick-info a {
    font-size: 12px;
}
.sidenav .quick-info .item {
    padding: 10px 10px;
}
.sidenav .quick-info .item i {
    float: left;
    font-size: 2em;
    padding-top: 2px;
    padding-right: 10px;
}
.sidenav .quick-info .item small {
}
.sidenav .quick-info .item small:after {
    content: '';
    display: block;
    margin-bottom: -4px;
}

.sidenav .closebtn {
    position: fixed;
    color: #222321;
    top: 0;
    font-size: 36px;
    margin-left: 190px;
    padding: 0;
}     
.sidenav .closebtn:hover {
    background-color: transparent;   
    -webkit-box-shadow: 0 0 0 #000;
    -ms-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.footer{
    box-shadow: 0 0 3px rgba(0,0,0, 0.5);

}