
body {
    font-family: Roboto, sans-serif;
    background: linear-gradient(45deg, #101010, #151515,  #101010, #050505);
    color: rgb(230, 230, 230);
    margin: 0px;
    
    overflow: hidden;
}
#res-body {
    background: rgb(20, 20, 20);
   
}
header{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 74, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    background:  rgba(0, 74, 0, 0.2);
    
    width: 100%;
    height: 12vh;
    font-size: large;
}
header2{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 74, 0, 0.4);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background:  rgba(0, 74, 0, 0.9);
    width: 100%;
    min-height: 12vh;
    font-size: large;
    gap: 0px;
    padding: 20px 0;
}
header2 h1, header2 h2{
    margin: 0px;
   
     text-shadow: 1px 1px 2px black;
    
}

section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 100vh;
}
#einstellungen {
     display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-right: 25px;
    height: 100vh;
    overflow: scroll    ;
     scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
#login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}



.start {
    height: 100vh;
    min-width: 14vw;
    background-color: rgba(0, 98, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 98, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    
    
}
    .start a {
        text-decoration: none;
        
    }

.start2 {
    margin: 15px;
    right: 0px;
    border-radius: 30px;
    height: 83vh;
    max-width: 50vw;
    min-width: 30vw;
    background-color: rgba(0, 98, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 98, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px; ;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    
}
 .start2 h2 {
    text-align: center;
}

.btnBox {
    display: flex;
    flex-direction: column;
    align-items: start;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        gap: 30px;
}
    .btnBox img {
        display: none;
    }

    .btnBox button, .btnBox a {

        display: flex;
        align-items: center;
        font-size: 22px;
        gap: 5px;
    }   
    .formÖffner {
        background-color: rgba(0, 74, 0, 0);
        border: none;
        text-shadow: 1px 1px 2px black; 
        color: rgb(230, 230, 230);
        padding: 0px 10px;
        border-radius: 50px;
        cursor: pointer;
        }

    
        .formÖffner:hover {
            background-color: rgba(0, 98, 0, 0.01);   
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 98, 0, 0.01);
            box-shadow: 0 4px 30px rgba(0,0,0,0.1);

        }

         /* ===== Overlays allgemein ===== */
        #overlay, #overlay2, #overlay3, #overlay4, #overlay11, #overlay12, #overlay13, #overlay5, #overlay404, #overlay07 {
            position: fixed;
            inset: 0;
            display: none;
            justify-content: center;
            align-items: center;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1000;
            overflow: auto; /* Overlay selbst kann scrollen, falls Popup größer als Viewport */
        }
.hier {
    color: rgba(0, 255, 0, 0.45);
    font-weight: bold;
    img {
        filter: brightness(0) saturate(100%) invert(48%) sepia(100%) saturate(749%) hue-rotate(85deg) brightness(95%) contrast(97%);
    }
}

.separator {
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    opacity: 0.7;
    
}

.listen{
    display: flex;
    margin: 7px;
    height: 80%;
    gap: 50px;
    font-size: medium;
    overflow: hidden;
    
    
}

h1 {
    text-shadow: 1px 1px 2px black;
    
    
}
h2 {
    
    text-shadow: 1px 1px 2px black;
}

#reservierungsListe, #andereListe {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */

}
.reservierung {
    background-color: rgba(0, 74, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    position: relative;
    margin-top: 20px;
    flex-direction: column;
    width: 17vw;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 74, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.reservierung button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}
    .reservierung button:hover {
         background-color: rgba(0, 98, 0, 0.01);   
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.01);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }
.reservierung h2 {
    text-shadow: 1px 1px 2px black;
}

.reservierung input, .reservierung textarea {
    width: 50%;
    font-size: 14px;
    padding: 10px;
    border: none;
    background-color: rgb(1, 83, 1);
}

.anderes {
    flex-direction: column;
    background-color: rgba(0, 98, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    position: relative;
    margin-top: 20px;
    width: 15vw;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 98, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.anderes button {
     position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}
    .anderes button:hover {
         background-color: rgba(4, 84, 0, 0.01);   
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(4, 84, 0, 0.01);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }

.reservierung img, .anderes img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.reservierung p, .anderes p {
    margin: 3px 0;
}

#res-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    height: 100%;
}

.Online-Reservierung {
    display: flex;
    justify-content: center;
    height: 90vh;
    width: 40vw;
}
.oreservierung{
    background: rgb(0, 90, 0, 0.4);
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 90%;
    height: 65vh;
}
.oreservierung button {
    font-size: 14px;
    background-color: rgba(0, 98, 0, 0.4);
    border: none;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    color: white;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
}
.oreservierung button:hover {
    background-color: rgba(4, 84, 0, 0.1);   
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(4, 84, 0, 0.01);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.res-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 98, 0, 0.5);
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 20vw;
    height: 65vh;
}
.opening-hours  {
    width: 100%;
}
.opening-hours2 {
    display: none;
    width: 100%;
}


.popup {
    background: rgb(0, 30, 0);
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 40vw;
   
}


        /* Fenster im Overlay */
        


        #formularContainer h2 {
            text-shadow: 1px 1px 2px black;
        }
     
         #overlay button,  #overlay4 button, #overlay5 button, #overlay404 button, #overlay07 button {
             
            bottom: 10px;
            right: 10px;
            background-color: transparent;
            border: none;
            color: white;
            padding: 5px;
            border-radius: 10px;
            cursor: pointer;
           
        }
        #overlay3 button {
            position:absolute;
            bottom: 10px;
            right: 10px;
            background-color: transparent;
            border: none;
            color: white;
            padding: 5px;
            border-radius: 10px;
            cursor: pointer;
        }
            #overlay button:hover, #overlay3 button:hover, #overlay4 button:hover, #overlay11 button:hover, 
            #overlay12 button:hover, #overlay5 button:hover, #overlay404 button:hover {
                 background-color: rgba(4, 84, 0, 0.1);   
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 1px solid rgba(4, 84, 0, 0.01);
                box-shadow: 0 4px 30px rgba(0,0,0,0.1);
            }
         #overlay2 button,  #overlay13 button {
            bottom: 10px;
            right: 10px;
            background-color: transparent;
            border: none;
            color: white;
            padding: 5px;
            border-radius: 10px;
            cursor: pointer;
        }
            #overlay2 button:hover, #overlay13 button:hover {
                 background-color: rgba(4, 84, 0, 0.1);   
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 1px solid rgba(4, 84, 0, 0.01);
                box-shadow: 0 4px 30px rgba(0,0,0,0.1);
            }
        

        #Schliessen {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: transparent;
            border: none;
            color: white;
            padding: 5px;
            border-radius: 50%;
            cursor: pointer;
            height: 30px;
            width: 30px;
            font-size: larger;
            font-weight: bold;
        }
            #Schliessen:hover {
                 background-color: rgba(4, 84, 0, 0.1);   
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 1px solid rgba(4, 84, 0, 0.01);
                box-shadow: 0 4px 30px rgba(0,0,0,0.1);
        }

        input, textarea {
            width: 95%;
            padding: 12px;
            margin-bottom: 10px;
            margin-top: 5px;
            border-radius: 5px;
            background-color: rgba(160, 160, 160, 0.493);
            border: none;
        }
    .profilebtn {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: var(--text-color);
        text-decoration: none;
        width: 90%;
        background-color: rgba(0, 98, 0, 0.2);
        padding: 0 7px;
        margin: 10px;
        border-radius: 10px;
        transition: all 0.3s ease;
    }
        .profilebtn:hover {
            background-color: rgba(4, 84, 0, 0.1);   
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            
            box-shadow: 0 4px 30px rgba(0,0,0,0.1);
        }
        
    #linkContainer {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        margin-bottom: 15px;
        
    }
        #nlink, #nlink2 {
        display: inline-block;
        padding: 10px;
        min-width: 50%;
        background-color: rgba(6, 6, 6, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 84, 0, 0.2);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
        font-size: larger;
        border-radius: 5px;
           
    }
    #ncopyLink, #ncopyLink2 {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }
    .upgrade{
        background-color: rgba(0, 98, 0, 0.2);
        border-radius: 20px;
        margin: 20px;
        padding: 20px;
        max-height:60vh;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.2);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
        width: 30vw;
    }
    .support button, .upgrade button {
        background-color: rgba(0, 98, 0, 0.4);
        font-size: 16px;
        border: none;
        color: white;
        padding: 12px;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .support button:hover, .upgrade button:hover {
        background-color: rgba(4, 84, 0, 0.9);   
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }

.zeitenContainer, .kapazitätenContainer, .InfoContainer, .tischContainer {
    background-color: rgba(0, 74, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
    width: 20vw;
    height: 78vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 74, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    overflow-y: scroll;
    scrollbar-width: 2px; /* Firefox */
    -ms-overflow-style: 2px;  /* Internet Explorer 10+ */
    scrollbar-color: rgba(0, 74, 0, 0.2) rgba(0, 74, 0, 0.1);
    flex-direction: column;
    input, textarea {
        width: 90%;
        
        padding: 12px;
        margin-bottom: 10px;
        margin-top: 5px;
        border-radius: 5px;
        background-color: rgba(160, 160, 160, 0.493);
        border: none;
    }
}
.InfoContainer {
    display: none;
}

.datenschutz {
    font-size: 16px;
    height: 80vh;
    width: 80vw;
    overflow-y: scroll;
    scrollbar-width: 2px; /* Firefox */
    -ms-overflow-style: 2px;  /* Internet Explorer 10+ */
    scrollbar-color: rgba(0, 74, 0, 0.2) rgba(0, 74, 0, 0.1);
    padding: 20px;
}

.login-container {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 98, 0, 0.2);
    border-radius: 20px;
    padding: 40px;
    justify-content: center;
    min-height:20vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 98, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    width: 30vw;
    position: absolute;
    top: 20%;
}
.zahlungs-container, .bestätigt-container, .fertig-container, .error-container, .einrichtungs-container, 
.einrichtungs2-container, .einrichtungs3-container, .fertig-container2, .zahlungs-container2, .paket {
    display: none;
    flex-direction: column;
    background-color: rgba(0, 98, 0, 0.2);
    border-radius: 20px;
    padding: 40px;
    justify-content: center;
    min-height:20vh;
    max-height: 70vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 98, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    min-width: 30vw;
    margin-bottom: 50px;
    overflow-y: scroll;
    scrollbar-width: 2px; /* Firefox */
    -ms-overflow-style: 2px;  /* Internet Explorer 10+ */
    scrollbar-color: rgba(0, 98, 0, 0.2) rgba(0, 98, 0, 0.1);
    button {
        background-color: rgba(0, 98, 0, 0.4);
        font-size: 16px;
        border: none;
        color: white;
        padding: 12px;
        border-radius: 10px;
        cursor: pointer;
    }
    button:hover {
        background-color: rgba(4, 84, 0, 0.1);   
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(4, 84, 0, 0.01);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }
}
.paket {
    flex-direction: row;
   
}


.paketinfo {
    background-color: rgba(0, 98, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgba(0, 98, 0, 0.2);
    gap: 20px;
    min-height: 100%;
    ul {
        margin: 10px;
        min-height: 16vh;
    }
    button {
        background-color: rgba(0, 98, 0, 0.4);
        border: none;
        color: white;
        padding: 8px;
        border-radius: 10px;
        cursor: pointer;
    }
    button:hover {
        background-color: rgba(4, 84, 0, 0.1);   
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(4, 84, 0, 0.01);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }
}
#oder, .zahlungs-container span {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: rgba(230, 230, 230, 0.5);
}
    #registerBtn, #loginBtn, #newRegisterBtn {
        margin-top: 13px;
        background-color: rgba(0, 98, 0, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.2);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: white;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
    }
    #AgbBtn {
    background-color: transparent;
    font-size: 16px;
    margin: 10px 0px;
    text-align: start;
    padding: 0px;
    border: none;
    color: white;
    cursor: pointer;
    }
    #AgbBtn:hover {
        text-decoration:underline;
    }
   
    #termsContainer {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    #registerBtn:hover, #loginBtn:hover, #newRegisterBtn:hover {
         background-color: rgba(0, 98, 0, 0.01);   
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.01);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }
    #addTisch{
        margin-top: 13px;
        margin-bottom: 23px;
        background-color: rgba(0, 98, 0, 0.01);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.01);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: white;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
    }
    #addTisch:hover {
         background-color: rgba(0, 98, 0, 0.2);   
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.2);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }

    .deleteTischBtn {
        margin-bottom: 23px;
        margin-left: 85%;
        background-color: rgba(0, 98, 0, 0.01);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.01);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: white;
        padding: 8px;
        border-radius: 10px;
        cursor: pointer;
    }
    .deleteTischBtn:hover {
         background-color: rgba(0, 98, 0, 0.2);   
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 98, 0, 0.2);
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }
    #res-footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 30px;
         background-color: rgba(0, 98, 0, 0.1);
    }
    #res-footer a {
        color: rgba(230, 230, 230, 0.2);
        text-decoration: none;
        font-size: 12px;
    }

@media (max-width: 1500px) {
    .start {
            min-width: 90px;
            height: auto;
            padding: 20px;
            align-items: center;
    }
    .btnBox {
        flex-direction: column;
        margin: 0px;
        margin-top: 50px;
        padding: 0px;
    }
    .btnBox img {
        height: 35px;
        width: 35px;
    }
    .formÖffner {
        padding: 10px 10px;
    }
    .btnBox img {
        display: flex;
    }    
    .btnBox p {
        display: none;
    }

    #einstellungen {
        gap: 10px;
        
    }
    .start2 {
        max-width: none;
        width: 40vw;
    }
    .listen {
        width: 40vw;
        gap: 20px;
    }
    .reservierungsListe, .andereListe {
        max-width: 40%;
    }

 
}

@media (max-width: 1200px) {
    .start {
        position: absolute;
        left: 0px;
        height: 100vh;
        z-index: 1000;
    }
    section {
        flex-direction: column;
        align-items: flex-end;
        
    }

    #einstellungen {
        flex-direction: row;
        gap: 0px;
        padding: 0px;
        margin-right:15px;
        
    }
    
    
    
     .btnBox {
        flex-direction: column;
        justify-content: center;
        margin: 0px;
        gap: 20px;
    }
    .listen {
        min-height: 30vh;
        width: 70%;
        margin: 0px;
        
        
    }

    .reservierungsListe, .andereListe {
        width: 90%;
    }
    .reservierung, .anderes {
        width: 23vw;
        padding: 10px;
    }
    .start2 {
        width: 80%;
        
        max-height: 45vh;
        padding-bottom: 20px; 
            
    }
    .reservierungsListe2{
        display: flex;
        margin: 10px;
        width: 90%;
        height: 80%;
    }
        .reservierungsListe2 .reservierung {
            width: 150%;  
        }

    .popup {
       width: 80vw;
    }
    .zeitenContainer, .kapazitätenContainer, .InfoContainer, .tischContainer {
         height: 95.5vh;
         margin-bottom: 20px; 
        }
    
    .datenschutz {
        margin-left: 150px;
    }
    .login-container {
    width: 60vw;
    }
    #res-section {
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
    height: 100%;
    }
    .Online-Reservierung {
        align-items: center;
        height: 80vh;
    }
    .oreservierung {
        width: 50vw;
        
    }
    .paket, .zahlungs-container, .bestätigt-container, .fertig-container, .error-container, .einrichtungs-container, .einrichtungs2-container {
        width: 50vw;
        top: 15%;
    }
    .paket {
    flex-direction: column;
    padding-top: 80px;
   
}
    .paketinfo {
        width: 80%;
        min-height: 40vh;
        padding: 10px;
    }
   

}
        


@media (max-width: 800px) {
    h1 {
        font-size: 1.3em;
    }
    section {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0px;
        padding: 0px;
    }
    .start {
        position: static;
        max-height: 5%;
        width: 100%;
        
    }
    .separator {
        width: 2px;
        height: 85%;
    }
    #einstellungen {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-left: 0px;
    }
    .zeitenContainer, .kapazitätenContainer, .InfoContainer, .tischContainer {
         min-height: 60vh;
         width: 80vw;
         margin: 5px auto;
         padding: 10px;
    }
    .tischContainer label {
        width: 100%;
    }
    textarea, input {
        width: 100%;
    }
    .btnBox {
        flex-direction: row;
        justify-content: center;
        margin: 0px;
        gap: 20px;
    }
    .btnBox img {
        height: 30px;
        width: 30px;
    }
     .formÖffner {
        padding: 5px 5px;
    }
     .btnBox p {
        display: none;
    }
     .start2 {
        width: 90%;
        margin: 15px auto; 
        height: auto;
        padding-bottom: 20px; 
    }
    .upgrade {
        width: 90%;
        margin: 15px auto; 
        height: auto;
        padding-bottom: 20px; 
    }
    .listen {
        margin: 0px;
        gap:10px;
        max-height: 40vh;
        width: 90%;
        
    }
    .reservierungsListe, .andereListe {
        width: 100%;
    }
    .reservierung, .anderes {
        width: 38vw;
        padding: 5px;
        padding-bottom: 27px;
    }
    .reservierung button, .anderes button {
        bottom: 3px;
        right: 3px;
    }
    .start2 {
        width: 90%;
        margin: 0px;
        height: auto;
        padding-bottom: 20px; 
        min-height: 33vh;
        max-height: 33vh;
    }
    .start2 .reservierungsListe2 {
        width: 100%;
        margin: 0px;
    }
    .start2 .reservierung {
            width: 70vw;
            padding: 10px;
    }
    .datenschutz {
        margin: 0px;
        width: 90vw;
    }   
        .login-container {
    width: 70vw;
    }
    header2 {
        gap: 0px;
        padding: 0px;
        height: 14vh;
    }
    header2 h1 {
        font-size: 1.2em;
    }
     header2 h2 {
        font-size: 1em;
    }
    #res-section {
        flex-direction: column-reverse;
        gap: 10px;
        padding: 0px 0;
    }
    .login-container {
        top: 20%;
    }
    .Online-Reservierung {
        align-items: center;
        padding: 0px;
        height: 63vh;
        width: 90vw;
    }
    .oreservierung {
        margin-top: 20px;
        width: 100%;
        align-items: flex-start;
        padding: 0px 10px;
        min-height: 60vh;
    }
    .oreservierung form {
       width: 90%;
        gap:2px;
    }
    .oreservierung form label {
        font-size: 13px;
    }
    .oreservierung form input, .oreservierung form textarea {
        width: 100%;
        padding: 8px;
    }
    
    .res-info {
        width: 100%;
        border-radius: 0px;
        padding: 0px;
        height: 14vh;
        gap: 0px;
        line-height: 17px;
        overflow-y: scroll;
         scrollbar-width: 2px; /* Firefox */
        -ms-overflow-style: 2px;  /* Internet Explorer 10+ */
        scrollbar-color: rgba(0, 74, 0, 0.2) rgba(0, 74, 0, 0.1);
    }
    .res-info h3 {
        font-size: 18px;
        margin: 0px;
    }
    .res-info h3 {
        margin-top: 10px;
    }
    .res-info p {
        font-size: 14px;
        margin: 5px;
    }
    .opening-hours {
        width: 100%;
        display: none;
    }
    .opening-hours2 {
        gap: 17px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: flex-start;
    }
    .paket, .zahlungs-container, .bestätigt-container, .fertig-container, .error-container, .einrichtungs-container, .einrichtungs2-container, .einrichtungs3-container, .fertig-container2, .zahlungs-container2 {
        width: 80vw;
        top: 15%;
    }
    .paketinfo {
        width: 80vw;
        height: 33vh;
        padding: 7px;
        gap: 0px;
        ul {
            height: 55%;
            overflow-y: scroll;
        }
        h2 {
            font-size: 18px;
            margin: 5px;
        }
        p {
            font-size: 14px;
            margin: 10px;
        }
    }

}
.tischContainer {
    display: none;
}