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

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

    a {
        color: #15336b;
    }

    a:hover,
    a:focus {
        color: #15336b;
        text-decoration: underline;
    }


    b,
    strong {
        font-weight: 600;
    }

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

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

    #topbar {
        background: #234482;
    }


    #logo {
        background: #fff;
        display: inline-block;
        padding: 10px 50px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
        margin-bottom: 14px;
    }

    #logo img {
        display: block;
    }

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


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

    #select {
        margin-left: auto;
        font-size: 1rem;
    }

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

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

    @media (max-width: 575px) {
        #select summary {
            background: #fff url("../img/icon-barrierefreiheit.png") center no-repeat;
            border-radius: 4px;
            width: 30px;
            height: 30px;
            position: relative;
            background-size: 20px;
        }
    }

    #select summary::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #15336b transparent;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
    }

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

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

    .goog-te-combo {
        color: #444;
    }

    .skiptranslate,
    .skiptranslate a {
        color: #fff !important;
    }

    /* contact tab */

    #contact-content {
        position: absolute;
        top: calc(100% + 20px);
        width: 100%;
        right: 15px;
        background: #15336b;
        color: #ffffff;
        border-radius: 5px;
        padding: 20px;
        font-size: 1rem;
    }

    @media (max-width: 991px) {
        #contact-content {
            left: 50%;
            transform: translate(-50%);
            right: unset;
            width: calc(100% - 20px);
            top: calc(100% + 10px);
        }
    }

    @media (min-width: 992px) {
        #contact-content {
            max-width: 290px;
        }
    }

    #contact-content {
        padding: 20px;
    }

    @media (min-width: 768px) {
        #contact-content>* {
            width: 50%;
            flex-grow: 1;
        }
    }

    :is(.contact-tab) :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .contact-tab :is(h1, h2, h3, h4, h5, h6, a) {
        color: inherit;
    }

    .contact-tab a {
        text-decoration: underline;
    }


    .contact-tab {
        display: flex;
        flex-wrap: wrap;
    }


    @media (min-width: 992px) {
        .contact-tab>* {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .contact-tab>*:nth-child(3) {
            flex: 0 0 100%;
            max-width: 100%;
        }

    }

    @media (max-width: 991px) {
        .contact-tab>* {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .contact-tab span {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 15px;
        margin-bottom: 7px;
    }


    #contrast_style button {
        color: #000000;
        padding: 0;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-weight: 400;
        text-align: center;
        background: #234482;
        position: relative;
        z-index: 1;
        font-size: 0;
        border: 1px solid transparent;
        transition: border 200ms linear;
    }

    #contrast_style button:hover {
        border-color: #fff;
    }

    @media (min-width: 992px) {
        #style button {
            border: none;
            color: #444444;
            display: inline-block;
            width: 29px;
            height: 29px;
            border-radius: 50%;
            font-weight: 600;
            background-color: #fff;
            border: 1px solid #fff;
            position: relative;
            line-height: 1;
            transition: background 200ms linear, color 200ms linear;
            display: flex;
            align-items: center;
            justify-content: center;
            display: inline-block;
            text-align: center;
            padding: 0;
            font-size: 18px;
        }

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

        #style button:hover {
            background: #234482;
            color: #fff;
        }

        #style button:focus-visible {
            outline: 2px auto;
        }
    }

    #search {
        display: inline-block;
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 16px;
        max-width: calc(100% - 22px);
        margin-top: 14px;
    }

    #search_input {
        color: #fff;
        font-size: 0.9375rem;
        font-style: normal;
        background: transparent;
        padding: 0;
        border: 0;
        width: 100%;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #445c89;
        padding: 7px 38px 7px 15px;
        margin-right: -35px;

    }

    #search_submit {
        min-width: 48px;
        min-height: 48px;
        background: #fff url('../img/icon-lupe.png') center no-repeat;
        padding: 0;
        cursor: pointer;
        border: none;
        font-size: 0;
        transition: border-color 200ms linear;
        border-radius: 100%;
        border: 5px solid #284377;
    }


    #search_submit:hover {
        border-color: rgba(0, 0, 0, 0.20);

    }

    #search_input::placeholder {
        color: color-mix(in srgb, currentColor 100%, transparent) !important;
    }

    #search_input::-ms-input-placeholder {
        color: #fff !important;
    }

    #search_input::-webkit-input-placeholder {
        color: #fff !important;
    }

    #search_input::-moz-placeholder {
        opacity: 1;
    }

    #search_input:-moz-placeholder {
        opacity: 1;
    }

    /* --------------------------------------- navigation --------------------------------------- */

    #menu {
        background: #15336b;
    }

    /* burgermenu for tablet */

    @media (max-width: 991px) {

        #menu {
            position: relative !important;
            padding: 5px 0;
        }

        #burgerButton {
            font-size: 0;
            border: none !important;
            position: relative;
            z-index: 1002;
            display: block;
            width: 46px;
            height: 40px;
            border-radius: 2px;
            cursor: pointer;
            background-color: #ffffff !important;
            padding: 3px;
        }

        #burgerButton:before,
        #burgerButton:after,
        #burgerButtonInner {
            background-color: #15336b;
            border-radius: 2px;
            position: absolute;
            width: 40px;
            height: 3px;
            left: 2px;
            -webkit-transition: transform 200ms linear, opacity 200ms linear;
            -moz-transition: transform 200ms linear, opacity 200ms linear;
            -ms-transition: transform 200ms linear, opacity 200ms linear;
            -o-transition: transform 200ms linear, opacity 200ms linear;
            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"]:before {
            opacity: 0;
        }

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

        #burgerButtonInner {
            top: 10px;
        }

        #burgerButton:before {
            top: 18px;
        }

        #burgerButton:after {
            top: 26px;
        }

        #burgerButton:before,
        #burgerButton:after {
            content: "";
            display: block;
        }

        .navbar-nav {
            margin: 20px 0;
        }

        .navbar-collapse {
            top: 0;
            background: #15336b;
            position: fixed;
            left: -100%;
            bottom: 0;
            z-index: 100;
            height: auto !important;
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            opacity: 0;
            pointer-events: none;
            overflow-y: auto;
            -webkit-transition: left 300ms linear, opacity 300ms linear;
            -moz-transition: left 300ms linear, opacity 300ms linear;
            -ms-transition: left 300ms linear, opacity 300ms linear;
            -o-transition: left 300ms linear, opacity 300ms linear;
            transition: left 300ms linear, opacity 300ms linear;
        }

        .navbar-collapse.collapse.in {
            left: 0;
            opacity: 1;
            pointer-events: auto;
        }

        .navbar-header {
            height: 50px;
            width: 60px;
            border-radius: 2px;
            padding: 6px 8px;
            background-color: #ffffff;
            position: fixed;
            top: 15px;
            right: 15px;
            z-index: 101;
            -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        }

        .navbar-collapse.in:after {
            content: "";
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            display: block;
            width: 90px;
            background-color: rgba(0, 0, 0, 0.5);
        }
    }

    @media (min-width: 575px) and (max-width: 991px) {
        .navbar-collapse {
            width: 60%;
        }

        .navbar-collapse.collapse.in:after {
            width: 40%;
        }
    }

    /* menu desktop */

    @media (min-width: 992px) {



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

        nav.horizontally .navbar-nav {
            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;
            flex-wrap: wrap;
        }

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

        nav.horizontally .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
        }

        nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
            position: absolute;
            left: 100%;
            top: 0;
        }

        nav.horizontally .navbar-nav>li,
        nav.horizontally .navbar-nav>li>.dropdown-menu>li {
            position: relative;
        }

        /* Fade in Hover Start */
        .navbar-default .navbar-nav li[class*="toplevel"]>ul,
        .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
            display: block !important;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: opacity 300ms linear;
            -moz-transition: opacity 300ms linear;
            -ms-transition: opacity 300ms linear;
            -o-transition: opacity 300ms linear;
            transition: opacity 300ms linear;
        }

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

        .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul,
        .navbar-default .navbar-nav 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;
        }

        /* Pseudo */

        .navbar-default .navbar-nav>li>.dropdown-menu::before {
            content: "";
            position: absolute;
            display: block;
            height: 10px;
            left: 0;
            right: 0;
            top: -10px;
        }

        /* 3rd */

        .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
            content: "";
            position: absolute;
            display: block;
            width: 10px;
            top: 0;
            bottom: 0;
            left: -10px;
        }

        /* Fade in Hover End */
    }


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

    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-weight: 600;
        text-align: left;
        padding: 10px 35px 15px 35px;
        text-transform: uppercase;
        position: relative;
        font-size: 1.125rem;
        line-height: 1.2;
        text-decoration: none;
    }

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

    @media (min-width: 992px) {
        .navbar-default .navbar-nav>li>a {
            padding: 24px 0;
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
            height: 100%;
            text-align: center;
        }
    }

    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) and (min-width: 992px) {
        .navbar-default .navbar-nav>li>a {
            display: block;
        }
    }


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

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


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

    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        background-color: #234482;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    @media (max-width: 991px) {
        .navbar-default .navbar-nav>li>.dropdown-menu {
            padding: 15px;
        }
    }

    @media(min-width:992px) {


        .navbar-default .navbar-nav>li>.dropdown-menu {
            margin-top: 10px;
        }

        .navbar-default .navbar-nav>li>.dropdown-menu,
        .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
            padding-top: 18px;
            padding-bottom: 18px;
        }

        .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
            margin-top: -18px;
            margin-left: 10px;
        }
    }

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        color: #fff;
        font-weight: 400;
        text-align: left;
        padding: 9px 25px 9px 35px;
        font-size: 0.9375rem;
        line-height: 1.2;
        text-decoration: none;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a::before,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a::before {
        content: '\00BB';
        position: absolute;
        left: 20px;
        top: 8px;
    }


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

    .navbar-nav>li>.dropdown-menu>li:hover>a,
    .navbar-nav>li>.dropdown-menu>li>a:hover,
    .navbar-nav>li>.dropdown-menu>li>a:focus,
    .navbar-nav>li>.dropdown-menu>li.open>a,
    .navbar-nav>li>.dropdown-menu>li.open>a:hover,
    .navbar-nav>li>.dropdown-menu>li.open>a:focus,
    .navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
    .navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
    .navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:hover>a,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
        background: #fff;
        color: #234482;
    }

    .navbar-nav>li>.dropdown-menu>li:focus-within>a,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
        background: #fff;
        color: #234482;
    }

    /* ----------------------------------------------- banner ----------------------------------------------- */

    #headerpic {
        overflow: hidden;
        position: relative;
    }

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

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

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

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

        #headerpic .nivo-controlNav {
            top: 20px;
            bottom: unset;
        }
    }

    .slider-mask {
        display: none;
    }

    #overlay {
        z-index: 12;
        position: relative;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        border-top: 16px solid rgba(21, 51, 107, 0.80);
        padding: 20px 0;

    }

    @media (min-width: 992px) {
        #overlay {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }
    }

    #overlay .tab {
        color: #444444;
        font-size: clamp(1rem, 2vw, 1.5rem);
    }


    #overlay .tabHeadline {
        text-transform: uppercase;
        font-size: clamp(1.25rem, 3vw, 2.5rem);
        font-weight: 600;
        text-align: center;
    }

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

    #tabs {
        background: #15336b url(../img/icon-gruppe.png) no-repeat bottom left;
        color: #fff;
    }


    #tabs>.row {
        max-width: 1440px;
        min-height: 300px;
        align-items: stretch;
    }

    #tabs .tabHeadline {
        color: #fff;
        font-size: clamp(1.25rem, 4vw, 1.875rem);
        text-transform: uppercase;
    }

    #tabs>.row>.col-xs-12 {
        padding: 40px 15px;
    }

    #tabs>.row> :nth-child(2) {
        background: #234482;

    }


    @media (min-width: 992px) {
        #tabs>.row> :nth-child(2) .tab {
            padding-left: 90px;

        }
    }

    #tabs>.row> :nth-child(2)::after {
        content: '';
        width: 13vw;
        right: -13vw;
        height: 100%;
        top: 0;
        background: #234482 url(../img/icon-spenden.png) no-repeat right bottom 15px;
        display: block;
        position: absolute;
        pointer-events: none;
    }


    #tabs a {
        display: inline-block;
        padding: 7px 15px;
        text-transform: uppercase;
        color: #15336b;
        font-size: 0.875rem;
        background: #fff;
        border-radius: 3px;
        font-weight: 600;
        text-decoration: none;
    }

    #tabs a:hover,
    #tabs a:focus {
        background: #dce7fb;
    }

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

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

    /* ------------------------------------------------ linkWrapper ----------------------------------------------- */
    #linkWrapper {
        padding: 40px 0;
        border-top: 15px solid #15336b;
        color: #fff;
        background: #234482;
    }

    #linkWrapper .tabHeadline {
        color: #fff;
        font-size: clamp(1.25rem, 4vw, 2.1875rem);
        text-transform: uppercase;
    }

    #linkWrapper a {
        display: inline-block;
        padding: 7px 15px;
        color: #fff;
        background: #fff;
        border-radius: 5px;
        font-weight: 400;
        text-decoration: none;
        background: #15336b;
        width: 100%;
        text-align: center;
        border: 1px solid transparent;
        transition: border-color 200ms linear;
    }

    #linkWrapper a:hover,
    #linkWrapper a:focus {
        border-color: #fff;
    }

    #linkWrapper .template-page>.row>.col-xs-12 {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    #linkWrapper p {
        flex-grow: 1;
    }

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

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

    h1,
    .h1,
    .legacy_h1 {
        font-size: 1.5625rem;
    }

    @media (min-width: 768px) {

        h1,
        .h1,
        .legacy_h1 {
            font-size: 2.5rem;
        }
    }

    h2,
    .h2,
    .legacy_h2 {
        font-size: 1.5rem;
    }

    @media (min-width: 768px) {

        h2,
        .h2,
        .legacy_h2 {
            font-size: 1.875rem;
        }
    }

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

    h4,
    .h4,
    .h4link a:link,
    .h4link a:hover,
    .h4link a:focus,
    .h4link a:visited,
    .legacy_h4 {
        font-size: 1.35rem;
    }

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

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

    #newslinks,
    #newsmandate {
        border: 1px solid #15336b;
    }

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

    footer {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #444444;
    }

    @media (max-width: 767px) {
        footer .row>.col-xs-12:not(:first-child)::before {
            background: #000000;
            content: " ";
            height: 1px;
            width: 100%;
            display: block;
            margin: 25px 0;
            opacity: 0.2;
        }

        footer .row>.col-xs-12.hidden-xs~.col-xs-12::before,
        footer .row>.col-xs-12.hidden-sm~.col-xs-12::before {
            display: none;
        }


        #innerfooter {
            margin-top: 20px;
        }
    }

    #innerfooter ul {
        padding: 0;
    }

    #innerfooter li {
        display: block;
        line-height: 2;
    }

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

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

    @media (min-width: 768px) {
        #innerfooter li {
            display: inline-block;
        }

        #innerfooter li+li::before {
            content: "•";
            margin: 0 15px;
            color: #444444;
        }
    }

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

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

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

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

    #vernetzt span {
        color: #444444;
    }

    #vernetzt span span {
        display: block;
    }

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