/****************************
 * Inhaltsverzeichnis
 *
 * 1.0 - Global Styles (HTML Elemente)
 * 2.0 - Typography
 * 3.0 - Forms
 * 4.0 - Navigation
 * 5.0 - Layout
 *   5.1 - Header
 *   5.2 - Main
 *   5.3 - Footer
 * 6.0 - Seitenelemente
 * 7.0 - Media (Shopgrafiken)
 * 8.0 - Media Queries
 *    8.1 - XS
 *    8.2 - SM
 *    8.3 - MD
 *    8.4 - LG
 *    8.5 - XL
 * 9.0 - Print
 *****************************/

/*****************************
 *
 * 1.0 Global Styles (HTML Elemente)
 *
 ***********************************************************/
html,
body,
.mm-page {
    /*height:100%;*/
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;
}
.mm-page {
    position:relative;
    box-sizing: border-box;
    overflow-x: hidden;
}
/*#wrapper {
    min-height:100%;
    position:relative;
    padding-bottom:85px;
}*/

nav.brotkrumen ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -webkit-align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}
nav.brotkrumen ul> li{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
nav.brotkrumen.seperator-b ul > li:before{
    content: "| ";
    float:left;
    padding: 0 5px;
}

/*****************************
 *
 * 2.0 Typography
 *
 ***********************************************************/
a {
    text-decoration: none;
    color: #5a7d9b;
}

h1, .clr-primary{
    color: #243c77;
}

h1{
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 5px 0 10px;
    white-space: normal;
}

h2{
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 15px;
    white-space: normal
}

h3{
    font-size: 16px;
    line-height:1.5en;
    white-space: normal;
    margin-bottom: 15px;
}

h4 {
    font-size: 15px;
    line-height:1.5em;
    white-space: normal;
}

h5 {
    font-size: 14px;
    line-height:1.5em;
    white-space: normal;
}
h6 {
    font-size: 13px;
    line-height:1.5em;
    white-space: normal;
}

p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}



#footer a,
#SPRACHWAHL a {
    color: #a1c4e2;
}
#footer a:hover, #footer a:focus,
#SPRACHWAHL a:hover, #footer a:focus {
    color: #fff;
}

/*****************************
 *
 * 3.0 Forms
 *
 ***********************************************************/
/*****************************
 *
 * 4.0 Navigation
 *
 ***********************************************************/

/*****************************
 *
 * 5.0 Layout
 *
 ***********************************************************/

 #main{
    min-height: 500px;
 }
/*****************************
 *
 * 6.0 Seitenelemente
 *
 ***********************************************************/

.logo {
    display:block;
    margin:0 auto;
    max-width: 220px;
    width: auto;
    height: 75px;
}

#HAUPTMENU .invisible,
#FOOTER .invisible {
    display:none;
}
#footer {
    height:85px;
    color:#a1c4e2;
    font-size: 80%;
    background: rgba(0, 0, 0, 0) url("../../files/img/bg_footer.png") no-repeat scroll center top / cover;
}
#footer .inside{
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#HEADERKERN {
    margin-top:-32px;
    position: relative;
}
#LOGO{
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 10px;
}
#HEADERKERN .container {
    height:auto;
    position:relative;
    margin-top:0;
}

#SLOGAN {
    width:500px;
    height:250px;
    right:-170px;
    position:absolute;
    background: rgba(0, 0, 0, 0) url("../../files/img/de/de_header_slogan.png") repeat scroll 0 0 / contain;
    top: -102px;
    z-index: 1;
    pointer-events: none;
}
#NABVAR_TOP {
    background: #FFF;
}
#FOOTER {
    margin-top:20px;
}
#MENU_OFFCANVAS {
    box-shadow: 1px 0 5px 2px #5b5b5b;
    z-index: 1000;
}
#MENU_OFFCANVAS.sr-only {
    width:80%;
    height:100%;
    clip: initial;
}
#TOGGLE_OFFCANVAS{
    position: relative;
    z-index: 1;
}
#mm-blocker {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
#SPRACHWAHL {
    width:60px;
    position:relative;
    float:right;
    color:#fff;
    z-index: 10;
    margin: 0;
}
#SPRACHWAHL > ul {
    margin-right:15px;
    font-size:12px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
}
#SPRACHWAHL .first{
    padding-right: 5px;
}
#MENU_META{
    position: relative;
    width: 100%;
    padding: 10px 0 0;
}
.breadcrumb {
    margin: 0 ;
    padding: 8px 0 ;
    background-color: transparent;
    border-radius: 0;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    list-style: none;
    font-size: 80%;
}
#MENU_BREADCRUMB,#SUCHE{
    margin-bottom: 0 !important;
}
#MENU_FOOTER ul{
    margin: 0px;
    list-style: outside none none;
    float: right;   
}

#NAVBAR_ROOF .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#NAVBAR_ROOF ul{
    margin-right: 0;
}

/*Hauptmenü*/
nav .invisible{
    display: none;
}
#STICKY_CONTAINER{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
}
#MENU_MAIN{
    background: #FFF;
}
#MENU_MAIN ul{
    margin: 0;
}
#NAVBAR_TOP.fixed #MENU_MAIN nav{
    border-bottom: 1px solid #ededed;
}

#MENU_MAIN nav{
    align-items: center;
    height: 56px;
    justify-content: center;
    display: flex;
}
#MENU_MAIN>nav>ul{
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
#MENU_MAIN .level_1>li{
    padding: 0 35px;
}
#MENU_MAIN ul li.navpoint {
    padding: 8px 15px;
}
#MENU_MAIN ul li:not([class]),
#MENU_MAIN ul li:not([class]) a {
    padding-bottom: 10px;
}
#MENU_MAIN ul li.navpoint-single a:after,
#MENU_MAIN ul li.navpoint span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 0px;
    background: #243c77;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#MENU_MAIN ul li.navpoint-single.selected a:after,
#MENU_MAIN ul li.navpoint-single:hover a:after,
#MENU_MAIN ul li.navpoint.active.selected span:after,
#MENU_MAIN ul li.navpoint.active:hover span:after {
    height: 5px;
}
#MENU_MAIN ul li a,
#MENU_MAIN ul li span {
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 41px;
    font-weight: 300;
    display: block;
    cursor: default;
    color: #6a747b;
}
#MENU_MAIN ul li a:before,
#MENU_MAIN ul li span:before {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid transparent 10px;
    bottom: -38px;
    content: " ";
    height: 0;
    left: 15px;
    width: 100%;
    margin-left: -13px;
    position: absolute;
    /*width: 0;*/
    z-index: 50000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: bottom 0.25s ease 0s, visibility 0.25s ease 0s, opacity 0.25s ease 0s;
    -o-transition: bottom 0.25s ease 0s, visibility 0.25s ease 0s, opacity 0.25s ease 0s;
    transition: bottom 0.25s ease 0s, visibility 0.25s ease 0s, opacity 0.25s ease 0s;
}
#MENU_MAIN ul li a {
    cursor: pointer;
}
#MENU_MAIN ul li a img {
    max-width: 400px;
    max-height: 400px;
}
#MENU_MAIN ul li.active a:before,
#MENU_MAIN ul li.active span:before {
    opacity: 1;
    visibility: visible;
    bottom: -10px;
}
#MENU_MAIN ul li.active .mega-menu {
    top: 56px;
    /*z-index: 1000;*/
    opacity: 1;
    visibility: visible;
}
#MENU_MAIN ul li span.clr-primary:before {
    border-bottom: solid #243c77 7px;
}
#MENU_MAIN li.h3,
#MENU_MAIN li.h3 a {
    /*margin: 0 0 10px 15px;*/
    line-height: 1em;
    opacity: 1 !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    /*padding-left: 0 !important;*/
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 10px 0 5px;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap;
}
#MENU_MAIN li.h3 a:hover {
    border-bottom: 0px !important;
}
#MENU_MAIN li.h3-link a,
#MENU_MAIN li.h3-placeholder {
    margin-left: 0;
}
#MENU_MAIN li.h3-link {
    margin-left: 15px;
}
#MENU_MAIN ul.level_2 {
    text-align: left;
    padding: 10px;
}
#MENU_MAIN ul.level_2 li {
    display: block;
}
#MENU_MAIN ul.level_2 li a {
    font-size: 1.35em;
    color: #6a747b;
    text-transform: none;
    display: inline;
    line-height: 1em;
    font-weight: 300;
    border-bottom: 2px solid #fff !important;
}
#MENU_MAIN ul.level_2 li a:hover {
    border-bottom: 2px solid #6a747b;
}
#MENU_MAIN ul.level_3 li {
    margin: 5px 0px;
    padding: 0px;
}
#MENU_MAIN ul.level_3 li a {
    text-decoration: none;
    font-weight: 300;
    line-height: 1.25em;
    font-size: 14px;
    text-transform: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#MENU_MAIN ul.level_3 li a:hover {
    border-bottom: 2px solid #6a747b;
}
#MENU_MAIN .mega-menu a:before {
    display: none !important;
}
.mega-menu {
    /*background: #fff;*/
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    float: left;
    left: 0px;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.mega-menu .color-change.clr-primary {
    background: #243c77;
}
div[id^="DROPDOWN"]{
    background: #FFF;
}
#MENU_SUCHE_DESKTOP .suche{
    position: absolute;
    right: 5px;
    top: 0;
    height: 56px;
    display: flex;
    align-items: center;
    z-index: 1;
}
#MENU_SUCHE_MOBIL {
    margin-left: 20px;
}
#MENU_SUCHE_MOBIL .suche{
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#MENU_SUCHE_MOBIL .suche span{
    color: #FFF;
}
.suche{
    cursor: pointer;
    padding: 2px 20px;
}
#OVERLAY{
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;    
}
#OVERLAY.open {
    pointer-events: auto;
}
#OVERLAY .overlay-path:first-of-type {
    fill: hsla(0,0%,100%,.75);
}
#OVERLAY .overlay-path:nth-of-type(2) {
    fill: rgba(220,123,70,.75);
}
#OVERLAY .overlay-path:nth-of-type(3) {
    fill: #333237;
}
/*---*/

.dlh_googlemap{
    width: 100% !important;
}

#NAVBAR_TOP{
    position: relative;
    z-index: 999;
    height: 80px;
}
#NAVBAR_TOP.fixed{
    margin: 0 auto;
    min-height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
}
#CONTAINER.fixed {
    margin-top: 80px;
}

/* slider */
#slider {
    margin: 100px 0 0 0;
    height: 500px;
    overflow: hidden;
    background: url(img/ajax-loader.gif) center center no-repeat;
}
 
#slider .slide {
    position: relative;
    display: none;
    height: 500px;
    float: left;
    background-position: center right;
    cursor: pointer;
    border-left: 1px solid #fff;
}
 
#slider .slide:first-child {
    border: none;
}
 
#slider .slide.active {
    cursor: default;
}
 
#slider .slide-block {
    position: absolute;
    left: 40px;
    bottom: 75px;
    display: inline-block;
    width: 435px;
    background-color: #fff;
    background-color: rgba(255,255,255, 0.8);   
    padding: 20px;
    font-size: 14px;
    color: #134B94;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 4px;
}
 
#slider .slide-block h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1;
}
#slider .slide-block p {
    margin: 0;
}
.slide {
    background-repeat: no-repeat;
    background-size: cover;
}

/*****************************
 *
 * 7.0 Media
 *
 ***********************************************************/
/*****************************
 *
 * 8.0 Media Queries
 *
 ***********************************************************/

/* XS */
@media (max-width: 767px) {
    header{
        background-position:left center;
        background: rgba(0, 0, 0, 0) url("../../files/img/header_bg.png") no-repeat center top;
        background-size: cover;
        height: 100%;
    }
}

/* SM */
@media (min-width: 768px) {
    #LOGO{
        background-position:left center;
        background: rgba(0, 0, 0, 0) url("../../files/img/header_bg.png") no-repeat right top;
        background-size: cover;
        margin: 0;
    }
    
    #STICKY_CONTAINER {
        padding: 0;
        height: 80px;
        box-shadow: initial;
    }
    .logo{
        margin: 20px 0;
        height: auto;
    }
    #STICKY_CONTAINER {
        background: url("../../files/img/menu_shadow_left.png") no-repeat scroll left top, rgba(0, 0, 0, 0) url("../../files/img/menu_shadow_right.png") no-repeat scroll right top;
        width: 100%;
        max-width: 1100px;
    }
    #NAVBAR_ROOF {
        height:160px;
        background: rgba(0, 0, 0, 0) url("../../files/img/bg_top.png") no-repeat scroll right -270px top -50px;
    }
    #HEADERKERN {
        margin-top:-116px;
        z-index: 0;
    }
    #MENU_META{
        z-index: 2;
    }
}

/* MD */
@media (min-width: 992px) {

}

/* LG */
@media (min-width: 1200px) {
    #STICKY_CONTAINER {
        max-width: 1400px;
        min-width: 1250px;
        width: 100%;
    }
}
