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

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

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

a {
    color: #527613;
}

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

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

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

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
    outline: 3px solid #bcd370 !important;
}

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

#topbar>.row {
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    #controls {
        padding-top: 19px;
        padding-bottom: 19px;
        column-gap: 25px;
    }

    #controls>*:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
        padding-right: 20px;
    }
}

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

:is(#contrast_style, #style) h2 {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: #252525;
    margin: 0 5px 0 0;
    width: unset;
}

:is(#contrast_style, #style) button {
    border: none;
    color: #252525;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background: transparent;
    line-height: 1;
    min-width: 32px;
    min-height: 32px;
    position: relative;
    padding: 6px;
    overflow: hidden;
}

#style button:is(:hover, :focus) {
    color: #527613;
    text-decoration: underline;
}

#contrast_style button:is(:hover, :focus) {
    background: #ecf4f6;
}

:is(#contrast_style, #style) button+button {
    margin-left: -6px;
}

#contrast_style button:nth-child(2) {
    transform: scale(-1);
}

#contrast_style button::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #252525;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
}

#contrast_style button:after {
    background: linear-gradient(45deg, #252525, #252525 50%, #ffffff 50%);
}

#contrast_style button:last-child:after {
    background: #315e8c;
    border: 2px solid #315e8c;
}

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

.search {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 0 0 0;
    display: inline-block;
    flex-shrink: 0;
    line-height: 0;
    background: #ffffff;
}

@media (min-width: 992px) {
    .search {
        margin-left: -8px;
    }
}

.search:is(:hover, :focus) {
    background: #ecf4f6;
}

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

.logo {
    position: relative;
    z-index: 50;
    background: #ffffff;
    padding: 20px 15px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    hyphens: auto;
    text-decoration: none;
}

@media (max-width: 991px) {
    #logo-mobile {
        margin-bottom: -30px;
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    #logo {
        position: absolute;
        left: 15px;
        max-width: calc(100% - 30px);
        top: -70px;
        display: grid;
        text-decoration: none;
        text-align: center;
        transition: all 300ms 0s linear;
    }

    .logo .logoImg img {
        margin: auto;
    }

    .is-sticky #logo {
        top: 0;
    }
}

.logo .logoImg img {
    display: block;
}

@media (max-width: 991px) {
    .logo .logoImg img {
        max-width: calc(100vw - 145px);
        width: 100%;
    }
}

.logo .logoTxt {
    line-height: 1.2;
    font-size: 1rem;
    color: #252525;
}

.logo .logoTxt :is(b, strong) {
    color: #315e8c;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
}

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

/* burgermenu for tablet */

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

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #527613;
        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: 20px 0;
    }

    .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);
        padding: 15px 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: 5px;
    }

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

/* menu desktop */

@media (min-width: 992px) {
    .sticky-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    nav.horizontally {
        transition: all 300ms 0s linear;
    }

    .is-sticky nav.horizontally {
        background: #d9e9ed;
        padding-bottom: 30px;
    }

    nav.horizontally::after {
        content: "";
        display: block;
        pointer-events: none;
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        height: 450px;
        opacity: 0;
        background: linear-gradient(to bottom, rgba(217, 233, 237, 0.8) 33%, rgba(217, 233, 237, 0));
        transition: opacity 300ms linear;
    }

    nav.horizontally:is(:hover, :focus-within)::after {
        opacity: 1;
    }

    nav.horizontally .navbar-nav {
        margin: 30px 0 0 0;
        display: flex;
        justify-content: space-between;
    }

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

    .navbar-default .navbar-nav li[class*="toplevel"]>ul {
        display: flex !important;
        flex-wrap: wrap;
        pointer-events: none;
        position: absolute;
        opacity: 0;
        top: calc(100% + 30px);
        left: -233px;
        right: 15px;
        z-index: 1000;
        padding: 30px 40px;
        visibility: hidden;
        transition: top 200ms linear, opacity 200ms linear;
    }

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

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

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

    nav.horizontally li[class*="secondlevel"] {
        width: 24.33%;
    }

    nav.horizontally li[class*="secondlevel"]:not(:nth-child(5n+5)) {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }

    nav.horizontally [class*="secondlevel"]>ul {
        display: block !important;
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav li[class*="toplevel"]>ul {
        left: -285px;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #252525;
    background: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 8px 0;
    position: relative;
    font-size: 1.375rem;
    line-height: 1.2;
    text-decoration: none;
}

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

@media (min-width: 992px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-left: 10px;
    }

    nav.horizontally a[class*="toplevel"] {
        padding: 24px 12px 20px 12px;
        text-align: center;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
        min-height: 101px;
    }

    .is-sticky nav.horizontally a[class*="toplevel"] {
        min-height: 60px;
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle::before {
        content: "";
        opacity: 0;
        pointer-events: none;
        position: absolute;
        display: block;
        left: calc(50% - 24px);
        bottom: -60px;
        width: 48px;
        height: 20px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background: #ffffff;
        transition: opacity 200ms linear, bottom 200ms linear;
    }
}

@media (min-width: 1200px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-left: 30px;
    }
}

nav.horizontally a[class*="toplevel"]::after {
    content: "";
    display: block;
    height: 4px;
    width: 0;
    max-width: 100px;
    background: #bcd370;
    margin: 2px 0 0 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms linear, width 300ms linear;
}

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

/* 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: #527613;
}

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: 80%;
    opacity: 1;
}

@media (min-width: 992px) {

    nav.horizontally li[class*="toplevel"]:hover>a.dropdown-toggle::before,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle::before,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle:is(:hover, :focus)::before {
        bottom: -30px;
        opacity: 1;
    }
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"]>ul {
    background-color: #ffffff;
}

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #252525;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
}

nav.horizontally a[class*="secondlevel"] {
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 15px;
}

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

nav.horizontally a[class*="thirdlevel"] {
    font-weight: 400;
    font-size: 0.875rem;
    padding: 6px 15px 6px 30px;
}

nav.horizontally a[class*="thirdlevel"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 20px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    border: 1px solid #527613;
    transition: background 300ms linear, border 300ms linear;
}

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

/* secondlevel + thirdlevel dropdown-box */

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: #527613;
}

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

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

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

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

@media (min-width: 992px) {
    body.index #slider {
        max-height: clamp(00px, 69vw, 730px);
    }

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

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

#headerpic {
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    #headerpic .nivo-controlNav {
        bottom: 60px;
    }
}

@media (min-width: 1200px) {
    #headerpic .nivo-controlNav {
        bottom: 130px;
    }
}

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

.slider-mask {
    display: block;
    background: url('../img/slider-mask.png') center bottom -1px / 100% auto no-repeat;
}

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

/* #region -------------------------------------- tab ------------------------------------------- */

#tabs {
    padding-top: 30px;
}

@media (min-width: 992px) {
    #tabs {
        padding-top: 0;
        position: relative;
        z-index: 60;
        margin-top: -110px;
    }
}

@media (min-width: 1200px) {
    #tabs::before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: -35px;
        left: 0;
        right: 0;
        width: 100%;
        height: 232px;
        background: url('../img/linie-banner.png') center no-repeat;
    }
}

#tabs>.row {
    row-gap: 30px;
}

#tabs .tab {
    background: #ffffff;
    padding: 40px 20px 105px 20px;
    height: 100%;
    min-height: 100%;
}

#tabs .tab:not(.tab2) {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

#tabs .tab.tab2 {
    font-size: 1.5625rem;
    background: #d9e9ed;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    hyphens: auto;
}

#tabs .tab.tab2:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 400px;
    height: 600px;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    border-radius: 35px;
    right: 190px;
    top: -135px;
    z-index: -1;
}

@media (min-width: 992px) {
    #tabs .tab.tab2 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

#tabs .tab .tabHeadline {
    font-size: 1.5625rem;
    text-transform: uppercase;
    margin-bottom: 0;
    hyphens: auto;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

#tabs .tab.tab2 .tabHeadline {
    font-size: 35px;
    padding-bottom: 0;
    text-transform: none;
}

#tabs .tab.tab2,
#tabs .tab.tab2 :is(h1, h2, h3, h4, h5, h6, .tabHeadline) {
    color: #315e8c;
}

#tabs .tab.tab2 a {
    color: #315e8c;
    text-decoration: underline;
}

#tabs .tab.tab2 :is(b, strong) {
    font-weight: 700;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    text-transform: uppercase;
    line-height: 1;
}

#tabs .tab_link a {
    color: inherit;
}

#tabs .tab_link_title a {
    color: #252525;
    font-weight: 600;
}

#tabs .tab_link_mehr {
    font-size: 0;
}

#tabs .tab_spacer {
    height: 15px;
}

#tabs .tab_link_mehr a {
    font-size: 1.125rem;
    color: #527613;
    background: #ffffff;
    border-radius: 30px;
    border: 2px solid #bcd370;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
}

#tabs .tab_link_mehr a {
    position: absolute;
    left: 50%;
    bottom: 40px;
    white-space: nowrap;
    transform: translateX(-50%);
}

#tabs .tab_link_mehr a:is(:hover, :focus) {
    color: #ffffff;
    background: #527613;
}

/* #endregion ----------------------------------- tab ------------------------------------------- */

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

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

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #527613;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Source Sans 3", sans-serif;
}

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

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited),
.legacy_h4 {
    font-size: 1.625rem;
}

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

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

/* --------------------------------------------- breaker -------------------------------------------- */

#breaker {
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 10px solid rgba(127, 183, 30, 0.7);
}

@media (min-width: 1200px) {
    #breaker {
        min-height: 400px;
    }

    #breaker::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: -120px;
        left: 0;
        width: 187px;
        height: 422px;
        background: url('../img/linie-left.png') center no-repeat;
    }

    #breaker::after {
        content: '';
        position: absolute;
        pointer-events: none;
        top: -100px;
        right: 0;
        width: 80px;
        height: 278px;
        background: url('../img/linie-right.png') center no-repeat;
    }
}

/* --------------------------------------------- kontaktFooter -------------------------------------------- */

#kontaktFooter {
    font-size: 1rem;
    padding-top: 12px;
    padding-bottom: clamp(30px, 3vw, 45px);
}

#kontaktFooter>.row {
    row-gap: 30px;
}

#kontaktFooter .tab {
    padding-top: 75px;
    position: relative;
}

#kontaktFooter .tab::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -48px;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 4px solid #d9e9ed;
    background: url('../img/icon-phone.png') center no-repeat, #ecf4f6;
}

@media (max-width: 767px) {
    #kontaktFooter .tab {
        padding-top: 105px;
    }

    #kontaktFooter .tab::before {
        top: 0;
    }
}

#kontaktFooter .tab.tab2::before {
    background: url('../img/icon-time.png') center no-repeat, #ecf4f6;
}

#kontaktFooter .tab.tab3::before {
    background: url('../img/icon-wetter.png') center no-repeat, #ecf4f6;
}

#kontaktFooter .tab a {
    font-weight: 600;
    text-decoration: underline;
}

#kontaktFooter .tabHeadline {
    text-transform: uppercase;
    font-size: 1.0625rem;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

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

#f5 {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #527613;
}

#f5>.row {
    row-gap: 22px;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

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

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

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

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

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

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

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

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

#vernetzt {
    gap: 15px;
    text-align: right;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}