*{
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #325596;

}



/* Basis für html und body */
html, body {
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #373737;
  scroll-behavior: smooth;
  width: 100%;
  height: auto;

/*  background-image: url("../images/wallpaper23.png");/*
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: auto;
  scroll-padding-top: 5px; /* Falls nav 100px hoch ist */
}


body{
  overflow-x:hidden;
}


canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


/*#top {
  display: block;
  height: 80px; /* Höhe der Navigation
  margin-top: -80px; /* Negativer Wert hebt es wieder nach oben
  visibility: 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 bleibt oben fixiert */
.navbar {
  top: 20px;
  padding: 10px 5px;
  align-items: center;
  transition: padding 0.3s ease; /* Übergang für die Polsterung */
  position: fixed;
  right: 30px;
  background-color: transparent;
  z-index:9999;
  left: 40px;
  justify-content: space-between;
  height: 250px;
  overflow: hidden;
  z-index:1000;
}



/* Menü in der Navbar */
.menu {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  right: 0 ;
  float: left;
  flex: 1;
  /*background-color: transparent;*/
  margin-left: 20%;
  /*margin-top: -30px;*/

}

.menu a {
  font-size: 1.8rem;
  padding:10px;
  text-decoration: none;
  color: RGB(173, 181, 189); /* Grau */
  display: inline; /* Menü steht nebeneinander */
  align-items: center;
  min-width:280px;
  justify-content: center;
  margin: 0 45px;
}



.menu a:hover{
  color: #373737; /* grey */
  font-weight: bold;
}



/* Einstellung "Hobbies"*/
.menu .active{
  color: black;
  font-weight: bold;
  background-color: RGB(211, 255, 206); /* mintgruen */
  width: 190px;
  padding: 15px 0;
  margin-left: 80px;
}

.menu .active:hover{
  text-decoration: none;
  cursor: none;
}



.menu.show {
  display: none;
}



/* menubutton "Weigel IT-Consulting" */
.menu a:nth-of-type(4){
  align-items: center;
  min-width: 800px;
}



.menu-icon {
  display: none; /* Falls nicht für Mobile gebraucht */
  display: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9999;
}






/* Logo Styles */
#head_logo {
  display: flex;
  align-items: center;
  z-index: 9999 !important;
  overflow: visible;
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 9999 !important;
}

#head_logo img {
  width: 150px;
  height: 150px;
  border: 3px inset silver;
  margin-top:20px;
  align-items: center;
  cursor: pointer;
}







/* Geschrumpfte Navbar */
.navbar.small {
  height: 80px;
  padding: 10px;
  background-color: RGB(129, 114, 169);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
}


.navbar.small .menu a{
  font-size: 1.3rem;
  color: white;
  padding: 5px 10px;
}


.navbar.small .menu .active{
  color:  RGB(129, 114, 169);     /* lila */
}

/* Geschrumpftes Logo */
.navbar.small #head_logo img {
  width: 50px;
  height: 50px;
  margin-top: -40px;
}

/* Hamburger Menu Styles */
.menu-button-container {
  display: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-button {
  width: 30px;
  height: 4px;
  background-color: white;
  border-radius: 2px;
  position: relative;
  transition: transform 0.3s ease;
}
/* Abstand zwischen den Strichen erhöhen */
.menu-button::before {
  top: -8px;
}

.menu-button::after {
  top: 8px;
}

/* Hamburger Button Animation */
#menu-toggle {
  display: none;
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background-color: transparent;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  transform: rotate(-45deg);
}





/* Breadcrumb unter Sidebar */
.breadcrumb {
  background-color: transparent !important;
  padding: 15px 20px;
  font-size: 20px;
  border: none !important;
  opacity: 1 !important
  position: absolute;
  top: 130vh;
  left: 0;
  width: 370px;
  z-index: 8;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

/* Gestaltung Links */
.breadcrumb ul li {
  color: rgb(124, 34, 109);
  font-size: 20px;
  padding: 10px 5px;
  border: none !important;
  background: transparent !important;
  padding: 10px 5px;
}


.breadcrumb li + li:before {
  content: ">>";
  margin: 0 10px;
  color: rgb(124, 34, 109);
}

/* Gestaltung Links */
.breadcrumb ul li a {
  text-decoration: none;
  color: rgb(124, 34, 109);
  font-size: 20px;
  padding: 0 5px;
  border: none !important;
  background: transparent !important;
}


/* Hover-Effekt */
.breadcrumb ul li a:hover {
  text-decoration: underline;
  padding-bottom: 15px;
  border-radius:15px;
  border: none !important;
  background: transparent !important;
}


/* Gestaltung von >>*/
.breadcrumb ul li + li:before {
  margin: 0 10px 0 5px ;
  content: ">>";
  font-size: 20px;
  font-weight: normal;
  color: rgb(124, 34, 109);
  display: inline-flex;
  flex-direction: row;
  background-color: transparent !important;
  /*margin: 0 8px;*/
}
/* END "Sidebar" */


/* BEGIN #header */
#header{
  margin-top:300px !important;
  left:250px;
  right: 250px;
  display: flex;
  border: 20px solid transparent !important ; /* Rahmen benoetigt Platz*/
  border-image: url("../images/wallpaper32.png") 30 round !important;
  position: relative;
  font-family: "Lumanosimo", serif;
  font-weight: 400;
  font-style: normal;
  z-index: 10;
  flex-direction: column;
  padding:50px 10px;
  width: 100%;
  height: 600px;
  max-width: 1420px;
  clip-path: inset(0 round 30px); /* 30px abgerundete Ecken */
  text-align: center;
}

.header_head{
  width: 100%;
  height: auto;
  margin: 0 !important;
  flex-direction: row;
}


.header_left{
  float: left;
  flex-direction: column;
  margin: 5% 20px;
  width: 50%;
}



.header_left h1{
  font-size:4rem;
  text-align: center;
  color: rgb(124, 34, 109);
  font-family: "Lumanosimo", serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 30px;
}

.header_right{
  float: right;
  flex-direction: column;
  width: 50%;
  margin: 5% 20px;

}

.image-container {
    position: relative;
    display: inline-block;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 25px 30px #5F4678; /* Gleichmäßiger Schatten */
    border-radius: 20px;
}

.image-container img {
    width: 300px;
    height: 400px;
    display: block;
    max-width: 100%;
    border-radius: 20px;
}





/* BEGIN .header_main */

.header_main{
  width: 100%;
  height: auto;
  padding: 20px;
  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;
}


.header_main h1{
  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;
}



.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;
}


.header_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;
}













/* mittlere Spalte - gesamter mittlerer Bereich*/
main {
  width: 1400px;
  height: auto;
  margin-left: 400px;
  margin-right: 200px;
  position:relative;
  display: flex;
  flex-direction: column;
}



.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;
    }



  #stenoeinfuehrung_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 */
  #stenoeinfuehrung_button summary:hover {
    /*transform: scale(1.1); /* Vergrößern um 10% */
    font-weight: bold;
  }

#stenoeinfuehrung_button[open] summary {
    background-color: #2980b9; /* Hintergrundfarbe, wenn das details geöffnet ist */
  }



















  /* Fussbereich */
  /* Inhalt der 4 Spalten */
  #footer{
    position: fixed;
    width: 1300px !important;
    padding: 10px 0;
    background-color: RGB(129, 114, 169); /* lila */
    font-size: 20px;
    bottom: 0;
    color: white !important;
    text-align: center;
    height: 140px;
    z-index: 9999 !important;
    float: left;
    transition: opacity 0.3s ease;  /* Sanfte Übergangseffekte */
    opacity:0;  /* Anfangs unsichtbar */
    left: 420px;
    right: 200px;
    flex-direction: column;
  }

   /* Die Klasse, die den Footer sichtbar macht */
   #footer.show {
     opacity: 1;  /* Footer sichtbar */
   }

   #footer.hidden {
     opacity: 0;
     width: 100% !important;
     z-index: 999;
   }


      /* Button, um den Footer ein-/auszufahren */
      .toggle-button {
        position: fixed;
        bottom: 0px;
        right: 40px;
        padding: 8px 15px;
        background: #f04;
        color: white !important;
        border: 5px outset white;
        cursor: pointer;
        border-radius: 20px;
        z-index: 9999 !important;
      }

          /* Button, um den Footer ein-/auszufahren */
        #toggle-button {
      display: none;
      overflow: hidden;
          }



  .footer_container{
    width:100%;
    margin: 0;
    color: white !important;
  }




  /* Spalten*/
  .footer_row{
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
    flex: 1;
    margin-left: 50px;
    margin-right: 50px;
  }




  /* 1. Spalte*/
  .col01{
    padding: 0 30px;
    min-width: 380px;
  }




  .MyFooter ul{
    list-style: none;
    display:  flex;
    flex-direction: column;
    text-align: left;
  }


  .MyFooter ul li{
    list-style: none;
    padding-bottom: 10px;
    float: left;
  }

  .MyFooter ul li a{
    color: white;
    text-decoration: none;
    font-weight: none;
    transition: all 0.5s ease;
  }

  .MyFooter ul li a:hover{
    color: rgb(204, 143, 50);
    text-decoration: none;
    font-weight: bold;
  }

  /* 2. Spalte */
  .col02{
    padding: 0 10px;
    min-width: 400px;

    }


  .col02 h1{
    color: white !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: 0 10px;
    width: 450px !important;
  }

  .col03 h1{
    color: white !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: white;
    transition: all 0.5s ease;
  }

  .social-links a:hover{
    color: rgb(204, 143, 50);
    background-color: #ffffff;
    text-decoration: none;
  }






  .footer_bottom ul{
  margin-top: -10px;
    padding-top: 15px;
    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;
  }



  /* 2. Spalte */
  .col02{
    padding: 0 10px;
    min-width: 450px;

  }


  .col02 h1{
    color: white !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: 0 10px;
    min-width: 450px;

  }

  .col03 h1{
    color: white !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: white !important;
    transition: all 0.5s ease;
  }



  .social-links a:hover{
    color: rgb(204, 143, 50);
    background-color: #ffffff;
    text-decoration: none;
  }





  /* 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;
  }




  /* 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 */
        }
    }
