/* Make Header Sticky */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(247, 247, 247, 0.7); /* Durchsichtiger weißer Hintergrund */
    backdrop-filter: blur(10px); /* Weichzeichnen des Hintergrunds */
    -webkit-backdrop-filter: blur(10px); /* Weichzeichnen für Safari */
    z-index: 9999; /* Höchster z-index, um sicherzustellen, dass der Header immer oben liegt */
	border-radius: 0px 0px 0px 0px
}

/* Adjust Content Padding */
.site-content {
    padding-top: 190px;
}

/* Adjust Content Padding for Mobile */
@media (max-width: 480px) {
    .site-content {
        padding-top: 80px;
    }

    /* Ensure Header Stays Fixed in Mobile View */
    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999; /* Höchster z-index, um sicherzustellen, dass der Header immer oben liegt */
    }

    /* Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout */
    .main-navigation {
        position: absolute;
        margin-top: 0px;
    }
}

/* Rounded Corners */
.ast-below-header {
    border-radius: 0px 0px 10px 10px;
}

/* Rounded Corners Footer */
.site-footer {
    border-radius: 10px 10px 0px 0px;
}


/* Rounded Corners */
.ast-below-header {
    border-radius: 0px 0px 10px 10px;
}

/* Rounded Corners Footer */
.site-footer {
    border-radius: 10px 10px 0px 0px;
}



.scroll-container {
  max-height: 600px; /* Höhe anpassen */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px; /* Optionale Anpassung für das Aussehen */
}


  overflow: hidden; /* Sicherstellen, dass der Inhalt innerhalb der abgerundeten Ecken bleibt */
}


.scroll-container::-webkit-scrollbar {
  width: 5px; /* Breite der Scrollbar */

}

.scroll-container::-webkit-scrollbar-track {
  background: #ffffff
; /* Hintergrund der Scrollbar */
	border-radius : 10px 10px 10px	10px
	
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #9FC52A
; /* Farbe der Scrollbar */
	border-radius : 10px 10px 10px	10px
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555; /* Farbe beim Hover */
}
body {
  overflow-x: hidden; /* Deaktiviert horizontale Scrollbar für die gesamte Seite */
}

.container-class {
  overflow-x: hidden; /* Deaktiviert horizontale Scrollbar für einen bestimmten Container */
}






.scroll-container2 {
  max-height: 600px; /* Höhe anpassen */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px; /* Optionale Anpassung für das Aussehen */
}

.scroll-container2::-webkit-scrollbar {
  width: 5px; /* Breite der Scrollbar */
}

.scroll-container2::-webkit-scrollbar-track {
  background: #ffffff; /* Hintergrund der Scrollbar */
  border-radius: 10px 10px 10px 10px;
}

.scroll-container2::-webkit-scrollbar-thumb {
  background: #9FC52A
; /* Farbe der Scrollbar */
  border-radius: 10px 10px 10px 10px;
}

.scroll-container2::-webkit-scrollbar-thumb:hover {
  background: #555; /* Farbe beim Hover */
}



.scroll-container3 {
  max-height: 600px; /* Höhe anpassen */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px; /* Optionale Anpassung für das Aussehen */
}

.scroll-container3::-webkit-scrollbar {
  width: 5px; /* Breite der Scrollbar */
}

.scroll-container3::-webkit-scrollbar-track {
  background: #ffffff; /* Hintergrund der Scrollbar */
  border-radius: 10px 10px 10px 10px;
}

.scroll-container3::-webkit-scrollbar-thumb {
  background: #9FC52A
; /* Farbe der Scrollbar */
  border-radius: 10px 10px 10px 10px;
}

.scroll-container3::-webkit-scrollbar-thumb:hover {
  background: #555; /* Farbe beim Hover */
}







.verlauf-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px; /* Höhe des Verlaufs */
  background: linear-gradient(to top, rgb(234, 240, 234), rgba(0, 0, 0, 0)); /* Transparent zu Weiß Verlauf */
  pointer-events: none; /* Verhindert Interaktionen mit dem Pseudo-Element */
}


.verlauf-container2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 450px; /* Höhe des Verlaufs */
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(0, 0, 0, 0)); /* Transparent zu Weiß Verlauf */
  pointer-events: none; /* Verhindert Interaktionen mit dem Pseudo-Element */
}

body {
  overflow-x: hidden; /* Deaktiviert horizontale Scrollbar für die gesamte Seite */
}

.container-class {
  overflow-x: hidden; /* Deaktiviert horizontale Scrollbar für einen bestimmten Container */
}










/* Allgemeines Styling für den Menübutton */
.main-header-menu-toggle {
  position: fixed;
  bottom: 20px; /* Abstand vom unteren Rand */
  right: 20px; /* Abstand vom rechten Rand */
  z-index: 1000; /* Sicherstellen, dass der Button über anderen Inhalten liegt */
  background-color: #007bff; /* Hintergrundfarbe des Buttons */
  color: white; /* Textfarbe des Buttons */
  border: none; /* Kein Rand */
  border-radius: 50%; /* Runde Form */
  width: 50px; /* Breite des Buttons */
  height: 50px; /* Höhe des Buttons */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Schatten für besseren Kontrast */
  cursor: pointer; /* Zeigeränderung bei Hover */
}

/* Mobile-spezifisches Styling */
@media (max-width: 200px) {
  .menu-button {
    position: fixed;
    bottom: 120px; /* Abstand vom unteren Rand */
    right: 20px; /* Abstand vom rechten Rand */
    width: 60px; /* Breitere Button auf mobilen Geräten */
    height: 60px; /* Höhere Button auf mobilen Geräten */
  }
}

/* Allgemeine Video-Elemente */
video, 
iframe {
  border-radius: 6px; /* Radius der abgerundeten Ecken anpassen */
  overflow: hidden; /* Sicherstellen, dass der Inhalt innerhalb der abgerundeten Ecken bleibt */
}

/* Für Videos innerhalb von Beiträgen */
.entry-content video, 
.entry-content iframe {
  border-radius: 6px; /* Radius der abgerundeten Ecken anpassen */

 

.sticky-container {
    position: -webkit-sticky; /* für Safari */
    position: sticky;
    top: 188px; /* Der Offset-Wert */
}
	
	
	
	
	:target::before {
    content: "";
    display: block;
    height: 230px; /* Höhe des Offsets */
    margin-top: -230px; /* Höhe des Offsets als negativer Margin */
}

