* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: rgb(249, 236, 228);
  font-family: Arial, sans-serif;
}

/* NAVIGATION */
.topbar {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.menu {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.menu a {
  text-decoration: none;
  color: rgb(165, 67, 66);
  font-size: 20px;
  font-family: 'Mali', cursive;
  text-transform: uppercase;
}

/* CONTENT */
.content {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

/* LAYOUT */
.canvas {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 50px;
}

/* IMAGE */
.image {
  flex: 1;
}

.image img {
  width: 100%;
  height: auto;
}

/* TEXT */
.text {
  flex: 1;
}
	
.author {
  color: rgb(165, 67, 66);
  font-size: 20px;
  font-family: 'Brasilero' !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.title {
  font-size: 42px;
  font-family: 'Brasilero' !important;
  color: rgb(165, 67, 66);
  margin-bottom: 20px;
}
.welcome_sorvete {
  font-family: 'Brasilero' !important;
  color: rgb(165, 67, 66);
}
.title_mali {
  font-size: 42px;
  font-family: 'Mali', cursive;
  color: rgb(165, 67, 66);
  margin-bottom: 20px;
}	
.desc  {
  font-size: 16px;
  font-family: 'Mali', cursive;
  color: rgb(165, 67, 66);
  margin-bottom: 30px;
  line-height: 1.5;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  background: rgb(165, 67, 66);
  color: white;
  text-decoration: none;
  font-family: 'Mali', cursive;
  text-transform: uppercase;
  border-radius: 10px; /* Rundung */
}

/* HEADLINE */
.headline {
  text-align: center;
  font-size: 48px;
  color: rgb(165, 67, 66);
  margin-bottom: 1px;
  margin-left: 1px;
  text-transform: uppercase;
  font-family: 'Brasilero', cursive;
}

/* GROSSES BILD */
.image2 {
  max-width: 1200px;
  margin: auto;
}

.image2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* CONTAINER */
.content {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

/* HEADLINE */
.h1_order {
  text-align: center;
  color: rgb(165, 67, 66);
  font-size: 42px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Brasilero', cursive;
}
/* Error */
.h2_order {
  text-align: center;
  color: rgb(165, 67, 66);
  font-size: 22px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Brasilero', cursive;
}
/* FORM BOX */
.form-box {
  background: rgb(165, 67, 66);
  padding: 30px;
  border-radius: 16px;
  color: white;
}

/* GRID LAYOUT */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* FULL WIDTH FELDER */
.form-group.full {
  grid-column: 1 / -1;
}

/* FORM ELEMENTE */
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.5);
  background: transparent;
  color: white;
  font-size: 16px;
}

/* BUTTON */
.button_order {
  margin-top: 25px;
  width: 100%;
  padding: 15px;
  background: black;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-family: 'Mali', cursive;
  cursor: pointer;
}

.button_order:hover {
  background: #222;
}
/* AUTOR LAYOUT */
.autor_container {
  max-width: 1200px;
  margin: auto;
  padding: 1px 1px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* BILD */
.autor_image {
  flex: 1;
}

.autor_image img {
  width: 130%;
  height: auto;
  border-radius: 12px;
}

/* TEXT */
.autor_text {
  flex: 1;
}

/* HEADLINE */
.autor_headline {
  font-size: 26px;
  line-height: 1.2;
  color: rgb(165, 67, 66);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Brasilero', cursive;
}
.autor_headline_mali {
  font-size: 26px;
  line-height: 1.2;
  color: rgb(165, 67, 66);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Mali', cursive;
}
/* TEXT CONTENT */
.autor_content {
  font-size: 16px;
  font-family: 'Mali', cursive;
  line-height: 1.7;
  color: rgb(165, 67, 66);
}

.autor_content p {
  margin-bottom: 16px;
  font-family: 'Mali', cursive;
}
.h1_contact {
  text-align: left;
  color: rgb(165, 67, 66);
  font-size: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Brasilero', cursive;
}

/* TOP SECTION */
.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

/* INSTAGRAM */
.contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact img {
  width: 60px;
  height: 60px;
}

.handle {
  font-size: 28px;
  color: rgb(165, 67, 66);
  font-family: 'Mali', cursive;
}

/* IMAGE */
.contact-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* FOOTER / IMPRESSUM */
.footer {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(165, 67, 66);
  font-family: 'Mali', cursive;
}

.column {
  flex: 1;
  min-width: 250px;
}

.column strong {
  display: block;
  margin-bottom: 10px;
}

@font-face {
    font-family: 'Brasilero';
    src: url('../css/fonts/Brasilero2018Free.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}  

/* Canvas  order confirm*/
.canvas {
  max-width: 900px;
  margin: -10px auto;
  padding: 20px;
  background: rgb(249, 236, 228);
  border-radius: 12px;
  gap: 30px;
}

/* Headline */
.h1_order {
  font-size: 36px;
  color: rgb(165, 67, 66);
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Brasilero', cursive;
}

/* Form Box */
.form-box {
  background: rgb(165, 67, 66);
  padding: 30px;
  border-radius: 16px;
  color: white;
  font-family: 'Mali', cursive;
}

/* Form Group */
.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Buttons */
.button-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.button_order_back,
.button_order_change,
.button_order_mail,
.button_order_paypal,
.button_order_confirmation {
  flex: 1;
  min-width: 150px;
  padding: 15px;
  background: black;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_order_back:hover,
.button_order_change:hover,
.button_order_mail:hover,
.button_order_paypal:hover,
.button_order_confirmation:hover {
  background: #222;
}



/* 📱 MOBILE */
@media (max-width: 900px) {

  .canvas {
    flex-direction: column;
    text-align: center;
  }

  .title {
    font-size: 28px;
  }

  .menu {
    justify-content: center;
    gap: 15px;
  }
  
  .headline {
    font-size: 28px;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }

  .h1_order {
    font-size: 28px;
  }
  .autor_container {
    flex-direction: column;
    text-align: center;
  }

  .autor_headline {
    font-size: 28px;
  }
  .top-section {
    flex-direction: column;
    text-align: center;
  }

  .contact {
    justify-content: center;
  }

  .h1_contact {
    font-size: 26px;
	text-align: center;
  }  

  .button-container {
    flex-direction: column;
  }

  
}
