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

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

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

a {
    color: #781d80;
}

a:hover,
a:focus {
    color: #781d80;
    text-decoration: underline;
}


b,
strong {
    font-weight: 500;
}

/* ------------------------------------------------ @2tp ----------------------------------------------- */

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

#tp2 div.col-xs-12 {
    padding: 0px;
}

#tp2::before {
    content: '';
    width: 100%;
    height: 10px;
    background: #5b255f;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

#tp2 .optionsbar {
    background-color: #791d80;
    margin-left: auto;
    min-height: 38px;
}

#contrast_style {
    padding-left: 25px;
    padding-right: 17px;
}

#contrast_style button {
    color: #000000;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0;
}

#contrast_style button::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

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

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

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 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, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #ea5b0c;
    border: none;
}

.optionsbar::after {
    content: '';
    width: 50vw;
    position: absolute;
    right: -50vw;
    top: 0px;
    pointer-events: none;
    background-color: #791d80;
    display: inline-block;
    height: 100%;
}

@media (min-width: 992px) {
    #style {
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px solid rgba(255, 255, 255, 0.50);
    }

    #style button {
        font-size: 20px;
        background: transparent;
        padding: 0;
        border: none;
        color: #fff;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        position: relative;
        line-height: 1.2;
        -webkit-transition: color 150ms linear;
        -moz-transition: color 150ms linear;
        -ms-transition: color 150ms linear;
        -o-transition: color 150ms linear;
        transition: color 150ms linear;
        margin-top: -2px;
    }

    #style button+button::before {
        content: '';
        height: 20px;
        width: 1px;
        background: #ffffff;
        display: inline-block;
        pointer-events: none;
        margin: 0 10px;
        position: relative;
        top: 4px;
    }

    #style button:hover {
        text-decoration: underline;
    }

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

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

.tabLogo,
#logo {
    display: inline-block;
}

.tabLogo img,
#logo img {
    display: block;
}

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

#tabWelcome h2 {
    font-size: clamp(2.5rem, 4vw, 3.75rem);
}

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

/* burgermenu for tablet */

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

    .is-sticky #menu {
        position: relative !important;
    }

    #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: #781d80;
        padding: 3px;
    }

    #burgerButton:before,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #ffffff;
        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 {
        padding: 20px 0;
        background-color: #ffffff;
        margin-bottom: 20px;
    }

    .navbar-collapse {
        top: 0;
        background: #781d80;
        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: #781d80;
        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 {
        background-color: #ffffff;
        padding: 11px 0;
    }

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

    .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;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
        z-index: 1003;
    }
}

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

.navbar-default .navbar-nav>li {
    position: static;
}

.navbar-default .navbar-nav>li>a {
    color: #252525;
    font-weight: 400;
    text-align: left;
    padding: 10px 35px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default .navbar-nav>li:first-child>a {
    display: block;
    font-size: 0;
    margin-right: 10px;
    background: #ffffff url('../img/icon-startseite.png') center center no-repeat;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li:first-child>a {
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 0;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 20px 1px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .dropdown-toggle-button-wrapper {
        top: 6px;
    }
}

@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 {
    color: #ffffff;
    background-color: #781d80;
}

.navbar-nav>li:focus-within>a {
    color: #ffffff;
    background-color: #781d80;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #781d80;
}

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

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 30px;
        padding-bottom: 30px;
    }

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

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

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        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: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 8px 25px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@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;
        padding: 13px 25px;
        font-size: 1.125rem;
    }
}

/* ------------------------------------------ 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: #5b2560;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #5b2560;
}

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

#slider .nivo-main-image,
#slider {
    height: 300px !important;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {

    #slider .nivo-main-image,
    #slider {
        height: 700px !important;
    }

    body.index #slider .nivo-main-image,
    body.index #slider {
        height: 800px !important;
    }

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

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

    .theme-default .nivo-controlNav {
        bottom: unset !important;
        top: 30px;
    }
}

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

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

.slider-mask {
    display: none;
}

/* --------------------------------------------- dots -------------------------------------------- */

.theme-nivo .nivo-controlNav {
    top: 20px !important;
    bottom: unset !important;
}

.theme-nivo .nivo-controlNav.contrast_slider_dark button {
    background: #ffffff !important;
}

.slider-wrapper .nivo-controlNav button {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    text-indent: -9999px;
    border: 1px solid #000000 !important;
    margin: 0 5px !important;
    background-color: #ffffff !important;
    border-radius: 0%;
    color: #000;
    padding: 0;
}

.slider-wrapper .nivo-controlNav button.active,
.slider-wrapper .nivo-controlNav button:hover,
.slider-wrapper .nivo-controlNav button:focus {
    background: #781d80 !important;
    border: 1px solid #781d80 !important;
}

.slider-wrapper .nivo-controlNav button+button {
    margin-top: 10px;
}

@media (max-width: 767px) {
    #slider .nivo-directionNav {
        display: none !important;
    }

    .slider-wrapper .nivo-controlNav a {
        display: inline-block;
    }

    .slider-wrapper .nivo-controlNav a+a {
        margin-top: 0;
        margin-left: 7px;
    }
}

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

#headerpic .nivo-directionNav a {
    background: #ffffff;
    width: 60px;
    height: 48px;
    z-index: 60;
    -webkit-transition: width 300ms linear, opacity 300ms linear, background 300ms linear;
    -moz-transition: width 300ms linear, opacity 300ms linear, background 300ms linear;
    -ms-transition: width 300ms linear, opacity 300ms linear, background 300ms linear;
    -o-transition: width 300ms linear, opacity 300ms linear, background 300ms linear;
    transition: width 300ms linear, opacity 300ms linear, background 300ms linear;
}

#headerpic:hover .nivo-directionNav a,
#headerpic:focus .nivo-directionNav a {
    width: 70px;
}

#headerpic .nivo-directionNav a::before,
#headerpic .nivo-directionNav a::after {
    content: "";
    display: block;
    position: absolute;
}

#headerpic .nivo-directionNav a::before {
    height: 2px;
    width: 16px;
    top: 50%;
    margin-top: -1px;
    background: #781d80;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

#headerpic .nivo-directionNav a::after {
    height: 8px;
    width: 8px;
    top: 50%;
    margin-top: -5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}

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

#headerpic a.nivo-prevNav::before {
    right: 26px;
}

#headerpic a.nivo-prevNav::after {
    right: 32px;
    border-left: 2px solid #781d80;
    border-bottom: 2px solid #781d80;
}

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

#headerpic a.nivo-nextNav::before {
    left: 26px;
}

#headerpic a.nivo-nextNav::after {
    left: 32px;
    border-right: 2px solid #781d80;
    border-top: 2px solid #781d80;
}

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

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

/* ------------------------------------------------ bannerOverlay ----------------------------------------------- */

#bannerOverlay {
    z-index: 13;
    position: relative;
}

@media (min-width: 992px) {
    #bannerOverlay::before {
        position: absolute;
        display: block;
        content: '';
        width: 18.8vw;
        height: 100%;
        left: 0;
        bottom: 0;
        background: rgba(120, 29, 128, 0.7);
    }
}

@media (min-width: 1200px) {
    #bannerOverlay {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 14;
    }
}

#bannerOverlay .bgStyler,
#bannerOverlay .bgContrast {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 100%;
}

@media (max-width: 1199px) {

    #bannerOverlay .bgStyler,
    #bannerOverlay .bgContrast {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    @media (min-width: 1200px) {
        #bannerOverlay .bgContrast {
            margin-right: 8px;
        }
    }
}

@media (min-width: 1200px) {
    #bannerOverlay .bgContrast {
        border-left: 1px solid #e6e6e6;
    }
}

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

#bannerOverlay #searchContainer {
    background: #781d80;
    height: 100%;
}

#bannerOverlay #suche {
    padding-top: 130px;
    padding-bottom: 55px;
}

@media (max-width: 991px) {
    #bannerOverlay #suche {
        padding-top: 100px;
        padding-bottom: 15px;
    }
}

#suche.tab {
    color: #ffffff;
    position: relative;
    line-height: 1.2;
    z-index: 12;
    font-size: 18px;
}

#suche.tab::before {
    content: '';
    right: 0;
    top: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-image: url('../img/icon-suche.png');
    background-position: top center;
    background-repeat: no-repeat;
}

#suche strong,
#suche b {
    font-size: 25px;
}

#searchContainer {
    position: relative;
    padding: 0;
}

@media (min-width: 992px) {

    #searchContainer:hover>#suchfeld,
    #searchContainer:focus-within>#suchfeld {
        opacity: 1;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@media (min-width: 1200px) {

    #searchContainer:hover>#suchfeld,
    #searchContainer:focus-within>#suchfeld {
        opacity: 1;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

#bannerOverlay #suchfeld {
    background: rgba(255, 255, 255, 0.9);
    padding: 90px 30px 89px 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
}

@media (max-width: 991px) {
    #bannerOverlay #suchfeld {
        padding: 80px 30px 85px 30px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 767px) {
    #bannerOverlay #suchfeld {
        left: 0;
    }
}

@media (max-width: 991px) {
    #searchContainer>#suchfeld {
        opacity: 1;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@media (max-width: 767px) {

    #searchContainer>#suchfeld {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

#search {
    min-height: 35px;
    background: transparent;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #781d80;
}

@media (max-width: 767px) {
    #search {
        width: 100%;
    }
}

#search_input {
    color: #252525;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 43px;
    height: 35px;
    width: 100%;
}

#search_submit {
    width: 35px;
    background: url('../img/icon-arrow-lila.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 35px;
    border: none;
    position: absolute;
    top: 0;
    right: 2px;
    height: 100%;
    font-size: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#search_submit:hover,
#search_submit:focus {
    transform: translate(5px, 0px);
    -webkit-transform: translate(5px, 0px);
    -moz-transform: translate(5px, 0px);
}

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

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

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

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


.bilderTab {
    padding: 50px 0;
}

/* ------------------------------------------------ greenButton ----------------------------------------------- */

.greenButton a {
    background-color: #781d80;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    position: relative;
    padding: 9px 50px 9px 20px;
    display: inline-block;
}

.greenButton a+a {
    margin-top: 32px;
}

.greenButton a::after {
    content: '\2192';
    right: 25px;
    top: 9px;
    bottom: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    position: absolute;
}

.greenButton a:hover::after,
.greenButton a:focus::after {
    right: 15px;
}

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

main {
    text-align: left;
}

#content {
    padding-bottom: 30px;
    padding-top: 30px;
}

.index #content {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (max-width: 767px) {

    #content,
    .index #content {
        padding-top: 200px;
    }
}

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

    .index #content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #781d80;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Ubuntu", sans-serif;
}

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

@media (min-width: 992px) {

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

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

@media (min-width: 992px) {

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

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

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

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

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

/* ------------------------------------------------ events ----------------------------------------------- */

#events {
    padding-top: 55px;
    position: relative;
}

@media (min-width: 768px) {
    #events::before {
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        pointer-events: none;
        width: 100%;
        height: 500px;
        background-color: #dcdcdc;
    }
}

@media (min-width: 1500px) {
    #events::before {
        width: 75%;
    }
}

@media (max-width: 767px) {
    #events {
        background-color: #dcdcdc;
        padding-bottom: 60px;
    }
}

#events .tabContent :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    margin-bottom: 0;
    color: #781d80;
    background-color: #dcdcdc;
    font-size: 2.1875rem;
}

@media (min-width: 576px) {
    #events .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#events .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 200px 30px 30px 30px;
    box-shadow: 0px 0px 20px 10px rgba(37, 37, 37, 0.1);
    -webkit-box-shadow: 0px 0px 20px 10px rgba(37, 37, 37, 0.1);
    -moz-box-shadow: 0px 0px 20px 10px rgba(37, 37, 37, 0.1);
    border: none !important;
    z-index: 1;
}

#events .tab_link_entries {
    counter-reset: section;
}

#events .tab_link_entry::after {
    counter-increment: section;
    content: "0"counter(section);
    font-size: 100px;
    font-weight: 700;
    pointer-events: none;
    position: absolute;
    color: #ffffff;
    line-height: 1;
    top: -64px;
    left: 30px;
    z-index: -1;
}

#events .tab_link {
    margin-top: 110px;
}

#events .tab,
#events .tab_link,
#events .tab_link>div {
    min-height: 100%;
}

@media (min-width: 768px) {
    #events .tab_link_entry {
        width: calc(33.33% - 20px);
    }

    #events .tab_link_entry+.tab_link_entry {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    #events .tab_link_entry+.tab_link_entry {
        margin-top: 85px;
    }
}

#events .tab_link_title a {
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.375rem;
    display: block;
    margin-bottom: 20px;
    color: #252525;
}

@media (max-width: 991px) {
    #events .tab_link_title a {
        font-size: 1.125rem;
    }
}

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

#events .tab_link_entry::before {
    content: "";
    background: url('../img/events-platzhalterbild.jpg') center / cover no-repeat, #781d80;
}

#events .tab_preview_picture {
    background: #ffffff;
}

#events .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 370px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#events .tab_link_date {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    display: inline-block;
    padding: 8px 40px;
    background: #ffffff;
    color: #252525;
}

#events .vorschau {
    color: #666666;
    opacity: 1 !important;
}

#events .tab_link_entries+div,
#events .tab_link_entries .tab_spacer,
#events .tab_link_entry>div:nth-last-child(2) {
    display: none;
}

#events .greenButton p:last-child {
    text-align: right;
}

@media (max-width: 767px) {
    #events .greenButton p:last-child {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #events .greenButton a {
        margin-top: 10px;
    }
}

/* ------------------------------------------------ themes ----------------------------------------------- */

#themes {
    position: relative;
    padding: 100px 0 110px 0;
}

@media (min-width: 768px) {
    #themes::before {
        content: '';
        right: 0;
        bottom: 50px;
        position: absolute;
        pointer-events: none;
        width: 100%;
        height: 407px;
        background-color: #dcdcdc;
        z-index: -1;
    }
}

@media (min-width: 1500px) {
    #themes::before {
        width: 75%;
    }
}

@media (max-width: 767px) {
    #themes {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.themesTab1 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #252525;
}

@media (max-width: 767px) {
    .themesTab1 {
        margin-bottom: 0;
    }
}

#themes .themesTab1 :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    margin-bottom: 0;
    font-size: clamp(1.5625rem, 4vw, 2.5rem);
}

#themes .themesTab1 strong,
#themes .themesTab1 b {
    color: #252525;
    font-weight: 700;
}

#themes .themesTab2 :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    pointer-events: none;
    font-size: clamp(1.25rem, 4vw, 1.875rem);
}

#themes .themesTab2 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    opacity: 1;
    height: 2px;
}

.themesTab2 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 278px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.2;
    background-color: #5b2560;
    pointer-events: none;
    height: 100%;
}

@media (max-width: 991px) {
    #themes .themesTab2 .tabHeadline {
        font-size: 1.0625rem;
    }

    .themesTab2 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .themesTab2 {
        margin-top: 30px;
        height: unset;
    }
}

.themesTab2::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(91, 37, 96);
    background: linear-gradient(0deg, rgba(91, 37, 96, 1) 20%, rgba(120, 29, 128, 0.2) 50%, rgba(120, 29, 128, 0) 100%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}


@media (max-width: 991px) {
    .themesTab2::after {
        height: 160px;
    }
}

.themesTab2 a img {
    position: absolute;
    z-index: -2;
    pointer-events: all;
    object-fit: cover;
    top: -280px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    display: block;
    min-height: 400px;
    width: calc(100% + 40px);
    max-width: unset;
}

.themesTab2 p:not(.has-image):not([rel]) {
    word-wrap: break-word;
    /* max-width: 330px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

.themesTab2 .tabContent:not(.has-image):not([rel]) {
    padding: 0 30px 30px 30px;
    position: relative;
}

/* ------------------------------------------------ @13f footer ----------------------------------------------- */

footer hr {
    opacity: 0.4;
    margin-bottom: 14px;
}

/* ----------------------------------------------- contact ----------------------------------------------- */

@media (max-width: 991px) {
    #contactFooter > .row > article + article {
        margin-top: 30px;
    }
}

#contactFooter {
    background: url('../img/bg-footer.png') center no-repeat, #462672;
    background-size: cover;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 25px;
    font-size: 1.0625rem;
}

@media (max-width: 991px) {
    #contactFooter {
        background: #6e2272;
    }
}

#contactFooter a :is(h1, h2, h3, h4, h5, h6),
#contactFooter :is(h1, h2, h3, h4, h5, h6)  {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 50px;
    position: relative;
}

#contactFooter a {
    color: #fff;
}

#contactFooter ul {
    margin: 0;
    list-style: none;
}

#contactFooter ul > li {
    position: relative;
    padding-left: 15px;
    min-height: 11px;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear; 
}

#contactFooter ul > li + li {
    margin-top: 8px;
}

#contactFooter ul > li::before {
    content: "\203A";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 13px;
}

#contactFooter ul > li:hover,
#contactFooter ul > li:focus {
    color: #fff;
}

body:not(.noListStyle) #contactFooter ul {
    padding-left: 0px;
  }
/* ----------------------------------------------- footer ----------------------------------------------- */

footer table td, footer table th {
    padding: 0;
}

footer {
    background-color: #fff;
    color: #252525;
    font-size: 0.9375rem;
}

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

@media (min-width: 992px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 14px;
    }
}

@media (max-width: 767px) {
    #footer .row>.col-xs-12:not(:first-child)::before {
        background: #ffffff;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 18px 0;
        opacity: 0.08;
    }
    #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: #252525;
    text-decoration: none;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #781d80;
}

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

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

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

#vernetzt {
    text-align: right;
    color: #252525;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
}

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

#vernetzt span {
    color: #252525;
}

#vernetzt span span {
    display: block;
}

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

#vernetzt b {
    font-weight: normal;
    color: #781d80;
}
/* --------------------------------------------- contrast -------------------------------------------- */

.contrast_light main,
.contrast_dark main {
    filter: none;
    background: none;
}

.contrast_dark #contrast_style button {
    background: rgb(212, 212, 212) !important;
    border: none !important;
}

.contrast_light #contrast_style button {
    background: rgb(53, 53, 53) !important;
    border: none !important;
}

.contrast_dark #logo img {
    background: #fff;
}

.contrast_dark .navbar-default .navbar-nav>li:first-child>a {
    background: #fff url('../img/icon-startseite.png') center center no-repeat !important;
}

.contrast_light_font #search_input {
    color: #000000 !important;
}

.contrast_dark #search_input {
    color: #ffffff !important;
}

.contrast_dark_font #suche.tab::before {
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
}

.contrast_light_font .themesTab2 a img,
.contrast_dark_font .themesTab2 a img {
    width: auto !important;
    opacity: 0.2;
}

.contrast_dark_font #themes .themesTab2 :is(h1, h2, h3, h4, h5, h6, p) {
    color: #000000 !important;
    background: #ffffff !important;
}

#newsletterBox .contrast_dark_font {
    color: #fff !important;
}

.contrast_dark_font #vernetzt img {
    background-color: #000000;
}

.contrast_dark_font .searchbar,
.contrast_dark_font #bannerOverlay {
    background-color: #ffffff !important;
}

.contrast_dark .navbar {
    background: rgba(0, 0, 0, 0) !important;
}

.tab_link_title .contrast_grayscale {
    filter: none !important;
}

.contrast_dark_font #burgerButton::before,
.contrast_dark_font #burgerButton::after,
.contrast_dark_font #burgerButtonInner {
    background-color: #000000 !important;
}

.contrast_light_font #burgerButton::before,
.contrast_light_font #burgerButton::after,
.contrast_light_font #burgerButtonInner {
    background-color: #ffffff !important;
}