.textChange-1 body {
    zoom: 1.2;
}

.textChange-2 body {
    zoom: 1.4;
}

.textChange-2 .bottom-nav-inner-container.container {
    margin-left: 0;
}

.accessibility-container {
    display: flex;
    flex-direction: row;
    position: relative;
}

.accessibility-container .accessibility-inner {
    display: none;
    position: absolute;
    background-color: white;
    top: 43px;
    z-index: 9999999999;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    width: 200px;
    left: -73px;
}

.accessibility-container .accessibility-inner > div > div.p-label > p {
    margin: 0;
    min-width: 75px;
}

.accessibility-trigger {
    padding: 2px 4px;
    background-color: #00438b;
    border-radius: 2px;
    cursor: pointer;
}

.leichte-sprache-container {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-right: 8px;
}

.leichte-sprache {
    padding: 2px 4px;
    background-color: #00438b;
    border-radius: 2px;
    cursor: pointer;
}

@font-face {
    font-family: 'TheSansExtraBold';
    font-style: normal;
    font-display: swap;
    src: url('/fileadmin/fonts/DehogaBW/TheSansCondensed/TheSansCd-8_ExtraBold.woff2');
}

@font-face {
    font-family: 'TheSansPlainItalic';
    font-style: normal;
    font-display: swap;
    src: url('/fileadmin/fonts/DehogaBW/TheSansCondensed/TheSansCd-5_PlainItalic.woff2');
}

.content-container-wrap.dehoga-container > .container > .two-col .col-xl-8:first-child {
    padding-right: 75px;
}

.content-container-wrap.dehoga-container > .container > .two-col .col-xl-8:last-child {
    padding-left: 75px;
}

@media(max-width: 991px) {
    .content-container-wrap.dehoga-container > .container > .two-col .col-xl-8:first-child {
        padding-right: 12px;
    }

    .content-container-wrap.dehoga-container > .container > .two-col .col-xl-8:last-child {
        padding-left: 12px;
    }
}
.two-col-right .news-img-wrap img {
    float: left;
    height: auto;
    width: 120px!important;
}
.dehoga-container ul li:before, .content-slim ul li:before {
    content: '';
    position: absolute;
    left: -18px;
    width: 5px;
    height: 5px;
    background-color: #DD8430;
    top: 10px;
}

.content-slim ul, .content-slim ol {
    padding-left: 1rem;
}

.dehoga-container ul li, .dehoga-container ol li, .content-slim ul li, .content-slim ol li {
    position: relative;
}

.dehoga-container ul li a, .dehoga-container ol li a, .content-slim ul li a {
    color: #00438B;
    text-decoration: underline;
    padding-left: 20px;
    position: relative;
}

.dehoga-container ul li a:after, .dehoga-container ol li a:after, .content-slim ul li a:after {
    content: '';
    background-image: url(/fileadmin/images/Common/akkordeon_pfeil.svg);
    width: 20px;
    height: 29px;
    position: absolute;
    top: -4px;
    background-size: 16px;
    background-repeat: no-repeat;
    left: 10px;
    transform: rotate(-90deg);
}

.dehoga-container p a, .content-slim p a {
    position: relative;
    margin-left: 15px;
    color: #00438B;
    text-decoration: none;
    transition: 0.5s;
}

.dehoga-container p a:hover, .content-slim p a:hover {
    color: #EE7F00;
}

.dehoga-container p a:after, .content-slim p a:after {
    content: '';
    background-image: url(/fileadmin/images/Common/akkordeon_pfeil.svg);
    width: 20px;
    height: 29px;
    position: absolute;
    top: -4px;
    background-size: 16px;
    background-repeat: no-repeat;
    left: -10px;
    transform: rotate(-90deg);
}

@media(max-width: 767px) {
    .content-slim .container-slim-content .col-md-4 {
        display: none;
    }

    .content-slim .header-container.mb-3 {
        margin-bottom: 0px!important;
    }
}

.dehoga-bw .site-btn.site-btn-mail {
    position:  relative;
}

.dehoga-bw .site-btn.site-btn-mail:before {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/DehogaBW/Icons/icon_servicecenter_button.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    left: 10px;
    top: 10px!important;
}

.dehoga-bw .site-btn.site-btn-phone {
    position:  relative;
}

.dehoga-bw .site-btn.site-btn-phone:before {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/DehogaBW/Icons/icon_mitglied_werden_test.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    left: 14px;
    top: 12px!important;
    background-size: 32px;
    transition: 0.5s;
}

.dehoga-bw .site-btn.site-btn-search {
    position:  relative;
}

.dehoga-bw .site-btn.site-btn-search:before {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/DehogaBW/Icons/icon_search.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    left: 10px;
    top: 10px;
}

.tx-indexedsearch-searchbox-button {
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    border: none;
    background-color: unset;
    color: transparent;
}

.dehoga-bw .site-btn.site-btn-chat {
    position:  relative;
}

.dehoga-bw .site-btn.site-btn-chat:before {
    content: '';
    position: absolute;
    background-image: url(/fileadmin/images/DehogaBW/Icons/icon_chat.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    left: 7px;
    top: 10px;
}

@-moz-document url-prefix() {
    .dehoga-bw .site-btn.site-btn-chat:before {
        top: 25px;
    }

    .dehoga-bw .site-btn.site-btn-phone:before {
        top:25px;
    }

    .dehoga-bw .site-btn.site-btn-mail:before {
        top: 25px;
    }
}

.dehoga-container #ce_person {
    text-align: left;
}

.dehoga-container #ce_person  .person-container > div {
    padding: 0 15px;
}

.dehoga-container #ce_person .person-name {
    color: #00438B;
    margin: 0;
}

.dehoga-container #ce_person p a {
    margin-left: 0;
}

.dehoga-container #ce_person p a:after {
    content: none;
}

.dehoga-container #ce_person p {
    font-size: 18px;
    margin-bottom: 0;
}

.dehoga-container #ce_person .person-container-title, .dehoga-container #ce_person .person-adresse {
    margin-bottom: 15px;
}

.dehoga-container #ce_person .ce_person_mail {
    margin-top: 15px;
}

.dehoga-container #ce_person .ce_person_phone, .dehoga-container #ce_person .ce_person_fax, .dehoga-container #ce_person .ce_person_mail {
    padding-left: 30px;
}

.dehoga-container #ce_person a {
    font-size: 18px;
}

.dehoga-container #ce_person .ce_person_phone, .dehoga-container #ce_person .ce_person_fax {
    position: relative;
    margin-bottom: 2px;
}

.dehoga-container #ce_person .ce_person_phone:before {
    background: url(/fileadmin/images/DehogaBW/Icons/icon_phone_1_blue.svg);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: 20px;
    left: 0;
    top: 3px;
}

.dehoga-container #ce_person .ce_person_mobile:before {
    background: url(/fileadmin/images/DehogaBW/Icons/icon_phone_5.svg);
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 0;
    top: 3px;
}

.dehoga-container #ce_person .ce_person_mail:before {
    background: url(/fileadmin/images/DehogaBW/Icons/icon_mail.svg);
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 0;
    top: 3px;
}

.dehoga-container #ce_person .ce_person_fax:before {
    background: url(/fileadmin/images/DehogaBW/Icons/fax_regular_icon.svg);
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 0;
    top: 3px;
}

.dehoga-container .breadscrumb.container:first-child {
    margin-top: 30px; /* 170px alt */
}

.dehoga-container.content-2col .breadscrumb.container:first-child {
    margin-top: 30px; /* 20px alt */
}

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

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

.seiten-element .seiten-item .seiten-titel {
    background-color: #fff;
    color: #00438b;
    padding: 0 3px;
}
.seiten-element .seiten-item:hover .seiten-titel {
    background-color: #00438b9c;
    color: #ffffff!important;
    padding: 0 3px;
}

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

.seiten-element .seiten-titel {
    z-index: 99;
    transition: 0.5s;
    color:#00438B;
    margin-top: 5px;
}

.seiten-element .seiten-item {
    margin-bottom: 20px;
}

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

.seiten-element .seiten-item a:hover .seiten-titel {
    color:#00438B;
}

.counter-element {
    margin-top: 50px;
    margin-bottom: 50px;
}

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

.counter-element button.slick-next.slick-arrow {
    position: absolute;
    top: 0;
    right: -100px;
    top: 40px;
    background-color:transparent;
}

button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 999;
    left: -100px;
    top: 40px;
    background-color: transparent;
}

.slick-arrow {
    color: transparent;
}

button.slick-next.slick-arrow:after {
    content: '';
    background-image: url(/fileadmin/images/Common/slider-arrow.svg);
    width: 69px;
    height: 91px;
    position: absolute;
    top: -29px;
    left: -3px;
    background-size: 69px;
    background-repeat: no-repeat;
}

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

@media(min-width: 768px) and (max-width: 991px) {
    button.slick-next.slick-arrow:after {
        left: -53px;
    }

    button.slick-prev.slick-arrow:after {
        left: 50px;
    }
}


@media(max-width: 600px) {
    button.slick-next.slick-arrow:after {
        background-size: 50px;
        top: -5px;
    }

    button.slick-prev.slick-arrow:after {
        background-size: 50px;
    }
}

@media(max-width: 420px) {
    button.slick-next.slick-arrow:after {
        left: 20px;
    }

    button.slick-prev.slick-arrow:after {
        left: -20px;
    }
}

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

.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_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: 767px) {
    #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: 767px) {
    #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: 1280px) {
    .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;
    }
}

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

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

.picturegallerycontainer-container figcaption.image-caption {
    display: none;
}

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

#c1 footer {
    margin-top: 0;
}

footer div#dehoga-socials .ce-row .ce-column figure img {
    width: 32px;
    height: 32px;
}

footer .footer-navigation .footer-nav-item:last-child {
    background-color: white;
    padding: 0 5px;
} 

footer .footer-navigation .footer-nav-item:last-child > a > div:last-child {
    color: #00438B;
} 

footer .footer-navigation .footer-nav-item > a > div:last-child:hover {
    text-decoration: underline;
}

a.site-btn.site-btn-chat {
    display: none;
}

.content-2col > .dehoga-container-main > .container > .two-col > .two-col-left > .container {
    padding-left: 0;
}

.content-slim .breadscrumb {
    display: none;
}

.content-slim h4 {
    margin-top: 20px;
}

.content-slim .col-md-8 #ce_link {
    padding-left: 50px;
}

@media(max-width: 1200px) {
    .content-slim .col-md-8 #ce_link {
        padding-left: 0;
    }
}

.content-slim .container-full.grid_lightgray .col-12 {
    max-width: 830px;
}

.content-slim .col-md-8 .grid_lightgray {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-container-wrap .grid_lightgray h3 {
    margin-left: 0 !important;
}

.modal {
    z-index: 9999999;
}

.modal-dialog {
    max-width: 50%;
}

a.site-btn.site-btn-mail {
    cursor: pointer;
}

.modal .tx-powermail select, .modal .tx-powermail input, .modal .tx-powermail textarea {
    background-color: transparent;
}

.modal .tx-powermail input.powermail_submit {
    background-color: #00438B;
    transition: 0.5s;
}

.modal .tx-powermail input.powermail_submit:hover {
    background-color: #EE7F00;
}

/* Servicecenter */

.tx-dehoga-elasticsearch-frontend a h5 {
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.tx-dehoga-elasticsearch-frontend p {
    margin-bottom: 10px;
}

.tx-dehoga-elasticsearch-frontend .card-body {
    padding-left: 0;
    padding-right: 0;
}

.tx-dehoga-elasticsearch-frontend .card {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.tx-dehoga-elasticsearch-frontend form > .card:nth-child(2) {
    border-bottom: 0;
}

.tx-dehoga-elasticsearch-frontend .card a {
    color: #00438B;
    transition: 0.25s;
}

.tx-dehoga-elasticsearch-frontend .card a:hover {
    color: #EE7F00;
}

.tx-dehoga-elasticsearch-frontend .card a .mb-0 {
    padding-left: 15px;
    position: relative;
}

.tx-dehoga-elasticsearch-frontend .card a .mb-0:before {
    content: '';
    background-image: url(/fileadmin/images/Common/akkordeon_pfeil.svg);
    width: 20px;
    height: 29px;
    position: absolute;
    top: -4px;
    background-size: 16px;
    background-repeat: no-repeat;
    left: 5px;
    transform: rotate(-90deg);
    transition: 0.25s;
}

.tx-dehoga-elasticsearch-frontend .card.mt-4 {
    margin-top: 0!important;
}

.dehoga-container-main .personslider-element {
    position: relative;
}

.dehoga-container-main .personslider-element img {
    border-radius: 0;
    filter: saturate(1) brightness(1) contrast(1);
}

.dehoga-container-main .personslider-element {
    max-width: 99%;
}

.dehoga-container-main .personslider-element h4 {
    margin-top: 20px;
}

@media(max-width: 767px) {

    .dehoga-container-main .personslider-element h4 {
        margin-top: 50px;
    }

    .personslider-element .personslider-item {
        padding-bottom: 50px;
    }
}

.content-slim #premium-partner-start .logos-container .col-lg-80 {
    width: 25%;
}

@media(max-width: 992px) {
    .content-slim #premium-partner-start .logos-container .col-lg-80 {
        width: 33.33%;
    }

    .content-slim #premium-partner-start .logos-image img {
        width: 90%;
    }
}

@media(max-width: 600px) {
    .content-slim #premium-partner-start .logos-container .col-lg-80 {
        width: 50%;
    }
}

.search-filter-container button {
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    border-radius: 0;
    background-color: #00438B;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    border: 0;
    width: 100%;
}

.search-filter-container button:hover {
    background-color: #EE7F00;
}

.partner-teaser-list {
    background-color: #F6F8F9;
    padding: 20px;
}

.partner-teaser-list .article {
    margin-bottom: 20px!important;;
}

.news .partner-teaser-list.partner-news .article {
    min-width: 100%;
}

.news .partner-teaser-list.partner-news .article a.more {
    margin-left: 12px;
}

.news .partner-teaser-list.partner-news .col-md-4.col-sm-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Documents Schnittstelle */

.content-slim p a.pdf-document, .dehoga-container p a.pdf-document {
    margin-left: 40px;
    transition: 0.5s;
}

.dehoga-container p a.pdf-document:after, .content-slim p a.pdf-document:after {
    background-image: url("/fileadmin/images/DehogaBW/Icons/file-pdf-regular-blue.svg");
    transform: rotate(0);
    background-size: 32px;
    width: 32px;
    height: 32px;
    left: -40px;
    transition: 0.5s;
}

.dehoga-container p a.pdf-document:hover:after, .content-slim p a.pdf-document:hover:after {
    background-image: url("/fileadmin/images/DehogaBW/Icons/file-pdf-regular-orange.svg");
}

.haupt-id {
    position: absolute;
    z-index: 999999;
    pointer-events: none;
    background-color: #EE7F00;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    left: 255px;
    top: 162px;
}

.haupt-id:before {
    content: 'Hauptgeschäftsstelle';
    font-size: 11px;
    /* font-color: #ee7f00; */
    color: #ee7f00;
    position: absolute;
    top: -1px;
    left: 14px;
    font-weight: bold;
    pointer-events: none;
}

/* .tx-dehoga-elasticsearch-frontend .elastic-categories { */
/* 20240916_mr disabled */
/* display: none!important; */
/* } */



/* ---------- UMSETZUNG von Eugen ---------- */

/* Mitmachen -> Mitglied werden - Änderungen von Eugen - 04.09.2024 - BEGIN */
.dehoga-container #mitmachen-dehoga-werden-icon-container .two-col > .col-12.col-lg-9.two-col-right p strong {
    color: #00438B;
}

@media(max-width: 992px) {
    .dehoga-container #mitmachen-dehoga-werden-icon-container .two-col-left img {
        height: 64px;
        width: 64px;
        margin-bottom: 1rem;
    }

    .dehoga-container #mitmachen-dehoga-werden-icon-container .two-col > .col-12.col-lg-3.two-col-left {
        width: 25%;
    }

    .dehoga-container #mitmachen-dehoga-werden-icon-container .two-col > .col-12.col-lg-9.two-col-right {
        width: 75%;
    }

    .dehoga-container #mitmachen-dehoga-werden-icon-container .two-col > .col-12.col-lg-3.two-col-left #ce_imagewidth {
        text-align: center;
    }
}
/* Mitmachen -> Mitglied werden - END */

/* Überschrift mit Dot - Änderungen von Eugen - 17.09.2024 - BEGIN */
h1.with-dot {
    /* line-height: 1.2px; */
    padding-bottom: -2px;
    hyphens: auto;
}

/*
h1.with-dot::after {
    content: "";
    border-bottom: 1px solid #00438B;
    display: block;
}
*/

h1.with-dot .square {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #DD8430;
    margin-left: 4px;
    position: relative;
    top: 0px;
}

@media (max-width: 1240px) {
    h1.with-dot .square {
        width: 7px;
        height: 7px;
    }
}
/* Überschrift mit Dot - END */

/* Startseite -> Mitglied werden - Änderungen von Eugen - 11.09.2024 - BEGIN */
.dehoga-container #startseite-dehoga-werden-icon-container .two-col > .col-12.col-lg-9.two-col-right p strong {
    color: #00438B;
}

@media(min-width: 992px) {
    .dehoga-container #startseite-dehoga-werden-icon-container .two-col > .col-12.col-lg-3.two-col-left {
        width: auto;
        margin-top: 5px;
    }

    .dehoga-container #startseite-dehoga-werden-icon-container .two-col-left img {
        width: 42px;
    }
}

@media(max-width: 992px) {
    .dehoga-container #startseite-dehoga-werden-icon-container .two-col:has(> .col-12.col-lg-3.two-col-left):has(> .col-12.col-lg-9.two-col-right) {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 1rem;
    }

    .dehoga-container #startseite-dehoga-werden-icon-container .two-col-left img {
        height: 32px;
        width: 32px;
        margin-bottom: 1rem;
    }

    .dehoga-container #startseite-dehoga-werden-icon-container .two-col > .col-12.col-lg-3.two-col-left {
        width: auto;
        padding-right: 0;
        margin-top: 5px;
    }

    .dehoga-container #startseite-dehoga-werden-icon-container .two-col > .col-12.col-lg-9.two-col-right {
        width: auto;
        flex: 1 1 auto;
    }

    .dehoga-container #startseite-dehoga-werden-icon-container .two-col > .col-12.col-lg-3.two-col-left #ce_imagewidth {
        text-align: center;
    }
}
/* Startseite -> Mitglied werden - END */

/* Slider-Element - extra Klasse "blue-background-opacity" - 17.09.2024 - BEGIN */
.blue-background-opacity .slidernormal-element .row-slick {
    position: absolute;
    left: 15%;
    height: 100%;
    z-index: 5;
    width: 30%;
    top: 0;
    background-color: #273f8e;
    opacity: 0.85; /* opacity: 0.8 */
    max-width: 450px;
    box-sizing: border-box;
    overflow: hidden;
}

.blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner  {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 70px 0;
    /* justify-content: space-between; */
}

.blue-background-opacity .slidernormal-element .slider-text-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 1 50%;
    line-height: 32px;
}

.blue-background-opacity .slidernormal-element .slider-text-title .blue-text {
    font-size: 30px;
    font-family: 'TheSansExtraBold';
    color: orange;
    text-transform: uppercase;
}

.blue-background-opacity .slidernormal-element .slider-text-title .orange-text {
    font-size: 41px;
    font-family: 'TheSansExtraBold';
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.blue-background-opacity .slidernormal-element .slider-text-title::after {
    content: "";
    display: block;
    position: relative;
    width: 22px; /* 20px */
    height: 22px; /* 20px */
    background-color: orange;
    align-self: center;
    /* margin-top: auto; */
    margin-top: 0; /* Neu - 09.10.2024 */
    /* margin-top: 5rem; */
    /* margin-bottom: 2rem; */
}

.blue-background-opacity .slidernormal-element .slider-text-rte {
    padding: 0;
    flex: 0 1 50%;
    align-content: center;
}

.blue-background-opacity .slidernormal-element .slider-text-rte > p {
    font-family: 'TheSansPlainItalic';
    font-size: 30px;
    color: #ffffff;
    font-style: italic;
    text-align: center;
}

@media(max-width: 1600px) {
    .blue-background-opacity .slidernormal-element .row-slick {
        width: 40%;
        left: 10%;
    }
}

@media(max-width: 1400px) {
    .blue-background-opacity .slidernormal-element .row-slick {
        width: 50%;
        left: 5%;
    }

    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 70px 0;
    }
}

@media(max-width: 1300px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 60px 0;
    }
}

@media(min-width: 1200px) {
    .blue-background-opacity .slidernormal-element .slider-text-title {
        line-height: 41px;
    }
}

@media(max-width: 1200px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 50px 0;
    }
}

@media(max-width: 1150px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 40px 0;
    }
}

@media(max-width: 1024px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 40px 0 !important;
    }
}

@media(max-width: 991px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 30px 0 !important;
    }
}

@media(max-width: 850px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 30px 0 !important;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title .orange-text {
        margin-bottom: 1.5rem !important;
    }

    .blue-background-opacity .slidernormal-element .slider-text-rte {
        padding-top: -1rem !important;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        padding: 20px 0;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title {
        flex: 0 1 60%;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title::after {
        /* margin-top: 3rem; */
    }
}

@media(min-width: 768px) {
    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        justify-content: space-between;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title .blue-text {
        text-align: center;
        font-size: clamp(16px, 3vw, 42px) !important; /* font-size: clamp(16px, 3vw, 30px) */
    }

    .blue-background-opacity .slidernormal-element .slider-text-title .orange-text {
        text-align: center;
        font-size: clamp(16px, 4.05vw, 57px) !important; /* font-size: clamp(16px, 4vw, 41px) */
        margin-bottom: 3rem; /* Neu - 09.10.2024 */
    }

    .blue-background-opacity .slidernormal-element .slider-text-rte {
        /* align-content: end; */
        align-content: start; /* Neu - 09.10.2024 */
        padding-top: 2rem; /* Neu - 09.10.2024 */
        padding-left: 0 !important;
    }

    .blue-background-opacity .slidernormal-element .slider-text-rte > p {
        font-size: clamp(16px, 3vw, 42px) !important; /* font-size: clamp(16px, 3vw, 30px) */
        margin-bottom: 0;
    }

    .searchContainer-postCode .postCode-text {
        display: none;
    }

    .searchContainer-alphabet {
        margin-bottom: 1rem;
    }

    .searchContainer-alphabet .alphabet-text {
        display: none;
    }
}

@media(max-width: 766.98px) {
    .blue-background-opacity .slidernormal-element .row-slick {
        width: 100%;
        max-width: 100%;
        left: 0;
        padding: 0;
        background-color: unset;
    }

    .blue-background-opacity .slidernormal-element .row-slick > .row-slick-inner {
        flex-direction: column-reverse;
        justify-content: space-between;
        padding: 0 !important;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title {
        /* flex-direction: row; */
        flex: unset; /*  0 1 auto !important; */
        /* gap: 10px; */
        /* align-items: end; */
        line-height: 14px;
        display: inline-block;
        padding: 10px;
        background-color: #273f8e;
        /* opacity: 0.8; */
        padding-left: 10px !important;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title::after {
        display: none;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title .orange-text {
        font-size: clamp(16px, 4vw, 26px);
    }

    .blue-background-opacity .slidernormal-element .slider-text-title .orange-text::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #DD8430;
        margin-left: 3px;
        position: relative;
        top: 0;
    }

    .blue-background-opacity .slidernormal-element .slider-text-title .blue-text {
        font-size: clamp(16px, 4vw, 26px);
        padding-right: 4px;
        color: orange;
    }

    .blue-background-opacity .slidernormal-element .slider-text-rte {
        max-width: 100%;
        flex: unset !important; /* 0 1 100% !important; */
        /* display: flex; */
        display: block;
        padding: 20px 10px;
    }

    .blue-background-opacity .slidernormal-element .slider-text-rte > p {
        text-align: left;
        margin-bottom: 0;
        text-shadow: 3px 3px 3px #171717;
        font-size: clamp(16px, 3vw, 20px); /* font-size: clamp(10px, 3vw, 20px) */
    }

    .searchContainer-postCode .postCode-text {
        font-weight: bold;
    }

    .searchContainer-alphabet {
        margin-bottom: 1rem;
    }

    .searchContainer-alphabet .alphabet-text {
        font-weight: bold;
    }

    #searchContainerAPLabel {
        display: none;
    }
}

@media(max-width: 350px) {
    .blue-background-opacity .slidernormal-element .slider-text-title {
        line-height: 13px;
        padding: 7px;
    }

    .blue-background-opacity .slidernormal-element .slider-text-rte {
        padding: 10px 15px 0 5px; /* padding: 15px 15px 0 15px; */
    }
}
/* Slider-Element - extra Klasse "blue-background-opacity" - END */

/* Content-Slim Template - Überschrift H1 and Fixed-Menü - 14.10.2024 - BEGIN */
.content-slim .container-slim-content > .row > .col-md-4 #ce_link .link-header > span {
    hyphens: auto;
}

@media (max-width: 767px) {
    .content-slim .container-slim-content h1 {
        margin-top: 30px;
    }
}
/* Content-Slim Template - Überschrift H1 - END */

/* Beraten -> Die Berater Container - 14.10.2024 - BEGIN */
@media (min-width: 992px) {
    #beraten-berater-container #ce_person .person-image img {
        max-width: 100%;
    }
}
/* Beraten -> Die Berater Container - END */

/* Seiten-Element - 14.10.2024 - BEGIN */
@media (min-width: 401px) and (max-width: 767px) {
    .seiten-element .seiten-item.col-md-4.col-sm-6 {
        width: 50%;
    }
}
/* Seiten-Element - END */

/* Partner-Liste - 18.10.2024 - BEGIN */
@media (max-width: 767px) {
    .partner-news-container .partner-filter .col-md-4:nth-child(1),
    .partner-news-container .partner-filter .col-md-4:nth-child(2) {
        margin-bottom: 1rem;
    }

    .partner-news-container .partner-filter .col-md-4 input,
    .partner-news-container .partner-filter .col-md-4 select {
        border: 1px solid #ccc;
        border-radius: 5px;
        appearance: none;
        font-size: 17px !important;
    }

    .partner-news-container .partner-filter .col-md-4 .filter-keywords > select {
        width: 100%;
    }
}

.partner-teaser-list .partner-item .tags .Partner {
    display: none;
}
/* Partner-Liste - END */

/* Servicecenter Documents - 29.10.2024 - BEGIN */
@media (max-width: 250px) {
    .dehoga-container p a.pdf-document {
        margin-left: 0;
        hyphens: auto;
    }

    .dehoga-container .tx-nn-dehoga-servicecenter p.download-document {
        margin-left: 0;
    }

    .dehoga-container .heart-icon a {
        hyphens: auto;
    }
}
/* Servicecenter Documents - END */

.bottom-nav-item a {
    z-index: 99999;
    position: inherit;
}

.arrow-down {
    content: '';
    background-image: url(/fileadmin/images/Common/akkordeon_pfeil.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    background-size: 12px;
    background-repeat: no-repeat;
    right: -17px;
    transition: 0.5s;
    background-position: center;
    opacity: 0;
    z-index: 9999;
}

.arrow-down:focus {
    opacity: 1;
}

.hover > .arrow-down {
    transform: rotate(180deg);
}

.header-nav-container > .bottom-nav-item {
    position: relative;
}

/* Text Vergrößerung */

.text-container > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 5px;
    line-height: normal;
    cursor: pointer;
    padding-bottom: 5px;
}

.text-container {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
}

.text-container .text-big {
    font-size: 1.25rem;
    padding-bottom: 3px;
}

.text-container .text-bigger {
    font-size: 1.5rem;
    padding-bottom: 1px;
}

/* feUserLogin (Loginmaske) - Änderungen von Eugen - 20.02.2025 - BEGIN */
#feUserLoginHiddenVisibility {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 25px;
}

.feUserLogin-container {
    margin: 10px 0;
}

.feUserLogin-container .container.grid_lightgray{
    padding-top: 0;
    padding-bottom: 25px;
}
/*
.news.news-single .feUserLogin-container .container.grid_lightgray:has(>.row > .col-12:empty) {
    display: none;
}

.news.news-single .feUserLogin-container .container.grid_lightgray:has(>.row > .col-12:not(:empty)) {
    display: none;
}
*/
/* feUserLogin (Loginmaske) -> Mitglied werden - END */


/* Das Wort "DEHOGA" überall untrennbar - Änderungen von Eugen - 20.02.2025 - BEGIN */
.no-break-word-dehoga {
    white-space: nowrap;
}


/* Kreis- und Geschäftsstellen */
.searchContainer-alphabet select#redirectSelect {
    padding: 10px 25px;
    color: grey;
    font-size: 17px;
    font-weight: 300;
    box-shadow: unset;
    border: 1px solid grey;
    border-radius: unset;
}


/* Nav Logo */
header .header-container .logo img {
    width: 212px;
}

@media(min-width: 1241px) {
    .resp-header-top-nav {
        display: none;
    }
}

@media(max-width: 1240px) {

    .header-top-nav-container.resp-header-top-nav {
        position: fixed;
        display: flex;
        width: 20%;
        right: 3rem;
        margin-top: 2px;
    }

    .accessibility-container .accessibility-inner {
        left: -163px;
    }

    .textChange-2 .header-top-nav-container.resp-header-top-nav {
        right: 60px;
    }

    .textChange-1 .header-top-nav-container.resp-header-top-nav {
        right: 60px;
    }
}

@media(max-width: 1024px) {

}

@media(max-width: 600px) {

}

/* Link No. 7 */
div#ce_link.link-type-7 {
    display: block;
}

.breadscrumb-item.layer-0 a {
    scroll-margin-top: 150px;
}

#page-content.container-slim-content, #page-content.dehoga-bw-container {
    scroll-margin-top: 150px;
}

/* Tabelle mit ID #table */
div#table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

div#table > div {
}

div#table table {
    border-collapse: collapse;
    width: max-content;
    min-width: 600px;
}

div#table table th,
div#table table td {
    display: table-cell !important;
    white-space: nowrap !important;
    max-width: none !important;
}

.video-embed-item {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-embed video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
