
/*
Theme Name: Herzjuwel Child
Template: twentytwenty
Version: 1.3
*/

/* Hintergrundbild */
body {
  background-image: url('https://herzjuwel.eu/wp-content/uploads/2025/05/Rosenhintergrund.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fce4ec;
  color: #333333;
  font-family: sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Layout-Elemente */
main, article, section, .entry-content, .site-content {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 960px;
  margin: 2rem auto;
}

/* Überschriften-Farben */
h1, h2, h3 {
  color: #b60049;
}

/* Footer-Styling */
.site-footer {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid #e0d0dd;
}

/* Logo-Ausrichtung */
.site-header .site-logo {
  display: block;
  margin: 0 0 1rem 0; /* geändert von auto auf 0 für linke Ausrichtung */
  max-width: 300px;
}

/* Footer-Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-links li a {
  color: #b60049;
  text-decoration: none;
}

.footer-links li a:hover {
  text-decoration: underline;
  color: #800030;
}

/* Navigation Styling */
.main-menu li a {
  color: #b60049;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.main-menu li a:hover {
  background-color: #f8d7e2;
  border-radius: 6px;
  color: #800030;
}

/* Gästebuch Erfolgsmeldung */
.gbook-success {
  border: 2px solid #b60049;
  background-color: #fff0f5;
  padding: 1.5rem;
  margin: 2rem auto;
  border-radius: 12px;
  max-width: 700px;
  text-align: center;
  box-shadow: 0 0 10px rgba(182, 0, 73, 0.1);
}

.gbook-success h2 {
  color: #b60049;
  margin-top: 0;
}

.gbook-success p {
  font-size: 1.1rem;
}

/* Hero-Bild (z.B. Banner) volle Breite */
.hero-image img:last-child {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  body {
    font-size: 1rem;
    background-attachment: scroll;
  }

  .main-menu {
    flex-direction: column;
    align-items: center;
  }

  .main-menu li a {
    padding: 0.8rem 1rem;
  }

  main, article, section {
    margin: 1rem;
    padding: 1rem;
  }

  .site-header .site-logo {
    max-width: 200px;
  }
}
