@charset "UTF-8";
/* CSS Document */



/* ============================
   Desktop
   ============================ */

/* Nur Desktop-Logo anzeigen */
.logo-mobile {
  display: none;
}

.logo-desktop {
  display: block;
}
.bild-desktop {
  display:block;
}
.bild-mobile {
  display: none;
}

/* Standard-Layout (kein Flex auf Desktop!) */
#wrapper {
  display: block;
}

/* Wetfloor normal im Layoutfluss halten */
#wetfloor {
  display: block;
  position: static;
  width: 100%;
  padding: 0;
}

#buttons1 {
      padding-bottom: 40px;
  }

.scrolldiv    {
    width:334px; 
    height:374px; 
    overflow-y:auto; 
    overflow-x:hidden; 
    font-family: fonts_regular, Arial, Verdana, Helvetica, sans-serif;
}

.email_mobile {
    display: none;
 }

.email_mobile a {
     color: #006eb7;
}   
 .email_mobile img {
      float: left; 
  }    


/* ============================
   Mobile
   ============================ */
@media screen and (max-width: 1024px) {
  
 body   {
         background-color: #ffffff;
     }

 
    
    
#wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    background-color: #ffffff;
}

#wrapper_distance {
	display: none;
}	
    
  #logo {
    order: -1;
    width: 96%;
    text-align: center;
    margin: 2% 2% 3% 2%;
    height: auto;
    background-color: #ffffff;
}

  .logo-desktop {
    display: none;
  }

 /*.logo-mobile {
    display: block;
    width: 15%;
    height: auto;
    float: right;
    padding-right: 1em;
    background-color: #ffffff;
  }
    */
   
    
    
#bild {
    width:100%;
    height: auto;
    float: left;
      }

    
#content {
    width: auto;
    height: auto;
    float: left;
    padding-bottom: 5%;
}
  

  #wetfloor {
    display: none;
  }
    
#buttons  {
    display: none;
  }
    
 

.scrolldiv    {
    width:100%; 
    height:auto; 
    overflow-y: hidden; 
    overflow-x:hidden; 
}    

#content_header_impressum   {
    display: none;
  }
 
.email_mobile {
     display: inline-block;
    padding-bottom: 2.5em;
 }
 

.email_mobile a {
     color: #006eb7;
}   
    
    
}

/*Hamburger Menu*/

/* Hamburger Menu Standard-Ausblendung */
.mobile-menu-container {
  display: none;
}

/* Desktop Navigation standardmäßig anzeigen */
#navi1 {
  display: block;
}

/* Mobile Ansicht */
@media (max-width: 1024px) {
  #navi1 {
    display: none; /* Desktop-Menü ausblenden */
  }

  .mobile-menu-container {
    display: block;
    position: relative;
    padding: 10px;
    background-color: #ffffff;
  }

  .hamburger {
    /*font-size: 26px;*/
    cursor: pointer;
    user-select: none;
    background-color: #1877b9;
    color: white;
    padding: 10px 15px;
    display: inline-block;
  }

  .mobile-navigation {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
  }

  .mobile-navigation li {
    border-bottom: 1px solid #ccc;
  }

  .mobile-navigation li a {
    display: block;
    padding: 12px 20px;
    color: #1877b9;
    text-decoration: none;
  }

  .mobile-navigation li a:hover {
    background-color: #f2f2f2;
  }

  .mobile-navigation.show {
    display: block;
  }

    
    
/*gleiche höhe*/
   
    /* Fixiertes Hamburger-Menü links oben */
  .mobile-menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px;
    background-color: #ffffff;
  }

  .hamburger {
    /*font-size: 26px;*/
    cursor: pointer;
    user-select: none;
    color: #1877b9;
    background-color: #ffffff;
    padding: 15px 15px 5px 15px;
    display: inline-block;
  }

  /* Fixiertes Logo oben rechts */
  #logo {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
    margin: 0;
    background-color: white; /* Optional für bessere Lesbarkeit */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    width: auto;
  }

 .logo-mobile {
    display: block;
    height: 50px;
    width: auto;
    padding: 0;
    margin: 45px 20px 20px 20px;
    float: none !important;
    padding-right: 0 !important;
    background-color: transparent;
  }

  /* Inhalt darunter verschieben */
  #wrapper {
    padding-top: 80px; /* Platz für Menü + Logo */
  }

  #bild {
    margin-top: 0; /* Nicht doppelt verschieben */
  }
 
.referenzbild-link   { 
    display: none;
  }
    
  
   
}


/*#####################################################*/

/*Slider*/

@media (max-width: 1024px) {
  #bild {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
    position: relative !important;
    top: 0;
    z-index: 1;
    display: block !important;
    clear: both;
  }

  .swteam1 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    position: relative !important;
    display: block !important;
  }

  .swteam1 > ul {
    height: auto !important;
    position: relative !important;
  }

  .swteam1 > ul > .slide {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .swteam1 > ul > .slide img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
  }

  .swteam1 > ul > .sw_startbild {
    visibility: visible !important;
    height: auto !important;
  }

  /* Menüabstand schaffen */
  #navi1 + #buttons + #bild {
    margin-top: 20px !important;
  }

  /* Sicherheitshalber: z-index des Menüs höher als Slider */
  #navi1 {
    position: relative;
    z-index: 10;
  }

  /* Slider sichtbar machen */
  #bild {
    z-index: 1;
  }
}



@media (max-width: 1024px) {
  #mobile-white-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background-color: #ffffff;
    z-index: 999; /* Muss niedriger sein als Hamburger (1000), höher als Content */
    pointer-events: none; /* Damit das Menü klickbar bleibt */
  }
    
.bild-mobile {
  display:block;
}
    
 .bild-desktop {
  display: none;
}
}


/* Schriftgrößen  ########################## */

@media (max-width: 1024px) {
 
 body, .fonts_regular, .fonts_bold    {
         font-size: 1.6em;
         line-height: 1.4em;
} 
    
h1.head, .head    {
        font-size: 2em;
        line-height: 1.3em;
} 
    
 p    {
         font-size: 1.3em;
}    
    
.scrolldiv    {
           font-size: 1.6em;
           line-height: 1.4em;
} 
    
.fonts_regular_impressum    {
         font-size: 1em;
         line-height: 1.5em;
    } 
    
 .fonts_bold_impressum    {
         font-size: 1em;
         line-height: 1.5em;
     font-family: 'fonts_bold', 'Arial', 'Verdana', 'Helvetica', sans-serif;
    } 
    
.hamburger {
    font-size: 80px;  
}

#mobileMenu {
        font-size: 1.5em;
        line-height: 1.9em;
}
    
     
}
/*########################################### */   
  