@import url('https://fonts.verwaltungsportal.de/import/?family=Asap:400,500,600,700,400i,500i,600i,700i%7CAsap+Condensed:700,700i');
body {
    font-family: "Asap", sans-serif;
    font-weight: 400;
    color: #5a503e;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #6d7911;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #6d7911;
}

b, strong {
    font-weight: 600;
}

#content a{
    font-weight: 500;
}


body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.units) li:not(.gallery-list-item):not(.album-list-item):nth-of-type(2n+2):not(.entry):not(.unit-title) {
    background: rgba(0,0,0,0);
}
/* ----------------------------------------------- logo ----------------------------------------------- */

#logo {
    display: inline-block;
}

@media (min-width: 992px) {
    #logo {
        display: block;
        position: relative;
        margin-bottom: -50px;
        z-index: 1010;
    }
}

#logo img {
    display: block;
}

@media (max-width: 991px) {
    #logo img {
        max-width: 210px;
        width: 100%;
    }
}

/* ------------------------------------------- navigation ------------------------------------------- */

nav {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    z-index: 1002;
    display: block !important;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        border: none !important;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #ffffff !important;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }
    #burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
        background-color: #6d7911;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 11px;
        -webkit-transition: transform 200ms linear, opacity 200ms linear;
        -moz-transition: transform 200ms linear, opacity 200ms linear;
        -ms-transition: transform 200ms linear, opacity 200ms linear;
        -o-transition: transform 200ms linear, opacity 200ms linear;
        transition: transform 200ms linear, opacity 200ms linear;
    }
    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
        opacity: 0;
    }
    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }
    #burgerButtonInner {
        top: 16px;
    }
    #burgerButtonInner2 {
        top: 24px;
    }
    #burgerButton:after {
        top: 32px;
        content: "";
        display: block;
    }
    .navbar-nav {
        margin: 20px 0;
        width: 100%;
    }
    .navbar-collapse {
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }
    .navbar-collapse[aria-expanded="true"], .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }
    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: width 300ms linear, opacity 300ms linear;
        -moz-transition: width 300ms linear, opacity 300ms linear;
        -ms-transition: width 300ms linear, opacity 300ms linear;
        -o-transition: width 300ms linear, opacity 300ms linear;
        transition: width 300ms linear, opacity 300ms linear;
    }
    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }
    .dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2 {
        right: 6px;
    }
    .dropdown-toggle-button-wrapper {
        top: 9px
    }
    .dropdown-toggle-button-wrapper2 {
        top: 5px 
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }
    .navbar-collapse.collapse.in:after, .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    .horizontally{
        padding: 0px 0;
    }
    nav {
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #ffffff;
    }
    nav::after {
        content: "";
        position: absolute;
        z-index: 1002;
        display: block;
        pointer-events: none;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 30px 0 rgba(161, 157 ,157, 0.45);
        box-shadow: 0 0 30px 0 rgba(161, 157 ,157, 0.45);
    }
    nav > .row {
        max-width: 1830px;
        width: 100%;
    }
    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    nav.horizontally .dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 1000;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu {
        top: 100% !important;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }
    nav.horizontally .navbar-nav>li {
        position: relative;
    }
    #myNavbar::after {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.7);
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }
    #myNavbar:hover::after,
    #myNavbar:focus::after {
        opacity: 1;
    }
    .navbar-default .navbar-nav li[class*="toplevel"] > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"] > ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }
    .navbar-default .open > .dropdown-menu,    
    .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within > ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .nav .open > .dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
        z-index: 1003;
    }
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
    color: #5a503e;
    font-weight: 500;
    text-align: center;
    padding: 10px 35px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 30px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 0;
        display: flex;
        align-content: center;
        align-items: center;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: calc(30px + (50 - 30) * (100vw - 1200px) / (1920 - 1200));
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        display: block;
    }
}

.navbar-nav>li>a::after{
    content:'';
    width: 0px;
    height: 3px;
    background-color: #d5a021;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    transition: all, 250ms;
    display: inline-block;
    position: absolute;
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus,
.navbar-nav>li[class$="_over"]>a,
.navbar-nav>li[class$="_over"]>a:hover,
.navbar-nav>li[class$="_over"]>a:focus {
    color: #967017;
}

.navbar-nav > li:focus-within > a {
    color: #967017;
}

.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus {
    width: 90%;
}

.navbar-nav > li:focus-within > a::after {
width: 90%;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu {
    background: #6e7a14;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #526e1d;
}

.navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        left: -55px;
        margin-top: 35px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu::before{
        height: 35px;
        width: 100%;
        position: absolute;
        top: -35px;
        content:'';
        display: inline-block;
        left: 0px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        min-height: 100%;
        min-width: 200px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    nav.horizontally .dropdown-menu{
        min-width: 200px;
    }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 7px 35px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        text-align: left;
        padding: 7px 35px 7px 25px;
    }
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a::after,
.navbar-default .navbar-nav>li>.dropdown-menu>li>a::after{
    content:'';
    width: 0;
    max-width: 30px;
    transition: all, 250ms;
    height: 3px; 
    background-color: #d5a021;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
}
/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav > li > .dropdown-menu > li:hover > a::after,
.navbar-nav > li > .dropdown-menu > li > a:hover::after,
.navbar-nav > li > .dropdown-menu > li > a:focus::after,
.navbar-nav > li > .dropdown-menu > li.open > a::after,
.navbar-nav > li > .dropdown-menu > li.open > a:hover::after,
.navbar-nav > li > .dropdown-menu > li.open > a:focus::after,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a::after,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:hover::after,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:focus::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus::after {
    width: 100%;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
    width: 100%;
}

/* ------------------------------------------------ banner ------------------------------------------------ */

#slider {
    height: 250px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    #slider {
        height: 350px;
    }  
}

@media (min-width: 992px) {
    body.index #headerpic .nivo-directionNav a {
        bottom: 18px;
    }
    #slider {
        height: 400px;
    }
    body.index #slider {
        height: 694px;
    }
    #headerpic a.nivo-prevNav {
        left: 50px;
    }
    #headerpic a.nivo-nextNav {
        right: 50px;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background: rgba(164, 150, 148, 0.1);
}

.slider-wrapper {
    height: 100%;
}

.slider-mask {
    display: none;
}

@media (min-width: 1200px) {
    #headerpic{
        padding-bottom: 100px;
    }
}

/* ------------------------------------------------ jingle ------------------------------------------------ */

#jingle {
    color: #a49694;
    font-size: 26px;
    padding-right: 15px;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 3px;
    position: relative;
    z-index: 60;
}

@media (min-width: 992px) {
    #jingle {
        font-size: 30px;
        padding-right: 60px;
    }
    body.index #jingle {
        margin-bottom: 110px;
    }
}

@media (min-width: 1200px) {
    body.index #jingle {
        margin-bottom: 220px;
    }
}

#jingle b,
#jingle strong {
    color: #285b5c;
    font-size: calc(30px + (102 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: "Asap Condensed", sans-serif;
    letter-spacing: 0;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    #jingle b,
    #jingle strong {
        margin-left: -120px;
    }
}

#jingle i,
#jingle em {
    color: #d5a021;
    font-size: 18px;
    font-style: normal;
}

@media (min-width: 992px) {
    #jingle i,
    #jingle em {
        font-size: 20px;
    }
}

#jingle b,
#jingle strong,
#jingle i,
#jingle em {
    font-weight: 500;
    display: block;
}

#jingle br {
    line-height: 0;
    display: none;
}

#jingle a {
    text-decoration: none;
}

/* ------------------------------------------------ welcome ------------------------------------------------ */

#welcome .textCol {
    padding-top:40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    #welcome .textCol {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    #welcome .bannerCol > .grow {
        width: calc(50vw - 75px);
    }
}

@media (min-width: 1200px) {
    #welcome .bannerCol > .grow {
        width: calc(50vw - 277px);
        min-width: 425px;
    }
}

#welcome .bannerCol .banner {
    position: relative;
    background: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(161, 157, 157, 0.45);
    box-shadow: 0 10px 30px 0 rgba(161, 157, 157, 0.45);
}

@media (min-width: 768px) and (max-width: 991px) {
    #welcome .bannerCol {
        padding-top: 40px;
    }  
}

@media (min-width: 992px) {
    #welcome .bannerCol .banner {
        padding: 20px;
    }

    #welcome .bannerCol {
        z-index: 60;
        margin-top: -100px;
    }
}

@media (min-width: 1200px) {
    #welcome .bannerCol .banner {
        padding: 30px;
    }

    #welcome .bannerCol {
        margin-top: -190px;
    }
}

#welcome .bannerCol .banner img {
    display: block;
    width: 100%;
}

#welcome{
    font-size: 1.25rem;
    color: #967017;
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 4px;
}


@media (min-width: 1200px) {
    #welcome > .row > div:nth-child(1){
        position: relative;
        left: -140px;
    }
}


#welcome h2{
    color: #5a503e;
    font-size: 1.875rem;
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 400;
}

#welcome h1{
    font-family: "Asap Condensed", sans-serif;
    font-weight: 700;
    color: #6d7911;
    text-transform: uppercase;
    font-size: calc(25px + (102 - 25) * (100vw - 400px) / (1920 - 400));
    margin: 0px;
    letter-spacing: 0;

}


/* ------------------------------------------------ content ------------------------------------------------ */

#content,
#info,
#images > .row {
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (min-width: 992px) {
    #content,
    #info,
    #images > .row {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    #content,
    #images > .row {
        padding-top: 100px;
        padding-bottom: 140px;
    }

    body:not(.index) #content{
        padding-top: 50px;
        padding-bottom: 60px;
    }

    #info {
        padding-top: 180px;
        padding-bottom: 170px;
    }
    body.index #content > .row > div:last-child {
        padding-left: 65px;
    }
}

/* ------------------------------------------------ tabs ------------------------------------------------ */

.tabAside {
    padding: 30px;
    background: rgba(164, 150, 148, 0.2);
    background-color: #f7f5f2;
}


@media (max-width: 991px) {
    .tabAside {
        margin-top: 30px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .tabAside::after{
        content:'';
        background: url(../img/kids-kontakt.png) no-repeat bottom center / contain;
        width: 147px;
        height: 109px;
        position: absolute;
        display: inline-block;
        top: -109px;
        left: 20px;
    }
}

.tabAside a{
    color: #5a503e;
}

.tabAside img {
    margin: -30px -30px 30px -30px;
    display: block;
    min-width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    height: auto;
}


.tabAside h1,
.tabAside h2,
.tabAside h3,
.tabAside h4,
.tabAside h5,
.tabAside h6 {
    margin-bottom: 18px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.75rem;
    color: #3c540d;
}

.tabAside strong,
.tabAside b{
    font-weight: 600;   
}

/* ------------------------------------------------ buttons ------------------------------------------------ */

.buttonsGhost a:not(.nostyle),
.buttonsBold  a:not(.nostyle) {
    text-decoration: none;
}

.buttonsGhost p > a:not(.nostyle, [href*="mailto"]),
.buttonsBold p > a:not(.nostyle, [href*="mailto"]) {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 14px 30px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

@media (min-width: 992px) {
    .buttonsGhost p > a:not(.nostyle, [href*="mailto"]),
    .buttonsBold p > a:not(.nostyle, [href*="mailto"]) {
        padding: 14px 60px;
    }
}

.buttonsGhost p > a:not(.nostyle, [href*="mailto"]) + a:not(.nostyle, [href*="mailto"]),
.buttonsBold p > a:not(.nostyle, [href*="mailto"]) + a:not(.nostyle, [href*="mailto"]) {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .buttonsGhost p > a:not(.nostyle, [href*="mailto"]) + a:not(.nostyle, [href*="mailto"]),
    .buttonsBold p > a:not(.nostyle, [href*="mailto"]) + a:not(.nostyle, [href*="mailto"]) {
        margin-left: 20px;
    }
}

.buttonsGhost p > a:not(.nostyle, [href*="mailto"]) {
    border: 1px solid #a49694;
    color: #706665;
}

.buttonsGhost.lightBtn p > a:not(.nostyle, [href*="mailto"]) {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.buttonsGhost.tabBtn p > a:not(.nostyle, [href*="mailto"]) {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}

.buttonsBold p > a:not(.nostyle, [href*="mailto"]) {
    background: #3c540d;
    color: #fff;
    transition: all, 250ms;
}

.buttonsBold p > a:not(.nostyle, [href*="mailto"]),
.buttonsBold p > a:not(.nostyle, [href*="mailto"]):hover,
.buttonsBold p > a:not(.nostyle, [href*="mailto"]):focus {
    color: #ffffff;
}

.buttonsGhost p > a:not(.nostyle, [href*="mailto"]):hover,
.buttonsGhost p > a:not(.nostyle, [href*="mailto"]):focus {
    color: #3c540d;
}

.buttonsGhost.lightBtn p > a:not(.nostyle, [href*="mailto"]):hover,
.buttonsBold p > a:not(.nostyle, [href*="mailto"]):hover,
.buttonsGhost.lightBtn p > a:not(.nostyle, [href*="mailto"]):focus,
.buttonsBold p > a:not(.nostyle, [href*="mailto"]):focus {
    opacity: 0.95;
}

.buttonsGhost.tabBtn p > a:not(.nostyle, [href*="mailto"]):hover,
.buttonsGhost.tabBtn p > a:not(.nostyle, [href*="mailto"]):focus {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

/* ------------------------------------------------ info ------------------------------------------------ */

#info a{
    color: #fff;
}
#info {
    background-color: #f6f4f4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 992px) {
    #info::after{
        content:'';
        background: url(../img/bg-main.png) no-repeat bottom center / contain;
        width: 338px;
        height: 384px;
        position: absolute;
        display: inline-block;
        top: -384px;
        right: 120px;
    }
}

#info::before {
    content: "Angebote";
    display: block;
    color: #ecdfc7;
    font-weight: 700;
    font-size: calc(80px + (200 - 80) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    line-height: 0.7;
    margin-left: calc(15px + (80 - 15) * (100vw - 320px) / (1920 - 320));
    margin-bottom: calc(0px - (43 - 0) * (100vw - 320px) / (1920 - 320));
    pointer-events: none;
}

#info .tab {
    padding: 30px 15px;   
    color: #ffffff;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    min-height: 100%;
}

#info ul{
    padding-left: 0px;
}

#info ul li:nth-of-type(2n+2){
    background: rgba(0,0,0,.1);
}

#info .tab1 {
    background-color: #6d7911;   
    background-image: url('../img/sheep.png ');
    background-position: left 20px bottom;
    background-repeat: no-repeat;
}

#info .tab2 {
    background-color: #3c540d;
    background-image: url('../img/kids.png ');
    background-position: right 10px bottom;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    #info .tab2 {
        margin-top: 30px;
    }
}

#info img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    #info > .row > div:first-child {
        padding-right: 30px;
    }
    #info > .row > div:last-child {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    #info .tab {
        padding: 100px 30px;   
    }
}

#info .tabHeadline {
    font-family: "Asap Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 35px;
}

#info h1,
#info h2,
#info h3,
#info h4,
#info h5,
#info h6 {
    color: #ffffff;
}

/* ----------------------------------------------- images ----------------------------------------------- */


#images  > .row > div:nth-child(1){
    margin-top: 40px;
}

@media (min-width: 992px) {
    #images  > .row > div:nth-child(1)::after{
        content: '';
        background: url(../img/bg-images.png) no-repeat center / contain;
        width: 410px;
        height: 258px;
        right: -44px;
        bottom: 0px;
        display: inline-block;
        position: absolute;
        z-index: -1;
    }
}

#images h1,
#images h2,
#images h3,
#images h4,
#images h5,
#images h6{
    font-size: 2.25rem;
    color: #6d7911;
    font-family: "Asap", sans-serif;
    letter-spacing: 1px;
    margin: 0px;
}

#images em{
    font-size: 1.875rem;
    font-style: normal;
    text-transform: uppercase;
}


#images .slider-wrapper:not(:first-child){
    margin-top: 25px;
}



#images .slider-wrapper{
    overflow: hidden;
    display: inline-block;
    height: auto;
}

#images .nivoSlider {
    height: 100% !important;
}

/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .h6, H6, .h5, H5, .h4, H4, .h3, H3, .h2, H2, .h1, H1 {
    color: #6d7911;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.h6 i, H6 i, .h5 i, H5 i, .h4 i, H4 i, .h3 i, H3 i, .h2 i, H2 i, .h1 i, H1 i,
.h6 em, H6 em, .h5 em, H5 em, .h4 em, H4 em, .h3 em, H3 em, .h2 em, H2 em, .h1 em, H1 em {
    color: #6d7911;
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
    font-size: 85%;
    font-weight: 600;
}

h1, .h1, .legacy_h1 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 2.125rem;
    }
}

#content h1::after,
#content .legacy_h1::after {
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    background-color: #d5a021;
    margin: 12px 0 20px -20px;
}

@media (min-width: 992px) {
    #content h1::after,
    #content .legacy_h1::after {
        margin-bottom: 35px;
    }
}

#content h1[style*="center"]::after,
#content .legacy_h1[style*="center"]::after {
    margin-left: auto;
    margin-right: auto;
}

#content h1[style*="right"]::after,
#content .legacy_h1[style*="right"]::after {
    margin-left: auto;
    margin-right: 0;
}

h2, .h2, .legacy_h2 {
    font-size: 1.55rem;
}

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2rem;
    }
}

h3, .h3, .legacy_h3 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h3, .h3, .legacy_h3 {
        font-size: 1.9rem;
    }
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: 1.65rem;
}

@media (min-width: 768px) {
    h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
        font-size: 1.8rem;
    }
}

h5, .h5, .legacy_h5 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h5, .h5, .legacy_h5 {
        font-size: 1.7rem;
    }
}

h6, .h6, .legacy_h6 {
    font-size: 1.55rem;
}

@media (min-width: 768px) {
    h6, .h6, .legacy_h6 {
        font-size: 1.6rem;
    }
}

#newslinks, #newsmandate {
    border: 1px solid #144647;
}

/* ----------------------------------------------- slogan ----------------------------------------------- */

#slogan {
    padding-top: 40px;
    position: relative;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(20, 70, 71, 0.5);
    font-size: calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
}

@media (max-width: 991px) {
    #slogan {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    #slogan {
        padding-top: 60px;
    }
    #slogan > .row {
        max-width: 1830px;
        width: 100%;
    }

    #slogan > .row .row {
        min-width: auto;
        margin-left: auto;
        margin-right: auto;
    } 
}

@media (min-width: 1200px) {
    #slogan {
        padding-top: 80px;
    }
}

#slogan b,
#slogan strong {
    font-size: calc(28px + (64 - 28) * (100vw - 320px) / (1920 - 320));
    font-family: "Asap Condensed", sans-serif;
}

#slogan::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: rgba(164, 150, 148, 0.1);
}

@media (min-width: 992px) {
    #slogan::after {
        width: calc(50% + 150px);
    }
}

@media (min-width: 1200px) {
    #slogan::after {
        width: calc(50% + 185px);
    }
}

#sloganImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 15px 30px;
    color: #ffffff;
    background-color: #285b5c;
}

@media (min-width: 1200px) {
    #sloganImg {
        padding-top: 200px;
        padding-bottom: 140px;
    }
}

#sloganImg h1,
#sloganImg h2,
#sloganImg h3,
#sloganImg h4,
#sloganImg h5,
#sloganImg h6 {
    color: #ffffff;
}

/* ---------------------------------------------- footer ---------------------------------------------- */

footer {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer::before{
    max-width: 1124px;
    width: 100%;
    height: 80px;
    background-color: #f6f4f4;
    position: absolute;
    display: inline-block;
    top: -80px;
    left: 0px;
}


@media (max-width: 767px) {
    footer{
       padding-bottom: 40px; 
    }
}


footer > .row::before{
    height: 1px;
    content: '';
    max-width: 1170px;
    margin: auto;
    display: block;
    width: 100%;
    position: relative;
    background-color: rgba(255,255,255,0.20);
}

/* --------------------------------------------- formular --------------------------------------------- */

.formgen_row .formgen_top label, .formgen_row .formgen_top legend{
    opacity: 1.0 !important;
}

.gap{
    margin-top: 60px;
}

.iframetab iframe,
.iframetab .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
    max-height: 330px;
}



@media (max-width: 767px) {
    #innerfooter {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    padding:  30px 10px;

}


@media (max-width: 767px) {
    #innerfooter a {
        padding:  20px;
    }
}
#innerfooter a:hover,
#innerfooter a:focus {
    background-color: rgba(255,255,255,0.05);
}


/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
    text-align: right;
    font-size: 0.8125rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 400;
}

@media (min-width: 768px) {
    #vernetzt {
        margin: 0;
    }
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt b{
    font-weight: 600;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: auto;
}


.footerLogos {
    color: #fff;
}