  <!-- Lokale Schriftart -->
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}






    body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      background-color: #fff;
      color: #595959;
    }

    body::before {
      content: "";
      position: fixed;
      top: 30%;
      left: 50%;
      width: 400px;
      height: 400px;

      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.1;
      z-index: 0;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }
html {
	scroll-behavior: smooth;
}
    header, nav, main, footer, section {
      position: relative;
      z-index: 1;
    }

    header {
      padding: 2rem;
      text-align: center;
      border-bottom: 1px solid #e0e0e0;
    }

    header h1 {
      font-size: 2rem;
      margin: 0;
	  color:#d0cdcd;
    }
	header h1.a {
		text-decoration:none;
	}
    nav {
      display: flex;
      justify-content: center;
      gap: 6rem;
      padding: 1rem 0;
	  font-size:20px;
    }

    nav a {
      text-decoration: none;
      color: #b91b1b;

    }

    main {
      max-width: 960px;
      margin: 0 auto;
    }

    .hero {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 2rem;
    }

    .hero img {
      max-width: 400px;
    }

    .hero-text {
      flex: 1;
      padding: 3rem;
	  font-size: 1.2rem;
    }

    .hero-text h2 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    .parallax-teaser {
      width: 100%;
      height: 360px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 3rem;
      font-weight: bold;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      text-shadow: 0 2px 6px rgba(0,0,0,0.5);
      text-decoration: none;
    }
    .teaser-kunsttherapie {
      background-image: url('kunsttherapie-trudering/kunsttherapie-010.jpg');
    }

    .teaser-gespraechspsychotherapie {
      background-image: url('kunsttherapie-trudering/buddha.jpg');
    }

    .eingerueckt {
      max-width: 960px;
      margin: 2rem auto;
      padding: 8rem 2rem;
      border-left: 1px solid #ccc;
    }

    footer {
      padding: 2rem 1rem 1rem;
      border-top: 1px solid #e0e0e0;
      background-color: #fafafa;
      color: #444;
    }

    .footer-content {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      text-align: center;
    }

    .footer-address {
      font-size: 0.9rem;
    }

    .footer-map iframe,
    .footer-map img {
      width: 100%;
      max-width: 600px;
      height: 300px;
      border: 0;
    }

    .footer-bar {
      background-color: #acabab;
      color: #fff;
      text-align: center;
      padding: 1rem;
      font-size: 0.9rem;
    }

    .footer-bar a {
      color: #fff;
      text-decoration: none;
      margin: 0 0.5rem;
    }
.lightbox {
  display: none; /* Standard: nicht anzeigen */
}

.lightbox:target {
  display: flex;  /* Nur anzeigen, wenn angeklickt */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border: 4px solid #ccc;
  border-radius: 8px;
}
.footer-address a,
.footer-bar a {
  text-decoration: none;
  color: #b91b1b;
}

.footer-address a:hover,
.footer-bar a:hover {
  text-decoration: none;
  color: #b91b1b;
}

	#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2999b79c;
  color: white;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50%;
  font-size: 18px;
  display: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease;
}


#scrollTopBtn:hover {
  background-color: #555;
}


    @media(min-width: 768px) {
      .footer-content {
        flex-direction: row;
        justify-content: space-around;
        text-align: left;
      }
	}
	  @media (max-width: 768px) {
		  .lightbox img {
  max-width: 137%;
  max-height: 137%;
  border: 1px solid grey;
  border-radius: 8px;
}
  nav {
    flex-direction: column;
    align-items: stretch;
	gap: 1rem;
	font-size:22px;
  }

  nav a {
    display: block;
    text-align: center;
    padding: 0;
    border-bottom: 0px solid #ccc;
  }
header h1 {
	font-size:1.1rem;
	color:#fff;
}
    header {
margin-bottom: 20px;
	  background-color:#7777775c;
    }
}

	  @media (max-width: 768px) {


  .hero {
    flex-direction: column;
	margin-top: 20px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
}







.einleitung-kunsttherapie {
  margin: 4rem auto;
  /*max-width: 960px;*/
}

.einleitung-container {
  display: flex;
  flex-wrap: wrap;
}

.einleitung-bild,
.einleitung-text {
  flex: 1 1 50%;
  box-sizing: border-box;
}


.einleitung-bild img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.einleitung-text {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2999b79c;
  color: #444;
}

.einleitung-text h2 {
  margin-top: 0;
  font-size: 2rem;
  color: #fff;
}

.einleitung-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
}

@media (max-width: 768px) {
  .einleitung-container {
    flex-direction: column;
  }

  .einleitung-text,
  .einleitung-bild {
    flex: 1 1 100%;
  }

  .einleitung-text {
    padding: 1.5rem 1rem;
  }
}

einleitung-text.blue {background-color:#2999b7e0;
}

nav a.blue {color:#2999b7e0;
}

.grau {color:#595959;
}
.responsive-logo {
  width: 600px;
  height: auto;
  max-width: 100%;
}
.logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}


@media (max-width: 768px) {

  .logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
margin-left: 21px;
}
}
.desktop-spacer {
  height: 100px;
}

/* Auf dem Smartphone ausblenden */
@media (max-width: 768px) {
  .desktop-spacer {
    height: 20px;
  }
}

