/*
 Theme Name:   Bricks Child-Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Start your project from here
 Author:       Bricks, Michael Trinh
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
:root {
    --text-font: 'Inter', sans-serif;
    --heading-font: "canto-pen", serif;
}
body {
    background-color: var(--bg-body);
    font-family: var(--text-font);
    font-weight: 400;
    color: var(--text-color);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
h1 {
    font-family: var(--heading-font);
    font-size: clamp(45px, 8vw, 113px);
    font-style: normal;
    font-weight: 500;
    line-height: 78%;
    letter-spacing: clamp(-5.65px, 1vw, 0px);
    z-index: 1;
}
body:not(.home) h1 {
    max-width: 70%;
}
h2 {
    font-family: var(--heading-font);
    font-size: clamp(35px, 5vw, 81px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: clamp(-4.05px, 1vw, 0px);
}
h3 {
    font-family: var(--heading-font);
    font-size: clamp(35px, 4vw, 58px);
    font-style: normal;
    font-weight: 600;
    line-height: 78%;
    letter-spacing: clamp(-2.9px, 1vw, 0px);
}
h4 {
    font-family: var(--heading-font);
    font-size: clamp(24px, 4vw, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.heading-special {
    display: flex;
    flex-direction: column;
}
.heading-special span {
    align-self: flex-end;
    color: var(--primary);
}
header nav a,
header nav span {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.835px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    header nav .brx-nav-nested-items > li:nth-child(-n+3)::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: currentcolor;
        position: absolute;
        right: -15px;
    }
}
header .brx-submenu-positioned {
    padding: 5px;
    border-radius: 10px;
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.10);
}
header .brx-submenu-positioned .menu-item {
    padding: 20px 10px;
}
header .brx-submenu-positioned .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.60)
}
header nav button[aria-label="Schließen"] {
    position: absolute;
    top: 30px;
    right: 30px;
}
@media (max-width: 991px) {
    header nav .brx-nav-nested-items {
        justify-content: center;
        align-items: stretch;
        font-size: 22px;
        padding: 30px;
    }
    header nav .brx-nav-nested-items > li {
        padding: 20px 0;
    }
}
header svg.logo {
    color: var(--primary);
}
.header-white header svg.logo, .header-white header nav {
    color: #fff;
}
.header-white header nav.brx-open, .header-white header .brxe-dropdown.open ul {
    color: #000;
}
.header-white .brx-sticky.scrolling > .brxe-section {
    background-color: var(--primary) !important;
}
section {
    padding: 20px;
}
main section {
  padding: clamp(50px, 5vw, 130px) 25px clamp(50px, 5vw, 130px) 25px;
}
.startseite-titel .brxe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35vh;
    min-height: 500px;
}
@media (min-width: 768px) {
    .startseite-titel .brxe-container {
        height: 60vh;
    }
}
@media (min-width: 1280px) {
    .startseite-titel .brxe-container {
        height: 100vh;
    }
}
.brxe-container {
    width: 1260px;
}
.brxe-button.bricks-button {
    position: relative;
    padding: 15px 10px;
    text-align: center;
    font-size: 13.387px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.966%;
    letter-spacing: 0.134px;
    margin: 10px 0;
}
.bricks-button.outline,
button[type="submit"] {
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.966%;
    letter-spacing: 0.16px;
}
.video-bg-grey video {
    opacity: 0.12;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    mix-blend-mode: luminosity;
}
.bricks-button.bricks-background-info {
    background-color: transparent;
    color: var(--primary);
    font-size: 13.387px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.966%;
    letter-spacing: 0.134px;
}
.slider-methode {
    text-align: center;
}
.slider-methode .subheading {
    margin-bottom: 30px;
}
.slider-methode h2 {
    margin-bottom: clamp(40px, 8vw, 100px);
}
.slider-methode .brxe-text {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 25.52px */
    letter-spacing: -0.22px;
}
.slider-methode .slider-methode-icon {
    width: 180px;
    height: 150px;
}
.accordion-methode .listening {
    gap: clamp(20px, 5vw, 50px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .accordion-methode .listening {
        flex-direction: row;
    }
}
.accordion-methode .listening:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    padding-top: 40px;
}
@media (min-width: 768px) {
    .accordion-methode .accordion-title-wrapper {
        flex: 1;
    }
}
@media (min-width: 768px) {
    .accordion-methode .accordion-content-wrapper {
        padding: 0 !important;
    }
}
.bricks-button.bricks-background-light {
    background-color: transparent;
    color: inherit;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 127%;
    letter-spacing: 0.109px;
}
@media (min-width: 768px) {
    .header-iaido,
    .header-angebote {
        padding-top: clamp(50px, 5vw, 130px);
        padding-bottom: clamp(50px, 5vw, 130px);
        height: 90vh;
        justify-content: flex-end;
    }
}
@media (min-width: 1280px) {
    .header-iaido,
    .header-angebote {
        height: 95vh;
    }
}
.header-angebote .brxe-text-basic.subheading-red {
    width: 70%;
}
.header-iaido .header-methode-figur {
    aspect-ratio: 972 / 1219;
    height: 100%;
    min-width: 200px;
    min-height: 210px;
    position: absolute;
    right: -10px;
    bottom: -100px;
}
@media (min-width: 768px) {
    .header-iaido .header-methode-figur {
        height: 170%;
    }
}
@media (min-width: 768px) {
    .header-iaido .header-methode-figur {
        height: 65vw;
        bottom: -15vw;
        max-height: clamp(250px, 95vh, 950px);
    }
}
@media (min-width: 2000px) {
    .header-iaido .header-methode-figur {
        height: 950px;
        bottom: -315px;
        max-height: clamp(250px, 95vh, 950px);
    }
}
.header-iaido .header-schrift {
    aspect-ratio: 212 / 629;
    height: 125%;
    position: absolute;
    right: 0;
    bottom: -80px;
}

@media (min-width: 768px) {
    .header-iaido .header-schrift {
        height: 35vw;
        bottom: -8vw;
    }
}
.header-iaido-catchphrase {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: 4px;
    text-transform: uppercase;
    max-width: 70%;
}

@media (min-width: 768px) {
    .header-iaido-catchphrase {
        flex-direction: row;
        gap: 30px;
        line-height: 78%;
    }
}
.header-iaido-catchphrase .brxe-text-basic {
    position: relative;
    column-gap: 30px;
    width: fit-content;
    line-height: 105%;;
}
@media (min-width: 768px) {
    .header-iaido-catchphrase .brxe-text-basic:not(:last-child)::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: currentColor;
        position: absolute;
        top: 0;
        right: -15px;
    }
}
.header-angebote .header-angebote-figur {
    aspect-ratio: 1839 / 4096;
    height: 100%;
    min-height: 180px;
    position: absolute;
    left: 10px;
    bottom: 0;
}
@media (min-width: 480px) {
    .header-angebote .header-angebote-figur {
        height: 170%;
        left: -10px;
    }
}
@media (min-width: 768px) {
    .header-angebote .header-angebote-figur {
        height: clamp(280px, 35vw, 850px);
    }
}
.header-angebote .header-schrift {
    aspect-ratio: 2 / 9;
    height: 125%;
    position: absolute;
    right: 12vw;
    bottom: clamp(0px, 5vw, 160px);
}

@media (min-width: 768px) {
    .header-angebote .header-schrift {
        height: clamp(150px, 25vw, 650px);
    }
}
.iaido-weg {
    gap: clamp(20px, 5vw, 100px);
    padding-top: clamp(50px, 5vw, 130px);
    padding-bottom: clamp(50px, 5vw, 130px);
}

@media (min-width: 480px) {
    .iaido-weg {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .iaido-weg {
        grid-template-columns: repeat(3, 1fr);
    }
}

.angebote-iaido-info > div,
.angebote-quigong-info > div,
.angebote-mentoring-info > div {
    padding-top: clamp(50px, 5vw, 130px);
    padding-bottom: clamp(50px, 5vw, 130px);
}
@media (min-width: 992px) {
    .angebote-iaido-info > div:first-child,
    .angebote-quigong-info > div:first-child,
    .angebote-mentoring-info > div:first-child {
        width: 650px;
    }
}
@media (min-width: 992px) {
    .angebote-iaido-info > div:last-child,
    .angebote-quigong-info > div:last-child,
    .angebote-mentoring-info > div:last-child {
        width: 450px;
    }
}
.angebote-iaido-icons,
.angebote-quigong-icons,
.angebote-mentoring-icons {
    gap: clamp(20px, 5vw, 100px);
}

@media (min-width: 480px) {
    .angebote-iaido-icons,
    .angebote-quigong-icons,
    .angebote-mentoring-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 991px) {
    .angebote-iaido-icons,
    .angebote-quigong-icons,
    .angebote-mentoring-icons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
.iaido-weg svg {
    color: var(--primary);
    margin-bottom: 40px;
}

.angebote-iaido-icons svg {
    color: var(--white);
    margin-bottom: 25px;
}
.angebote-quigong-icons svg {
    color: var(--primary);
    margin-bottom: 25px;
}
.angebote-mentoring-icons svg {
    color: var(--primary);
    margin-bottom: 25px;
}
.iaido-weg h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 78%;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}
.angebote-iaido-icons h3,
.angebote-quigong-icons h3,
.angebote-mentoring-icons h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 78%;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}
.iaido-weg .brxe-text {
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.16px;
}
.samurai-erbe,
.werdegang {
    padding-top: clamp(50px, 5vw, 130px);
    padding-bottom: clamp(50px, 5vw, 130px);
}
.samurai-erbe .brxe-container,
.werdegang .brxe-container {
    align-items: center;
}
.samurai-erbe img,
.werdegang img {
    margin-bottom: clamp(30px, 5vw, 80px);
}
.samurai-erbe .subheading,
.werdegang .subheading {
    margin-bottom: 20px;
}
.samurai-erbe h2 {
    margin-bottom: clamp(30px, 5vw, 60px);
    color: var(--primary);
}
.samurai-erbe .brxe-accordion-nested .listening,
.werdegang .brxe-accordion-nested .listening {
    border-radius: 4px;
    border: 1px solid rgba(138, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 20px;
}
.samurai-erbe .brxe-accordion-nested .listening.brx-open,
.werdegang .brxe-accordion-nested .listening.brx-open {
    background-image: url(/wp-content/uploads/2026/03/details-category-1.png);
    background-size: cover;
    background-position: center bottom;
}
.samurai-erbe .brxe-accordion-nested h4 {
    color: var(--primary);
}
.werdegang .brxe-accordion-nested h4 {
    color: var(--white);
}
.werdegang .accordion-title-wrapper[aria-expanded="true"] h4 {
    color: var(--primary)
}
.brxe-accordion-nested .accordion-title-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px;
}
.brxe-accordion-nested .accordion-title-wrapper svg {
    min-width: 10px;
    width: 10px;
    height: 10px;
}
.brxe-accordion-nested .accordion-content-wrapper {
    padding: 30px !important;
}
.angebot-kurse-iaido,
.angebot-kurse-quigong,
.angebot-kurse-mentoring {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    align-items: stretch;
}

@media (min-width: 768px) {
    .angebot-kurse-iaido,
    .angebot-kurse-quigong,
    .angebot-kurse-mentoring {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Dynamic grid based on child count from 768px */
@media (min-width: 768px) {
    /* 1 child */
    .angebot-kurse-iaido > *:first-child:nth-last-child(1),
    .angebot-kurse-quigong > *:first-child:nth-last-child(1),
    .angebot-kurse-mentoring > *:first-child:nth-last-child(1) {
        grid-column: 1 / -1;
        align-items: flex-end;
        padding-top: 115px;
    }
    .angebot-kurse-iaido > *:first-child:nth-last-child(1) .angebot-label,
    .angebot-kurse-quigong > *:first-child:nth-last-child(1) .angebot-label,
    .angebot-kurse-mentoring > *:first-child:nth-last-child(1) .angebot-label {
        left: 50px;
        right: auto;
    }
    .angebot-kurse-iaido > *:first-child:nth-last-child(1) .angebot-content,
    .angebot-kurse-quigong > *:first-child:nth-last-child(1) .angebot-content,
    .angebot-kurse-mentoring > *:first-child:nth-last-child(1) .angebot-content {
        position: absolute;
        left: 30px;
        bottom: 30px;
        text-align: left;
    }
    .angebot-kurse-iaido > *:first-child:nth-last-child(1) .bricks-button,
    .angebot-kurse-quigong > *:first-child:nth-last-child(1) .bricks-button,
    .angebot-kurse-mentoring > *:first-child:nth-last-child(1) .bricks-button {
        width: 300px;
    }
    .angebot-kurse-iaido:has(> *:first-child:nth-last-child(1)),
    .angebot-kurse-quigong:has(> *:first-child:nth-last-child(1)),
    .angebot-kurse-mentoring:has(> *:first-child:nth-last-child(1)) {
        grid-template-columns: repeat(1, 1fr);
    }
    
    /* 2 children */
    .angebot-kurse-iaido:has(> *:first-child:nth-last-child(2)),
    .angebot-kurse-quigong:has(> *:first-child:nth-last-child(2)),
    .angebot-kurse-mentoring:has(> *:first-child:nth-last-child(2)) {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* 3 or more children - default stays at repeat(3, 1fr) */
}
.angebot-kurs-iaido-item,
.angebot-kurs-quigong-item,
.angebot-kurs-mentoring-item {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
    align-items: center;
    padding: 30px;
    gap: 25px;
}
.angebot-kurs-quigong-item:not(.beliebtest).angebot-kurs-quigong-item {
    background-color: rgba(180, 160, 140, 0.2);
    mix-blend-mode: multiply;
    backdrop-filter: blur(6px);
}
.angebot-kurs-iaido-item .angebot-kurseinheit,
.angebot-kurs-quigong-item .angebot-kurseinheit,
.angebot-kurs-mentoring-item .angebot-kurseinheit {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.835px;
    text-transform: uppercase;;
}
.angebot-kurs-iaido-item .angebot-preis,
.angebot-kurs-quigong-item .angebot-preis,
.angebot-kurs-mentoring-item .angebot-preis {
    font-family: var(--heading-font);
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 78%;
    letter-spacing: 5.8px;
}
.angebot-kurs-iaido-item .angebot-content,
.angebot-kurs-quigong-item .angebot-content,
.angebot-kurs-mentoring-item .angebot-content {
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.18px;
}
.angebot-kurs-iaido-item .angebot-content ul,
.angebot-kurs-quigong-item .angebot-content ul,
.angebot-kurs-mentoring-item .angebot-content ul {
    list-style-type: none;
    padding-left: 0;
}
.angebot-kurs-iaido-item .bricks-button,
.angebot-kurs-quigong-item .bricks-button,
.angebot-kurs-mentoring-item .bricks-button {
    border-radius: 2px;
    background: #FFF;
    padding: 15px;
    width: 100%;
    margin-top: auto;
    color: var(--primary);
}
.angebot-kurs-iaido-item .angebot-label,
.angebot-kurs-quigong-item .angebot-label,
.angebot-kurs-mentoring-item .angebot-label {
    position: absolute;
    top: 0;
    right: 50px;
    border-radius: 0 0 6px 6px;
    background: var(--primary);
    color: var(--white);
    display: inline-flex;
    padding: 4px 12px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}
.angebot-kurs-iaido-item.beliebtest,
.angebot-kurs-quigong-item.beliebtest,
.angebot-kurs-mentoring-item.beliebtest {
    background-image: url(/wp-content/uploads/2026/03/e2cb05f969b7808bc7d87acc30908962e3087629.png);
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
}
.angebot-kurs-iaido-item.beliebtest .angebot-kurseinheit,
.angebot-kurs-quigong-item.beliebtest .angebot-kurseinheit,
.angebot-kurs-mentoring-item.beliebtest .angebot-kurseinheit,
.angebot-kurs-iaido-item.beliebtest .angebot-preis,
.angebot-kurs-quigong-item.beliebtest .angebot-preis,
.angebot-kurs-mentoring-item.beliebtest .angebot-preis {
    color: var(--primary);
}
.angebot-kurs-iaido-item.beliebtest .angebot-content,
.angebot-kurs-quigong-item.beliebtest .angebot-content,
.angebot-kurs-mentoring-item.beliebtest .angebot-content {
    color: var(--text-color);
}
.angebot-kurs-iaido-item.beliebtest .bricks-button,
.angebot-kurs-quigong-item.beliebtest .bricks-button,
.angebot-kurs-mentoring-item.beliebtest .bricks-button {
    background: var(--primary);
    color: var(--white);
}
.slider-kundenstimmen .slide-kundenstimme {
    border-radius: 16px;
    border: 1px solid #F1F5F9;
    background: #F8F5F5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    max-height: 500px;
    flex-wrap: nowrap;
}
@media (min-width: 768px) {
    .slider-kundenstimmen .slide-kundenstimme {
        max-height: 430px;
    }
}
.slider-kundenstimmen .slide-sterne {
    color: var(--primary);
    margin-bottom: 20px;
    min-height: 12px;
    height: 12px;
    background-size: contain;
    background-image: url(/wp-content/uploads/2026/03/icon-star-red.svg);
}
.slider-kundenstimmen .stern-1 {
    width: 12px;
}
.slider-kundenstimmen .stern-2 {
    width: 24px;
}
.slider-kundenstimmen .stern-3 {
    width: 36px;
}
.slider-kundenstimmen .stern-4 {
    width: 48px;
}
.slider-kundenstimmen .stern-5 {
    width: 60px;
}
.slider-kundenstimmen .slide-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.16px;
    margin-bottom: 50px;
}
.slider-kundenstimmen .slide-name {
    color: #0F172A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.slider-kundenstimmen .slide-beruf {
    color: #64748B;
    font-family: var(--heading-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.slider-kundenstimmen .splide__arrows {
    position: absolute;
    top: -35px;
    right: 0;
    width: 120px;
}
@media (min-width: 480px) {
    .slider-kundenstimmen .splide__arrows {
        top: -80px;
    }
}
.splide__arrow svg {
    color: var(--primary);
}
.splide__arrow:disabled svg {
    color: #00000040;
}
.referenzen-liste img {
    height: 180px;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}
.referenzen-liste > .brxe-block {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    height: 100%;
    padding: 25px;
}
@media (min-width: 768px) {
    .referenzen-liste {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (min-width: 992px) {
    .referenzen-liste {
        grid-template-columns: repeat(3,1fr);
        gap: 50px;
    }
}
.referenzen-liste img {
    margin-bottom: 30px;
}
.referenzen-liste h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 78%;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}
.slider-referenzen .swiper-wrapper {
    gap: clamp(30px, 8vw, 100px);
}
.slider-referenzen .swiper-slide .image {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    footer .webdesign-ameisenhaufen {
       white-space: nowrap;
    }
}
footer .copyright,
footer .footer-left-side > a {
    width: fit-content;
    text-align: center;
    position: relative;
}
@media (min-width: 992px) {
    footer .footer-left-side {
        gap: 20px;
    }
}
@media (min-width: 992px) {
    footer .footer-left-side > a::before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: -10px;
    }
}

.weg-konfrontation {
    padding-bottom: 150px;
    padding-left: clamp(50px, 12vw, 150px);
    background-size: 150px !important;
}

@media (min-width: 768px) {
    .weg-konfrontation {
        padding-bottom: 0;
        background-size: contain !important;
    }
}

@media (min-width: 992px) {
    .weg-konfrontation {
        background-position: clamp(15%, 14vw, 300px) 100% !important;
    }
}
.weg-konfrontation h2 {
    width: clamp(320px, 50vw, 800px);
    margin-left: clamp(20px, 6vw, 115px);
}

@media (min-width: 992px) {
    .weg-konfrontation h2 {
        align-self: center;
    }
}
.weg-konfrontation .brxe-block {
    max-width: 500px;
    align-self: flex-end;
}
.home h1.heading-special {
    width: 100%;
}

@media (min-width: 480px) {
    .home h1.heading-special {
        width: 500px;
    }
}

@media (min-width: 768px) {
    .home h1.heading-special {
        width: 650px;
    }
}

@media (min-width: 992px) {
    .home h1.heading-special {
        width: 830px;
    }
}

@media (min-width: 1280px) {
    .home h1.heading-special {
        width: 930px;
    }
}
.uebermich h2 {
    width: 100%;
}

@media (min-width: 480px) {
    .uebermich h2 {
        width: 400px;
    }
}

@media (min-width: 768px) {
    .uebermich h2 {
        width: 520px;
    }
}

@media (min-width: 992px) {
    .uebermich h2 {
        width: 670px;
    }
}

@media (min-width: 1280px) {
    .uebermich h2 {
        width: 860px;
    }
}
.kranich {
    position: relative;
    height: 400px;
}
.kranich h2 span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 15%;
}

@media (min-width: 768px) {
    .kranich h2 span:nth-child(1) {
        top: 150px;
    }
}

@media (min-width: 1280px) {
    .kranich h2 span:nth-child(1) {
        left: calc(50% - 500px);
    }
}
.kranich h2 span:nth-child(2) {
    position: absolute;
    color: var(--primary);
    left: 0;
    bottom: 35%;
}

@media (min-width: 480px) {
    .kranich h2 span:nth-child(2) {
        left: 15%;
    }
}

@media (min-width: 768px) {
    .kranich h2 span:nth-child(2) {
        left: 22%;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .kranich h2 span:nth-child(2) {
        bottom: 100px;
    }
}

@media (min-width: 1280px) {
    .kranich h2 span:nth-child(2) {
        left: calc(50% - 270px);
    }
}
.kranich h2 span:nth-child(3) {
    position: absolute;
    color: var(--primary);
    bottom: 0;
    right: 0;
}

@media (min-width: 992px) {
    .kranich h2 span:nth-child(3) {
        bottom: 100px;
    }
}

@media (min-width: 1280px) {
    .kranich h2 span:nth-child(3) {
        right: calc(50% - 620px);
    }
}
.kranich img {
    position: absolute;
    width: clamp(300px, 45vw, 800px);
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    max-height: 400px;
    object-fit: contain;
}

@media (min-width: 1280px) {
    .kranich img {
        width: 500px;
        left: calc(50% - 250px);
        top: 0;
        transform: unset;
    }
}

.kurse .kurse-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

@media (min-width: 768px) {
    .kurse .kurse-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .kurse .kurse-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
.kurse .kurs-item {
    padding: 30px;
    aspect-ratio: 6 / 9;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.kurse .kurs-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.20) 50%, rgba(0, 0, 0, 0.00) 100%);
    z-index: -1; 
    pointer-events: none; 
}
.kurse .kurs-kurstyp {
    color: var(--primary);
    margin-bottom: 10px;
}
.line-between > div {
	position: relative;
}
@media (min-width: 768px) {
.line-between > div:not(:last-child)::after {
	content: '';
	height: 20px;
	width: 1px;
	background-color: currentcolor;
	display: inline-block;
	position: absolute;
	right: -13px;
}
}
.accordion-content-wrapper .brxe-text {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; 
}
.accordion-content-wrapper .brxe-text li {
	margin-bottom: 20px;
}
.accordion-content-wrapper .brxe-text li::marker {
  color: var(--primary);
}