   :root {
         color-scheme: only light;
      --primary: #ffd6a4;    /* Layoutcharm Gelb */
      --primary1: #D2AA4f;    /* Layoutcharm Gelb */
      --secondary: #D2AA6D;
      --dark: #2b2b2b;
      --breite: 1100px;  /* Layoutbreite */
      --red: #ea5a5a;
      --gelb: #ffbc63;
    }

 body {
  font-family:  Georgia, serif;
  background: #fff;
  margin: 0 auto; padding: 10px;
  line-height: 1.7;
}

    h1, h2, h3 {
      font-family: 'Playfair Display', serif;
      color: var(--red);
    }

div {
  padding: 0px;
  margin: 0px auto;
}

p {
  padding: 0px;
  margin: 0px;
}

br {
  margin: 50px;
}




/* Handyansicht */
@media (max-width: 768px) {
   .dokumente  { border: 2px solid red; flex-wrap: wrap; flex-direction: column; }

   .vita  { flex-wrap: wrap; }
   .vita div { width: 100%;}


   .content  { flex-wrap: wrap; justify-content: center; }
   .content > * { width: 100%; }

   .kontakt  { flex-wrap: wrap; }


}
@media (min-width: 768px) {
   .vita img { max-width: 450px; }
   #spalten { display: flex; }
   #vita_breite { width: 100%;}
   .content img { max-width: 350px;  }
}



 /* Menüliste */


header {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.footer {
       background-color: #9f5126;
       width: 100%;
       text-align: center;
       padding: 1em 0 1em 0;
}

.footer a {
      padding: 0.5em;
      color: var(--gelb);
}


.menue {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: var(--breite);
}




.button {
  margin: 5px;
  display: inline-block;
  border: 1px solid var(--red);
  background-color: #fff;
  border-radius: 12px;
  color: var(--dark);
  text-decoration: none;
   white-space: nowrap;
  cursor: pointer;
  padding: 10px;
}

.button:hover {
      border: 1px solid var(--gelb);
}

/* Sidebar */

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffbc63;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  opacity: 0.95;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  border: 0;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}




 /* Logobereich */

.logo {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ea5a5a;
  border-top: 1px solid #ea5a5a;

}

.logo img {
    width: 100%;
    max-width: 650px;
}

 /* Formatierung Überschrift */

.basis_one {
  max-width: 1100px;
}


 /* Felder in denen nur Text vorkommt (Leistung, Dokumente) */

.zitat {
  margin: 0 auto;
  justify-content: center;
  max-width: 900px;

}

.zitat > * {
  font-family: Georgia, Times, "Times New Roman", serif;
  text-align: center;
  color: var(--gelb);
  padding: 1em;
}


.zitat i {
     color: black;
}




div.basis_kernpunkte {
 max-width: 1100px;
}


#spalten {
     box-sizing: border-box;
     gap: 1.2em; /* Abstand zwischen den Spalten */


}

#zeilen {
    flex: 1;
    border: 1px solid var(--red);
    border-radius: 12px;
    margin-bottom: 0.5em;
}

#zeilen p img {
     width: 100%;
     border-radius: 12px 12px 0 0;
}

.text_abstand {
   padding: 0.5em;
}

/* Philo - weitere Formatierung über Vita */

div.basis_philo {
   max-width: 1000px;
}

 /* Aufklappbare Karten */

div.basis_card {
   max-width: 900px;
   display: none;
}


.card {
  margin-bottom: 0.5em;
  max-width: 900px;
  border: 1px solid var(--red);
  border-radius: 12px;
  cursor: pointer;
}

.card > * {
  padding: 1em;
}

.content {
  display: none; /* Inhalt standardmÃ¤ÃŸig ausblenden */
   gap: 1.2em;
}


.content img {
  border-radius: 12px;
}

.toggle-input {
  display: none; /* Checkbox verstecken */
}

/* Wenn Checkbox aktiv, zeige Inhalt */
.toggle-input:checked ~ .content {
  display: flex;
}


div.basis_logo_fremd {
 padding: 1em 0 1em 0;
 max-width: 1100px;
 display: flex;
  justify-content: center;
}

div.basis_logo_fremd img {
 max-width: 30%;          /* für 3 Bilder */
 max-height: 100px;
 margin-right: 1em;

}


/* Vita */

div.basis_vita {
 max-width: 1100px;
}

.vita {
     display: flex;

     gap: 1.2em; /* Abstand zwischen den Spalten */

}


.vita img {
  max-width: 100%;
  padding: 0px 0px 0px 0px;
  border: 1px solid var(--red);
  border-radius: 12px;
}

td {
   padding: 1em;
   text-align: left;
   vertical-align: top;
}

img.rund {

  border-radius: 300px;
}





.dokumente {
  margin: 0 auto; padding: 0;
  border: 2px dotted blue;
   display: flex;

  justify-content: row;
  max-width: 1100px;

}




.basis_kontakt {
  max-width: 1300px;
}

.kontakt {
  display: flex;
  gap: 1.7em;
  border-radius: 12px;
}

.kontakt a {
       color: var(--dark);
}

#googlemap {
        flex-grow: 1;
}

iframe {
 border: 1px solid var(--red);
 border-radius: 12px;
 width: 100%;
 height: 400px;
}





.basis_faq {
   border-bottom: 1px solid var(--red);
   max-width: 1100px;
}

.faq {
  display: flex;
  justify-content: space-between;
}



.faq div {
  margin: 0px; padding: 0px;
  cursor: pointer;
  padding: 1em;

}