body {
  margin: 0;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 120px;
  box-shadow: 0px 2px 4px lightgray;
  padding-left: 12px;
  padding-right: 12px;
}

.header img {
  width: auto;
  height: 64px;
}

.menu {
  display: flex;
  padding-bottom: 12px;
  margin-right: 2px;
  margin-left: auto;
}

.menu a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  margin-right: 12px;
}

.menu a:hover {
  color: green;
  border-bottom: 3px solid green;
}

ul {
  list-style: none;
  padding: 0;
  background-color: white;
}

ul li {
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

ul li:nth-child(2n) {
  background-color: rgb(230, 230, 230);
}

img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

input {
  width: 20px;
  font-size: 16px;
  font-weight: bold;
}

button {
  height: 30px;
  color: white;
  background-color: green;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  cursor: pointer;
}

.footer {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  background-color: rgb(65, 64, 64);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 
######################################
#####           mockup           #####
######################################
 */

.mockup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 120px;
}

.mockup_img_slider h1 {
  text-align: center;
}

.mockup_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 120px;
  background-color: lightgray;
}

.mockup img {
  height: 400px;
  width: 500px;
}

.mockup button {
  margin-top: 120px;
}

.mockup p {
  width: 600px;
}



.croissant {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.croissant img {
  width: 250px;
  height: 300px;
  margin-bottom: 0px;
}

.croissant h3 {
  margin-top: 0px;

}

.panwok {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 120px;
}

.panwok img {
  width: 250px;
}

.panwok_details {
  display: flex;
  align-items: start;
  justify-content: center;
}


/* 
######################################
#####           start            #####
######################################
recipes in the middle of the page
 */

.block-top {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.img-plate {
  display: flex;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.img-plate-left img {
  width: 524px;
  height: 524px;
  margin-right: 40px;
  object-position: right bottom;
}

.img-plate-right {
  text-align: left;
}

.headline {
  font-size: 44px;
  color: green;
}

.other-recipes {
  display: flex;
  justify-content: space-between;
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
  /* background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,255,8,0.18529418603378855) 20%, rgba(255,255,255,1) 100%);  */
}

.other-recipes h3 {
  margin-bottom: 0;
}

/* 
######################################
#####           recipes          #####
######################################
recipes in the middle of the page
 */

.divider {
  height: 1px;
  background-color: rgb(230, 230, 230);
  margin-left: 120px;
  margin-right: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.recipe {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ingredients {
  padding-left: 120px;
  padding-right: 120px;
}

.preparation {
  padding-left: 120px;
  padding-right: 120px;
}

.social {
  padding-left: 120px;
  padding-right: 120px;
}

.img-headline {
  padding-left: 120px;
  padding-right: 120px;
}

.calculator {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 120px;
  padding-right: 120px;
}

.calculator input {
  width: auto;
}

.details {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.details img {
  width: 16px;
  height: 16px;
}

.mini-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgb(230, 230, 230);
  height: 30px;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  width: fit-content;
}

.profile {
  display: flex;
  font-size: 48px;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}

.profile img {
  height: 128px;
  width: 128px;
  border-radius: 50%;
}

/* 
######################################
#####          Salads            #####
######################################
 */

.salads {
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
  flex-direction: column;
}

.salads h3 {
  line-height: 2;
}

.salads img {
  width: 50%;
  height: auto;
}

.salad-text-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.salad-text-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* 
######################################
#####         Newsletter         #####
######################################
 */

.newsletter {
  background-color: rgba(0, 255, 0, 0.2);
  border-radius: 5px;
  margin: 20px 120px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.newsletter-checkbox {
  display: flex;
  justify-content: space-between;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
}

.newsletter-input {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  width: 50%;
}

.newsletter button {
  border-radius: 4px;
}

.newsletter-input input {
  width: 70%;
  margin-right: 20px;
  border-radius: 4px;
  border-style: none;
  padding-left: 10px;
}

.newsletter-disclaimer-text {
  margin: 20px 0px;
}

/* 
######################################
#####           Kontakt          #####
######################################
 */

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 20px;
}

.contactInput {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contactDisclaimer {
  width: 250px;
}

.contactDisclaimerCheck {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.standardInput {
  width: 250px;
}

.wideInput {
  width: 250px;
  height: 300px;
}

.wideInput input {
  text-align: left;
  vertical-align: top;
}

/* 
######################################
#####           Maps             #####
######################################
 */

.maps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  right: 0;
  background-color: rgba(24, 24, 24, 0.3);
  padding-top: 40px;
  padding-bottom: 80px;
}

.maps h1 {
  margin-top: 0;
}

.iframe {
  box-shadow: 5px 5px 15px;
}

/* 
######################################
#####           Hover            #####
######################################
 */

.img-plate-left img:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 15px rgba(24, 24, 24, 0.3);
}

.other-recipes img:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 15px rgba(24, 24, 24, 0.3);
}

.salads img:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 15px rgba(24, 24, 24, 0.3);
}


/* 
######################################
#####           Mobile           #####
######################################
Copy of CSS with changes made
 */

/* 
Smartphones
*/


 @media ( min-width: 701px) {
 .smallMenu {
  display: none;
 }
}
@media (max-width: 700px) {
  body {
    margin: 10;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
  }
  body::-webkit-scrollbar{
    display: none;
  }

  .header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: auto;
    box-shadow: 0px 2px 4px lightgray;
    padding-left: 10px;
    padding-right: 0px;
  }

  .header img {
    width: auto;
    height: 64px;
  }

  .menu {
    display: none;
  }

  .menu a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    margin-right: 18px;
  }

  .menu a:hover {
    color: green;
    border-bottom: 3px solid green;
  }

  .smallMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
    display:inline-block;
    text-align: center;
  }
  .smallMenu a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    margin-right: 18px;
  }

  .smallMenu a:hover {
    color: green;
    border-bottom: 3px solid green;
  }

  ul {
    list-style: none;
    padding: 0px;
    background-color: white;
  }

  ul li {
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  ul li:nth-child(2n) {
    background-color: rgb(230, 230, 230);
  }

  img {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  input {
    width: 20px;
    font-size: 16px;
    font-weight: bold;
  }

  button {
    height: 30px;
    color: white;
    background-color: green;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
  }

  footer {
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    background-color: rgb(65, 64, 64);
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  footer a {
    color: green;
    text-decoration: none;
    text-align: center;
  }

  .divider {
    height: 1px;
    background-color: rgb(230, 230, 230);
    margin-left: 120px;
    margin-right: 120px;
  }

  /* 
######################################
#####           mockup           #####
######################################
 */

.mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  flex-direction: column;
}

.mockup_img_slider h1 {
  text-align: center;
}

.mockup_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  background-color: lightgray;
}

.mockup img {
  height: 200px;
  width: 200px;
}

.mockup button {
  margin-top: 120px;
}

.mockup p {
  width: 600px;
}


.croissant {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.croissant img {
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
}

.croissant h3 {
  margin-top: 0px;

}

.panwok {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 120px;
}

.panwok img {
  width: 250px;
}

.panwok_details {
  display: flex;
  align-items: start;
  justify-content: center;
}

.recipe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .ingredients {
    padding-left: 0px;
    padding-right: 0px;
  }

  .preparation {
    padding-left: 0px;
    padding-right: 0px;
  }

  .social {
    padding-left: 0px;
    padding-right: 0px;
  }

  .img-headline {
    padding-left: 0px;
    padding-right: 0px;
  }

  .calculator {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .calculator input {
    width: 100px;
  }

  .details {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .details img {
    width: 16px;
    height: 16px;
  }

  .mini-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(230, 230, 230);
    height: 30px;
    border-radius: 4px;
    padding: 5px;
    width: fit-content;
  }

  .profile {
    display: flex;
    font-size: 16px;
    align-items: center;
    margin-bottom: 10px;
  }

  .profile img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
  }

  .block-top {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .img-plate {
    display: flex;
    flex-direction: column;
  }

  .img-plate-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }

  .img-plate-right {
    padding: 20px;
  }

  .img-plate-left img {
    width: 250px;
    height: auto;
    margin: 0;
  }

  .divider {
    margin: 0px;
  }

  .headline {
    font-size: 18px;
  }

  .other-recipes {
    display: flex;
    flex-direction: column;
    padding: 0px;
    align-items: center;
  }

  .other-recipes img {
    width: 250px;
    height: auto;
  }

  .iframe {
    width: 90vw;
    height: 20%;
  }
 /*
 Newsletter
 */

 .newsletter {
  margin: 0%;
 }

 .newsletter input {
  width: 100px;
  font-size: 12px;
 }

 .newsletter button {
  font-size: 12px;
 }

}

/* 
Tablet
*/

@media (max-width: 1024px) { 
  .smallMenu {
    display: none;
   }
 
 .block-top {
  padding: 10px;
 }
  
.block-top h1 {
  font-size: 30px;
}

.img-plate-left img {
  width: 300px;
  height: 300px;
}

.other-recipes {
  padding: 10px;
}

.other-recipes h3 {
  font-size: 15px;
  text-align: center;
}

.other-recipes img {
  width: 200px;
  height: 200px;
}

.newsletter {
  margin: 0;
}

}