/*
 Theme Name:     Twenty Twenty Five Child
 Theme URI:      https://www.universalmanufaktur.de
 Description:    Child Theme von Twenty Twenty Five
 Author:         Dein Name
 Author URI:     https://www.universalmanufaktur.de/
 Template:       twentytwentyfive
 Version:        1.0.0
 Text Domain:    twentytwentyfive-child
*/

/* === Allgemeines Layout === */
body {
  margin: 10px 0 0 0;
  padding: 0;
  background-image: url('https://universalmanufaktur.de/wp-content/uploads/2025/09/hintergrund_spaene.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: sans-serif;
}

/* Wrapper für gesamten sichtbaren Bereich */
.page-wrapper-hintergrundseite {
  max-width: 1000px;
  margin: 10px auto 0 auto;
  background-color: rgba(255, 250, 230, 0.9); /* Eierschale */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

/* === Verbesserter Headerbereich === */
.site-header-hintergrundseite {
  max-width: 920px;
  margin: 0 auto 0 auto;
  background-color: rgba(255, 250, 230, 0.9);
  border-radius: 8px;
  padding: 20px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* Navigationsmenü */
.site-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.site-navigation a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1rem; /* entspricht ~16px, auf deinem System evtl. ≈ 20px */
}

.site-navigation a:hover {
  text-decoration: underline;
}

/* Inhaltsbereich */
.content-wrapper-hintergrundseite {
  padding: 20px 40px 40px 40px;
  overflow: visible !important;
  margin-top: 0 !important;
}

.content-wrapper-hintergrundseite > *:first-child {
  margin-top:0;
}

/* Bild links floaten */
.alignleft {
  float: left !important;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 400px;
  height: auto;
}

/* === Responsive Schriftgrößen === */
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
}
