:root
{
    --pd-farbe1: #C75000;
    --pd-farbe1hell: #FF7828;
    --pd-farbe2: #7E2555;
    --pd-farbe2hell: #41132C;
    /* --pd-linkfarbe: #002967; */
}

/* individuelle Anpassungen */

ul li {
      margin-bottom: 10px;
}

/* Bildungskacheln zentriert */
.pd-kachel p, .pd-kachel untertitel {
	text-align: center;
}


/* Grundlayout der Kacheln */
.pd-kachel {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Bilder innerhalb der Kacheln */
.pd-kachel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Button-Wrapper */
.pd-btn-wrapper {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center; /* fügt horizontale Zentrierung hinzu */
    justify-content: center;
}

/* Standard-Button */
.pd-btn {
    padding: 10px 15px;
    display: block;
    width: fit-content;
}


/* bis 2025.2 */
.pd .pd-kachel__klein .untertitel, .pd .pd-kachel__klein h4 {
    font-size: clamp(1.6rem, 1.64rem + -.125vw, 1.4rem);
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 var(--pd-abstand) 0;
}

.pd-kachel .untertitel, .pd-kachel h3, .pd-kachel h4 {
    width: 100%;
    margin-top: 0;
    margin-bottom: calc(var(--pd-abstand) / 2);
}

.pd .h3, .pd .pd-kontakt>span, .pd h3 {
    font-size: clamp(2.4rem, 2.44rem + -.125vw, 2.2rem);
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: var(--space-s);
}

.pd-kontakt span.pd-kontakt__label {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .06rem;
}

.pd-kachel__klein img.pd-zerscht, .pd-kachel__rund img.pd-zerscht {
    order: -1;
}


/* Mobile Optimierung */
@media (max-width: 767px) {
    .pd-kachel {
        padding: 15px;
    }
}

@media screen and (max-width: 992px)
{
    .pd-zitat::before
    {
        width: 8vw;
        height: 7vw;
        top: -3.2vw;
    }
}