﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.slideshowGewinnspiel {
    height: 45vh;
    width: 100%;
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2em;
    margin-bottom: 12em;
}

.gridSliderHrsGewinnspiel {
    position: absolute;
    bottom: 10%;
    display: -ms-grid;
    display: grid;
    width: 50%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.hrSliderGewinnspiel {
    border: none;
    height: 2px;
    border-color: lightgray;
    color: lightgray;
    background-color: lightgray;
}

    .active, .hrSliderGewinnspiel:hover {
        border-color: white;
        color: white;
        background-color: white;
    }

/* Hide the images by default */
.mySlidesGewinnspiel {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    /* transition: 1s;
    left: -800px;
    position: absolute;
    z-index: -3;
    -webkit-animation: slide 2s forwards;
    animation: slide 2s forwards; */
}


@media(min-width:1024px) {
    .gridSliderHrsGewinnspiel {
        width: 20%;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
    }
}
