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

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

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

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

/* User-defined font size */

/* Set target group specific colors */

/* High contrast mode overrides */
:root {
    --mainColor: #000000;
    --mainColorLight: #ffffff;
    --bibblue: #000000;
    --biblightblue: #ffffff;
    --bibgreen: #000000;
    --biblightgreen: #ffffff;
    --bibturkis: #000000;
    --biblightturkis: #ffffff;
    --button-fore-color: white;
    --card-back-color: white;
    --card-border-color: black;
    --secondary-fore-color: black;
}

 