/* -----------------------------------------------------------------
VORWERK THEME

1. HEADER: SLIDER + KEYVISUAL TILE KACHEL
3. CONTENT: SLIDER TILE KACHEL
2. CONTENT: TILE KACHEL
----------------------------------------------------------------- */
.owl-header.owl-carousel.owl-theme .tile-slider .tile-item, 
#keyvisual .tile-slider .tile-item {
background:#194383;
background:rgb(25,67,131);
background:linear-gradient(60deg, rgba(25,67,131,1) 0%, rgba(20,150,202,1) 100%);
}

.owl-content .item {
background:#194383;
background:rgb(25,67,131);
background:linear-gradient(60deg, rgba(25,67,131,1) 0%, rgba(20,150,202,1) 100%);
}

.tile {
background:#194383;
background:rgb(25,67,131);
background:linear-gradient(60deg, rgba(25,67,131,1) 0%, rgba(20,150,202,1) 100%);
}
