body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "slnt" 0;

    padding-top: 60px;
    padding-left: 350px;
    padding-right: 350px; 
}


#flex-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

nav .FlavorAtlasBTN #FlavorAtlasBTN a {text-decoration: none;}
nav #Icons li a {text-decoration: none;}
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}  
  li {float: left;}
  li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  li a:hover {color: #524d4d; font-size: 110%;}

  li #HomepageBTN {
    margin-right: 430px;;
  }
  .home-icon button{
    background-color: bisque;
    text-align: center;
}

.home-icon::before {
    content: url('../Icons/Home.png');
    display: block;
}
#Season-Icon a img{
  height: 30px;
}



#left-icons {
  display: flex;
  align-items: center; /* Zentrierung der Elemente */
}

#Suggestion #Suggestion-Header u p{
  font-size: 40px;
  text-align: center;
}
#Top-picture img {
  width: 100%;
  border-radius: 5px;
}
#Picture-title  {
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

#Picture-title h1 {
  margin-bottom: 0;
}
#Picture-title a {
  text-decoration: none;
  color: #fff;
}

#Suggestion img {
  width: 100%;
}

.recipe-button {
  background-color: #000;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}
#Suggestion #Suggestions-Buttons p {
  font-size: x-large;
}

#Suggestion-Content {
  position: relative;
  display: inline-block;
}

 
#Suggestion-Content img {
  width: 100%;
  border-radius: 10px;
}
 
#Suggestion-inner-box {
  width: 33%;
  /* height: 33%; */
  background-color: #000;
  position: relative;
  overflow: hidden;
  /* top: 50%; */
  left: 0;
  transform: translate(0%, -50%);
  border-radius: 0px 10px 10px 0px;
  color: white;
  /* text-align: center; */
padding-left: 5px;
  
}
#Suggestion-Content #Suggestion-inner-box {
  position: absolute;
  bottom: 20px;

}
#Suggestion-inner-Title p {
  font-size: 30px;
}
/* @media screen and (max-width: 400px){
  #Suggestion-inner-Title p {
    font-size: 20px;
  }
  #recipe-content, #recipe-difficulty {
    font-size: 15px;
  }
  #Suggestion-inner-box {
    width:190px;
    position: absolute;
    top: 80px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7); 
    color: white; 
    border-radius: 5px; 
    max-width: 90%; 
    overflow: hidden; 
  }
  #Suggestion-Content #Suggestion-inner-box {
    position: absolute;
  
  }
}
*/
@media screen and (min-width:480) {

}






#Season-Content #Season-Picture img {
  width: 40%; 
  border-radius: 10px;
}





#Button-container-Season {
  display: flex;
  justify-content: space-between;
  width: 100%; 
  flex-wrap: wrap; 
}

#Button-container-Season a {
  text-decoration: none;
  background-color: #000;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
}


@media screen and (max-width: 1260px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#Tipps #Tipps-Buttons p {
  font-size: x-large;
}


 
#Tipps-Content img {
  width: 100%;
  border-radius: 10px;
}
 

#Tipps-inner-Title p {
  font-size: 30px;
}
.Tipp-button {
  background-color: #000;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

#Title {
  flex-grow: 1;
  min-width: 200px;  
  width: 200px;

}
#Menu {
  flex-grow: 2;
  flex-direction: column;
  
}
#Menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 120px;
}
#Menu li {
  display: block;
}
#Menu p {
  margin: 0;
}
#Menu a {
  padding: 0;
  margin-bottom: 15px;
}
#Website a {
  margin: 0;
  padding: 0;
}
#Website p {
  padding: 0;
}
#Title  { 
  font-size: 25px;
  margin-right: 550px;
}
#Website {
  flex-grow: 1;
}

#Down-Menu {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;

}
#Title a  {
  text-decoration: none;
  color: #000;
}

#Season-Content{
  display: grid;
  grid-template-columns: repeat(3,33.33%);
  grid-template-rows: repeat(1,100%);
  margin-left: 15%;
}
#Season-Picture img{
  width: 100%;
}

@media screen and (max-width:730px) {
  #Season-Content{
    grid-template-columns: repeat(1,100%);
    grid-template-rows: repeat(3,33.33%);
    justify-content: center;
  }
  #Content1 {
    padding-bottom: 100px;
  }
  #Season-Picture{
    width: 150%;
  }


}

