
body {
  margin: 0;
  font-family: 'Karma', serif;
  background: linear-gradient(to right, #0f231d, #077454);
  color: #f9ffff;
  line-height: 1.6;
}

header {
  background:  linear-gradient(to right, #05100c, #267b5c);
  text-align: center;
  padding: 2em 1em;
  color: #ebc24a;
  border-bottom: 2px solid #f8f687;
}

.logo {
  height: 80px;
  margin-bottom: 0.5em;
}

header h1 {
  font-size: 2em;
  margin: 0.2em 0;
}

header .adresse,
header .zeiten {
  margin: 0.2em 0;
  color: #f9ffff;
}

header .kontakt {
  margin-top: 1em;
}

header .kontakt a {
  color: #f9ffff;
  margin: 0 0.5em;
  text-decoration: none;
  font-weight: bold;
}

header .kontakt a:hover {
  color: #66a166;
  margin: 0 0.5em;
  text-decoration: none;
  font-weight: bold;
}


main {
  padding: 2em 1em;
  max-width: 800px;
  margin: 0 auto;
}

main a {
  color: #f9ffff;
  text-decoration: underline;
  font-weight: bold;
}

main a:hover {
  color: #66a166;
  
  text-decoration: none;
}

main h2 {
  color: #f8f687;
  font-size: 1.8em;
  border-bottom: 2px solid #653a0c;
  padding-bottom: 0.2em;
}

.studiofoto {
  text-align: center;
  margin: 2em 0;
}

.studiofoto img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.preistabelle {
  margin: 1.5em 0;
  background-color: #1b2e27;
  border-left: 4px solid #ebc24a;
  padding: 1em;
  border-radius: 0.5em;
}

.preistabelle h3 {
  color: #ebc24a;
  margin-top: 0;
}

.oeffnungszeiten {
  background-color: #2b3c36;
  padding: 1em;
  margin: 2em 0 1em 0;
  border-left: 4px solid #66a166;
  border-radius: 0.5em;
}

.oeffnungszeiten h3 {
  margin-top: 0;
  color: #f8f687;
}

.hinweis {
  color: #f9ffff;
  background-color: #653a0c;
  padding: 1em;
  text-align: center;
  border-radius: 0.5em;
  margin-top: 2em;
  font-weight: bold;
}

footer {
  background: linear-gradient(to right, #f8f687, #653a0c);
  color: #0f231d;
  text-align: center;
  padding: 1em;
}

footer a {
  color: #0f231d;
  text-decoration: none;
  font-weight: bold;
}

button {
  background-color: #44534d;
  color: #f9ffff;
  border: none;
  padding: 0.6em 1.2em;
  font-family: 'Karma', serif;
  font-size: 1em;
  border-radius: 0.4em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

button:hover {
  background-color: #5d726a;
  transform: translateY(-2px);
}
/* Gutschein-Promo / Verkaufsbox */
.gutschein-promo {
  /* dezenter goldener Hintergrundton + leichter innerer Schatten */
  background-color: rgba(235, 194, 74, 0.04);
  border-left: 4px solid #ebc24a;      /* goldener Akzent links */
  padding: 1rem;
  border-radius: 0.6rem;
  color: #f9ffff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.site-notice {
  background: linear-gradient(90deg, rgba(235,194,74,0.25), rgba(235,194,74,0.15));
  border-left: 5px solid #ebc24a;
  color: #f9ffff;
  padding: 1.2rem 1.4rem;
  margin: 1.5rem 0;
  border-radius: 0.7rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  font-size: 1.05rem;
  line-height: 1.45;
}

.site-notice h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #ebc24a;
  font-size: 1.35rem;
  letter-spacing: 0.5px;
}

/* Titel in der Box (z. B. <h3>) */
.gutschein-promo h3 {
  margin: 0;
  color: #ebc24a;
  font-size: 1.15rem;
  line-height: 1.2;
}

/* Fließtext */
.gutschein-promo p {
  margin: 0;
  color: #f9ffff;
  font-size: 0.98rem;
}

/* Call-to-Action Bereich (rechts auf großen Bildschirmen) */
.gutschein-promo .promo-cta {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  align-items: center;
  margin-top: 0.5rem;
}

/* Button-Stil speziell für Gutscheine */
.gutschein-button {
  background-color: #ebc24a;         /* gold */
  color: #0f231d;                    /* dunkler Text für Kontrast */
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 0 rgba(0,0,0,0.08);
}

.gutschein-button:hover,
.gutschein-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  outline: none;
}

/* Fokus sichtbar für Tastaturnutzer */
.gutschein-button:focus {
  box-shadow: 0 0 0 4px rgba(235,194,74,0.18);
}

/* Kleine Beschriftung für rechtliche Hinweise */
.gutschein-promo .legal {
  font-size: 0.85rem;
  color: rgba(249,255,255,0.85);
  margin-top: 0.5rem;
}

/* Auf größeren Bildschirmen: Text links, CTA rechts nebeneinander */
@media (min-width: 768px) {
  .gutschein-promo {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .gutschein-promo .content {
    flex: 1 1 auto;
    padding-right: 1rem;
  }

  .gutschein-promo .promo-cta {
    margin-top: 0;
    flex-direction: column; /* Buttons untereinander, kompakt */
    align-items: flex-end;
  }

  .gutschein-button {
    min-width: 220px;
    text-align: center;
  }
}
