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

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

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

a {
    color: #2d2a70;
}

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

b,
strong {
    font-weight: 600;
}

#content a {
    font-weight: 600;
    text-decoration: underline;
}

#overflow {
    overflow: clip;
}

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

#logo {
    display: inline-block;
    padding-top: 15px;
}

#logo img {
    display: block;
}

@media (min-width: 992px) {
    #logo img {
        -webkit-transition: max-width 300ms linear;
        -moz-transition: max-width 300ms linear;
        -ms-transition: max-width 300ms linear;
        -o-transition: max-width 300ms linear;
        transition: max-width 300ms linear;
    }

    .is-sticky #logo img {
        max-width: 150px;
    }
}

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

    #logo img {
        max-width: 180px;
        width: 100%;
    }

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

.contrast_light_font #logo img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(70%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%) !important;
}

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

/* #region -------------------------------------- topbar ---------------------------------------- */

#tp3 {
    color: #4a4a4a;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
    #tp3>.row>*+* {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    #tp3 {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

#tp3 span {
    color: #4a4a4a;
    font-size: 0.875rem;
    padding-right: 10px;
}

/* language */

#language {
    line-height: 0;
    height: 100%;
    flex-shrink: 0;
}

#language a {
    position: relative;
}

#language img {
    padding: 4px 5px;
    margin: 0 2px;
    width: 33px;
    height: 33px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    transition: background-color 300ms linear;
}

/* ------------------------------------------------ contrast_style ---------------------------------------------- */

@media (max-width: 991px) {
    #contrast_style2 span {
        margin-right: auto;
    }
}

#contrast_style button,
#contrast_style2 button {
    color: #000000;
    padding: 0;
    font-size: 0;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    transition: background 300ms linear;
    position: relative;
    z-index: 1;
}

#contrast_style button:hover,
#contrast_style button:focus,
#contrast_style2 button:hover,
#contrast_style2 button:focus,
#language img:hover,
#language img:focus {
    background: #b9b9b9;
}

#contrast_style *+*,
#contrast_style2 *+* {
    margin-left: 3px;
}

.contrast_light_font #contrast_style img,
.contrast_light_font #contrast_style2 img {
    filter: unset !important;
    border: 1px solid #ffffff !important;
}

.contrast_dark_font #contrast_style img,
.contrast_dark_font #contrast_style2 img {
    filter: unset !important;
}

.contrast_light_font #contrast_style button,
.contrast_light_font #contrast_style2 button {
    border: 1px solid #ffffff !important;
}

/* ------------------------------------------------ styler ---------------------------------------------- */

.googleTranslate {
    margin-left: 30px;
}

@media (min-width: 992px) {

    #style,
    #contrast_style,
    .googleTranslate {
        margin-left: 30px;
    }
}

#style button {
    padding: 0;
    color: #3d3d3d;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    background: #ffffff;
    position: relative;
    line-height: 1;
    border: 1px solid #b9b9b9;
    transition: color 300ms linear, background 300ms linear;
}

#style button+button {
    margin-left: 3px;
}

#style button:hover,
#style button:focus {
    color: #ffffff;
    background: #423f7e;
}

/* ----------------------------------------------- search ----------------------------------------------- */

form[id^="search"],
form[id^="search2"] {
    min-height: 35px;
    display: block;
    position: relative;
    background: #ffffff;
    border: 1px solid #b9b9b9;
}

@media (max-width: 575px) {

    form[id^="search"],
    form[id^="search2"] {
        display: inline-block;
    }
}

@media (max-width: 991px) {

    form[id^="search2"],
    #contrast_style2 {
        margin: 15px 15px 0 15px;
    }
}

@media (min-width: 992px) {
    form[id^="search"] {
        margin-left: 30px;
    }
}

form [id^="search_input"],
form [id^="search_input2"] {
    font-size: 0.875rem;
    color: #3d3d3d;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    padding-left: 14px;
    padding-right: 54px;
    min-height: 35px;
    width: 100%;
    display: block;
}

form [id^="search_submit"],
form [id^="search_submit2"] {
    width: 40px;
    background: url('../img/icon-lupe.png') center no-repeat;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 0;
    font-size: 0;
    border-left: 1px solid #b9b9b9;
    transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
}

.contrast_light_font form [id^="search_submit"],
.contrast_light_font form [id^="search_submit2"] {
    background-color: #ffffff !important;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus,
form [id^="search_submit2"]:hover,
form [id^="search_submit2"]:focus {
    top: 0;
    bottom: 0;
    background-color: #f3f3f3;
}

[id^="search_input"]::-ms-input-placeholder,
[id^="search_input2"]::-ms-input-placeholder {
    color: #3d3d3d !important;
}

[id^="search_input"]::-webkit-input-placeholder,
[id^="search_input2"]::-webkit-input-placeholder {
    color: #3d3d3d !important;
}

[id^="search_input"]::-moz-placeholder,
[id^="search_input2"]::-moz-placeholder,
[id^="search_input"]:-moz-placeholder,
[id^="search_input2"]:-moz-placeholder {
    opacity: 1;
}

/* für :focus-visible -> setzt die Umrandung -3px weiter hinein */
form[id^="search"],
form [id^="search_input"],
form [id^="search_submit"],
form[id^="search2"],
form [id^="search_input2"],
form [id^="search_submit2"] {
    outline-offset: -3px;
}

/* #endregion ----------------------------------- topbar ---------------------------------------- */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        position: static !important;
    }

    #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: #423f7e !important;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

    .contrast_light_font #burgerButton::before,
    .contrast_light_font #burgerButton::after,
    .contrast_light_font #burgerButtonInner {
        background-color: #fff !important;
    }


    #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 {
        padding: 20px 10px;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #ffffff;
        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: 8px;
        right: 0;
    }

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

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        transition: background 300ms linear;
    }

    .is-sticky nav.horizontally {
        left: auto !important;
        background: #f3f3f3;
    }

    nav.horizontally .navbar-nav {
        padding: 20px 0;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .is-sticky nav.horizontally .navbar-nav {
        border-top-color: transparent;
    }

    nav.horizontally li[class*="toplevel"] {
        flex-grow: 1;
    }

    nav.horizontally [class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

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

    nav.horizontally .navbar-nav li {
        position: relative;
    }

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

    nav.horizontally .navbar-nav li:is(.open:focus-within, :hover)>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #3d3d3d;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
}

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

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

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        padding: 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    nav.horizontally li[class*="toplevel"]+li {
        border-left: 1px solid rgba(61, 61, 61, 0.3);
    }
}

nav.horizontally a[class*="toplevel"]::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #2d2a70;
    transform: translateX(-50%);
    transition: width 300ms linear;
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"]::after {
        bottom: -10px;
    }
}

/* toplevel-over */

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

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::after,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"].open>a::after,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::after {
    width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    nav.horizontally [class*="secondlevel"]>ul {
        margin: 10px;
    }
}

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

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 20px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 50px;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 22px;
        left: 0;
        right: 0;
        top: -22px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 52px;
        top: 0;
        bottom: 0;
        left: -52px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):not(:nth-child(2)) {
    border-top: 1px solid #b9b9b9;
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #3d3d3d;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    padding: 11px 0;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

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

/* secondlevel + thirdlevel over */

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

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

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

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

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

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

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

#headerpic {
    background: #ffffff;
    position: relative;
}

#headerpic>*:not(.slider-wrapper):not(.sticky-wrapper):not(nav.horizontally) {
    position: relative;
    z-index: 10;
}

/* header text */

#header-text {
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    padding: clamp(60px, 12vw, 175px) 0 clamp(80px, 20vw, 275px) 0;
}

.theme-default .nivo-controlNav a,
#header-text,
#header-text :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}


@media (min-width: 992px) {

    #headerpic {
        min-height: 450px;
    }



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

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

    .slider-wrapper {
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

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

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

    #slider {
        height: 100%;
        min-height: 100%;
    }

    .slider-mask {
        display: block;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 220px, rgba(255, 255, 255, 0));
    }
}

@media (min-width: 1200px) {
    .index #headerpic {
        min-height: 740px;
    }
}



@media (max-width: 991px) {

    #slider {
        overflow: hidden;
        position: relative;
        /*1920px * 768px*/
        height: 39vw;
    }

    body:not(.index) #slider {
        /*1920px * 576px*/
        height: 24vw;
    }

    #slider-onebanner,
    #slider .nivo-box>div,
    #slider .nivo-slice>div,
    #slider .nivo-main-image,
    #slider div[style*='background-size'] {
        background-attachment: unset !important;
        background-size: 100% auto !important;
    }
}


@media (max-width: 1199px) {
    #headerpic a:is(.nivo-prevNav, .nivo-nextNav) {
        top: auto;
        bottom: 8px;
        z-index: 51;
    }
}






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

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

#content-area {
    text-align: left;
    padding: clamp(40px, 4vw, 60px) 0 clamp(40px, 8vw, 90px) 0;
}

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

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    display: inline-block;
    line-height: 1.2;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 600;
    background: #2d2a70;
    margin-top: 30px;
    padding: 12px 20px 11px 20px;
    position: relative;
    text-decoration: none !important;
    text-shadow: none !important;
    transition: 300ms padding linear;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 1px;
    right: 16px;
    width: 26px;
    opacity: 0;
    transition: 300ms opacity linear;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.15 35.25-1.65-1.6 8.6-8.6H8.6V22.8h26.5l-8.65-8.65 1.65-1.55 11.35 11.3Z' fill='%23fff'/%3E%3C/svg%3E") center left / 26px auto repeat-x;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):is(:hover, :focus)::after {
    opacity: 1;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):is(:hover, :focus) {
    padding: 12px 58px 11px 20px;
}

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

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #3d3d3d;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 15px;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 12px;
}

h1,
.h1,
.legacy_h1 {
    font-size: clamp(1.875rem, 6vw, 2.625rem);
}

h1,
.h1,
.legacy_h1 {
    margin-bottom: clamp(20px, 4vw, 2.375rem);
}

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

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

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

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

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

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

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

#quote {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    background-color: #2d2a70;
    padding: 50px 0;
}

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

#quote .tabHeadline {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    text-transform: uppercase;
}

#quote :is(b, strong) {
    font-weight: 400;
    font-size: clamp(1.375rem, 3vw, 1.875rem);
}

footer {
    font-size: 1rem;
}

#footer {
    padding: clamp(40px, 8vw, 80px) 0;
    border-top: 1px solid #3d3d3d;
    background: #ffffff url(../img/logo-footer-bg.png) bottom right 210px no-repeat;
}

@media (min-width: 992px) {
    #footer>.row>*+*:not(:last-child) {
        border-left: 1px solid rgba(75, 75, 75, 0.1);
    }

    #footer>.row>*:nth-child(1) {
        padding-right: 60px;
    }

    #footer>.row>*:nth-child(2) {
        padding-left: 60px;
    }
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 20px;
}

#footer a {
    text-decoration: underline;
}

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #3d3d3d;
    background-color: #ffffff;
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

@media (max-width: 767px) {
    #innerfooter {
        border-left: 1px solid rgba(75, 75, 75, 0.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #3d3d3d;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
}

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

#innerfooter li+li::before {
    content: "";
    margin: 0 6px;
}

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

@media (max-width: 767px) {
    #innerfooter li {
        display: block;
        text-align: center;
        padding: 5px;
        margin: 0;
    }

    #innerfooter li+li::before {
        display: none;
    }
}

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

#vernetzt {
    gap: 12px;
    text-align: right;
    font-size: 0.9375rem;
    color: #3d3d3d;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}