.produkte-sidescroll .item {padding: 3rem;}
.produkt-title .produkt-title-2 {margin-left: 129px;}
.produkt-title .produkt-title-3 {margin-left: 281px;}

 .post-qoute {
    position: relative;
    padding: 40px;
    padding-left: 120px;
    background: #141414;
  }
  
   .post-qoute h6 {
    position: relative;
  }
  
   .post-qoute h6:before {
    content: '“';
    position: absolute;
    top: 80px;
    left: -100px;
    font-size: 180px;
    font-family: Poppins;
    line-height: 0;
  }
   .post-qoute {
    padding: 30px 15px;
  }
   .post-qoute h6:before {
    position: relative;
    left: 0;
  }
   .post-qoute .l-block {
    margin-top: 30px;
  }

  section.blog h6 {color: #ed7d41;}

  section.blog .main-post .post-qoute h6 {color: white;}

  .services-box .item {border: 1px solid rgba(255, 255, 255, 0.05);}
  .accordion-section .contact-container {background-color: #141414}

  .main-post .post-qoute {background: #f4f4f40d;}
  .logo-footer img {max-width: 200px;}


  /* Leistungen Boxen */
  .leistung-box {background: #f4f4f40d;padding: 0px 20px 20px 20px; min-height: 100%;}
  .lotti-icon > .lottie-animation {width: 200px;margin-left: auto;margin-right: auto;}
  .lotti-col {margin-top: 25px !important;}
  .leistugen-text {text-align: left;}

  .sub-title.bord {border-radius: 0;}
  #particles-js {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
  }
  section.about {position: relative; z-index: 2;}

  .leistung-box {
    background: #f4f4f40d;
    padding: 20px;
    min-height: 100%;
    position: relative;
    overflow: hidden; /* Verhindert, dass der Textblock über den Rand hinausgeht */
}

.lotti-icon > .lottie-animation {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.lotti-col {
    margin-top: 25px !important;
}

.leistungen-text {
    text-align: left;
}

.hover-text {
    position: absolute;
    bottom: -150%; /* Startet außerhalb des sichtbaren Bereichs */
    left: 0;
    width: 100%;
    background: rgb(9, 43, 59); /* Semi-transparenter Hintergrund */
    color: white;
    padding: 20px;
    transition: bottom 0.8s ease-in-out;
    height: 100%;
    border: solid #fff6 1px;
}
.hover-text p {font-size: 15px;}

.leistung-box.active .hover-text {
  bottom: 0; /* Oder die entsprechende Position für den sichtbaren Zustand */
}
.leistung-box:hover
{
  cursor: pointer;
}
.hover-this .hover-anim {pointer-events: auto;}

/* Kernaufgaben */
.row.kernaufgaben {display: flex; align-items: center;}
.row.kernaufgaben .col-lg-6 {margin-top: 50px;}
.titel-about-main {font-size: 3.2vw;text-transform: uppercase;}
.icon-text-box {display: flex;}
.icon-text-box img.icon-img {max-width: 100px; margin-right: 25px;align-self: center;}
.icon-text-box p {margin-top: auto; margin-bottom: auto;font-size: 25px; }
.icon-text-box p span {font-size: 15px;}

/* Impressum */
.Impressum-Text{
  margin-top: 230px;
  h1{margin-bottom: 30px;}
  .h5{margin-top: 15px;}
  p {margin-bottom: 10px;}
}

/* Datenschutz */ 
.container.datenschutz{margin-top: 200px;
  .datenschutz-text{
      h1, h2, h3, h4 {margin-top: 20px; margin-bottom: 20px;}
  }
  strong {font-weight: bold;}
  p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  a {text-decoration: underline;}
  }
  .datenschutz-text ul li {margin-bottom: 5px;list-style: disc; font-size: 16px;    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #ddd;}
  h5 {margin-top: 25px; margin-bottom: 35px;}