/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 200;
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0px 5px 0px 5px;

    width: 12px;
    height: 12px;
    border-radius: 50%;

    background-color: #FFF;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);

    transition: background 300ms ease;
}

.owl-carousel .owl-dot.active {
    background-color: #40648c;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.c_themenbildslider_start_slide, .c_themenbildslider_start_slide * {
    box-sizing: border-box;
    position: relative;
}

.c_themenbildslider_start_slide {
    width: 100%;
    height: 550px;
    position: relative;

    overflow: hidden;
}

@media (max-width: 800px) {
    .c_themenbildslider_start_slide {
        height: 320px;
    }
}

.c_themenbildslider_start_slide_background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 10;
}

.c_themenbildslider_start_slide_background_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    z-index: 15;
}

.c_themenbildslider_start_slide_background_video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 20;

    background-color: #000;
	border-top-left-radius: 100px;
}

.c_themenbildslider_start_slide_background_video > video {
	border-top-left-radius: 100px;
	background-color: black;
}

.c_themenbildslider_start_slide_background_video VIDEO {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}

.c_themenbildslider_start_slide_content {
    position: absolute;
    bottom: 52px;
    left: 0;
    right: 0;

    padding-left: 2%;
    padding-right: 2%;

    z-index: 50;

}

.c_themenbildslider_start_slide_content_title {
    font-weight: normal;
    font-size: 44px;
    line-height: 1.2;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;

    padding-bottom: 20px;

    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.c_themenbildslider_start_slide_content_link {
    margin-bottom: 0;
}

.c_themenbildslider_start_slide_content_link A {
    background-color: #40648c;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #FFF;

    display: inline-block;
    text-decoration: none;

    text-transform: capitalize;

    padding: 16px 27px 16px 27px;

    transition: all 300ms ease;

    border-radius: 10px;
}

.c_themenbildslider_start_slide_content_link A:hover,
.c_themenbildslider_start_slide_content_link A:active,
.c_themenbildslider_start_slide_content_link A:focus {
    background-color: #5d7f9a;
}

@media (max-width: 800px) {
    .c_themenbildslider_start_slide_content_title {
        font-size: 26px;
        margin-left: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .c_themenbildslider_start_slide_content_link A {
        padding: 10px 18px 10px 18px;
        font-size: 14px;
        margin-left: 20px;
    }

    .c_themenbildslider_start_slide_content_title:before {
        border: 0.5px solid white;
    }
}

.c_image_slider .owl-carousel .owl-item a img {
    display: block;
    width: auto;
    height: 207px;
}

.c_image_slider .owl-carousel .owl-item a {
    display: inline-block;
    position: relative;

    /*transition: all 300ms ease;*/
}

.c_image_slider .owl-carousel .owl-item a:hover,
.c_image_slider .owl-carousel .owl-item a:active,
.c_image_slider .owl-carousel .owl-item a:focus {
    filter: saturate(0.5);
}

.c_image_slider .owl-carousel .owl-item a:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    background-color: rgba(0, 0, 0, 0.5);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 48px 48px;
    background-image: url("/typo3conf/ext/wp_bootstrap/Resources/Public/Img/lupe_plus_weiss.svg");

    opacity: 0;

    /*transform: scale(0.75);*/

    /*transition: opacity 100ms ease, transform 100ms ease, background 50ms ease;*/
}

.c_image_slider .owl-carousel .owl-item a:hover:before,
.c_image_slider .owl-carousel .owl-item a:active:before,
.c_image_slider .owl-carousel .owl-item a:focus:before {
    opacity: 1;
    /*transform: scale(1);*/

    background-size: 64px 64px;

    /*transition: opacity 300ms ease, transform 200ms ease, background 300ms ease;*/
}

.c_image_slider {
    position: relative;
}

.c_image_slider .owl-nav .owl-prev, .c_image_slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    height: 207px;
    width: 25px;

    background-position: center center;
    background-size: 25px 40px;
    background-repeat: no-repeat;

    text-indent: -99999px;
}

@media (max-width: 800px) {
    .c_image_slider .owl-nav .owl-prev, .c_image_slider .owl-nav .owl-next {
        background-size: 16px 26px;
    }
}

.c_image_slider .owl-nav .owl-prev {
    left: -33px;
    background-image: url("/typo3conf/ext/wp_bootstrap/Resources/Public/Img/peil_li_grau.svg");
}

.c_image_slider .owl-nav .owl-prev:hover,
.c_image_slider .owl-nav .owl-prev:active,
.c_image_slider .owl-nav .owl-prev:focus {
    background-image: url("/typo3conf/ext/wp_bootstrap/Resources/Public/Img/peil_li_blau.svg");
}

.c_image_slider .owl-nav .owl-next {
    right: -33px;
    background-image: url("/typo3conf/ext/wp_bootstrap/Resources/Public/Img/peil_re_grau.svg");
}

.c_image_slider .owl-nav .owl-next:hover,
.c_image_slider .owl-nav .owl-next:active,
.c_image_slider .owl-nav .owl-next:focus {
    background-image: url("/typo3conf/ext/wp_bootstrap/Resources/Public/Img/peil_re_hellblau.svg");
}

@media (min-width: 1200px) {
    .c_image_slider .owl-nav .owl-prev {
        left: -45px;
    }

    .c_image_slider .owl-nav .owl-next {
        right: -45px;
    }
}

.owl-stage {
    display: flex;
}
