body {
  margin: 0;
  padding: 0;
  background-image:
    linear-gradient(rgba(111, 131, 64, 0.6), rgba(111, 131, 64, 0.1)),
    url("media/background.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-attachment: scroll;
  color: white;
}

@media (min-width: 1000px) {
  body {
    background-image:
      linear-gradient(rgba(111, 131, 64, 0.6), rgba(111, 131, 64, 0.1)),
         url("media/background_wider.webp"); /* Bild von Unsplash, https://unsplash.com/de/fotos/ein-gewasser-umgeben-von-felsen-und-baumen-vjGoM1gzjzI */
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
  }
}

@media (max-width: 600px) {
  fieldset.personal-data {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  header h3 {
    font-size: 28pt;
  }
  header img { 
    height: 40px;
  }
}

header {
  display: flex;
  align-items: center ;
  gap: 12px;
  background-color: #002c35; !important;
  padding: 10px 20px;
  margin: 0; 
	gap: 30px;
	border-bottom: 4px solid #677e37;
	
}
header h3 {
  background-color: transparent; 
  margin: 0;
  color: white;
font-family: "nexa-rust-sans-black-shad-2", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 50pt;
padding: 30px:

}

h1 {
  font-family: "nexa-rust-sans-black-shad-2", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 30pt;
}

p {
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15pt;
}

.body-group {
  margin-left: 15%;
  margin-right: 15%;
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15pt;
}

@media (max-width: 1000px) {
  .body-group {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.fieldset-titel {
  font-family: "Myriad Pro", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.subtitle {
  text-align: center;
  font-size: 20pt;
}

fieldset {
  background-color: rgba(111, 131, 64, 0.5);
  border: 4px solid white;
  border-radius: 10px;
  margin-bottom: 1cm;
}

input,
select {
  max-width: 500px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;

  border: 2px solid #002c35;
  border-radius: 8px;

  font-size: 16px;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  appearance: none;

  width: 20px;
  height: 20px;

  border: 2px solid #002c35;
  background-color: white;
  border-radius: 8px;

  cursor: pointer;
  position: relative;

  margin-right: 8px;
  vertical-align: middle;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #324d2f;
  border-color: #002c35;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  content: "𖠰";

  color: white;
  font-size: 14px;

  position: absolute;
  left: 4px;
  top: 0px;
}

/* von hier ist ChatGPT */

.personal-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border: 3px solid white;
  padding: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
  color: white;
  font-size: 18px;
}

.form-group input {
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #002c35;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

/* bis hier ist ChatGPT */

#stop1,
#stop2,
#stop3 {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}

#start-place,
#end-place {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}

h6 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12pt;
  margin-top: 15px;
}

button[type="submit"] {
  background-color: #e68200;
  color: white;
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15pt;
  padding: 10px;
  border: 4px solid white;
  border-radius: 10px;
  margin-bottom: 1cm;
  display: block;
  margin: 0 auto;
}

.activities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}


.activities label {
  display: flex;
  align-items: center;
  gap: 6px;
}


@media (max-width: 600px) {
  .activities {
    flex-direction: column;
  }
}

#additional-services {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#additional-services label {
  display: flex;
  align-items: center;
  gap: 6px;
}


@media (max-width: 600px) {
  #additional-services {
    flex-direction: column;
  }
}
.field-error {
  display: block;
  color: #fff;
  background-color: rgb(180 30 30 / 60%);
  border: 3px solid rgba(255, 100, 100, 0.8);
  border: 4px dashed rgba(255, 100, 100, 0.8);
  border-radius: 6px;
  padding: 5px 12px;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 12pt;
  backdrop-filter: blur(4px);
  max-width: 465px;
}

.field-error::before {
  content: "⚠ ";
}

footer {
  background-color: #002c35;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border: 4px solid white;
}

.personal-data-title {
  grid-column: 1 / -1;
}

.foot {
  margin-left: -15% !important;
  margin-right: -15% !important;
  margin-bottom: -20% !important;
}


/* Nachricht.php styling */


.confirm-wrapper {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 1.5cm;
  padding-bottom: 2cm;
}
 
@media (max-width: 1000px) {
  .confirm-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
}
 
@media (max-width: 600px) {
  .confirm-wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
}
 

fieldset {
  background-color: rgba(111, 131, 64, 0.5);
  border: 4px solid white;
  border-radius: 10px;
  margin-bottom: 1cm;
  padding: 20px 28px;
}
 

.thank-you-banner {
  text-align: center;
  padding: 16px 0 8px;
}
 
.thank-you-banner h2 {
  font-family: "nexa-rust-sans-black-shad-2", sans-serif;
  font-weight: 900;
  font-size: 32pt;
  margin: 0 0 8px;
  color: white;
}
 
.thank-you-banner p {
  margin: 0;
  font-size: 16pt;
  opacity: 0.92;
}
 

.summary-card {
  padding: 4px 0;
}
 
.summary-card h3 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: bold;
  font-size: 22pt;
  margin: 0 0 20px;
  color: white;

}

.summary-section {
  margin-bottom: 24px;
}
 
.summary-section:last-child {
  margin-bottom: 0;
}
 
.section-label {
 
  font-size: 14pt;
  font-weight: normal;
  color: white;
  word-break: break-word;
}
 

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
 
@media (max-width: 600px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }
}
 
.summary-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
 
.item-key {
  font-size: 14pt;
  font-weight: normal;
  color: white;
  word-break: break-word;
}
 
.item-val {
  font-size: 14pt;
  font-weight: normal;
  color: white;
  word-break: break-word;
}
 

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start; 
}
 
.tag {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 11pt;
  color: white;
  font-family: "Myriad Pro", sans-serif;
}
 
.none-val {
  font-size: 12pt;
  opacity: 0.55;
  font-style: italic;
}
 

.center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0.5cm;
}
 
button[type="button"] {
  background-color: #e68200;
  color: white;
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  font-size: 15pt;
  padding: 10px 28px;
  border: 4px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}
 
button[type="button"]:hover {
  background-color: #c97200;
}
 

.foot {
  margin-left: -15%;
  margin-right: -15%;
}
 
footer {
  background-color: #002c35;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border: 4px solid white;
  font-size: 11pt;
}
 
footer p {
  margin: 4px 0;
  font-size: 11pt;
}
 
.pdf-link,
.disclaimer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  font-size: 11pt;
}
 
.pdf-link:hover,
.disclaimer-link:hover {
  color: white;
}

html {
  overflow-x: hidden;
}

