
/* Dynamic background images based on context */
.backgroundImg {
    background-image: url('/img/backgrounds/jugend/768.jpg') !important;
}

@media (min-width: 768px) {
    .backgroundImg {
        background-image: url('/img/backgrounds/jugend/1280.jpg') !important;
    }
}

@media (min-width: 1281px) {
    .backgroundImg {
        background-image: url('/img/backgrounds/jugend/1920.jpg') !important;
    }
}

@media (min-width: 1921px) {
    .backgroundImg {
        background-image: url('/img/backgrounds/jugend/3820.jpg') !important;
    }
}

/* User-defined font size */

/* Set target group specific colors */
:root {
    --mainColor: var(--bibturkis);
    --mainColorLight: var(--biblightturkis);
}

/* High contrast mode overrides */

 