.header-1 .wp-block-group.is-vertical:has(h1),
.header-3 .wp-block-group.is-vertical:has(h1) {
    padding-left: 2.5rem;
}

.header-1 h1 {
    margin-bottom: 2rem;
}

.header-1 figure {
    margin: 0;
    height: 100%;
}

.header-1 figure img {
    object-fit: cover;
    height: 100%;
}


section:has(.header-2) {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.header-2 {
    /* padding: 4rem; */
    border-radius: 1.5rem;
    /* opacity: 0.5; */
}

.header-2 figure {
    margin: 0;
}

.header-2 .wp-block-image.size-full.is-style-rounded {
    padding: 6rem 3rem;
}

.button-scroll {
    display: flex; /* Flexbox aktivieren */
    flex-direction: column; /* Text und Pfeil vertikal anordnen */
    align-items: center; /* Zentriert den Text und den Pfeil horizontal */
    justify-content: flex-end; /* Positioniert die Inhalte am unteren Rand */
    height: 100%; /* Container füllt die gesamte Höhe (anpassbar) */
    position: relative; /* Für die flexible Positionierung innerhalb des Containers */
    width: 100%;
}

.button-scroll p {
    position: relative;
    /* writing-mode: vertical-rl; */
    text-align: center; /* Text zentrieren */
    margin: 0; /* Entfernt den Standard-Margin */
    rotate: -90deg;
    right: -1.6rem;
    bottom: 6.4rem;
    hyphens: none;
}

.button-scroll p::before {
    content: ''; /* Kein Text, nur ein Pfeil */
    position: absolute;
    left: -3.2rem;/* Zentriert den Pfeil horizontal */
    /* bottom: -50px;  */
    width: 40px; /* Breite des Pfeils */
    height: 40px; /* Höhe des Pfeils */
    background-repeat: no-repeat;
    rotate: 90deg;
    scale: 0.85;
    background-image: url('data:image/svg+xml,<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5126 24.344L14.5126 -2.08809e-06L18.5461 -2.04691e-06L18.5461 24.344L29.3639 13.616L32.2156 16.444L16.5293 32L0.843029 16.444L3.69471 13.616L14.5126 24.344Z" fill="%23FAB31E"/></svg>');
}

.header-3 h1 {
    font-size: clamp(2.25rem, 5.2734vw + .3516rem, 5.625rem);
    margin-bottom: 0;
    hyphens: auto;
}

.header-3 p.is-style-paragraph-large {
    font-size: clamp(2.25rem, 5.2734vw + .3516rem, 5.625rem);
    margin: 0;
    line-height: 1em;
}