/*Schriftarten*/
.sriracha-regular {
  font-family: "Sriracha", cursive;
  font-weight: 400;
  font-style: normal;
}

/*Farben
Grün: #d1dd76
Hellgrün: #e4eca7
Hellorange: #fbca74;
Orange: #f9ac28;
Grau-Braun: #140a00; */

/*Navigation */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    background-color: #140a00;
    height: 100px;
    
}

nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    
    text-align: center;
    
   
    
}

 nav li {
    margin: 0 10px;

}

nav li a {
    color: white;
    text-decoration: none;
    padding: 25px 20px;
    display: block;
    font-size: 24px;
    font-family: Sriracha;
    
}

#logo {
    height: 100px;
}

#menu-toggle {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    align-items: right;
    margin-left: 200px;
    background-color: none;
}
#active {
    color:#d1dd76;
    font-weight: 600;
}

header {
  height:100px;
  position: fixed;
  top: 0px;
  background-color: #140a00;
  z-index: 1;
  right: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items:center;
  border-bottom: solid 2px #f9ac28;
  
}
#h1 {
    display: flex;
    justify-content: center;
    background-color: #e4eca7;
}
/* Responsive Styling */
@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #333;
        position: absolute;
        top: 60px;
        left: 0;
        color: black;
    }

    ul.show {
        display: flex;
        margin-top:40px;
        background-color: #140a00;
        
    }

    #menu-toggle {
        display: block;
    }

   nav li {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    #logo-li {
        display: none; /* Logo nur auf Desktop anzeigen */
    }
}

/* Body */
body {
    
    font-family: Arial;
    margin: 150px 0 0 0;
    height:100%
   overflow: hidden;
    padding: 0;
    flex: 1;
    
}
html {
    margin: 0;
    padding:0;
    height: 100%;
}
h1 {
    margin-left:30px;
    font-family: Sriracha;
    font-size: 30px;
    padding-right: 25px;
    color: white;
}h2 {
    margin-left:30px;
    font-family: Sriracha;
    font-size: 30px;
}
h3 {
    margin-left:10px;
}
h4 {
    margin-left:10px;
}
p {
    margin-left:10px;
    line-height:30px;
    font-size: 18px;
}

a {
    color: #415E30;
    text-decoration: none;
}
a:hover {
    
    color: #f9ac28;
   
}
#Barbara h3 {
    font-size: 35px;
    font-family: Sriracha;
}
h3#unterh3 {
    font-size: 20px;
    margin-top: -10px;
}

/*Start*/

#start {
    text-align: center;
    margin-right: 20px;
    align-items: right;
    float: right;
    padding-right: auto;
}

button {
    all: unset;
    
    padding: 20px;
    width: 140px;
    margin-left:30px;
    border-radius: 20px;
    border: solid 3px #fbca74;
    border-style: optional;
    font-size: 18px;
    font-family: Sriracha;
    color: black;
    text-align: center;
}
button:hover {
    background-color: #fbca74;
    cursor:pointer;
    color: white;
}
#button {
    display: flex;
    margin: 20px;
    
}

#Start {
  display: flex; /* Aktiviert Flexbox */
  justify-content: space-between; /* Verteilt die Boxen mit Abstand dazwischen */
     background-color: #e4eca7;
    border-radius: 0px 20px 20px 20px;
    margin: 5px 10px;
}

#Barbara {
  width: 60%; /* Anpassbare Breite der Boxen */
  
  padding: 20px;
 
  margin: 10px;
  
}
#Barbara p {
    font-size: 18px;
}
img.Barbara {
    
    max-width: 60%; 
    max-height: 60%;
    border-radius: 1200px;
    padding-left:50px;
    padding-right: 50px;
    margin-left: 280px;
    margin-top: 20px;
    padding-bottom: -15px;
}

/*Kontakt*/
#Kontakt2 {
    list-style-type: none;
    line-height: 50px;
    padding: 10px;
    margin: 0;
   
}
#Kontakt1 {
    list-style-type: none;
    line-height: 30px;
    
}
hr {
    color: #d1dd76;
    
    
}
hr#linie {
    color: #d1dd76;
    margin-left: 50px;
    margin-right: 90px;
    margin-top: -10px;
    
}
#kon {
    display:flex;
    padding-left: 0px;
    
}
#takt {
  margin-right: 300px;
}
#bildkontakt {
    height: 35%;
    width: 35%;
    padding: 10px;
    border-radius: 30px;
}
#mobilkontakt{
    display:none;
}
#BILD {
    display: flex;
    justify-content: center;
    
    height: 50%;
}
#logokontakt {
    width:40%;
    
}

/*Footer*/

footer {
    background-color: #140a00;
    height: auto;
    padding: 30px 10px;
    display: flex;
    height: 120px;
    margin: 0;
    border-top: solid 2px #f9ac28;
    color: white;
    margin-top: 10px;
    
    
  
    
}
#insta {
    max-height: 40%;
    max-width: 40%;
    float: right;
}

#footer {
    display: flex;
    text-align: center;
    margin-left: 20px;
}


#foot {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 50%;
   
}
#Topf {
    width: 2%;
    margin-right: 5px;
    margin-left: 5px;
    
    
}

/*Partyservice*/
#Sprechblase {
    border-radius: 20px 0 20px 20px;
    background-color: #e4eca7;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    
}

.accordion {
            width: 100%;
            text-align: center;
            
            margin: 0 auto;
        }
        .accordion-item {
            margin-bottom: 10px;
            
        }
        .accordion-header {
            background-color: white;
            color: black;
            cursor: pointer;
            padding: 20px;
            width: 60%;
            border: solid 3px #140a00;
            text-align: center;
            font-weight: 100;
            outline: none;
            font-size: 20px;
            transition: background-color 0.4s ease;
        }
.accordion-header:hover {
    background-color: #fbca74;
}
        .accordion-header.active {
            background-color: white;
            color: black;
        }
        .accordion-content {
            padding: 0 15px;
            background-color: white;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            
            border-radius: 10px;
            margin-top: 5px;
        }
        .accordion-content p {
            margin: 15px auto;
            background-color: #e4eca7;
            border-radius: 20px;
            padding:10px;
            width: 90%;
        }

/*Tabelle der Gerichte*/
#unterkapitel {
    background-color: white;
}
table {
    border: solid 0.5px white;
    border-collapse: collapse;
    border-radius: 20px;
    background-color: white;
    margin: auto;
    width:80%;
    border-spacing: auto;
    margin-bottom: 10px;
    
}
td {
    text-align: left;
    border: solid 3px #fbca74;
    border-spacing: 10px;
    padding: 10px;
    border-radius: 20px;
    
    
    
}
td#links {
    text-align: center;
    font-weight: 600;
    font-family: Sriracha;
    width: 20%;
}
td li {
    font-size: 15px;
}
#f {
    width: 30%;
    
}
#sos {
    list-style-type: none;
    line-height: 20px;
    padding-right: 10px;
}
#beilagen {
    display: flex;
    width: 80%;
    border-radius: 20px;
    background-color:#e4eca7;
    margin: auto;
    margin-bottom: 10px;
}
#bei {
    text-align: left;
    list-style-position: inside;
}
#bei li {
    padding-left: 40px;
}
#unterbei, #unterlage {
    width: 50%;
}



img#lage{
    display: flex;
    
    border-radius: 20px 20px 20px 20px;
    max-height: 80%;
    max-width: 80%;
    margin: auto;
    margin-top:30px;
}

#platten {
    margin:auto;
}
#platten td {
    padding: 30px;
    text-align: center;
}

/*Bilder im Akkordeon*/
#Bild {
    display: flex;
    justify-content: center;
    
    height: 50%;
}

#VorspeisePlatte {
    height: 15%;
    width: 15%;
    padding: 10px;
    border-radius: 30px;
}


#fleisch {
    height:80%;
    width: 80%;
    border-radius: 20px;
    
   
}
#mobil {
    display: none;
}

#mobilhaupt {
    display: none;
}

/*Flipcards*/
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Perspektive für den 3D-Effekt */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #ffffff;
}

.flip-card-back {
  background-color: white;
    border: solid 3px #e4eca7;
  color: black;
  transform: rotateY(180deg);
}

.flip-card-front img {
  max-width: 100%;
  height: auto;
}
#fliplist {
    text-align:left;
    padding: 20px;
    font-size: 14px;
    
}
#fc {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
   gap: 20px;
}
.image-container {
  position: relative; /* Setzt den Container als Bezugspunkt */
  width: 100%; /* Breite des Containers */
  height: 100%; /* Höhe des Containers */
    border-radius: 20px;
   
    
}

.image-container img {
  width: 100%; /* Bild passt sich der Breite des Containers an */
  height: 100%; /* Bild passt sich der Höhe des Containers an */
  object-fit: cover; /* Skaliert das Bild proportional */
  border-radius: 80px;  
}
#fliph2 {
  position: absolute; /* Positionierung relativ zum Container */
  top: 50%; /* Vertikale Position: 50% vom oberen Rand */
  left: 50%; /* Horizontale Position: 50% vom linken Rand */
  transform: translate(-50%, -50%); /* Exakte Zentrierung */
  color: white; /* Schriftfarbe */
  background-color: rgba(0, 0, 0, 0.3); /* Halbtransparenter Hintergrund für Lesbarkeit */
  padding-left: 160px; /* Innenabstand um den Text */
padding-right: 160px;
    padding-top: 20px; padding-bottom: 20px;
  border-radius: 5px; /* Abgerundete Ecken */
  font-size: 25px; /* Schriftgröße */
  
}

#hauptspeise {
    font-size: 16px;
    padding: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 2px;
}


/*Kindergarten*/
#KI {
    background-color: #e4eca7;
    border-radius: 20px 0px 20px 20px;
    padding: 20px;
    margin-right: 10px;
    line-height: 35px;
}

#Garten {
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
}
#Video {
    width: 50%;
    
}
#Infos {
    width: 50%;
    padding-top: 30px;
    
}

.collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 Spalten */
  grid-gap: 10px; /* Abstand zwischen den Bildern */
  width: 80%; /* Breite der Collage */
  max-width: 800px; /* Maximale Breite */
  margin-left: 40px;
}

.collage-item img {
  width: 100%; /* Breite des Bildes anpassen */
  height: auto; /* Höhe proportional */
  object-fit: cover; /* Bildfüllung */
  border-radius: 8px; /* Abgerundete Ecken */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatteneffekt */
}

#Infos button {
        all: unset;
    
    padding: 20px;
    width: 280px;
    margin-left: 120px;
    margin-top: 20px;
    border-radius: 20px;
    border: solid 3px #fbca74;
    border-style: optional;
    font-size: 18px;
    font-family: Sriracha;
    color: black;
    text-align: center;
}
#Infos button:hover {
    background-color: #fbca74;
    cursor:pointer;
    color: white;
}

/*Sonderseiten*/
#Impressum {
    list-style-type: none;
    line-height: 50px;
}

ol {
    list-style-type: lower-latin;
}
#chrome {
    list-style-type: square;
}


/* Tablet-Styles */
@media (min-width: 481px) and (max-width: 900px) {
    img.Barbara{
        display: none;
    }
    button {
        margin-top: 10px;
    }
    nav li a {
        font-size: 22px;
    }
    #PA {
        font-size: 15px;
        
    }
    #Garten {
        display: grid;
    }
    #KI {
       padding-right: 30px;
        padding-left: 30px;
        width: 150%;
        font-size: 15px;
        margin: 5px 40px;
        
    }
    .flip-card {
        display: none;
    }
    #mobil {
        display: block;
        text-align: left;
        border: solid 3px #e4eca7;
        background-color: white;
        border-radius: 20px;
        padding:  5px 20px;
        width:80%;
        margin-left: 30px;
        
    }
    #unterkapitel {
        display: none;
    }
 
    body {
        width: 100%;
        overflow: scroll;
        height: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #Video {
       align-content: center;
        align-items: center;
        width: 100%;
    }
    #mobilkontakt {
        display:none;
    }
        #kon {
        display:none;
    }
    #mobilkontakt {
        display: inherit;
        list-style: none;
        line-height: 30px;
    }
    #bildkontakt {
        display: inherit;
        
    }
    #platten {
      display: none;  
    }
    
}
@media (min-width: 768px) and (orientation: landscape) {
    #Barbara button {
        margin-top: 5px;
        display: flex;
    }
        
        
    }
    #mobilhaupt {
        display: block;
        text-align: left;
        background-color: #e4eca7;
        border-radius: 20px;
        padding: 20px;
        
    }
    #ser {
        display: none;
    }
    
   
   
    hr#linie {
        margin-left: 200px;
  
    }
    #takt {
        padding-right: 40px;
    }
  
    

/* Mobile-Styles */
@media (max-width: 480px) {
       body {
        font-size: 12px;
        padding: 5px;
        overflow:inherit;
    
    }
    #Start {
        float: left;
        padding-right: 0px;
        margin-left: 5px;
    }
    header {
        text-align: left;
    }
    h1 {
        padding: 20px;
        font-size: 15px;
        margin-right: 80px;
        
    }
    h2 {
        font-size: 25px;
        padding: 15px;
    }
    .Barbara {
        display:none;
    }
    #logo {
        height: 50px;
        margin-right: 10px;
    }
    
    body {
        padding: 0px;
        margin-top: 100px;
    }
    
    p{
        line-height: 20px;
        
    }
    
    header {
        height: 70px;
    }
    nav {
        background-color: none;
        height: 70px;
    }
    nav li a {
        font-size: 20px;
    }
    button {
        padding: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        
    }
    #button {
       
    }
    #Garten {
        flex-direction:column;
        width: 100%;
        max-width: 100%;
        text-align: center;
        align-items: center;
        margin: 0px;
        
    }
    .accordion-header {
        font-size: 15px;
    }
    #PA {
        
        font-size: 15px;
    }
    
    #Bild {
        display:none;
    }
    td#platten {
       display: none;
    }
    
    #KI {
        width: 100%;
        padding: 5px 4S0px;
  
    }
    #angebot {
        display: flex; flex-direction: column;
    }
    #Video {
        width: 100%;
        height: auto;
        display:block;
    }
    video {
        align-items: center;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin: 5px;
    }
    #infos {
        text-align: center;
    }
   
    #mobil {
        display: block;
        text-align: left;
        border: solid 3px #e4eca7;
        background-color: white;
        border-radius: 20px;
        padding:  5px 20px;
        
    }
    #mobilhaupt {
        display: block;
        text-align: left;
        background-color: #e4eca7;
        border-radius: 20px;
        padding: 20px;
        
    }
    #ser {
        display: none;
    }
    
    .flip-card{
        display: none;
    } 
    #KI {
        padding-right: 20px;
        padding-left:20px;
    }
    
    #Infos {
        width: 70%;
        margin-right: 50px;
        margin-left: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    #Barbara {
        width:80%;
    }
    #platten {
        display: none;
    }
    #kon {
        display:none;
    }
    #mobilkontakt {
        display: inherit;
        list-style: none;
        line-height: 30px;
    }
    #bildkontakt {
        display: inherit;
        width: 80%;
        height: 10%;
    }
    #BILD {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: center;
        
    }
    #button {
        display: flex; flex-direction: column; gap: 10px;
    }
    #unterkapitel {
        display: none;
    }
    #Barbara p {
        font-size: 15px;
    }
    #Infos button {
        all: unset;
        padding: 20px;
    margin-left: 40px;
    margin-top: 20px;
    border-radius: 20px;
    border: solid 3px #fbca74;
    border-style: optional;
    font-size: 15px;
    font-family: Sriracha;
    color: black;
    text-align: center;
    }
   
}
    
 
