
/* 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 */

 