/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child Theme für Hello Elementor
Author: Dein Name
Template: hello-elementor
Version: 1.0.0
*/


.elementor-widget-image-carousel .swiper-slide {
        height: 100%;
    }
.elementor-widget-image-carousel .swiper-wrapper {
    align-items: stretch;
}

.elementor-widget-image-carousel .swiper-slide {
    height: 80vh;
    display: flex;
    padding: 0 15px;
}

.elementor-widget-image-carousel .swiper-slide > * {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.swiper-slide figure {
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

body .cookie-btn {
    background: #000000;
    border: 0;
    color: #fff;
}

body .cookie-btn:hover {
    background: #000000;
    border: 0;
    color: #fff;
}

body .cookie-btn:focus {
    background: #000000;
    border: 0;
    color: #fff;
}