@import url("https://fonts.verwaltungsportal.de/css/?family=Montserrat:300,600,300i,600i");

body {
    background: #ffffff;
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.5;
    /* 1rem = 16px */
    font-weight: 300;
}

a {
    color: #1b76a7;
}

a:hover,
a:focus {
    color: #1b76a7;
}

b,
strong {
    font-weight: 600;
}

.noPadding {
    padding: 0px;
}

header {
    margin-bottom: clamp(30px, 6vw, 80px);
}

@media (max-width: 991px) {
    header {
        border-bottom: 2px solid #f6f5f7;
        padding-bottom: 20px;
    }
}

/* ----------------------------------------------- buttonStyle ----------------------------------------------- */

.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a),
.buttonStyleNeutral a:not(.has-image):not([rel]) {
    background: #1b76a7;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(75, 89, 227, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 15px 20px;
    transition: all 300ms;
    position: relative;
}

.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a):focus,
.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a):hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.buttonStyleNeutral a:not(.has-image):not([rel]) {
    background: #fff;
    color: #1b76a7;
}

.buttonStyleNeutral a:not(.has-image):not([rel]):hover,
.buttonStyleNeutral a:not(.has-image):not([rel]):focus {
    background: rgba(255, 255, 255, 0);
    color: #fff;
}

.buttonStyleNeutral a:not(.has-image):not([rel])::before {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 1;
}

.buttonStyleNeutral a:not(.has-image):not([rel]):hover::before,
.buttonStyleNeutral a:not(.has-image):not([rel]):focus::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.buttonStyleNeutral a:not(.has-image):not([rel])::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
    width: 100%;
    z-index: 1;
}

.buttonStyleNeutral a:not(.has-image):not([rel]):hover::after,
.buttonStyleNeutral a:not(.has-image):not([rel]):focus::after {
    opacity: 1;
    transform: scale(1, 1);
}

#termin .buttonStyleNeutral a:not(.has-image):not([rel]) {
    font-size: clamp(1rem, 2vw, 1.125rem);
}

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

#logo {
    display: inline-block;
}


@media (max-width: 767px) {
    #logo {
        margin: 30px 0;
    }
}

#logo .template-page>.row>div {
    padding: 0;
}

#logo .template-page * {
    color: #1a1a1a;
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 300;
}

#logo .template-page * strong {
    color: #1b76a7;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    font-weight: 600;
}

/* --------------------------------------------- buttons --------------------------------------------- */

.button1,
.button2 a:not(.has-image):not([rel]) {
    border-radius: 8px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 15px;
    padding: 17px 20px;
    transition: all 300ms;
}

.button1 {
    box-shadow: 0px 2px 6px rgba(75, 89, 227, 0.2);
}

@media (max-width: 991px) {
    .button1 {
        margin: 0px;
    }
}

.button1 {
    background: #fff;
    padding-left: 45px;
    position: relative;
}

.button1::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%231b76a7" height="48" viewBox="0 -960 960 960" width="48"><path d="M777-487q-5-121.325-89.291-205.551Q603.418-776.778 482-781.778V-842q73 2 136.5 30.5T730-735q48 48 76.5 111.5T837-487h-60Zm-170 0q-5-50-40-84.5T482-611v-60q75 5 127.5 57T667-487h-60Zm188 367q-116 0-236.5-56T335-335Q232-438 176-558.5T120-795q0-19 13-32t32-13h140q14 0 24 10t14 25l27 126q2 14-.5 25.5T359-634L259-533q26 44 55 82t64 72q37 38 78 69.5t86 55.5l95-98q10-11 23-15t26-2l119 26q15 4 25 16t10 27v135q0 19-13 32t-32 13Z"/></svg>') no-repeat
        center / 24px auto;
    content: "";
    display: block;
    height: 20px;
    left: 14px;
    position: absolute;
    top: 13px;
    width: 23px;
}

.button1:hover::before {
    animation: shake 1s ease 1;
}

.button1 a {
    all: unset !important;
    cursor: pointer !important;
}

.button1:hover,
.button1:focus {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

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

#menuWrap {
    position: absolute;
    width: 100%;
    z-index: 20;
}

#menu {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
}

.is-sticky #menu {
    background: #1b76a7;
}

/* burgermenu for tablet */
@media (max-width: 991px) {
    #menu {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
        padding: 0;
        position: relative !important;
    }

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

    #burgerButtonInner2,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #fff;
        color: #1b76a7;
        border-radius: 2px;
        height: 3px;
        left: 10px;
        position: absolute;
        transition: transform 200ms linear, opacity 200ms linear;
        width: 40px;
    }

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

    #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
        opacity: 0;
    }

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

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

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

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

    .navbar-collapse[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

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

    .navbar-toggle::before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        display: block;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: width 300ms linear, opacity 300ms linear;
        width: 0;
        z-index: -1;
    }

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

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

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

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

    .navbar-collapse.collapse.in:after,
    .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */
@media (min-width: 992px) {
    .horizontally .navbar-nav {
        align-items: center !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between !important;
        transition: margin-top 200ms linear;
        flex-wrap: wrap;
    }

    nav.horizontally .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        top: 100%;
        z-index: 1000;
    }

    nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        left: 100%;
        transform: none;
        position: absolute;
        top: -15px;
    }

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

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

    /* Fade in Hover Start */
    .navbar-default .navbar-nav li[class*="toplevel"] > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"] > ul {
        display: block !important;
        opacity: 0;
        pointer-events: none;
        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"] {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within > ul {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .navbar-default .nav .open > .dropdown-menu {
        opacity: 0 !important;
        pointer-events: none !important;
    }

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

    /* 3rd */
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
        bottom: 0;
        content: "";
        display: block;
        left: -40px;
        position: absolute;
        top: 0;
        width: 50px;
    }

    /* Fade in Hover End */
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 35px 10px 15px;
    position: relative;
    text-align: left;
    font-size: clamp(1.125rem, 1.4vw, 1.375rem);
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        align-content: center;
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 20px 12px 110px 12px;
        text-align: center;
        position: relative;
        transition: padding 300ms;
    }

    .is-sticky .navbar-default .navbar-nav > li > a {
        padding: 15px 12px;
    }

    .navbar-default .navbar-nav > li > a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0px;
        background: #ffffff;
        border-bottom-right-radius: 2.5px;
        border-bottom-left-radius: 2.5px;
        transition: height 300ms;
    }

    .navbar-default .navbar-nav > li + li {
        margin-left: 10px;
    }
}

@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::before,
.navbar-nav > li > a:hover::before,
.navbar-nav > li > a:focus::before,
.navbar-nav > li.open > a::before,
.navbar-nav > li.open > a:hover::before,
.navbar-nav > li.open > a:focus::before,
.navbar-nav > li[class$="_over"] > a::before,
.navbar-nav > li[class$="_over"] > a:hover::before,
.navbar-nav > li[class$="_over"] > a:focus::before {
    height: 5px;
}

.navbar-nav > li:focus-within > a::before {
    height: 5px;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */
.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
}

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

    .navbar-default .navbar-nav > li > .dropdown-menu,
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        border-radius: 10px;
        margin: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > .dropdown-menu,
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        border-radius: 20px;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        margin-top: -80px;
        transition: margin 300ms;
    }

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

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

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    border-radius: 8px;
    color: #1a1a1a;
    font-size: clamp(1rem, 1.125vw, 1.125rem);
    font-weight: 300;
    padding: 8px 15px;
    text-align: left;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a,
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
        text-align: center;
    }
}

/* ------------------------------------------ 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 > 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: #1b76a7;
    color: #ffffff;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
    background: #1b76a7;
    color: #ffffff;
}

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

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

#headerpic > .row:first-child {
    max-width: 1400px;
    width: 100%;
}

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

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

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

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

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

@media (min-width: 992px) {
    #headerpic .nivo-controlNav {
        bottom: 7.2917vw !important;
    }
}

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

.slider-mask {
    display: block;
    background-image: url(../img/welle-banner.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ------------------------------------------------ Banner-Tabs ----------------------------------------------- */

@media (min-width: 992px) {
    #bannerTabs {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 20;
        margin-bottom: -40px;
    }
}

@media (min-width: 1200px) {
    #bannerTabs {
        margin: 0;
        margin-bottom: -20px;
    }
}

/* ------------------------------------------------ ICONS Shake ----------------------------------------------- */

@keyframes shake {
    40%,
    60% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: scale(1);
    }
}

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

main {
    padding-bottom: clamp(30px, 4vw, 50px);
    padding-top: 30px;
    text-align: left;
}

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

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

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

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

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

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

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

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

#middle .tab :is(h1, h2, h3) {
    color: #1b76a7;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 600;
    margin-bottom: 30px;
}

#termin .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0px;
}

#middle .tab :is(h4, h5, h6) {
    color: #1b76a7;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

#termin .tab :is(h4, h5, h6) {
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 10px;
}

/* ------------------------------------------ team ----------------------------------------- */
#middle {
    position: relative;
}

#team {
    background: #f6f5f7;
    padding: 100px 0;
    margin-top: 50px;
}

@media (max-width: 991px) {
    #team {
        padding: 50px 0;
    }
}

#middle::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/welle-team-oben.png) no-repeat top center / 100% auto, url(../img/welle-team-unten.png) no-repeat bottom center / 100% auto;
    pointer-events: none;
    display: block;
    z-index: 6;
}

#middle .member {
    font-size: 1rem;
    margin-bottom: 30px;
}

#middle .member b,
#middle .member strong {
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0px;
}

#middle .member img {
    margin-bottom: 15px;
    border-radius: 1000px;
}

#middle #team .tab .tabContent {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    #middle > .row > div:nth-child(1) {
        padding-right: 45px;
    }
}

#middle .tab .tabContent .btgrid {
    font-size: 1rem;
}

/* ------------------------------------------ termin ----------------------------------------- */

#termin {
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

@media (min-width: 1200px) {
    #termin > .row {
        max-width: 1170px;
        width: 100%;
    }
}

#termin .tab {
    background: url(../img/welle-termin-oben.png), url(../img/welle-termin-unten.png), #1b76a7;
    background-position: top left, bottom left;
    background-repeat: no-repeat;
    font-size: 1rem;
    padding: 80px 60px 80px 60px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width: 767px) {
    #termin .tab {
        border-radius: 20px;
    }

    #termin > .row > div.col-xs-12 {
        padding: 0 15px;
    }
}

#tabImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

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

footer {
    font-size: 1rem;
}

body:not(.index) footer {
    padding-top: 40px;
    border-top: 2px solid #f6f5f7;
}

footer .iframe-wrapper-manual-enabling,
footer iframe {
    border-radius: 20px;
    display: block;
    min-width: 100% !important;
    width: 100% !important;
}

footer hr {
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    border: none;
    margin: 38px 0;
    opacity: 1;
}

#footer {
    font-size: 1rem;
    padding: 20px 0 0 0;
}
@media (max-width: 767px) {
    #footer > .row > * + * {
        margin-top: 30px;
    }
}

.footerTab a:hover {
    text-decoration: underline;
}

#footer h2 {
    font-size: clamp(1.25rem, 2vw, 2rem);
    margin-bottom: 20px;
}

#innerfooter {
    font-size: 1rem;
    padding-bottom: 30px;
    padding-top: 30px;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

#innerfooter ul a {
    color: #1a1a1a;
    text-decoration: none;
}

#innerfooter ul a:hover,
#innerfooter ul a:focus {
    color: #1b76a7;
    text-decoration: none;
}

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

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

/* -------------------------------------- vernetzt -------------------------------------- */
#vernetzt {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 auto 20px auto;
    text-align: left;
    text-decoration: none;
}

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

#vernetzt img {
    margin-right: 15px;
}

#vernetzt b {
    color: #1b76a7;
}
