@import url('https://fonts.verwaltungsportal.de/import/?family=Noto+Sans:400,400i,500,500i,600,600i,700,700i');
@import url("https://fonts.verwaltungsportal.de/import/?family=Noto+Serif:400,400i,500,500i,600,600i,700,700i");

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #f7eec6;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #191919;
    background: #fff;
    font-size: 1.0625rem;
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

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

a {
    color: #9d0208;
}

a:hover,
a:focus {
    color: #9d0208;
    text-decoration: underline;
}

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

main a,
#footer a {
    text-decoration: underline;
}

#overflow {
    overflow: clip;
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

    #logo .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* #endregion ----------------------------------- logo ------------------------------------------ */



/* #region ------------------------------------ navigation -------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        position: static !important;
    }

    #burgerButton {
        font-size: 0;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 6px;
        padding: 6px 8px;
        cursor: pointer;
        background: #fff;
        border: none !important;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButtonInner2,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #67412d;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        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 {
        padding: 20px 10px;
    }

    .navbar-collapse {
        top: 0;
        background: #fff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        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[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        position: fixed;
        top: 30px;
        right: 15px;
        z-index: 101;
        transition: top 300ms linear;
    }

    .is-sticky .navbar-header {
        top: 15px;
    }

    .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);
        transition: width 300ms linear, opacity 300ms linear;
    }

    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }

    .dropdown-toggle-button-wrapper {
        top: 11px;
        right: 0;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 1px;
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        top: 38px;
    }
}

@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) {
    #menu {
        background: #fff;
        border-bottom: 6px solid #f5ebe0;
        margin-top: 20px;
    }
    .is-sticky #menu {
        left: auto !important;
        margin-top: 0px;
    }

    nav.horizontally .navbar-nav {
        margin-bottom: -6px;
        padding: 0 25px;
        position: relative;
        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 li[class*="toplevel"]>.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally li[class*="secondlevel"]>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) {
        position: relative;
    }

    .navbar-default .navbar-nav li :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms linear;
    }

    .navbar-default :is(.open>.dropdown-menu, .navbar-nav li[class*="toplevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]>ul[style*="block"]) {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav :is(li[class*="toplevel"]:focus-within>ul, 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 :is(li[class*="toplevel"]:hover>ul, li[class*="secondlevel"]:hover>ul) {
        z-index: 1003;
    }
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #67412d;
    font-weight: 700;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
    font-family: "Noto Serif", serif;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-top: 2px;
    }

    nav.horizontally li[class*="toplevel"]>a.dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"] {
        display: flex;
        align-content: center;
        align-items: center;
        flex-grow: 1;
    }

    .navbar-default li[class*="toplevel"]>a {
        padding: 25px 6px 27px 6px;
        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 li[class*="toplevel"]>a {
        display: block;
    }
}

.navbar-default li[class*="toplevel"]>a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    height: 6px;
    width: 0;
    background: #67412d;
    transform: translateX(-50%);
    transition: width 300ms linear;
}

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

.navbar-default li[class*="toplevel"]:hover>a::after,
.navbar-default li[class*="toplevel"]>a:hover::after,
.navbar-default li[class*="toplevel"]>a:focus::after,
.navbar-default li[class*="toplevel"].open>a::after,
.navbar-default li[class*="toplevel"].open>a:hover::after,
.navbar-default li[class*="toplevel"].open>a:focus::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus::after {
    width: 100%;
}

.navbar-default li[class*="toplevel"]:focus-within>a::after {
    width: 100%;
}

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

.navbar-default :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
    background: #ffffff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .navbar-default li[class*="toplevel"]>ul {
        padding: 10px 0;
    }

    .navbar-default li[class*="secondlevel"]>ul {
        margin: 10px;
    }
}

@media(min-width: 992px) {
    .navbar-default :is(li[class*="toplevel"]>ul, li[class*="secondlevel"]>ul) {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .navbar-default li[class*="toplevel"]>ul {
        border-radius: 0 0 6px 6px;
    }

    .navbar-default li[class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 10px;
        border-radius: 6px;
    }

    .navbar-default li[class*="secondlevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        top: 0;
        bottom: 0;
        left: -12px;
    }
}

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

.navbar-default :is(li[class*="secondlevel"]:not(:nth-last-child(2)), li[class*="thirdlevel"]):not(:nth-last-child(2)) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-default :is(li[class*="secondlevel"]>a, li[class*="thirdlevel"]>a) {
    color: #191919;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 20px 10px 40px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

@media(max-width: 991px) {
    nav.horizontally li[class*="secondlevel"]>a.dropdown-toggle2 {
        padding-right: 35px;
    }
}

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

.navbar-default li[class*="secondlevel"]:hover>a,
.navbar-default li[class*="secondlevel"]>a:hover,
.navbar-default li[class*="secondlevel"]>a:focus,
.navbar-default li[class*="secondlevel"].open>a,
.navbar-default li[class*="secondlevel"].open>a:hover,
.navbar-default li[class*="secondlevel"].open>a:focus,
.navbar-default li[class*="secondlevel"][class*="_over"]>a,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:focus,
.navbar-default li[class*="thirdlevel"]:hover>a,
.navbar-default li[class*="thirdlevel"]>a:hover,
.navbar-default li[class*="thirdlevel"]>a:focus,
.navbar-default li[class*="thirdlevel"].open>a,
.navbar-default li[class*="thirdlevel"].open>a:hover,
.navbar-default li[class*="thirdlevel"].open>a:focus,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:focus {
    background-color: #f5ebe0;
    color: #67412d;
}

.navbar-default li[class*="secondlevel"]:focus-within>a,
.navbar-default li[class*="thirdlevel"]:focus-within>a {
    background-color: #f5ebe0;
    color: #67412d;
}

/* #endregion -------------------------------- navigation --------------------------------------- */

/* #region ------------------------------------- resp-gaps -------------------------------------- */

#topbar .row {
    row-gap: 15px;
}

#news .tab_link_entries,
#about-1 .row,
#news>.row {
    row-gap: 30px;
}

#headerpic>.row,
#footer>.row {
    row-gap: 40px;
}

/* #endregion ---------------------------------- resp-gaps -------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */

#headerpic {
    position: relative;
}

/* scroll to content button */

#scroll2Content {
    position: absolute;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    bottom: -27px;
    left: calc(50% - 25px);
    background: #fff;
    border-radius: 6px;
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    #scroll2Content {
        bottom: -57px;
    }
}

#scroll2Content::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transform: rotate(-45deg);
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 39.4q-.25 0-.525-.1t-.525-.35l-13.9-13.9Q8.6 24.6 8.6 24q0-.6.45-1.05.45-.45 1.05-.45.6 0 1.05.45L22.5 34.3V9.5q0-.65.425-1.075Q23.35 8 24 8q.65 0 1.075.425.425.425.425 1.075v24.8l11.35-11.35q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-13.9 13.9q-.25.25-.5.35-.25.1-.55.1Z' fill='%2367412d'/%3E%3C/svg%3E") center -2px / 34px auto;
    transition: background-position 300ms linear;
}

#scroll2Content:hover::after,
#scroll2Content:focus::after {
    background-position-y: 32px;
}

/* #endregion ----------------------------------- header ---------------------------------------- */

/* #region -------------------------------------- banner ---------------------------------------- */

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #slider {
        max-height: 500px;
    }

    body.index #slider {
        max-height: 1080px;
    }

    #headerpic a.nivo-prevNav {
        left: 30px;
    }

    #headerpic a.nivo-nextNav {
        right: 30px;
    }
}

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

.slider-mask {
    display: block;
    border-bottom: 4px solid #67412d;
}

@media (min-width: 992px) {
    .slider-mask {
        display: block;
        border-bottom: none;
        background: url('../img/overlay-bogen-banner.png') bottom center no-repeat, linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.82) 74%,rgba(255,255,255,0.82) 75%);
    }
}

#banneroverlay {
    position: relative;
}


@media (min-width: 992px) {
    #banneroverlay {
        position: absolute;
        bottom: 50px;
        z-index: 55;
        width: 100%;
    }
}

.slogan {
    color: #67412d;
    font-size: clamp(1.875rem, 4vw, 3.125rem);
    font-family: "Noto Serif", serif;
}
/* #endregion ------------------------------------ banner --------------------------------------- */

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

#content-area {
    position: relative;
    text-align: left;
    padding: clamp(40px, 8vw, 60px) 0 clamp(40px, 10vw, 100px) 0;
}

/* #region --------------------------------------- news ----------------------------------------- */

#news {
    padding-bottom: clamp(40px, 6vw, 80px);
}

@media (min-width: 576px) {
    #news {
        font-size: 1.125rem;
    }
}

#news>.row::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    #news>.row::before {
        top: 145px;
        right: 200px;
        bottom: 20px;
        left: 15px;
    }
}

#news :is(.tab, .buttonStyle) {
    margin-left: clamp(20px, 2vw, 30px);
    background: #fff;
}

@media (max-width: 767px) {
    #news :is(.tab, .buttonStyle) {
        margin-right: clamp(20px, 2vw, 30px);
    }
}

#news .tab {
    padding: 0 clamp(20px, 2vw, 30px) clamp(20px, 2vw, 30px) clamp(20px, 2vw, 30px);
}

@media (min-width: 768px) {
    #news .tab {
        padding-top: 95px;
    }
}

#news .buttonStyle {
    display: inline-block;
    padding: 0 clamp(20px, 4vw, 30px);
    width: max-content;
}

#news .tab_link_entries {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

#news>.row::before,
#news .tab_link_entry {
    border-radius: 50px;
}

#news .tab_link_entry,
#news .tab_link_entry a {
    color: #fff;
}

#news .tab_link_entry {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #f5ebe0;
    padding: 276px clamp(30px, 3vw, 60px) 30px clamp(30px, 3vw, 60px);
    border: none !important;
    color: #67412d;
}

#news .tab_link_entry::after {
    content: "";
    display: block;
    position: absolute;
}

#news .tab_link_entry::after {
    top: 204px;
    right: 35px;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    pointer-events: none;
    border: 2px solid #3b5922;
    background: #dde5b6 url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M21.7 43.15q-2.9-2.1-6.125-3.4-3.225-1.3-6.625-1.7-1.25-.15-2.1-1.075Q6 36.05 6 34.9V19.35q0-1.3.9-2.125t2.05-.625q3.95.6 7.775 2.65T24 24.55q3.45-3.25 7.275-5.3t7.775-2.65q1.15-.2 2.05.625.9.825.9 2.125V34.9q0 1.15-.85 2.075-.85.925-2.1 1.075-3.4.4-6.625 1.7-3.225 1.3-6.125 3.4-1 .7-2.3.7-1.3 0-2.3-.7Zm2.45-25.75q-3.25 0-5.475-2.225Q16.45 12.95 16.45 9.7q0-3.25 2.225-5.475Q20.9 2 24.15 2q3.25 0 5.475 2.225Q31.85 6.45 31.85 9.7q0 3.25-2.225 5.475Q27.4 17.4 24.15 17.4Z' fill='%233b5922'/%3E%3C/svg%3E") center / 25px auto no-repeat;
}

@media (min-width: 576px) {
    #news .tab_link_entries {
        flex-wrap: nowrap;
        margin-bottom: 80px;
    }

    #news .tab_link_entry {
        width: 50%;
    }
}

#news .tab_link_entry .tab_preview_picture,
#news .tab_link_entry .tab_link_title a::before {
    height: 220px;
    top: clamp(20px, 3vw, 30px);
    left: clamp(20px, 3vw, 30px);
    right: clamp(20px, 3vw, 30px);
    display: block;
    overflow: hidden;
    position: absolute;
    
}

#news .tab_link_entry .tab_preview_picture {
    border-radius: 102px;
    border: 2px solid #3b5922;
}

#news .tab_link_entry .tab_preview_picture img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

#news .tab_link_entry .tab_link_title a::before {
    content: "";
    border-radius: 102px;
    background: url('../img/meldungen-platzhalter.jpg') center / cover no-repeat;
    border: 2px solid #3b5922;
}

#news .tab_link_title a {
    color: #67412d;
    font-weight: 600;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
}

#news .tab_link_title>* {
    line-height: 1.2;
}

#news .tab_link_title a:not(:hover):not(:focus) {
    text-decoration: none;
}

#news .tab_date {
    margin-bottom: 4px;
}

#news :is(.vorschau, .tab_link_mehr, .tab_spacer) {
    display: none;
}

/* #endregion ------------------------------------ news ----------------------------------------- */

/* #region -------------------------------------- about 1 --------------------------------------- */

#about-1 {
    padding-bottom: clamp(60px, 10vw, 90px);
}

@media (min-width: 768px) {
    #about-1 {
        margin-top: clamp(30px, 8vw, 60px);
    }
}

#about-1 .about-text {
    padding-top: clamp(50px, 10vw, 100px);
}

#about-1,
#about-1 :is(h1, h2, h3, h4, h5, h6, a) {
    color: #fff;
}

#about-1 .banner {
    margin-right: calc(100% / 6);
    max-width: 670px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    #about-1 .banner {
        margin-top: clamp(-60px, -10vw, -30px);
    }
}

#about-1 .banner::after,
#about-1 .banner img {
    display: block;
    border-radius: 195px;
}



/* opening hours */

.banner+#opening-hours {
    margin-top: clamp(-170px, -10vw, -30px);
}

#opening-hours {
    position: relative;
    z-index: 2;
    padding: 30px;
    background: #f5ebe0;
    color: #191919;
    border-radius: 50px;
    margin-left: calc(100% / 6);
}

@media (min-width: 576px) {
    #opening-hours {
        margin-left: calc(100% / 3);
    }
}

@media (min-width: 768px) {
    #opening-hours {
        padding: 40px 100px;
    }
}

#opening-hours a {
    color: #312069;
}

#opening-hours :is(h1, h2, h3, h4, h5, h6) {
    color: #67412d;
    font-size: clamp(1.6875rem, 7vw, 2.25rem);
    position: relative;
    z-index: 1;
    display: table-cell;
}

#opening-hours :is(h1, h2, h3, h4, h5, h6)::before {
    content: "";
    position: absolute;
    background-color: #f5ebe0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    left: -10px;
}

.opening-hours-content {
    position: relative;
}

.innerContent {
    margin-top: 40px;
}

.opening-hours-content::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -60px;
    bottom: 20px;
    left: -60px;
    top: 20px;
    border: 1px solid #ccb9ab;
    border-radius: 50px;
}


.buttonStyle a {
   background-color: #dde5b6;
   border: 2px solid #3b5922;
   color: #3b5922 !important;
   font-weight: 700;
   font-size: 1.125rem;
   position: relative;
   border-radius: 30px;
   padding: 10px 22px;
   font-family: "Noto Serif", serif;
   text-decoration: none;
}

.buttonStyle a::after {
    content: '\203A';
    display: inline-block;
    padding-left: 10px;
    position: relative;
}
/* #endregion ----------------------------------- about 1 --------------------------------------- */





/* #endregion ------------------------------------ buttons -------------------------------------- */

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #67412d;
    font-weight: 700;
    line-height: 1;
    font-family: "Noto Serif", serif;
    margin-bottom: 15px;
}

#about-1 .about-text :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(2.25rem, 6vw, 3.75rem);
    margin-bottom: clamp(15px, 4vw, 30px);
}

#news .tab :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: clamp(15px, 4vw, 34px);
}

#news .tab :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 400;
    color: #67412d;
}

#news .tab :is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
    color: #67412d;
    font-weight: 700;
}

h1,
.h1,
.legacy_h1,
#news .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(2.1875rem, 3vw, 2.5rem);
    margin-bottom: clamp(15px, 4vw, 38px);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.875rem, 3vw, 2.1875rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.75rem, 3vw, 1.875rem);
}

h4,
.h4,
.legacy_h4 {
    font-size: 1.6875rem;
}

h5,
.h5,
.legacy_h5,
#about-2 :is(h3, h4, h5, h6) {
    font-size: 1.5625rem;
}

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

/* #endregion ---------------------------------- h1 - h6, newslink ------------------------------ */

/* #region --------------------------------------- footer --------------------------------------- */

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

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

#footer {
    padding: clamp(60px, 10vw, 100px) 0 clamp(40px, 10vw, 60px) 0;
    background: url("../img/overlay-bogen-footer.png") center top / 101% auto no-repeat,
        #f5ebe0;
}

#footer a {
    color: #9d0208;
    font-weight: 600;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
    color: #67412d;
    font-weight: 600;
}

.footer-tab {
    border: 1px rgba(255, 255, 255, 0.3) solid;
    border-radius: 50px;
    background: #fff;
    padding: 40px 40px 34px 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
    color: #191919;
}

.footer-tab::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #dde5b6;
    border: 1px solid #3b5922;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.footer-tab-1::after {
    background-image: url("../img/icon-kontakt.png");
}

.footer-tab-3::after {
    background-image: url("../img/icon-social-media.png");
}

#innerfooter {
    padding: 30px 0;
    background: #67412d;
}

@media (min-width: 992px) {
    #innerfooter {
        padding: 15px 0;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        margin: 0 15px;
        color: #fff;
    }

    #innerfooter li {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    #innerfooter li+li::before {
        margin: 0 22px;
    }
}

#innerfooter li a {
    color: inherit;
}

@media (max-width: 575px) {
    #innerfooter li a {
        padding: 4px;
        display: inline-block;
    }
}

/* #endregion ------------------------------------ footer --------------------------------------- */

/* #region -------------------------------------- vernetzt -------------------------------------- */

#innerfooter #vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.3;
    margin: 20px auto 0 auto;
    text-decoration: none;
}

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

#innerfooter #vernetzt span span {
    display: block;
}

#innerfooter #vernetzt img {
    margin-left: 15px;
}

/* #endregion -------------------------------- vernetzt ----------------------------------------- */