@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #00CE61 !important;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
  }
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.navbar {
  background-color: transparent !important;
  padding: 1rem 2rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.navbar-solid {
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.navbar-brand img {
  height: 40px;
  transition: transform 0.3s ease;
  margin-left: 40px;
}
.navbar-brand:hover img {
  transform: scale(1.1);
}
.navbar-nav {
  flex-grow: 1;
  justify-content: center;
}
.navbar-nav .nav-link {
  color: white;
  margin: 0 1rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.nav-link-black {
  color: #000000 !important;
}
.navbar-nav .nav-link:hover {
  color: #ccc;
}
.demo-btn {
  background-color: #00CE61;
  border: none;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 25px;
  color: white !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.demo-btn:hover {
  background-color: #1c9655;
  transform: scale(1.1);
}
.demo-btn:active {
  background-color: #1c9655;
}
.hero {
  background-image: url('../images/dashboard03.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.377);*/
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  margin-top: -280px;
}
.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero .btn-primary {
  background-color: #00CE61;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  margin-right: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.hero .btn-primary:hover {
  background-color: #1c9655;
  transform: scale(1.1);
}
.hero .btn-primary:active {
  background-color: #1c9655;
}
.hero .btn-outline-light {
  border-radius: 25px;
  padding: 0.75rem 2rem;
}

.schrift01, .schrift02, .schrift03, .schrift04, .schrift05, .schrift06, .schrift07, .schrift08 {
  background-color: #ffffff;
  padding: 4rem 1rem;
  text-align: center;
  color: #000000;
}
.schrift01 {
  padding-bottom: 0;
}
.schrift01 .subtext, .schrift02 .subtext, .schrift03 .subtext, .schrift04 .subtext, .schrift05 .subtext, .schrift06 .subtext, .schrift07 .subtext, .schrift08 .subtext {
  color: #808080;
  font-size: 1rem;
  margin-bottom: 0rem;
}
.schrift01 h2, .schrift02 h2, .schrift03 h2, .schrift04 h2, .schrift05 h2, .schrift06 h2, .schrift07 h2, .schrift08 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.image-section {
  padding: 2rem 1rem;
  text-align: center;
  padding-top: 0;
}
.image-section img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.1s ease-out;
  transform-style: preserve-3d;
}

.feature-grid {
  background-color: #fafafa;
  padding: 4rem 1rem;
}
.feature-grid .container {
  max-width: 1200px;
}
.feature-box {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  min-height: 280px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.027);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-box .icon-circle {
  background-color: #00CE61;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.feature-box .icon-circle img {
  width: 30px;
  height: 30px;
}
.feature-box h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.feature-box p {
  font-size: 0.9rem;
  color: #5c5c5c;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}
.feature-box .checkmark {
  opacity: 0.6;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.benefits-grid {
  background-color: #ffffff;
  padding: 4rem 1rem;
}
.benefits-grid .container {
  max-width: 1200px;
}
.benefit-box {
  background-color: #FBFBFB;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  min-height: 250px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefit-box .icon-circle {
  background-color: #00CE61;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.benefit-box .icon-circle img {
  width: 30px;
  height: 30px;
}
.benefit-box h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.benefit-box p {
  font-size: 0.9rem;
  color: #5c5c5c;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}

.schrift04 p, .schrift05 p, .schrift06 p, .schrift07 p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.process-section {
  background-color: #fafafa;
  padding: 4rem 1rem;
}

.process-box {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  margin: 0 auto 1.5rem auto;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.027);
  max-width: 900px
}

.process-box.reverse {
  flex-direction: row-reverse;
}

.process-image {
  width: 100%;
  max-width: 180px;
  padding: 2rem;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.process-text {
  flex: 1;
  padding: 0 1.5rem;
}

.process-text h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.process-text p {
  font-size: 0.9rem;
  color: #5c5c5c;
  margin-bottom: 0;
}

.monitoring-section {
  padding: 4rem 1rem;
}

.monitoring-box {
  background-color: #FBFBFB;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.monitoring-image {
  width: 150px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 1rem auto;
}

.monitoring-content {
  text-align: left;
}

.monitoring-box h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.monitoring-box p {
  font-size: 0.9rem;
  color: #5c5c5c;
  margin-bottom: 0.5rem;
}

.space-line {
  width: 100%;
  height: 2px;
  background-color: #a8a8a8;
  margin: 0.5rem 0;
}

.learn-more {
  color: #00CE61;
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 1rem;
  display: inline-block;
  transition: color 0.3s ease;
  text-align: center;
}

.learn-more:hover {
  color: #1c9655;
}

.schrift07 {
  padding: 4rem 1rem;
  background-color: #ffffff;
}

.schrift07 .container {
  max-width: 900px;
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  text-align: center;
  min-height: 420px;
}

.blue-box {
  background-color: #00CE61;
  color: #ffffff;
}

.white-box {
  background-color: #FBFBFB;
  color: #000000;
}

.blue-box .info-text .subtext {
  color: #ebebeb;
  opacity: 1;
}

.info-image {
  width: 80px;
  height: auto;
  margin-bottom: 1rem;
}

.info-text {
  flex: 1;
  width: 100%;
}

.info-text .subtext {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

.info-text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.info-text p {
  font-size: 1rem;
  margin-bottom: 0;
}

.function-section {
  padding: 4rem 1rem;
  background-color: #f0f0f000;
  text-align: center;
}

.function-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.function-nav {
  display: flex;
  justify-content: center;
  position: relative;
  top: 2px;
  z-index: 1;
}

.function-nav .nav-item {
  margin: 0 1rem;
}

.function-nav .nav-link {
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  position: relative;
  transition: color 0.3s ease;
}

.function-nav .nav-link:hover {
  color: #00CE61;
}

.function-nav .nav-link:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #00CE61;
  bottom: -2px;
  left: 0;
}

.function-nav .nav-link.active {
  color: #00CE61;
}

.function-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #FBFBFB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  min-height: 400px;
}

.function-content img {
  width: 200px;
  height: auto;
  margin-right: 3rem;
}

.function-content .content-text {
  flex: 1;
  text-align: left;
  padding: 1rem 4rem;
}

.function-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
}

.function-content p {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 2rem;
}

.function-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.function-content ul li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.function-content ul li img {
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
}

.function-content a {
  color: #00CE61;
  text-decoration: none;
  font-size: 1rem;
}

.function-content a:hover {
  color: #1c9655;
}

.green-bar {
  width: 69%;
  height: 100px;
  border-radius: 10px;
  background-color: #00CE61;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.schrift08 {
  padding: 4rem 1rem;
  background-color: #ffffff;
}

.target-group-grid {
  margin-top: 2rem;
}

.target-box {
  background-color: #FBFBFB;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  height: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.target-image {
   width: 80px;
   height: auto;
   margin-bottom: 1rem;
   mix-blend-mode: difference;
}

.target-box h3 {
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.5rem;
}

.target-box p {
font-size: 0.9rem;
color: #5c5c5c;
margin-bottom: 0;
flex-grow: 1;
}

.schrift09 {
background-color: #ffffff;
padding: 4rem 1rem;
text-align: center;
color: #000000;
}

.schrift09 .subtext {
color: #808080;
font-size: 1rem;
margin-bottom: 0rem;
}

.schrift09 h2 {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 1rem;
line-height: 1.2;
}

.schrift09 .faq-subtext {
font-size: 1.25rem;
margin-bottom: 2rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
color: #5c5c5c;
}

.faq-section {
padding: 2rem 1rem;
background-color: #ffffff;
text-align: center;
}

.faq-container {
max-width: 800px;
margin: 0 auto;
}

.faq-box {
background-color: #fbfbfb00;
border: 1px solid #e0e0e0;
border-radius: 10px;
margin-bottom: 1rem;
overflow: hidden;
transition: all 0.3s ease;
}

.faq-question {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
cursor: pointer;
}

.faq-question h3 {
font-size: 1.25rem;
font-weight: bold;
margin: 0;
color: #333333;
}

.faq-toggle {
font-size: 1.5rem;
color: #00CE61;
transition: transform 0.3s ease;
}

.faq-box.active .faq-toggle {
transform: rotate(45deg);
}

.faq-answer {
max-height: 0;
overflow: hidden;
padding: 0 1.5rem;
transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-box.active .faq-answer {
max-height: 180px;
padding: 1.5rem;
}

.faq-answer p {
font-size: 0.9rem;
color: #5c5c5c;
margin: 0;
}

footer {
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 2rem 1rem;
  text-align: center;
  margin-top: auto;
}
.footer-top {
  background-color: #00CE61;
  height: 50px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 2rem;
}
.footer-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-column {
  flex: 1;
  min-width: 150px;
}
.footer-column h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.footer-column a {
  font-size: 0.9rem;
  color: #ccc;
  margin: 0;
  text-decoration: none;
  display: block;
}
.footer-column a:hover {
  color: #ffffff;
}
.footer-bottom {
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #ccc;
}
.footer-bottom a {
  color: #ccc;
  text-decoration: none;
  margin: 0 1rem;
}
.footer-bottom a:hover {
  color: #ffffff;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.preloader.fade-out {
  opacity: 0;
}
.preloader img {
  max-width: 250px;
  height: auto;
}
body.loaded .main-content {
  display: block;
}
body:not(.loaded) .main-content {
  display: none;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .hero .btn {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
  }
  .schrift01 .subtext, .schrift02 .subtext, .schrift03 .subtext, .schrift04 .subtext, .schrift05 .subtext, .schrift06 .subtext, .schrift07 .subtext, .schrift08 .subtext {
    font-size: 0.9rem;
  }
  .schrift01 h2, .schrift02 h2, .schrift03 h2, .schrift04 h2, .schrift05 h2, .schrift06 h2, .schrift07 h2, .schrift08 h2 {
    font-size: 1.8rem;
  }
  .image-section img {
    max-width: 100%;
  }
  .feature-box {
    margin-bottom: 1rem;
    min-height: 250px;
  }
  .benefit-box {
    margin-bottom: 1rem;
    min-height: 200px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    margin-bottom: 1rem;
  }
  .schrift04 p, .schrift05 p, .schrift06 p, .schrift07 p {
    font-size: 1rem;
  }
  .process-box {
    flex-direction: column;
    text-align: center;
  }
  .process-box.reverse {
    flex-direction: column;
  }
  .process-image {
    max-width: 200px;
    margin-bottom: 1rem;
  }
  .process-text {
    padding: 0;
  }
  .process-text h3 {
    font-size: 1.1rem;
  }
  .process-text p {
    font-size: 0.85rem;
  }
  .monitoring-box {
    min-height: 400px;
  }
  .monitoring-image {
    max-width: 120px;
  }
  .monitoring-box h3 {
    font-size: 1.1rem;
  }
  .monitoring-box p {
    font-size: 0.85rem;
  }
  .learn-more {
    font-size: 0.85rem;
  }
  .schrift07 .info-box {
    padding: 1.5rem;
  }
  .info-text h3 {
    font-size: 1.3rem;
  }
  .info-text p {
    font-size: 0.9rem;
  }
  .function-nav {
    flex-direction: column;
    align-items: center;
  }
  .function-nav .nav-item {
    margin: 0.5rem 0;
  }
  .function-content {
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    min-height: 300px;
  }
  .function-content img {
    width: 150px;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .function-content h2 {
    font-size: 1.8rem;
  }
  .function-content p {
    font-size: 1rem;
  }
  .function-content ul li {
    font-size: 0.9rem;
  }
  .function-content ul li img {
    width: 20px;
    height: 20px;
  }
  .function-content a {
    font-size: 0.9rem;
  }
  .target-box {
    min-height: 200px;
  }
  .target-image {
    width: 60px;
  }
  .target-box h3 {
    font-size: 1.1rem;
  }
  .target-box p {
    font-size: 0.85rem;
  }
  .schrift09 h2 {
    font-size: 1.8rem;
  }
.schrift09 .subtext {
font-size: 0.9rem;
}
.schrift09 .faq-subtext {
font-size: 1rem;
}
.faq-question h3 {
font-size: 1.1rem;
}
.faq-answer p {
font-size: 0.85rem;
}
.faq-box.active .faq-answer {
max-height: 300px;
}
}


    /* Impressum Section Styles */
    .impressum-section {
      padding: 8rem 2rem 4rem;
      text-align: left;
      max-width: 1200px;
      margin: 0 auto;
    }
    .impressum-section .subtext {
      color: #808080;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      margin-left: 0; /* Remove any default left margin */
      padding-left: 0; /* Remove any default padding */
    }
    .impressum-section h1 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #000000;
    }
    .impressum-section .arrow {
      width: 20px;
      height: 20px;
      margin-bottom: 1rem;
      mix-blend-mode: exclusion; /* Turns white arrow black against white background */
    }
    .impressum-section h2 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 2rem;
      margin-bottom: 1rem;
      color: #000000;
    }
    .impressum-section p {
      font-size: 1rem;
      color: #5c5c5c;
      margin-bottom: 0.5rem;
    }

    @media (max-width: 768px) {
      .impressum-section {
        padding: 6rem 1rem 2rem;
      }
      .impressum-section h1 {
        font-size: 2rem;
      }
      .impressum-section h2 {
        font-size: 1.25rem;
      }
      .impressum-section p {
        font-size: 0.9rem;
      }
    }
