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

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

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

a {
    color: #116d7e;
}

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

b,
strong {
    font-weight: 700;
}


@media (min-width: 1200px) {

    .row,
    .compact,
    ._op-container .container {
        max-width: 1440px;
        width: 100%;
    }
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

    #logo .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* #endregion ----------------------------------- logo ------------------------------------------ */
/* #region -------------------------------------- topbar ---------------------------------------- */

#topbar {
    font-size: 1rem;
    padding: 20px 0;
}

#topbar .socialMedia {
    color: #fff;
}


@media (max-width: 767px) {
    #topbar {
        background: #0e5b69;

    }

    #topbar>.row {
        max-width: 100%;
        width: 100%;
        padding-right: 100px;
    }
}

/* #region -------------------------------------- optionsBox ---------------------------------------- */

#optionsBox {
    width: 100%;
    gap: clamp(10px, 2vw, 30px);
}

.optionsElementsLeft {
    margin-right: auto;
    gap: clamp(10px, 1vw, 15px);
}

@media (max-width: 767px) {
    .optionsElementsLeft {
        padding: 10px 0 20px 0;
    }
}

.language span {
    color: #116d7e;
}


.language a {
    width: 200px;
    height: 40px;
    display: block;
    border-radius: 100%;
    background: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #116d7e;
    position: relative;
}

.language a {
    display: block;
}

.language a.activeLang {
    display: none;
}


.language a::before {
    content: '';
    pointer-events: none;
    background: #c6e5ed url(../img/icon-ak.png) no-repeat center center / 15px auto;
    width: 30px;
    height: 30px;
    display: block;
    right: 5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
}

.language a[title*="Deutsch"]::before {
    background: #c6e5ed url(../img/icon-de.png) no-repeat center center / 15px auto;
}

.language a:is(:hover, :focus) {
    background-color: #116d7e;
    color: #fff;
}

/* #region -------------------------------------- buttonStyle ---------------------------------------- */

.buttonStyle a {
    padding: 7px 20px;
    color: #116d7e;
    font-weight: 400;
    border-radius: 30px;
    display: inline-block;
    background: #fff;
    text-decoration: none;
}

.buttonStyleGrey a {
    background: #ededed;
    color: #116d7e;
}

@media (max-width: 767px) {
    .buttonStyle a {
        font-size: 0.9375rem;

    }
}

.buttonStyle a:is(:hover, :focus) {
    background: #116d7e;
    color: #fff;
}

@media (max-width: 767px) {

    .language a,
    #headerpic .buttonStyle a {
        border: 2px solid #fff;
        transition: border-color 200ms linaer;
    }

    .language a:is(:hover, :focus),
    #headerpic .buttonStyle a:is(:hover, :focus) {
        border-color: #fff;
    }

}


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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        position: static !important;
    }

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

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #116d7e;
        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 {
        padding: 20px 10px;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #116d7e;
        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);
    }

    .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: 8px;
        right: 0;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 6px;
        right: 0;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        transition: background 300ms linear;
    }

    .is-sticky nav.horizontally {
        left: auto !important;
        background: #116d7e;
    }

    nav.horizontally .navbar-nav {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 20px 0;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .is-sticky nav.horizontally .navbar-nav {
        border-top-color: transparent;
    }

    nav.horizontally li[class*="toplevel"] {
        flex-grow: 1;
    }

    nav.horizontally [class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms linear;
    }

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

    nav.horizontally .navbar-nav li:is(:hover)>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-top: 2px;
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        padding: 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    nav.horizontally li[class*="toplevel"]+li {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
}

nav.horizontally a[class*="toplevel"]::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 0;
    background: #ffffff;
    transform: translateX(-50%);
    transition: width 300ms linear;
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"]::after {
        top: -23px;
        background: #116d7e;
        bottom: auto;
    }

    .is-sticky nav.horizontally a[class*="toplevel"]::after {
        background: #ffffff;
    }
}

/* toplevel-over */

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: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

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

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

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 20px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 50px;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 22px;
        left: 0;
        right: 0;
        top: -22px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 52px;
        top: 0;
        bottom: 0;
        left: -52px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]) {
    border-bottom: 1px solid #b8b8b8;
    transition: border-color 200ms linear;
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #404040;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    padding: 11px 0;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

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

/* secondlevel + thirdlevel over */

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: #116d7e;

}


nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] {
    border-color: #116d7e;

}


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


/* #region -------------------------------------- header ---------------------------------------- */

#headerpic>*:not(.slider-wrapper):not(.sticky-wrapper):not(nav.horizontally) {
    position: relative;
    z-index: 10;
}

/* banner */

#slider {
    position: relative;
    height: 100%;
}

@media (min-width: 768px) {
    #headerpic .slider-wrapper {
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}


@media (max-width: 767px) {
    #headerpic {
        background: #116d7e;

    }
}

@media (min-width: 768px) {

    #headerpic .nivo-controlNav button {
        color: #fff;
    }

    #headerpic {
        background: #172830;
        position: relative;
        min-height: 800px;
        display: flex;
        flex-direction: column;
    }

    body:not(.index) #headerpic {
        min-height: 500px;
    }

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

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

    #searchbar {
        margin-top: auto;
    }

}

@media (max-width: 767px) {

    #slider {
        overflow: hidden;
        position: relative;
        /*1920px * 768px*/
        height: 26vw;
    }

    #slider-onebanner,
    #slider .nivo-box>div,
    #slider .nivo-slice>div,
    #slider .nivo-main-image,
    #slider div[style*='background-size'] {
        background-attachment: unset !important;
        background-size: 100% auto !important;
    }
}

@media (min-width: 768px) {
    #headerpic .slider-mask {
        display: block;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.60) 220px, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4) 100%);
    }
}


.header-text,
.header-text :is(h1, h2, h3, h4, h5, h6, a) {
    color: #fff;
}

.header-text {
    font-size: clamp(1.875rem, 4vw, 3.125rem);
    font-weight: 400;
}

.header-text h2 {
    font-size: clamp(1.875rem, 4vw, 4.375rem);
    margin-bottom: 60px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .header-text h2 {
        margin-bottom: 0;

    }
}

/* #region ----------------------------------- search ------------------------------------------- */


#searchbar {
    margin-bottom: 50px;
}

#searchbar .tabHeadline {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

#search {
    background: #ffffff;
    display: inline-flex;
    width: 100%;
    position: relative;
}

@media (max-width: 575px) {
    #search {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    #searchbar {
        padding-top: 20px;
        margin-bottom: 0;
    }
}

#search::before {
    content: "";
    position: absolute;
    right: 60px;
    top: 9px;
    bottom: 9px;
    width: 2px;
    background: rgba(41, 35, 0, 0.2);
}

#search_input {
    color: inherit;
    font-size: clamp(1rem, 2vw, 1.375rem);
    font-style: normal;
    background: transparent;
    padding: 13px clamp(15px, 2vw, 22px);
    border: 0;
    width: 100%;
}

#search_submit {
    width: 60px;
    flex-shrink: 0;
    background: url('../img/suche-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    border: none;
    font-size: 0;
    transition: all 300ms linear;
}

#search_submit:is(:hover, :focus) {
    background-color: #f2ece7;
}

#search_input::placeholder {
    color: inherit !important;
    opacity: 0.8 !important;
    font-style: italic !important;
}

/* #endregion -------------------------------- search ------------------------------------------- */

/* #endregion ----------------------------------- header ---------------------------------------- */


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

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

/* ----------------------------------------------- @12ev events -------------------------------------------- */

@media (max-width: 991px) {
    #tabsRight {
        margin: 30px auto 0 auto;
    }
}

#ev12 {
    color: #282828;
    font-size: 1rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#ev12 .tabHeadline {
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.5625rem;
    font-weight: 700;
    padding: 19px 25px;
    background: #116d7e;
}

#ev12 #clr-events-hide {
    padding: 20px;
}

#ev12 #clr-events-hide>P:first-of-type {
    display: none;
}

#ev12 .tab_link_title a {
    font-weight: 600;
    color: #282828;
}

#ev12 .tab_link_mandat a {
    color: #282828;
    font-style: italic;
}

#ev12 .tab_link_mehr {
    font-size: 0;
    text-align: right !important;
    padding: 0 !important;
}

#ev12 .tab_link_mehr a {
    text-decoration: none;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #116d7e;
    padding: 5px 15px;
    background: #eaeaea;
}

#ev12 .tab_link_mehr a:hover,
#ev12 .tab_link_mehr a:focus {
    color: #eaeaea;
    background: #116d7e;
}

/* -------------------------------------- bannerElement ------------------------------------- */

.bannerElement {
    margin-top: 60px;
}

/* -------------------------------------- firstBreaker ------------------------------------- */

#firstBreaker {
    padding: clamp(30px, 4vw, 60px) 0;
    overflow: clip;
    background: #ededed;
}

@media (min-width: 768px) {
    #firstBreaker>.row::after {
        background: url(../img/dekor-spenden.png) no-repeat bottom -100px center;
        width: 821px;
        height: 833px;
        position: absolute;
        right: -100px;
        bottom: -60px;
        display: block;
        content: '';
        pointer-events: none;
    }
}

#firstBreaker :is(h1, h2, h3, h4, h5, h6) {
    color: #282828;
}

#firstBreaker :is(h1, h2, h3) {
    font-size: clamp(1.5rem, 3vw, 2.375rem);
    font-weight: 400;
}

#firstBreaker p em,
#firstBreaker p i {
    background: #116d7e;
    color: #fff;
    font-weight: 400;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    border-radius: 40px;
    padding: 15px 60px;
    font-style: normal;
    display: inline-block;
}

#firstBreaker h3 {
    font-weight: 400;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: #116d7e;
}

#firstBreaker h3 b,
#firstBreaker h3 strong {
    font-weight: 500;
}

/* #region --------------------------------------- blog ----------------------------------------- */

#blog {
    padding: clamp(40px, 10vw, 90px) 0 clamp(40px, 4vw, 60px) 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    #blog .tab {
        padding-right: clamp(30px, 4vw, 45px);
    }
}

#blog .tab_link_entries {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    #blog .tab_link_entries {
        flex-wrap: nowrap;
    }
}

#blog .tab_link_entry {
    position: relative;
    font-size: 1rem;
    padding: 218px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
    border: none !important;
}

@media (min-width: 576px) {
    #blog .tab_link_entry {
        width: 50%;
    }
}

#blog .tab_link_entry .tab_preview_picture,
#blog .tab_link_entry .tab_link_title a::before {
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
    position: absolute;
}

#blog .tab_link_entry .tab_preview_picture img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

#blog .tab_link_entry .tab_link_title a::before {
    content: "";
    background: #fceeda center / cover no-repeat;
}

#blog .tab_date {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    color: #ffffff;
    background: #116d7e;
    font-size: 0.875rem;
    padding: 7px 21px 6px 21px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#blog .tab_link_title {
    margin-bottom: 15px;
}

#blog .tab_link_title a {
    color: #1f1f1f;
    display: block;
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

#blog .tab_link_title a:not(:is(:hover, :focus)) {
    text-decoration: none;
}

#blog :is(.tab_link_mehr, .tab_spacer) {
    display: none;
}

/* #endregion --------------------------------------- blog -------------------------------------- */

/* --------------------------------------- videoBox -------------------------------------- */

#videoBox {
    padding-bottom: clamp(30px, 4vw, 60px);
}

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

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

h1,
.h1,
.legacy_h1 {
    font-size: clamp(1.875rem, 5.5vw, 3.125rem);
}

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

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.625rem, 4.5vw, 2.5rem);
}

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

h5,
.h5,
.legacy_h5 {
    font-size: clamp(1.375rem, 3.5vw, 1.875rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
}

/* ----------------------------------------------- @11f footer ----------------------------------------------- */

/* --------------------------------------------- newsletterTab -------------------------------------------- */


#newsletter label {
    font-size: 1rem;
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}

#newsletterInputs {
    height: 36px;
    position: relative;
    border-radius: 2px;
    max-width: 340px;
    border: 1px solid #fff;
    margin-top: 10px;
    display: inline-block;
    max-width: 330px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#newsletter_input {
    color: #ffffff;
    font-size: 16px;
    font-style: normal !important;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 43px;
    height: 32px;
    width: 100%;
}

#newsletter_submit {
    width: 36px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="22px" viewBox="0 -960 960 960" width="22px" fill="%23fff"><path d="M145.09-145.87q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-509.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h669.82q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v509.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09ZM480-443.91l-334.91-223v441.82h669.82v-441.82L480-443.91Zm0-73 330.91-218H150.09l329.91 218Zm-334.91-150v-68 509.82-441.82Z"/></svg>') center no-repeat, transparent;
    padding: 0;
    cursor: pointer;
    line-height: 36px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    transition: background-color 300ms linear;
}

#newsletter_submit:hover,
#newsletter_submit:focus {
    background-color: #0c5c82;
}

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

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

#newsletter_input::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
}

#newsletter_input:-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
}

/* --------------------------------------------- order -------------------------------------------- */

@media (max-width: 991px) {
    .order1 {
        order: 1;
    }

    .order2 {
        order: 3;
    }

    .order3 {
        order: 2;
    }
}

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

#footer {
    color: #ffffff;
    font-size: 1rem;
    padding: 60px 0;
    background-color: #116d7e;
    font-size: 1rem;
    font-weight: 400;
}

#footer :is(h1, h2, h3, h4, h5, h6, .tabHeadline) {
    color: #fff;
    font-size: 1.875rem;
}


#footer a {
    color: #ffffff;
}

#footer .footerTab a {
    color: #ffffff;
    text-decoration: none;
}

#footer .footerTab a:hover,
#footer .footerTab a:focus {
    color: #fff;
}

#footer .footerTab a[href^="mailto:"] {
    font-style: italic;
    color: #fff;
}

#footer .footerTab ul {
    padding: 0 !important;
}

#footer .footerTab ul li {
    list-style-type: none !important;
}

#footer .footerTab ul li {
    padding-left: 12px;
    position: relative;
    color: #ffffff;
    transition: color 300ms linear;
}

#footer .footerTab ul li::before {
    content: '\2010';
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: color 300ms linear;
}

#footer .footerTab ul li:hover,
#footer .footerTab ul li:focus {
    color: #ccdc65;
}

@media (max-width: 575px) {
    #footer>.row:nth-child(2)>*+* {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 576px) {
    #footer>.row:nth-child(2)>*+*:not(:nth-child(2)) {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 992px) {
    #footer>.row:nth-child(2)>*+* {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

    #footer .footerTab {
        padding-top: 10px;
    }

    #footer .footerTab2 {
        padding-left: 20px;
    }
}

/* --------------------------------------------- iframeMapsTab -------------------------------------------- */

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

#footer .iframeMapsTab {
    max-height: 246px;
    overflow: hidden;
}

@media (min-width: 576px) and (max-width:991px) {
    #footer .iframeMapsTab {
        margin-top: 30px;
    }
}

/* --------------------------------------------- footer2 -------------------------------------------- */

#footer2 {
    padding: 16px 0;
    color: #ffffff;
    background: #0e5b69;
}

/* --------------------------------------------- counter -------------------------------------------- */

#counter {
    display: inline-block;
    color: #172830;
    background: #ffffff;
    padding: 2px 4px 3px 4px;
}

#counter a {
    color: #172830;
}

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

#innerfooter {
    font-size: 1rem;
}

@media (max-width: 991px) {
    #innerfooter {
        margin-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #ffffff;
    padding: 24px 0px;
    text-decoration: none;
}

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

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

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

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

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

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

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

#vernetzt span span {
    display: block;
}

#vernetzt strong {
    color: #fff;
    font-weight: 700;
}