@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body,
html {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    font-family: Verdana;
    background-color: white;
}


/* #928c8c */

.wrapper,
.desktop_version {
    width: auto;
    height: auto;
    margin: 0 auto;
}

header {
    height: 0;
    width: 100%;
    z-index: 12;
}

.logo {
    width: 30%;
    float: left;
    line-height: 100px;
}

.logo img {
    text-decoration: none;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 10px;
    margin-top: 2%;
    margin-left: 10%;
}

nav {
    line-height: 120px;
}

nav a {
    text-decoration: none;
    font-family: Verdana;
    /* padding-right: 100px; */
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 26px;
    margin-right: 70px;
    color: rgb(255, 255, 255);
}

nav a:hover {
    color: rgb(211, 57, 57);
}

.Bild_Ort img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-size: cover;
    position: fixed;
    z-index: 1;
}

.window_zone {
    height: 100vh;
    width: 100vw;
}

.mobilenav {
    display: none;
}

h2 {
    display: none;
}

.mobile_text {
    display: none;
}

.Schrift_zone {
    padding: 0%;
    position: absolute;
    z-index: 11;
    width: 100%;
    background-color: none;
}

.Schrift_zone h1 {
    padding-top: 42vh;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    font-family: Verdana;
    z-index: 10;
    text-transform: uppercase;
    color: white;
    position: relative;
}

.Inhalt_Zone {
    width: auto;
    height: auto;
    position: absolute;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 15%;
    background-color: rgba(151, 151, 151, 0.726);
    z-index: 3;
    border: rgba(153, 153, 153, 0.815);
    border-radius: 10px;
}

.Inhalt_Zone h1 {
    text-align: center;
    color: white;
    font-size: 50pt;
    text-decoration: underline;
    font-weight: bold;
}

.Inhalt_Zone p {
    text-align: left;
    color: white;
    font-size: 24pt;
    margin: 2%;
    line-height: 160%;
}

.Inhalt_Zone_Anschluss {
    width: auto;
    height: auto;
    position: absolute;
    margin-left: 17%;
    margin-right: 17%;
    margin-top: 9.5%;
    background-color: rgba(199, 199, 199, 0.726);
    z-index: 3;
    border: rgba(216, 216, 216, 0.726);
    border-radius: 10px;
}

.Inhalt_Zone_Anschluss h1 {
    text-align: center;
    color: white;
    font-size: 50pt;
    text-decoration: underline;
    font-weight: bold;
}

.Inhalt_Zone_Anschluss p {
    text-align: justify;
    color: white;
    font-size: 24pt;
    margin: 2%;
    line-height: 160%;
}

.desktop_galerie {
    padding-top: 8%;
}

.desktop_galerie .gly {
    position: relative;
    margin-top: 4%;
    padding-top: 3%;
    margin-left: 6.5%;
    z-index: 2;
}

img.gly {
    /* padding: 2px; */
    transition: 2s;
    height: 280px;
    width: 320px;
    z-index: 2;
}

.desktop_galerie .gly:hover {
    filter: grayscale(70%);
    transform: scale(1.2);
}

.desktop_version,
.wrapper {
    position: fixed;
    /* background-color: black; */
    top: 0;
    height: 120px;
    width: 100%;
}

.sticky+.desktop_version {
    padding-top: 60px;
}

.img-slider {
    position: relative;
    width: 100%;
    height: auto;
}

.img-slider .slide {
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
    background: grey;
}

.img-slider .slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 1.7s;
    transition-property: clip-path;
}

.img-slider .slide img {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    background-size: cover;
    border-radius: 0px;
}

.img-slider .navigation {
    z-index: 2;
    position: absolute;
    top: 92vh;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.navigation {
    z-index: 3;
    position: absolute;
}

.img-slider .navigation .btn {
    background: rgba(255, 255, 255, 0.5);
    width: 5px;
    height: 25px;
    margin: 10px;
    border-radius: 30%;
    bottom: 60%;
    cursor: pointer;
}

.img-slider .navigation .btn.active {
    background: #e21f1f;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.mobile_version {
    display: none;
}

.mobile_text_Anschluss {
    display: none;
}
.mobile_welcome_main {
    display: none;
}


@media (max-width: 450px) {
    .desktop_version {
        display: none;
    }
    .mobile_version {
        display: block;
        position: fixed
    }
    .mobile_text {
        display: block;
    }
    .Schrift_zone h1 {
        display: none;
    }
    .mobile_text_Anschluss {
        display: block;
    }
    #welcome_mobile_text h1{
        display: block;
        z-index: 4;
        position: absolute;
        font-size: 40pt;
        font-family: Verdana;
        font-weight: bold;
        text-align: center;
    }
    .mobile_welcome_main {
        z-index: 3;
        display: block;
        position: absolute;
    }
    .mobile_welcome_main h1 {
        color: white;
        display: block;
        font-size: 25pt;
        padding-top: 70%;
        font-weight: bold;
        font-family: Verdana;
        text-align: center;
    }
    .Inhalt_Zone {
        display: none;
    }
    .Inhalt_Zone_Anschluss {
        display: none;
    }
    .mobile_navbar {
        z-index: 3;
    }
    .mobile_navbar a {
        text-decoration: none;
        color: white;
        display: block;
        font-size: 22px;
    }
    .mobile_navbar a:hover {
        color: rgb(211, 57, 57);
    }
    a {
        margin-bottom: 10%;
    }
    .Schrift_zone {
        display: none;
    }
    .Bild1 {
        object-position: 75%;
    }
    .Bild_Ort img {
        z-index: 1;
    }
    .mobile_text {
        width: auto;
        height: auto;
        position: absolute;
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 30%;
        background-color: rgba(199, 199, 199, 0.726);
        z-index: 2;
        border-radius: 10px;
    }
    .mobile_text h1 {
        text-align: center;
        font-size: 16;
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-family: Verdana;
        text-decoration: underline;
    }
    .mobile_text p {
        text-align: left;
        margin: 5%;
        color: rgb(255, 255, 255);
        font-size: 12pt;
        font-family: Verdana;
    }
    .mobile_text_Anschluss {
        width: auto;
        height: fit-content;
        position: absolute;
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 20%;
        /* background-color: rgba(199, 199, 199, 0.726); */
        z-index: 2;
        border-radius: 10px;
    }
    .mobile_text_Anschluss h1 {
        text-align: center;
        font-size: 16;
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-family: Verdana;
        text-decoration: underline;
    }
    .mobile_text_Anschluss p {
        text-align: left;
        margin: 5%;
        color: rgb(255, 255, 255);
        font-size: 12pt;
        font-family: Verdana;
    }
    .desktop_galerie .gly {
        margin-top: 20%;
        padding-top: 3%;
        margin-left: 8.5%;
        z-index: 2;
    }
    img.gly {
        padding: 2px;
        transition: 2s;
        height: 160px;
        width: 180px;
        z-index: 2;
    }
    .desktop_galerie .gly:hover {
        filter: grayscale(70%);
        transform: scale(1.2);
    }
}

@media (max-width: 1500px) {
    #welcome_mobile_text {
        display: none;
    }
    .logo {
        width: 30%;
        float: left;
        line-height: 100px;
    }
    nav a {
        text-decoration: none;
        font-family: Verdana;
        letter-spacing: 2px;
        font-size: 22px;
        font-weight: 600;
        margin-right: 40px;
        color: rgb(255, 255, 255);
    }
    .Schrift_zone .h1 {
        padding-top: 38vh;
        font-size: 40px;
    }
    .Inhalt_Zone h2 {
        text-align: center;
        color: white;
        font-size: 40pt;
        font-weight: bold;
    }
    .Inhalt_Zone p {
        text-align: justify;
        color: white;
        font-size: 18pt;
        margin: 2%;
        line-height: 160%;
    }
    .Inhalt_Zone_Anschluss {
        width: auto;
        height: auto;
        position: absolute;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 13%;
        background-color: rgba(216, 216, 216, 0.726);
        z-index: 3;
        border: rgba(216, 216, 216, 0.726);
        border-radius: 10px;
    }
    .Inhalt_Zone_Anschluss h2 {
        text-align: center;
        color: white;
        font-size: 35pt;
        font-weight: bold;
    }
    .Inhalt_Zone_Anschluss p {
        text-align: justify;
        color: white;
        font-size: 16pt;
        margin: 2%;
        line-height: 160%;
    }
    .desktop_galerie .gly {
        position: relative;
        margin-top: 10%;
        padding-top: 3%;
        margin-left: 8.5%;
        z-index: 2;
    }
    img.gly {
        padding: 2px;
        transition: 2s;
        height: 160px;
        width: 180px;
        z-index: 2;
    }
    .desktop_galerie .gly:hover {
        filter: grayscale(70%);
        transform: scale(1.2);
    }
}