@import url("https://fonts.verwaltungsportal.de/css/?family=Golos+Text:400,600,400i,600i");

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #a3bc8d;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scrollbar-color: #48791b #ffffff;
}

body {
    font-family: "Golos Text", sans-serif;
    color: #58585a;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #48791b;
}

#content a,
a:hover,
a:focus {
    color: #48791b;
    text-decoration: underline;
}

#content a,
b,
strong {
    font-weight: 600;
}

header {
    z-index: 2;
    position: relative;
    border-bottom: 20px solid #c7dc99;
}

@media (min-width: 1200px) {
    header::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 824px;
        clip-path: polygon(49% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: -1;
    }
}

.staticElement {
    position: static;
}

#over {
    overflow: clip;
    position: relative;
}

/* ------------------------------------------------- suche ------------------------------------------------ */

@media (max-width: 991px) {
    #suche img {
        width: 20px;
        height: 20px;
        display: block;
    }
}

@media (max-width: 575px) {
    .elementCol {
        margin-top: 20px;
        box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
        padding: 5px 15px;
    }
}

@media (min-width: 992px) {
    #suche {
        position: relative;
    }

    #suche:hover::after,
    #suche:focus::after {
        width: 45px;
        height: 45px;
    }

    #suche::after {
        content: '';
        width: 0;
        height: 0;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width 200ms linear, height 200ms linear;
        background: rgba(0, 0, 0, 0.05);
        z-index: -1;
    }
}

/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        padding: 10px 0;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
        position: relative !important;
    }

    #menu>.row>div[class*="col"]:nth-of-type(1) {
        min-height: 46px;
    }

    #burgerButton {
        font-size: 0;
        border: none !important;
        position: fixed;
        z-index: 1002;
        display: block;
        width: 46px;
        height: 40px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #ffffff;
        padding: 3px;
    }

    #burgerButton:before,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #48791b;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 2px;
        -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"]:before {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }

    #burgerButtonInner {
        top: 10px;
    }

    #burgerButton:before {
        top: 18px;
    }

    #burgerButton:after {
        top: 26px;
    }

    #burgerButton:before,
    #burgerButton:after {
        content: "";
        display: block;
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .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.collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        background-color: #ffffff;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
        -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);
    }

    .navbar-collapse.in:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 90px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }

    .navbar-collapse.collapse.in:after {
        width: 40%;
    }
}

@media (max-width: 575px) {
    #menu {
        padding-bottom: 0px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        z-index: 12;
        padding: 30px 0 30px 0;
        box-shadow: 0 0 0 0 transparent;
        transition: box-shadow 200ms linear, background-color 200ms linear;
    }

    .is-sticky #menu {
        left: unset !important;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    }

    #menu>.row {
        max-width: 1560px;
        width: 100%;
    }

    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    nav.horizontally .navbar-nav>li {
        flex-grow: 1;
    }

    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav>li,
    nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    /* Fade in Hover Start */
    .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;
    }

    /* Pseudo */

    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        left: 0;
        right: 0;
        top: -30px;
    }

    /* 3rd */

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 30px;
        top: 0;
        bottom: 0;
        left: -30px;
    }

    /* Fade in Hover End */
}

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

.navbar-default .navbar-nav>li>a {
    color: #58585a;
    font-weight: 600;
    text-align: left;
    padding: 10px 35px 15px 15px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    hyphens: auto;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li {
        border-bottom: 1px solid rgba(88, 88, 90, 0.2);
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 7px 0;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li.dropdownpr>a::before {
        content: "";
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        border-radius: 50%;
        background-color: #58585a;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
        transform: translate(-50%);
    }
}

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

.navbar-nav>li:focus-within>a,
.navbar-nav>li:hover>a,
.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: #48791b;
    background-color: transparent;
}

@media (min-width: 992px) {

    .navbar-nav>li:focus-within>a::before,
    .navbar-nav>li:hover>a::before,
    .navbar-nav>li>a:hover::before,
    .navbar-nav>li>a:focus::before,
    .navbar-nav>li.open>a::before,
    .navbar-nav>li.open>a:hover::before,
    .navbar-nav>li.open>a:focus::before,
    .navbar-nav>li[class$="_over"]>a::before,
    .navbar-nav>li[class$="_over"]>a:hover::before,
    .navbar-nav>li[class$="_over"]>a:focus::before {
        opacity: 1;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #b3b3b3;
    padding: 15px;
    hyphens: auto;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        padding: 15px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin: 0 10px 10px 10px;
        border-radius: 5px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin: 10px 0;
        border-radius: 5px;
    }

    .dropdown-toggle-button-wrapper,
    .dropdown-toggle-button-wrapper2 {
        top: 5px !important;
    }
}

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

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -23px;
        margin-left: 30px;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #58585a;
    font-weight: 400;
    text-align: left;
    padding: 10px 25px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 6px;
}

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

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
    background: #48791b;
    color: #ffffff;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #48791b;
    color: #ffffff;
}

/* ------------------------------------------------- select ------------------------------------------------ */

#select {
    margin-left: clamp(10px, 2vw, 30px);
    font-size: 1rem;
}

@media (max-width: 991px) {
    #select div[class*="col"] {
        padding: 0px;
    }
}

#select summary {
    cursor: pointer;
    background: #48791b url("../img/kontakt-icon.png") center no-repeat;
    font-size: 0;
    list-style: none;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    position: relative;
    border: 2px solid #ffffff;
}

@media (max-width: 575px) {
    #select summary {
        background: #48791b url("../img/kontakt-icon.png") center no-repeat;
        border-radius: 4px;
        width: 30px;
        height: 30px;
        position: relative;
        background-size: 20px;
    }
}

#select summary::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #48791b transparent;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

@media (min-width: 578px) {
    #select summary::after {
        top: 65px;
    }
}

#select[open] summary::after {
    opacity: 1;
}

/* contact tab */

#contact-content {
    position: absolute;
    top: calc(100% + 20px);
    width: 100%;
    right: 15px;
    background: #48791b;
    color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    font-size: 1rem;
    transition: all 300ms linear;
}

@media (max-width: 991px) {
    #contact-content {
        left: 50%;
        transform: translate(-50%);
        right: unset;
        width: calc(100% - 20px);
    }
}

@media (min-width: 992px) {
    #contact-content {
        max-width: 290px;
    }
}

#contact-content {
    padding: 20px;
}

@media (min-width: 768px) {
    #contact-content>* {
        width: 50%;
        flex-grow: 1;
    }
}

:is(.contact-tab) :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.contact-tab :is(h1, h2, h3, h4, h5, h6, a) {
    color: inherit;
}

.contact-tab a {
    text-decoration: underline;
}

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

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    border: 20px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#headerpic .bannerDeko {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .index #headerpic .bannerDeko {
        margin-left: 55px;
    }
}

#headerpic .bannerDeko::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c7dc99;
    border: 20px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    z-index: -2;
}

#headerpic .bannerDeko::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #48791b;
    border: 20px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: rotate(-4.5deg);
    -webkit-transform: rotate(-4.5deg);
    -moz-transform: rotate(-4.5deg);
    z-index: -1;
}

@media (min-width: 992px) {
    #slider {
        /*IMG height + border top and bottom*/
        max-height: calc(400px + 40px);
    }

    .index #slider {
        /*IMG height + border top and bottom*/
        max-height: calc(511px + 40px);
    }
}

@media (max-width: 767px) {
    #slider {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
    }
}

.nivo-controlNav {
    bottom: 20px !important;
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: clamp(20px, 7vw, 100px);
    padding-bottom: clamp(20px, 7vw, 125px);
}

body:not(.index) #headerpic {
    padding-top: clamp(20px, 7vw, 70px);
    padding-bottom: clamp(20px, 7vw, 70px);
}

@media (min-width: 1200px) {
    #headerpic {
        position: relative;
        z-index: 1;
    }

    #headerpic>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        left: -200px;
        top: 65px;
        width: 770px;
        height: 312px;
        background: url('../img/grafik-flugzeug1.png') center no-repeat;
        z-index: -1;
    }
}

.slider-wrapper,
#slider {
    height: 100%;
}

.slider-mask {
    display: none;
}

@media (min-width: 1200px) {
    #headerpic>.row {
        max-width: 1560px;
        width: 100%;
    }
}

.bannerSideTab h2 {
    color: #58585a;
    font-size: clamp(1.875rem, 4vw, 3.75rem);
    line-height: 1.1;
    margin-bottom: 5px;
}

.bannerSideTab h3 {
    color: #48791b;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bannerSideTab {
    margin-top: 35px;
}

/* ------------------------------------------------ buttonStyle ----------------------------------------------- */

.buttonStyle a:not(.has-image):not([rel]) {
    display: inline-block;
    padding: 13px 25px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    background: #48791b;
    border-radius: 6px;
    text-decoration: none;
}

.buttonStyle a:not(.has-image):not([rel]):hover,
.buttonStyle a:not(.has-image):not([rel]):focus {
    background: #375c15;
}

.bannerSideTab.buttonStyle a:not(.has-image):not([rel]) {
    margin-top: 35px;
}

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

#content {
    text-align: left;
    padding-top: clamp(30px, 3vw, 50px);
    padding-bottom: clamp(30px, 3vw, 60px);
}

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

#tabs {
    padding-bottom: clamp(30px, 5vw, 80px);
}

@media (min-width: 1200px) {
    #tabs {
        position: relative;
        z-index: 1;
    }

    #tabs>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        left: -220px;
        bottom: -80px;
        width: 597px;
        height: 457px;
        background: url('../img/grafik-flugzeug2.png') center no-repeat;
        z-index: -1;
    }
}

#tabs .tab {
    min-height: 100%;
    padding: 40px 30px;
    border: 1px solid #b3b3b3;
    border-radius: 20px;
    font-size: 1rem;
    background: #ffffff;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

#tabs .tab::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -25px;
    right: -25px;
    width: 198px;
    height: 96px;
    background: url('../img/grafik-flugzeug-hover.png') center no-repeat;
    transition: opacity 300ms linear;
    opacity: 0;
    z-index: -1;
}

#tabs .tab:hover::before,
#tabs .tab:focus::before {
    opacity: 1;
}

#tabs .tabHeadline {
    font-size: 1.875rem;
    color: #48791b;
    margin-bottom: 10px;
    hyphens: auto;
}

#tabs .tabHeadline::before {
    content: '';
    background-color: #48791b;
    border-radius: 5px;
    display: block;
    margin: 0 auto 30px auto;
    width: 60px;
    height: 60px;
    z-index: 2;
    position: relative;
}

#tabs .tab1 .tabHeadline::before {
    background-image: url(../img/icon-kreuzfahrt.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#tabs .tab2 .tabHeadline::before {
    background-image: url(../img/icon-buchen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#tabs .tab3 .tabHeadline::before {
    background-image: url(../img/icon-aktuelles.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#tabs h3 {
    font-size: 1.875rem;
    color: #a53860;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #tabs>.row>div {
        margin-top: 30px;
    }
}

/* ------------------------------------------------ infoTab ----------------------------------------------- */

#infoTab {
    border-top: 20px solid #c7dc99;
    border-bottom: 20px solid #c7dc99;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    #infoTab {
        padding: 120px 0 155px 0;
    }

    #infoTab>.row>div.col-xs-12:nth-child(1) {
        padding-right: 0px;
    }
}

@media (min-width: 1200px) {
    #infoTab>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        right: -360px;
        bottom: -155px;
        width: 942px;
        height: 575px;
        background: url('../img/grafik-flugzeug3.png') center no-repeat;
    }

    #infoTab::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 800px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #4f9108;
        clip-path: polygon(0 0, 100% 0%, 58% 100%, 0% 100%);
    }
}

#infoTab .tab {
    margin-top: 35px;
}

#infoTab h2 {
    color: #58585a;
}

#infoTab h3 {
    color: #48791b;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
}

#infoTab .banner {
    position: relative;
    border: 20px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#infoTab .bannerDeko {
    position: relative;
    z-index: 1;
}

#infoTab .bannerDeko::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c7dc99;
    border: 20px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    z-index: -2;
}

#infoTab .bannerDeko::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #48791b;
    border: 20px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    z-index: -1;
}

#infoTab img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ------------------------------------------------ tabPart ----------------------------------------------- */

#tabPart {
    padding: clamp(30px, 3vw, 40px) 0 30px 0;
}

@media (min-width: 992px) {
    #tabPart .tab {
        padding: 0 50px;
    }
}

#tabPart .tabHeadline {
    font-size: clamp(1.75rem, 2vw, 1.875rem);
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #48791b;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Golos Text", sans-serif;
}

#infoTab h2,
h1,
.h1,
.legacy_h1 {
    font-size: clamp(2rem, 4vw, 3.125rem);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.7rem, 3vw, 1.9rem);

}

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

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

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

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

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

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

footer {
    font-size: 1rem;
    padding-top: clamp(30px, 3vw, 60px);
    padding-bottom: clamp(30px, 3vw, 55px);
    background: #c7dc99;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1200px) {
    footer {
        position: relative;
    }

    footer>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        right: -375px;
        top: -60px;
        bottom: -55px;
        width: 320px;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #4f9108;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

footer>.row {
    max-width: 1170px;
    width: 100%;
}

@media (min-width: 768px) {
    footer>.row>div.col-xs-12:nth-child(1) {
        border-right: 1px solid rgba(88, 88, 90, 0.30);
    }

    footer>.row>div.col-xs-12:nth-child(2) {
        padding-left: 60px;
    }
}

footer :is(h1, h2, h3, h4, h5, h6, a) {
    color: #58585a !important;
}

footer :is(h1, h2, h3, h4, h5, h6) {
    color: #58585a;
    font-size: clamp(1.75rem, 2vw, 1.875rem);
}

footer a {
    text-decoration: underline;
}

footer .tabHeadline {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    footer .row>.col-xs-12:not(:first-child)::before {
        background: #58585a;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 25px 0;
        opacity: 0.2;
    }

    footer .row>.col-xs-12.hidden-xs~.col-xs-12::before,
    footer .row>.col-xs-12.hidden-sm~.col-xs-12::before {
        display: none;
    }
}

#innerfooter {
    margin-top: 30px;
}

#innerfooter ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-rule: "•";
}

#innerfooter li {
    flex-grow: 1;
    position: relative;
}

#innerfooter a {
    color: #58585a;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    padding: 0 20px;
}

#innerfooter a:hover,
#innerfooter a:focus {
    text-decoration: underline;
}

#innerfooter li+li::before {
    content: "•";
    color: #58585a;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

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

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #58585a;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

#vernetzt span {
    color: #58585a;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: 18px;
}