/**
 * STYLES: Beitrag Modelle - Halb: Text / Halb: Bild
*/


.block-003 .section-title-row.bg-grey::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 100%;
    background: var(--background-grey);
    z-index: -1;
}

.block-003 .section-title-row h2 {
    font-size: 2.9rem;
    font-weight: 500;
    padding-top: 7rem;
    text-align: center;
}

.block-003 .section-title-row .lead {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.block-003 .half-half-row h2 {
    font-size: 2.9rem;
    font-weight: 500;
    padding-bottom: 2rem;
}

.block-003 .text-block ul {
    list-style-type: none;
    padding-left: 2rem;
    padding-top: 1rem;
}

.block-003 .text-block ul li {
    position: relative;
}

.block-003 .text-block ul li:not(:last-child) {
    padding-bottom: .75rem;
}

.block-003 .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%);
}


/* --- Sonderfälle --- */


.block-003 .text-block ul.service-nummern-list {
    padding-left: 0;
}

.block-003 .text-block ul.service-nummern-list li:before {
    display: none;
}

.block-003 .text-block ul.service-nummern-list li {
    display: flex;
    gap: 1rem 2rem;
}

.block-003 .text-block ul.service-nummern-list li .service-nummern:first-child {
    font-weight: 600;
    min-width: 250px;
}

/* --- Sonderfälle --- */




.block-003 .half-half-row {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    padding: var(--section-padding-top-bottom);
    gap: 0 10%;
}

.block-003 .half-half-row.image-left {
    flex-direction: row-reverse;
}

.block-003 .half-half-row.bg-grey::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 100%;
    background: var(--background-grey);
    z-index: -1;
}

.block-003 .col-left {
    width: 45%;
}

.block-003 .col-right {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.block-003 .col-right-img {
    position: relative;
    overflow: hidden;
    flex: 1;
    min-height: 28rem;
}

.block-003 .col-right-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: var(--border-radius-one-quarter);
}


/* Toggles */
.block-003 .toggles-wrapper {
    margin-top: 20px;
}

.block-003 .toggle-item {
    border-bottom: 1px solid var(--color-liga);
}

.block-003 .toggle-item:first-child {
    border-top: 1px solid var(--color-liga);
}

.block-003 .toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem 0;
    transition: all 400ms ease;
}

.block-003 .toggle-header h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 500;
    padding-bottom: 0;
}

.block-003 .toggle-icon {
    display: flex;
    align-items: center;
    transition: transform 300ms ease;
}

.block-003 .toggle-icon img {
    width: 1.25rem;
    height: 1.25rem;
}

.block-003 .toggle-content {
    padding: 0 0 1rem 0;
    overflow: hidden;
}