/* Slideshow container */
.slideshow-container {
    flex: 50%;
    height: auto;
    width: auto;
    position: relative;
    background-image: url(../bilder/verlauf.jpg);
    border: solid 2px #336;
    border-radius: 3em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

/* Slides */
.mySlides {
    display: none;
    padding: 20px;
    text-align: center;
}

.prev {
    left: 0px;
}

/* Next & previous buttons */
.prev,
.next {
    border: solid 2px white;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 5px;
    color: black;
    font-weight: bold;
    font-size: 25px;
    border-radius: 3em;
    user-select: none;
    transition: background-color 0.6s ease;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3em;
    border: solid 2px white;
    transition: background-color 0.6s ease;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #fff9ce;
    border: solid 3px #c82f04;
    border-radius: 3em;
    color: #c82f04;
    transition: background-color 0.6s ease;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    border: solid 2px#aabbee;
    border-radius: 3em;
    padding: 10px;
    background: white;
    background-image: url(../bilder/verlauf1.jpg);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: solid 3px white;
    margin: 0px 5px;
    background: color #336;
    border-radius: 2em;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot:hover {
    background-color: #fff9ce;
    border: solid 3px #c82f04;
    transition: background-color 0.6s ease;
}

#happy1 img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media screen and (max-width: 1600px) {
    #happy1 img {
        height: 100%;
    }
}