 .u-section-1 {
  background-image: url("images/63d73bf0a8989d1d0bb54ce1e305c708233e7b53b9486f4f5671137970c0843943fbac4412136297f5aeb59b5c7f23cade18378a67f3e67c560d71_1280.jpg");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 1096px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 280px;
  margin: 125px -274px 60px 274px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 904px;
  }

  .u-section-1 .u-custom-html-1 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 692px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 519px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 327px;
  }
}.napocan-form {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 40px;
  border-radius: 16px;
  max-width: 600px;
  margin: 40px auto;
  color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.napocan-form h2 {
  font-size: 28px;
  margin-bottom: 25px;
}
.napocan-form label {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}
.napocan-form input,
.napocan-form button {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
}
.napocan-form input {
  color: black;
  background-color: white;
}
.napocan-form input::placeholder {
  color: #888;
  font-style: italic;
}
.napocan-form input:focus {
  outline: 2px solid #4caf50;
}
.napocan-form button {
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.napocan-form button:hover {
  background-color: #388e3c;
}
.form-footer {
  margin-top: 18px;
  font-size: 14px;
}
.form-footer a {
  color: #90caf9;
  text-decoration: none;
} @font-face {
  font-family: 'LeagueSpartan-Bold';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/LeagueSpartan-Bold.otf);
}@font-face {
  font-family: 'LeagueSpartan-VariableFont_wght';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/LeagueSpartan-VariableFont_wght.ttf);
}


.modal {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  z-index: 10000; /* Erhöhe den Wert, falls nötig */
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.modal-content {
  background-color: white;
  color: black;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
