* { margin: 0; padding: 0; }
body { height: 100%; background-color: rgb(20,20,20); font-family: sans-serif; }

#main { width: 100%; max-width: 1000px; margin: 0 auto; display: block;
    text-align: center; color: white; font-size: 16px; font-size: 1rem; }

a {text-decoration: none;}

.banner img { width: 100% }

nav { min-height: 50px; display: flex; justify-content: center; align-items: center;
    margin-top: 10px; margin-bottom:30px; background-color: rgb(42,42,42); color: white; position: relative; }


    .nav_logo {
    position: absolute;
    top: -45px; left: 10px;
    width: 30%;
    min-width: 180px;

}

nav ul { display: flex; }

nav ul li { height: 100%; padding: 15px; list-style-type: none; border-bottom: 4px solid rgb(42,42,42); }

nav ul li:hover { border-bottom: 4px solid #0033cc; }

nav ul li a { color: white; text-decoration: none; font-size: 20px; font-size: 1.25rem; font-family: sans-serif; }


.toggle-button {
    position: absolute;
    top: 15px;
    right: 25px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 23px;
}

.toggle-button .bar {
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 100px;
}

.bes { position: absolute; top: 0px; left: 5px; }

h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: white;
    text-shadow: 1px 1px 0px #d4121c;
    font-family: sans-serif;
    font-size: 40px; font-size: 2.5rem;
}
h2 {
    color: white;
    text-shadow: 0 0 2px #0033cc;
    font-family: sans-serif;
    font-size: 30px; font-size: 1.875rem;
    margin-bottom: 50px;
}

.angebot_img {
    width: 800px;
    max-width: 90%;
}
.angebot {
    margin: 30px auto;
    max-width: 90%;
    color: white;
}
.angebot_top {
    display: flex;
    justify-content: space-between;
    font-size: 24px; font-size: 1.5rem;
}
.angebot_bottom {
    font-size: 16px; font-size: 1rem;
    font-style: italic;
    text-align: left;
    margin-top: 5px;
    color: rgb(177, 177, 199);
}
.spacer {
    height: 10px;
}
.spacer2 {
    height: 50px;
}

.tel_top {
    margin-top: 30px; margin-bottom: 40px;
    max-width: 60%;
}

p img { max-width: 70%; margin-bottom: 10px; box-shadow: 0 0 10px -4px #e3c669; box-sizing: border-box; }


footer { font-family: sans-serif;
    margin-top: 30px;
    background-color: rgb(42,42,42);
}
footer h2 {padding-top: 20px; margin: 20px}
footer span {display: block; color: white;
            font-size: 20px; font-size: 1.25rem;
            padding-bottom: 16px;}
.opentime {font-size: 24px; font-size: 1.5rem;}            

.tel {font-size: 30px; font-size: 1.875rem;
        color: #d4121c; font-family: sans-serif;
     font-weight: bold; margin-bottom: 30px;
     text-shadow: 1px 1px 0px rgb(177, 177, 199);
    display: block;}

a {text-decoration: none;}

.imp_top {margin-top: 50px; margin-bottom: 60px;
    font-size: 24px; font-size: 1.5rem; }

.imp_txt {text-align: justify; margin-top: 50px; padding: 10px;
    color: rgb(177, 177, 199); font-size: 16px; font-size: 1rem;}

#galerie img {width:700px; max-width: 95%; margin-top: 10px;}
#galerie { margin-top: 50px;}
.raum {margin-top:20px;}


#maps { display: flex; justify-content: center; align-items: center;
        max-width: 40%; margin: 100px auto;}
#maps img {width: 150px; }







@media(max-width: 750px) {
    .list-container { display: none; width: 100%; }
    .toggle-button { display: flex; }
    nav { flex-direction: column; align-items: flex-start; }
    .list-container ul { flex-direction: column; width: 100%; margin-top: 0px; }
    .list-container li { text-align: center; }
    .list-container.active { display: flex; }
    nav ul li a { font-size: 20px; font-size: 1.25rem; }
    

    h1 { margin-top: 20px; 
        margin-bottom: 10px;
        font-size: 34px; font-size: 2.125rem;
    }

    h2 { 
    font-size: 26px; font-size: 1.625rem;
    margin-bottom: 30px;
    }
    .angebot_top {
        display: flex;
        justify-content: space-between;
        font-size: 20px; font-size: 1.25rem;
    }
    .opentime { font-size: 16px; font-size: 1rem;}
    footer h3 {font-size: 18px; font-size: 1.125rem; }
    .tel {font-size:16px; font-size: 1rem;}

    p img { max-width: 95%; margin-bottom: 5px; }


}