.hero-container,
.hero-img-container {
    position: relative;
}
.hero-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.hero-container video {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.section-hero,
.hero-img {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.section-hero + section {
    padding-top: 80px;
}
@media screen and (min-width: 768px) {
    .section-hero + section {
        padding-top: 160px;
    }
}
.hero-overlay-container {
    padding-top: 80px;
}
.home .hero-overlay-container {
    padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .hero-overlay-container {
        padding-top: 0;
    }
    .home .hero-overlay-container {
        padding-bottom: 0;
        padding-left: 48px;
    }
}
@media screen and (min-width: 1680px) {
    .home .hero-overlay-container {
        padding-left: 80px;
    }
}
.hero-img {
    margin-bottom: 36px;
    position: relative;
}

.hero-img img {
    display: block;
    width: 100%; /* Makes image fully responsive */
    -o-object-fit: cover;
    object-fit: cover; /* Keeps the original aspect ratio */
    -o-object-position: center;
    object-position: center;
    min-height: 400px; /* Minimum height */
    max-height: 800px; /* Maximum height */
}
.hero-home .hero-img img {
    max-height: 1080px; /* Maximum height */
}
@media screen and (min-width: 768px) {
    .hero-overlay-container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-20%);
    }
    .hero-overlay {
        text-align: center;
        width: 896px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: var(--white);
    }

    .hero-home-overlay {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        width: 840px;
        max-width: 65%;
        min-width: 600px;
    }
    .hero-home .hero-img img {
        min-height: 750px;
    }
}

@media screen and (min-width: 1110px) {
    .hero-home-overlay {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        width: 840px;
        max-width: 50%;
    }
    .hero-overlay-container {
        transform: translateY(-50%);
    }
}

.bg-blue {
    background-color: var(--blue);
    color: var(--white);
}

.bg-beige {
    background-color: var(--beige);
}

.bg-grey {
    background-color: var(--grey);
    color: var(--white);
}

section.bg-beige,
section.bg-blue,
section.bg-grey,
section.bg-beige + section,
section.bg-blue + section,
section.bg-grey + section {
    padding-top: 80px;
}

@media screen and (min-width: 768px) {
    section.bg-beige,
    section.bg-blue,
    section.bg-grey,
    section.bg-beige + section,
    section.bg-blue + section,
    section.bg-grey + section {
        padding-top: 160px;
    }
}

.hero-home-stoerer {
    padding-top: 36px;
    padding-bottom: 36px;
}

@media screen and (min-width: 1110px) {
    .hero-home-stoerer {
        padding-top: 36px;
        padding-bottom: 36px;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 24px;
        font-weight: 700;
        width: 418px;
        padding-top: 28px;
        padding-bottom: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .hero-home-stoerer {
        padding-top: 36px;
        padding-bottom: 36px;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 24px;
        font-weight: 700;
        width: 498px;
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 768px) {
    .section-txtimg > .frame-narrow,
    .section-txtimg2 > .frame-narrow {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media screen and (min-width: 1680px) {
    .section-txtimg > .frame-narrow,
    .section-txtimg2 > .frame-narrow {
        padding-left: 0;
        padding-right: 0;
    }
}
.txtimg-img {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .txtimg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .txtimg-txt,
    .txtimg2-img {
        flex: 1 1 744px;
        max-width: 744px;
    }

    .txtimg-img,
    .txtimg2-txt {
        flex: 1 1 598px;
        max-width: 598px;
        overflow: hidden;
        margin-bottom: 0;
    }
}

.txtimg-img img,
.txtimg2-img img {
    display: block;
    border-radius: 12px;
}
@media screen and (min-width: 768px) {
    .section-carousel > .frame,
    .section-carousel > .frame-narrow {
        padding-left: 36px;
        padding-right: 36px;
    }
}
@media screen and (min-width: 1680px) {
    .section-carousel > .frame,
    .section-carousel > .frame-narrow {
        padding-left: 0;
        padding-right: 0;
    }
}
/* container carousel */

.containercarousel-intro {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .containercarousel-intro {
        margin-bottom: 48px;
    }
}

.section-containercarousel {
    position: relative;
}
.slick-slider .slick-list {
    margin-bottom: 48px;
}
.containercarousel {
    margin-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
}
@media screen and (min-width: 768px) {
    .containercarousel {
        padding-left: 36px;
        padding-right: 36px;
    }

    .section-containercarousel .slick-track {
        display: flex;
    }

    .section-containercarousel .slick-slide {
        display: flex;
        height: auto !important; /* Ensure slick-slide takes the height of its contents */
        align-items: stretch; /* Ensure the slides stretch to the full height */
    }

    .section-containercarousel .slick-slide > div {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: stretch; /* Ensure the div inside stretches to full height */
    }

    .section-containercarousel .carousel-item {
        display: flex !important;
        flex-direction: column;
        flex: 1;
        justify-content: flex-start; /* Align items at the top */
    }

    .section-containercarousel .carousel-item-inner {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: flex-start; /* Align content at the top */
    }

    .section-containercarousel .carousel-item-inner img {
        max-width: 100%;
        height: auto;
    }

    .section-containercarousel .slider-nav {
        right: 48px;
    }
}
@media screen and (min-width: 1680px) {
    .containercarousel {
        padding-left: 68px;
        padding-right: 68px;
    }
    .section-containercarousel .slider-nav {
        right: 80px;
    }
}
/* Styling for the reset button and dropdowns */
.filters {
    margin-bottom: 20px;
}
.filters select,
#reset-filters {
    outline: none;
    border: 1px solid var(--blue);
    color: var(--white);
    background-color: var(--blue);
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 4px;
    line-height: 1.25;
    transition: all 0.15s ease-in-out;
    white-space: nowrap;
    font-weight: 700 !important;
    margin-bottom: 8px;
    margin-right: 6px;
}
@media screen and (min-width: 768px) {
    .filters select,
    #reset-filters {
        outline: none;
        border: 1px solid var(--blue);
        color: var(--white);
        background-color: var(--blue);
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 24px;
        border-radius: 4px;
        line-height: 1.25;
        transition: all 0.15s ease-in-out;
        white-space: nowrap;
        font-weight: 700 !important;
        margin-bottom: 16px;
    }
}
#reset-filters {
    background-color: var(--grey);
    border-color: var(--grey);
}
.initial-option,
#reset-filters {
    text-transform: uppercase;
}

.filters select:focus,
.filters select:hover,
#reset-filters:hover,
#reset-filters:active {
    border-color: #368ea6;
    background-color: #368ea6;
}
#reset-filters:hover,
#reset-filters:active {
    background-color: #949494;
    border-color: #949494;
}
.section-ziele > .module,
.section-intro > .module,
.section-accordiontermine > .module,
.accordion-intro {
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (min-width: 1680px) {
    .section-ziele > .module,
    .section-intro > .module,
    .section-accordiontermine > .module,
    .accordion-intro {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media screen and (min-width: 768px) {
    .section-ziele > .frame-narrow,
    .section-intro > .frame-narrow,
    .section-faq > .frame-narrow,
    .section-intro > faq-intro,
    .section-accordion > .accordion-intro,
    .section-accordion > .frame,
    .section-accordiontermine > .accordion-intro,
    .section-accordiontermine > .frame {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}

@media screen and (min-width: 1680px) {
    .section-ziele > .frame-narrow,
    .section-intro > .frame-narrow,
    .section-faq > .frame-narrow,
    .section-intro > faq-intro,
    .section-accordion > .accordion-intro,
    .section-accordion > .frame,
    .section-accordiontermine > .accordion-intro,
    .section-accordiontermine > .frame {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.section-containercarousel .slick-list {
    overflow: visible;
}
.section-trainercarousel .slider-nav {
    max-width: 1258px;
    width: calc(100% - 16px);
    padding-right: 0;
    left: 0;
}
@media screen and (min-width: 768px) {
    .section-trainercarousel .slider-nav {
        max-width: 1040px;
        width: calc(100% - 96px);
        padding-right: 48px;
        left: 0;
    }
}

@media screen and (min-width: 1680px) {
    .section-trainercarousel .slider-nav {
        max-width: 1040px;
        width: calc(100% - 80px);
        padding-right: 80px;
        left: 0;
    }
}
.section-containercarousel .slider-nav {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    .section-verteiler > .frame {
        padding-left: 48px;
        padding-right: 48px;
    }

    .section-video {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media screen and (min-width: 1680px) {
    .section-verteiler > .frame {
        padding-left: 80px;
        padding-right: 80px;
    }
    .section-video {
        padding-left: 68px;
        padding-right: 68px;
    }
}

.verteiler-intro {
    margin-bottom: 56px;
}
.carousel-item-inner {
    border-radius: 12px;

    text-align: left;
}
.containercarousel .carousel-item-inner {
    padding: 32px;
    background-color: var(--grey);
    min-height: 550px;
    position: relative;
    padding-bottom: 94px;
}
.slider-caption .cta {
    position: absolute;
    left: 32px;
    bottom: 32px;
    max-width: calc(100% - 64px);
}
@media screen and (min-width: 768px) {
    .containercarousel .carousel-item-inner {
        position: relative;
        padding: 40px;
        min-height: 650px;
        padding-bottom: 102px;
    }
    .slider-caption .cta {
        position: absolute;
        left: 40px;
        bottom: 40px;
    }
}
.carousel-item-inner .cta {
    margin-bottom: 0;
}
.carousel-item-inner img {
    border-radius: 8px;
    margin-bottom: 24px;
}

.carousel-item-hl {
    margin-bottom: 14px !important;
}

.slick-dots {
    padding-left: 24px;
}

@media screen and (min-width: 768px) {
    .slick-dots {
        padding-left: 16px;
    }
}

/* Ziele */

.ziele-intro {
    margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
    .ziele-grid {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 32px;
    }
}
.ziele-item {
    position: relative;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .ziele-item {
        padding: 36px;
        padding-left: 76px;
        padding-bottom: 40px;
        flex: 0 0 calc(50% - 16px);
        gap: 0 32px;
        margin-bottom: 0;
    }

    .ziele-item-dbl {
        flex: 0 0 100%;
    }
}
@media screen and (min-width: 768px) {
    .ziele-item:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 24px;
        top: 40px;
        background-image: url(../images/ui/checkmark.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
.ziele-item h5 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.ziele-item h5 svg {
    display: none;
    width: 24px;
}

@media screen and (min-width: 768px) {
    .ziele-item h5 svg {
        display: inline-block;
        width: 24px;
        margin-top: 4px;
    }
}
.roof a {
    text-decoration: none !important;
}
/* @media screen and (min-width: 768px) {
    .ziele-item-txt {
        padding-left: 36px;
    }
} */
.action-link-grp {
    margin-bottom: 32px;
}
.action-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px dashed var(--black);
    border-bottom: 1px dashed var(--black);
    text-decoration: none;
    font-size: 16px;
}
.action-link + .action-link {
    border-top: none;
}
.action-link:after {
    content: "";
    background-image: url(../images/ui/arrow-action-link.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
}
.action-link:last-child {
    border-bottom: 1px dashed var(--black);
}

.action-link svg {
    width: 16px;
}

@media screen and (min-width: 768px) {
    .section-action > .frame-narrow {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media screen and (min-width: 1680px) {
    .section-action > .frame-narrow {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media screen and (min-width: 1000px) {
    .intro {
        display: flex;
        justify-content: flex-start;
        gap: 32px;
    }

    .intro aside,
    .intro main {
        flex: 0 0 calc(50% - 16px);
    }

    .intro-title-inner {
        max-width: 640px;
    }
}
.section-faq > div,
.faq-intro {
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 1680px) {
    .section-faq > div,
    .faq-intro {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.faq-item {
    border-top: 1px dashed var(--black);
    padding-top: 32px;
    padding-bottom: 32px;
}

.faq-item:last-child {
    border-bottom: 1px dashed var(--black);
}
@media screen and (min-width: 768px) {
    .faq-item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px;
    }

    .faq-title {
        flex: 0 1 50%;
        max-width: 416px;
    }

    .faq-txt {
        flex: 0 1 860px;
        max-width: 860px;
        min-width: 50%;
    }
}

.faq-more-btn,
.faq-less-btn {
    background-color: transparent !important;
    color: var(--black);
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 32px;
}

.faq-item.has_more .faq-txt {
    padding-bottom: 40px;
    position: relative;
}
.faq-item.is_open .faq-more-btn {
    opacity: 0;
}
.faq-less-btn {
    pointer-events: none;
    opacity: 0;
}
.faq-item.is_open .faq-less-btn {
    pointer-events: all;
    opacity: 1;
}
.more-link {
    font-size: 16px;
}

.intro-group {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .intro-group {
        margin-bottom: 48px;
    }
}

.accordiontermine-item .accordiontermine-item-inner {
    border-top: 1px dashed var(--black);
    padding-top: 32px;
    padding-bottom: 32px;
}
.accordiontermine {
    margin-left: auto;
    margin-right: auto;
    max-width: 1760px;
}
.accordiontermine-item:last-child .accordiontermine-item-inner {
    border-bottom: 1px dashed var(--black);
}
@media screen and (min-width: 768px) {
    .accordion-visible,
    .accordion-hidden-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px;
    }

    .accordion-title {
        flex: 0 1 50%;
        max-width: 416px;
    }

    .accordion-txt {
        flex: 0 1 860px;
        max-width: 860px;
        min-width: 50%;
        padding-right: 48px;
    }
}

@media screen and (min-width: 1680px) {
    .accordion-txt {
        flex: 0 1 860px;
        max-width: 860px;
        min-width: 50%;
        padding-right: 80px;
    }
}

.more-link {
    font-size: 16px;
}

.intro-group {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .intro-group {
        margin-bottom: 48px;
    }
}

.accordion-hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.accordion-hidden.show {
    max-height: 2000px;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .accordion-hidden.show {
        max-height: 1000px;
    }
}

.accordion-hidden-content {
    padding-top: 48px;
    padding-bottom: 48px;
}
.accordiontermine-item {
    border-radius: 12px;
}
.accordiontermine-item.is_open {
    background-color: var(--white);
}
.accordiontermine-item-inner {
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
    .accordiontermine-item-inner {
        padding-left: 48px;
        padding-right: 48px;
    }
    .accordiontermine-item-inner .accordion-btn {
        right: 48px;
    }
}

@media screen and (min-width: 1680px) {
    .accordiontermine-item-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .accordiontermine-item-inner .accordion-btn {
        right: 0;
    }
}
.accordiontermine-item.is_open .accordiontermine-item-inner {
    border-top: 1px dashed transparent;
    padding-top: 72px;
    margin-bottom: 48px;
    border-bottom: none !important;
}

.trainer-img img {
    display: block;
    border-radius: 8px;
}

/* Trainervarousel */
.trainercarousel .carousel-item-inner img {
    position: relative;
    z-index: 1;
}
.trainerintro,
.carousel-intro {
    max-width: 716px;
}
@media screen and (min-width: 768px) {
    .trainercarousel .carousel-item-inner img {
        position: relative;
        z-index: auto;
    }
}
.trainercarousel .carousel-item-inner {
    max-width: calc(100vw - 40px);
}

@media screen and (min-width: 768px) {
    .trainercarousel .carousel-item-inner {
        width: 944px;
        max-width: calc(100vw - 196px);
    }
}
.trainercarousel .bigimg-caption {
    margin-top: -48px;
}

@media screen and (min-width: 1000px) {
    .trainercarousel .bigimg-caption {
        margin-top: -188px;
    }
}
.trainercarousel .slick-list {
    padding-bottom: 24px;
}
.trainercarousel .slick-list {
    /* padding-bottom: 24px; */
    overflow: visible;
}
.accordion-btn {
    background-color: transparent !important;
    position: absolute;
    right: 0;
    top: 32px;
    width: 50px;
    text-align: right;
    transition: all 0.2s ease-in-out;
}
.accordiontermine-item.is_open .accordion-btn {
    top: 72px;
}
.accordion-btn svg {
    transition: all 0.2s ease-in-out;
}
.accordiontermine-item.is_open .accordion-btn svg {
    transform: rotate(180deg);
}

/* Success-Slider */
.section-success > div {
    padding-left: 12px;
    padding-right: 12px;
}
@media screen and (min-width: 768px) {
    .section-success > div {
        padding-left: 36px;
        padding-right: 36px;
    }
}
@media screen and (min-width: 1680px) {
    .section-success > div {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.company-logo {
    width: 50%;
    max-width: 145px;
}
.success-item-inner {
}

@media screen and (min-width: 768px) {
    .success-item-inner {
        display: flex;
        justify-content: flex-start;
        /* align-items: flex-start; */
        gap: 32px;
    }
}

.success-item-inner .success-img,
.success-item-inner .success-txt {
    flex: 0 0 calc(50% - 16px);
    border-radius: 12px;
}
.success-item-inner .success-img {
    height: 70vw;
    overflow: hidden;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .success-item-inner .success-img {
        height: auto;
        margin-bottom: 0;
    }
}
.success-item-inner .success-img img,
.success-item-inner .success-img video {
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100% !important;
    max-height: 640px;
    display: block;
}
@media screen and (min-width: 768px) {
    .success-item-inner .success-img img,
    .success-item-inner .success-img video {
        height: 640px !important;
    }
    .success-item-inner .success-img img {
        border-radius: 12px;
    }
}
.success-txt {
    padding: 32px;
    margin-bottom: 48px;
}
.success-cite-txt {
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .success-cite-txt {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    .success-txt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 48px;
        padding-top: 72px;
        padding-left: 56px;
        padding-right: 76px;
        margin-bottom: 0;
    }

    .success-cite {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (min-width: 768px) {
    .section-bigimg > .frame-narrow {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media screen and (min-width: 1680px) {
    .section-bigimg > .frame-narrow {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.bigimg-txt {
    max-width: 715px;
    margin-bottom: 56px;
}

.bigimg-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .bigimg-img {
        z-index: auto;
    }
}

.bigimg-img img {
    display: block;
}

.bigimg-caption {
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 32px;
    padding-top: 58px;
    margin-top: -18px;
    border-radius: 12px;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .bigimg-caption {
        padding-top: 32px;
        max-width: 648px;
        font-size: 20px;
        line-height: 28px;
        margin-top: -188px;
        margin-left: 64px;
        width: 100%;
    }
}

.bigimg-caption h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
    .bigimg-caption h4 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 768px) {
    .bigimg-caption-txt {
        margin-bottom: 48px;
    }
}

.bigimg-caption .cta {
    margin-bottom: 0;
}

.carousel .slick-list {
    overflow: visible;
}

.carousel-intro,
.sec-intro {
    margin-bottom: 56px;
}

.ccarousel .carousel-item-inner img {
    border-radius: 8px;
    margin-bottom: 0;
    max-width: calc(100vw - 48px);
}
@media screen and (min-width: 768px) {
    .ccarousel .carousel-item-inner img {
        border-radius: 8px;
        margin-bottom: 0;
        max-width: 715px;
        max-height: 458px;
    }
}
.ccarousel .slick-list {
    overflow: visible;
}
.ccarousel .slick-list {
    line-height: 0;
}
/* verteiler */

.verteiler-item {
    padding: 40px;
    border-radius: 12px;
}

.verteiler-item img {
    display: block;
    margin-bottom: 32px;
    border-radius: 12px;
}

@media screen and (min-width: 768px) {
    .verteiler-group {
        display: flex;
        justify-content: flex-start;
        gap: 32px;
        flex-wrap: wrap;
    }
}
.verteiler-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 565px;
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
    .verteiler-item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        flex: 0 0 calc(50% - 16px);
        max-width: 565px;
    }
}
@media screen and (min-width: 1200px) {
    .verteiler-item {
        flex: 0 0 calc(33.33% - 22px);
    }
}

.verteiler-item h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 32px;
}

.verteiler-item-txt {
    margin-bottom: 64px;
}

.content > .bg-grey:last-child,
.content > .bg-blue:last-child,
.content > .bg-beige:last-child {
    margin-bottom: 48px;
}

input[type="email"] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 1);
    background-color: #fff;
    margin-bottom: 24px;
}

input.wpcf7-form-control.wpcf7-quiz {
    max-width: 70px;
}
/* .section-nl {
    padding-top: 0 !important;
    padding-bottom: 0;
} */
.nl-img {
    position: relative;
    max-width: 1462px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    .nl-form {
        display: flex;
        justify-content: flex-start;
        gap: 12px;
    }
    .nl-form .cta {
        flex: 0 0 120px;
        margin-bottom: 0;
    }
}

.nl-form input[type="email"] {
    flex: 1 1 auto;
    padding: 12px;
}

.frame-1462 {
    max-width: 1462px;
}

.nl-intro {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 24px;
    padding-right: 24px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 714px;
}
@media screen and (min-width: 768px) {
    .nl-intro {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 48px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 714px;
    }
}
@media screen and (min-width: 1680px) {
    .nl-intro {
        padding-left: 80px;
    }
}
.nl-img-container {
    border-radius: 12px;
    overflow: hidden;
}
.nl-img-container img {
    display: block;
    min-height: 1000px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.nl-content {
    margin-bottom: 56px;
}

.seo-grp {
    margin-bottom: 56px;
}
.form-container {
    background: var(--beige);
    border-radius: 12px;
    padding: 80px 24px;
}
@media screen and (min-width: 768px) {
    .form-container {
        background: var(--beige);
        border-radius: 12px;
        padding: 80px;
    }
}
section.bg-beige .form-container {
    background: var(--white);
    border-radius: 12px;
    padding: 80px;
}

@media screen and (min-width: 768px) {
    .section-form {
        padding-left: 36px;
        padding-right: 36px;
    }
}
@media screen and (min-width: 1680px) {
    .section-form {
        padding-left: 68px;
        padding-right: 68px;
    }
}
input[type="text"],
input[type="email"],
textarea {
    font-family: var(--sans);
    top: 521px;
    left: 229px;
    width: 100%;
    display: block;
    padding: 12px;
    gap: 8px;
    border-radius: 4px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid rgba(115, 130, 144, 1);
    margin-bottom: 0;
}
section.bg-beige input[type="text"],
section.bg-beige input[type="email"],
section.bg-beige textarea {
    background-color: var(--beige);
}
.form-item {
    margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
    .form-grp {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0 32px;
    }

    .form-item,
    .form-grp-4 > .form-item {
        flex: 0 0 calc(50% - 16px);
    }

    .form-item-dbl {
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1000px) {
    .form-grp-4 > .form-item {
        flex: 0 0 calc(25% - 24px);
    }
}

.wpcf7-acceptance {
    display: block;
    padding-top: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.wpcf7-acceptance label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}
.wpcf7-acceptance .wpcf7-list-item {
    padding-left: 0;
    margin-left: 0;
}

.blog-meta {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .blog-title-group {
        flex: 0 0 calc(40% - 16px);
    }
    .blog-main {
        flex: 0 0 calc(60% - 16px);
    }
}
.blog-entry {
    max-width: 744px;
    margin-bottom: 104px;
}

@media screen and (min-width: 768px) {
    .blog-entry {
        flex: 0 0 calc(50% - 12px);
    }
}

@media screen and (min-width: 1680px) {
    .blog-entry {
        flex: 0 0 calc(50% - 16px);
    }
}
@media screen and (min-width: 768px) {
    .section-nl.styled-txt {
        padding-left: 48px;
        padding-right: 48px;
    }
}
.post-thumb {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}
.post-thumb img {
    display: block;
}

.styled-txt .post-meta {
    font-size: 16px;
    line-height: 24px;
}
.excerpt {
    margin-bottom: 32px;
}

.intro-main .ziele-item {
    margin-bottom: 40px;
}
ul.slick-dots {
    margin-bottom: 0;
    top: 6px;
}
.ccarousel {
    margin-bottom: 104px !important;
}
.post-overview {
    padding-top: 160px;
    padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
    .blog-overview-group {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1680px) {
    .blog-overview-group {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
    }
}

@media screen and (min-width: 768px) {
    .pinned-entry {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
    }
    .pinned-entry .post-thumb-container {
        flex: 0 0 50%;
    }
    .pinned-entry .post-thumb {
        max-width: 570px;
    }
}

@media screen and (min-width: 1680px) {
    .pinned-entry {
        gap: 32px;
    }
}

.category-links {
    padding-bottom: 112px;
}
.category-links > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

.category-link.active {
    border: 1px solid #000;
    border-radius: 4px;
}
.pinned-overview-group {
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (min-width: 768px) {
    .pinned-overview-group {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media screen and (min-width: 1680px) {
    .pinned-overview-group {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.blog-overview-group,
.category-links {
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .blog-overview-group,
    .category-links {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media screen and (min-width: 1680px) {
    .blog-overview-group,
    .category-links {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (min-width: 768px) {
    .seo-grp {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}

@media screen and (min-width: 1680px) {
    .seo-grp {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
@media screen and (min-width: 768px) {
    .seo-grp {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}

@media screen and (min-width: 1680px) {
    .seo-grp {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

nav li a:hover {
    color: var(--blue) !important;
}

.sib-form,
.sib-container {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
.sib-container--large {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
}

.sib-form .entry__label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
section .sib-form label,
section .sib-form label p,
section .entry__choice label p,
section .sib-form .entry__label {
    color: #000 !important;
}

.intro-dl-grp {
    background-color: var(--grey);
    color: #fff;
    border-radius: 16px;
    max-width: 540px;
    margin-bottom: 64px;
    flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
    .intro-dl-grp {
        margin-bottom: 0;
    }
}
.dl-title {
    font-weight: 700;
    margin-bottom: 16px;
}
.dl-desc {
    margin-bottom: 24px;
}

.intro-dl-grp .dl-link {
    padding: 14px 24px;
    min-width: 240px;
}

.intro-title-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Dynamischer Newsletter embed */

@media screen and (min-width: 1000px) {
    .brevo-embed-dynamic .nl-intro {
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
    }
    .brevo-embed-dynamic .nl-content {
        padding-top: 30px;
    }
    .brevo-nl-grp .flex-50 {
        flex: 0 0 calc(50% - 48px);
        max-width: 714px;
    }
}
