/** Inhaltsgalerie .bannergallery **/
.Content_Gallery .bannergallery {
    text-align: center;
}
.Content_Gallery .bannergallery ul {
    display: block;
}
.Content_Gallery .bannergallery li {
    display: block;
    vertical-align: top;
}
.Content_Gallery .bannergallery a {
    text-decoration: none;
}
.Content_Gallery .bannergallery .module-content-block {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.Content_Gallery .bannergallery .thumbnail {
    height: 65px;
    text-align: left;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.Content_Gallery .bannergallery .thumbnail:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    background: none;
}
.Content_Gallery .bannergallery img {
    width: auto;
    max-height: 65px;
    position: absolute;
    right: 0;
    top: 0;
}
.Content_Gallery .bannergallery .caption {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 100px 8px 0;
}

.Content_Gallery .slider-text-below-image .gallery-carousel-caption {
    left: 0;
    right: 0;
    padding-bottom: 30px;
    position: relative;
}

.Content_Gallery .slider-text-below-image.amphi-slideshow .owl-carousel .owl-stage-outer .owl-stage .owl-item .header-img .gallery-carousel-caption {
    color: #444;
    text-align: left;
    text-shadow: none;
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
}

.Content_Gallery .slider-text-below-image .single-slide .header-img .gallery-carousel-caption {
    color: #444;
    text-align: left;
    text-shadow: none;
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
}

.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.35;
    z-index: -1;
}
.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption .headline-wrapper .headline1,
.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption .headline-wrapper .headline2 {
    color: #FFF;
}
.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption .headline-wrapper .headline1 a,
.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption .headline-wrapper .headline2 a {
    color: #FFF;
}
.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption .headline-wrapper .headline1 a:hover,
.Content_Gallery .slider-text-on-image .header-img .gallery-carousel-caption .headline-wrapper .headline2 a:hover {
    color: #FFF;
}

.Content_Gallery .amphi-slideshow .owl-carousel.single-slide,
.Content_Gallery .amphi-slideshow .owl-carousel.single-slide .header-img {
    display: block;
}
.Content_Gallery .amphi-slideshow .owl-carousel.slide-orientation-top .owl-stage {
    display: flex;
    align-items: flex-start;
}
.Content_Gallery .amphi-slideshow .owl-carousel.slide-orientation-center .owl-stage {
    display: flex;
    align-items: center;
}
.Content_Gallery .amphi-slideshow .owl-carousel.slide-orientation-baseline .owl-stage {
    display: flex;
    align-items: baseline;
}
.Content_Gallery .amphi-slideshow .owl-carousel.slide-orientation-bottom .owl-stage {
    display: flex;
    align-items: flex-end;
}
.Content_Gallery .amphi-slideshow .owl-carousel.slide-orientation-stretch .owl-stage {
    display: flex;
    align-items: stretch;
}

.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-stage{
    padding-top: 35px;
    padding-bottom: 30px;
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav {
    top: 0;
    margin-top: 0;
    height: 30px;
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div {
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
    background: #606060;
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div.owl-prev {
    right: 35px;
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div span {
    font-size: 30px;
    padding: 0 9px 0 10px;
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div.owl-next span {
    padding: 0 7px 0 12px
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div.owl-prev span {
    padding: 0 10px 0 9px;
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-dots {
    bottom: 0;
}
.Content_Gallery .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-dots .owl-dot {
    outline: 0;
}

@media (min-width: 768px) {

    /** Inhaltsgalerie .bannergallery **/
    .Content_Gallery .bannergallery ul {
        display: block;
        display: table;
    }
    .Content_Gallery .bannergallery li {
        display: inline-block;
        display: table-cell;
    }
    .Content_Gallery .bannergallery .module-content-block {
        padding: 0 15px;
        margin: 0;
        border-bottom: none;
    }
    .Content_Gallery .bannergallery .thumbnail {
        height: auto;
    }
    .Content_Gallery .bannergallery .thumbnail:after {
        display: none;
    }
    .Content_Gallery .bannergallery img {
        position: static;
        width: 100%;
        max-height: inherit;
    }
    .Content_Gallery .bannergallery .caption {
        display: block;
        padding: 0;
        text-align: center;
    }
}