/* =================================================
   WAWA-Fotobox Galerie – Stylesheet
   wawagalstyle.css
   ================================================= */


/* -------------------------------------------------
   1. SCHRIFTDEFINITIONEN
   ------------------------------------------------- */

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato-v24-latin-regular.woff2') format('woff2'),
       url('./fonts/lato-v24-latin-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato-v24-latin-700.woff2') format('woff2'),
       url('./fonts/lato-v24-latin-700.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/lato-v24-latin-700italic.woff2') format('woff2'),
       url('./fonts/lato-v24-latin-700italic.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/gochi-hand-v23-latin-regular.woff2') format('woff2'),
       url('./fonts/gochi-hand-v23-latin-regular.ttf') format('truetype');
}


/* -------------------------------------------------
   2. GRUNDLAYOUT & TYPOGRAFIE
   ------------------------------------------------- */

body {
  font-family: 'Lato', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.3em;
}

a {
  color: #019ebd;
}

.wawagal a:hover {
  color: #015465;
}

h1,
h2 {
  font-family: 'Gochi Hand', serif;
  color: #019ebd;
  text-align: center;
  line-height: 1em;
}

h3,
h4,
h5 {
  color: #019ebd;
  font-size: 1.2em;
}


/* -------------------------------------------------
   3. LAYOUTCONTAINER
   ------------------------------------------------- */

.wawagal #container {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}

.wawagal #mainContent {
  padding: 30px 50px;
  background: #fff;
}


/* -------------------------------------------------
   4. LISTEN
   ------------------------------------------------- */

li {
  line-height: 150%;
  list-style-type: disc;
}

li::marker {
  color: #019ebd;
}


/* -------------------------------------------------
   5. HEADER
   ------------------------------------------------- */

.header {
  position: relative;
  width: 100%;
}

.header-bg {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: contain;
}

.header-content {
  font-family: 'Gochi Hand', serif;
  letter-spacing: -0.01em;
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(0, -10%);
  text-align: left;
}

.header-title {
  font-size: 5vw;
  margin-bottom: -0.2em;
}

.header-subtitle {
  font-size: 2.5vw;
  margin-bottom: 0;
}

.header-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.header-link:hover {
  cursor: pointer;
}


/* -------------------------------------------------
   6. FOOTER
   ------------------------------------------------- */

.wawagal #footer {
  color: #ffffff;
  background: #02819b;
  text-align: center;
}

.wawagal #footer p {
  margin: 12px 0 0 5px;
  padding: 10px 0;
  line-height: 1.7em;
}

.wawagal #footer a {
  color: #ffffff;
}

.wawagal #footer a:hover {
  font-weight: 700;
}


/* -------------------------------------------------
   7. SIGNATUR
   ------------------------------------------------- */

.wawagal #signature {
  font-family: 'Gochi Hand', serif;
  font-size: 1.5em;
  margin: 1.5em 0 2em 1.5em;
}


/* -------------------------------------------------
   8. FAQ
   ------------------------------------------------- */

.wawagal #faq h2,
.wawagal #faq h3 {
  font-family: 'Gochi Hand', serif;
}

.wawagal #faq h2 {
  font-size: 1.8em;
  margin-top: 60px;
}

.wawagal #faq h3 {
  font-size: 1.5em;
}

.faq dd {
  margin-left: 1.0em;
  border-left: 2px solid #494949;
  padding-left: 0.75em;
}


/* -------------------------------------------------
   9. DATENSCHUTZ / DSGVO-SEITE
   ------------------------------------------------- */

.wawagal #dsgvo {
  padding: 10px 50px;
}

.wawagal #dsgvo h2,
.wawagal #dsgvo h3,
.wawagal #dsgvo h4,
.wawagal #dsgvo h5 {
  font-family: 'Lato', sans-serif;
  color: #000;
}

.wawagal #dsgvo h2 {
  padding-top: 20px;
  font-size: 1.3em;
}

.wawagal #dsgvo h3 {
  padding-top: 30px;
}

.wawagal #dsgvo a {
  color: #000;
}


/* -------------------------------------------------
   10. BUTTONS
   ------------------------------------------------- */

button {
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}

.cta-button {
  background-color: #02819b;
  color: #fff;
  border: none;
  border-radius: 5px 15px;
  padding: 10px 20px;
  font-family: 'Gochi Hand', serif;
  font-size: 1.5em;
  cursor: pointer;
  display: block;
  margin: 20px auto;
}

.cta-button a:link,
.cta-button a:visited {
  color: #fff;
  text-decoration: none;
}

.cta-button a:hover {
  color: #fff;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #026f86;
}


/* -------------------------------------------------
   11. KONTAKTFORMULAR
   ------------------------------------------------- */

/* Spamschutz-Honeypot */
.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Globale Eingabefelder */
input,
select,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 6px;
  margin-top: 4px;
  box-sizing: border-box;
}

/* Formular-Layout */
#mainContent form {
  max-width: 740px;
  margin: 0 1.4em;
  text-align: left;
}

#mainContent form label {
  display: block;
}

#mainContent form input:not([type="hidden"]),
#mainContent form select,
#mainContent form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 2px solid #019ebd;
  border-radius: 4px 8px 4px 8px;
  font-family: 'Lato', sans-serif;
  color: #02819b;
  font-size: 1rem;
  box-sizing: border-box;
}

#mainContent form button[type="submit"] {
  display: inline-block;
  margin-top: 8px;
  background-color: #02819b;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px 15px;
  cursor: pointer;
}

#mainContent form button[type="submit"]:hover {
  background-color: #026f86;
}

/* Statusmeldungsbox */
#form-message {
  display: none;
  max-width: 740px;
  padding: 14px 18px;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  max-width: 740px;
}

#form-message:focus {
  outline: 1px solid rgba(200, 200, 200, 0.4);
  outline-offset: 4px;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(40, 167, 69, 0.25);
}

#form-message.success {
  background-color: #dffeff;
  border: 1px solid #017087;
  color: #015c70;
}

#form-message.error {
  background-color: #fdeaea;
  border-left: 6px solid #dc3545;
  color: #721c24;
}


/* -------------------------------------------------
   12. RESPONSIVE – TABLET (max-width: 640px)
   ------------------------------------------------- */

@media (max-width: 640px) {
  .wawagal #mainContent {
    padding: 10px 15px;
  }

  #mainContent form {
    padding: 12px;
    margin: 16px;
  }

  #mainContent form input,
  #mainContent form select,
  #mainContent form textarea {
    padding: 9px;
  }
}


/* -------------------------------------------------
   13. RESPONSIVE – SMARTPHONE (max-width: 600px)
   ------------------------------------------------- */

@media (max-width: 600px) {
  body {
    line-height: 1.5;
    font-size: 1.05rem;
  }

  .header {
    position: relative;
    overflow: hidden;
  }

  .header-bg {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 0;
    background: rgba(255, 255, 255, 0.70);
    padding: 10px 15px;
    border-radius: 6px;
    width: 90%;
    box-sizing: border-box;
  }

  .header-title {
    font-size: 2em;
    line-height: 1em;
    margin: 0;
  }

  .header-subtitle {
    font-size: 1.4em;
    line-height: 1em;
    margin: 0;
  }

  #mainContent form input:not([type="hidden"]),
  #mainContent form select,
  #mainContent form textarea {
    padding: 14px;
    font-size: 1.05rem;
  }

  #mainContent form label {
    font-size: 1.05rem;
  }

  #mainContent form button[type="submit"] {
    width: 100%;
    padding: 14px;
    margin-top: 12px;
  }

  p,
  li {
    line-height: 1.6;
    margin-bottom: 0.9em;
  }
}
