
#container2 {
    border-top: 1px solid white;
}


/* Slideshow container */
.slideshow-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;

}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: white;
    font-weight: bold;
    transition: 0.2s ease;
    user-select: none;
    margin:1.3vw;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* The dots/bullets/indicators */
.dot , .dot2{
    cursor: pointer;
    width: 2.1vw;
    /* Breite des länglichen Strichs */
    height: 0.5vw;
    /* Höhe des länglichen Strichs */
    background-color: #494949;
    border-radius:10vw;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: absolute;
    top: 90vh;
    transform: translateX(-50%);
    /* Zentrieren Sie horizontal */
}

/* Ändern Sie die vertikale Position für die anderen Punkte */
.dot:nth-child(1) {
    left: 44%;
}
.dot:nth-child(2) {
    left: 47%;
}
.dot:nth-child(3) {
    left: 50%;
}
.dot:nth-child(4) {
    left: 53%;
}
.dot:nth-child(5) {
    left: 56%;
}
#dot21{
    left: 48.5%;
}

#dot22{
    left: 51.5%;
}


.active,
.dot:hover, .dot2:hover {
    background-color: #cccccc;
}

.bildershow {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.myslides::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60vh;
    /* Höhe des sanften Übergangs an der unteren Kante */
    background: linear-gradient(to bottom, rgba(18, 18, 20, 0), rgba(18, 18, 20, 1));
    z-index: 1;
    /* Stelle sicher, dass das Overlay über dem Bild liegt */
}

/* Einblend- und Ausblendeffekt für Bilder */
.mySlides {
    position: relative;
    overflow: hidden;

}

@media (orientation: portrait) {
    #startcafenurdesktop{
        display: none;
    }
}

@media (orientation: landscape) {
#startcafenurhandy{
display: none;}
}
