@import url("https://fonts.verwaltungsportal.de/import/?family=Poppins:300,400,500,600,700,300i,400i,500i,600i,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Caveat:400,500,600,700");

body {
    font-family: "Poppins", sans-serif;
    color: #191919;
    background: #92b598;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #004080;
}

a:hover,
a:focus {
    color: #004080;
}


b, strong {
    font-weight: 600;
}

header hr {
    margin-top: 0 !important;
}

/* ------------------------------------------------ 11tab ----------------------------------------------- */

#galerieWrapper {
    display: grid;
    grid-template-columns: 14, 3% 14, 3% 14, 3% 14, 3% 14, 3% 14, 3% 14, 3%;
    grid-template-rows: 100%;
    height: 254;
    border-top: 9px solid #92a087;
    border-bottom: 9px solid #92a087;
    margin-bottom: clamp(30px, 5vw, 60px);
}

#galerieWrapper .banner,
#galerieWrapper .nivoSlider {
    height: 100% !important;
}

#galerieWrapper .banner>img,
#galerieWrapper .nivo-main-image,
#galerieWrapper .nivoSlider img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100% !important;
}

#galerieWrapper .nivo-directionNav .nivo-prevNav {
    left: 30px;
}

#galerieWrapper .nivo-directionNav .nivo-nextNav {
    right: 30px;
}

#galerieWrapper .slider,
#galerieWrapper .slider-wrapper {
    height: 100% !important;
    width: auto !important;
}

.galerieOne {
    grid-row: 1/1;
}

.galerieTwo {
    grid-row: 1/1;
}

.galbox {
    overflow: hidden;
}

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

#logo {
    display: inline-block;
}

#logo2 {
    display: inline-block;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 5px 20px;
}

#logo img {
    display: block;
}

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

/* ------------------------------------------------- tab ------------------------------------------------ */

#teaser {
    padding: 30px 0;
}

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

#teaser>.row>div {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #teaser {
        position: relative;
        z-index: 53;
        margin-top: -40px;
    }
}

.tab {
    background-color: #fff;
    color: #191919;
    position: relative;
    border-radius: 20px;
}

#teaser .tab {
    height: 100%;
    min-height: 100%;
    max-width: 370px;
    margin: 0 auto;
}

#teaser .tabHeadline {
    margin: 0;
    color: #004a96;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    pointer-events: none;
    z-index: 1;
    font-size: clamp(20px, 3vw, 1.875rem);
    display: block;
    width: 100%;
    line-height: 1.2;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

#teaser .tabContent {
    overflow: hidden;
}

#teaser .tabContent img {
    display: block;
    border-radius: 20px;
}

.tabContent {
    color: #191919;
    min-height: 100px;
}

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

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

@media (min-width: 992px) {
    #content {
        padding-bottom: 60px;
    }
}

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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #004a96;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Caveat", cursive;
}

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

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 2.8125rem;
    }
}

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

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2.1875rem;
    }
}

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

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

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

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



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

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #191919;
}

@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 ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #191919;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

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

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

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

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

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

#vernetzt b {
    color: #004080;
    font-weight: 400;
}

#vernetzt span {
    color: #191919;
}

#vernetzt span span {
    display: block;
}

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