* { margin: 0; padding: 0; box-sizing: border-box; }

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

body {
        font-family: 'Montserrat', sans-serif;
        background-color: #F5F5F5;
        color: #333;
        line-height: 1.6;
        scroll-behavior: smooth;
        position: relative;
      }

body {
        font-family: 'Montserrat', sans-serif;
        background-color: #f5f5f5;
        color: #333;
        line-height: 1.6;
        scroll-behavior: smooth;
        position: relative;
      }

body {
      font-family: 'Montserrat', sans-serif;
      background: #f5f5f5;
      color: #333;
      line-height: 1.6;
      scroll-behavior: smooth;
      padding-top: 130px;
    }

body {
        font-family: 'Montserrat', sans-serif;
        background-color: #F5F5F5;
        color: #333;
        line-height: 1.6;
        scroll-behavior: smooth;
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
      }

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#particles-js {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
      }

#particles-js { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

/* Tagmodus: pinke Partikel */

#particles-js.light {
  --particle-color: #ff0066;
}

#particles-js.light {
        --particle-color: #ff0066;
      }

/* Nachtmodus: cyan-blaue Partikel */

#particles-js.dark {
  --particle-color: #00f0ff;
}

#particles-js.dark {
        --particle-color: #00f0ff;
      }

header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        padding: 2rem 1rem;
        background-color: #A25464;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      }

header.hide { top: -150px; }

.slogan {
  font-size: 0.85rem;
  font-weight: 400;
  color: #F5F5F5;
  line-height: 1.3;
  margin-left: 0.5rem;
  margin-top: 3rem; /* Abstand zum Logo */
  transition: all 0.3s ease;
}


.logo-default {
        max-width: 180px;
        position: relative;
        opacity: 1;
      }

.logo-default {
  max-width: 180px;
  height: auto;
  transition: all 0.3s ease;
  opacity: 1;
}

.logo-default {
        max-width: 180px;
        height: auto;
        transition: all 0.3s ease;
        opacity: 1;
      }

.logo-area {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}


.logo-wrapper {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.logo-wrapper {
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
      }

.logo-wrapper { display: flex; align-items: center; }

/* Boctec-Logo fix unverändert lassen */

.nav a .logo {
  filter: none !important;
  transition: none !important;
}

.logo-wrapper img {
  max-width: 180px;
  height: auto;
  transition: all 0.3s ease;
}

.logo-wrapper img {
        max-width: 180px;
        height: auto;
        transition: all 0.3s ease;
      }

.nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
      }

.nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
      }

.nav {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

.nav-menu {
        display: flex;
        align-items: center;
      }

.nav-menu { display: flex; align-items: center; }

.nav a {
        color: #f5f5f5;
        text-decoration: none;
        margin-left: 1.5rem;
        font-weight: 600;
        transition: color 0.3s ease, transform 0.3s ease;
      }

.nav a:hover {
        color: #333333;
        transform: translateY(-2px);
      }

.nav a:hover { color: #333; }

.nav a:hover {
        color: #333;
        transform: translateY(-2px);
      }

.nav a img:hover {
  filter: brightness(1.5);
  transform: translateY(-2px);
}

.theme-toggle {
        margin-left: 1.5rem;
        display: flex;
        align-items: center;
      }

.theme-toggle { margin-left: 1.5rem; }

.switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 26px;
      }

.switch { position: relative; display: inline-block; width: 50px; height: 26px; }

.switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

.switch input { opacity: 0; width: 0; height: 0; }

.slider {
        position: absolute;
        cursor: pointer;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(135deg, #ccc, #aaa);
        transition: .4s;
        border-radius: 34px;
        box-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
      }

.slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ccc, #aaa);
        transition: 0.4s;
        border-radius: 34px;
        box-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
      }

.slider {
      position: absolute;
      cursor: pointer;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(135deg, #ccc, #aaa);
      border-radius: 34px;
      transition: 0.4s;
    }

.slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
        box-shadow: 0 0 6px rgba(0, 255, 255, 0.6);
      }

.slider:before {
        position: absolute;
        content: '';
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
        box-shadow: 0 0 6px rgba(0, 255, 255, 0.6);
      }

.slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 4px;
      bottom: 4px;
      background: white;
      transition: 0.4s;
      border-radius: 50%;
    }

input:checked + .slider {
        background: linear-gradient(135deg, #00f0ff, #007bff);
        box-shadow: 0 0 12px rgba(0, 255, 255, 0.8);
      }

input:checked + .slider { background: linear-gradient(135deg, #00f0ff, #007bff); }

input:checked + .slider:before {
        transform: translateX(24px);
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.9);
      }

input:checked + .slider:before { transform: translateX(24px); }

.hero {
        text-align: center;
        padding: 1rem 1rem;
		margin-bottom: 5rem;
        /* background-image: url('solar-panels.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed; */
      }

.hero video {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 12px;
  margin: 4rem auto 0 auto;
  display: block;
  object-fit: cover;
}


.hero img {
        height: auto;
		width: auto;
		max-height: 200px;
		max-width: 700px;
        margin-top: 4rem;
        transition: transform 0.3s ease;
      }

.hero img:hover {
        transform: scale(1.05);
      }

.hero h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        margin-top: 4rem
      }


.hero button {
        background-color: #9F4D5D;
        color: white;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 4px;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.3s ease;
      }

.hero button {
        background-color: #9f4d5d;
        color: white;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 4px;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.3s ease;
      }

.hero button:hover {
        background-color: #7d3c4a;
        transform: scale(1.05);
      }


.section {
  max-width: 700px;
  margin: 3rem auto 5rem auto;
  padding: 0 0.5rem;
  background-color: #f5f5f5;  /* z. B. für sichtbare Fläche */
  border-radius: 12px;
  background: transparent;
}

.section img {
  border-radius: 12px !important;
  display: block;
}



h2 {
        text-align: center;
        margin: 1rem
      }

.icon-light,
.icon-dark {
  max-height: 200px;
  max-width: 200px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto 1rem auto;
  object-fit: contain;
  border-radius: 12px;
  overflow: hidden;
}

.features {
        display: flex;
        flex-direction: column; /* untereinander */
        align-items: center; /* zentriert innerhalb der Spalte */
        gap: 2rem;
        max-width: 700px;
        margin: 0 auto;
        background: transparent;
      }

.feature {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 700px; /* Breite der Box begrenzen */
  width: 100%;
  }


.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }


.feature img {
  max-width: 200px;
  height: 100%;
  margin: 0 auto 1rem auto;
  display: block;
}


.feature p {
        max-width: 700px; /* Lesebreite begrenzen */
        margin: 0 auto;
        text-align: center; /* oder left, wenn du lieber linksbündig willst */
      }

/*Fliesstext-Version: */

.features-text {
        display: flex;
        flex-direction: column; /* untereinander */
        align-items: center; /* zentriert innerhalb der Spalte */
        gap: 2rem;
        max-width: 700px;
        margin: 0 auto;
      }

.feature-text {
        background: #f5f5f5;
        padding: 1.5rem;
        border-radius: 12px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 700px; /* Breite der Box begrenzen */
        width: 100%;
      }

.feature-text:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }

.feature-text img {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 12px;
}


.feature-text p {
        max-width: 700px; /* Lesebreite begrenzen */
        margin: 0 auto;
        text-align: center; /* oder left, wenn du lieber linksbündig willst */
      }

.download-buttons img {
        height: 50px;
		transition: transform 0.3s ease;
      }

.download-buttons img:hover {
        transform: scale(1.05);
      }

.paos-text {
        background: #f5f5f5;
        max-width: 800px;
        border-radius: 12px;
        margin: 0 auto;
        padding: 1rem;
        text-align: center;
      }

.paos-text p {
        font-size: 1.05rem;
        line-height: 1.8;
        text-align: center;
        margin-top: 1;
      }

.traffic-image-container {
  text-align: center;
  margin-top: 2rem;
}

.traffic-image-container img {
  max-width: 100%;
  height: auto;
}

.download-buttons {
        text-align: center;
        padding: 2rem 1rem;
      }

.download-buttons .button-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 1rem;
      }


footer {
        margin-top: auto;
        background-color: #A25464;
        color: #121212;
        padding: 2rem 2rem;
        text-align: center;
      }

.footer-content {
        max-width: 700px;
        margin: 0 auto;
        padding: 2 2rem; /* oder wie in .section */
        display: flex;
        justify-content: space-between;
        gap: 2rem;
      }

.footer-section {
  flex: 1 1 100%;
  max-width: 100%;
  text-align: left;
}

/* LinkedIn-Icon Standardfarben */

.nav a .linkedin-icon {
  filter: invert(100%); /* light mode: weiß */
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
}


html {
  scroll-behavior: smooth;
}

html {
        scroll-behavior: smooth;
      }

html { scroll-behavior: smooth; }

.btn-hero {
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #a25464;
  color: #f5f5f5;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-hero:hover {
  background-color: #a25464;
}

.icon-dark,
.icon-light {
        display: block;
      }


.blog-entry {
        background: #f5f5f5;
        border-radius: 12px;
		max-height: 100%;
		max-width: auto;
        padding: 2rem;
        margin-bottom: 3rem;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: left;
      }
	

.blog-entry:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }

.blog-entry img {
        max-width: 100%;
        border-radius: 12px;
        margin-bottom: 1.5rem;
      }

.blog-entry h3 {
        margin-bottom: 0.5rem;
      }

.blog-entry small {
        color: #777;
        display: block;
        margin-bottom: 1rem;
      }

.blog-entry p {
        text-align: justify;
      }


html, body {
  height: 100%;
  margin: 0;
}

html, body {
        height: 100%;
      }

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

main { max-width: 800px; margin: 3rem auto; padding: 0 1rem; }

header.shrink { padding: 0.5rem 1rem; }

h1 { text-align: center; margin-bottom: 2rem; }

.faq-item {
      background: #f5f5f5;
      margin-bottom: 1rem;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: 0.3s;
      cursor: pointer;
    }

.faq-question {
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.1rem;
    }

.faq-toggle {
      font-size: 1.5rem;
      display: inline-block;
      width: 20px;
      text-align: center;
      transition: 0.3s;
    }

.faq-item.active .faq-toggle { transform: rotate(175deg); }

.faq-answer { display: none; margin-top: 1rem; text-align: center; }

.faq-item.active .faq-answer { display: block; }



/* Team Section */

#team .features {
        display: flex;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
        margin-top: 2rem;
      }

#team .feature {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}



#team .feature:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      }

#team .feature img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 1rem auto;
        border-radius: 12px;
      }
	  
#menu-toggle {
  display: none; /* Standard: ausblenden */
}

.image-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden; /
}

.image-wrapper img,
.blog-image {
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}


/*================================Dark mode Content =================================*/

/*================================Dark mode Content HEADER =================================*/


body.dark-mode #team .feature {
  background: #121212;
}

body.dark-mode .faq-item { background: #1e1e1e; }

body.dark-mode .blog-entry {
        background-color: #1e1e1e;
}
body:not(.dark-mode) .icon-dark {
  display: none !important;
}

body.dark-mode .icon-light {
  display: none !important;
}

body.dark-mode footer {
  background: #1f1f1f;
  color: #f5f5f5;
}

body.dark-mode footer a {
  color: #00f0ff;
  text-decoration: underline;
}

body.dark-mode .footer-content {
        color: #f5f5f5;
      }
	  
body.dark-mode .feature,
body.dark-mode .feature-text {
  background-color: #121212;
  box-shadow: none;
}

body.dark-mode .features {
  background: transparent; /* kein durchgehender Block */
  gap: 2rem;
}

body.dark-mode .section {
  background: transparent; /* Container soll keinen Block-Effekt erzeugen */
}

body.dark-mode .paos-text,
body.dark-mode .blog-entry {
  background-color: #121212;
  box-shadow: none;
}


body.dark-mode { background: #121212; color: #f5f5f5; }

body.dark-mode header {
        background-color: #1f1f1f;
      }

body.dark-mode header { background: #1f1f1f; }

body.dark-mode .scroll-logo-slogan {
  background: transparent;
  color: #00f0ff;
}

body.dark-mode .hero button {
  background-color: #00f0ff;
  color: #333;
}

body.dark-mode .nav a {
  color: #F5F5F5;  
  background: transparent; /* wichtig: kein blauer Kasten */
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

body.dark-mode .nav-menu a {
  color: #F5F5F5;  
  background: transparent; /* wichtig: kein blauer Kasten 
  transition: color 0.3s ease, text-shadow 0.3s ease; */
}

body.dark-mode .hero button:hover {
  background-color: #444;
  transform: scale(1.05);
}
body.dark-mode .nav a:hover .linkedin-icon {
  filter: invert(80%) sepia(30%) saturate(1000%) hue-rotate(120deg) brightness(120%) contrast(105%);
}

body.dark-mode .nav a:hover .linkedin-icon {
  filter: brightness(0) saturate(100%) invert(88%) sepia(31%) saturate(1050%) hue-rotate(123deg) brightness(108%) contrast(97%);
}

body.dark-mode .nav a .linkedin-icon {
  filter: invert(100%);
}

body.dark-mode .nav a:hover {
        color: #66fcf1;
        text-shadow: 0 0 4px #00f0ff;
      }

body.dark-mode .nav a img {
  filter: invert(1);
}

body.dark-mode .nav a img:hover {
  filter: invert(1) brightness(1.5);
}




/* =========================== Smartphone Content =============================== */

@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease-in-out;
  }

  .nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
  }

  #menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
  }

  .nav-menu.show {
    display: flex;
  }

  .nav-menu a,
  .linkedin-link,
  .theme-toggle {
    flex: 0 0 auto;
  }

  .linkedin-link {
    margin-bottom: 0.5rem;
  }

  .theme-toggle {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .footer-container {
    padding: 1rem;
    text-align: center;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }

  .footer-note {
    text-align: center;
  }
  
  .icon-light,
  .icon-dark {
    max-width: 120px;
    max-height: 120px;
  }
}


/* Dark Mode – Mobile Header Fix 
@media (max-width: 768px) {
  body.dark-mode header {
    background-color: #111;
    color: #fff;
  }

  body.dark-mode .logo-area p,
  body.dark-mode .nav-menu a,
  body.dark-mode .linkedin-link img,
  body.dark-mode #menu-toggle {
    color: #fff;
    filter: brightness(0) invert(1); /* für weiße SVGs 
  }

  body:not(.dark-mode) header {
    background-color: #330000;
    color: #000;
  }

  body:not(.dark-mode) .logo-area p,
  body:not(.dark-mode) .nav-menu a,
  body:not(.dark-mode) .linkedin-link img,
  body:not(.dark-mode) #menu-toggle {
    color: #000;
    filter: none;
  }
}
*/