
body {
    margin: 0;
    padding: 0;
    background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url(./pexels-alina-lomilova-5218235.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

nav {
    /* border: 1px solid rgb(58, 58, 58); */
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    transition: 0.2s all ease-in-out;
    z-index: 99;
}
header {
    /* border: 1px solid red; */
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    height: 55px;
    width: 100%;
    transition: 0.4s all ease-in-out;
    padding: 0;
    margin: 0;
} 

#titel {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-left: 25px;
    padding: 0;
    color: #000;
    text-shadow: 2px 2px rgba(255, 255, 255, 0.651);
    transition: 0.2s all ease-in-out;
}

.menu-items {
    list-style: none;
    display: flex;
    width: 75%;
    justify-content: space-around;
    margin: auto;
    text-shadow: 0.1px 0.1px rgb(0, 0, 0);
    padding: 0;
}

/* NAV Items Animation & Style */

.menu-items a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    transition: 250ms all ease-in-out;
    position: relative;
    letter-spacing: 1px;
}

.menu-items a:before,
.menu-items a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.menu-items a:before {
    bottom: 0;
    display: flex;
    height: 3px;
    width: 0%;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
}

.menu-items a:after {
    left: 0;
    top: 0;
    position: absolute;
    content: attr(data-hover);
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}

.menu-items a:hover:before,
.menu-items .current a:before {
    opacity: 1;
    width: 100%;
}
.menu-items a:hover:after,
.menu-items .current a:after {
    max-width: 100%;
}


.hamburger {
    display: none;
}

/* ----------------- */


#section1 {
    /* border: 1px solid red; */
    height: 100vh;
    margin-top: 70px;
}

#section2 {
    height: 90vh;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    flex-direction: column;
}

#section3 {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section5 {
	height: 50vh;

}
#section6 {
	height: 35vh;
}

#section7 {
    height: 70vh;
}


/* SECTION 1 Style */
.text1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
}

#friday {
    margin: 0 50px 0 50px;
    letter-spacing: 10px;
}

#heading {
    text-transform: uppercase;
    font-size: 55px;
    margin: 0;
    width: 100%; 
    justify-content: center;
    display: flex; 
}

#subheadfri {
    font-size: 50px;
    margin-top: 0;
}

/* End Section 1 Style */


.divider-div {
    
    text-align: center;
    font-size: 45px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.divider-div::before,
.divider-div::after {
    content: '';
    display: block;
    height: 0.03em;
    min-width: 30vw;
}

.divider-div::before {
    background: linear-gradient(to right, rgba(240,240,240,0), #000);
    margin-right: 4vh;
}

.divider-div::after {
    background: linear-gradient(to left, rgba(240,240,240,0), #000);
    margin-left: 4vh;
} 

/* SECTION 2 Style */

.subtext.b {
    width: 100%;
    justify-content: center;
    display: flex;
    text-align: center;
}

.text2 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    
}

#leftLine {
    height: 90%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 15px;
}
#verticalLine {
    border-left: 1px solid black;
    height: 90%;
    width: 1px;
}

#rightLine {
    height: 90%;
    width:30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15px;
    
}


.inhalt {
    text-align: right;
    font-size: 24px;
}

.zeit {
    text-align: left;
    font-size: 24px;
}


.text3 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.heading2 {
    width: 100%;
    text-align: center;
    font-size: 55px;
}

.heading2 p{
    margin-bottom: 15px;
}

.anfahrt {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.Name {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight:500;
}
.anfahrtDesc {
    margin-top: 0;
    font-size: 24px;
    text-align:center;
}

/* Hotels */


#section4 {
    height: 60vh;
}

.text4 {
    height: 100%;
    width: 100%;
}

#overNight {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
}

.oN {
    width: 30%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaeaea;
    background: rgba(255,255,255,0.4);
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
}

.oN h2 {
    margin: 0 0 5px 0;
    text-align: center;
}

.oN:hover {
    background: rgba(255,255,255,0.8);
}

.oN a {
    text-decoration: none;
    border: 1px solid black;
    padding: 5px 15px 5px 15px;
    margin: 10px 0 0 0;
    color: #000;
    transition: 0.5s all ease-in-out;
}

.oN a:hover {
    text-decoration: underline;
    padding: 5px 20px 5px 20px;
}

.infos {
    height: 100%;
    width: 80%;
    padding: 10px;
    font-size: 25px;
    text-align: center;
}

.infoscok {
    font-size: 35px;
    height: 100%;
    width: 80%;
    padding: 0;
    text-align: center;
}


@media (max-width: 768px) {
    header {
        position: absolute;
        height: 50px;
    }
    nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        border-bottom: 1px solid black;
    }
    .hamburger {
        display: block;
        position: fixed;
        right: 1em;
        cursor: pointer;
        z-index: 2;
    }
    .line {
        width: 22px;
        height: 2px;
        margin: 3px;
        background: #000;
    }
    .menu-items {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        background: #eaeaea;
        transform: translateX(100%);
    }

    #titel {
        font-size: 40px;
        margin: 2px;
        padding: 3px;
    }

    .menu-items.open {
        transform: translateX(0);
        transition: 300ms all ease-in;
    }

    .menu-items.fade {
        transform: translateX(100%);
        transition: 300ms all ease-out;
    }

    .subtext {
        font-size: 16px;
    }

    #overNight {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .oN {
        width: 80%;
        height: 100%;
        margin: 5px;
        padding: 5px;
    }

    .oN p {
        margin: 3px;
    }
    #section4 {
        height: 90vh;
    }
    #section2 {
        height: 100vh;
    }
    #section5 {
        height: 50vh;
    }
    #section6 {
        height: 50vh;
    }
    #section7 {
        height: 70vh;
    }
    #leftLine {
        width: 40%;
    }
    .inhalt {
        text-align: left;
        hyphens: auto;
    }
}
