farben {
    color: #3c3c3c;
    /* dunkelgrau */
    color: #24255D;
    /* dunkelblau */
    color: #4466C1;
    /* blau */
    color: #59ABF8;
    /* hellblau */
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BoldItalic.eot');
    src: url('../fonts/SourceSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.eot');
    src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Italic.eot');
    src: url('../fonts/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Italic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-LightItalic.eot');
    src: url('../fonts/SourceSansPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-LightItalic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    background-color: white;
    color: #24255D;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 62.5%;
    font-weight: 300;
    min-width: 320px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    overflow: hidden;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

#pageheader {
    background-color: white;
    border-bottom: 1px solid #59ABF8;
    color: #24255D;
    font-size: 2em;
    position: relative;
    z-index: 99;
}

#pageheader .wrapper {
    padding: 1.5rem 20px;
}

#pageheader .nav {
    max-height: 1280px;
    overflow: hidden;
    padding: 2em 0 0;
    position: relative;
    text-align: right;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    z-index: 2;
}

#pageheader input.opener__menu:checked~.nav {
    margin: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
}

#pageheader .nav a {
    color: #24255D;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 1em 20px;
    position: relative;
    text-decoration: none;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

#pageheader .nav li.active>a {
    color: #59ABF8;
    display: block;
}

#pageheader .nav li a:hover {
    color: #59ABF8;
 
}

#pageheader .nav a::after {
    background-color: #24255D;
    bottom: 10px;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    /* top: calc(100% - 5px); */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: calc(10% - 10px);
    display: none;
}

#pageheader .nav li.active>a::after {
    background-color: #59ABF8;
    height: 5px;
}

#pageheader .nav__secondary {
    font-size: .8em;
    margin-top: 2em;
}

#pageheader .nav__main ul.menu__level--2 {
    font-size: .8em;
    line-height: 1.25;
    margin: -0.75em 0 1em;
}

#pageheader .nav__main ul.menu__level--2 > li a span {
    display: inline-block;
}
#pageheader .nav__main ul.menu__level--2 > li a {
    padding: .25em 20px;
}
#pageheader .nav__main ul.menu__level--2 > li a span::after {
    content: ' ┘';
    float: right;
    margin-left: 10px;
}
#pageheader .nav__main ul.menu__level--2 > li a::after {
    bottom: -2px;
}

#pageheader #logo {
    color: transparent;
    display: inline-block;
    /* height: 117px; */
    max-width: 70%;
    overflow: hidden;
    position: relative;
    /* width: 344px; */
}

#pageheader #logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pageheader #logo img,
#pageheader #logo object {
    height: auto;
    max-width: 100%;
    width: 344px;
}

#pageheader #logo object {
    pointer-events: none;
}

input.opener__menu {
    display: none;
}

label.opener__menu {
    border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 6px;
    cursor: pointer;
    display: block;
    float: right;
    height: 28px;
    margin: .5em 0 .25em 1em;
    position: absolute;
    right: 40px;
    top: 12.5vw;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 2.5rem;
    z-index: 999;
}

input.opener__menu:checked+label.opener__menu {
    border-bottom-color: #59ABF8;
    border-top-color: #4466C1;
}



label.opener__menu::after,
label.opener__menu::before {
    background-color: #24255D;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

label.opener__menu::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.opener__menu::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.opener__menu:checked+label.opener__menu::before,
input.opener__menu:checked+label.opener__menu::after {
    top: 8;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

main {
    background-color: white;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
}

main a {
    color: #4466C1;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
main ul {
    list-style: disc;
    margin: 1em 0 1em 1em;
}

section {
    margin: 0 0 2.5rem;
    padding: 0 20px;
}

section.modul-text {
   
    padding: 0 50px;
}

section:first-of-type {
    padding-top: 1.5rem;
}

section.herobanner {
    padding-top: 0;
}

section.fullwidth {
    margin: 0 0 2.5em;
}

section:last-of-type {
    margin-bottom: 5rem;
}
section:last-of-type:is(.fullwidth) {
    margin-bottom: 0;
}

#pagefooter {
    background-color: white;
    border-top: 1px solid #59ABF8;
    color: #4466C1;
    font-size: 1rem;
    line-height: 2;
    padding: 2.5rem 20px;
}

#pagefooter .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: unset;
}

#pagefooter .nav__secondary {
    margin: -1.75rem 0 1rem;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-bottom: 1em;
    position: relative;
    text-align: center;
}
#pagefooter .nav__secondary::after {
    border-bottom: 1px solid #59ABF8;
    bottom: 0;
    content: '';
    left: -20px;
    position: absolute;
    right: -20px;
}
#pagefooter .nav__secondary li {
    display: inline;
}
#pagefooter .nav__secondary li + li::before {
    content: '|';
    padding: 0 .5em 0 .25em;
}

#pagefooter #footermainnav {
    float: left;
}

#pagefooter #footerasidenav {
    float: right;
}

#pagefooter .menu__level--2 li {
    padding-left: 1em;
}

#pagefooter a {
    color: #4466C1;
    letter-spacing: 1px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#pagefooter .contact {
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}

#pagefooter li.active a {
    border-bottom: 2px solid;
    color: #3c3c3c;
}

h1,
h2,
h3,
h4 {
    color: #4466C1;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 2rem;
}

h2 {
    font-size: 2rem;
    margin: 0 0 2rem;
}

h3 {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
}

h4 {
    font-size: 1rem;
    margin: 0 0 1.5rem;
}

h1~h2,
h2~h2 {
    margin: 5rem 0 1rem;
}

h2~h3,
h4~h4 {
    margin: 4rem 0 1.5rem;
}

p + div,
div + p,
p + p {
    margin: 1.5rem 0 0;
}
p {
    margin-bottom: 3rem;
}


.modul-kacheln p {
    margin-bottom: 1rem;
}


a {
    text-decoration: none;
}

small {
    font-size: .8em;
}

hr {
    border: 0;
    clear: both;
    height: 2px;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
}

hr:before {
    background-color: #24255D;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 1.5em;
}

/* swiper styles edit */
.swiper-container {
    margin: 0 0 5em !important;
    padding: 0 !important;
}

.swiper-link .swiper-container {
    height: 100%;
    margin: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 50%;
    height: 40px !important;
    /* margin-top: -24px !important; */
    right: 0 !important;
    /* width: 48px !important; */
}

.herobanner .swiper-button-next,
.herobanner .swiper-button-prev {
    top: calc(100vw / 3 * 2 / 2) !important;
}

@supports ((-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .75))) or (filter: drop-shadow(0 0 3px rgba(0, 0, 0, .75)))) {

    .swiper-button-next,
    .swiper-button-prev {
        background: none !important;
        -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .75));
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, .75));
    }
}

.swiper-button-next::before,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-prev::after {
    content: "";
    background-color: white;
    height: 22px;
    position: absolute;
    top: .875em;
    width: 3px;
}

.swiper-button-next::before {
    left: 0;
    -webkit-transform: translate(7px, -20px) rotate(-45deg);
    -ms-transform: translate(7px, -20px) rotate(-45deg);
    transform: translate(7px, -20px) rotate(-45deg);
}

.swiper-button-next::after {
    left: 0;
    -webkit-transform: translate(7px, -6px) rotate(45deg);
    -ms-transform: translate(7px, -6px) rotate(45deg);
    transform: translate(7px, -6px) rotate(45deg);
}

.swiper-button-prev::before {
    left: 0;
    -webkit-transform: translate(7px, -6px) rotate(-45deg);
    -ms-transform: translate(7px, -6px) rotate(-45deg);
    transform: translate(7px, -6px) rotate(-45deg);
}

.swiper-button-prev::after {
    left: 0;
    -webkit-transform: translate(7px, -20px) rotate(45deg);
    -ms-transform: translate(7px, -20px) rotate(45deg);
    transform: translate(7px, -20px) rotate(45deg);
}



.swiper-pagination.swiper-pagination-bullets {
    bottom: auto !important;
    line-height: 0;
    top: calc(100vw / 3 * 2 + .5em) !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.swiper-pagination-bullet {
    background-color: white;
    -webkit-box-shadow: 0 1px 1px 0 rgba(60, 60, 60, .75);
    box-shadow: 0 1px 1px 0 rgba(60, 60, 60, .75);
    height: 10px;
    opacity: 0.5;
    width: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #24255D;
    opacity: 1;
}

.modul-contentslider {
    background-color: #59ABF8;
    min-height: 100px;
}

.modul-contentslider .swiper-slide {
    padding: 2.5em 5em 5em;
}

.modul-imageslider {
    min-width: 320px;
    position: relative;
    width: 100%;
}

.accordion__details .modul-imageslider {
    margin-bottom: 0 !important;
    min-width: unset;
}
.accordion__details .modul-imageslider + * {
    margin-top: 2.5rem !important;
}

.modul-imageslider .swiper-slide {
    overflow: hidden;
    width: 100%;
}

.modul-imageslider .swiper-slide img {
    position: relative;
    width: 100%;
    max-height: 700px;
}

.modul-imageslider .slider-text {
    background-color: rgba(160, 0, 21, .25);
    font-size: 1em;
    left: 0;
    line-height: 1.5em;
    padding: 1.5em 5em;
    position: absolute;
    top: 0;
}

.modul-imageslider .slider-text.stripes {
    background: none;
    line-height: 1.5em;
    padding: 1.25rem 2.5rem;
    position: relative;
}

.modul-imageslider .slider-text.stripes p {
    margin: 0;
}

.modul-imageslider .slider-text a {
    border-bottom: 2px solid;
}

.modul-imageslider .slider-text * {
    color: white;
    margin-top: 0;
}

.modul-imageslider .slider-text.stripes * {
    color: inherit;
}

.modul-imageslider .slider-text.stripes .highlight {
    color: #24255D;
    font-weight: bold;
}

.modul-imageslider .slider-text h1 {
    margin-bottom: 1.5em;
}

.modul-imageslider .slider-text.middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modul-imageslider .slider-text.bottom {
    bottom: 0;
    top: auto;
}

.modul-imageslider .slider-text.dark {
    background-color: rgba(255, 255, 255, .5);
}

.modul-imageslider .slider-text.dark * {
    color: #3c3c3c;
}

.modul-imageslider .slider-text.color {
    background-color: rgba(255, 255, 255, .75);
}

.modul-imageslider .slider-text.color * {
    color: #24255D;
}

.modul-list,
.modul-form {
    margin: 0 auto 5em;
    max-width: 800px;
}

.modul-list li {
    border: 2px solid #3c3c3c;
    margin-bottom: .5em;
    padding: 1em 2em 1em 2.25em;
    position: relative;
}

.modul-list li::before,
.modul-list li::after {
    content: "";
    background-color: #3c3c3c;
    height: 9px;
    left: 1em;
    position: absolute;
    top: 1.25em;
    width: 3px;
}

.modul-list li::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modul-list li::after {
    -webkit-transform: translate(0, 4px) rotate(45deg);
    -ms-transform: translate(0, 4px) rotate(45deg);
    transform: translate(0, 4px) rotate(45deg);
}

.accordion {
    list-style: none;
    margin: .5em 0 0;
    padding: 0;
    position: relative;
}

.accordion h3 {
    color: #4466C1;
    font-weight: normal;
    padding-right: 1.5em;
    margin: 0;
}
.accordion p ~ h3 {
    margin-top: 2em;
}

.accordion > li {
    background: white;
    border: 2px solid #4466C1;
    margin: 0 0 1em;
    padding: .75em 1em;
    position: relative;
}

.accordion input[type="checkbox"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.accordion i {
    position: absolute;
    -webkit-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    margin-top: .5em;
    right: 1.25em;
}

.accordion i::before,
.accordion i::after {
    content: "";
    position: absolute;
    background-color: #4466C1;
    width: 3px;
    height: 9px;
}

.accordion i::before {
    -webkit-transform: translate(-2px, 0) rotate(45deg);
    -ms-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion input[type="checkbox"]:checked~i::before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
    -ms-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
}

.accordion input[type="checkbox"]:checked~i::after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    -ms-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}

.accordion i::after {
    -webkit-transform: translate(2px, 0) rotate(-45deg);
    -ms-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
}

.accordion div.accordion__details {
    height: auto;
    line-height: 1.5;
    margin-top: 1.5em;
    opacity: 1;
    overflow: hidden;
    padding-bottom: .75em;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
}

.accordion div.accordion__details ul {
    list-style: disc;
    margin-left: 1em;
}

.accordion div.accordion__details ul li {
    margin-bottom: .5em;
}

.accordion input[type="checkbox"]:checked~div.accordion__details {
    height: 0;
    line-height: 0;
    margin-top: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.accordion div.accordion__details,
.accordion i::before,
.accordion i::after {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.5em;
}

.boxes.news {
    padding: 0;
}

.boxes article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /* notwendig für IE10 */
    padding: 0 1.5em 1.5em;
    text-align: center;
}

.boxes.news article {
    border-top: 2px solid #24255D;
    margin-bottom: 1em;
    padding: 2em 1.5em 0;
    text-align: left;
}

.boxes article img {
    margin-bottom: 1em;
}

.align-center {
    text-align: center;
}

.icon-big,
.icon-round {
    background-color: white;
    border: 2px solid #24255D;
    height: 7.5em;
    padding: 2em;
    width: 7.5em;
}

.icon-round {
    border: 0;
    border-radius: 50%;
    padding: 0;
}

.icon-small {
    background-color: white;
    border: 2px solid #24255D;
    height: 54px;
    padding: .9em;
    width: 54px;
}

.inlineimage {
    border: 0px solid #24255D;
    max-width: 100%;
}



/* START: Formular-Styles */
form {
    width: 100%;
}

.form-✅ {
    left: -9999em;
    height: 0;
    position: absolute;
    width: 0;
    z-index: -9999;
}

.form-item {
    margin-top: 2em;
}

.form-error {
    color: darkorange;
}

label,
legend {
    display: block;
    font-size: .9em;
    text-transform: uppercase;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #3c3c3c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: inherit;
    font-family: inherit;
    padding: 1em 1.5em;
    resize: none;
    width: 100%;
}

textarea:focus {
    border-color: #24255D;
}

input[type="submit"] {
    background: none;
    border: 0;
    color: white;
    cursor: pointer;
}

.custom-submit {
    background: #24255D;
    position: relative;
}

.custom-submit::before,
.custom-submit::after {
    content: "";
    background-color: white;
    height: 9px;
    left: 1em;
    position: absolute;
    top: 1.5em;
    -webkit-transition: left .75s ease;
    -o-transition: left .75s ease;
    transition: left .75s ease;
    width: 3px;
}

.custom-submit::before {
    -webkit-transform: translate(2px, -2px) rotate(-45deg);
    -ms-transform: translate(2px, -2px) rotate(-45deg);
    transform: translate(2px, -2px) rotate(-45deg);
}

.custom-submit::after {
    -webkit-transform: translate(2px, 2px) rotate(45deg);
    -ms-transform: translate(2px, 2px) rotate(45deg);
    transform: translate(2px, 2px) rotate(45deg);
}

.custom-submit:hover::before,
.custom-submit:hover::after {
    left: calc(100% - 1.5em);
}

input:focus {
    border-color: #24255D;
}

.custom-select {
    border: 1px solid #3c3c3c;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.custom-select::before,
.custom-select::after {
    content: "";
    position: absolute;
    background-color: #3c3c3c;
    width: 3px;
    height: 9px;
    top: 50%;
    right: 1em;
}

.custom-select::before {
    -webkit-transform: translate(2px, -3px) rotate(45deg);
    -ms-transform: translate(2px, -3px) rotate(45deg);
    transform: translate(2px, -3px) rotate(45deg);
}

.custom-select::after {
    -webkit-transform: translate(-2px, -3px) rotate(-45deg);
    -ms-transform: translate(-2px, -3px) rotate(-45deg);
    transform: translate(-2px, -3px) rotate(-45deg);
}

.custom-select select {
    border: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    text-indent: 0.01px;
    -o-text-overflow: "";
    text-overflow: "";
    padding: 1em;
    position: relative;
    width: 110%;
    z-index: 88;
}

option {
    padding: 0 .5em;
    width: calc(100% * 0.909 - 1em);
}

.checkbox,
.radio {
    margin-bottom: 1.5em;
    padding-left: 2.5em;
    position: relative;
    top: .5em;
}

.radio input {
    display: none;
}

.checkbox input {
    border: 0;
    height: 32px;
    left: -4px;
    padding: 0;
    position: absolute;
    top: -8px;
    width: 32px;
    z-index: 10;
}

.checkbox label,
.radio label {
    border: 1px solid #3c3c3c;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 32px;
}

.radio label {
    border-radius: 16px;
}

.checkbox label::after {
    border-left: 3px solid;
    border-bottom: 3px solid;
    content: '';
    height: 15px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 30px;
}

.radio label::after {
    background-color: #3c3c3c;
    border-radius: 10px;
    content: '';
    height: 10px;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 10px;
}

.checkbox label:hover:after,
.radio label:hover:after {
    opacity: .25;
}

.checkbox input[type=checkbox]:checked+label:after,
.radio input[type=radio]:checked+label:after {
    opacity: 1;
}

/* END: Formular-Styles */

/* START: Tabellen-Styles */
.modul-table table {
    table-layout: fixed;
    width: 100%;
}

.modul-table caption {
    color: #3c3c3c;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.modul-table th,
.modul-table td {
    border-bottom: 1px solid white;
    display: block;
    max-width: 100%;
    padding: .5em 1em;
    text-align: right;
}

.modul-table tr:nth-child(odd) td {
    background-color: #59ABF8;
}

.modul-table tr:nth-child(even) td {
    border-color: #59ABF8;
}

.modul-table tfoot tr:nth-child(n) td,
.modul-table th {
    background-color: #24255D;
    color: white;
    display: none;
}

.modul-table table td:before {
    content: '';
    float: left;
    font-size: .75em;
    margin-right: 5px;
}

.modul-table col {
    display: block;
    max-width: 100%;
}

.modul-table th {
    font-weight: bold;
    letter-spacing: 1px;
}

.table-text-right {
    text-align: right;
}

/* END: Tabellen-Styles */

.modul-dark {
    background-color: #24255D;
    color: white;
    padding: 5em 2.5em;
}

.modul-dark h1,
.modul-dark h2,
.modul-dark h3 {
    color: white;
}

/* Cookie Consent-Styles */
.cc-compliance {
    background-color: #24255D;
}

a.cc-link {
    color: inherit;
    opacity: 1;
}

a.cc-link:hover {
    border: 0;
}

.cc-btn {
    border: 0;
    color: white;
}

.cc-window {
    background-color: #4466C1;
    color: white;
}

/* END: Cookie Consent-Styles */


.cryptedmail,
.cryptedtel {
    background: none;
    color: #3c3c3c !important;
    display: inline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cryptedmail:hover,
.cryptedtel:hover {
    border: 0;
}

.cryptedmail::after {
    content: attr(data-name) "@"attr(data-domain) "."attr(data-tld);
}
.cryptedmail--text::after {
    content: attr(data-text);
}

.cryptedtel::after {
    content: "0"attr(data-areacode) " "attr(data-number);
}

.cryptedmail.styled,
.cryptedtel.styled {
    color: #4466C1 !important;
    cursor: pointer;
}

/* für PhotoSwipe */
.btn__photoswipe--opener.btn__image {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 0;
}

.btn__photoswipe--opener.btn__image:hover {
    border: 0;
}

.pswp button:hover {
    border: 0;
}

/* END: für PhotoSwipe */

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}

.flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.flex-item.flex-item__submenu {
    display: block;
}
.flex-item.flex-item__submenu .menu__level--2 {
    list-style: none;
    margin: 0;
}
.flex-item.flex-item__submenu .menu__level--2 a,
.flex-item.flex-item__submenu > a {
    color: white;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
    padding: 10px 20px;
}
.flex-item.flex-item__submenu .menu__level--2 li {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.flex-item.flex-item__submenu .menu__level--2 li:hover {
    background-color: currentColor;
}
.flex-item.flex-item__submenu a:hover {
    border: 0;
}
.contact-box {
    border: 4px solid #59ABF8;
    color: #4466C1;
    font-size: 1.25rem;
    padding: 10px 16px;
}
.contact-box img {
    float: right;
    margin: .5em 0 1em 2em;
    max-width: 50%;
}
.contact-box strong {
    font-size: 1.5rem;
}

.flex-claim {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    color: white;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin: 0;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.flex-width-1,
.flex-width-2,
.flex-width-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vw - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding: 10px;
}
.flex-item__submenu,
.flex-item.flex-content-item,
.flex-item.flex-cta-item {
    height: unset;
}
section:not(.modul-banner) .flex-item.flex-content-item,
section:not(.modul-banner) .flex-item.flex-cta-item {
    margin-top: 2.5rem;
}

.flex-width-2 img,
.flex-width-4 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .35;
    width: 100%;
}
.flex-content img {
    opacity: 1;
}
.referenzen img {
    opacity: 1; 
}

.flex-content img {
    height: auto;
}



.flex-text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    padding: 20px;
    width: 100%;
}
.flex-text h2 {
    color: white;
    margin: 0;
}
.flex-text p {
    border-top: 1px solid;
    font-size: 1.125rem;
    margin-top: 1.25em;
    padding-top: .25em;
}

.flex-content {
    line-height: 1.5;
    padding: 0 0 20px;
    width: 100%;
}
.flex-content h2 {
    text-transform: uppercase;
}

.flex-image {
    width: 100%;
}

.flex-bg--light {
    background-color: #59ABF8;
}
.flex-bg--medium {
    background-color: #4466C1;
}
.flex-bg--dark {
    background-color: #24255D;
}
.color--light {
    color: #59ABF8;
}
.color--medium {
    color: #4466C1;
}
.color--dark {
    color: #24255D;
}

.flex__with-claim img {
    opacity: .35;
}

.flex-item--nonemobile {
    display: none;
}

.modul-banner {
    color: white;
    letter-spacing: .05em;
    min-height: calc(100vw - 20px);
    position: relative;
}
.modul-banner .flex-content,
.modul-banner .flex-cta {
    color: white;
    font-size: 2rem;
    margin: -10px 0;
    padding: 20px 40px 20px 20px;
    width: auto;
}
.modul-banner .flex-cta {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 20px;
    padding: 20px;
}
.modul-banner .flex-content * {
    color: white;
}
.modul-banner > img {
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%;
}
.modul-banner > img.banner-image--25 {
    opacity: .25;
}