/* -----------------------------------------------------------------
KORUPP 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:#930926;
background:rgb(147,9,38);
background:linear-gradient(60deg, rgba(147,9,38,1) 0%, rgba(212,99,23,1) 100%);
}

.owl-content .item {
background:#930926;
background:rgb(147,9,38);
background:linear-gradient(60deg, rgba(147,9,38,1) 0%, rgba(212,99,23,1) 100%);
}

.tile {
background:#930926;
background:rgb(147,9,38);
background:linear-gradient(60deg, rgba(147,9,38,1) 0%, rgba(212,99,23,1) 100%);
}
