/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Custom CSS
 **/

/* Newslayer */

/* OWL Navigation */
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 47%;
    margin-left: 25px;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 47%;
    right: 30px;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    font-size: 3.6em;
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.owl-prev i:hover, .owl-next i:hover {
    color: #999;
}

.owl-dots {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 10px;
    background: #ccc;
    height: 6px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #004B92;
    width: 20px;
    transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background: #004B92;
}


/* Slide Introtext */
.owl-carousel {
    margin-top: 10px;
}

.owl-carousel .item {
    /* height: 300px; */
    border: 2px solid #fff;
}
.owl-carousel .item img {
    object-fit: cover;
}



.owl-stage .item > .overlay-text {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    z-index: 500;
    display: inline-block;
    width: auto;
}
.owl-stage .item > .overlay-text span {
    display: block;
    padding: 3px 5px;
    background: #f6f6f6;
    color: #000000;
}
.owl-stage .item > .overlay-text span a {
    color: #000000;
}

/* News-Fader */
.news-fader {
    overflow: hidden;
}
.news-fader .owl-item {
    float: left;
}
.news-fader .owl-item .item a {
    text-decoration: none!important;
    hyphens: auto;
    padding-right: 30px;
}
.news-fader .owl-nav {
    display: none;
}
.news-fader .owl-dots {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.news-fader .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    background: #fff!important;
    height: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #BB2D3B;
    width: 20px;
    transition: all 0.3s ease-in-out;
}
.news-fader .owl-dots .owl-dot.active,
.news-fader .owl-dots .owl-dot:hover {
    background: #BB2D3B;
}