/* 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;
}


  /*canvas {
    pointer-events: none;
    position: fixed; /* Fixiert das Canvas, sodass es nicht scrollt
    top: 0;
    left: 0;
    width: 100vw; /* Breite = 100% der Ansicht
    height: 100vh; /* Höhe = 100% der Ansicht
    z-index: -1; /* Canvas wird hinter dem Inhalt angezeigt
  }*/







/* Entferne unnoetige 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;
}




.trennlinie_1{
  border-top: 5px outset rgb(124, 34, 109);
  padding: 5px 10px;
  margin: 50px 80px;
}


.trennlinie_2{
  border-top: 5px outset rgb(218, 168, 83);
  padding: 3px 0;
  margin: 30px 80px;
}

.trennlinie_3{
  border-top: 5px outset #a3456b;
  padding: 3px 0;
  margin: 10px 80px;
}


.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 {
  justify-content: center;
  width: 100%;
  flex-direction: column;
  float: left;
}


figure figcaption{
  text-align: right;
  font-style: italic;
  font-size: 14px;
  color: #373737;
}


/*figure img{
width:350px;small
height: 200px;
padding: 0;
align-items: center;
text-align: center;
justify-content: center;
margin: 0 auto;
}*/

.facts_item h2{
  text-align: center !important;
  align-items: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.6rem !important;
  color: RGB(12, 166, 120) !important;
}

/* END figure - figcaption */








/* BEGIN NAVBAR */
.navbar {
  height: 350px;
  padding: 90px 10px;
  transition: all 0.4s ease;
  position: fixed;
  overflow: hidden;
  z-index: 99;
  align-items: center;
  top: 0 !important;
  left: 20px !important;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 1900px;
  color: #1e3a8a;
  }

  .navbar.visible{
    visibility: visible;
    opacity: 1;
  }



/* Logo in der Navbar */
#head_logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}


  #head_logo img {
    width: 200px;
    height: 200px;
    border: 3px inset silver;
    border-radius: 20px;
  }


  /* Menue in der Navbar */
  .menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 0;
    right: 0 ;
    float: right;
    flex: 1;
    z-index: 99;
  }

  .menu a {
    font-size: 1.8rem;
    padding: 15px 20px;
    text-decoration: none;
    color: #e5e9f0; /* Grau */
    display: flex;
    align-items: center;
    min-width:100px;
    justify-content: center;
    margin: 0 25px;
    font-weight: normal;
  }

  .menu a:hover{
    color:#868e96; /* grey */
    font-weight: bold;
  }


  /* Einstellung "Hobbies"*/
  .menu_active{
    color: white !important;
    font-weight: bold !important;
    background-color: #81a1c1;
    width: 180px;
    padding: 15px 0;
    cursor: none;
    border-radius: 20px;
  }


  .menu_active:hover{
    text-decoration: none;
    cursor: none;
  }


  .menu-icon {
    display: none; /* Falls nicht für Mobile gebraucht */
  }

  .menu.show {
    display: none;
  }




.menu a:nth-of-type(2):hover {
  font-weight: bold;
  text-decoration: none;
}


/*menubutton "Weigel IT-Consulting"*/
.menu a:nth-of-type(4){
  align-items: center;
  min-width: 400px;
}

.menu a:nth-of-type(4):hover{
  font-weight: bold;
  text-decoration: none;
}


/*menubutton "Blog"*/
.menu a:nth-of-type(5){
  align-items: center;
}

.menu a:nth-of-type(5):hover{
  font-weight: bold;
  text-decoration: none;
}


.menu a:nth-of-type(6):hover{
  font-weight: bold;
  text-decoration: none;

}





/* Geschrumpfte Navbar */
.navbar.small {
  height: 100px; /* Kleinere Navbar */
  padding: 5px;
  background-color: RGB(129, 114, 169);
  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;
}



/* 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;
}





/* 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 erhoehen */
.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);
}





/* BEGIN Seitenleiste */
#steuerung_side{
  width: 500px;
  height: auto;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}


/* Menuezeichen*/
.toggle-btn {
  font-size: 30px;
  color:  RGB(188, 238, 104);
  background-color: transparent;
  position: fixed;
  top: 35vh;
  left: 40px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  border: 8px inset silver !important;
  padding: 10px !important;
  border-radius: 20px !important;
  overflow-x:hidden;
}


.toggle-btn.visible{
  visibility: visible;
  opacity:1;
}



/* Menüzeichen (☰)
.toggle-btn:hover{
  background-color: RGB(188, 238, 104);
  color: white;

}

.toggle-btn.sidebar_active {
  border: 8px inset white !important;
  padding: 10px !important;
  border-radius: 20px !important;
  background-color: RGB(188, 238, 104) !important;
  color: white;
}*/

/* BEGIN Sidebar */
.sidebar {
  margin-top:40vh;
  margin-left: 40px;
  height: 100%;
  /*width: 0;   /* 0 da Leiste ausklappbar */
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  overflow: hidden;
  padding-top: 60px;
  z-index: 1000; /* Sicherstellen, dass die Seitenleiste immer oben ist */
  transition: left 0.5s ease;
  background: transparent;
  content: "";
  opacity: 1;
}



.sidebar a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 25px;
  color:inherit;
  display: block;
  transition: 0.3s;
  text-align: left;
}

.sidebar a:hover {
  color: #f1f1f1;
  background-color:RGBA(76, 106, 146, 0.67);
}



.sidebar a.open {
  /*  left: 0; /* Sidebar anzeigen*/
  width: 370px;
}



.sidebar a.sidebar_active {
  background-color: RGB(169, 227, 75); /* Hightlight fÃ¼r den aktiven Link */
  color:RGB(76, 106, 146);            /* grÃ¼n  */
  font-weight: bold;      /* optional: fetter Text */
  border: 8px outset RGB(76, 106, 146); /* Optional: optische Markierung am Rand */
  border-radius: 15px;
}



/* Mouseover*/
.sidebar a:hover:not(.sidebar_active) {
  background-color: RGBA(76, 106, 146, 0.67);
  color: RGB(148, 216, 45); /* gruen*/
  font-weight: bold;
  width: 100%;
  border: 8px outset RGB(148, 216, 45);
  border-radius: 15px;
}


/* Wenn die Sidebar sichtbar ist, zeige den Inhalt an*/
.sidebar.open + .main-content {
  display: block;
}



/* Allgemeine Schriftgroesse fuer alle Font Awesome Icons
/* Margin rechts anpassen */
.w3-margin-right {
  margin-right: 30px; /* Beispiel: 10px Abstand rechts */
  width: 20px; /* Breite des Icons */
  color: #373737; /* Beispiel: grÃ¼ne Farbe */
  font-size: 1.5rem;
  text-transform: lowercase !important;
}

.custom-icon {
  font-size: 2rem; /* Groesseres Icon */
  color: #373737;
  /*transition: transform 0.3s ease; /* Animationseffekt */
}

i{
  text-transform: lowercase !important;
}


/*.custom-icon:hover {
  transform: scale(1.5); /* VergrÃ¶ÃŸern des Icons bei Hover
}*/

/* END SIDEBAR */










.gcse-search {
  top: 50vh !important;
  display: block;
  flex-direction: column;
  position: relative;
  margin-top: auto !important;
  margin: 20px 0;
  width: 100%;
}
/* END Seitenleiste*/








#consultingbutton{
  display: inline-block;
  padding: 10px;
  border: 5px inset #f9d66c;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  border-radius: 15px;
  font-size: 2rem;
  cursor: pointer;
  margin: 0 5px;
  transition: transform 0.3s ease;
}


/* Stil fuer den Button beim Ãœberfahren mit der Maus */
#consultingbutton:hover {
  transform: scale(1.1); /* Vergroessern um 10% */
  color:#f9d66c;
}


/* BEGIN header */


/* Breadcrumb unter Sidebar */
.breadcrumb {
  background-color: transparent !important;
  padding: 15px 20px;
  font-size: 20px;
  border: none !important;
  opacity: 0 !important
  position: fixed;
  top: 100vh;
  left: 0;
  width: 370px;
  z-index: 8;
  display: none;

}





.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;
}




.breadcrumb li a:hover {
  text-decoration: underline;
}




/* 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;*/
}



#header{
  height: 100vh;
  flex-direction: column !important;
  opacity: 1;
  display: block;
}



/* Gestaltung Startseite*/
 #header h1{
  font-size:4rem;
  text-align: center;
  align-items: center;
  color: inherit;
  font-family: "Lumanosimo", serif;
  font-weight: bold;
  font-style: normal;
  padding: 30px;
  margin-top: -20px;
}


#header h2{
  font-size:2.5rem;
  text-align: center !important;
  color:inherit;
  font-family: inherit;
  font-optical-sizing: auto;
  font-weight: bold !important;
  margin-top: -30px;
}


#header h3{
  font-size:2rem;
  text-align: left;
  color: inherit;
  font-family:inherit;
  font-optical-sizing: auto;
  font-weight: normal;
  padding-left: 10px;
  margin-top:-2px;
  line-height: 1.5em;
}





/* Zitate*/
.slides_container {
  position: relative;
  width:100%;
  height: 300px;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: RGB(252, 140, 1);
  box-shadow: 5px 8px 10px 5px inset grey;
}


.MySlides {
  display: none;
  color: #555;
  transition: opacity 0.5s ease-in-out;
  justify-content: center;
  height: 200px !important;
  padding:10px;
}

.MySlides.active {
  display: block;
}

.MySlides h2{
  font-style: italic;
  font-weight: normal;
  text-align: center;
  justify-content: center;
  padding: 35px 20px;
  color:RGB(95, 61, 196);
  font-size: 1.5rem;
}



.author {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

/*.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination-dot {
  width: 100%;
  height: 10px;
  background: #373737;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pagination-dot.active {
  background: #007bff;
}*/



/* END #header */








/* Gestaltung Hauptbereich */




.main-content{
  position: relative;
  margin-top: 35vh !important;
  margin-left: 420px !important;
  margin-right: 200px !important;
  margin-bottom: 150px !important;
  transition: margin-left 0.5s ease;
  display: flex;
  /*border: 20px solid transparent !important ; /* Rahmen benoetigt Platz*/
  border-radius: 50px; /* Abgerundete Ecken des Rahmens*/
  box-sizing: border-box; /* Box-Sizing beruecksichtigen fuer die Berechnung der Groessee*/
  clip-path: inset(0 round 30px); /* 30px abgerundete Ecken*/
  /*border-image: url("../images/wallpaper33.png") 30 round !important;*/
  font-family: "Lumanosimo", serif;
  font-weight: 400;
  font-style: normal;
  z-index: 9;
  flex-direction: column !important;
  padding:10px 30px;
  width:1400px;
  max-height:600px;
  text-align: center;
  /*overflow-y: auto;   /* Scrollbar fuer das Dropdown bei Bedarf*/
  overflow-y: auto;
  /*flex: 1; /* Füllt den verbleibenden Platz */
  background-color: transparent !important;
}



.main-content::before {
  content: "";
  position: absolute;
  top: -20px; left: -20px; right: -20px; bottom: -20px;
  border-image: url("../images/wallpaper33.png") 30 round !important;
  border-size: cover;
  border-radius: 50px; /* Abrundung des Rahmens */
  z-index: -1; /* Hintergrund hinter den Inhalt legen */
}


.main-content h1{
  font-size:4rem;
  color: inherit important;
  font-family: "Lumanosimo", serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.main-content h2{
  font-size:2rem;
  text-align: left;
  color: #325596;
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
}


.main-content h3{
  font-size:2rem;
  text-align: center;
  color: inherit;
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
}


.main-content ul{
  font-size: 1.7rem;
  padding: 20px 0 20px -30px;
  text-align: left;
  color: RGB(51, 56, 108);
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  list-style-type: "💎";
}


.main-content ul li{
  list-style-type: "💎";
  padding: 20px 0 20px 20px;
  font-size: 1.7rem;
  text-align: left;
  color:RGB(51, 56, 108);
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
}


.main-content_image{
  width: 250px;
  height: 400px;
}


 #leistungen, #gruende, #service{
  padding: 20px 40px;
}







/* Gruende */
.animated-text {
  background: linear-gradient(45deg, #ff0000, #ff7300, #ffeb00, #47ff00, #00ffee, #2b65ff, #8000ff);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-animation 5s infinite linear;
  margin-top:-20px !important;
  font-size:3.6rem !important;
  font-weight: bold !important;
}

@keyframes gradient-animation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}








/* Serviceleistungen */
.main-content_bottom{
  display: inline;
  flex-direction: row;
}


.main_themen ul{
    list-style-type: 💎;
    padding: 0 20px 0 40px;
    text-align: left;
    font-size: 1.4rem;
  }


  .main_themen ul li{
    list-style-type: 💎;
    padding: 0 20px 10px 40px;
    font-size: 1.4rem;
  }




h1.main_themen {
  font-size: 4rem!important;
  text-align: center;
  align-items: center;
  color: rgb(124, 34, 109);
  font-family: "Lumanosimo", serif;
  font-weight: 400;
  font-style: normal;
  padding: 30px 0 20px 0;
}



h2.main_themen {
  font-size:2rem;
  text-align: center;
  color: #325596;
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: bold;
}


h3.main_themen {
  font-size:1.8rem;
  text-align: left;
  color: inherit;
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  padding: 20px;
}

h4.main_themen {
  font-size:1.8rem;
  text-align: center;
  color: inherit;
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  padding: 20px;
}



.main-content ul{
  font-size: 1.8rem;
  padding: 20px 0 20px -30px;
  text-align: left;
  color: RGB(51, 56, 108);
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  list-style-type: "💎";

}


.main-content ul li{
  list-style-type: "💎";
  padding: 20px 0 20px 20px;
  font-size: 1.7rem;
  text-align: left;
  color:RGB(51, 56, 108);
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: normal;
}


.dropdown {
  position: relative;
  display: inline-block;
  margin: 20px 10px 150px 10px; /* Abstand zwischen Buttons */

}

.btn {
  background-color: RGB(252, 217, 117);
  color: #373737;
  padding: 10px 15px;
  font-size: 1.6rem;
  border: 10px outset RGB(95, 61, 196);
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-width: 350px;
  flex: 1;
}

.btn i {
  margin-left: 15px; /* Abstand zwischen Text und Pfeil */
}

/* Dropdown-Bereich */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: RGB(192, 235, 117);
  min-width: 350px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 20px;
  overflow-y: scroll;

}

.dropdown-content a {
  color: #373737;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  text-align: left;

}

/* Mousehover Ã¼ber den Dropdown-Bereich */
.dropdown-content a:hover {
  background-color: RGB(229, 153, 247);
  border-radius: 20px;
  font-weight: bold;
}

/* Mousehover Ã¼ber den Dropdown-Bereich */
.dropdown-content a.active {
  background-color: red;
  border-radius: 20px;
  font-weight: bold;
}






/* Details-Summary-Bereich */



details {
  display: block;
  width: 100%;
  border-radius: 5px;  /* Optional: Abgerundete Ecken */
  margin-left: 20px;
  font-family: inset;
  margin-bottom: 20px;
  padding: 10px;
}




/* Standard-Pfeil entfernen fÃ¼r Webkit-Browser */

details[open] {
  background-color: RGB(216, 245, 162);
  padding: 10px; /* Statt 0*/
}



details[open] summary {
  background-color:RGB(250, 176, 5);
  color: rgb(91, 60, 119);
}

/* einzelne Kaesten*/
details summary {
  text-align: left;
  outline: none;
  border: 6px inset rgb(231, 134, 33);
  padding: 10px 20px;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
  min-width: 300px;
  background-color: RGB(134, 46, 156);
}



details summary:hover {
  background-color: #ccc;
  color: rgb(91, 60, 119);
}

/* Pfeil nach oben bei geschlossenem Zustand*/
details summary::after {
  content: "▲";
  margin-left: 10px;
  color: rgb(194, 37, 92);
  font-weight: bold;
}


/* Pfeil nach unten bei geoeffnetem Zustand*/
details[open] > summary::after {
  content: "▼";
  color: rgb(92, 124, 250);
}

/* EinrÃ¼ckung fÃ¼r Unterebenen*/
details > details {
  margin-left: 50px;
}

/* Entfernt den Standard-Pfeil und stellt sicher, dass das Ã–ffnen funktioniert */
details > summary {
  list-style: none;
  list-style: none;
  display: flex; /* Stellt sicher, dass der Text und der Pfeil korrekt ausgerichtet sind */
  align-items: center;
  justify-content: space-between; /* Optional: Pfeil am rechten Rand */
}

/* Standard-Pfeil entfernen fÃ¼r Webkit-Browser */
details > summary::-webkit-details-marker {
  display: none;
}

/* Falls `padding: 0;` das Ã–ffnen blockiert, besser entfernen oder anpassen */
details[open] {
  background-color: RGB(216, 245, 162);
  padding: 10px; /* Statt 0 */
}




details h2{
  font-size: 1.3rem;
  margin: 40px 30px 0 0;
  color: inherit;
  font-weight: bold;
  text-decoration:underline;
}

details h3{
  font-size: 1.2rem;
  margin: 10px 0;
  color: inherit;
  font-weight: normal;
}

details h4{
  font-size: 1.3rem;
  margin: 30px 0;
  color: inherit;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}


details ul{
  font-weight: bold;
  padding: 10px 20px 0 20px;
  margin: 10px 20px 0 20px;
}

details ol{
  list-style-type: circle;
  font-size: 1.1rem;
  padding: 10px 20px 0 80px;
  margin: 10px 50px 0 50px;
}



details ul li{
  list-style-type: decimal;
  font-weight: normal;
  padding: 10px 20px 0 50px;
  margin: 10px 20px 0 50px;
  font-size: 1.1rem;
}



details ol li{
  list-style-type: circle;
  font-weight: normal;
  padding: 10px 80px 0 80px;
  margin: 10px 80px 0 50px;
}


details ol ul{
  list-style-type: lower-apha;
  padding: 0px;
  margin: 0 10px 0 0 ;
  font-size: 1.1rem;
}

details ol ul li{
  list-style-type: lower-alpha;
  font-weight: normal;
  padding: 10px 20px 0 20px;
  margin: 10px 20px 0 55px;
  font-size: 1.1rem;
}


details ul ol li{
  list-style-type: circle;
  font-weight: normal;
  padding: 10px 20px 0 20px;
  margin: 10px 20px 0 55px;
  font-size: 1.1rem;
}






/* Akkordion-Bereich */
.accordion {
  border: 8px inset RGB(134, 46, 156);
  height: 70px;
  border-radius: 15px;
  box-shadow: 0 4px 6px RGB(134, 46, 156 0.76);
  background-color: RGB(192, 235, 117);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1.3rem;
  font-weight: bold;
  transition: 0.4s;
  display: block;
  outline: none;
  transition: background-color 0.3s ease;
  margin: 0;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item.panel-content{
  background-color: RGBA(216, 245, 162, 0.76);

}
.accordion-item:last-of-type {
  border-bottom: none;
}


.panel {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
  overflow: visible; /* Inhalt vollstÃ¤ndig sichtbar machen*/
  transition: all 0.3s ease;
  height: 80px;
}




/* GeÃ¶ffnetes Panel */
.accordion.active + .panel {
  display: block; /* Sichtbar machen */
}


.panel.open {
  max-height: 1000px; /* Falls JavaScript das dynamisch nicht korrekt berechnet */
}


.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}





/* Download
.btn {
background-color: DodgerBlue;
border: none;
color: white;
padding: 12px 30px;
cursor: pointer;
font-size: 20px;
}


/* Darker background on mouse-over
.btn:hover {
background-color: RoyalBlue;
}

*/













table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 3px solid #ddd;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  font-size: 1.2rem;
  height: auto;
  margin-top: 50px;
}

/* Tabellenueberschrift */
caption {
  font-weight: bold;
  color: white;
  font-size: 25px;
  background-color: rgb(190, 190, 190);
  padding: 10px; /* FÃ¼gt Abstand oben und unten hinzu */
  text-align: center; /* Zentriert die Ãœberschrift */
  display: table-caption; /* Sorgt dafÃ¼r, dass es sich wie eine TabellenÃ¼berschrift verhÃ¤lt */
  caption-side: top; /* Sicherstellen, dass es oben bleibt */
}

/*Spaltenueberschriften */
th {
  background-color: rgb(208, 195, 126);
  text-align: center;
  border-right: 1px inset rgb(120, 94, 208);
  border-left: 1px inset rgb(120, 94, 208);
  border-bottom: 2px outset rgb(242, 91, 51);
  font-weight: bold;
}

td, th {
  padding: 0.33rem 0.5rem;
  border-right: 1px inset rgb(120, 94, 208);
  border-left: 1px inset rgb(120, 94, 208);
  border-bottom: 2px outset rgb(242, 91, 51);
}

tbody {
  background-color: #eee;
}

tr:nth-of-type(even) {
  background-color: #fff;
}

td:first-child {
  font-weight: bold;
  background-color: rgba(163, 163, 163, 0.72);
  padding: 5px 0;
}

td a {
  font-weight: normal !important;
  text-decoration: none;
  text-align: center;
  color: black !important;
  font-size: 15px !important;
  padding: 5px 0;
}

td a:hover {
  text-decoration: underline !important;
  font-weight: bold !important;
}


.right_section_bottom{
  margin: 30px 0;
  padding: 20px 10px;
}



.right_section_bottom ul{
  list-style-type: none;
  padding: 0 20px 0 40px;
  text-align: left;
  font-size: 1.4rem;
}


.right_section_bottom ul li{
  list-style-type: circle;
  padding: 0 20px 10px 40px;
  font-size: 1.4rem;
}






/* Fussbereich */
/* Inhalt der 4 Spalten */
#footer{
  position: fixed;
  width: 1400px !important;
  padding: 10px 0;
  background-color: RGB(129, 114, 169); /* lila */
  font-size: 20px;
  bottom: 0;
  color: white !important;
  text-align: center;
  height: 150px;
  z-index: 9999 !important;
  float: left;
  transition: opacity 0.3s ease;  /* Sanfte Übergangseffekte */
  opacity:0;  /* Anfangs unsichtbar */
  left: 420px;
  right: 200px;
  margin-top: 200px !important;
  flex-direction: column;
  border-radius: 20px;

}

 /* 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 */
      #footertoggle-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 !important;
  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 !important;
  transition: all 0.5s ease;
}

.social-links a:hover{
  color: rgb(204, 143, 50) !important;
  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;
  color: white !important;

}

.footer_bottom ul li{
  align-items: center;
  display: inline;
  color: white !important;
}

.footer_bottom ul li a{
  color: white !important;
  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;
}

/* Seite vorwaerts */
.middle {
  background-color: transparent;
  color: white !important;
  width: 250px;
  height: 70px;
  text-decoration: none;
  padding: 5px 18px;
  font-weight: bold;
  border: 5px inset white;
  border-radius: 15px;
  margin:0 5px
}

/* Seite vorwaerts */
.middle:hover {
  text-decoration: underline;
  }



/* 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;
}


.next:active{
  background-color: RGBA(238, 190, 250, 0.76);
}

.previous:active{
  background-color: RGBA(255, 169, 77, 0.76);
}




/* Mobile Optimierung */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .col-6 {
    width: 90%; /* Spalten nehmen 90% der Breite auf mobilen Geräten ein */
    margin-bottom: 20px;
  }
}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
