* {
    margin: 0;
    padding: 0;
    font-family: roycroft,oswald,sans-serif,cabazon,serif;
    font-weight: 400;
    font-style: normal;
}
.caba {
    font-family: cabazon;
    line-height: 1.15;
}
/*------------------------------------Scroll-bar------------------------------------------*/
body {
    overflow: overlay;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: rgb(104, 104, 104);
    border-radius: 10px; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/*------------------------------------NAVIGATION-------------------------------------------*/
.navbg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-image: url(/static/media/header.jpeg);
    background-position: right;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.logoa, .logo {
    width: 25rem;
}
.logominmedia {
    display: none;
}
.nav {
    display: flex;
    justify-content: center;
    width: 90rem;
    margin: 0.5rem 0 0 0;
}
.nav a:hover {
    color: #E73627;
}
.nav-link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-decoration: none;
    color: black;
    font-size: clamp(16px, 2.4rem, 50px);
    margin: 0 2rem;
    font-family: roycroft;
}
.active {
    color: #E73627;
}
.space {
    width: 3rem;
}
/*-----------------------------------------------------------------------------*/
.background {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 2rem 0 0 0;
    background-image: url(/static/media/background.png);
}
/*-----------------------------WELCOME-----------------------------------*/
.welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 2rem;
    width: 80rem;
}
.introtext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5rem 0 0 0;
    width: 80rem;
}
.introtext h1 {
    font-size: clamp(20px, 3rem, 50px);
    width: 75rem;
}
.introtext p {
    padding: 4rem 0;
    font-size: clamp(16px, 1.5rem, 50px);
    font-family: oswald;
    width: 75rem;
}
.sliderbox {
    display: flex;
    justify-content: center;
    width: 70rem;
    padding: 5rem 0;
}
.slider {
    display: none;
    width: 70rem;
}
/*-------------------------------S-STAR----------------------------------*/
.service-star {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 2rem;
    width: 60rem;
}
.star-logo {
    width: 17rem;
}
.starlogo {
    width: 17rem;
}
.servicetext {
    width: 30rem;
    padding-top: 10rem;
}
.servicetext p {
    font-size: clamp(16px, 1.5rem, 50px);
    font-family: oswald;
}
/*-------------------------------location----------------------------------*/
.location {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 80rem;
    padding: 5rem 0;
}
.garden, .bar, .selfimg {
    width: 35rem;
}
.selfimg {
    box-shadow: .5rem .5rem .2rem rgba(0, 0, 0, 0.500) ;
}
.self-img {
    padding: 1rem 0;
}
.garden h2, .bar h2, .lokal h2 {
    font-size: clamp(20px, 2.5rem, 50px);
}
.garden p, .bar p, .lokal p {
    font-size: clamp(16px, 1.5rem, 50px);
    font-family: oswald;
}
.lokal {
    width: 80rem;
}
.lokalimg {
    width: 80rem;
    box-shadow: .5rem .5rem .2rem rgba(0, 0, 0, 0.500) ;
}
/*-------------------------------footer----------------------------------*/
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 10rem;
    width: 100%;
}
.footerlogo, .footerkontakt, .footeroeffnungzeiten, .footerlinks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 25%;
    height: 25rem;
    padding: 3rem 0 0 5rem;
    background-color: #D5C1A7;
}
.footer-logo {
    width: 17rem;
    padding: 4rem 0 0 0;
}
.footerlogo h2, .footerkontakt h2, .footeroeffnungzeiten h2, .footerlinks h2 {
    align-items: center;
    font-size: clamp(10px, 2rem, 50px);
}
.footerlogo p, .footerkontakt p, .footeroeffnungzeiten p, .footerlinks p {
    font-size: clamp(10px, 1rem, 50px);
    font-family: oswald;
    letter-spacing: .15rem;
    font-weight: 300;
}
.partnerlogo {
    width: clamp(55px, 7rem, 5000px);
}
.fett {
    font-family: oswald;
    letter-spacing: .15rem;
}
a {
    font-size: clamp(10px, 1rem, 50px);
    text-decoration: none;
    color: black;
    font-family: oswald;
    font-weight: 300;
    letter-spacing: .15rem;
}
a:hover {
    color: #E73627;
    text-decoration: none;
}


@media only screen and (max-width: 1400px) {
    html {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1200px) {
    html {
        font-size: 9px;
    }
    .service-star {
        width: 80rem;
    }
    .star-logo {
        width: 26rem;
    }
    .starlogo {
        width: 26rem;
    }
    .servicetext {
        width: 40rem;
    }
}
@media only screen and (max-width: 1000px) {
    html {
        font-size: 7px;
    }
    .navbg {
        height: 50vh;
    }
    .footerlogo, .footerkontakt, .footeroeffnungzeiten, .footerlinks {
        height: 30rem;
    }
}
@media only screen and (max-width: 800px) {
    html {
        font-size: 7px;
    }
    .footerlogo, .footerkontakt, .footeroeffnungzeiten, .footerlinks {
        height: 32rem;
    }
}
@media only screen and (max-width: 600px) {
    html {
        font-size: 5px;
    }
    .navbg {
    max-height: 150rem;
    }
    .footerkontakt, .footeroeffnungzeiten, .footerlinks {
        width: 33%;
        height: 40rem;
    }
    .footerlogo, .footer-logo {
        display: none;
    }
    .service-star {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem 0rem;
    }
    .star-logo {
        width: 35rem;
        padding-top: 10rem;
    }
    .starlogo {
        width: 35rem;
    }
    .servicetext {
        width: 80rem;
        padding: 15rem 0;
    }
}
@media only screen and (max-width: 500px) {
    html {
        font-size: 4px;
    }

    .location {
        flex-direction: column;
        align-items: center;
    }
    .garden, .bar {
        width: 80rem;
        padding-top: 5rem;
    }
    .footerkontakt, .footeroeffnungzeiten, .footerlinks {
        height: 48rem;
    }
}
@media only screen and (max-width: 400px) {
    html {
        font-size: 4px;
    }
    .navbg {
        min-height: 100rem;
    }
    .nav {
        flex-direction: column;
        align-items: center;
        padding: 5rem 0;
    }
    .nav-link {
        padding: 1rem 0;
    }
    .logominmedia { 
        display: flex;
    }
    .logomin {
        width: 17rem;
    }
    .logo {
        display: none;
    }
    .footerkontakt, .footeroeffnungzeiten, .footerlinks {
        height: 55rem;
    }
}
@media only screen and (max-width: 365px) {
    html {
        font-size: 3px;
    }
    .footerkontakt, .footeroeffnungzeiten, .footerlinks {
        height: 80rem;
    }
}