
    /* Override global .teaserImage styles */
    .teaserImage.teaserImageAdvanced .textbox-inner {
    background-color: transparent !important;
    padding: 0 !important;
    }

    .teaserImage.teaserImageAdvanced .text {
    max-width: 650px;
    color: #fff !important;
    }

    .teaserImage.teaserImageAdvanced .textbox .teaserheader {
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    }

    .teaserImage.teaserImageAdvanced .textbox p {
    color: #fff !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem !important;
    }

    .teaser-advanced-topline {
    display: inline-block;
    background-color: #ec6602;
    color: #fff;
    padding: 1px 3px;
    font-weight: 900;
    text-transform: none;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-family: 'National-Bold';
    }

    .teaser-widgets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    }

    .teaser-widget-tag {
    background-color: #fff;
    color: #333;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    }

    .teaser-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    }

    .teaser-buttons .btn-primary {
    background-color: #ec6602;
    color: #fff;
    border: 2px solid #ec6602;
    padding: 10px 25px;
    font-weight: bold;
    }

    .teaser-buttons .btn-primary:hover {
    background-color: transparent;
    color: #ec6602;
    }

    .teaser-buttons .btn-outline-white {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 25px;
    font-weight: bold;
    }

    .teaser-buttons .btn-outline-white:hover {
    background-color: #fff;
    color: #333;
    }

    @media (max-width: 767.98px) {
    .teaserImageAdvanced .teaserImage-inner {
    display: flex;
    flex-direction: column;
    background-color: #000;
    }

    .teaserImageAdvanced .textbox {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    padding: 40px 0 20px 0 !important;
    width: 100% !important;
    }

    .teaserImageAdvanced .textbox-inner {
    padding: 0 !important;
    background-color: transparent !important;
    }

    .teaserImageAdvanced .text {
    max-width: 100%;
    }

    .teaserImageAdvanced .textbox .teaserheader {
    font-size: 1.7rem !important;
    }
    }



    .mask-facts-image {
    background-color: #eef0f2;
    padding: 4rem 0;
    }
    .mask-facts-image .special-headline {
    color: #888;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: normal;
    }
    .mask-facts-image .facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
    }
    .mask-facts-image .fact-item {
    background: #fff;
    padding: 1.5rem;
    border-left: 4px solid #ec6602;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    }
    .mask-facts-image .fact-number {
    font-size: 2rem;
    color: #000;
    line-height: 1;
    margin-bottom: 0.3rem;
    font-family:"National-Bold";
    }
    .mask-facts-image .fact-title {
    color: #ec6602;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
    }
    .mask-facts-image .fact-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
    }
    @media (max-width: 991.98px) {
    .mask-facts-image .facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    }
    @media (max-width: 767.98px) {
    .mask-facts-image .facts-grid {
    grid-template-columns: 1fr;
    }
    .mask-facts-image .image-container {
    margin-top: 2rem;
    }
    }
    /* Slider: Bilder vor Slick-Init verstecken */
    .facts-image-slider { position: relative; }
    .facts-image-slider:not(.slick-initialized) { overflow: hidden; }
    .facts-image-slider:not(.slick-initialized) .facts-slider-item:not(:first-child) { display: none; }
    .facts-image-slider .facts-slider-item img { display: block; }
    .facts-image-slider .slick-dots {
    list-style: none; padding: 0; margin: 8px 0 0; display: flex !important;
    justify-content: center; gap: 6px;
    }
    .facts-image-slider .slick-dots li button {
    width: 10px; height: 10px; border-radius: 50%; border: none;
    background: #c8cdd1; font-size: 0; cursor: pointer; padding: 0;
    }
    /* Globales .content ul li:before fügt grau-Kästchen hinzu – unterdrücken */
    .facts-image-slider .slick-dots li::before { content: none !important; display: none !important; }
    /* Slick-Theme fügt button::before { content:'•' } hinzu – verstecken */
    .facts-image-slider .slick-dots li button::before { display: none !important; }
    .facts-image-slider .slick-dots li.slick-active button { background: #ec6602; }
    /* Pfeile: höhere Spezifität als Slick-CSS */
    .facts-image-slider .slick-arrow.facts-slider-prev,
    .facts-image-slider .slick-arrow.facts-slider-next {
    position: absolute !important; top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10; background: rgba(255,255,255,0.85);
    border: none; cursor: pointer; outline: none;
    width: 36px !important; height: 36px !important; border-radius: 50%;
    /* Slick setzt font-size:0 und line-height:0 – überschreiben */
    font-size: 22px !important; line-height: 36px !important;
    color: #ec6602 !important;
    padding: 0 !important;
    display: flex !important; align-items: center; justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    transition: background 0.2s;
    }
    /* Slick-Standard ::before-Pfeil-Icon ausblenden */
    .facts-image-slider .slick-arrow.facts-slider-prev::before,
    .facts-image-slider .slick-arrow.facts-slider-next::before { display: none !important; }
    .facts-image-slider .slick-arrow.facts-slider-prev:hover,
    .facts-image-slider .slick-arrow.facts-slider-next:hover { background: #ec6602; color: #fff !important; }
    .facts-image-slider .slick-arrow.facts-slider-prev { left: 8px !important; }
    .facts-image-slider .slick-arrow.facts-slider-next { right: 8px !important; }



    .mask-benefit-list {
    background-color: #ffffff;
    padding: 4rem 0;
    }

    .mask-benefit-list .header-area {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    }

    .mask-benefit-list .special-headline {
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    }

    .mask-benefit-list .intro-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    }

    .mask-benefit-list .benefit-blocks {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    }

    .mask-benefit-list .benefit-block {
    background: #f8f9fa;
    display: flex;
    align-items: stretch;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    }

    .mask-benefit-list .benefit-left {
    width: 21%;
    padding-right: 2rem;
    border-right: 1px solid #ec6602;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .mask-benefit-list .benefit-right {
    width: 79%;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .mask-benefit-list .highlight-text {
    color: #ec6602;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: "National-Bold";
    }

    .mask-benefit-list .highlight-subtext {
    color: #888;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    }

    .mask-benefit-list .highlight-icon {
    max-width: 160px;
    }

    .mask-benefit-list .highlight-icon img {
    width: 100%;
    height: auto;
    display: block;
    }

    .mask-benefit-list .title-sub {
    color: #ec6602;
    font-size: 1.5rem;
    font-family: "National-Bold";
    text-transform: uppercase;
    margin-bottom: 0.55rem;
    }

    .mask-benefit-list .title-main {
    font-size: 1.5rem;
    font-family: "National-Bold";
    color: #000;
    margin-bottom: 0.8rem;
    }

    .mask-benefit-list .text-content {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    }

    @media (max-width: 767.98px) {
    .mask-benefit-list .benefit-block {
    flex-direction: column;
    padding: 2rem;
    }

    .mask-benefit-list .benefit-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: none;
    border-bottom: 1px solid #ec6602;
    margin-bottom: 1.5rem;
    }

    .mask-benefit-list .benefit-right {
    width: 100%;
    padding-left: 0;
    }

    .mask-benefit-list .highlight-text {
    font-size: 2.5rem;
    }
    }



    .mask-five-cards {
    background-color: #f4f5f6;
    padding: 4rem 0;
    text-align: center;
    }
    .mask-five-cards .special-headline {
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    }
    .mask-five-cards .intro-text {
    margin-bottom: 3rem!important;
    max-width: 700px;
    margin: 0 auto;
    }
    .mask-five-cards .cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    }
    .mask-five-cards .card-item {
    flex: 1 1 200px;
    background: #fff;
    padding: 2.5rem 1.5rem;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .mask-five-cards .card-item:hover {
    background: transparent;
    }
    .mask-five-cards .card-icon {
    height: 50px;
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .mask-five-cards .card-icon img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    }
    .mask-five-cards .card-title {
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    margin-bottom: 0.8rem;
    }
    .mask-five-cards .card-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
    }



    .teaser-split-container {
    background-color: #eef0f2;
    padding: 5rem 0;
    }

    .teaser-split-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
    }

    .teaser-split-left {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 15px;
    padding-right: 3rem;
    }

    .teaser-split-right {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 15px;
    }

    .teaser-split-kicker {
    color: #8a96a0;
    text-transform: uppercase;
    }

    .teaser-split-headline {
    margin-bottom: 1rem;
    font-family: "National-Bold", sans-serif;
    }

    .teaser-split-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    }

    .teaser-split-list li::before {
    display: none !important;
    }

    .teaser-split-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
    padding-left: 0 !important;
    }

    .teaser-split-list-icon {
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    }

    /* Card Styles */
    .teaser-split-card {
    background: #fff;
    display: flex;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 580px;
    /* Prevent card from becoming too wide */
    }

    .teaser-split-card-img {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .teaser-split-card-img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
    }

    .teaser-split-card-body {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 2rem 2rem 2rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .card-kicker {
    color: #8a96a0;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }

    .card-headline {
    font-size: 1.3rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.25;
    font-family: "National-Bold", sans-serif;
    }

    .card-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: .5rem;
    }

    .card-text p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    }

    .card-btn {
    display: inline-block;
    border: 2px solid #ec6602;
    color: #ec6602;
    background: transparent;
    font-weight: bold;
    text-transform: none;
    padding: 0px 20px;
    line-height: 38px;
    /* Added line-height to vertically center text when padding is 0 */
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
    width: max-content;
    font-size: 1rem;
    }

    .card-btn:hover {
    background: #ec6602;
    color: #fff;
    text-decoration: none;
    }

    @media (max-width: 1199.98px) {
    .teaser-split-headline {
    font-size: 2rem;
    /* Adjusted to match base font size */
    }
    }

    @media (max-width: 991.98px) {

    .teaser-split-left,
    .teaser-split-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    }

    .teaser-split-right {
    margin-top: 3rem;
    }
    }

    @media (max-width: 767.98px) {

    .teaser-split-card {
    flex-direction: column;
    }

    .teaser-split-card-img,
    .teaser-split-card-body {
    flex: 0 0 100%;
    max-width: 100%;
    }

    .teaser-split-card-img {
    padding: 1.5rem 1.5rem 0 1.5rem;
    }

    .teaser-split-headline {
    font-size: 1.8rem;
    }

    .teaser-split-card-body {
    padding: 1.5rem;
    }
    }



    .mask-process-steps {
    padding: 4rem 0;
    text-align: center;
    background-color: #fff;
    }

    .mask-process-steps .header-area {
    margin-bottom: 4rem;
    }

    .mask-process-steps .special-headline {
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    }

    .mask-process-steps .timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    }

    .mask-process-steps .timeline-step {
    flex: 1;
    position: relative;
    padding: 0 10px;
    }

    /* The dotted line connecting the steps */
    .mask-process-steps .timeline-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 30px;
    /* Vertically centered with the circle (60px/2) */
    left: 50%;
    width: 100%;
    border-top: 3px dotted #ec6602;
    z-index: 1;
    }

    .mask-process-steps .step-circle {
    width: 60px;
    height: 60px;
    border: 2px solid #ec6602;
    border-radius: 50%;
    background-color: #fff;
    color: #ec6602;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    position: relative;
    z-index: 2;
    /* keep circle above the dotted line */
    font-family: "National-Bold";
    font-weight: 900;
    }

    .mask-process-steps .step-title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    }

    .mask-process-steps .step-text p {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    }

    @media (max-width: 991.98px) {
    .mask-process-steps .timeline-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    }

    .mask-process-steps .timeline-step {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 2rem;
    width: 100%;
    }

    .mask-process-steps .timeline-step:not(:last-child)::after {
    /* Change dotted line to vertical */
    top: 60px;
    left: 39px;
    /* Center of the circle (10px padding + 30px radius - 1px border) */
    width: 0;
    height: calc(100% - 40px);
    border-top: none;
    border-left: 3px dotted #ec6602;
    }

    .mask-process-steps .step-circle {
    margin: 0 1.5rem 0 0;
    flex-shrink: 0;
    }

    .mask-process-steps .step-content {
    padding-top: 10px;
    }
    }



    .accordion-gray-variant {
    background-color: #eef0f2;
    padding: 5rem 0;
    }

    .accordion-gray-variant .special-headline {
    text-align: center;
    color: #8a96a0;
    text-transform: uppercase;
    font-weight: bold;
    }

    .accordion-gray-variant .headline-wrap {
    text-align: center;
    margin-bottom: 3rem;
    }

    .accordion-gray-variant .headline-wrap h1,
    .accordion-gray-variant .headline-wrap h2,
    .accordion-gray-variant .headline-wrap h3 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0;
    font-family: "National-Bold", sans-serif;
    }

    .accordion-gray-variant .panel-group {
    max-width: 800px;
    margin: 0 auto;
    }

    .accordion-gray-variant .panel {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-top: 1px solid #d5dbdf !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    }

    .accordion-gray-variant .panel:last-child {
    border-bottom: 1px solid #d5dbdf !important;
    }

    .accordion-gray-variant .panel-heading {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    }

    .accordion-gray-variant .panel-title {
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    }

    .accordion-gray-variant .accordion-toggle {
    display: block !important;
    position: relative !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-weight: bold !important;
    padding: 1.5rem 2.5rem 1.5rem 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
    }

    .accordion-gray-variant .accordion-toggle:focus,
    .accordion-gray-variant .accordion-toggle:active {
    outline: none !important;
    }

    .accordion-gray-variant .accordion-toggle::after {
    content: '\2212' !important;
    color: #ec6602 !important;
    font-size: 1.8rem !important;
    font-weight: normal !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    }

    .accordion-gray-variant .accordion-toggle.collapsed::after {
    content: '\002B' !important;
    }

    .accordion-gray-variant .accordion-toggle::before,
    .accordion-gray-variant .accordion-toggle .fa {
    display: none !important;
    }

    .accordion-gray-variant .panel-body {
    padding: 0 0 1.5rem 0 !important;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    border: none !important;
    background: transparent !important;
    }

    .accordion-gray-variant .panel-body p:last-child {
    margin-bottom: 0;
    }

    .accordion-gray-variant .panel-body .itemContainer {
    padding: 0 !important;
    }


