.navbar-nav .nav-linkbody{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #444;
    line-height: 22px;
}
#page{
    position: relative;
}
#page:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
}
.activeOffcanvas #page:after{
    opacity: 1;
}
.h1, h1{
    font-size: 26px;
}
h1 p{
    margin: 0px;
}
.h2, h2{
    font-size: 22px;
}
.h3, h3{
    font-size: 20px;
}
a {
    color: #881916;
    transition-duration: 0.5s;
}
.mergel a{
    color: #F3C648
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.container-fluid{
    max-width: 1470px;
}
.container-wide{
    max-width: 1440px;
    margin: 0px auto;
}
#wrapper-navbar{
    left: 0;
    position: fixed;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 100;
    font-size: 14px;
    background: #fff;
    border-color: #f7f7f7;
}
nav{
    height: 80px;
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
}
nav.brechenmacher-nav:after{
    background: linear-gradient(to right, #881916 33%,#000000 33%, #000000 66%, #F3C648 66%, #F3C648 100%, #F3C648 100%);
    position: absolute;
    content: '';
    height: 4px;
    right: 0;
    left: 0;
    bottom: 0;
}
nav.mergel-nav:after{
    background: linear-gradient(to right, #F3C648 33%,#000000 33%, #000000 66%, #881916 66%, #881916 100%, #881916 100%);
    position: absolute;
    content: '';
    height: 4px;
    right: 0;
    left: 0;
    bottom: 0;
}
.nav-actions.brechenmacher-action a{
    font-size: 14px;
    background-color: #F3C648;
    border: none;
    color: #333
}
.nav-actions.mergel-action a{
    font-size: 14px;
    background-color: #881916;
    border: none;
    color: #fff
}
#page-wrapper{
    margin-top: 80px;
    padding: 0px;
}
.navbar-nav .nav-link{
    color: #444;
    margin: 0px 20px;
    line-height: 18px;
    padding: 0px;
    font-weight: 400;
}
.btn{
    border-radius: 0px;
    font-weight: 300;
    padding: 15px 45px;
    transition: all 0.3s ease;
    background-color: #fff;
}
body.brechenmacher .btn {
    border: 1px solid #881916;
    color: #881916;
}
body.mergel .btn {
    border: 1px solid #F3C648;
    color: #222222;
}
body.brechenmacher .btn:hover, body.brechenmacher .btn.filled{
    background-color: #881916;
    color: #fff
}
body.brechenmacher .btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(136, 25, 22,.25);
}
body.mergel .btn:hover, body.mergel .btn.filled {
    background-color: #F3C648;
    color: #fff
}
body.mergel .btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(243, 198, 72,.25);
}
.navbar-brand{
    max-width: 120px;
    position: relative;
    top: 25px;
    background: #ffffff;
    padding: 7px;
    transition: all .5s;
    z-index: 1;
    margin-right: 0px;
}
section{
    margin: 0px auto;
}
section:nth-of-type(even){
    background-color: #f7f7f7;
}
.gate {
    padding: 15px 45px;
}
section:before:nth-of-type(even){
    border: 1px solid black;
}
section.map{
    max-height: 600px;
}
section.map iframe{
    max-height: 600px;
}
.colored-block{
    background-color: #f7f7f7;
    padding: 20px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
}
.brechenmacher-section:nth-child(even) .colored-block{
    background-color: #fff;
}
.header-card {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
    transition: all .4s;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    padding: 15px 20px 5px 20px;
}
.brechenmacher-card {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .03);
    transition: all .4s;
    font-size: 14px;
    background: #fff;
    border: 1px solid #f1f1f1;
}
.brechenmacher-card a{
    color: inherit;
}
.brechenmacher-card:hover{
    box-shadow: 0px 2px 8px 0 rgba(45, 50, 52, 0.1);
    transform: translateY(-8px);
}
.brechenmacher-section.broschure img{
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
    max-width: 320px;
    width: 100%;
}
.slick-arrow{
    position: absolute;
    width: 40px;
    background-size: 11px;
    border: none;
    height: 40px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 20px);
    z-index: 5;
}
body.brechenmacher .slick-arrow{
    background-color: rgba(136, 25, 22, 0.72);
}
body.mergel .slick-arrow{
    background-color: rgba(255,197,58,0.9);
}
.bre-next-slide{
    right: 0px;
}
.bre-prev-slide{
    left: 0px;
    transform: rotateY(180deg);
}
.brechencaption{
    position: absolute;
    max-width: 600px;
    bottom: 0;
    z-index: 2;
    color: #fff;
    /*text-shadow: 6px 3px 3px rgba(0,0,0,0.2);*/
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
body.brechenmacher .brechencaption{
    background: rgba(136, 25, 22, 0.72);
}
body.mergel .brechencaption{
    background: rgba(255,197,58,0.9);
}
.burger-icon{
    position: absolute;
    top: 0;
    left: -50px;
    background: #F3C648;
    padding: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.33);
}
.burger-container{
    height: 22px;
    width: 30px;
    position: relative;
}
.burger-bar{
    height: 1px;
    background: #000;
    display: block;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
}
.burger-bar:nth-child(2) {
    top: calc(50% - 1px);
}
.burger-bar:last-child {
    bottom: 0;
}
.activeOffcanvas .burger-bar:first-child {
    transform: rotate(45deg);
    top: 11px;
}
.activeOffcanvas .burger-bar:nth-child(2) {
     opacity: 0;
}
.activeOffcanvas .burger-bar:last-child {
    bottom: 10px;
    transform: rotate(-45deg);
}
footer{
    background: #444;
    color: #fff
}
footer a{
    color: #fff !important;
}
.mitarbeitername{
    color: #881916;
}
.mergel .mitarbeitername{
    color: #F3C648
}
.brechenmacher-section::after {
    height: 1px;
    width: 50px;
    background-color: #222;
}
.slider-end {
    background-color: #fff!important;
    border: none!important;
}
.slider-end-title {
    display: inline-block;
    background-color: #F3C648;
    padding: 5px 20px;
}
.slider-end-title-border {
    background: linear-gradient(to right, #F3C648 33%,#000000 33%, #000000 66%, #881916 66%, #881916 100%, #881916 100%);
    height: 3px;
}
.kill-margin{
    margin: 0!important;
}
html, body {height: 100%}
#page {position: relative; min-height:100%; height: auto !important; height: 100%;}
#wrapper-footer {position: absolute; width: 100%; height:80px;}
.breadcrumbs{
    background: #f5f5f5;
    font-size: 14px;
}
.breadcrumbs *{
    color: #666;
}
.bre-claim{
    font-size: 12px;
    line-height: 15px;
}

.entry-content .alignwide {
    margin-left  : -120px;
    margin-right : -120px;
    max-width    : 1440px;
}
.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

.wpcf7-recaptcha > div {
    margin: 0px auto;
}
input, textarea, select{
    font-weight: 300;
    border-radius: 0px !important;
    max-height: 150px;
}
input:focus,
textarea:focus,
select:focus{
    border-color: #881916 !important;
    box-shadow: 0 0 0 0.2rem rgba(136, 25, 22,.25) !important;
}
.wpcf7 input[type=submit]{
    border-color: #881916;
    color: #881916;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:active{
    border-color: #881916 !important;
    background-color: #881916 !important;
}
.wpcf7-acceptance{
    font-size: 12px;
    line-height: 18px;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input:disabled[type=submit]{
    background-color: #ececec;
    color: #afafaf;
}
#cookie-notice{
    font-size: 14px;
}
#cookie-notice .cn-button{
    background-color: #fff;
    padding: 5px 20px;
}
#cookie-notice .cn-button:hover{
    color: #881916;
}
.mergel #cookie-notice .cn-button:hover{
    color: #F3C648;
}
.referenzenSlider .slick-slide img{
    margin: 0px auto
}
@media (min-width: 992px){
    header.shrink .navbar-brand{
        max-width: 70px;
        top: 0px;
        background: transparent;
    }
}
@media (max-width: 991px){
    #wrapper-navbar{
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.33);
    }
    .navbar-brand{
        max-width: 56px;
        top: 0px;
        padding: 0px;
        background: transparent;
    }
    .menu-primary-container{
        position: absolute;
        top: 100%;
        height: 100vh;
        width: 300px;
        right: 0px;
        background: #fff;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .activeOffcanvas .menu-primary-container{
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@media (max-width: 767px) {
    #cn-notice-text{
        display: block;
        margin-bottom: 10px;
    }
}
@media (min-width: 576px) {
    .brechenmacher-section.broschure img{
        margin-top: -80px;
        margin-bottom: -80px;
    }
}
@media (max-width: 575px) {
    h1{
        font-size: 22px;
    }
    h1 span{
        font-size: 14px !important;
    }
    h2{
        font-size: 20px ;
    }
    .btn{
        padding: 8px 45px;
    }
    body.brechenmacher .brechencaption{
        position: relative;
        background: rgba(136, 25, 22, 1);
    }
    .brechencaption{
        position: relative;
    }
    .breadcrumbs{
        font-size: 12px;
        line-height: 16px;
    }
    .wp-block-columns{
        flex-direction: column;
    }
}
