@import url("https://fonts.verwaltungsportal.de/import/?family=Poppins:400,600,700,400i,600i,700i");

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

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

a {
    color: #494806;
}

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

b,
strong {
    font-weight: 600;
}

header {
    position: relative;
}

@media (min-width: 576px) {
    header::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 43vw;
        z-index: -1;
    }
}

.staticElement {
    position: static;
}

.over {
    overflow: hidden;
}

/* ------------------------------------------------- topbar ------------------------------------------------ */

.topbar {
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.80);
}

.topbar>.row {
    padding-bottom: 10px;
}

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

/* ------------------------------------------------- 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;
        transition: filter 200ms linear;
    }

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

    .is-sticky #suche {
        filter: invert(25%) sepia(93%) saturate(4000%) hue-rotate(26deg) brightness(50%) contrast(95%);
    }

    #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;
    font-size: 1.5rem;
    color: #75740a;
}

#logo p {
    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: #494806;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 2px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

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

    #burgerButton[aria-expanded="true"]:before {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        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;
        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;
        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 {
        padding: 12px 0;
        box-shadow: 0 0 0 0 transparent;
        transition: box-shadow 200ms linear, background-color 200ms linear;
    }

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

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

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between !important;
        align-items: center !important;
        margin-right: -3vw;
    }

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

    nav.horizontally li[class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: -33%;
        right: 0;
        z-index: 1000;
        margin: 0;
        padding: 10px 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: 60vh;
        overflow: visible;
        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;
        margin-top: 33px;
    }

    nav.horizontally li[class*="toplevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
        height: 33px;
        left: 0;
        right: 0;
        top: -33px;
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        z-index: -1;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.96);
    }

    .is-sticky nav.horizontally li[class*="toplevel"]>ul::after {
        -webkit-box-shadow: 0 8px 8px 0 rgba(84, 73, 73, 0.1);
        box-shadow: 0 8px 8px 0 rgba(84, 73, 73, 0.1);
    }

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
        height: auto;
    }

    nav.horizontally li[class*="secondlevel"] {
        float: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: table !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
        z-index: 1003;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
    }

    .nav li[class*="toplevel"].open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

    #mCSB_1_scrollbar_vertical {
        left: 50%;
        margin-left: calc(962px/2);
    }

    nav.horizontally .dropdown-menu {
        display: block !important;
    }
}

@media (min-width: 1200px) {

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        max-width: 1200px;
        padding-top: 25px;
        padding-bottom: 45px;
    }

    #mCSB_1_scrollbar_vertical {
        margin-left: calc(1170px/2);
    }
}

nav.horizontally li[class$="_end"], nav.horizontally li[class$="_start"] {
    display: none;
}

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

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

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

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

    .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;
    }
}

/* -------------------------------------------- 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: #494806;
    background-color: transparent;
}

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

@media (max-width: 991px) {

    .navbar-default li[class*="toplevel"]>.dropdown-menu,
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        display: block;
    }
}

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

.navbar-default li[class*="secondlevel"]>a, .navbar-default li[class*="thirdlevel"]>a {
    color: #262626;
    text-align: left;
    padding: 8px 35px 8px 15px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-default li[class*="secondlevel"]>a {
        padding: 20px 0 2px;
    }

    .navbar-default li[class*="thirdlevel"]>a {
        padding: 5px 0 5px 20px;
    }
}

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

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

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

#select {
    color: #fff;
}

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

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

#select :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
}

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

@media (max-width: 575px) {
    #select summary {
        background: #494806 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 #494806 transparent;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

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

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

/* contact tab */

#contact-content {
    position: absolute;
    top: calc(100% + 20px);
    width: 100%;
    right: 15px;
    background: #494806;
    color: #ffffff;
    border-radius: 20px;
    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: 40px;
}

@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;
}

.bannerBox {
    border: 20px solid #fff;
    border-radius: 20px;
    background: #ffffff;
}

#slider img {
    border-radius: 20px;
}

@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, 55px);
    padding-bottom: clamp(20px, 7vw, 95px);
}

body:not(.index) #headerpic {
    padding-top: 30px;
    padding-bottom: 0;
}

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

.slider-mask {
    display: none;
}

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

    #headerpic::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: calc(50% + 655px);
        background: url("../img/moeve_freisteller.png");
        width: 299px;
        height: 177px;
    }
}

.bannerSideTab h2 {
    font-size: clamp(1.875rem, 6vw, 2.8125rem);
    font-weight: 700;
    color: #75740a;
    line-height: 1.6;
    margin-bottom: 20px;

}

@media (max-width: 991px) {
    .bannerSideTab {
        margin-top: 30px;
        background-color: #fff;
    }
}

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

.buttonStyle a:not(.has-image):not([rel]) {
    display: inline-block;
    padding: 14px;
    color: #262626;
    font-weight: 600;
    font-size: 1rem;
    background: #bbc769;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
}

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

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

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

/* ------------------------------------------------ contentTabs ----------------------------------------------- */

#contentTabs {
    padding: 30px 0;
}

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

#contentTabs .tab {
    height: 100%;
    border: 2px solid #494806;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
    transition: 0.3s ease-out;
    font-size: 1rem;
}

#contentTabs .tab a {
    padding: 8px 20px;
    background: #494806;
    border-radius: 6px;
    color: #fff;
    font-size: 0.9375rem;
}

#contentTabs .tab a::after {
    content: ' \2192';
}

#contentTabs .tab:hover {
    transform: scale(1.03);
    transition: 0.3s ease-out;
    background: #494806;
    color: #fff;
}

#contentTabs .tab .tabHeadline {
    font-size: 1.5rem;
    color: #75740a;
}

#contentTabs .tab:hover .tabHeadline {
    color: #fff;
}

#contentTabs .tab:hover a {
    background: #fff;
    transition: 0.3s ease-out;
    color: #494806;
    text-decoration: none;
}

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

#tabs {
    padding-bottom: 45px;
}

#tabs .tab {
    min-height: 100%;
    padding: 40px 20px;
    border: 2px solid #494806;
    border-radius: 20px;
    font-size: 1rem;
    background: #ffffff;
    min-height: 100%;
    transition: color 300ms linear, background-color 300ms linear, filter 300ms linear;
}

#tabs .tabHeadline {
    font-size: 1.3125rem;
    color: #75740a;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    hyphens: auto;
}

#tabs .tabHeadline::before {
    content: '';
    background-color: #fff;
    border-radius: 5px;
    display: block;
    margin: 0 auto 30px auto;
    width: 60px;
    height: 60px;
}

#tabs .tab1 .tabHeadline::before {
    background-image: url(../img/beratung-icon.png);
    background-color: transparent;
    width: 64px;
    height: 80px;
    background-repeat: no-repeat;
}

#tabs .tab2 .tabHeadline::before {
    background-image: url(../img/icon-entwicklung.png);
    background-color: transparent;
    width: 77px;
    height: 77px;
    background-repeat: no-repeat;
}

#tabs .tab3 .tabHeadline::before {
    background-image: url(../img/destinations-icon.png);
    background-color: transparent;
    width: 79px;
    height: 79px;
    background-repeat: no-repeat;
}

#tabs .tab:is(:hover, :focus) .tabHeadline::before {
    filter: invert(100%) sepia(83%) saturate(2%) hue-rotate(101deg) brightness(118%) contrast(100%);
}

#tabs .tab:is(:hover, :focus),
#tabs .tab:is(:hover, :focus) a,
#tabs .tab:is(:hover, :focus) .tabHeadline {
    color: #fff;
}

#tabs .tab:is(:hover, :focus) {
    background-color: #494806;
}

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

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

/* ------------------------ @14nw  ----------------------*/

#nw14 {
    padding: 40px 0;
}

@media (min-width: 992px) {
    #nw14 {
        padding: 40px 0 70px 0;
        font-size: 1.375rem;
    }
}

#nw14 .tabContent h1,
#nw14 .tabContent h2,
#nw14 .tabContent h3 {
    color: #75740a;
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

#nw14 .tab_link {
    width: 100%;
    padding: 30px 0;
}

@media (min-width: 992px) {
    #nw14 .tab_link {
        padding: 55px 0 45px 0;
    }
}

#nw14 .tab_link_entry {
    width: 100%;
    padding: 30px 30px 256px 30px;
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    border: 1px solid #b2b2b2;
    overflow: hidden;
    font-size: 1rem;
}

@media (min-width: 768px) {
    #nw14 .tab_link_entries {
        display: flex;
        flex-wrap: wrap;
    }

    #nw14 .tab_link_entry {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    #nw14 .tab_link_entries .tab_link_entry:last-child {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 992px) {
    #nw14 .tab_link_entry {
        width: calc(33% - 30px);
    }

    #nw14 .tab_link_entries .tab_link_entry:last-child {
        width: calc(33% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    #nw14 .tab_link_entry {
        margin-bottom: 30px;
    }
}

#nw14 .tab_date {
    font-size: 0.875rem;
    font-style: italic;
}

#nw14 .tab_link_title a {
    color: #75740a;
    font-size: 1.375rem;
    font-weight: 700;
}

#nw14 .vorschau {
    color: #262626;
    font-size: 1rem;
}

#nw14 .tab_link_mehr {
    font-size: 0;
    text-align: left;
}

#nw14 .tab_link_mehr a {
    color: #262626;
    font-style: italic;
    padding: 20px 20px 10px 20px;
    border-radius: 6px;
    border: 2px solid #494806;
    background: #ffffff;
    position: relative;
    display: inline-block;
}

#nw14 .tab_link_mehr a:focus,
#nw14 .tab_link_mehr a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #494806;
}

#nw14 .tab_link_mehr a::before {
    content: 'weiterlesen';
    font-size: 0.875rem;
}

#nw14 .tab_preview_picture {
    background: #ffffff;
}

#nw14 .tab_link_entry::before,
#nw14 .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 225px;
    overflow: hidden;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#nw14 .tab_link_entry::before {
    content: "";
    background: url("../img/platzhalterbild-aktuelles.png") center / cover no-repeat;
}

#nw14 .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#nw14 .more_link a {
    font-size: 1rem;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 6px;
    border: 2px solid #494806;
    background: #494806;
    font-size: 1rem;
    font-weight: 600;
}

#nw14 .more_link a:focus,
#nw14 .more_link a:hover {
    text-decoration: none;
    color: #494806;
    background: #ffffff;
}

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

footer {
    padding: 60px 0;
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    background-position: left 40% top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    footer {
        padding: 80px 0;
    }

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

    footer::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        max-width: 41vw;
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 58% 100%, 0% 100%);
    }
}

@media (max-width: 767px) {
    footer .banner {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
    }

    footer::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        max-width: 100%;
        width: 100%;
        opacity: 0.5;
    }
}

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

footer .banner {
    border: 20px solid #ffffff;
}

footer img {
    display: inline;
    margin-left: 10px;
}

@media (max-width: 767px) {
    footer .tab {
        margin-top: 30px;

    }
}

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

#content {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #75740a;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}

footer h2,
h1,
.h1,
.legacy_h1 {
    font-size: clamp(2rem, 4vw, 2.5rem);
}

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 #75740a;
}

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

footer {
    font-size: 1rem;
}

body:not(.index) footer {
    background: #494806;
}

footer>.row {
    background: #494806;
    padding: 55px 15px;
    color: #ffffff;
    max-width: 1170px;
    border-radius: 20px;
    width: 100%;
}

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

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

    footer>.row {
        padding: 55px 85px 60px 45px;
    }
}

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

footer a {
    text-decoration: underline;
}

footer .tabHeadline {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    footer .row>.col-xs-12:not(:first-child)::before {
        background: #ffffff;
        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;
}

@media (max-width: 575px) {
    #innerfooter ul {
        display: block;
        line-height: 2;
    }
}

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

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

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

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "";
        color: #ffffff;
        position: absolute;
        left: -2px;
        top: 50%;
        transform: translateY(-50%);
    }
}

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

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

#vernetzt b {
    color: #ffffff;
    font-weight: 600;
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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

#vernetzt-container {
    margin-top: auto;
}