/* Globale Schriftgröße */
p { font-size: 16px; }
div { font-size: 16px; }
/* Gallery & Slider */
.ce-gallery img, .slick-slider img { display: block; max-width: 100%; height: auto; }
/* Schriftfarbe Footer */
.text-color { color: #fff; }
/* Ausblenden der Breadcrumb-Navigation im Banner */
.breadcrumb-transparent { visibility: hidden; } 
/* Breite des iFrame immer 100% */
iframe { width: 100%; border: none; }

/* Layout Width Adjustments */
@media (max-width: 1023px) {
    .container { max-width: 100%; }
}

@media (min-width: 1024px) {
    .container { max-width: 95% !important; }
}

@media (min-width: 1260px) {
    .container { max-width: 75% !important; }
}