@import url('https://fonts.verwaltungsportal.de/import/?family=Hind:200,300,400,600,700,200i,300i,400i,500i,600i,700i');

body {
    font-family: "Hind", sans-serif;
    color: #262626;
    background: #fff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
    font-weight: 300;
}

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

a {
    color: #00797f;
}

a:hover,
a:focus {
    color: #00797f;
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

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

.dgs {
    background-color: #00797f;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.dgs a {
    color: #fff;
}

/* ------------------------------------------------- dekor, header + footer ------------------------------------------------ */

@media (min-width: 992px) {
    #headerpic::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 28.9vw;
        background-color: #00797f;
        z-index: -1;
        right: -170px;
        top: 0;
        bottom: -50px;
    }
}

@media (max-width: 1850px) {
    #headerpic::before {
        width: calc(28.9vw - 150px);
    }
}

#topbar>.row::before,
#content>.row::before,
footer>.row::before {
    position: absolute;
    display: block;
    content: '';
}

@media (min-width: 992px) {
    #topbar>.row::before {
        width: 764px;
        height: 695px;
        top: -35px;
        left: -360px;
        background: url(../img/wave-top.png) no-repeat;
    }
    footer>.row::before {
        width: 419px;
        height: 400px;
        top: -235px;
        left: -360px;
        background: url(../img/wave-bottom.png) no-repeat;
    }
}

#content>.row::before {
    width: 862px;
    height: 605px;
    top: -120px;
    right: -360px;
    z-index: -2;
    background: url(../img/wave-main.png) no-repeat;
}

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

#topbar {
    padding: 10px 0;
}

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

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

#search {
    height: 30px;
    background: transparent;
    display: inline-block;
    position: relative;
}

#search_input {
    color: #262626262626;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 30px;
    padding-left: 10px;
    margin-right: 30px;
    height: 30px;
    width: 100%;
    border-bottom: rgba(37, 37, 37, .1) 1px solid;
}

#search_submit {
    width: 30px;
    background: #00797f url('../img/lupe-icon.png') bottom 3px right 3px no-repeat;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    line-height: 30px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    font-size: 0;
    transition: background-color 300ms linear, transform 300ms linear;
}

#search_submit:hover {
    transform: scale(1.2);
}

#search_input::-ms-input-placeholder {
    color: rgba(102, 102, 102, .7) !important;
}

#search_input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, .7) !important;
}

#search_input::-moz-placeholder {
    opacity: .7;
}

#search_input:-moz-placeholder {
    opacity: .7;
}

/* ------------------------------------------------- language ------------------------------------------------ */

.language {
    padding-top: 4px;
}

@media (max-width: 991px) {
    .language {
        padding-left: 20px;
    }
}

.language span {
    display: inline-block;
}

.language a {
    position: relative;
    font-size: 0;
}

.language>a::before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 27px;
}

.language>a:nth-child(3)::before {
    background: url(../img/icon-deutsch.png);
    margin-right: 15px;
}

.language>a:nth-child(4)::before {
    background: url(../img/icon-englisch.png);
}

.language>a:nth-child(2) {
    margin-right: 10px;
}

.language>a:nth-child(2)::before {
    background: url(../img/icon-einfache-sprache.png) center no-repeat;
}

.language>a:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    top: -24px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #000;
}

.contrast_dark .language {
    background-color: #fff !important;
}

#tabs>.row:last-child>div:not(:first-child) {
    word-break: break-all;
}

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

#logo {
    display: inline-block;
}

@media (min-width: 1200px) {
    #logo {
        margin-right: -160px;
    }
}

#logo img {
    display: block;
}

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

#logo .contrast_dark img {
    background-color: #fff !important;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #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;
        padding: 3px;
    }

    #burgerButton:before,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #00797f;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 2px;
        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: 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: #fff;
        border-left: 10px solid #00797f;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        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;
        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);
    }

    .dropdown-toggle-button-wrapper {
        top: 9px !important;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 5px !important;
    }
}

@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) {
    .is-sticky .horizontally {
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }

    .horizontally {
        z-index: 103;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between !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;
    }

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

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

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

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

.navbar-default .navbar-nav>li>a {
    color: #262626;
    font-weight: 600;
    text-align: left;
    padding: 14px 15px;
    position: relative;
    font-size: 1.25rem;
    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);
    }

    .navbar-default .navbar-nav>li+li>a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    nav.horizontally .navbar-nav>li>a.dropdown-toggle {
        padding-right: 35px;
    }
}

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

@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:focus>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 {
    color: #fff;
    background-color: #00797f;
}

.navbar-nav>li:focus-within>a {
    color: #fff;
    background-color: #00797f;
}

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

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

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

@media(min-width:992px) {
    nav.horizontally .dropdown-menu {
        min-width: 200px;
    }

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        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: #262626;
    font-weight: 400;
    text-align: left;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        padding: 10px 35px 10px 15px
    }
}

@media (min-width: 992px) {

    .navbar-default .navbar-nav>li>.dropdown-menu>li+li+li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li+li+li>a {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
}

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

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li:focus>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: #00797f;
    color: #fff;
}


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


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

#intropic,
#banner {
    max-width: 1580px;
    width: 100%;
    margin: auto;
}

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

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

    body.introsite #slider,
    body.index #slider {
        max-height: 650px;
    }

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

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

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

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

.slider-mask {
    display: none;
}

#banner-texts-description {
    left: unset !important;
    right: 40px;
    font-size: 75% !important;
}

#banner-texts-description.has-background {
    padding: 2px !important;
    background-color: rgba(0,0,0,.45) !important;
}

@media (max-width: 600px) {
  #banner-texts-description {
    width: unset !important;
  }
}

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

#select {
    position: fixed;
    z-index: 14;
    left: 0;
    top: 280px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

#select input {
    display: none;
}

#selectList label {
    background: #ffffff;
    display: flex;
    position: absolute;
    z-index: 1;
    max-height: 45px;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    min-width: calc(100% + 44px);
}

#selectList .tabHeadline {
    position: relative;
    font-size: calc(14px + .625rem);
    font-weight: 600;
    padding: 14px 50px 14px 20px;
    margin: 0;
    min-width: 100%;
    border-radius: 0 50% 50% 0;
    line-height: 1;
}

#selectList .tabHeadline::before {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 34px;
    height: 34px;
    background-color: #00797f;
    background-image: url('../img/icon-oeffnungszeiten.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin: auto;
}

#selectList {
    position: relative;
    top: 0;
    left: -92%;
    pointer-events: all;
    width: 100%;
    display: flex;
    transition: all 0.5s 0s ease;
}

@media (max-width: 991px) {
    #selectList {
        left: -95%;
    }
}

.selcetItems {
    display: block;
    text-align: left;
    background: #ffffff;
    padding: 70px 20px 25px 20px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
    max-width: 270px;
}

@media (max-width: 991px) {
    .selcetItems {
        left: -10px;
        position: relative;
    }

    .box1 {
        margin-top: 30px;
    }
}

#select input:checked~#selectList {
    left: 0;
}

#select:focus-within~#selectList {
    left: 0;
    pointer-events: all;
}

.selecttab {
    background-color: #ffffff;
    min-height: 100%;
    margin-top: 30px;
    padding: 15px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
}

.selecttab .tabHeadline {
    color: #c75300;
    font-size: 1.5625rem;
}

/* ------------------------------------------------ tabsBox ----------------------------------------------- */

#tabsBox {
    padding: 30px 0;
    background: url(../img/wave-tabs.png) bottom left no-repeat , url(../img/wasserzeichen-logo.png) bottom 60px right no-repeat;
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    #tabsBox {
        background: url(../img/wave-tabs.png) bottom left no-repeat , url(../img/wasserzeichen-logo.png) bottom right no-repeat;
    }
}

@media (max-width: 767px) {
    #tabsBox {
        background: none;
    }
}

#tabsBox>.row>*:not(:first-child, :nth-child(2))+* {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #tabsBox>.row>*:not(:first-child)+* {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    #tabsBox>.row>*+* {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    #tabsBox {
        padding: 60px 0 130px 0;
    }
}

#tabsBox .tab {
    max-width: 370px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

#tabsBox .tab a:not(.has-image) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    font-size: 0;
    display: block;
}

#tabsBox .tab .tabContent {
    line-height: 0;
    font-size: 0;
}

#tabsBox .tab .tabHeadline {
    color: #00797f;
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0;
    padding: 20px 25px;
    background: #ffffff;
}

/* ------------------------------------------------ content + main ----------------------------------------------- */

#content {
    padding: 30px 0;
}

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

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #00797f;
    font-weight: 600;
    line-height: 1.2;
}

body.index h1 {
    margin-bottom: 25px;
}

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

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.7rem, 4vw, 2rem);
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
    font-size: clamp(1.6rem, 4vw, 1.9rem);
}

h5,
.h5,
.legacy_h5 {
    font-size: clamp(1.5rem, 4vw, 1.8rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.4rem, 4vw, 1.7rem);
}

#newslinks,
#newsmandate {
    border: 1px solid #00797f;
}

/* ------------------------------------------------ newsletter ----------------------------------------------- */

#newsletter-tab {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    margin: 20px 20px 0;
}

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

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

    .index #newsletter-tab {
        transform: translateY(-50%);
    }
}

#newsletter-tab .tab {
    padding: 0 !important;
    margin: 0 !important;
}

#newsletter-tab {
    padding: 25px 30px;
}

@media (min-width: 992px) {
    #newsletter-tab {
        padding: 25px 40px;
    }
}

body:not(.index) #newsletter-tab {
    padding: 15px 30px;
    margin: 20px;
}

#newsletterInputs {
    height: 33px;
    background: transparent;
    display: block;
    position: relative;
    border-bottom: rgba(37, 37, 37, .1) 1px solid;
}

#newsletter_input {
    color: #262626;
    font-size: 1.125rem;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 43px;
    height: 33px;
    width: 100%;
    margin-right: 20px;
}

#newsletter_submit {
    width: 33px;
    background: transparent url('../img/icon-mail.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    transition: transform 300ms linear;
}

#newsletter_submit:hover {
    transform: scale(1.4);
}

#newsletter_input::-ms-input-placeholder {
    color: #262626 !important;
}

#newsletter_input::-webkit-input-placeholder {
    color: #262626 !important;
}

#newsletter_input::-moz-placeholder {
    opacity: .7;
}

#newsletter_input:-moz-placeholder {
    opacity: .7;
}

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

#tabs {
    padding: 0 0 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 991px) {
    #tabs>.row>div+div {
        margin-top: 35px;
    }
}

#tabs .tab,
#tabs .mapTab {
    background-color: #ffffff;
    min-height: 100%;
    /* margin: 0 20px; */
}

#tabs .tabHeadline,
#newsletter-tab :is(h1, h2, h3, h4, h5, h6) {
    color: #00797f;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 10px;
}

#tabs .iframetab iframe,
#tabs .iframetab .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
    min-height: calc(100% + 20px);
}

#tabs>.row>*:nth-child(1) .cleaner {
    display: none;
}

#tabs .tab {
    padding: 20px 30px 25px 30px;
}

#tabs .tab .tab_spacer {
    height: 20px;
}

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

footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

@media (min-width: 992px) {
    footer {
        overflow: hidden;
        padding: 45px 0 30px 0;
    }

    footer>.row>.dekoFooter::after {
        content: '';
        display: inline-block;
        position: absolute;
        background-color: #00797f;
        top: -100px;
        bottom: -100px;
        right: calc(98px - 40vw);
        width: 40vw;
        z-index: -1;
        pointer-events: none;
    }
}

footer>.row {
    position: relative;
    z-index: 12;
}

@media (max-width: 767px) {
    footer>.row>*+* {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
}

/* ------------------------------------------------- footerOptions ------------------------------------------------ */

#footerOptions {
    display: flex;
    align-items: center;
    align-content: center;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    #footerOptions {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    #footerOptions>*+* {
        margin-left: 45px;
    }
}

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

@media (min-width: 992px) {
    #style {
        display: flex;
        align-items: center;
        align-content: center;
    }

    #style button {
        font-size: 1rem;
        background-color: transparent;
        padding: 0;
        border: none;
        color: #2e3c48;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        position: relative;
        line-height: 1;
        transition: background-color 150ms linear, color 150ms linear;
        height: 28px;
        width: 28px;
        border: 1px solid #b0b0b0;
        border-radius: 100%;
    }

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

    #style button:hover {
        background-color: #00797f;
        color: #fff;
    }

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

/* ------------------------------------------------- contrast ------------------------------------------------ */


#contrast_style {
    display: flex;
    align-items: center;
    align-content: center;
}

#contrast_style button {
    color: #00797f;
    padding: 0;
    border: 1px solid #b0b0b0;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0;
}

#contrast_style *+* {
    margin-left: 6px;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transition: border-color 150ms linear;
}

.contrast_dark #contrast_style button::after {
    border-color: #000;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, rgba(0, 121, 127, 1.0), rgba(0, 121, 127, 1.0) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 121, 127, 1.0) 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #00797f;
    border-color: transparent;
}

.contrast_dark #contrast_style button:nth-of-type(3)::after {
    border-color: #000;
}

#contrast_style button:is(:hover, :focus) {
    background-color: #00797f;
}

#contrast_style button:is(:hover, :focus)::after {
    border-color: #fff;
}

#contrast_style.contrast_dark>button {
    background-color: #fff !important;
}

/* ----------------------------------------------- logo2 ----------------------------------------------- */

.logo2 b,
.logo2 strong {
    color: #00797f;
    hyphens: auto;
}

.logo2 img {
    display: block;
    margin-top: 15px;
}

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

#innerfooter {
    padding-top: 20px;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

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

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

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

#innerfooter a:hover,
#innerfooter a:focus {
    color: #00797f;
}

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

#vernetzt {
    color: #262626;
    text-align: right;
    font-size: 0.9375rem;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}

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