/**
 * STYLES: Block 008 - Inhalt allgemein H2/H3 + Text oder Spalten
*/

.block-008 {
    padding: var(--section-padding-top-bottom);
}

.block-008 .section-title-row {
    max-width: 1100px !important;
    padding-bottom: 4rem;
}

.block-008 .section-title-row h2 {
    font-size: 2.9rem;
    font-weight: 500;
    text-align: center;
}

.block-008 .section-title-row .lead {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.block-008 .general-content-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10%;
}

.block-008 .col-left {
    width: 45%;
}

.block-008 .col-right {
    width: 45%;
}

.block-008 .general-content-col {
    width: 100%;
}

.block-008 .text-block ul {
    list-style-type: none;
    padding-left: 2rem;
    padding-top: 1rem;
}

.block-008 .text-block ul li {
    position: relative;
}

.block-008 .text-block ul li:not(:last-child) {
    padding-bottom: .75rem;
}

.block-008 .text-block ul li:before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-image: url(/wp-content/uploads/2025/06/ICON_Liste.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -2rem;
    top: .85rem;
    transform: translate(0, -50%);
}

.block-008 .cta-button-wrapper {
    justify-content: center;
}

/* Toggles */

.block-008 .toggles-row {
    max-width: 1100px;
}

.block-008 .toggles-wrapper {
    margin-top: 20px;
}

.block-008 .toggle-item {
    border-bottom: 1px solid var(--color-liga);
}

.block-008 .toggle-item:first-child {
    border-top: 1px solid var(--color-liga);
}

.block-008 .toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem 0;
    transition: all 400ms ease;
}

.block-008 .toggle-header h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 500;
    padding-bottom: 0;
}

.block-008 .toggle-icon {
    display: flex;
    align-items: center;
    transition: transform 300ms ease;
}

.block-008 .toggle-icon img {
    width: 1.25rem;
    height: 1.25rem;
}

.block-008 .toggle-content {
    padding: 0 0 1rem 0;
    overflow: hidden;
}