/*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;
}





.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 */







/* 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';
}


.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;
}



/* 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;
  }
}



/* 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 */
}



.gcse-search {
  margin-top: 55vh !important;
  display: block;
  flex-direction: column;
  position: relative;
  margin: 20px 0;
  width: 100%;
  opacity: 1;
}









.header{
  width: 100%;
  height: 250px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  margin:0;
  top: 0;
}



/* Logo in der Nav*/

#head_logo img{
  width: 180px;
  height: 180px;
  padding: 10px;
  margin:30px 60px;
  border: 3px inset silver;
  float: left;
}

#head_logo img:hover{
  border: 3px inset rgb(138, 93, 25);
}






/* Rechter Teil der Nav-Leiste*/
#head_nav_leiste_right{
  width:1400px;
  height: auto;
  display: block;
  float: right;
  flex: 1;
  justify-content: center;
  margin-left: 8%;

}



/* BEGIN Navigationsleiste II */
.head_nav{
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: auto;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
  float: left;
  overflow: visible;
flex: 1;
}



.menu {
  overflow: visible;
  display: inline-flex;
  flex-direction: row;
  padding: 20px;
  flex: 1;
  float: left;
width: 100%;
}

.menu a {
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: normal;
  color: #aaaaaa;
margin-top: 20px;
min-width: 290px;
}

.menu a:nth-of-type(4){
width: 280px;
}


.menu a:hover{
  color: #373737;
  font-weight: bold;
}

.menu .active{
  color: white;
  font-weight: bold;
  background-color: #555;
}



.menu .active:hover{
  color: white;
  font-weight: bold;
  text-decoration: none;
}


.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}





/* Hamburger Zeichen */
#menu-toggle {
  display: none;
}

/* Positionierung Hamburger Zeichen */
.menu-button, .menu-button::before, .menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 60px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0); /* weiss - transparent */
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}




/* BEGIN Seitenleiste */


#steuerung_side{
  top: 40vh;
width: 350px;
 height: auto;
 margin-right: 20px;
 margin-bottom: 20px;
 padding: 10px;
 position: fixed;
 display: block;
 flex-direction: column;
}




/* BEGIN Seitenleiste */
.sidebar{
 left: 0;
 width: 100%;
 margin: 0 20px;
 height: auto;
 padding: 5px ;
 display: block;
 background-color: white;
 box-shadow: 3px 3px 3px  4px #373737;
 overflow: auto;
 bottom: 210px;
 border-radius: 15px;
}

.sidebar a{
 display: block;
 padding: 18px;
 text-decoration: none;
 text-align: left;
 font-size: 20px;
 color: inherit;
}

/* Persoenliches */
.sidebar a.active {
 background-color: #373737;
 color: white;
 font-weight: bold;
 font-size: 24px;
}

/* Mouseover */
.sidebar a:hover:not(.active) {
 background-color: white;
 color: inherit;
 font-weight: bold;
}












/* BEGIN BREADCRUMB */
.breadcrumb {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  float: left;
  padding: 0;
  background-color: inherit;
}

.breadcrumb ul{
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  background-color: inherit;
}

.breadcrumb ul li{
  list-style: none;
  padding: 20px 0 10px 0;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: bold;
  background-color: inherit;
  margin-left: 5px;
}


.breadcrumb ul li a {
  color: inherit;
  text-decoration: none
  font-size: 16px;
  font-weight: normal;
  background-color: inherit;
  padding: 0 2px;
}


.breadcrumb ul li a:hover{
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

/* Gestaltung von > */
.breadcrumb ul li + li:before {
  padding-right: 5px;
  content: ">>";
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  display: inline-flex;
  flex-direction: row;
  background-color: inherit;
}
/* END Seitenleiste */










/*BEGINN head*/


.head_head{
  display: inline-flex;
  flex-direction: row;
  width: 1400px;
  height: auto;
  margin-top: -50px;
  margin-left: 400px;
  border: 20px solid transparent ; /* Rahmen benötigt Platz*/
  border-image: url(../../../images/wallpaper/wallpaper120.png) 30 round; /* Wellen-Bild als Rahmen */
}

.head_left{
  flex:1 0 0 60%;
  width: 60%;
  margin: 0;
  padding: 20px;
}


.head_left h1{
  font-size:4rem;
  font-weight: 400;
  text-align: center;
  color: rgb(124, 34, 109);
  font-family: "Lumanosimo", cursive;
  justify-content: center;
  margin: 25% auto;
}


.head_right{
  flex:1 0 0 40%;
  width: 40%;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.head_right img{
  width: 440px;
  height:440px;
  margin: 30px 0;
}


.head_bottom h1{
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
  color: rgb(124, 34, 109);
}






.head_main{
  width: 1400px;
  height: auto;
  margin: 20px 0 20px 400px;
  float: left;
  background-image: url(../../../images/wallpaper/wallpaper123.png);/* lila */
  background-attachment: fixed;
  background-size: 100% 100%;
    justify-content: center; /* Zentriert horizontal */
    /*align-items: center; /* Zentriert vertikal (optional) */
    text-align: center;
  }

.head_main h1{
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  color: inset;
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  margin: 20px 0;
}

b{
  font-weight: bold;
}




.head_main h1::first-letter, .philosophie 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;
}


.head_main h2{
  text-align: left;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  color: #373737;
  padding: 30px;
}









/* mittlere Spalte - gesamter mittlerer Bereich*/
main {
 width: 1400px;
 height: auto;
 margin: 120px 0 20px 400px;
 padding: 0;
 font-family: "Laila", serif;
 font-weight: 400;
 font-style: normal;
 float: left;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



  main h2{
   font-size: 1.3rem;
   padding: 30px 0;
   text-align: center;
   font-family: inherit;
   font-style: normal;
   color: inherit;
   text-decoration: underline;
  }


.main_main{
width:  1400px
height: auto;
margin: 20px 10px;
padding: 10px;
}




    /* Gestaltung summary-Zeile - Klappbare Elemente --- */
    details {
      background-color: RGB(208, 191, 255); /* lila */
      padding: 20px 10px;
      margin-top: 8px;
      border: 8px inset #ddd; /* grey */
      border-radius: 15px;
      transition: all 0.3s ease-in-out;
      font-weight: bold;
      font-size: 1.5rem;
      width: 100%;
    }

/* Aufklappbare Zeile */
    details summary{
      text-align: left;
      outline: none;
      transition: 0.4s;
      padding:20px;
      width: 100%;
      background-color: #b6d9b1; /* hellgruen */
      color: #373737;
      border: 8px inset rgb(231, 134, 33); /* orange*/
      border-radius: 15px;
      cursor: pointer;
      font-size: 1.6rem;
      font-weight: bold;
      margin: 10px 0;
      list-style: none;
      justify-content: space-between; /* Text und Pfeil trennen */
      align-items: center;
      display: flex;
      margin: 20px 0;
    }

     /* Kapitelüberschriten*/
     summary.active{
       margin: 10px 0;
       background-color:red; /* hellgruen*/
       border-radius: 15px;
       cursor: pointer;
       font-size: 1.36rem;
       font-weight: bold;
     }





 /* Effekt bei Mouseover der summary-Inhalte*/
     details summary:hover {
         color: rgb(91, 60, 119);
   }





    /* 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 > details {
        margin-left:20px;
        margin-right: 20px;
    }

    details h2{
       font-size: 1.9rem;
       margin-left: 20px;
       padding: 50px 0 40px 30px;
       color: white;
       font-weight: bold;
       text-decoration:underline;
       }

     details h3{
         font-size: 1.6rem;
         margin: 0  20px;
         padding: 10px;
         color: white;
         font-weight: normal;
         text-align: left;
    }

details a{
  text-decoration: none;
  text-align: left;
  padding: 20px 10px;
  margin: 0;
  color: white;
  font-size: 1.6rem;
  font-weight: normal;
}






    details ol {
      color: white;
      list-style-position: outside; /* Zahl/Buchstabe bleibt linksbündig */
      padding-left: 0; /* Entfernt Standard-Einrückung */
      margin-left: 10px; /* Setzt Liste ganz an den Rand */
      list-style: none; /* Standard-Nummerierung deaktivieren */
      counter-reset: list-counter; /* Zähler zurücksetzen */
      font-weight: normal;
    }

      details ol li {
  padding-left: 50px;  /* Erhöht den Abstand zwischen Marker und Text */
  text-indent: -30px;   /* Zieht nur die erste Zeile nach links */
  margin-left: 20px;    /* Verschiebt die gesamte erste Zeile nach rechts */
  color: white;
  counter-increment: list-counter; /* Zähler erhöhen */
}


    details ol li::before {
      content: counter(list-counter, lower-alpha) ") "; /* a) b) c) */
      color: white;
      font-weight: normal;
      position: relative;
      left: -20px; /* Verschiebt den Buchstaben nach links */
    }




    details ul {
      color: white;
      list-style-position: outside; /* Zahl/Buchstabe bleibt linksbündig */
      padding-left: 0; /* Entfernt Standard-Einrückung */
      margin-left: 0; /* Setzt Liste ganz an den Rand */
    }

    details ul li {
      padding-left: 30px; /* Abstand zwischen Marker (Zahl/Buchstabe) und Text */
      text-indent: -30px; /* Zieht die Zahl/Buchstabe zurück nach links */
      color: white;
      list-style: circle;
      font-weight: normal;
    }




span{
  color: white;
  font-weight: normal;
}











    /* --- Button-Leiste --- */
    .it_main {
      flex-wrap: wrap;
      justify-content: center;
width: 1400px;
display: flex;
    margin: 0;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    gap: 10px; /* Abstand zwischen den Buttons */

  }





/* Bereich mit Text */
    .it_button {
      text-decoration: none;
      flex:1;
    min-width:250px;
      height: 80px;
      border: 8px inset RGB(134, 46, 156);
      border-radius: 15px;
      box-shadow: 0 4px 6px RGB(134, 46, 156 0.76);
      background-color: RGB(192, 235, 117);
      color: #373737;
      cursor: pointer;
      padding: 20px 30px;
      outline: none;
      font-size: 1.3rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none;
     transition: background-color 0.3s ease;
    margin:1 auto;
    }














    .it_button:hover {
      background:RGBA(224, 129, 25, 0.76);
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

.it_button a{
  text-align: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 30px;
  margin: 1 auto;
}





    /* Bereich mit Text */
        .tv_button {
          text-decoration: none;
          flex:1;
          width:250px;
          height: 80px;
          border: 8px inset RGB(134, 46, 156);
          border-radius: 15px;
          box-shadow: 0 4px 6px RGB(134, 46, 156 0.76);
          background-color: RGB(192, 235, 117);
          color: #373737;
          cursor: pointer;
          padding: 20px 30px;
          outline: none;
          font-size: 1.3rem;
          font-weight: bold;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          outline: none;
         transition: background-color 0.3s ease;
        margin: 0 20px;
        }

        .tv_button:hover {
          text-decoration: underline;
          background-color: RGB(238, 190, 250);
          transform: scale(1.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }



details a{
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}


details a:hover{
  text-decoration: underline;
  background-color: RGB(238, 190, 250);
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.grundstellung{
  margin: 20px 0;
  padding: 20px;
  border: 10px inset green;
  border-radius: 15px;
  box-shadow: 5px 8 x 3px 8px solid RGB(155, 27, 48);
}



.grundstellung h2{
    font-size: 1.8rem;
    margin: 0  20px;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}


.grundstellung img{
  width: 700px;
  height: 400px;
  margin-left: 22%;
  align-items: center;
  justify-content: center;

}















    /* --- Inhalte (werden standardmäßig versteckt) --- */
    .content-section {
      width: 100%;
      display: none;
      padding: 15px;
      border: 8px solid #ddd;
      border-radius: 10px;
      background-color: #f8f9fa;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      animation: fadeIn 0.4s ease-in-out;
    }











    /* --- Animation für sanftes Einblenden --- */
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(-5px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* --- Responsive Design für kleinere Bildschirme --- */
    @media (max-width: 600px) {
      .it_main {
        flex-direction: column;
        align-items: center;
      }

      .it_button {
        width: 80%;
        text-align: center;
      }
    }
















  /* 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;
    display: block;
   outline: none;
   transition: background-color 0.3s ease;
    transition: 0.3s;
             margin-top: 5px;
  }

  .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;
  }

  .accordion.active {
      background-color: #ccc;
  }

  .panel {
    padding: 10px; /* Kein Padding im geschlossenen Zustand
    display: none; /* Standardmäßig nicht sichtbar
    overflow: visible; /* Inhalt vollständig sichtbar machen
     transition: all 0.3s ease;
     height: 80px;
    border-left: 2px solid #007BFF;
    margin-bottom: 5px;
  }

  /* 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";
    /* Akkordion-Bereich
  }










/* Fussbereich */
/* Inhalt der drei Spalten */
footer{
  padding: 30px 0 10px 0;
  float:  left;
  background: RGBA(229, 219, 255, 0.76);
  font-size: 20px;
  position: relative;
  bottom: 0;
  width: 1400px;
  color: inherit;
  text-align: center;
  margin-left: 400px;
  margin-top: 5%;
}

.container{
  width: 100%;
  margin:0 auto;
}

/* Spalten*/
.row{
  display: flex;
  flex-wrap: wrap;
}



/* 1. Spalte */
.col01{
  width: 28%;
  padding: 0 50px;
}

.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: inherit;
  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{
  width: 23%;
  padding: 0 15px;
}


.col02 h1{
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
}





/* 3. Spalte */
.col03{
  width: 23%;
  padding: 0 15px;
}

.col03 h1{
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
}


/* 4. Spalte */
.col04{
  width: 25%;
  padding: 0 15px;
}


.col04 h4{
  color: inherit;
  text-align: center;
  font-size: 20px;
  padding-bottom: 5px;
}






.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: inherit;
  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-button {
  display: inline-block;
  padding: 10px;
  border: 5px inset #f9d66c;
  color: #373737;
  text-decoration: none;
    border-radius: 15px;
  font-size: 22px;
  cursor: pointer;
  margin: 0 5px;
  transition: transform 0.3s ease;
}

#top-button:hover {
  /*color: rgb(210, 141, 48);*/
  font-weight: bolder;
  /*text-decoration: none;*/
  padding: 5px;
  transform: scale(1.1); /* Vergrößern um 10% */
  color:#373737;
text-decoration: underline #f9d66c;
}


ul.footer_bottom{
  padding: 10px 0;
  width: 100%;
  /*margin-top: 10px;*/
  float: left;
  list-style: none;
  text-align: center;
  display: inline;
}

ul.footer_bottom  li{
  margin-top: 1em;
  align-items: center;
  display: inline;
}

ul.footer_bottom li a{
  color: inherit;
  text-decoration: none;
}

ul.footer_buttom li a:hover{
  color: #e06228;
  text-decoration: none;
}








.previous {
  background-color: inherit;
  color: inherit;
  width: 250px;
  height: 70px;
  text-decoration: none;
  padding: 5px 18px;
  font-weight: bold;
  border-radius: 15px;
  border: none;
}

.previous:hover {
  color: #914f11;
  border: 5px inset #914f11;
  border-radius: 15px;
  padding: 5px 18px;

}

.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;
}



/* Seite vorwaerts */
.next {
  background-color: inherit;
  color:inherit;
  width: 250px;
  height: 70px;
  text-decoration: none;
  padding: 5px 18px;
  font-weight: bold;
  border-radius: 15px;
}


.next:hover {
  color: rgb(124, 34, 109);
  border: 5px inset rgb(124, 34, 109);
  border-radius: 15px;
  padding: 5px 18px;
}
