@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@font-face {
    font-family: 'Coertschrift Romaans';
    src: url('../fonts/CoertSchrift_Romaans.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
html {
    overflow-x: hidden;
}

body {
    font-family: 'Coertschrift Romaans',Arial, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav {
    display: flex;
    justify-content: center;
    background-color: #333;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    color: white;
    text-decoration: none;
    font-family: Arial;
    font-size:x-large;
    font-weight: bold;
}

nav ul li a:hover,
nav ul li a.active {
    background-color: #858585;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

nav ul li a:hover {
    background-color: #858585;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

.menu-toggle {
    display: none; /* Burger-Menü ausblenden */
}

nav:hover {
    transition: all 0.2s ease-in-out;
}

.dropdown-menu {
  display: none;
}

.dropdown-menu.show {
  display: block;
}

.headermenu .dropdown {
  position: relative;
}

.headermenu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
}

.headermenu .dropdown-menu li {
  padding: 8px 20px;
}

.headermenu .dropdown-menu li a {
  color: black;
  text-decoration: none;
  display: block;
}

.headermenu a.active {
  text-decoration: underline;
  font-weight: bold;
  color: #dff023; /* Beispiel-Farbe */
}

/* Hover-Only für größere Bildschirme */
@media (min-width: 768px) {
  .headermenu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Adjust the space between text and logo */
    flex-direction: column;
    text-align: center;
    padding: 10px;
    margin: 10px;
    
}
.logo {
    max-width: 60%;
    height: auto;
    margin: 0;
}

.logo-container .logo {
    max-width: 800px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.logo_text_left, .logo_text_right {
    font-size: 46px;
    font-weight: bold;
    margin: 0;
    font-family: 'Coertschrift Romaans';
    line-height: 1.9;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    /* optional: max-width oder width */
    max-width: 100%;
}

.logo_text_left {
    text-align: right; /* Aligns text to the right edge */
}

.logo_text_right {
    text-align: left; /* Aligns text to the left edge */
}

.text_below {
    overflow: hidden;
    
    text-overflow: ellipsis;
}

.logo_menu_container {
    background-color: #707070;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.logo_menu_container .logo_menu {
    max-width: 450px;
    max-height: 300px;
    margin: 0 12.5px;
    border-radius: 10px;
    box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.5), 10px 0 10px -10px rgba(0, 0, 0, 0.5), 0 -10px 10px -10px rgba(0, 0, 0, 0.5), 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.logo_menu_container .logo_menu:hover {
    transform: scale(1.15);
    box-shadow: -12px 0 12px -10px rgba(0, 0, 0, 0.6), 12px 0 12px -10px rgba(0, 0, 0, 0.6), 0 -12px 12px -10px rgba(0, 0, 0, 0.6), 0 12px 12px -10px rgba(0, 0, 0, 0.6);
}



.content_container_praxis .question {
    font-size: 40px;
    font-family: 'Coertschrift Romaans';
}

.content_container_praxis_top .question {
    font-size: 40px;
    font-family: 'Coertschrift Romaans';
}

.content_container_praxis_bottom .question {
    font-size: 40px;
    font-family: 'Coertschrift Romaans';
}

.content_container_praxis .question_small {
    font-size: 25px;
    font-family: 'Coertschrift Romaans';
}

.content_container_praxis_top .question_small {
    font-size: 25px;
    font-family: 'Coertschrift Romaans';
}

.content_container_praxis_bottom .question_small {
    font-size: 25px;
    font-family: 'Coertschrift Romaans';
}

.content_container_praxis .text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
}

.content_container_praxis_top .text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
}

.content_container_praxis_bottom .text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
}

.image_gallery img {
    width: 80%;
    max-width: auto;
    display:flexbox;
    margin-bottom: 10px;
}

.image_gallery {
    margin: 0 auto;
    width: 80%;
    flex: 1;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #70707016;
    border-radius: 10px;
    overflow-x: hidden;
    padding: 20px;
}

.content_container_praxis {
    margin: 0 auto;
    flex: 1;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #70707016;
    border-radius: 10px;
    overflow-x: hidden;
    padding: 20px;
}

.content_container_praxis_top {
    margin: 0 auto;
    flex: 1;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #70707016;
    border-radius: 10px;
    overflow-x: hidden;
    padding: 20px;
    order: 2;
}

.content_container_praxis_bottom {
    margin: 0 auto;
    flex: 1;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #70707016;
    border-radius: 10px;
    overflow-x: hidden;
    padding: 20px;
    order: 1;
}


.content_container_praxis.images { /* geb Deinem ersten Block noch eine Klassse 'images' */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;  /* jede Zeile gleich hoch */
  gap: 10px;            /* Abstand zwischen den Bildern */
}

.content_container_praxis_top.images { /* geb Deinem ersten Block noch eine Klassse 'images' */
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr; /* jede Zeile gleich hoch */
    gap: 10px; /* Abstand zwischen den Bildern */
}

.content_container_praxis_bottom.images { /* geb Deinem ersten Block noch eine Klassse 'images' */
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr; /* jede Zeile gleich hoch */
    gap: 10px; /* Abstand zwischen den Bildern */
}

.content_container_praxis.images img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* füllt die Zelle, ohne das Seitenverhältnis zu verzerren */
  border-radius: 5px;
}

.content_container_praxis_top.images img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* füllt die Zelle, ohne das Seitenverhältnis zu verzerren */
    border-radius: 5px;
}

.content_container_praxis_bottom.images img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* füllt die Zelle, ohne das Seitenverhältnis zu verzerren */
    border-radius: 5px;
}

.slideshow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 600px;
    margin-right: 20px;
}

.slideshow img {
            width: 100%;
            display: none;
            border-radius: 10px;
        }

.slideshow img.active {
            display: block;
        }

.slideshow .prev, .slideshow .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
        }

.slideshow .prev {
            left: 0;
        }

.slideshow .next {
            right: 0;
        }

.seperator {
    height: 20px;
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
}

.seperator2 {
    height: 20px;
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
}

.seperator_vis {
    height: 20px;
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
}

.seperator-line {
    height: 2px;
    width: 80%;
    margin: 0 auto;
    background-color: #00000059;
    border-radius: 10px;
}

.seperator-line-mobile {
    visibility:hidden;
}

.container {
    align-items: stretch; /* wichtig für gleiche Höhe */
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.map {
    width: 97%;
    margin-left: auto;
    margin-right: auto; /* optional, falls du später overflow vermeiden willst */
}

.content_container {
    margin: 0 auto;
    padding: 10px;
    max-width: 1200px;
    background-color: #70707016;
    border-radius: 10px;
    overflow-x: hidden;
}

.content_container .text_below {
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
}

.content_container .question {
    font-size: 40px;
    padding-left: 20px;
    font-family: 'Coertschrift Romaans';
}

.content_container .question2 {
    font-size: 40px;
    font-family: 'Coertschrift Romaans';
}

.content_container .reviews-container {
    position: relative;
}

.content_container .text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
}

.content_container .text_center {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
}

.content_container .text_bigger {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin: 20px 0;
}

.content_container .kosten_ul {
    list-style-position: outside;
    padding-left: 0;
    padding-right: 10px;
    margin-left: 0;
}

.content_container .kosten_ul  ul{
    list-style-position: outside;
    padding-left: 0;
    padding-right: 10px;
    margin-left: 0;
}
.content_container .kosten_ul li {
    text-align: left;
    margin-left: 3%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content_container ul {
    list-style-position: inside;
    padding-left: 0;
    padding-right: 10px;
    margin-left: 0;
}

.content_container ul li {
    text-align: left;
    margin-left: 3%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content_container .bulletpoint {
  list-style: none;
  padding: 0;
  margin: 0;
}


.content_container .bulletpoint li {
    position: relative;
    padding-left: 1.2em; /* Platz für Bullet */

    margin-bottom: 0.5em;
}

.content_container .bulletpoint li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  font-size: 1.5em;
  line-height: 1;
}

.text_container {
    background-color: transparent;
    border-radius: 10px;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    justify-content: center;
    line-height: 1.5;
}

.text_container .text{
    padding-left: 20px;
}

.button {
    background-color: #d1e04b;
    box-shadow: 0 0 10px 0 rgb(209, 224, 75);
    color: white;
    padding: 20px 100px; /* Increased horizontal padding */
    border-radius: 10px;
    border: none;
    font-size: 30px;
    transition: all 0.2s ease-in-out;
    font-family: 'Coertschrift Romaans';
}

.button:hover {
    background-color: rgb(172, 183, 66);
    box-shadow: 0 0 10px 10px rgba(172, 183, 66, 0.2);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.button:active {
    transform: scale(0.98); /* Modern click animation */
    transition: all 0.2s ease-in-out;
}

.background_container {
    background-color: rgb(179, 192, 65);
    width: 50%;
    padding: 20px 20px; /* Reduced horizontal padding to 20px */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(179, 192, 65, 0.7);
    justify-content: center;
    a {
        color: rgb(255, 255, 255);
        background-color: #3333331a; /* Dark background */
        border-radius: 5px; /* Rounded corners */
        text-decoration: none; /* Remove underline */
        transition: background-color 0.2s ease-in-out;
        display: inline-block; /* Make the box as big as the text */
        position: relative; /* Required for the tooltip */
    }

    a:hover {
        background-color: #55555510; /* Slightly lighter background on hover */
    }

    a:hover::after {
        content: "Näheres zu meinen Praxisräumen";
        position: absolute;
        bottom: 100%; /* Position above the link */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        font-size: 12px;
        z-index: 1;
        transition: all 0.2s ease-in-out;
    }
}

.image_button_display {
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    border: none;
    background-color: #707070;
    color: white;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.image_button_display:hover {
    background-color: #858585;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

.image_button_display:active {
    transform: scale(0.98);
    transition: all 0.2s ease-in-out;
}

.image_button_display.active {
    background-color: rgb(179, 192, 65);
    box-shadow: 0 0 10px rgb(179, 192, 65);
}

.termin {
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    border: none;
    background-color: #d1e04b;
    color: white;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.termin {
    display: block; 
    margin: 20px auto; 
    width: 50%; 
    height: 100px; 
    font-size: 30px;
}

.termin:hover {
    background-color: rgb(218, 233, 84);
    box-shadow: 0 0 30px 10px rgba(218, 233, 84, 0.1);
    transition: all 0.2s ease-in-out;
}

.termin:active {
    transform: scale(0.98);
    transition: all 0.2s ease-in-out;
}

.termin.active {
    background-color: rgb(179, 192, 65);
    box-shadow: 0 0 10px rgb(179, 192, 65);
}

.slideshow-container {
    overflow: hidden;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review {
    flex: 0 0 auto;
    width: 300px;
    overflow: hidden;
}

.reviews-container {
    display: flex;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.reviews-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}


.reviews {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    gap: 20px;
    width: max-content; /* oder eine feste Breite, falls notwendig */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.reviews::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.review img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out; /* Smooth zoom transition */
}

.review img:hover {
    transform: scale(1.7); /* Zoom auf 110% */
    cursor: pointer; /* Zeigt, dass das Bild interaktiv ist */
}

.footer_container {
    background-color: #707070;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

footer {
    background: #333;
    padding: 0px;
    text-align: center;
    color: white;
    position: relative;
    width: 100%;
}

.footerstyle {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
}

.footer-pair {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 600px;
    margin: 0px;
    padding: 0px;
}

footer ul li {
    padding: 0px;
    margin: 0px;
    text-align: center;
    flex: 1;
}

footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin: 0px;
    padding: 0px;
}

.course-container {
    gap: 20px;
    margin: 20px;
    flex-wrap: nowrap;
}

.course-text {
    width: 60%;
}

.course-image {
    width: 40%;
}

.course-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.course-container {
    border: 10px solid #d1e04b;
    padding: 20px;
    margin: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}
.course_ul {
    font-family: 'Roboto', sans-serif;
    
    padding: 20px;
    
}

.course-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
}

.divider { 
    border-top: 2px solid #d1e04b; 
    margin: 40px 0; 
}

.kurs_beschreibung { 
    font-family: 'Roboto', sans-serif; 
}

.kurs_kosten { 
    font-size: 18px; 
    margin-top: 10px; 
    font-family: 'Roboto', sans-serif; 
    font-weight: bold; 
}

.book-button {
    background-color: #d1e04b;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(209, 224, 75, 0.5);
    animation: pulse 2s infinite;
}

.book-button:hover {
    animation: none;
    box-shadow: 0 0 20px rgba(209, 224, 75, 1);
    scale: 0.95;
}

.question-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.question-block .question-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
/*
.question-block .question-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}

.question-block .question_small {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.question-block .text {
  font-size: 1em;
  line-height: 1.5;
}*/

@keyframes pulse {
    0%   {}
    50%  {scale: 0.98;}
    100% {}
}

/* Hamburger-Menü für Mobilgeräte */
.menu-toggle {
    font-size: 50px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: none;
    border: none;
}

@media (max-width: 768px) {
    header nav ul {
        display: none; /* standardmäßig verstecken */
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        width: 200px;
        padding: 10px 0;
        z-index: 998;
        border-radius: 0 10px 10px 0;
        box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    }

    header nav ul.active {
        display: flex; /* nur anzeigen, wenn aktiv */
    }

    header nav ul li {
        text-align: left;
        margin: 0;
    }

    header nav ul li a {
        text-align: left;
        padding: 12px 16px;
        width: 100%;
        font-size: large;
        border-radius: 0;
    }

    header nav ul li a:hover {
        background-color: #575757;
    }

    .course-container {
        flex-direction: column;
        align-items: center;
    }

    .course-text, .course-image {
        width: 100%;
        text-align: center;
    }

    .course-text {
        padding: 10px;
    }

  .question-block {
    flex-direction: column;
    align-items: stretch;
  }

  .question-block .question_small {
    order: 1;
}

  .question-block .question-image {
    width: 100%;
    height: auto;
    order: 2;
    margin: 10px 0;
  }

    .question-block .seperator {
        order: 4;
    }

  .question-block .text {
    font-size: 20px;
    order: 3;
  }

  .question-block .seperator2 {
        order: 5;
    }
    .content_container {
        padding: 0;
        background-color: white;
    }

    .content_container_praxis{
        padding: 0;
        background-color: white;
    }
    
    .content_container_praxis_top {
        padding: 0;
        background-color: white;
        order: 1;
    }
    
    .content_container_praxis_bottom {
        padding: 0;
        background-color: white;
        order: 2;
    }

    .content_container_praxis .text{
        padding-right: 10px;
    }

    .content_container_praxis_top .text {
        padding-right: 10px;
    }

    .content_container_praxis_bottom .text {
        padding-right: 10px;
    }

    .content_container_praxis .question_small {
        font-size: 25px;
        font-family: 'Coertschrift Romaans';
    }

    .content_container_praxis_top .question_small {
        font-size: 25px;
        font-family: 'Coertschrift Romaans';
    }

    .content_container_praxis_bottom .question_small {
        font-size: 25px;
        font-family: 'Coertschrift Romaans';
    }

    .content_container .question {
    font-size: 35px;
    padding-left: 20px;
    font-family: 'Coertschrift Romaans';
}

.logo_text_left, .logo_text_right {
        font-size: 30px;
    }

.text_container .text_below{
    line-height: 2.2;
    font-size: 20px;
    padding-right: 10px;
}

.content_container .text_below{
    line-height: 2.2;
    font-size: 20px;
    padding-right: 10px;
}

.content_container .bulletpoint li{
 padding-right: 8px;
}

.text_container .text {
    padding-right: 15px;
    padding-left: 15px;
}

  .logo_menu_container {
    display: flex;
    width: 90%;
    margin: 20px;
    align-self: center;
    flex-direction: column;
    flex-wrap: wrap;     /* damit die Bilder in die nächste Zeile umbrechen, falls nötig */
    justify-content: center;
    gap: 10px;            /* Abstand zwischen den Bildern */
    padding: 10px 0;      /* etwas Innenabstand oben/unten */
    height: auto !important;
  }

  .logo_menu_container .logo_menu {
    flex: 0 0 100%;
    width: 70%;
    height: auto;
    margin: 0;                        /* Lücken über gap regeln */
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease-in-out;
  }

  .logo_menu_container .logo_menu:hover {
    transform: none;
  }

.button {
  /* verhindert den Zeilenumbruch im Button */
  white-space: nowrap;
  /* dynamische Schriftgröße: 
     Minimum 16px, ideal 2.5% der Viewport-Breite, Maximum 30px */
  font-size: clamp(25px, 2.5vw, 40px);
  /* passe bei Bedarf noch das Padding an */
  padding: 5px 25px;
}

.termin {
  /* verhindert den Zeilenumbruch im Button */
  white-space: nowrap;
  width: 90%;
  /* dynamische Schriftgröße: 
     Minimum 16px, ideal 2.5% der Viewport-Breite, Maximum 30px */
  font-size: clamp(25px, 2.5vw, 40px);
  /* passe bei Bedarf noch das Padding an */
  padding: 0px 0px;
}

.seperator_vis {
    height: 0;
    width: 0;
    margin: 0;
    background-color: transparent;
}

    .seperator-line-mobile {
        height: 2px;
        width: 80%;
        margin: 0 auto;
        background-color: #00000059;
        border-radius: 10px;
        visibility: visible;
    }

 .container {
    flex-direction: column;
    gap: 20px; /* Abstand zwischen den untereinander gestellten Elementen */
  }

    .menu-toggle {
        display: block;
        font-size: 30px;
        cursor: pointer;
        background: none;
        border: none;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 999;
    }

 footer {
    color: #fff;
    width: 100%;
    padding: 0px 0;      /* Platz für alle Listenelemente */
    position: relative;
    z-index: 1000;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* ul der Links als Spalte: */
  .footerstyle {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;             /* Abstand zwischen jedem li */
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* jedes li füllt ganze Breite, Link padded: */
  .footerstyle .footer-pair li {
    width: auto;
    margin: 0;
  }
  .footerstyle .footer-pair li a {
    display: block;
    width: auto;
    padding: 0px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
  .footerstyle .footer-pair li a:hover {
    background: #575757;
  }
    
 .footerstyle li a.no-wrap {
  white-space: nowrap;
 }
 
.mobile_back{
    background-color: white;
}
  body, html {
    overflow-y: auto;
  }
}