/* Fonts */

@font-face{
    font-family:'thesanslight';
    src:url("/fileadmin/fonts/TheSansB_2.eot");
    src:url("/fileadmin/fonts/TheSansB_2.eot") format("embedded-opentype")
    ,url("/fileadmin/fonts/TheSansB_2_.woff") format("woff")
    ,url("/fileadmin/fonts/TheSansB_2_.woff") format("svg");
    font-weight:normal;
    font-style:normal
}

/* Body */

html, body {
    width: 100vw;
    overflow-x: hidden;
}

:root {
    font-size: 1rem;
}

.link-align-0 {
    text-align: left;
}

.link-align-2 {
    text-align: right;
}

select#language_menu_select {
    border: 1px solid #00438B;
    min-width: 200px;
    padding: 0 15px;
    font-size: 18px;
}

body.dehoga-background {
    background-color: #F6F8F9
}

.mb-1 {
    margin-bottom: 50px !important;
}

.mb-2 {
    margin-bottom: 150px !important;
}

.mb-3 {
    margin-bottom: 200px !important;
}

.mb-4 {
    margin-bottom: 250px !important;
}

.mb-5 {
    margin-bottom: 300px !important;
}

/* Unterseiten Header */

.header-container-wrap, .content-slim .header-container {
    position: relative;
}

.content-slim .header-container .offset-container {
    margin-top: -132px;
}

.content-slim .header-container .offset-container > .two-col {
    background-color: white;
}

.content-slim .offset-container h2 {
    display: inline-block;
    margin-bottom: 0;
    padding: 30px 50px;
}

.content-slim .lang-container {
    position: relative;
}

.header-container-wrap .offset-container .grid_white {
    padding: 0;
}

.container-full {
    width: 100%;
}

.container-full.grid_orange {
    position: relative;
    width: 110%;
    margin-left: -5%;
    padding: 60px 0;
    margin-bottom: 60px;
    margin-top: 60px;
}

.container-full.grid_white_rotate {
    position: relative;
    width: 110%;
    margin-left: -5%;
    padding: 60px 0;
    margin-bottom: 60px;
    margin-top: 60px;
}

.container-full.grid_white_rotate:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: -30px;
    z-index: -1;
    transform: rotate(-2deg);
}

.container-full.grid_orange:after {
    content: '';
    position: absolute;
    background-color: #fbf5eb;
    width: 100%;
    height: 100%;
    top: -30px;
    z-index: -1;
    transform: rotate(-2deg);
    left: -16px;
}

.smallwidth-container {
    width: 66.6%;
    margin: auto;
}

@media(max-width: 991.98px) {
    .smallwidth-container {
        width: 100%;
    }
}

.content-slim .container-full .container-full.grid_lightgray {
    padding-left: 50px;
}

.content-slim p, .content-slim #ce_documents {
    max-width: 940px;
}

/* Content */
.frame-space-before-medium {
    margin-top: 50px;
}

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

#ce_link {
    width: inherit !important;
}

#ce_link.link-type-0.link-align-0 {
    display: inline-block;
    width: auto !important;
}

h1 {
    font-size: 60px;
    color: #00438B;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-size: 60px;
    color: #00438B;
    margin-bottom: 30px;
    font-weight: 400;
}

h3 {
    font-size: 60px;
    color: #00438B;
    font-weight: 400;
}

h4 {
    font-size: 36px;
    color: #00438B;
    font-weight: 400;
}

.full-container.image-width-picture img {
    width: 100%;
}

/*
ul {
    list-style-type: none;
}
*/

::marker {
    /* color: #DD8430; */
    color: black; /* Hinzugefügt von Eugen - 08.10.2024 */
}

/* Gridelements */

.grid_lightgray {
    background-color: #F6F8F9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.grid_white {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(max-width: 767.98px) {
    .grid_lightgray {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .grid_white {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.mask-container {
    position: relative;
    margin-bottom: 20px;
}

.mask-container .offset-container {
    position: absolute;
    bottom: -20px;
    width: 100%;
}

@media(max-width: 767.98px) {
    .content-slim .mask-container .offset-container {
        position: initial;
    }
}

.mask-container .offset-container .grid_lightgray {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mask-container .offset-container .grid_transparent .col-lg-4 {
    width: calc(33.3% - 40px);
    background-color: white;
    padding: 30px;
    margin-right: 60px;
}

.mask-container .offset-container .grid_transparent .col-lg-4:last-child {
    margin-right: 0;
}

.container-full.grid_lightgray.verticalalign-container {
    margin-top: -20px;
}

/* Header */

html {
    -webkit-text-size-adjust: 100%;
}

body, html {
    overflow-x: hidden;
    max-width: 100%;
}

header {
    background-color: white;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    z-index: 99999;
}

header .logo {
    margin-top: 25px;
}

header .header-container {
    padding: 20px 0 40px;
    height: 136px;
}

.header-nav-container {
    display: flex;
}

/* Gelöscht von Eugen - 05.03.2025 */
/*
.header-nav-container a {
    color: #00438B;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}
*/

.header-nav-container a:hover {
    color: #00438B;
}

.header-nav-container {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around; /* Änderung von Eugen - 26.09.2024 */
}

.header-top-nav-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.header-top-nav-container .top-nav-item {
    margin-left: 30px;
    position: relative;
    height: 24px;
    margin-top:3px;
}

.header-top-nav-container .top-nav-item a {
    color: #707070;
    text-decoration: none;
}

.header-top-nav-container .top-nav-item:before {
    content:'';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #707070;
    left: -15px;
}

.header-top-nav-container .top-nav-item.no-before:before {
    content:none;
}

/* Content */

.content-container-wrap {
    min-height: 70vh;
    margin-top: 135px;
}

/* Footer */

footer {
    background-color: white;
    padding: 50px 0 70px;
    margin-top: 50px;
    border-top: 1px solid #d7d8da;
}

footer ul {
    padding-left: 0;
    list-style-type: none; /* Hinzugefügt von Eugen - 08.10.2024 */
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #005cbe;
}

footer ul li a:hover {
    font-size: 12px;
    text-decoration: none;
    color: #ee7f00;
}

footer .footer-nav-item a {
    color: white;
    text-decoration: none;
}

footer .footer-navigation {
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
}

footer .footer-navigation .footer-nav-item {
    margin-right: 20px;
    position: relative;
}

footer .footer-navigation .footer-nav-item:after {
    content: '';
    position: absolute;
    right: -10px;
    height: 18px;
    top: 4px;
    width: 1px;
    background-color: white;
}

footer .footer-navigation .footer-nav-item:last-child:after {
    content: none;
}

footer div#dehoga-socials .ce-row {
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 991.98px) {
    footer div#dehoga-socials .ce-row {
        display: flex;
        justify-content: flex-start;
    }

    #dehoga-socials >.container {
        padding: 0;
        margin-top: 10px;
    }

}

footer div#dehoga-socials .ce-row .ce-column {
    margin-right: 20px;
}

footer div#dehoga-socials .ce-row .ce-column figure {
    margin: 0;
}

/* Slider */

.slider-element.slick-slider .slider-text {
    position: relative;
}

.slider-element img {
    max-height: 600px;
    object-fit: cover;
}

@media(max-width: 767.98px) {
    .row.row-slick {
        right: inherit;
        top: 70px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ffffffc7;
    }

    .slider-text-title {
        font-size: 28px;
        line-height: 32px;
    }

    .slider-title {
        font-size: 36px;
        padding-left: 10px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .slider-text-rte {
        padding-left: 10px;
        font-size: 12px;
    }
}

/* Site Buttons */
.site-buttons {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
    transition: 0.5s;
}

.site-buttons.hoverMenu {
    right: -75px;
}

.site-buttons .site-buttons-resp {
    position: absolute;
    content: '';
    width: 30px;
    height: 50px;
    left: -46px;
    background-repeat: no-repeat;
    transition: 0.5s;
    top: 25px;
    background-color: #00438B;
    display: none;
}

.site-buttons .site-buttons-resp:before {
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil_white.svg);
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    left: -6px;
    background-position-y: 9px;
    background-position-x: 14px;
    transition: 0.5s;
    background-size: 28px;
    top: 7px;
    width: 50px;
    height: 30px;
    transform: rotate(90deg);
}

.site-btn {
    width: 60px;
    height: 60px;
    background-color: #00438B;
    margin-bottom: 4px;
    color: white;
}

.site-btn.site-btn-mail {
    background-color: #EE7F00;
}

.site-btn.site-btn-mail .site-btn {
    background-color: #EE7F00;
}

@media(max-width: 767.98px) {
    .site-buttons {
        position: fixed;
        top: inherit;
        bottom: 20%;
        width: 100%;
        right: -100%;
        justify-content: space-between;
    }

    .site-buttons .site-buttons-resp {
        display: block;
    }

    .site-buttons.active .site-buttons-resp:before {
        transform: rotate(-90deg);
        top: 12px;
        left: -10px;
    }

    .site-btn {
        width: 20%;
    }
}

/* Scroll to top */
.scrolltop {
    width: 50px;
    height: 50px;
    background-color: #ccc;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-image: url(/fileadmin/images/Logo/SiteButtons/akkordeon_pfeil_blue.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: 18px;
    background-position-x: 9px;
    transform: rotate(180deg);
    transition: 0.5s;
    cursor: pointer;
    position: fixed;
    bottom: 24px;
    right: 24px;
    font-size: 48px;
    color: #fff;
    background-color: white;
    border: solid 1px #00438b;
    border-radius: 30px;
    line-height: .9;
    cursor: pointer;
}

/* Custom Element Dokumente */

#ce_documents .document-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

#ce_documents .document-description p {
    margin-bottom: 5px;
}

#ce_documents a.link-typolink {
    color: #EE7F00;
    text-decoration: none;
    font-weight: bold;
}

#ce_documents a.link-typolink:hover {
    text-decoration: underline;
}

#ce_documents .document-item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

#ce_documents {
    margin-bottom: 30px;
    margin-top: 30px;
}

#ce_documents .filter-container {
    background-color: #F6F8F9;
    padding: 10px;
}

#ce_documents a.link-typolink {
    position: relative;
    padding-left: 20px;
}

#ce_documents a.link-typolink:after {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/Logo/slider-arrow-orange.svg);
    width: 20px;
    height: 20px;
    background-size: 10px;
    background-repeat: no-repeat;
    left: 0px;
    top: 6px;
}

/* Menu Boxes */

.menu-item {
    margin-bottom: 25px;
    margin-top: 25px;
}

.menu-item .menu-title {
    background-color: #00438b;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
}

.menu-item .menu-image img {
    width: auto;
    height: 330px;
    object-fit: cover;
}

/* Ansprechpartner */

#ce_person {
    text-align: center;
    margin-bottom: 20px;
    max-width: 320px;
}

.two-col #ce_person {
    margin-left: auto;
}

@media(max-width: 1199.98px) {
    .two-col #ce_person {
        margin-top: 30px;
    }
}

@media(max-width: 991.98px) {
    div#Ansprechpartner .two-col > div {
        flex: 100%;
    }

    .two-col #ce_person {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 991.98px) {
    .two-col #ce_person {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
}

#ce_person p {
    font-size: 20px;
    margin-bottom: 5px;
}

#ce_person p strong {
    margin-top: 10px;
}

#ce_person .person-image img {
    max-width: 258px;
}

/* Bus Stop */

@media(max-width: 767.98px) {
    .bus-stop {
        margin-top: 20px;
    }
}

.bus-stop {
    padding: 10px;
    position: relative;
    text-align: center;
    border: 3px solid #ff8a00;
}

.bus-stop .bus-stop-h {
    position: relative;
}

.bus-stop-h-icon {
    width: 45px;
    height: 45px;
    background-color: #f0ca00;
    position: absolute;
    border-radius: 100%;
}

@media(max-width: 900.98px) and (min-width: 768px) {
    .bus-stop-h-icon {
        top: -38px;
        left: 43%;
    }
}

@media(max-width: 400.98px) {
    .bus-stop-h-icon {
        top: -38px;
        left: 43%;
    }
}

.bus-stop-h-icon:after {
    content: '';
    background-image: url(/fileadmin/images/Logo/Haltestelle.svg);
    position: absolute;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 45px;
    left: 0;
    top: 0;
}

.bus-stop p {
    margin-bottom: 0;
}

.bus-stop .bus-stop-headline {
    margin-top: 5px;
    margin-bottom: 100px;
}

.bus-stop .bus-stop-text {
    margin-bottom: 45px;
    margin-top: 5px;
}

.bus-stop .bus-stop-description {
    margin-bottom: 20px;
}

div.icon-bus-stop {
    position: absolute;
}

div.icon-bus-stop:after {
    content: '';
    background-image: url(/fileadmin/images/Logo/bus-stop.svg);
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
}

.content-slim div#language_menu {
    display: flex;
    position: absolute;
    left: 20%;
    bottom: 43px;
}

.content-slim .header-container-wrap .offset-container.header-container .col-xl-4 {
    position: relative;
}

@media(max-width: 1199.98px) {
    .content-slim .header-container-wrap .offset-container.header-container .col-xl-8 {
        flex: 66.66%;
        width: 66.66%;
    }

    .content-slim .header-container-wrap .offset-container.header-container .col-xl-4 {
        width: 33.33%;
        flex: 33.33%;
    }
}

@media(max-width: 991.98px) {
    .content-slim .header-container-wrap .offset-container.header-container .col-xl-8 {
        flex: 100%;
        width: 100%;
    }

    .content-slim .header-container-wrap .offset-container.header-container .col-xl-4 {
        width: 100%;
        flex: 100%;
        position: initial;
    }

    .content-slim div#language_menu {
        display: flex;
        position: absolute;
        right: 15px;
        bottom: 43px;
        left: initial;
    }
}

@media(max-width: 767.98px) {
    .content-slim .header-container .offset-container {
        margin-top: 0;
    }

    .content-slim .breadscrumb.container {
        margin-top: 30px;
    }
}

div#language_menu img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.content-slim .offset-container h2 {
    padding-left: 0;
    font-weight: lighter;
}

.content-slim .mask-container .offset-container h2 {
    padding-left: 50px;
    background-color: #F6F8F9;
    margin-top: 120px;
}

@media(max-width: 767.98px) {
    .content-slim .mask-container .offset-container h2 {
        margin-top: 0;
        width: 100%;
        margin-bottom: 0 !important;
    }
}

.content-slim .container-fluid .container-full {
    padding-left: 24px;
}

.content-slim .container-full .container {
    padding: 0 !important;
}

.content-slim .mask-container.container-full {
    margin-bottom: 0;
}

.content-slim .mask-container .offset-container {
    bottom: 0;
}

.content-slim .container-fluid > .row > .col-md-8 > .container, .content-slim .container-fluid > .row > .col-md-8 > .container-full {
    padding-left: 0;
}

.content-slim div#ce_link.link-type-2 {
    background-color: #f6f8f9;
}

.content-slim div#ce_link.link-type-2:hover {
    background-color: #00438B;
}

/* Kontrast */

.contrast-container {
    display: flex;
    border: solid 1px #00438b;
    padding: 5px;
}

.contrast-normal {
    width: 20px;
    height: 20px;
    background-color: #00438b;
    cursor: pointer;
}

@media(max-width: 1280.98px) {
    .seiten-element .seiten-titel {
        word-break: break-word;
    }

    .two-col .col-md-6 .seiten-item {
        width: 100%;
    }
}

.contrast-black-to-white {
    margin-left: 12px;
    width: 20px;
    height: 20px;
    background-color: #F6F8F9;
    border: solid 5px black;
    cursor: pointer;
}

.contrast-white-to-black {
    margin-left: 12px;
    width: 20px;
    height: 20px;
    background-color: black;
    border: solid 1px white;
    cursor: pointer;
}

body.scrollMenu .content-slim .container-fluid .col-md-4 > .container {
    position: relative;
}

body.scrollMenu .content-slim .container-fluid .col-md-4 > .container > .row {
    position: fixed;
    top: 160px;
    width: 294px;
}

body.scrollMenu .content-slim .container-fluid .col-md-4 > .container > .row * {
    width: 294px;
}


.content-slim .grid_lightgray p {
    padding-left: 50px;
}

#ce_beilagen {
    width: 60%;
    margin-left: 5%;
}

#ce_beilagen button.slick-next.slick-arrow:after {
    content: '';
    background-image: url(/fileadmin/images/Logo/slider-arrow.svg);
    width: 69px;
    height: 91px;
    position: absolute;
    top: 30px;
    right: -90px;
    background-size: 69px;
    background-repeat: no-repeat;
    left: inherit;
}

#ce_beilagen .beilagen {
    padding-left: 10px;
    padding-right: 10px;
}

#ce_beilagen img {
    position: relative;
    transition: 0.5s;
    height: 150px;
    object-fit: cover;
}

#ce_beilagen .beilagen-headline {
    font-weight: bold;
    margin-top: 5px;
}

#ce_beilagen button.slick-prev.slick-arrow {
    top: 60px;
}

#ce_beilagen .beilagen.hover {
    position: relative;
}

#ce_beilagen .beilagen.hover:after {
    content: '';
    position: absolute;
    top: 0;
    width: 90%;
    height: 150px;
    background-color: #0000007d;
    pointer-events: none;
}

#ce_beilagen .beilagen.hover img {

}

/* Timeline */

button.slick-arrow.slick-disabled {
    display: none !important;
}

button.slick-arrow {
    color: transparent;
    background: none;
    border: none;
    padding: 0;
}

#ce_timeline button.slick-next.slick-arrow {
    position: absolute;
    right: -14px;
    top: 78px;
    width: 30px;
    height: 18px;
    transform: rotate(-90deg);
}

/* Hinzufügt von Eugen - 19.08.2023 */
#ce_timeline button.slick-prev.slick-arrow {
    position: absolute;
    left: -10px;
    top: 82px;
    width: 30px;
    height: 15px;
    transform: rotate(90deg);
}

div#ce_timeline {
    position: relative;
}

div#ce_timeline:before {
    /* width: 100vw; */
    width: 100%; /* Änderung von Eugen - 19.08.2024 */
    position: absolute;
    height: 1px;
    background-color: #00438B;
    content: '';
    /* left: -24%; */
    left: 0; /* Änderung von Eugen - 19.08.2024 */
    /* top: 113px; */
    top: 56px; /* Änderung von Eugen - 19.08.2024 */
    z-index: 1;
}

.timeline .timeline-headline, .timeline .timeline-content {
    text-align: center;
}

.timeline .timeline-headline p {
    width: 80%;
    margin-left: 10%;
}

.timeline .timeline-content p {
    width: 70%;
    margin-left: 15%;
}

.timeline .timeline-headline p {
    color: #00438b;
    font-size: 18px;
    border: 1px solid #00438b;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

.timeline-wrap-inner.slick-initialized.slick-slider {
    width: 90%;
    margin-left: 5%;
}

.timeline-content {
    margin-top: 30px;
    color: #00438b;
    font-size: 16px;
    position: relative;
}

.timeline-content:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #00438b;
    position: absolute;
    top: -24px;
    z-index: 99;
    border-radius: 2px;
}

#ce_timeline button.slick-next.slick-arrow:after {
    content: '';
    background-image: url(/fileadmin/images/Logo/akkordeon_blue.svg);
    width: 30px;
    height: 18px;
    position: absolute;
    left: 0;
    background-size: 30px;
    background-repeat: no-repeat;
    top: 0;
}

#ce_timeline button.slick-prev.slick-arrow:after {
    background-image: url(/fileadmin/images/Logo/akkordeon_blue.svg);
    content: '';
    width: 30px;
    height: 15px;
    position: absolute;
    /* left: 79px; */
    left: 0;
    /* transform: rotate(90deg); */
    z-index: 9999;
    top: 0;
    background-size: 30px;
    background-repeat: no-repeat;
}

#ce_timeline p.timeline-headline-text {
    font-size: 28px;
    font-weight: 100;
}

.container.p-0 .container {
    padding: 0;
}

/* Breadscrumbs */

#c1 .breadscrumb {
    display: none;
}

.ce-headline-right {
    text-align: right;
}

.breadscrumb {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-flow: wrap
}

.breadscrumb .breadscrumb-item.layer-0 {
    width: 16px;
}

.breadscrumb .breadscrumb-item.layer-0 a {
    width: 16px;
}

.breadscrumb .breadscrumb-item.layer-0 a:before {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/Logo/Home-icon.svg);
    width: 16px;
    height: 16px;
    top: 4px;
}

.breadscrumb .breadscrumb-item {
    margin-right: 30px;
    position: relative;
}

.breadscrumb .breadscrumb-item a {
    color: #00438B;
    text-decoration: none;
}

.breadscrumb .breadscrumb-item.layer-0:before {
    content: none;
}

.breadscrumb .breadscrumb-item:before {
    content: '';
    left: -22px;
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil_blue.svg);
    background-size: 12px;
    width: 16px;
    height: 9px;
    position: absolute;
    background-repeat: no-repeat;
    top: 6px;
    transform: rotate(-90deg);
}

.breadscrumb .breadscrumb-item:last-child a {
    color: grey;
}

.breadscrumb .breadscrumb-item:last-child:before {
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil_grey.svg);
}

.content-slim .breadscrumb {
    margin-top: 0;
    margin-bottom: 20px;
}

.imagewidth-container.ce_alignment-1 {
    text-align: center;
}

.imagewidth-container.ce_alignment-2 {
    text-align: right;
}

.image-description {
    color: #00438B;
    max-width: 60%;
    margin: auto;
    margin-top: 10px;
}

div#ce_imagewidth .image-description {
    max-width: 100%;
    margin-bottom: 20px;
}

/* Navigation */

@media(max-width: 991.98px) and (min-width: 769px) {

    header .logo {
        margin-top: 0;
    }

    .header-container > .container-fluid.container {
        position: relative;
    }

    .col-xl-10.col-lg-12.bottom-navigation {
        position: absolute;
        bottom: -45px;
        left: 0;
    }
}

.header-nav-container .bottom-nav-inner {
    display: none;
}

.header-nav-container .hover .bottom-nav-inner {
    display: block;
}

.header-container > div {
    position: relative;
}

/* Gelöscht von Eugen - 05.03.2025 */
/*
.header-container .subnav-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    background-color: white;
    overflow-y: scroll;
    min-height: 280px;
    height: 360px;
}
    */

.header-container .hasChild.hover .subnav-2 {
    display: block;
}

/* Gelöscht von Eugen - 05.03.2025 */
/*
.header-container .hasChild.hover .subnav-2 ul {
    list-style-type: none;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    margin: 0;
}

.header-container .hasChild.hover .subnav-2 ul li.subnav-item-2 {
    border-bottom: 1px solid #ccc;
}

.header-container .hasChild.hover .subnav-2 ul li.subnav-item-2n a div {
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-container .hasChild.hover .subnav-2 ul li.subnav-item-2 a {
    font-size: 16px;
    text-transform: inherit;
}

.header-container .bottom-nav-inner {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 50px;
    min-height: 500px;
}

.header-container .col-8 .subnav-item-row {
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
}

.header-container .col-8 .subnav-item-row a div{
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-container .col-8 .subnav-item-2 a div{
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-container .col-8 .subnav-item-row:hover {
    background-color:#00438B;
    padding-left: 10px;
}

.header-container .subnav-item-row a {
    font-size: 16px;
    text-transform: inherit;
    transition: 0.5s;
}

.header-container .subnav-item-row:hover a {
    color: white;
}

li.subnav-item-2.subnav-item-2-open a {
    font-weight: bold;
}


.header-container .header-nav-container .hasChild .subnav-item-row {
    position: relative;
}

.header-container .header-nav-container .hasChild .subnav-item-row:before {
    content: '';
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil.svg);
    width: 20px;
    height: 29px;
    position: absolute;
    top: 7px;
    background-size: 16px;
    background-repeat: no-repeat;
    right: 0;
    transform: rotate(-90deg);
    transition: 0.5s;
    pointer-events: none;
}
*/

.header-container .header-nav-container .hasChild .subnav-item-row:hover:before {
    background-image: url(/fileadmin/images/Logo/akkordeon_pfeil_white.svg);
}

.header-container .header-nav-container .col-8 {
    position: relative;
}
/* Bildergallery */

.ce-gallery[data-ce-columns="5"] .ce-row {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 20%;
}

.ce-gallery[data-ce-columns="5"] .ce-row .ce-column {
    width: 20%;
}

.ce-gallery[data-ce-columns="5"] .ce-row .ce-column img {
    width: 100%;
    height: auto;
    padding: 0 10px;
}

.ce-gallery[data-ce-columns="5"] .ce-row .ce-column:first-child img {
    padding-left: 0;
}

.ce-gallery[data-ce-columns="5"] .ce-row .ce-column:last-child img {
    padding-right: 0;
}

.picturegallerycontainer-container {
    position: relative;
}

.picturegallerycontainer-container img {
    cursor: pointer;
}

.picturegallerycontainer-container .gallery-container img {
    width: 100%;
}

.picturegallerycontainer-container .gallery-container .this-image {
    min-height: 500px;
}

.picturegallerycontainer-container .gallery-container .this-image img {
    width: inherit;
    max-width: 500px;
}

.picturegallerycontainer-container .gallery-container button.slick-next.slick-arrow {
    background-color: transparent;
}

.gallery-container .slider-image-gallery .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 720px;
    margin-top: 10vh;
    min-height: 672px;
}

.gallery-container.active > .container {
    width: 900px;
}

.news-single .article .news-image-gallery .gallery-container .col-md-3 img {
    width: auto;
    max-width: 720px;
    padding: 20px;
    background-color: white;
    max-height: 672px;
    /* min-height: 672px; */
    height: 100%;
}

.gallery-container.active {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 9999999;
    background-color: #0000009c;
    height: 100vh;
    width: 100vw;
    padding-top: 50px;
}

.gallery-container button.slick-next.slick-arrow:after {
    content: '';
    background-image: url(/fileadmin/images/Logo/slider-arrow-white.svg);
    width: 69px;
    height: 91px;
    position: absolute;
    top: 384px;
    right: 57px;
    background-size: 69px;
    background-repeat: no-repeat;
    left: inherit;
}

.gallery-container button.slick-prev.slick-arrow:after {
    background-image: url(/fileadmin/images/Logo/slider-arrow-white.svg);
    content: '';
    width: 69px;
    height: 91px;
    position: absolute;
    left: 20px;
    transform: rotate(180deg);
    z-index: 9999;
    top: 344px;
    background-size: 69px;
    background-repeat: no-repeat;
}

.news-image-gallery button.slick-arrow {
    background-color: transparent;
}

body.gallery-fixed {
    overflow-y: hidden;
}

.this-image {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-container .col-md-12 {
    position: relative;
}

.gallery-container .gallery-close {
    position: absolute;
    top: 40px;
    right: 110px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

/* Geschäftspartner */

.ansprechpartner-single-item-list {
    width: 50%;
}

.ansprechpartner * {
    line-height: 22px;
}

.ansprechpartner .name {
    font-weight: bold;
    margin-top: 5px;
}

.ansprechpartner .description {
    margin-bottom: 10px;
}

.col-xl-4 h4 {
    margin-top: 30px;
}

#ce_downloads .download-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

#ce_downloads .download-title {
    font-weight: bold;
    margin-bottom: 10px;
}

#ce_downloads .download-description p {
    margin-bottom: 5px;
    line-height: 20px;
}

/* Personen Slider */

.personslider-element {
    max-width: 600px;
    margin-top: 30px;
}

.personslider-element img {
    border-radius: 100%;
}

.personslider-element .slick-dots {
    display: flex;
    padding-left: 25px;
}

.personslider-element .slick-dots li {
    position: relative;
}

.personslider-element .slick-dots li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #f6f8f9;
    border: 1px solid #ccc;
    top: -40px;
    cursor: pointer;
}

.personslider-element .slick-dots li.slick-active:before {
    background-color: #00438B;
}

.personslider-element .slick-dots li button {
    opacity: 0;
}

.personslider-element .personslider-item {
    padding: 25px;
    border: solid 1px #ccc;
    min-height: 230px;
}

.personslider-element h4 {
    font-size: 30px;
    line-height: 36px;
}

/* Slider Dehoga BW */
div#c1 .slider-element img {
    width: 600px;
    height: auto;
}

div#c1 .slider-image {
    min-height: 600px;
}

.outer-slider-image .slider-outer-image-contrast:first-child img, .first-child .outer-slider-image .slider-outer-image-contrast:first-child img {
    position: absolute;
    left: 22%;
    bottom: 0;
    transition: 1.5s;
    filter: grayscale(0) blur(0);
    opacity: 1;
}

.first-child .outer-slider-image .slider-outer-image-contrast:last-child, .outer-slider-image .slider-outer-image-contrast:last-child, .third-child .outer-slider-image .slider-outer-image-contrast:nth-child(2), .second-child .outer-slider-image .slider-outer-image-contrast:first-child {
    z-index: 0;
    position: relative;
    opacity: 0.7;
}

.second-child .outer-slider-image .slider-outer-image-contrast:nth-child(3), .third-child .outer-slider-image .slider-outer-image-contrast:first-child, .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(2), .outer-slider-image .slider-outer-image-contrast:nth-child(2) {
    z-index: 2;
    position: relative;
    opacity: 0.9;
}

.outer-slider-image .slider-outer-image-contrast:first-child, .first-child .outer-slider-image .slider-outer-image-contrast:first-child, .third-child .outer-slider-image .slider-outer-image-contrast:nth-child(3), .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) {
    z-index: 3;
    position: relative;
    opacity: 1;
}

.second-child .outer-slider-image .slider-outer-image-contrast:first-child img {
    position: absolute;
    left: 0;
    filter: grayscale(1) blur(1px);
    bottom: -100px;
}

.third-child .outer-slider-image .slider-outer-image-contrast:first-child img {
    position: absolute;
    left: 12%;
    bottom: -50px;
    filter: grayscale(1);
}

.first-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img, .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
    position: absolute;
    left: 12%;
    bottom: -50px;
    filter: grayscale(1);
    transition: 1.5s;
}

.second-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
    left: 22%;
    bottom: 0;
    filter: grayscale(0);
    opacity: 1;
}

.third-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
    left: 0;
    bottom: -100px;
    filter: grayscale(1);
}

.first-child .outer-slider-image .slider-outer-image-contrast:last-child img, .outer-slider-image .slider-outer-image-contrast:last-child img {
    position: absolute;
    left: -90px;
    bottom: -100px;
    filter: grayscale(1);
    transition: 1.5s;
}

.second-child .outer-slider-image .slider-outer-image-contrast:nth-child(3) img {
    left: 7%;
    filter: grayscale(1);
    bottom: -50px;
}

.third-child .outer-slider-image .slider-outer-image-contrast:nth-child(3) img {
    left: 20%;
    filter: grayscale(0) blur(0);
    bottom: 0;
}

div#c1 .slider-element .row.row-slick {
    min-width: 905px;
}

.slider-element-outer {
    position: relative;
    overflow-y: hidden;
}

@media(max-width: 1700.98px) {
    .second-child .slider-outer-image-contrast:first-child img, .first-child .slider-outer-image-contrast:last-child img, .third-child .slider-outer-image-contrast:nth-child(2) img {
        opacity: 0;
    }

    .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(3) img {
        left: -8%;
    }

    .third-child .outer-slider-image .slider-outer-image-contrast:first-child img {
        left: 0;
    }

    .third-child .outer-slider-image .slider-outer-image-contrast:last-child img {
        left: 8%;
    }

    .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
        left: 14%;
    }

    .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(1) img {
        left: 10%;
    }

    .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
        left: -3%;
    }

    div#c1 .slider-element .row.row-slick {
        min-width: 500px;
        width: 40%;
        top: 80px;
    }

    div#c1 .slider-text-rte, div#c1 .slider-title {
        padding-left: 50px;
    }
}

@media(max-width: 1250.98px) and (min-width: 991px) {
    .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
        display: none;
    }

    .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(3) img {
        display: none;
    }

    .third-child .outer-slider-image .slider-outer-image-contrast:first-child img {
        display: none;
    }

    .third-child .outer-slider-image .slider-outer-image-contrast:last-child img {
        left: -5%;
    }

    .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
        left: 0;
    }

    .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(1) img {
        left: 0;
    }

    div#c1 .slider-image {
        width: 44%;
        height: auto;
        min-height: unset;
    }

    div#c1 .slick-initialized .slick-slide {
        display: block;
        min-height: 600px;
    }
}

@media(max-width: 991.98px) and (min-width: 768px) {
    .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
        display: none;
    }

    .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(3) img {
        display: none;
    }

    .third-child .outer-slider-image .slider-outer-image-contrast:first-child img {
        display: none;
    }

    .third-child .outer-slider-image .slider-outer-image-contrast:last-child img {
        left: -5%;
    }

    .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
        left: 0;
    }

    .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(1) img {
        left: 0;
    }

    div#c1 .slider-image {
        width: 44%;
        height: auto;
        min-height: unset;
    }

    div#c1 .slick-initialized .slick-slide {
        display: block;
        min-height: 430px;
    }

    div#c1 .slider-title {
        font-size: 60px;
        line-height: 55px;
    }

    div#c1 .slider-element .row.row-slick {
        min-width: 380px;
        width: 30%;
        top: 80px;
    }
}

@media(max-width: 767.98px) {
    div#c1 .slick-initialized .slick-slide {
        min-height: calc(100vh - 53px);
    }

    div#c1 .outer-slider-image .slider-outer-image-contrast img {
        width: 50%;
        height: auto;
        min-height: unset;
    }

    .second-child .slider-outer-image-contrast:first-child img, .first-child .slider-outer-image-contrast:last-child img, .third-child .slider-outer-image-contrast:nth-child(2) img {
        opacity: 0.5;
    }

    .third-child .outer-slider-image .slider-outer-image-contrast:last-child img {
        left: 38%;
    }

    .second-child .outer-slider-image .slider-outer-image-contrast:nth-child(2) img {
        left: 44%;
    }

    .first-child .outer-slider-image .slider-outer-image-contrast:nth-child(1) img {
        left: 40%;
    }
}

.seiten-element .seiten-item .seiten-image {
    position: relative;
}

.seiten-element .seiten-item .seiten-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 9;
}

.seiten-element .seiten-item:hover .seiten-image:before {
    background-color: #00438b9c;
}

.campus-container .seiten-element .seiten-item:hover .seiten-image:before {
    background-color: #d58925c9;
}

.seiten-element .seiten-item:hover .seiten-titel {
    background-color: transparent;
    color: white;
}

.seiten-element .seiten-titel {
    z-index: 99;
    transition: 0.5s;
    color: white;
}

#ce_standort .standort-container {
    position: relative;
    width: 100%;
    height: auto;
}

#ce_standort .standort-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background-color: #00000054;
}

#ce_standort .standort-container.hover:before {
    background-color: #d58925c9;
}

#ce_standort .standort-text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two-col-left #ce_standort .standort-container {
    float: right;
}

#ce_standort .standort-container {
    display: inline-block;
    border: 8px solid #d58925;
    margin-bottom: 50px;
}

#ce_standort p {
    color: white;
    margin: 0;
}

#ce_standort p.standort-pretext {
    font-size: 34px;
    font-weight: 100;
    text-transform: uppercase;
}

@media(max-width: 767.98px) {
    #ce_standort p.standort-pretext {
        font-size: 24px;
        font-weight: 100;
        text-transform: uppercase;
    }
}

#ce_standort p.standort-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 55px;
}
@media(max-width: 767.98px) {
    #ce_standort p.standort-title {
        font-size: 30px;
    }
}

#ce_standort img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.frame-space-before-extra-small {
    margin-top: 25px;
}

.frame-space-before-small {
    margin-top: 50px;
}

.frame-space-before-medium {
    margin-top: 75px;
}

.frame-space-before-large {
    margin-top: 100px;
}

.frame-space-before-extra-large {
    margin-top: 150px;
}

.frame-space-after-large {
    margin-bottom: 100px;
}

.frame-space-after-extra-large {
    margin-bottom: 150px;
}

.frame-space-after-medium {
    margin-bottom: 75px;
}

.frame-space-after-small {
    margin-bottom: 50px;
}

.frame-space-after-extra-small {
    margin-bottom: 25px;
}

@media(max-width: 1280.98px) {
    .frame-space-before-extra-small {
        margin-top: 15px;
    }

    .frame-space-before-small {
        margin-top: 25px;
    }

    .frame-space-before-medium {
        margin-top: 40px;
    }

    .frame-space-before-large {
        margin-top: 50px;
    }

    .frame-space-before-extra-large {
        margin-top: 50px;
    }

    .frame-space-after-large {
        margin-bottom: 50px;
    }

    .frame-space-after-extra-large {
        margin-bottom: 50px;
    }

    .frame-space-after-medium {
        margin-bottom: 40px;
    }

    .frame-space-after-small {
        margin-bottom: 25px;
    }

    .frame-space-after-extra-small {
        margin-bottom: 15px;
    }
}

.counter-element .counter-text-rte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.counter-element .counter-text-rte p {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.counter-element .counter-text-rte p strong {
    font-weight: bold;
    font-size: 32px;
    line-height: 21px;
}

.counter-element .counter-title {
    font-size: 21px;
}

#ce_accordion {
    margin-top: 50px;
}

#ce_accordion.accordion-type-1 a {
    background-color: #00438b;
    color: white;
    text-decoration: none;
    padding: 10px 30px 10px 5px;
    position: relative;
}

#ce_accordion.accordion-type-1 a:after {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/Logo/slider-arrow-white.svg);
    width: 20px;
    height: 20px;
    background-size: 10px;
    background-repeat: no-repeat;
    right: 1px;
    top: 15px;
}

#ce_accordion .accordion {
    background-color: white;
    border-bottom: 2px solid #00438b;
    border-left: 2px solid #00438b;
    border-right: 2px solid #00438b;
    margin-bottom: 25px;
}

#ce_accordion .accordion .accordion-content {
    display: none;
    padding: 20px 25px;
    margin-bottom: 2px;
}

#ce_accordion .accordion .accordion-content .text p:last-child {
    margin: 0;
}

#ce_accordion .accordion .accordion-headline {
    margin-bottom: 2px;
    padding: 10px 25px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    color: #00438B;
    font-size: 1.3rem;
}

#ce_accordion .accordion .accordion-headline p {
    padding-right: 25px;
}

#ce_accordion .accordion .accordion-headline:after {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/Logo/slider-arrow-blue.svg);
    background-repeat: no-repeat;
    transition: 0.5s;
    height: 20px;
    width: 15px;
    background-size: 12px;
    top: 17px;
    right: 25px;
    transform: rotate(90deg);
}

#ce_accordion .accordion.open .accordion-headline:after {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/Logo/slider-arrow-blue.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 15px;
    background-size: 12px;
    top: 17px;
    right: 19px;
    transform: rotate(-90deg);
}

#ce_accordion .accordion .accordion-headline p {
    margin-bottom: 0;
}

.resp-header-container {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    /* background-color: rgba(56,62,69,.95) !important; */
    background-color: white !important;
    top: 0;
    left: 0;
}

@media(max-width: 991.98px) {
    body img {
        width: 100%;
    }

    .resp-header-container {
        display: block;
    }

    .resp-header-container-akademie {
        display: none !important;
    }

    .resp-header-container .looks-like-headline-top-nav a {
        /* color: white !important; */
        color: #005cbe !important;
    }

    .resp-header-container .resp-navigation {
        margin-top: 50px;
    }

    .resp-header-container .bottom-resp-navigation {
        margin-top: 50px;
    }

    .header-left .resp-menu {
        display: none !important;
    }

    .bottom-resp-navigation a {
        font-size: 1.5rem;
        color: white;
    }

    .bottom-resp-navigation a strong {
        color: white;
    }

    .resp-nav-back.back-2:before {
        left: 0;
    }
}

.fixed-header {
    position:fixed;
}


.fixed-header ul {
    list-style-type: none;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

@media(min-width: 992px) {
    .resp-background {
        display: none !important;
    }

    .resp-header-container-akademie {
        display: none;
    }

    .fixed-header .resp-header-container-akademie {
        display: block;
    }

    .resp-header-container-akademie {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 4.5rem 0;
        background-color: rgba(56,62,69,.95);
    }

    .resp-header-container {
        display: none !important;
    }

    body.fixed-header .resp-menu .menu-line:nth-child(1) {
        margin-top:3px !important;
        transform: none !important;
    }

    body.fixed-header .resp-menu .menu-line:nth-child(2) {
        display: block !important;
    }

    body.fixed-header .resp-menu .menu-line:nth-child(3) {
        margin-top: 0 !important;
        transform: none !important;
    }

    body .resp-menu {
        margin-left: 1rem;
    }

    .fullScreenNav-primary .fullScreenNav-nav {
        -webkit-columns: 2;
        columns: 2;
        -webkit-column-gap: 2rem;
        column-gap: 2rem;
    }

    .fullScreenNav-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .fullScreenNav-primary nav > ul > .fullScreenNav-item {
        margin-bottom: 4rem;
    }

    .fullScreenNav-link {
        text-decoration: none;
    }

    .fullScreenNav-link:active {
        color: #ff9113;
    }

    .fullScreenNav-primary .fullScreenNav-link p {
        text-transform: uppercase;
        font-family: inherit;
        font-size: 2.1rem;
        line-height: 1.1;
        font-weight: 300;
        margin-bottom: 2rem;
        display: block;
    }

    .fullScreenNav-link {
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }

    .fullScreenNav-list .fullScreenNav-list .fullScreenNav-item {
        margin-bottom: 0.675rem;
    }

    ul.fullScrenNav-list .fullScreenNav-list li a {
        font-size: 1.5rem;
    }

    .justify-content-between .fullScreenNav-primary a:hover {
        color: #ff9113;
    }

    .justify-content-between .fullScreenNav-primary nav > ul {
        padding-left: 0;
    }

    .justify-content-between .col-lg-8 {
        padding: 0 16px;
    }

    ul.fullScreenNav-list {
        margin-top: 2rem;
    }

    .justify-content-between .fullScreenNav-primary .fullScreenNav-list .fullScreenNav-item .fullScreenNav-list {
        margin: 0;
        margin-left: 2rem;
    }

    .justify-content-between .fullScreenNav-primary .fullScreenNav-list .fullScreenNav-item .fullScreenNav-list .fullScreenNav-item {
        margin: 0;
    }

    .left-border {
        position: relative;
        padding: 0 16px;
    }

    .fullScreenNav-secondary .fullScreenNav-nav:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: -1rem;
        border-left: 1px solid #fff;
    }

    .fullScreenNav-secondary a {
        font-size: 1.5rem;
    }

    .fullScreenNav-secondary a:hover{
        color: #ff9113;
    }

    .fullScreenNav-secondary ul {
        margin-top: 0;
    }

    .has-dark-background .menuControl.is-close-menu .menuControl-trigger {
        background-image: url('/fileadmin/images/Logo/SVGs/Akademie/close-menu.svg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 32px;
        height: 32px;
        position: fixed;
        top: 2rem;
        right: 2rem;
        cursor: pointer;
    }

    .has-dark-background .menuControl.is-close-menu .menuControl-trigger:hover {
        background-image: url('/fileadmin/images/Logo/SVGs/Akademie/close-menu-active.svg');
    }
}

@media(max-width: 1199.98px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }

    .container-full.header-container.grid_transparent {
        /* width: calc(100% - 32px) !important; */
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .content-container-wrap {
        /* margin-top: 166px !important; */
        margin-top: 151px !important;
    }

    .header-container .row-slick.container {
        padding: 0 !important;
    }

    .header-container ul.slick-dots {
        top: -40px !important;
        bottom: unset !important;
    }

    .header-container ul.slick-dots li button {
        width: 64px !important;
    }

    .header-container ul.slick-dots li:after {
        width: 32px !important;
    }

    .header-container ul.slick-dots li.slick-active:after {
        width: 64px !important;
    }
}

@media(max-width: 991.98px) {
    .content-container-wrap {
        /* margin-top: 140px !important; */
        margin-top: 122px !important;
    }

    .col-md-2.header-left.logo {
        width: 166px;
    }

    .col-xl-4.col-lg-5.col-md-10.search-and-menu {
        width: calc(100% - 166px);
    }
}

@media(min-width: 768px) {
    .col-12.col-md-12.col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media(max-width: 767.98px) {
    #ce_link.link-align-1 a {
        display: inline-block;
    }

    #ce_link.link-align-1 {
        width: fit-content !important;
        margin-bottom: 2.5rem !important;
    }

    h2 {
        font-size: 1.65rem !important;
    }

    .mask-container .ce-textpic {
        margin-bottom: 2rem;
    }

    #ce_accordion .accordion .accordion-headline {
        font-size: 1.25rem !important;
    }

    .container-full.video-container .ce-bodytext {
        display: none !important;
    }

    .container-full.video-container .ce-inner .ce-row:nth-child(2) figure:after, .container-full.video-container.show.stop .ce-inner .ce-row:nth-child(2) figure:after {
        background-size: 140px !important;
        pointer-events: visible !important;
    }

    .container-full.video-container.show .ce-inner .ce-row:nth-child(2) figure:after {
        pointer-events: none !important;
    }

    .seiten-item.col-md-20 {
        width: 50% !important;
    }

    .seiten-item.col-md-20 {
        margin-bottom: 24px;
    }

    .short_header .row-slick-inner .slider-text-title {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

@media(min-width: 1920px) {
    .header-container .slick-slide img, .video-container img {
        width: 100%;
    }
}

div#c808 {
    margin-top: 200px;
}

.seminare-detail h1 {
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem;
}

.seminare-detail li:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.25em;
    margin-right: -0.5em;
    position: relative;
    left: -1.5em;
    vertical-align: middle;
    border: 1px solid #888b8f;
    background: #888b8f;
}

.seminare-detail ul li {
    position: relative;
}

div#c808 .two-col-right.col-lg-4 img {
    padding: 20px;
    border: 1px solid #ee7f00;
    border-radius: 5px;
    margin-bottom: 1rem;
}