html,
body {
    height: 100%; /* needed to base 100% height on something known*/
    margin: 0;
    padding: 0;
}

#villa {
    display: none;
}

#kaemmerschi {
    display: none;
}

#greensche {
    display: none;
}

#troeppschi {
    display: none;
}

#peeschi {
    display: none;
}

#waeinbitt {
    display: none;
}

.galery-slides {
    display: none;
}

#gallery-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    cursor: pointer;
    box-sizing: border-box; /* for image gallery */
}

#over-gallery {
    overflow: auto; /* Enable scroll if needed */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(2, 2, 2);
    z-index: 2000;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    display: none;
    /*
    */
}

.btn-prev-gallery {
    cursor: pointer;
    width: auto;
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%);  */
    z-index: 10000;
}

.btn-next-gallery {
    cursor: pointer;
    width: auto;
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Slideshow container */
/* Caption text */
.caption-text {
    color: #f2f2f2;
    font-size: 18px;
    background-color: rgba(34, 34, 34, 0.623);
    z-index: 10000;
}

/* The dots/bullets/indicators */
.gallery-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.gallery-dot:hover {
    background-color: #740a5d;
}
