

.wrapper {
    height: 100%;
  }
  
  #anfrage-form {
    padding-top: 50px;
  }
  
  /*.anzahl {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }*/
  
  #pricelist {
    text-align: center; /* Zentriert den Button horizontal */
    margin-top: 20px; /* Fügt oben etwas Platz hinzu */
  }
  
  .price-btn {
    padding: 15px 30px; /* Sorgt für einen angenehmen Innenabstand */
    background-color: #3D6A87; /* Hintergrundfarbe */
    color: white; /* Textfarbe */
    font-size: 18px; /* Schriftgröße */
    font-weight: bold; /* Fettschrift */
    border: none; /* Entfernt den Standardrahmen */
    border-radius: 8px; /* Runde Ecken */
    cursor: pointer; /* Verändert den Mauszeiger bei Hover */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Sanfter Hover-Effekt */
  }
  
  .price-btn:hover {
    background-color: #2980b9; /* Ändert die Hintergrundfarbe beim Hover */
    transform: scale(1.05); /* Leichte Vergrößerung beim Hover */
  }
  
  .price-btn:active {
    background-color: #1c5a8a; /* Ändert die Farbe bei Klick */
  }

  .box {
    color: #3D6A87;
    font-weight: 600;
    text-decoration: none;
    font-family: 'arial', serif;
    display: flex;
    flex-direction: column; /* Stack the checkbox, label, and date vertically */
    align-items: flex-start;
    /*padding: 10px;*/
    /*background-color: #f9f9f9;*/
    border-radius: 4px;
    transition: background-color 0.3s;
    width: 90%; /* Ensure the box stays within its container */
    margin-left: auto;
    margin-right: auto;
  }

  .box p {
    font-weight: 400;
    margin: 0;
    transition: color 0.3s ease;
    font-size: 1rem;
    padding-left: 10px;
  }
 
  #netto {
    padding-top: 5px;
  }
  
  #brutto {
    padding-bottom: 15px;
  }
  
  .box p:hover {
    color: #FF0000; /* Changes price text color when hovered */
  }

  .auswahl {
    margin-right: 2%;
  }
  
  
  

  .weiss h1 {
    color:#3D6A87;
    font-weight: 600;
    display: flex;
    justify-content: center;
  }
  
  .eins {
    margin-left: 0;
  }
  
  
  .auswahl {
    margin-right: 2%;
  }
  
.weiss-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Dynamically fit columns */
  gap: 15px; /* Space between the columns */
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  box-sizing: border-box;
}

/* Style each month box */
.weiss {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.weiss h1 {
  color: #3D6A87;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.weiss p {
  font-size: 1rem;
}

/*.inputs {
  padding: 10px;
}*/

/* Input container styles */
.inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.auswahl {
  margin-right: 10px;
  height: 18px;
  width: 18px;
  cursor: pointer;
}


.hell-blau {
  background-color: #D7E0E7;
  padding: 10px;
}

.dunkel-blau {
  height: auto;
  padding: 20px 0;
  background-color: #3D6A87;
  text-align: center;
}

.dunkel-blau h1 {
  color: #ffffff;
  font-size: 2rem;
  padding-top: 10px;
  text-transform: uppercase;
}

.anzahl {
  margin-top: 3vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 0px;
}

.home {
  padding-bottom: 5svh;
}

.discount-badge {
  display: inline-block;
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 5px 8px;
  border-radius: 5px;
  transform: rotate(5deg);
  position: relative;
  left: 10px; /* Hardcoded to the right of the netto price */
  top: -2px; /* Adjust alignment */
  vertical-align: middle;
}





/* Responsive Text */
@media (max-width: 1250px) {
  .anzahl {
    max-width: 90%;
}
.weiss-wrapper {
  grid-template-columns: repeat(2, 1fr); /* Limit to 2 columns */
}
}


@media (max-width: 900px) {
  .anzahl {
      max-width: 90%;
  }
.weiss h1 {
    font-size: 1.25rem;
}
.weiss p {
    font-size: 0.9rem;
}
.weiss-wrapper {
  grid-template-columns: 1fr;
  width: 100%; /* Ensure the white boxes don't overflow */
  padding: 0; /* Remove extra padding to fit better */
}

.weiss {
  margin-left: auto; /* Remove any leftover margins */
  margin-right: auto;
  max-width: 90%;
}
.anzahl {
max-width: 100%;
padding: 0 0;
}
.weiss {
width: 100%;
}
}


@media (max-width: 600px) {
  .hell-blau {
      padding: 15px; /* Add padding to keep white boxes inside the blue area */
  }

  
.weiss h1 {
  font-size: 1.1rem;
}
.weiss p {
  font-size: 0.8rem;
}

}


  /* ------------------------------------------------------------------- RESPONSIVE ----------------------------------------------------------- */
  
  /* ------------------------------------- TABLET -------------------------------- */
  
  
  .old-price {
    color: darkgray;
    text-decoration: line-through;
}
