
html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

.header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    flex-direction: column;
    width: 100.5%;
    min-height: 90vh;
    margin-top: 110px;
   } 
    .top-hr 
    {
    border: 0; height: 2px; background-color: #333; margin: 10px auto; width: 33%;
    }
    .logo {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-100%);
    }
    #logo {
    height: auto;
    //transition: height 0.3s ease;
    width: 75%;
    }    
    .bild { width: 400px; height: 400px;
    } 
    /* H1: Hauptüberschrift */
h1 {  
    font-size: 48px;
    font-weight: bold;
    font-size: clamp(2.25rem, 1.5rem + 2vw, 3.5rem); /* Min: 36px, Dynamisch, Max: 56px */
    line-height: 1.3; /* Harmonischer Abstand */
     text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 2px 2px 5px rgba(0, 0, 0, 1);
    margin-top: 150px 0px 20px 0px;
}

/* H2: Unterüberschrift */
.h3 {
    font-weight: 500; /* Etwas dünner als die Hauptüberschrift */
    font-size: clamp(1.75rem, 1.25rem + 1.75vw, 2.75rem); /* Min: 28px, Dynamisch, Max: 44px */
    font-weight: 500;
    line-height: 1.35; /* Etwas lockerer für Lesbarkeit */
     text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 2px 2px 5px rgba(0, 0, 0, 1);
  }
/* H3: Kleinere Überschrift */
.h2{
    font-size: clamp(1.5rem, 1rem + 1.25vw, 2rem); /* Min: 24px, Dynamisch, Max: 32px */
    font-weight: 500;
    line-height: 1.4; /* Mehr Abstand für kleinere Texte */
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 2px 2px 5px rgba(0, 0, 0, 1);
  }
    h2, h3, h4, h5, h6
    {
    font-weight: 800;
    }
    a {
    color: #003f66;
    font-weight: 600;
    }
    a:hover {
    color: #1e7e34;
    }
    .infobox ul 
    {
    line-height: 30px;
    }
    .call-to-action {
    background-color: #003f66;
    border-color: #003f66;
    color: white;
    padding: 8px 15px 8px 15px;
    margin-top: 15px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    }
    .call-to-action:hover {
    background-color: #002d4d;
    border-color: #002d4d;
    text-decoration: underline;
    color: #fff;
    }
    .sm 
    {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: 800;
    }
    #call-top 
    {
   background-color: #4CAF50; /* Grün, passt zu einem Pastellgrün-Look */
  color: white; /* Weißer Text */
  font-size: 18px; /* Gut lesbar */
  font-weight: 600; /* Fettgedruckter Text */
  text-transform: uppercase; /* Großbuchstaben */
  padding: 15px 30px; /* Größe und Polsterung */
  border: none; /* Keine Umrandung */
  border-radius: 25px; /* Runde Ecken */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Kräftiger Schatten */
  cursor: pointer; /* Zeiger-Hand für Interaktivität */
  transition: all 0.3s ease; /* Sanfte Übergänge bei Hover */
        text-decoration: none;
    } 
#call-top:hover {
    background-color: #45a049; /* Dunkleres Grün bei Hover */
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3); /* Stärkerer Schatten bei Hover */
  transform: scale(1.05); /* Leichte Vergrößerung bei Hover */
}




@media (min-width: 120px) and (max-width: 768px) {
      
    .header {min-height: 50vh; width: 102.5%;}
     h1 {font-size: 2.25rem;}
    .h2 {font-size: 1.125rem;}
    .h3 {font-size: 1.5rem;}
    .header-content {
    padding: 8px 12px 8px 12px; font-weight: 300;}
    .container {width: 90%;}
    .groessere-bildschirme {display: none;}
    .kleiner-bildschirme {font-weight: 300; font-size: 14px;}
    #call-top {font-weight: 400; font-size: 12px;}
    .top-hr {display: none;}
    h2 {text-align: center;}
    hr {margin: 0 auto;}
    h4 {text-align: center;}
    .fa-chevron-down {display: none;}

}








    .bi {color: #28a745; font-weight: 900;
    }
    .bi-arrow-right {color: black;
    }
    .container {width: 75%; margin: 0 auto;
    }
    small {font-weight: 200;
    }
    p, ol {font-size: 16px;
    }
    .therapeuten { 
    border-top: 0px; 
    border-left: 0.5px solid #1e7e34; 
    border-right: 0.5px solid #1e7e34; 
    border-bottom: 0.5px solid #1e7e34; 
    padding: 30px 20px 30px 20px; 
    height: auto;
    }
    .bi-check-circle, .bi-chat, .bi-compass, .bi-people-fill, .bi-person-circle, .bi-brush {
   color: #1e7e34; 
    background-color: #f1f4eb; 
    padding:  5px 10px; 
    border-radius: 50%; 
    font-size: 38px; 
    font-weight: 100;
    box-shadow: -webkit-box-shadow: 6px -1px 15px 0px #878787; 
box-shadow: 6px -1px 15px 0px #878787;
    }
    .bi-distribute-vertical {
    padding: 8px 12px 8px 12px;
    background-color: #f1f4eb;
    border-radius: 10%;
    border: 0.05px solid lightgrey;
    font-size: 21px;
    color: black;
    }
    .material-icons {
    color: #1e7e34; 
    background-color: #f1f4eb; 
    padding:  8px; 
    border-radius: 50%; 
    font-size: 38px; 
    font-weight: 100;
    }
    .bi-arrow-right {
    color: #fff;
    }
    .content {
    width: 85%; 
    margin: 0 auto;
    }
    .therapeuten-top {
    width: 85%; 
    margin: 0 auto;
    }
    .terminvereinbarung {
    scroll-margin-top: 120px !important;
    }
    .material-icons {
    color: #1e7e34; 
    background-color: #f1f4eb; 
    padding:  8px; 
    border-radius: 50%; 
    font-size: 38px; 
    font-weight: 100;
    }
    .footer-logoh1 
    {
    font-size: 42px; 
    text-shadow: none;
    margin-top: 30px;
    }
    .bilder {
    width: 400px;
    height: 400px;
    margin: 30px 0px 30px 0px; box-shadow: 5px 10px 10px silver;
    }
    .zentriert {
    display: flex; 
    justify-content: center; 
    align-items: center;       
    }
    .termin {
    border: 1px solid black;
    padding: 10px 15px 10px 15px;
    border-radius: 8px;  

    }
    .footer {
    text-align: left;
    }
    .footerh1 {
    margin: 0 auto; 
    text-align: left; 
    padding-left: 10px;
    
    }
   .groessere-bildschirme
    {
    font-weight: 300;
    }
    @media (max-width: 667px) {
    .footer {
    text-align: left;
    }
    .bi-distribute-vertical {
    padding: 6px 10px 6px 10px;
    border-radius: 8%;
    border: 0.05px solid lightgrey;
    font-size: 21px;
    }
    }
    @media (max-width: 980px) {
    .footer {
    text-align: left;
    }
    .sm 
    {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    }
    } 
    #main-nav {
    background-color: #fff;
    transition: background-color 0.3s ease;
    height: 110px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);     
    z-index: 30000;    
    }
    .logo {
     position: absolute;
     left: 0px;
     top: 50%;
     transform: translateY(-50%);
    }
    .log-img {width: 200px; height: 600px;
    }      
    .terminver a 
    {
    color: darkgreen;
    font-weight: bold;
    }
    .nav-links 
    {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    .nav-links li 
    {
      margin: 0 15px;
    }

   .nav-links a {
      text-decoration: none;
      color: black;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
    }
    .nav-links a:hover {
      text-decoration: underline;
      color: darkgreen;
    }

    .dropdown {
      position: relative;
    
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 250px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      text-align: left;
      border-radius: 15px;
      border: 1px solid darkgrey;
    }

     .dropdown-content a {
      color: black;
      padding: 10px 10px;
      text-decoration: none;
      display: block;
      font-weight: 300;
      font-size: 14px;
      text-transform: none;
    }
    .dropdown-content a:hover {
      color: darkgreen;
      text-decoration: underline;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    
    }

    .toggle-btn {
      cursor: pointer;
      display: none;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }


    @media screen and (max-width: 1150px) {
      .nav-links {
        flex-direction: column;
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        background-color: white;
        display: none;
        padding-bottom: 25px;
        align-items: flex-start; /* Hinzugefügt, um die Links zu zentrieren */      
      }
        
      .nav-links a {
        margin-left: 20px; /* Angepasst, um die Links zu zentrieren */
        font-size: 14px;
        font-weight: 400;
      }

      .terminver {
        padding-bottom: 30px;
      }

      .nav-links.show {
        display: flex;
      }

      .nav-links li {
        margin: 10px 0;
      }

      .dropdown-content {
        position: static;
        display: none;
        font-size: 12px;
      }

      .dropdown:hover .dropdown-content {
        display: none;
      }

      .dropdown.active .dropdown-content {
        display: block;
      }

      .toggle-btn {
        display: block;
      }
    }


    .terminvereinbarung {
    scroll-margin-top: 60px; /* Adjust the value as needed */
    }     
    .infobox {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    //transition: transform 0.2s;
    }
    //.infobox:hover {
    transform: scale(1.05);
    }
    .infobox .icon {
    font-size: 2.5rem;
    color: #003f66;
    margin-bottom: 15px;
    }
    .infobox h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1e7e34;
    }
    .infobox p {
    font-size: 14px;
    color: black;
    margin-bottom: 20px;
    margin-top: 20px;
    }
    .infobox .btn {
    background-color: #003f66;
    border-color: #003f66;
    color: white;
    }
    .infobox .btn:hover {
    background-color: #002d4d;
    border-color: #002d4d;
    }
    .gruen {
    width: 100vH; 
    margin: 0 auto;  
    padding: 20px;
    }  


    @media only screen and (max-width: 926px) {
    .content {width: 100%;
    }
    .therapeuten-top {width: 100%;
    }
    .bilder {
    width: 300px;
    height: 300px;
    }
    }    


    @media only screen and (max-width: 576px) {  
    .termin-top {
    margin-bottom: 20px;
    background-color: #003f66;
    color: #fff;
    }
    .h3 
    {
    font-size: 1.875rem;
    }
    .container 
    {
    width: 95%;
    }
    .dropdown-content 
    {
    position: relative;
    display: none;
    font-size: 12px;
    }
    .dropdown:hover .dropdown-content 
    {
    display: none;
    }
    .top-hr 
    {
    display: none;
    }
    } 


    /* Inhalt ausblenden zwischen 926px und 428px */
     @media screen and (max-width: 926px) and (min-width: 768px) {
    .groessere-bildschirme 
    {
    display: none;
    }  
    }
    
    /* Inhalt ausblenden auf Bildschirmen größer als 926px */
     @media screen and (min-width: 926px) 
    {
    .kleiner-bildschirme
    {
    display: none;
    }
    }   

    
    @media screen and (max-width: 1150px) {       
    .call-to-action {
    padding: 10px 12px 10px 12px;
    margin-top: 10px;
    border-radius: 5px;
    text-decoration: none;
    }  
    }  

    .floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: 0.5;
    transition: opacity 0.3s;
     z-index: 1000;
    }
    .floating-buttons.show {
     opacity: 1;
    }
    .floating-buttons .btn {
    background-color: #5a9149;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    }


   @media only screen and (max-width: 667px) {
     .floating-buttons {
     right: 20px;
     bottom: 20px;
     gap: 5px;
     opacity: 0.5;
     transition: opacity 0.3s;
     }

       
      
   /* Angepasse Navigationsleiste*/
    .nav-link, .nav-item {
    color: black;
    font-weight: 400;
    margin-left: 8px;
    }
    }



    @media only screen and (max-width: 990px) {
    .dropdown-menu {
    border: none;
    font-size: 12px;
    }       
    }
    

     @media only screen and (max-width: 667px) {
     .floating-buttons {
     right: 20px;
     bottom: 20px;
     gap: 5px;
     opacity: 0.5;
     transition: opacity 0.3s;
     }
    
    .footer-logo {
    font-size: 32px; text-align: left;
    }
    }  
       
       
  



   