.galeriebild{
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.bildbeschreibung{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: rgba(153, 153, 153, 0.71);
    padding: 20px;
}

.slide{
    display: block;
    left: 0px;
}

.image-container{
    width: 100%;
    height: 100%;
}


