

.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;
  padding-top: 5px;
  padding-bottom: 10px;
}

label.box {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

label.box input[type="checkbox"] {
  margin-right: 10px;
}

.auswahl {
  margin-right: 2%;
}

.course-date {
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 10px;
}



.weiss h2 {
  color:#3D6A87;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

.eins {
  margin-left: 0;
}


.auswahl {
  margin-right: 2%;
}


/*.weiss-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;
padding-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1100px;
overflow: hidden;
}

.weiss {
background-color: #ffffff;
height: auto;
width: calc(25% - 10px);
display: flex;
flex-direction: column;
padding: 15px;
box-sizing: border-box;
}


.weiss h1 {
font-size: 1.5rem;
margin-bottom: 10px;
text-align: center;
}*/

.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 h2 {
color: #3D6A87;
font-weight: 600;
text-align: center;
margin-bottom: 15px;
}

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

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

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

/*.box {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 10px;
background-color: #f9f9f9;
border-radius: 4px;
transition: background-color 0.3s;
width: 100%;
}*/

.box:hover {
background-color: #f0f0f0; /* Hover effect */
cursor: pointer;
}

/* Input checkbox styling */
.auswahl {
margin-right: 10px;
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;
}


.formbody-unten {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Spread out the two sections */
  gap: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.links-unten,
.rechts-unten {
  flex: 1 1 45%; /* Ensure both take up ~45% of the container width */
  box-sizing: border-box;
}

.links-unten {
  padding-left: 5vw; /* Add padding to the right for centering effect */
}

.rechts-unten {
  padding-right: 5vw; /* Add padding to the left for centering effect */
}

.input-block input {
  width: 100%; /* Make inputs take up full width of their parent */
  max-width: 100%; /* Prevent them from overflowing */
  box-sizing: border-box; /* Ensure padding is included in the width */
  border-radius: 0;
  border: 0;
  border-color: #ffffff;
  height: 20px;
  margin-bottom: 10px;
}




/*.inputs {
padding-top: 10px;
margin-left: auto;
margin-right: auto;
width: 100%;
}*/

/*@media (max-width: 900px) {
.inputs {
    width: 90%;
}
}

@media (max-width: 600px) {
.inputs {
    width: 100%;
    padding: 0 10px;
}
}*/

/* Responsive Text */
.box p {
font-size: 1rem;
margin: 0;
padding-left: 5px;
}

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

/*@media (max-width: 900px) {
.weiss {
    padding: 15px;
}

.box p {
    font-size: 0.9rem;
}
}*/


@media (max-width: 900px) {
  .weiss-wrapper {
    grid-template-columns: repeat(1 , 1fr); /* Limit to 2 columns */
    }
.anzahl {
    max-width: 90%;
}
.weiss h2 {
  font-size: 1.25rem;
}
.weiss p {
  font-size: 0.9rem;
}
.formbody-unten {
  flex-direction: column; /* Stack elements vertically on small screens */
}

.links-unten,
.rechts-unten {
  flex: 1 1 100%; /* Each section takes the full width */
  padding: 0; /* Remove side padding on smaller screens */
}
}


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

.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%;
}
.weiss h2 {
font-size: 1.1rem;
}
.weiss p {
font-size: 0.8rem;
}

}


/* ------------------------------------------------------------------- RESPONSIVE ----------------------------------------------------------- */

/* ------------------------------------- TABLET -------------------------------- */




.Firmendaten {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.hell-blau-unten {
  height: auto;
  background-color: #D7E0E7;
  margin-bottom: 25svh;
}

/*.input-block {
  padding-top: 10px;
}*/

.input-block label {
  font-family: sans-serif;
  color: #3D6A87;
  font-weight: 550;
}

/*.input-block input {
  width: 300px;
  border-radius: 0;
  border: 0;
  border-color: #ffffff;
  height: 20px;
  margin-top: 10px;
}*/

.rechnungsadresse-wrapper input {
  width: 25px;
  height: 15px;
}

.rechnungsadresse-wrapper label {
  font-weight: 500;
}

.firma {
  margin-left: 15px;
}

#gross {
  font-family: sans-serif;
  color: #3D6A87;
  font-weight: 550;
  margin-right: 10px;
}

#klein {
  font-family: sans-serif;
  color: #3D6A87;
}

.unten p {
  color: #3D6A87;
}

/*.hinweis {
  float: left;
  margin-left: 200px;
  margin-top: 25px;
}

.pflichtfeld-hinweis {
  float: left;
  margin-left: 200px;
  margin-top: 15px;
}*/

.unten {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Center align items */
  margin-top: 20px; /* Add some space above */
}

.pflichtfeld-hinweis {
  display: inline; /* Remove float */
  margin-top: 10px; /* Add space above */
}

.hinweis {
  display: flex; /* Use flexbox */
  justify-content: center; /* Center align the hint text */
  margin-top: 20px; /* Add space above */
}

.g-recaptcha {
  margin: 20px 0; /* Add some margin above and below */
}

#submitBtn {
  margin-top: 10px; /* Add space above the button */
  padding: 10px 20px; /* Increase padding for a better appearance */
  background-color: #3D6A87; /* Set background color */
  color: white; /* Text color */
  font-size: 16px; /* Font size */
  font-weight: bold; /* Make text bold */
  border: none; /* Remove default border */
  border-radius: 5px; /* Round the corners */
  cursor: pointer; /* Change cursor on hover */
  transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition */
  margin-bottom: 20px;
}

#submitBtn:hover {
  background-color: #2980b9; /* Change background color on hover */
  transform: scale(1.05); /* Slightly enlarge on hover */
}

#submitBtn:active {
  background-color: #1c5a8a; /* Darker color on click */
}

.firmenadresse {
  padding-top: 4px;
}

/* ------------------------------------------------------------------- RESPONSIVE ----------------------------------------------------------- */

/* ------------------------------------- TABLET -------------------------------- */


