.landing-image {
     position: relative;
    height: 100% !important;
 }

@media (max-width: 980px) {
    .unterseite #header .slider {
        height: 100%;
    }
}

@media (min-width: 767px) and (max-width: 980px) {
    #sudoslider-top, #sudoslider-top img {
        height: 100%;
        width: 100%;
    }
}

.slider.slider-nonav {
    height: 100%;
}

.image-caption {
    font-size: 10px !important;
}

.image-caption--mobile {
    display: block;
}

.image-caption--desktop {
    display: none;
}

.image-caption.is-absolute {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 5;
    height: auto !important;
}

@media screen and (min-width: 1024px) {
    .image-caption {
        font-size: 12px !important;
    }

    .image-caption--mobile {
        display: none;
    }

    .image-caption--desktop {
        display: block;
    }
}

.landing-image.is-absolute {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 5;
    height: auto !important;
}

.landing-image.is-absolute .image-caption {
    color: #ffffff;
}

.landing-image img {
    display: block;
}


/* Unterseite Landingpage */

body.unterseite.landing-scroll .landing-image {
    height: 100vh !important;
}

body.unterseite.landing-scroll .landing-image img {
    height: 100% !important;
    object-fit: cover;
}

body.unterseite.landing-scroll .landing-image .image-caption {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #ffffff;
}

@media screen and (min-width: 1280px) {
    body.unterseite.landing-scroll .landing-image .image-caption {
        position: absolute;
        top: auto;
        bottom: 6px;
        right: 10px;
        color: #ffffff;
    }
}


/* Startseite Slider */
body.startseite .landing-image .image-caption {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #ffffff;
    transform: rotate(-90deg) translateX(100%);
    width: auto;
    transform-origin: bottom right;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    body.startseite .landing-image .image-caption {
        right: 10px;
        bottom: 8px;
        transform: none;
        transform-origin: inherit;
    }
}

@media screen and (min-width: 992px) {
    body.startseite .landing-image .image-caption {
        bottom: 5px;
    }
}

/* Unterseite Slider */

.unterseite .slider {
    height: 100% !important;
}

.unterseite .slider .landing-image .image-caption {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #ffffff;
    transform: rotate(-90deg) translateX(100%);
    width: auto;
    transform-origin: bottom right;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .unterseite .slider .landing-image .image-caption {
        right: 10px;
        bottom: 3px;
        transform: none;
        transform-origin: inherit;
    }
}

@media screen and (min-width: 992px) {
    .unterseite .slider .landing-image .image-caption {
        bottom: 5px;
    }
}

/* Wide Teaser Element */
.wide-teaser-wrap .landing-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.wide-teaser-wrap .landing-image .image-caption {
    position: absolute;
    top: 0;
    right: 5px;
}

@media screen and (min-width: 1024px) {
    .wide-teaser-wrap .landing-image .image-caption {
        top: auto;
        bottom: 3px;
    }
}

@media screen and (max-width: 1023px) {
    .wide-teaser-overlay-content {
        width: 100%;
    }
    .wide-teaser-overlay .image-caption {
        bottom: auto !important;
        top: -20px !important;
    }
}

/* Artenportraits */
.artenportrait_landingpage .landing-image {
    width: 100%;
}



.artenportrait_landingpage .landing-image .image-container {
    height: 100%;
}

.artenportrait_landingpage .landing-image .image-caption {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #ffffff;
    width: auto;
    font-size: 12px;
}

.artenportrait_landingpage .landing-image--mobile .image-caption {
    position: absolute;
    bottom: 20px;
    right: 0;
    display: block;
}

.artenportrait_landingpage .landing-image--desktop .image-caption {
    display: none;
}

@media screen and (min-width: 992px) {
    .artenportrait_landingpage .landing-image--mobile .image-caption {
        bottom: 40px;
    }
}

@media screen and (min-width: 1650px) {
    .artenportrait_landingpage .landing-image--mobile .image-caption {
        display: none;
    }

    .artenportrait_landingpage .landing-image--desktop .image-caption {
        right: 10px;
        bottom: 3px;
        display: block;
    }
}

/* this needs to go in the general css file style.css line 7 */
body {
    overflow-x: hidden !important;
}

/* this needs to go in the artenportraits css file frontend.css line 190 */
.mood-image img {
    width: 100%;
    object-fit: cover;
    transition: all 2s ease-out;
    transform: scale(1.3);
    height: 100%;
}

/* this needs to go in the regular css file style.css line 9231 */
@media (min-width: 767px) and (max-width: 980px) {
    #sudoslider-top, #sudoslider-top img {
        height: 100%;
        width: auto;
        max-width: 100% !important;
    }
}

.image-caption-desktop {
    display: none;
}

@media screen and (min-width: 480px) {
    .image-caption-desktop {
        display: block;
    }
    .image-caption-mobil {
        display: none;
    }
}
