.Special_Sponsor .module-content-block {
    padding-bottom: 0;
}

.Special_Sponsor .module-content-block .thumbnail {
    margin-bottom: 0;
}

.Special_Sponsor .filter-elements fieldset .form-group {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}

.Special_Sponsor .filter-elements fieldset .form-group:last-child {
    margin-right: 0;
}

.Special_Sponsor .filter-elements fieldset .btn-group .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.Special_Sponsor .filter-elements fieldset .btn-group .btn:last-child {
    margin-right: 0;
}

.Special_Sponsor .no-elements-found {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.Special_Sponsor .no-elements-found.show-element {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s linear;
}

.Special_Sponsor .category-elements {
    display: flex;
    flex-flow: wrap;
}

.Special_Sponsor .category-elements.centered-elements {
    justify-content: center;
}
.Special_Sponsor .headline-wrapper.centered-elements {
    text-align: center;
}

.Special_Sponsor.template-groups .category-elements {
    margin-bottom: 30px;
}

.Special_Sponsor .category-elements > .category-element {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    display: none;
    min-height: auto;
    padding: 15px;
}

.Special_Sponsor .category-elements > .hide-element {
    display: block;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    transition: opacity 0.5s ease, visibility 0s linear 0.5s, transform 0.5s ease;
}

.Special_Sponsor .category-elements > .show-element {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeInFromNone 0.5s ease;
    -moz-animation: fadeInFromNone 0.5s ease;
    -o-animation: fadeInFromNone 0.5s ease;
    animation: fadeInFromNone 0.5s ease;
}

.Special_Sponsor .thumbnail {
    aspect-ratio: 2 / 1;
}

.Special_Sponsor .thumbnail > img,
.Special_Sponsor .thumbnail > a,
.Special_Sponsor .thumbnail > a > img {
    height: 100%;
    object-fit: scale-down;
}

.Special_Sponsor.template-sponsor-slideshow-static .thumbnail > img,
.Special_Sponsor.template-sponsor-slideshow-static .thumbnail > a > img {
    width: auto;
    object-fit: scale-down;
}

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

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

@media (max-width: 767px) {
    .Special_Sponsor .module-content-block {
        margin-bottom: 0;
    }
}