.body {
    margin: none;
    padding: none;
    font-family: "SF-Pro";
}

.link {
    color: black;
    text-decoration: none;
}

@font-face {
    font-family: "SF-Pro";
    src: url("font/SF-Pro.ttf")
}

.schrift {
    font-family:"SF-Pro";
    color: black;
    font-size: 17px;
}

.nav {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.nav1 {
    top: 0.7vh;
    left: 0.7vw;
}

.nav2 {
    top: 0.7vh;
    right: 0.7vw;
}

.nav3 {
    bottom: 0.7vh;
    left: 0.7vw;
}

.nav4 {
    bottom: 0.7vh;
    right: 0.7vw;
}

.nav5 {
    top: 0.7vh;
    left: 50vw;
    transform: translate(-50%);
}

.slideshow-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 100px;
}

.bilder_index {
    max-height: 90vh;
    max-width: 80vw;
    margin: 0;
    padding: 0;
}

.bilder_sr {
    max-height: 30vh;
    max-width: 40vw;
    margin: 0;
    padding: 0;
}

.slideshow-container_sr {
    position: fixed;
    bottom: 5vh;
    left: 30vw;
    max-height: 30vh;
    max-width: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.7vw;
}

.lauftext_2 {
    position: fixed;
    left: 0.7vw;
    right: 0.7vw;
    top: 5vh;
    column-count: 2;
    column-gap: 15px;
}

.lauftext_1 {
    position: fixed;
    left: 0.7vw;
    right: 0.7vw;
    top: 5vh;
}

.lauftext_3 {
    /* position: fixed; */
align-items: center;
font-size: 18px;
}

.hidden-image {
    display: none;
}

.pr_img_container {
    width: 100%;
    height:100vh;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr_img {
    position: relative;
    max-height: 70vh;
    max-width:70vw;
}

.prev {
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 50vw;
    margin: 0;
    padding: 0;
    top: 0;
    left:0;
}
.next {
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 50vw;
    margin: 0;
    padding: 0;
    left: 50vw;
    top: 0;
}


@media only screen and (max-width: 768px) {
    .nav5 {
        top: 3vh;
        text-align: center;
    }

    .pr_img {
        max-width: 100vw;
    }

    .bilder_index {
        max-width: 95vw;
    }

    .lauftext_3 {
        align-items: center;
    }

    .lauftext_2 {
        align-items: center;
        column-count: 1;
    }
    .slide {
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 70px;
    }
}
