/**/

/* Wunschzettel-Titel: H1 optisch wie H2 darstellen */
.wz-title {
    font-size: 2rem;
    font-weight: 500;
}

/* Am Laptop/Desktop etwas Abstand über der Überschrift */
@media (min-width: 992px) {
    .wz-title {
        margin-top: 1.5rem;
    }
}
