/* General */

.acf-block.text-und-kacheln-hell {
    background: rgba(216, 235, 234, .42);
}

.text-und-kacheln-hell .text-kacheln-hell-intro {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 64px;
    margin-bottom: 48px;
}

.text-und-kacheln-hell .text-kacheln-hell-copy > :first-child {
    margin-top: 0;
}

.text-und-kacheln-hell .text-kacheln-hell-text > :last-child {
    margin-bottom: 0;
}

.text-und-kacheln-hell .text-kacheln-hell-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.text-und-kacheln-hell .text-kacheln-hell-card {
    min-height: 100%;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(13, 26, 41, .08);
    border-radius: 26px;
    box-shadow: var(--shadow-soft);
}

.text-und-kacheln-hell .text-kacheln-hell-emoji {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    background: var(--ice);
    border-radius: 16px;
    color: var(--teal-dark);
    font-size: 1.35rem;
}

.text-und-kacheln-hell .text-kacheln-hell-begriff {
    display: block;
    margin-bottom: 18px;
    color: var(--teal-dark);
    font-family: 'Donau Neue', sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    line-height: .95;
}

.text-und-kacheln-hell .text-kacheln-hell-card h3 {
    margin-top: 0;
}

.text-und-kacheln-hell .text-kacheln-hell-card-text > :last-child {
    margin-bottom: 0;
}

.text-und-kacheln-hell .text-kacheln-hell-note {
    max-width: 940px;
    margin: 30px auto 0;
    padding: 24px 28px;
    background: rgba(255, 255, 255, .66);
    border-left: 4px solid var(--teal);
    border-radius: 0 18px 18px 0;
    color: var(--navy);
}

.text-und-kacheln-hell .text-kacheln-hell-note > :last-child {
    margin-bottom: 0;
}

/* Responsive */

@media only screen and (max-width: 991.98px) {
    .text-und-kacheln-hell .text-kacheln-hell-intro {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 38px;
    }

    .text-und-kacheln-hell .text-kacheln-hell-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 700px) {
    .text-und-kacheln-hell .text-kacheln-hell-grid {
        grid-template-columns: 1fr;
    }

    .text-und-kacheln-hell .text-kacheln-hell-card {
        padding: 28px 24px;
    }
}

@media only screen and (max-width: 499.98px) {
    .text-und-kacheln-hell .text-kacheln-hell-note {
        padding: 20px;
    }
}
