body {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

.hinweis {
  background-color: #EDB458;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 1em;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 20px 40px 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 20px 40px 0;

  position: sticky;
  top: 0;
  z-index: 1000;
}


.logo-container .logo {
  max-height: 200px;
  width: auto;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.main-nav a {
  text-decoration: none;
  color: #33658A;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.main-nav a:hover {
  background-color: #EDB458;
  color: white;
}

.hero {
  background-color: #93B7BE;
  padding: 60px 20px;
  text-align: center;
}

.hero blockquote {
  font-style: italic;
  font-size: 1.5em;
  color: white;
  margin: 0;
}

.services {
  padding: 60px 20px;
  background-color: white;
}

.services p,
.services ul,
.services h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 1.05em;
  color: #333;
}

.services h2 {
  margin-top: 40px;
  color: #33658A;
  font-size: 1.4em;
  border-bottom: 2px solid #EDB458;
  padding-bottom: 8px;
}

.services ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.services .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
}

.service-box {
  flex: 1 1 250px;
  max-width: 300px;
}

.service-box img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
.service-box img {
  display: block;
  margin: 0 auto;
}

.service-box h3 {
  font-size: 1.3em;
  color: #33658A;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 1em;
  color: #444;
}

.site-footer {
  background-color: #33658A;
  color: white;
  padding: 40px 20px 20px 20px;
  font-size: 0.95em;
}

.footer-inner-slim {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.footer-title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.footer-subtitle {
  margin-top: 0;
  color: #e0e8ef;
}

.footer-column a {
  color: white;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 0.85em;
  opacity: 0.8;
}
/* Besuchte Links im Footer weiß halten */
.site-footer a:visited {
  color: #ffffff;
}
.site-footer a,
.site-footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

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



.impressum {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
}

.impressum ul {
  display: inline-block;
  text-align: left;
  margin: 20px auto;
}

.header-call {
  text-align: right;
  padding: 5px 40px 10px 40px;
}

.header-call a {
  color: #33658A;
  font-weight: 600;
  text-decoration: none;
  font-size: 1em;
}

.header-call a:hover {
  text-decoration: underline;
}

/* ========== beratung.html STYLING ========== */

.hero h1 {
  font-size: 2em;
  color: white;
  margin: 0;
}

.hero-sub {
  font-size: 1.1em;
  color: #fff;
  margin-top: 10px;
}

/* Headerbild (falls benötigt) */
.beratung-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

/* Inhalt Psychosoziale Beratung */
.beratung-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
  color: #333;
}

/* Hero-Bild – für alle Seiten mit .hero-image */
.hero-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-image img {
  width: 25%;      /* vorher 50%, jetzt halb so breit */
  height: auto;
  display: block;
}

/* ========== heimhilfe.html STYLING ========== */

/* Hauptbereich Heimhilfe */
.heimhilfe-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
  color: #333;
}

.heimhilfe-section h2 {
  margin-top: 40px;
  color: #33658A;
  font-size: 1.4em;
  border-bottom: 2px solid #EDB458;
  padding-bottom: 8px;
}

.heimhilfe-section ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.heimhilfe-section li {
  margin-bottom: 8px;
}
/* Responsiver Bereich */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Standardabstände für Inhalte */
.container,
.heimhilfe-section,
.beratung-section,
main.container {
  padding: 20px;
}

/* Header flexibel machen */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}

.main-nav a {
  padding: 0.25rem 0.5rem;
}


/* Mobile-Anpassungen */
@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-call {
    width: 100%;
    margin-top: 0.5rem;
  }

  .hero {
    padding: 20px 0;
  }

  .hero blockquote {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  body {
    font-size: 16px;
  }
}

