﻿body{
    background-color: rgb(255, 255, 255);
    color: rgba(22, 60, 142, 0.773);
    margin: 0px;
}

.flex-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
   
}

.logoo{
    margin-top: 7px;
    margin-left: 20px; 
}

ul{
    margin-left: -30px;
}

.list{
    display: inline-block;
    margin: 0 2px;
    padding: 5px;
}

.list a{
    text-decoration: none;
    list-style: none;
    color: rgb(22, 60, 142);
}

.list a:hover{
    background: rgb(22, 60, 142);
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
    height: 40px;
    opacity: 1;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.463);
    color: white;
    width: 50px;
}

header{
    background-color: rgb(241, 241, 241);
    display: flex;
    box-shadow: 0 2px 10px 1px rgba(22, 60, 142, 0.288);
}

.header {
    position: relative;
    z-index: 1;
}


footer{
    background-color: rgb(241, 241, 241);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 2px 10px 1px rgba(22, 60, 142, 0.350);
    height: 60px;
}

.containerfooter{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.containerbdy {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px;
    margin: 0 auto;
}

.containerbdy img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100vh;
}

.containercontent{
    width: 600px;
    height: 350px;
    margin: auto;
    border: 1px solid black;
    margin-top: 50px;
    position: relative;
}

.containercontentresults{
    width: auto;
    height: auto;
    margin: auto;
    border: 1px solid black;
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: auto; 
}

.containercontentresults-wrapper {
    max-height: 600px;
    overflow-y: auto; 
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  
.containercontentorder{
    width: 600px;
    height: auto;
    margin: auto;
    border: 1px solid black;
    margin-top: 20px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 100px;
}

.glass{
    background: linear-gradient(135deg, rgba(213, 213, 213, 0.129), rgba(255, 255, 255, 0.117));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(217, 199, 199, 0.18);
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
}

.glassresults{
    background: linear-gradient(135deg, rgba(213, 213, 213, 0.129), rgba(255, 255, 255, 0.117));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(217, 199, 199, 0.18);
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
}

.glassorder{
    background: linear-gradient(135deg, rgba(213, 213, 213, 0.129), rgba(255, 255, 255, 0.117));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(217, 199, 199, 0.18);
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
}

.inglassheader{
    text-align: center;
    margin-top: 50px;
}

.inglasstxt{
    text-align: center;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    
}

.inglassinput{
    text-align: center;
    align-items: center;
}

.inglasstable{
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-collapse: collapse; /* Fügt Zellenränder zusammen */
}

.inglasstable td{
  padding: 10px; /* Fügt Innenabstand zu Zellen hinzu */
  border: 1px solid rgba(255, 255, 255, 0.057); /* Fügt Zellenrahmen hinzu */
  box-shadow: 0 1px 1px 0 rgba(231, 223, 223, 0.5);
}

.headertable{
    padding: 25px;
    font-size: larger;
    font-weight: bold;
}

#header3{
    padding-bottom: 5px; /* Überschrift näher an Tabelle */
}

.inputfield{
    border-radius: 10px;
    padding: 12px;
    margin: 15px;
    border: none;
    text-align: center;
    height: 10px;
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
    color: black;
}

.inputfield:focus{
    outline: none; /* Entfernt die Standard-Browser-Kontur */
}

.inputfield::placeholder{
    color: rgb(6, 60, 142);
}

.inputfieldorder{
    border-radius: 10px;
    padding: 10px;
    margin: 8px;
    border: none;
    text-align: center;
    height: 10px;
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
    color: black;
    width: 360px;
}

.inputfieldorder:focus{
    outline: none; /* Entfernt die Standard-Browser-Kontur */
}

.inputfieldorder::placeholder{
    color: rgb(6, 60, 142);
}

.inputbutton{
    border-radius: 10px;
    height: 35px;
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
    background-color: white;
    border-color: white;
    color: rgb(6, 60, 142);
    width: 60px;
    transition: background-color 0.3s, color 0.3s, border-radius 0.3s; /* Fügt eine Übergangseffekt für die Änderungen hinzu */
}

.inputbutton:hover{
    background-color: rgb(22, 60, 142);
    color: white;
    opacity: 1;
}

.inputbuttonorder{
    border-radius: 10px;
    height: 35px;
    width: 80px;
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
    background-color: white;
    border-color: white;
    color: rgb(6, 60, 142);
    transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
    margin-top: 10px;
}

.inputbuttonorder:hover{
    background-color: rgb(22, 60, 142);
    color: white;
    opacity: 1;
}

.bestellbutton{
    border-radius: 10px;
    background-color: white;
    border-color: white;
    color: rgb(6, 60, 142);
    transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
    box-shadow: 0 1px 3px 1px rgba(22, 60, 142, 0.288);
}

.bestellbutton:hover{
    background-color: rgb(22, 60, 142);
    color: white;
    opacity: 1; 
}

.inputbutton, .inputbuttonorder, .bestellbutton{
    border-width: 1px;
}

.kommentar{
    border-radius: 10px;
    padding: 8px;
    margin: 10px;
    border: none;
    text-align: center;
    box-shadow: 0 4px 10px 2px rgba(22, 60, 142, 0.288);
    color: black;
    resize: vertical; /* Erlaubt die vertikale Größenänderung des Textarea-Felds */
}
  
.kommentar:focus{
    outline: none; /* Entfernt die Standard-Browser-Kontur */
}
  
.kommentar::placeholder{
    color: rgb(6, 60, 142);
    text-align: center;
}

.orderconfirm{
    text-align: center;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-size: larger;
}