/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    margin: auto auto;
    height: auto;
         background-image: url(/bilder/parchment2.jpg);

    width: 100%;
    background-color: white;


}

/* Modal Content */
.modal-content {
    /*    background-image: url(/bilder/parchment2.jpg);*/
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: 300px;
    width: 100%;
    height: auto;
padding: 2vw 0 0 0;
    margin: 0vw auto;
}

.mySlides2 {}

/* The Close Button */
.close {
    color: #af2412;
    font-family: Eagle Lake;
    font-size: 6.6em;
    text-align: center;
    cursor: pointer;
    line-height: 2vw;
    left: 0;
    margin: 0vw 2vw;
    width: 55px;
    height: 55px;
    position: absolute;

}

.close:hover,
.close:focus {
    color: #667449;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
    height: auto;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    margin: -4vh auto;
    padding: 2vw;
    font-size: 1em;
    text-align: center;
}

.slide2 {
    padding: 1vw 0vw;
    align-self: center;
}

.lightbox {
    width: 75vw;
    height: 100vh;
    margin: 0 auto;
}

.lightboxtext {
    float: left;
    width: 450px;
padding: 0 0px 0 70px;
    align-content: center;
    height: 70vh;
}

.lightboxtext h1 {
    font-family: schwabach;
    font-size: 3em;
    line-height: 1em;
}

.lightboximg {
    float: left;
    width: 500px;
    margin: -5vh 0 0 0;

}

.lightboximg img {
    max-height: 98vh;
    max-width: 70vw;
}

