:root
{
    --pd-farbe1: #1057A7;
    --pd-farbe1hell: #2A6FBC;
    --pd-farbe2: #97C1E3;
    --pd-farbe2hell: #7FAFD6;
    --pd-linkfarbe: #1057A7; */
}

/* individuelle Anpassungen */

ul li {
      margin-bottom: 10px;
}

/* 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;
}


/* 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;
    }
}