/*Allgemein*/
*{
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333333;
}



/* Basis fuer html und body */
html, body {
  left: 0;
  right: 0;
  padding: 0;
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  scroll-behavior: smooth;
  scroll-padding-top: 350px; /* Falls nav 100px hoch ist */
  min-height: 100vh; /* Stellt sicher, dass die Seite die volle Hohe hat */
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background: linear-gradient(to bottom right, #eaf1f8, #ffffff);
}


body{
  overflow-x:hidden;
}




/* Entferne unnötige Scrollbar-Stile */
*::-webkit-scrollbar {
  width: 0px;
  overflow-x: hidden;

}

*::-webkit-scrollbar-track {
  background: none;
  border:none;
  overflow-x: hidden;

}

*::-webkit-scrollbar-thumb {
  background: none;
  border:none;
  overflow-x: hidden;
}



/* Icon Hand*/
.far{
  font-size:30px;
  color: black;
  margin-top: 10px;
  position: relative;
  float: right;
  bottom: 0;
  display:  rela;
  padding: 20px;
  cursor: pointer;
}

.far:hover {
  border: 5px inset black;
  padding: 20px;
  border-radius: 15px;
}

.far:before{
  content: '\f0a6';
}




/* fuer alte Browser-Versionen
header, footer, section, main {
display: block;
}
*/

/*#wrapper {
width: 100%;
height: 100vh;
margin: 0 auto;
text-align: left;
}*/



.trennlinie_1{
  border-top: 5px outset rgb(124, 34, 109);
  padding: 5px 10px;
  margin: 50px 0;
}


.trennlinie_2{
  border-top: 5px outset rgb(218, 168, 83);
  padding: 3px 0;
  margin: 30px 0;
}

.trennlinie_3{
  border-top: 5px outset #a3456b;
  padding: 3px 0;
  margin: 0;
  width: 100%;
}


.trennlinie_4{
  border-top: 6px outset rgb(68, 8, 45);
  padding: 3px 10px;
  margin: 30px 80px;
  align-items: center;
}

.trennlinie_5{
  border-top: 6px outset #522e30;
  padding: 3px 10px;
  margin: 50px 80px;
}



/* BEGIN figure - figcaption */
figure {
  /*margin-left: 400px;*/
  justify-content: center;
  width: 1400px;
  flex-direction: column;
  float: left;
}


figure figcaption{
  text-align: right;
  font-style: italic;
  font-size: 14px;
  color: black;
}


figure img{
  width: 1400px;
  height: auto;
  padding: 30px;
  align-items: center;
  justify-content: center;
}
/* END figure - figcaption */


/* Navbar Grundlayout */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #333;
  padding: 10px 20px;
  color: white;
    position: fixed;   /* fixiert die Navbar am oberen Rand */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;    /* über anderen Inhalten */
    transition: all 0.3s ease;
    height: 80px;      /* Standardhöhe */
  /*  background-color: #fff; /* Hintergrundfarbe */
  }


/* Logo */
#head_logo img {
  height: 40px;
}

/* Menü standardmäßig horizontal */
.menu {
  display: flex;
  gap: 20px;
  align-items: center;
}

.menu a {
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  transition: background 0.3s;
}

.menu a:hover,
.menu .menu_active {
  background: #444;
  border-radius: 4px;
}

/* Burger-Icon (nur mobil sichtbar) */
.menu-icon {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* Responsive Verhalten */
@media (max-width: 768px) {
  .menu {
    display: none; /* wird durch JS umgeschaltet */
    flex-direction: column;
    position: absolute;
    top: 60px; /* unter Navbar */
    right: 0;
    background: #333;
    width: 100%;
    padding: 10px 0;
  }

  .menu.show {
    display: flex;
  }

  .menu-icon {
    display: block;
  }
}



.gcse-search {
  margin-top: 55vh !important;
  display: block;
  flex-direction: column;
  position: relative;
  margin: 20px 0;
  width: 100%;
  opacity: 1;
}

/* BEGIN geschrumpfte Navbar */


/* Geschrumpfte Navbar */
.navbar.small {
  height: 100px; /* Kleinere Navbar */
  padding: 5px;
  background-color: #eaf1f8 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: height 0.3s ease, padding 0.3s ease;
  display: flex;
  align-items: center;
  width: 100%;
}


/*.navbar.small .menu{
font-size: 1.3rem;
color: white;
float: right;
display: flex;
padding: 15px 50px;
}*/


.navbar.small .menu a{
  font-size: 1.3rem;
  color: white;
  padding: 5px 10px;
}


/*.navbar {
  transition: all 0.3s ease;
  height: 80px; /* Standard
}

.navbar.small {
  height: 50px; /* Verkleinert beim Scrollen
}*/


/* menubutton "Weigel IT-Consulting"
.navbar.small .menu a:nth-of-type(4){
  align-items: center;
  min-width: 250px !important;
}

.navbar.small .menu a:nth-of-type(4):hover{
  font-weight: bold;
  text-decoration: none;
}


.navbar.small .menu .menu_active{
  color:  RGB(129, 114, 169);     /* lila */
}

/* Geschrumpftes Logo */
.navbar.small #head_logo img {
  width: 60px;
  height: 60px;
  padding-top:-200px;
}*/


.navbar.small {
  height: 50px;      /* verkleinerte Höhe beim Scrollen */
}














/* END NAVBAR */





/* BEGIN header */

#header {
  padding: 20px;
  background: #f9f9f9;
}

/* Breadcrumb */
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumb li {
  font-size: 14px;
}

.breadcrumb a {
  text-decoration: none;
  color: #0077cc;
}

/* Header-Layout */
.header_head_general {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Linke Spalte */
.header_left h1 {
  font-size: 2rem;
  margin: 0;
  line-height: 1.3;
}

/* Rechte Spalte */
.header_right img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive Regeln */
@media (max-width: 900px) {
  .header_head_general {
    flex-direction: column;     /* statt nebeneinander, jetzt untereinander */
    text-align: center;
  }

  .header_left h1 {
    font-size: 1.6rem;
  }

  .header_right {
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .header_left h1 {
    font-size: 1.3rem;
  }
}














/* mittlere Spalte - gesamter mittlerer Bereich*/
main {
  max-width: 1800px;
  height: auto;
  margin-left: 50px;
  margin-right: 50px;
  position:relative;
  display: flex;
  flex-direction: column;
}




/* BEGIN .header_main */

.main_main{
  width: 100%;
  height: auto;
  padding: 20px 0;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
  color: rgb(124, 34, 109);
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #373737;
  padding-top:20px;
}


.main_main h1{
  text-align: center;
  margin: 0;
  font-optical-sizing: auto;
  color: #373737;
  padding-top:20px;
  font-size:4rem;
  color: inherit important;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-style: normal;
}



/*.header_main h1::first-letter, .main_box_left h1::first-letter, .main_box_mitte h1::first-letter, .main_box_right h1::first-letter {
  initial-letter:6;
  color: rgb(124, 34, 109);
  font-size: 6rem;
  font-family: "Laila", serif;
  font-weight: 400;
  font-style: bold;
  text-shadow: 5px 3px 8px grey;
}*/


/*.main_main h2{
  font-size: 2rem;
  text-align: left;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #373737;
  padding: 30px;
}
*/


span{
  font-style:italic;
  text-decoration: underline;
}

/*.main_head ul{
  padding: 20px 10px 0 15px;
  margin: 0;
  color: inset;
}

.main_head ul li {
  padding: 20px;
  list-style: "-";
  margin: 0;
  color: inset;
}
*/



/*.logo_image {
  width: 280px;
  height: 280px;
  border: 5px inset silver;
  padding:20px !important;
  align-items: center !important;
  display: block;
  margin: 0 auto;
}*/


/* BEGIN - Uebersich 5 Boxen */
.dropdown-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px; /* Abstand zwischen den Blöcken */
  padding: 16px;
  opacity: 1;
}

.dropdown {
  border: 5px solid #81a1c1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  opacity: 1;

}

/* Überschrift der 5 Blöcke */
.dropdown button {
  width: 100%;
  padding: 12px;
  background: #f8f8f8;
  border: none;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  color: red !important;
}

.dropdown-content {
  display: none; /* Standard: ausgeblendet */
  flex-direction: column;
  background: red;    /*white*/
  z-index: 10000;

}

.dropdown-content a {
  padding: 10px;
  text-decoration: none;
  color: #333;
  /*border-top: 1px solid #eee;*/
}

.dropdown-content a:hover {
  background: #f0f0f0;
}

/* Beispiel: wenn .open gesetzt wird (JS) */
.dropdown.open .dropdown-content {
  display: flex;
}


/*.dropdown-box{
  display: inline-block;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}





.dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0; /* statt left: 100%
  background-color: white;
  border: 1px solid #ccc;
  min-width: 160px;
  z-index: 100;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}


.dropdown-content a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  }*/




  .btn {
    padding: 8px 12px;
    background: navy;
    color: white;
    border: none;
    cursor: pointer;
  }

  .btn:hover {
    background-color: #003366;
  }




  .dropdown:hover .dropdown-content {
    display: block;
  }

  .btn:hover, .dropdown:hover .btn {
    background-color: #0b7dda;
  }





  /*details b{
  font-size: 1.3rem !important;
  font-weight: bold;
}
*/


/*#steuerung_mitte{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;
justify-content: center;
}


/* mittlere Spalte - gesamter mittlerer Bereich
.mitte_head{
width: 100%;
height: auto;
float: left;
/*  align-items: center;
margin:50px auto;
/*  justify-content: center;
}



.mitte_head h1{
font-size: 45px;
font-weight: 400;
font-family: inherit;
font-family: "Lumanosimo", cursive;
font-style: normal;
color: rgb(124, 34, 109);
text-align: center;
padding-bottom: 30px;
}*/











.steno_main h2{
  color: rgb(74, 78, 98);
  font-size: 22px;
  text-align: left;
  text-align: center;
}

.steno_main h3{
  color: rgb(74, 78, 98);
  font-size: 20px;
  text-align: left;
  text-decoration: none;
}

.steno_main h3 a{
  color: rgb(74, 78, 98);
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}


.steno_main h4{
  color: inherit;
  font-size: 22px;
  text-align: center;
  font-variant: small-caps;
}

.steno_main ul {
  padding: 5px 30px 10px 0;
  width: 100%;
  height: auto;
  list-style-type: none;
  counter-reset: my-counter;
  margin: 10px 20px;

}

ul.steno_main li, .steno_main ul li{
  list-style: circle;
  padding: 5px 30px 10px 0;
  text-align: left;
  color: black;
}


.steno_main ol {
  list-style-type: none;
  counter-reset: my-counter;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
  height: auto;
}


.steno_main ol li{
  list-style: decimal;
  padding: 10px 20px 5px 20px;
  color: inherit;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  width: 100%;
}

.steno_main ol li:before{
  content: "(" counter(my-counter, lower-alpha) ") ";
  counter-increment: my-counter;
}





/* CSS fuer die Vorschau */
.vorschau {
  display: none;
  position: absolute;
  z-index: 1;
  margin-left: 15%;
}

.vorschau_image{
  width: 300px;
  height: 350px;
  background-color: yellow;
  /*border: 8px outset green;*/
}

/* CSS fÃ¼r den Link */
.link:hover + .vorschau {
  display: block;
  width: 300px;
  height: 350px;
  /*border: 8px ouset rgb(218, 133, 33);*/
  text-decoration: none;
  color: green;
}



.sub-block a{
  border: none;
  color: orange;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.sub-block a:hover{
  text-decoration: underline;
  color: inherit;
}


.sub-block h1{
  text-align: center !important;
  font-size: 2.5rem !important;
  font-weight: bold !important;
  color:RGB(166, 30, 77) !important;
}

.sub-block h2{
  text-align: left !important ;
  font-size: 1.5rem !important;
  font-weight: normal ;
  color: inset !important;
}

details{
  /*margin-bottom: 15px;
  display: block;
  flex-direction: column;
  padding: 15px 20px;*/
}

details summary{
  text-align: left;
  outline: none;
  transition: 0.4s;
  border: 4px inset rgb(231, 134, 33); /* orange*/
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
  background-color: #b6d9b1; /* hellgruen */
  color: #373737;
  border-radius: 15px;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
  list-style: none;
  display: flex;
  justify-content: space-between; /* Text und Pfeil trennen */
  align-items: center;
  display: flex;
  margin: 20px;
}

/* Vor dem Text: Pfeil (statt Plus) */
details summary::after {
  content: "▼"; /* Pfeil vor dem Text */
  margin-right: 10px;
  color: rgb(194, 37, 92);
  font-weight: bold;
  display: inline-block;
  transition: transform 0.3s ease; /* Rotation animieren */
}

details[open] > summary::after {
  content: "▲"; /* Pfeil nach oben bei geöffnetem Zustand */
  color: rgb(92, 124, 250);
}

/* Nach dem Text: Pfeil */
summary .arrow {
  content: "▼";
  font-size: 0.8em;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease; /* Rotation animieren */
}


/* Einrückung für Unterebenen */
details p, details details {
  margin-left: 20px;
}



/* Kapitelüberschriten */
summary.active{
  margin: 10px 0 10px 0;
  color: #373737;
  background-color: #b6d9b1; /* hellgruen */
  border-radius: 15px;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
}


summary:hover {
  background-color: #ccc;
  color: rgb(91, 60, 119);
}

summary:after {
  content: '\002B';
  color: #373737;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#stenotechniken{
  width: 100%;
  flex: 1;
  float: left;
  display: block;
  height: auto;
}



/* Stil für die Liste */


details ol {
  list-style: none; /* Entfernt das Standard-Listensymbol */
  counter-reset: custom-counter; /* Initialisiert den Zähler */
  margin-left: 20px;
  padding: 20px 40px;

}


details ol li {
  content: counter(custom-counter, lower-alpha) " "; /* entfernt bspw. die ) */
  counter-increment: custom-counter; /* Erhöht den Zähler */
  margin-bottom: 20px;
  color: green !important;
  display: inline-block !important;
  font-size: 1.3rem !important;
  margin-left: 20px;
  padding-left: 40px;
}


details ol li::before{
  content: counter(custom-counter, lower-alpha) " "; /* entfernt bspw. die ) */
  font-weight: normal;
  margin-right: 20px;

}

details ul {
  list-style-type: "-";
  padding-left: 20px; /* Einrückung der Liste */
  font-size: 20px;
  text-align: left;
}


details ul li{
  list-style-type: "-";
  padding: 0 20px 20px 20px;
  font-size: 20px;
  text-align: left;
}


details p {
  margin: 0 0 10px 20px; /* Abstand für den Text */
}


details a{
  font-weight: bold;
  text-decoration: underline;
  padding: 10px;
  margin: 20px 15px;
  color: rgb(221, 163, 77);
  font-size: 20px;
  border: 3px inset rgb(91, 60, 119); /* lila */
  border-radius: 15px;
}


details a:hover{
  text-decoration: none;
  color: rgb(91, 60, 119);
}


details a:active{
  text-decoration: none;
  color: rgb(91, 60, 119)
  background-color: rgb(175, 198, 131);
}


details h2 {
  font-size: 1.3rem !important;
  margin: 10px 0 30px 0 !important;
  color: inherit !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
}

details h2 br{
  margin-bottom: 0.5rem !important;
}





@keyframes expand {
  from {
    max-height: 0;
  }
  to {
    max-height: 100vh;
  }
}

/* Styling für das <figure>-Element */
figure {
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Styling für das <figcaption>-Element */
figcaption, cite{
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  padding: 0.5rem;
  /*  background-color: #f0f0f0;*/
  width: 100%;
  /*border-top: 1px solid #ddd;*/
}

figcaption a, cite a{
  color: inherit;
  border: none;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: normal;
}


figcaption a:hover{
  text-decoration: underline;
}



/* Optional: Styling für das Bild innerhalb von <figure>
figure img {
max-width: 100%;
height: auto;
display: block;
border-bottom: 1px solid #ddd;
}
*/


#stenobutton{
  display: inline-block;
  padding: 10px;
  border: 5px inset #f9d66c;
  color: #373737;
  text-decoration: none;
  border-radius: 15px;
  font-size: 1.3rem !important;
  font-weight: none;
  cursor: pointer;
  margin: 0 5px;
  transition: transform 0.3s ease;

}

/* Stil für den Button beim Überfahren mit der Maus */
#stenobutton:hover {
  /*transform: scale(1.1); /* Vergrößern um 10% */
  font-weight: bold;
}



#einfuehrung_button summary{
  display: inline-block;
  padding: 0 10px;
  border: none !important;
  background-color: green !important;
  color: #373737;
  text-decoration: none;
  border-radius: 15px; !important;
  font-size: 1.3rem !important;
  font-weight: none;
  cursor: pointer;
  margin: 10px 5px 0 5px;
  transition: transform 0.3s ease;
}

/* Stil für den Button beim Überfahren mit der Maus */
#einfuehrung_button summary:hover {
  /*transform: scale(1.1); /* Vergrößern um 10% */
  font-weight: bold;
}

#einfuehrung_button[open] summary {
  background-color: #2980b9; /* Hintergrundfarbe, wenn das details geöffnet ist */
}




/* Fussbereich */
/* Inhalt der 4 Spalten */



  /* Fussbereich */
  /* Inhalt der 4 Spalten */
  #footer{
    position: fixed;
    width: 100%;
    background-color: #eaf1f8 !important;
    color: #868e96 !important;
    font-size: 20px;
    bottom: 0 ;
    text-align: center;
    height: 160px;
    z-index:99;
    float: left;
    transition: opacity 0.3s ease;  /* Sanfte ÃƒÅ“bergangseffekte */
    opacity:0;  /* Anfangs unsichtbar */
    display: none;

    /*transition: max-height 0.3s ease, padding 0.3s ease;*/

  }

   /* Die Klasse, die den Footer sichtbar macht */
   #footer.show {
     opacity: 1;  /* Footer sichtbar */
   }

   #footer.hidden {
     opacity: 0;
     width: 100% !important;
     z-index: 999;
   }

   #footer.active{
     display: block;
   }

   /* Button, um den Footer ein-/auszufahren */
   .toggle-button {
     position: fixed;
     bottom: 20px;
     right: 20px;
     padding: 10px 15px;
     background-color: #c5d4e4;
     color: #eceff4 !important;
     border: 3px outset #d6e0ea;
     border-radius: 8px;
     cursor: pointer;
     z-index: 9999;
     font-size: 20px;
   }

   .toggle-button:hover {
     color: #81a1c1 !important;
     font-weight: bold;
   }


   .toggle-button.active{
     background-color:#5e81ac !important;
   }

       #footertoggle-button{
         display: none;
       opacity: 1;
   }

   /* Inhalt der 4 Spalten */
 .footer_container{
 padding-top: 5px;
 width: 100%;
 z-index: 999;
 color: #868e96 !important;
 }


 /* Spalten*/
 .footer_row{
   display: flex;
   flex-direction: row;
   padding: 0 5%;
   width: 100% !important;
   z-index: 999;
   color: #868e96 !important;
   }


   /* 1. Spalte */
   .col01{
     padding: 5px 4%;
     min-width: 440px;
     color: #868e96 !important;
     margin-left: 200px;
   }


   .MyFooter ul{
     list-style: none;
     display:  flex;
     flex-direction: column;
     text-align: left;
     color: #868e96 !important;
   }


   .MyFooter ul li{
     list-style: none;
     padding-bottom: 10px;
     float: left;
     color: #868e96 !important;
   }

   .MyFooter ul li a{
     color: #868e96 !important;
     text-decoration: none;
     font-weight: normal;
     transition: all 0.5s ease;
   }

   .MyFooter ul li a:hover{
     color: #5e81ac !important;
     text-decoration: none;
     font-weight: bold;
   }


   /* 2. Spalte */
   .col02{
     padding: 5px 6%;
     color: #868e96 !important;
   }


   .col02 h1{
     color: inherit !important;
     text-decoration: none;
     transition: all 0.5s ease;
     text-align: center;
     font-size: 19px;
     font-weight: normal;
   }


  /*.col02 h2{
    padding-top: 3px;
    color: white !important;
    text-decoration: none;
    transition: all 0.5s ease;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
  }*/





  /* 3. Spalte */
  .col03{
    padding: 5px 6%;
    color: #868e96 !important;
  }



  .col03 h1{
    color: #868e96 !important;
    text-decoration: none;
    transition: all 0.5s ease;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
  }


  .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #868e96 !important;
    transition: all 0.5s ease;
  }

  .social-links a:hover{
    color: #5e81ac !important;
    background-color: #ffffff;
    text-decoration: none;
  }





  .footer_bottom ul{
    width: calc(100% - 250px);
    float: left;
    list-style: none;
    text-align: center;
    display: inline;
    z-index: 100;
    margin-left:8%;
    /*padding: 1 auto;*/
    color: #868e96 !important;
  }


  .footer_bottom ul li{
    margin-top: 1em;
    align-items: center;
    display: inline;
    color: #868e96 !important;

  }

  .footer_bottom ul li a{
    color: #868e96 !important;
    text-decoration: none;
    font-weight: normal;

  }

  .footer_bottom ul li a:hover{
    text-decoration: none;
    font-weight: bold;
  }



  /* an den Seitenanfang springen*/
  #top {
    display: inline-block;
    padding: 10px;
    border: 5px inset #f9d66c;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
    transition: transform 0.3s ease;
  }

  #top:hover {
    font-weight: bolder;
    color:#f9d66c;
  }




  .footer_bottom ul{
  margin-top: -10px;
    padding-top: 5px;
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
    display: inline;
  }

  .footer_bottom ul li{
    align-items: center;
    display: inline;
  }

  .footer_bottom ul li a{
    color: inherit;
    text-decoration: none;
  }

  .footer_buttom ul li a:hover{
    color: #e06228;
    text-decoration: none;
  }







  .previous {
    background-color: inherit;
    color: white !important;
    width: 250px;
    height: 70px;
    text-decoration: none;
    padding: 5px 18px;
    font-weight: bold;
  }

  .previous:hover {
    background-color: inherit;
    color: #914f11;
    text-decoration: none;
    border: 5px inset #914f11;
    border-radius: 15px;
    padding: 5px 18px;
  }

  /* Seite vorwaerts */
  .next {
    background-color: inherit;
    color: white !important;
    width: 250px;
    height: 70px;
    text-decoration: none;
    padding: 5px 18px;
    font-weight: bold;
  }


  .next:hover {
    background-color: inherit;
    color: rgb(124, 34, 109);
    text-decoration: none;
    border: 5px inset rgb(124, 34, 109);
    border-radius: 15px;
    padding: 5px 18px;
  }


  .next:active{
    background-color: RGBA(238, 190, 250, 0.76);
  }

  .previous:active{
    background-color: RGBA(255, 169, 77, 0.76);
  }


  .middle{
    background-color: inherit;
    color: inherit;
    width: 250px;
    height: 70px;
    text-decoration: none;
    padding: 5px 18px;
    font-weight: bold;
    border: 5px inset RGB(51, 154, 240);
    border-radius: 15px;
    box-shadow: 5px 5px 5px 5px solid RGB(208, 235, 255);
    margin: 0 20px;
  }

  .middle:hover{
  border-radius: 15px;
  color: RGB(51, 154, 240);
  padding: 5px 18px;
  }










/* Footer Bottom */
.footer_bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
}

/* Button toggle */
#toggle-button {
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
}



/* Responsive */
@media (max-width: 900px) {
  .footer_row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer_row > div {
    margin-bottom: 15px; /* minimaler Abstand */
  }

  .footer_bottom ul {
    flex-direction: column;
    gap: 5px;
  }
}




/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other
@media screen and (max-width: 700px) {
  .main_row {
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }


  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }

  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }



  /* Responsive Design
  @media (max-width: 768px) {
  .row {
  flex-direction: column; /* Spalten untereinander anordnen
}

.steno_content, .steno_side {
flex: 1; /* Gleiche Breite
}
}
