.DeineMesse .hero-wrapper {
    background-image: url('../img/deineMesse/flyerheaven\ -\ Bildmarke_blassgrau.svg');
    overflow: hidden;
    background-position: 0%;
    background-size: cover;
    background-repeat: no-repeat;

    @media (max-width: 468px) {
        /* background-image: url(''); */
        background-size: contain;
    }
}

.DeineMesse .hero {
    background-image: url('../img/deineMesse/Landingpage_Header_1800x800px.png');
    background-size: contain;

    @media (min-width: 1200px) and ((min-height: 700px)) {
        max-height: 65vh;
    }

    @media (min-width: 800px) and (max-width: 1200px) and (min-height: 733px) and (max-height: 1000px) {
        background-size: contain;
        max-height: 65vh;
    }

    @media (min-height: 700px) and (max-height: 900px)and (min-width: 1200px) {
        background-size: contain;
        max-height: 85vh;
    }

    @media (max-width: 468px) {
        /* background-image: url('../img/deineMesse/Landingpage_Header_768x365px.png'); */
        .title {
            width: clamp(65%, 20vw, 100%);

            span {
                margin-left: clamp(-6px, 1vw, -13px);
            }
        }
    }

    .hero-button-container {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);

        .hero-button button {
            width: auto !important;
            height: auto !important;
            font-size: clamp(7px, 2vw, 18px);
        }

        @media (min-width: 1400px) {
            top: 70%;
        }

        @media (max-height: 1000px) {
            top: 67%;
        }

        @media (max-height: 650px) {
            top: 70%;
        }
    }

}

.mailings {
    .content {
        margin-top: 2rem;

        h1 {
            letter-spacing: 3px;

            span {
                color: var(--accent-color);
            }

            img {
                @media (max-width: 768px) {
                    scale: 0.5;
                }
            }
        }

        strong {
            color: black;
            font-weight: 900;
        }
    }
}

.hero-content-wrapper {
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;

    @media (max-width: 1400px) {
        align-items: flex-end;
    }
}

.Rollup_Mockup_gespiegelt {
    margin-bottom: 50px;
    padding-left: 40px;
    object-fit: contain;
    max-height: 550px;
    height: auto;
    width: auto;

    @media (max-width: 1200px) {
        max-height: 370px;
    }

    @media (max-width: 1000px) {
        max-height: 250px;
        padding-left: 0px;
    }

    @media (max-width: 468px) {
        display: none;
    }
}

.Buttons_300x600 {
    max-height: 550;
    position: relative;
    height: auto;
    width: auto;

    @media (max-width: 1200px) {
        max-height: 350px;
    }

    @media (max-width: 1000px) {
        max-height: 250px;
    }

    @media (max-width: 468px) {
        display: none;
    }
}

.werbeartikel-container {
    overflow: hidden;
    margin-top: -50px
}

.flugline {
    background-image: url('../img/deineMesse/Flugbahn_oben_Desktop.svg');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: clamp(25px, 5vw, 50px);

    @media (max-width: 768px) {
        background-image: url('../img/deineMesse/Flugbahn_oben_mobil.svg');
    }

    @media (min-width: 1200px) {
        background-image: url('../img/deineMesse/Flugbahn_oben_Desktop_3840x2160px 1.svg');
    }

    @media (min-width: 1200px) and (max-width: 1400px) {
        background-position: 0 130%;
        background-image: url('../img/deineMesse/Flugbahn_oben_Desktop_3840x2160px 1.svg');
    }

    @media (min-width: 1400px) {
        background-position: 0 220%;
    }

    @media (min-width: 1500px) {
        background-position: 0 320%;
    }

    @media (min-width: 1600px) {
        background-position: 0 520%;
    }

    @media (min-width: 1700px) {
        background-position: 0 720%;
    }

    @media (min-width: 1800px) and (max-width: 3560px) {
        background-position: 1em 20em;
    }
}

.Druckprodukte {
        margin-top: -25px;
    background-image: url('../img/deineMesse/Flugbahn_unten_Desktop.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -5%;

    @media (max-width: 1200px) {
        background-size: cover;
        background-position: 115%;
    }

    @media (min-width: 1200px) {
        margin-top: -50px;
    }

    @media (max-width: 768px) {
        background-image: url('');
    }

    @media (min-width: 1828px) {
        background-position: 30%;
    }

    .Flugbahn_unten_mobil {
        position: relative;
        left: -60%;

        @media (min-width: 0px) and (max-width: 300px) {
            scale: 0.4;
            left: -210%;
        }

        @media (min-width: 300px) and (max-width: 400px) {
            scale: 0.5;
            left: -155%;
        }

        @media (min-width: 400px) and (max-width: 500px) {
            scale: 0.5;
            left: -95%;
        }

        @media (min-width: 500px) and (max-width: 600px) {
            scale: 0.7;
            left: -75%;
        }
    }

    .Flugbahn_unten_top_teil__mobil {
        position: absolute;
        left: -17%;
        top: -1%;

        @media (min-width: 0px) and (max-width: 300px) {
            scale: 0.4;
            left: -43%;
            top: -10%;
        }

        @media (min-width: 300px) and (max-width: 400px) {
            scale: 0.5;
            left: -30%;
            top: -10%;
        }

        @media (min-width: 400px) and (max-width: 500px) {
            scale: 0.5;
            left: -25%;
            top: -8%;
        }

        @media (min-width: 500px) and (max-width: 600px) {
            scale: 0.7;
            left: -20%;
            top: -8%;
        }
    }
}

.Werbeartikel {
    background-color: var(--light-gray);
    text-align: center;

    .Produkte .product .content {

        background: var(--contrast-color);
    }
}

.banner_img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mailings_blueAirplane {
    @media (max-width: 768px) {
        z-index: 9999999999999;
        top: -25% !important;
        left: 75% !important;
    }
}

/* ===================================================
   Produkte Section
=================================================== */
.Produkte {
    .flickity-viewport {
        min-height: 480px !important;
        margin-top: -50px;
        margin-bottom: -70px;

        @media (min-width: 760px) {
            margin-top: auto;
            margin-bottom: auto;
        }

        @media (min-width: 1200px) {
            margin-top: 50px;
        }
    }
}

.gallery .flickity-button {
    display: none;
}


.gallery-cell {
    width: 46%;
    z-index: 3;
    height: 100%;
    margin-right: 10px;
    /* max-height: 700px; */
    background: transparent !important;
    display: grid;
    place-content: center;

    .content {
        position: relative;
    }

}

.badge {
    background-color: var(--light-blue);
    margin: clamp(16px, 3vw, 27px) clamp(22px, 5vw, 40px);
    font-size: clamp(8px, 2vw, 18px);
}

.is-selected .badge {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    padding: clamp(3px, 1vw, 7px) clamp(3px, 2vw, 27px);
    margin: clamp(12px, 3vw, 27px) clamp(16px, 5vw, 40px);
    background-color: var(--accent-color);
}

.Produkte .product {
    padding: clamp(5px, 2vw, 10px) clamp(20px, 5vw, 0px);
}

.Produkte .product .content {
    background: #EEE;
    display: grid;
    place-content: center;
    border-radius: calc(2 * var(--border-radius));
    transition: ease-in-out all 0.4s;
    padding: clamp(5px, 2vw, 10px) clamp(20px, 5vw, 35px);
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;

    .product-details {
        text-align: center;
        display: grid;
        justify-items: center;
        font-weight: 400;

        h3 {
            font-weight: bold;
            font-size: clamp(16px, 3vw, 22px);
        }

        p {
            font-size: clamp(12px, 2vw, 18px);
        }

        button {
            display: none;
            border: 0;
            background-color: var(--light-blue);
            color: var(--accent-color);
            font-weight: 600;
            font-size: clamp(12px, 2vw, 18px);
            padding: clamp(0.3rem, 1vw, 0.5rem) clamp(1rem, 4vw, 2rem);
            margin: clamp(-0.5rem, -1vw, -0.5rem) clamp(0.5rem, 2vw, 1rem);
            border-radius: var(--border-radius);

            a {
                height: 2rem;
            }
        }

        button:hover {
            background-color: var(--accent-color);
            color: var(--contrast-color) !important;
        }
    }

    .product-img-wrapper {
        display: flex;
        align-items: center;
        justify-items: center;
        width: clamp(90.45px, 25vw, 225px);
        height: clamp(110.4px, 30vw, 270px);
        transition: all 0.5s ease-in-out;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    @media (min-width: 320px) and (max-width: 468px) {
        max-width: 175px;
    }
}

.is-selected .product-img-wrapper {
    width: clamp(120px, 25vw, 280px) !important;
    height: clamp(150px, 30vw, 330px) !important;
}

.is-selected .product-configuration {
    height: 3rem;

    @media only screen and (max-width: 768px) {
        height: 2rem;
    }
}

.Produkte .is-selected .product .content:hover {
    button {
        display: block;
    }
}

.Produkte .product .content {
    transition: transform 0.3s ease, background 0.3s ease;
}

.is-selected .product .content {
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 10px -10px; */
    opacity: 1;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .gallery-cell {
        width: 46%;
    }
}


.Zertifikate {
    background-color: var(--light-gray);

    img {
        width: 76px;
        height: 76px;
    }

    p {
        font-weight: 600
    }

    .carousel-cell {
        width: 20%;
        height: 100%;
        height: 200px;
        background: var(--light-gray) !important;
        display: grid;
        place-content: center;
    }

    .flickity-button {
        display: none;
    }

    @media (max-width: 768px) {
        .carousel-cell {
            width: 100%;
        }

        .flickity-button {
            /* background: transparent !important;
            color: white !important; */
            display: block !important;
        }
    }
}