@import url('https://fonts.verwaltungsportal.de/import/?family=Baloo+2:400,400i,600,600i,700,700i');

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

body {
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    color: #333333;
    background: #ffffff;
    font-size: clamp(1rem, 2vw, 1.25rem);
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

a {
    color: #b30000;
}

a:is(:hover, :focus) {
    color: #b30000;
    text-decoration: underline;
}

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

:is(#content-area, #footer) a {
    text-decoration: underline;
}

#overflow {
    overflow: clip;
}

@media (min-width: 1200px) {

    #headerpic>.row,
    #content>.row,
    #footer>.row,
    #innerfooter>.row {
        max-width: 1600px;
        width: 100%;
    }
}

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

:is(#innerfooter)>.row {
    row-gap: 30px;
}

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

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

/* #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 -------------------------------------- header ---------------------------------------- */

#headerpic {
    font-size: 1.125rem;
    padding-top: 50px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920px' height='100px'%3E%3Cpath fill='%23fff' d='M0.000,-0.000 C0.000,-0.000 479.333,100.1000 958.1000,100.1000 C1439.333,100.1000 1920.1000,-0.000 1920.1000,-0.000 L1920.1000,100.1000 L0.000,100.1000 L0.000,-0.000 Z'/%3E%3C/svg%3E") center bottom / 101% auto no-repeat,
        url('../img/header-hintergrund.jpg') center / cover no-repeat,
        #910202;
    position: relative;
    z-index: 1;
}

.index #headerpic {
    padding: clamp(50px, 10vw, 90px) 0 clamp(100px, 10vw, 144px) 0;
}

@media (min-width: 1200px) {
    .index #headerpic>.row>*:first-child:before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 90px;
        left: -270px;
        width: 117px;
        height: 101px;
        background: url('../img/notizen.png') center no-repeat;
    }

    .index #headerpic>.row::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: -105px;
        left: -65px;
        width: 189px;
        height: 214px;
        background: url('../img/rucksack.png') center no-repeat;
    }

    .index #headerpic>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: -130px;
        right: -95px;
        width: 221px;
        height: 153px;
        background: url('../img/buch.png') center no-repeat;
    }
}

/* header text */

@media (min-width: 768px) {
    body:not(.index) #header-text {
        padding-bottom: clamp(30px, 3vw, 50px);
    }
}

@media (min-width: 992px) {
    #header-text {
        padding-right: clamp(30px, 5vw, 60px);
    }
}

#header-text>*+* {
    margin-top: 25px;
}

#headerpic,
#headerpic :is(h1, h2, h3, h4, h5, h6),
.slider-wrapper a {
    color: #ffffff;
}

#headerpic :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
    color: #f7d331;
    font-style: normal;
}

body:not(.index) #headerpic p {
    display: none;
}

body:not(.index) #headerpic :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
}

/* scroll to content button */

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

#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='%23010101'/%3E%3C/svg%3E") center -2px / 34px auto;
    transition: background-position 300ms linear;
}

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

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

/* #region --------------------------------------- buttons -------------------------------------- */

.button-design a:not(.has-image) {
    display: inline-block;
    line-height: 1.2;
    color: #010101;
    border-radius: 40px;
    font-size: 1.125rem;
    font-weight: 600;
    background: #f7d331;
    padding: 12px 20px 10px 48px;
    position: relative;
    text-decoration: none !important;
}

#header-text .button-design a:not(.has-image) {
    margin-top: clamp(1px, 1vw, 5px);
    margin-left: 15px;
}

.button-design a:not(.has-image)::after,
#header-text .button-design a:not(.has-image)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}

.button-design a:not(.has-image)::after {
    top: 1px;
    left: 8px;
    width: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='13px'%3E%3Cpath fill='%23b85214' d='M8.374,0.644 C9.200,0.042 10.348,0.700 10.247,1.716 L9.983,4.347 L12.100,5.962 C12.881,6.558 12.636,7.793 11.685,8.044 L8.995,8.755 L8.071,11.366 C7.735,12.315 6.441,12.436 5.935,11.565 L4.640,9.334 L2.061,9.346 C1.053,9.350 0.503,8.173 1.152,7.403 L2.937,5.285 L2.189,2.605 C1.924,1.658 2.865,0.821 3.774,1.194 L6.238,2.203 L8.374,0.644 Z'/%3E%3C/svg%3E") center / 21px auto no-repeat;
}

.button-design a:not(.has-image):is(:hover, :focus)::after {
    animation: iconSpin 2s linear infinite;
}

@keyframes iconSpin {
    100% {
        transform: rotate(360deg);
    }
}

#header-text .button-design a:not(.has-image)::before {
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 200ms linear;
}

.button-design a:not(.has-image):is(:hover, :focus)::before {
    transform: translateX(10px) translateY(10px);
}

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

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

#slider {
    height: clamp(300px, 42vw, 400px);
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    body.index #slider {
        height: 460px;
    }

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

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

    #headerpic .slider-wrapper {
        margin-right: 70px;
    }
}

#headerpic .slider-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(-50px, -2vw, -10px);
}

#slider,
#headerpic .slider-wrapper::after {
    border-radius: clamp(100px, 15vw, 200px) 50px;
}

#headerpic .slider-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: -30px;
    left: 30px;
    top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nivo-main-image,
#slider>a>div {
    height: 100% !important;
}

.slider-mask {
    display: none;
}

/* #endregion ------------------------------------ banner --------------------------------------- */

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

/* 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;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #b81212;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        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: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

    #burgerButton::after {
        top: 32px;
        content: "";
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #efefef;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .dropdown-toggle-button-wrapper {
        top: 6px;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 3px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav.navbar {
        padding: 30px 25px;
        position: relative;
        background: #efefef;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.2);
    }

    #nav-position {
        padding-top: 5px;
        position: relative;
        z-index: 99;
    }

    nav.navbar .navbar-nav>li {
        display: block !important;
        width: 100%;
        float: none;
        position: relative;
    }

    nav.navbar .navbar-nav li[class*="toplevel"]>ul {
        pointer-events: none;
        position: absolute;
        left: 100%;
        top: 0 !important;
        z-index: 1000;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.navbar .navbar-nav>li:is(.open, :hover)>ul,
    nav.navbar .navbar-nav>li.open:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
        top: 100%;
    }

    nav.navbar .navbar-nav>li.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

    nav.navbar .navbar-nav>li:is(:hover, :focus)>ul {
        z-index: 1003;
    }

    nav.navbar [class*="secondlevel"]>ul {
        display: block !important;
    }
}

/* toplevel */

nav.navbar .navbar-nav a[class*="toplevel"] {
    color: #191919;
    font-weight: 600;
    text-align: left;
    padding: 10px 35px 10px 15px;
    position: relative;
    font-size: 1.125rem;
    background: #ffffff;
    border-radius: 10px;
    line-height: 1.2;
    border: 1px solid #dadada;
    text-decoration: none;
}

nav.navbar .navbar-nav li[class*="toplevel"]+li {
    margin-top: 1px;
}

@media (max-width: 991px) {
    nav.navbar .navbar-nav a[class*="toplevel"].dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    nav.navbar .navbar-nav a[class*="toplevel"] {
        padding: 9px 30px;
    }

    nav.navbar .navbar-nav a[class*="toplevel"].dropdown-toggle {
        padding-right: 40px;
    }

    nav.navbar .navbar-nav a[class*="toplevel"].dropdown-toggle::before {
        content: "\00BB";
        position: absolute;
        right: 24px;
        top: 19px;
        line-height: 0;
    }
}

/* toplevel-over */

nav.navbar .navbar-nav li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.navbar .navbar-nav li[class*="toplevel"]>a:is(:hover, :focus),
nav.navbar .navbar-nav li[class*="toplevel"].open>a,
nav.navbar .navbar-nav li[class*="toplevel"].open>a:is(:hover, :focus),
nav.navbar .navbar-nav li[class*="toplevel"][class*="_over"]>a,
nav.navbar .navbar-nav li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #ffffff;
    background: #b81212;
}

/* secondlevel + thirdlevel dropdown-box */

nav.navbar [class*="toplevel"]>ul {
    padding: 10px;
    background: #b81212;
    border-radius: 10px;
}

@media (min-width: 992px) {
    nav.navbar [class*="toplevel"]>ul {
        margin-top: -20px;
        padding: 20px 20px;
        min-width: 360px;
        max-width: 500px;
        margin-left: 50px;
        border-radius: 20px;
        box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
    }

    nav.navbar li[class*="secondlevel"] {
        margin-bottom: 2px;
    }

    nav.navbar [class*="toplevel"]>ul::before,
    nav.navbar [class*="toplevel"]>ul::after {
        content: "";
        position: absolute;
        display: block;
    }

    nav.navbar [class*="toplevel"]>ul::before {
        width: 50px;
        top: 0;
        bottom: 0;
        left: -50px;
    }

    nav.navbar [class*="toplevel"]>ul::after {
        top: 19px;
        left: -24px;
        width: 24px;
        height: 38px;
        background: #b81212;
        clip-path: polygon(100% 100%, 100% 0, 0 50%);
    }
}

nav.navbar [class*="secondlevel"]>ul {
    margin: 0px;
    padding: 4px 0;
}

/* secondlevel + thirdlevel */

nav.navbar a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    font-size: 1rem;
    text-align: left;
    position: relative;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

nav.navbar a[class*="secondlevel"] {
    padding: 8px 35px 8px 10px;
    background: #ffffff;
    color: #191919;
}

@media (min-width: 992px) {
    nav.navbar a[class*="secondlevel"] {
        padding: 10px 20px;
        border-radius: 10px;
    }
}

nav.navbar a[class*="thirdlevel"] {
    padding: 6px 15px 6px 38px;
    color: #ffffff;
}

nav.navbar a[class*="thirdlevel"]::before {
    content: "\00BB";
    display: block;
    position: absolute;
    top: 15px;
    line-height: 0;
    left: 25px;
}

/* secondlevel + thirdlevel over */

nav.navbar li[class*="secondlevel"]:is(:hover, :focus-within)>a,
nav.navbar li[class*="secondlevel"]>a:is(:hover, :focus),
nav.navbar li[class*="secondlevel"].open>a,
nav.navbar li[class*="secondlevel"].open>a:is(:hover, :focus),
nav.navbar li[class*="secondlevel"][class*="_over"]>a,
nav.navbar li[class*="secondlevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #b81212;
}

nav.navbar li[class*="thirdlevel"]:is(:hover, :focus-within)>a,
nav.navbar li[class*="thirdlevel"]>a:is(:hover, :focus),
nav.navbar li[class*="thirdlevel"].open>a,
nav.navbar li[class*="thirdlevel"].open>a:is(:hover, :focus),
nav.navbar li[class*="thirdlevel"][class*="_over"]>a,
nav.navbar li[class*="thirdlevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #f7d331;
}

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

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

#vernetzt {
    gap: 15px;
    text-align: left;
    font-size: 0.875rem;
    color: #000000;
    justify-content: center;
    line-height: 1.3;
    margin: 30px auto 30px auto;
    text-decoration: none;
    max-width: calc(100% - 30px);
}

@media (min-width: 992px) {
    #vernetzt {
        margin: 25px auto 0 auto;
        max-width: unset;
    }
}

#vernetzt span span {
    display: block;
}

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

#content {
    text-align: left;
    padding: clamp(40px, 5vw, 70px) 0 40px 0;
}

@media (min-width: 1200px) {
    .index #content {
        background: url('../img/deko-left.png') center left 50px no-repeat,
            url('../img/deko-right.png') top 25px right 25px no-repeat;
    }
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #333333;
    font-weight: 700;
    line-height: 1;
    font-family: "Baloo 2", sans-serif;
    margin-bottom: 15px;
}

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

h1,
.h1,
.legacy_h1 {
    font-size: clamp(2.25rem, 6vw, 3.125rem);
    margin-bottom: clamp(15px, 4vw, 38px);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(2.0625rem, 5.5vw, 2.8125rem);
}

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

h4,
.h4,
.legacy_h4 {
    font-size: clamp(1.6875rem, 4.5vw, 2.1875rem);
}

h5,
.h5,
.legacy_h5 {
    font-size: clamp(1.5625rem, 4vw, 1.875rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.4375rem, 3.5vw, 1.5625rem);
}

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

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

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

footer {
    color: #ffffff;
}

#footer {
    padding: clamp(60px, 10vw, 100px) 0 clamp(40px, 5vw, 60px) 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920px' height='100px'%3E%3Cpath fill='%23fff' d='M0.000,100.000 C0.000,100.000 480.000,0.000 958.1000,0.000 C1440.000,0.000 1920.1000,100.000 1920.1000,100.000 L1920.1000,0.000 L0.000,0.000 L0.000,100.000 Z'/%3E%3C/svg%3E") center top / 101% auto no-repeat,
        url('../img/footer-hintergrund.jpg') center bottom / 100% auto no-repeat,
        #910202;
    position: relative;
}

@media (min-width: 1200px) {
    #footer>.row::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: -105px;
        left: -75px;
        width: 209px;
        height: 117px;
        background: url('../img/farben.png') center no-repeat;
    }

    #footer>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: -90px;
        right: 15px;
        width: 138px;
        height: 243px;
        background: url('../img/pensil.png') center no-repeat;
    }
}

#footer :is(b, strong),
#footer a {
    color: #f7d331;
    font-weight: 600;
}

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

.footer-tab {
    border: 1px rgba(255, 255, 255, 0.3) solid;
    border-radius: 50px;
    background: rgba(98, 1, 1, 0.7);
    padding: 40px clamp(20px, 2vw, 40px) 34px calc(clamp(20px, 2vw, 40px) + 20px);
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
}

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

.footer-tab-1::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M795 936q-122 0-242.5-60T336 720q-96-96-156-216.5T120 261q0-19.286 12.857-32.143T165 216h140q13.611 0 24.306 9.5Q340 235 343 251l27 126q2 14-.5 25.5T359 422L259 523q56 93 125.5 162T542 802l95-98q10-11 23-15.5t26-1.5l119 26q15.312 3.375 25.156 15.188Q840 740 840 756v135q0 19.286-12.857 32.143T795 936ZM229 468l81-82-23-110H180q0 39 12 85.5T229 468Zm369 363q41 19 89 31t93 14V769l-103-21-79 83ZM229 468Zm369 363Z' fill='%23010101'/%3E%3C/svg%3E");
}

.footer-tab-2::after {
    background-size: 32px auto;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M18.5 25.5v-9.25L24 12.6l5.5 3.65v9.25h-3v-6h-5v6ZM24 40.05q6.65-6.05 9.825-10.975Q37 24.15 37 20.4q0-5.9-3.775-9.65T24 7q-5.45 0-9.225 3.75Q11 14.5 11 20.4q0 3.75 3.25 8.675Q17.5 34 24 40.05ZM24 44q-8.05-6.85-12.025-12.725Q8 25.4 8 20.4q0-7.5 4.825-11.95Q17.65 4 24 4q6.35 0 11.175 4.45Q40 12.9 40 20.4q0 5-3.975 10.875T24 44Z' fill='%23010101'/%3E%3C/svg%3E");
}

.footer-tab-3::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M140 896q-24 0-42-18t-18-42V316q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H140Zm340-302L140 371v465h680V371L480 594Zm0-60 336-218H145l335 218ZM140 371v-55 520-465Z' fill='%23010101'/%3E%3C/svg%3E");
}

#innerfooter {
    padding: 30px 0;
    background: #620101;
}

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

#innerfooter ul {
    padding: 0;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        margin: 0 clamp(15px, 2vw, 22px);
        color: #f7d331;
    }

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

#innerfooter li a {
    color: inherit;
}

#innerfooter li a:hover,
#innerfooter li a:focus {
    color: #f7d331;
}

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

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