@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(/style/fonts/icon.woff2) format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  user-select: none;
  color: black;
  display: inline-block;
  vertical-align: middle;
}

.imprint{
  font-size: 18px;
}

.dynamic {
  display: flex;
  flex-wrap: wrap;        
  justify-content: center; 
  gap: 20px;               
  margin: 0 auto;
  align-items: stretch;    
}

.container {
  flex: 1 1 200px;        
  max-width: 200px;       
  height: 180px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
}

@media (max-width: 530px) {
  .dynamic {
    justify-content: center;
  }
}

.icon {
  margin-bottom: 10px;
}

.iconheadline{
  font-size: 35px;
}

.text {
  font-size: 18px;
  margin-bottom: 10px;
}

.iconbig{
  font-size: 70px;
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/style/fonts/inter-v19-latin-regular.woff2') format('woff2');
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    height: auto;
 font-family: 'Inter', sans-serif;
    background-color: transparent;
}

p, h1, h2, h3, h4, tr, th, ul, li{
   font-family: 'Inter', sans-serif;
    color: black;
}
h3{
 font-size: 23px;
}

h4{
 font-size: 21px;
}
p{
    font-size: 20px;
}
a {
    text-decoration: none;
    color: black;
}

.tel {
    text-decoration: underline;
    color: #0055a4;
}

a:hover {
    color: #0055a4;
}

.picture{
  position: relative;
  margin: 0 auto;
    max-height: 800px;
    max-width: 100%;
}

.content {
    position: relative;
    height: auto;
    margin-bottom: 0px;
    width: 100%;
}

.likursiv{
  font-size: 20px;
  font-weight: bold;
}

  ul.likursiv {
        list-style-type: none;
        padding-left: 10px;
    }

    .likursiv li {
      margin-bottom: 10px;
  }

.widecontainer-centerfull{
    width: max-content;
    margin: 0 auto;
  }
  
  .widecontainer-center{
    width: 80%;
    margin: 0 auto;
  }

.widecontainer {
  background: #ffffff;
  width: 90%;
  max-width: 900px;
  margin: 40px auto;

  border-radius: 16px;
 padding-top: 25px;
 padding-bottom: 25px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.05),
    0 12px 24px rgba(0, 0, 0, 0.12);

  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.widecontainer:hover {
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.08),
    0 16px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

  .widecontainerStart{
    margin-top: 50px;
  }
  
  .submit{
    background-color: #0055a4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
   }

   .submit:hover {
    background-color: #003d75;
  }

.cluster{
  border-radius: 10px;
  position: relative;
  border: black solid 3px;
  width: 80px;
  height: 160px;
}

.einleitung {
    position: relative;
    margin: auto;
    width: 80%;
    height: min-content;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: white;
    margin-bottom: 2px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .einleitung {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

input::placeholder {
    color: rgb(0, 0, 0); 
  }

  .center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav {
    width: 80%;
}

.input,
textarea {
 font-family: 'Inter', sans-serif;
  font-size: 20px;
  width: 80%;
  max-width: 350px;

  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, border 0.3s;
}

textarea {
  height: 250px;
  resize: vertical;
   max-width: 550px;
}

.input:hover,
textarea:hover {
  border: 3px solid #0055a4;
}

.input:focus,
textarea:focus {
  outline: none; 
  border: 2px solid #0055a4; 
}

/*Kontakt*/
.box-kontakt{
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

@media (max-width:950px){
  .content-kontakt{ 
      width: 100%;
      margin: 0 auto;
      height: 100%; 
  }

  .containerKontakt {
      position: relative;
      min-width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

  .box-kontakt {
      height: auto;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      padding: 25px;
      margin-bottom: 0;
      box-sizing: border-box;
    }

    .karte-box{
      width: 100%;
      max-width: 600px;
    }
}

@media (max-width: 768px) {
  .karte-box {
      width: 100%;
      max-width: none;
  }

  .box-kontakt {
      max-width: 100%;
  }
}

@media (max-width: 480px) {
  .box-kontakt {
      padding: 18px;
  }

  .content-kontakt h2 {
      font-size: 1.15rem;
      margin-top: 18px;
      margin-bottom: 8px;
  }

  .content-kontakt p {
      font-size: 0.95rem;
      line-height: 1.6;
  }

  .containerKontakt img {
      width: 70%;
      max-width: 180px;
  }
}

@media (min-width:950px){
  .karte-box {
      display: flex;
      width: auto;
      max-width: 1100px;
      margin: 0 auto;
  }
  
  .containerKontakt {
      display: flex;
      align-items: stretch;
      position: relative;
      margin: 0 auto;
      height: max-content;
      gap: 24px;
      width: 100%;
  }
  
  .box-kontakt {
      min-height: 90%;
      width: 380px;
      padding: 30px;
  }
  
  .kontakt-height {
      min-height: 90%;
      margin-bottom: 0px;
      flex: 1;
  }

  .iframe-containerKontakt {
      flex: 1;
      display: flex;
  }
}

/*produkt*/

/* Produktkarten */
.product-card {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  text-align: left;
  width: 80%;
  max-width: 650px;
  margin: 30px auto;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.product-card img {
  display: block;
  margin: 0 auto 15px auto;
  width: 60%;
  max-width: 250px;
  height: auto;
  border: 3px solid #ddd;
  border-radius: 10px;
}

.product-card h3 {
  margin-top: 10px;
  font-size: 1.5rem;
  color: #0055a4;
}

.product-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  margin-bottom: 15px;
}

/* Social-Media-Sektion aufwerten */
.social-media {
  position: relative;
  background: linear-gradient(135deg, #e8f0fe 0%, #ffffff 60%, #e8f4ff 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 45px 30px;
  margin: 50px auto;
  max-width: 900px;
  text-align: center;
  box-sizing: border-box;
}
.social-media h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.instagram-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}
.instagram-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(225, 48, 108, 0.25);
  flex-shrink: 0;
}
.social-sub {
  color: #555;
  margin-bottom: 20px;
  font-size: 1rem;
}
.social-text {
  max-width: 500px;
  margin: 12px auto 0;
}
.instagram-follow {
  display: inline-block;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  margin-left: 12px;
  vertical-align: middle;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}
.instagram-follow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(220, 39, 67, 0.3);
}
.instagram-handle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-media {
    padding: 35px 20px;
    margin: 40px auto;
  }

  .social-media h3 {
    font-size: 1.3rem;
  }

  .instagram-link {
    flex-direction: column;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 16px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .instagram-follow {
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 14px;
  }
}

@media (max-width: 480px) {
  .social-media {
    padding: 28px 15px;
  }

  .social-media h3 {
    font-size: 1.2rem;
  }

  .instagram-link {
    max-width: 240px;
    padding: 14px 18px;
  }

  .instagram-icon {
    width: 36px;
    height: 36px;
  }

  .instagram-handle {
    font-size: 1rem;
  }
}

/*Footer */ 

.footer{
    position:relative;
    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f0f4f8 100%
    );
    padding: 45px 0 30px;
    border-top:1px solid #e8eaed;
    overflow:hidden;
}

.footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:2px;
    background:linear-gradient(
        90deg,
        #0055a4,
        #4a90d9,
        #0055a4
    );
}

.footer-glow{
    position:absolute;
    top:-250px;
    left:50%;
    transform:translateX(-50%);
    width:700px;
    height:700px;
    border-radius:50%;
    background:radial-gradient(
        circle,
        rgba(0,85,164,.08),
        transparent 70%
    );
    pointer-events:none;
}

.footer-container{
    width:min(1200px,90%);
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:60px;
    position:relative;
    z-index:2;
}

.footer-brand h2{
    font-size:2rem;
    font-weight:800;
    color:#111;
    margin-bottom:18px;
}

.footer-brand p{
    color:#666;
    line-height:1.8;
    max-width:420px;
}

.footer-address{
    margin-top:30px;
    display:flex;
    gap:14px;
    align-items:flex-start;

    background:#fff;
    border:1px solid #eceff3;
    border-radius:16px;

    padding:18px 20px;
    max-width:320px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

.footer-address .material-symbols-outlined{
    color:#0055a4;
    font-size:24px;
    flex-shrink:0;
}

.footer-address div{
    color:#555;
    line-height:1.6;
}

.footer-column{
    display:flex;
    flex-direction:column;
}

.footer-column h4{
    color:#111;
    margin-bottom:20px;
    font-size:1rem;
    font-weight:700;
}

.footer-column a{
    display:flex;
    align-items:center;
    gap:8px;

    color:#666;
    text-decoration:none;
    margin-bottom:14px;

    transition:.25s ease;
}

.footer-column a:hover{
    color:#0055a4;
    transform:translateX(4px);
}

.footer-column .material-symbols-outlined{
    font-size:20px;
}

.footer-cta{
    width:min(1200px,90%);
    margin:70px auto 0;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:24px 30px;

    background:#fff;
    border:1px solid #eceff3;
    border-radius:20px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

.footer-cta h3{
    margin:0;
    color:#111;
    font-size:1.2rem;
    font-weight:700;
}

.footer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 24px;

    background:#0055a4;
    color:#fff;

    text-decoration:none;
    font-weight:600;

    border-radius:999px;

    transition:.25s ease;
}

.footer-btn:hover{
    transform:translateY(-2px);
    box-shadow:
        0 10px 25px rgba(0,85,164,.25);
}

.footer-bottom{
    width:min(1200px,90%);
    margin:50px auto 0;

    padding-top:25px;

    border-top:1px solid #e8eaed;

    display:flex;
    justify-content:space-between;
    align-items:center;

    color:#777;
    font-size:.95rem;
}

/* Tablet */

@media (max-width: 992px){

    .footer-container{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }

    .footer-cta{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }
}

/* Mobile */

@media (max-width: 768px){

    .footer{
        padding:70px 0 25px;
    }

    .footer-container{
        grid-template-columns:1fr;
        gap:10px;
    }

    .footer-brand h2{
        font-size:1.7rem;
    }

    .footer-address{
        max-width:none;
        width:100%;
    }

    .footer-column{
        padding-top:10px;
        border-top:1px solid #eceff3;
    }

    .footer-cta{
        padding:22px;
    }

    .footer-cta h3{
        font-size:1rem;
    }

    .footer-btn{
        width:100%;
    }

    .footer-bottom{
        flex-direction:column;
        gap:8px;
        text-align:center;
    }
}

/* FAQ */

.faq-section{
    max-width:900px;
    margin:60px auto;
    padding:0 20px;
}

.faq-section h2{
    text-align:center;
    font-size:clamp(2rem,4vw,3rem);
    color:#111;
    margin-bottom:15px;
}

.faq-section .faq-subtitle{
    text-align:center;
    color:#666;
    max-width:650px;
    margin:0 auto 50px;
    line-height:1.7;
}

.faq-section details{
    background:#fff;
    border:1px solid #eceff3;
    border-radius:18px;

    margin-bottom:16px;

    overflow:hidden;

    box-shadow:
        0 8px 25px rgba(0,0,0,.04);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.faq-section details:hover{
    transform:translateY(-2px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.07);

    border-color:#e2e8f0;
}

.faq-section details[open]{
    border-color:#0055a4;
}

.faq-section summary{
    position:relative;

    padding:24px 70px 24px 28px;

    cursor:pointer;

    list-style:none;

    font-size:1.1rem;
    font-weight:600;
    color:#111;
}

.faq-section summary::-webkit-details-marker{
    display:none;
}

.faq-section summary::after{
    content:"+";

    position:absolute;
    right:24px;
    top:50%;

    transform:translateY(-50%);

    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#f0f4f8;
    color:#0055a4;

    font-size:1.4rem;
    font-weight:300;

    transition:.25s ease;
}

.faq-section details[open] summary::after{
    content:"−";
    background:#e8f0fe;
}

.faq-section details p{
    margin:0;
    padding:0 28px 24px;

    color:#555;
    line-height:1.8;
    font-size:1rem;
}

/* Mobile */

@media (max-width:768px){

    .faq-section{
        margin:70px auto;
    }

    .faq-section summary{
        padding:20px 60px 20px 20px;
        font-size:1rem;
    }

    .faq-section details p{
        padding:0 20px 20px;
    }

    .faq-section summary::after{
        right:18px;
        width:30px;
        height:30px;
    }
}

/* HERO */

.backgroundimg {
  background: url('/img/background.webp') center center / cover no-repeat;
  width: 100%;
  height: 80vh;
  display: flex;      
  justify-content: center;
  align-items: center;
}


@media (max-width: 1000px) {
  .backgroundimg {
    height: 50vh;
    min-height: unset;
  }
}

.hero {
  color: white;
  text-align: center;
  padding: 60px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 600px) {
  .hero {
    min-height: 30vh;
    padding: 40px 10px;
    background-position: center top;
  }
}

.hero-content {
  max-width: 700px;
  margin: 1rem auto;
  background-color: rgba(59, 63, 82, 0.6);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.hero h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.4rem;
    text-align: center;
  }
}

.hero-tagline {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.cta-button {
display: inline-block;
  background: white;
  color: #0055a4;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s;
}

.link{
    color: #0055a4;
}
.cta-button:hover {
  background: #e0f0ff;
}

/* CONTENT */

.content-section {
  background-color: #f9f9f9;
  width: 100%;
  padding-top: 30px;
    padding-bottom: 30px;
}

.content-wrapper {
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}

.content-wrapper h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0055a4;
  line-height: 1.3;
}

.content-wrapper h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #0055a4;
  line-height: 1.4;
}

.content-wrapper p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  margin-bottom: 20px;
}

.content-wrapper a {
  color: #0055a4;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.content-wrapper a:hover {
  color: #003d75;
}

@media (max-width: 768px) {
  .content-wrapper h1 {
    font-size: 1.8rem;
  }
  .content-wrapper h2 {
    font-size: 1.4rem;
  }
  .content-wrapper p {
    font-size: 0.95rem;
  }
}

.content-section {
  background-color: #f9f9f9;
  width: 100%;
}

.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.content-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0055a4;
  line-height: 1.4;
}

.content-wrapper p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  margin-bottom: 25px;
}

.advantages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  transition: color 0.2s ease;
}

.advantages ul li:hover {
  color: #0055a4;
}

.content-wrapper a {
  color: #0055a4;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.content-wrapper a:hover {
  color: #003d75;
}

@media (max-width: 768px) {
  .content-wrapper h2 {
    font-size: 1.6rem;
  }
  .content-wrapper p {
    font-size: 0.95rem;
  }
  .advantages ul {
    grid-template-columns: 1fr;
  }

    .advantages {
    grid-template-columns: 1fr;
  }
}

/*references*/

.references {
  padding: 40px 20px;
  background-color: #f9f9f9;
  max-width: 1200px;
  margin: 0 auto;
}

.references h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0055a4;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.reference-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.reference-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 15px 20px;
}

.card-content h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #0055a4;
}

.card-content p {
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
}

.cta-buttonblue {
  display: inline-block;
  background-color: #0055a4;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.cta-buttonblue:hover {
  background-color: #003d75;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.cta-buttonblue:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

/* Projekt-Grid */
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.project-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
}

.project-card img {
  width: 100%;
  display: block;
}

.project-card .card-text {
  padding: 15px;
}

.project-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

/* Hero */
.backgroundimg {
  position: relative;
  min-height: 88vh;
  height: auto;
  background: url('/img/background.webp') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.backgroundimg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.50) 100%
  );
}

.backgroundimg .hero {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

.hero-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-content {
  width: min(760px, 100%);
  background: rgba(59, 63, 82, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: 40px 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hero-content {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .backgroundimg {
    min-height: 60vh;
  }

  .backgroundimg .hero {
    padding: 50px 15px;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 22px 14px;
  }

  .backgroundimg {
    min-height: 50vh;
  }

  .backgroundimg .hero {
    padding: 40px 10px;
  }

  .hero h1 {
    font-size: 1.5rem;
  }

  .hero-tagline {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .cta-button {
    font-size: 0.9rem;
    padding: 0.7rem 1.2rem;
  }
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.1;
  margin: 0 0 14px 0;
  color: #fff;
}

.hero-tagline {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.92);
}

.cta-button {
  display: inline-block;
  background: #0055a4;
  color: #fff;
  padding: 0.9rem 1.6rem;
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 24px rgba(0, 85, 164, 0.22);
}

.cta-button:hover {
  background: #003d75;
  color: #fff;
  transform: translateY(-2px);
}

/* Content */
.content-section {
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
  padding: 50px 0;
}

.content-wrapper {
  max-width: 1100px;
  padding: 0 20px;
}

.content-wrapper h1 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.2;
  color: #0f172a;
}

.content-wrapper h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  color: #0055a4;
  margin-top: 34px;
}

.content-wrapper p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #243041;
}

/* Vorteile: etwas moderner */
.advantages ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages ul li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 16px 16px 16px 42px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.advantages ul li::before {
  top: 16px;
  left: 16px;
}

@media (max-width: 768px) {
  .advantages ul {
    grid-template-columns: 1fr;
  }
}

/* Team */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 28px 0;
}

.team-member {
  width: min(335px, 100%);
}

.team-member img {
  border-radius: 18px;
}

/* Referenzen */
.references {
  background: #f8fafc;
  padding: 60px 20px;
}

.references h2 {
  color: #0f172a;
}

.reference-grid {
  max-width: 1100px;
  margin: 0 auto;
}

.reference-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.reference-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Kacheln unten */
.dynamic {
  max-width: 1100px;
  padding: 0 20px;
  box-sizing: border-box;
}

.container {
  max-width: none;
  width: 100%;
  min-height: 200px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}

.container:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .dynamic {
    padding: 0 15px;
  }

  .container {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 180px;
  }
}

@media (max-width: 480px) {
  .dynamic {
    padding: 0 10px;
    gap: 14px;
  }

  .container {
    min-height: 160px;
  }

  .container .iconbig {
    font-size: 56px;
  }

  .container .text {
    font-size: 16px;
  }
}

/* Kachel-Buttons modernisieren */
.container .submitbox {
  margin-top: 6px;
}
.container .submitbox .submit {
  display: inline-block;
  background: #0055a4;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.25s ease;
}
.container .submitbox .submit:hover {
  background: #003d75;
  transform: translateY(-2px);
}

/* News-Badge */
.news-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0055a4;
}
.news-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  color: #003d75;
}
.news-badge .badge-icon {
  font-size: 20px;
  color: #0055a4;
}

/* Standort-Sektion */
.location-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
}
.location-text {
  flex: 1;
}
.location-text h2 {
  margin-top: 0;
}
.location-image {
  flex: 1;
}
.location-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.location-image:hover img {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

@media (min-width: 768px) {
  .location-box {
    flex-direction: row;
    align-items: center;
  }
}

/* Team-Karten aufwerten */
.team-member {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}
.team-member .image-wrap {
  overflow: hidden;
  border-radius: 12px;
}
.team-member .image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.team-member:hover .image-wrap img {
  transform: scale(1.05);
}
.team-member .captionmember {
  margin-top: 14px;
  font-weight: 600;
  font-size: 1.05rem;
  color: #111;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 10px;
}
.team-member .captionmember .team-name {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
  color: #111;
}
.team-member .captionmember .team-role {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  margin-top: 4px;
}

/* Referenz-Bilder mit Hover-Zoom */
.reference-card {
  overflow: hidden;
}
.reference-card img {
  transition: transform 0.4s ease;
}
.reference-card:hover img {
  transform: scale(1.06);
}

/* Leistungs-Kacheln größer + Icon-Zoom */
.container {
  min-height: 220px;
}
.container .iconbig {
  transition: transform 0.3s ease;
}
.container:hover .iconbig {
  transform: scale(1.15);
}

/* PV-Section (Startseite) */
.pv-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.pv-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.pv-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 24px;
}

.pv-benefits {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.pv-benefits li {
  position: relative;
  list-style: none;
  background: white;
  border-radius: 14px;
  padding: 16px 18px 16px 38px;
  margin: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
}

.pv-benefits li::before {
  content: "✔";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #0055a4;
  font-weight: bold;
}

.pv-cta {
  display: inline-block;
  margin-top: 20px;
  background: #0055a4;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.pv-cta:hover {
  background: #003d75;
}

.pv-image img {
  max-width: 400px;
  width: 100%;
  border-radius: 24px;
  display: block;
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
  transition: .3s ease;
}

.pv-image img:hover {
  transform: translateY(-4px);
}

.pv-image {
  position: relative;
}
.pv-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(0, 85, 164, 0.95);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

@media (min-width: 768px) {
    .pv-container{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:60px;
  }

  .pv-text {
    flex: 1;
    max-width: 550px;
  }

  .pv-image {
    flex: 1;
  }

  .pv-title {
    font-size: 36px;
  }

  .pv-benefits li {
    font-size: 18px;
  }
}

.pv-info {
  padding: 60px 20px;
  background: #ffffff;
}


.pv-info-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pv-info-top {
  text-align: center;
  margin-bottom: 20px;
}

.pv-info-title {
  font-size: 28px;
  margin-bottom: 15px;
}

.pv-info-text {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
}

.pv-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.pv-card {
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.pv-card:hover {
  transform: translateY(-3px);
}

.pv-card h3 {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #0055a4;
  padding-bottom: 6px;
}

.pv-info-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 768px) {
  .pv-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pv-info-title {
    font-size: 34px;
  }

  .pv-card h3 {
    font-size: 20px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pv-section {
    padding: 40px 15px;
  }

  .pv-image img {
    max-width: 100%;
    margin: 0 auto;
  }

  .pv-card {
    padding: 20px;
  }

  .pv-info {
    padding: 40px 15px;
  }


  .pv-info-title {
    font-size: 24px;
  }

  .references {
    padding: 40px 15px;
  }

  .references h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .location-box {
    padding: 20px;
    gap: 20px;
  }

  .location-image img {
    min-height: 180px;
  }

  .content-section {
    padding: 30px 0;
  }

  .content-wrapper {
    padding: 0 15px;
  }

  .news-badge {
    font-size: 0.85rem;
    padding: 8px 16px;
  }

  .team-grid {
    gap: 16px;
  }

  .team-member {
    width: 100%;
    max-width: 335px;
  }
}

@media (max-width: 480px) {
  .pv-section {
    padding: 30px 10px;
  }

  .pv-title {
    font-size: 1.6rem;
  }

  .pv-benefits li {
    font-size: 0.95rem;
    padding: 14px 14px 14px 34px;
  }

  .pv-cta {
    font-size: 0.95rem;
    padding: 12px 18px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .pv-card {
    padding: 16px;
  }

  .pv-card h3 {
    font-size: 1.1rem;
  }

  .pv-card p {
    font-size: 0.9rem;
  }

  .pv-info-bottom {
    font-size: 14px;
  }

  .references {
    padding: 30px 10px;
  }

  .reference-grid {
    gap: 14px;
  }

  .reference-card img {
    height: 150px;
  }

  .card-content {
    padding: 12px 15px;
  }

  .card-content h3 {
    font-size: 1.05rem;
  }

  .card-content p {
    font-size: 0.9rem;
  }

  .location-box {
    padding: 16px;
  }

  .location-text h2 {
    font-size: 1.3rem;
  }

  .location-text p {
    font-size: 0.95rem;
  }

  .cta-buttonblue {
    font-size: 0.9rem;
    padding: 10px 18px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .content-wrapper h2 {
    font-size: 1.3rem;
  }

  .content-wrapper p {
    font-size: 0.95rem;
  }

  .advantages ul li {
    font-size: 0.9rem;
    padding: 14px 14px 14px 36px;
  }

  .team-member .captionmember .team-name {
    font-size: 0.95rem;
  }

  .team-member .captionmember .team-role {
    font-size: 0.85rem;
  }
}

/* Video-Section */
.video-section {
  padding: 40px 20px;
  background: #f9f9f9;
  text-align: center;
}

.video-section h2 {
  margin-bottom: 24px;
  font-size: 2rem;
  color: #111827;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.video-wrapper {
  max-width: 600px;
  flex: 1 1 300px;
}
.video-wrapper video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.video-caption {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #555;
  text-align: center;
}

.steps {
  counter-reset: step;
  list-style: none;
  flex: 1 1 250px;
  padding: 0;
  margin: 0;
}
.steps li {
  counter-increment: step;
  position: relative;
  margin-bottom: 16px;
  padding-left: 36px;
  text-align: left;
  color: #333;
}
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background: #0055a4;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .video-section {
    padding: 30px 15px;
  }

  .video-section h2 {
    font-size: 1.5rem;
  }

  .video-container {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .video-section {
    padding: 25px 10px;
  }

  .video-section h2 {
    font-size: 1.3rem;
  }

  .steps li {
    font-size: 0.9rem;
    padding-left: 32px;
  }

  .steps li::before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 0.85rem;
  }

  .video-caption {
    font-size: 0.85rem;
  }
}

/* Photovoltaik-Seite Bild */
.pv-page-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 16px;
  display: block;
  margin: 30px auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Leistungs-Karten mit Bildern */
.pv-card-img {

  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pv-card:hover .pv-card-img {
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

@media (max-width: 768px) {
  .pv-card-img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .pv-card-img {
    height: 130px;
  }
}

/* Anfrage-Formular */
.anfrage-formular {
  background: #ffffff;
  width: 90%;
  max-width: 700px;
  margin: 40px auto;
  border-radius: 16px;
  padding: 35px 40px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.05),
    0 12px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.anfrage-formular:hover {
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.08),
    0 16px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.anfrage-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.form-group .input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

.form-group .input:hover {
  border-color: #0055a4;
  background: #fff;
}

.form-group .input:focus {
  outline: none;
  border-color: #0055a4;
  box-shadow: 0 0 0 3px rgba(0, 85, 164, 0.1);
  background: #fff;
}

.form-group textarea.input {
  height: 180px;
  resize: vertical;
  min-height: 120px;
}

.form-checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0055a4;
  flex-shrink: 0;
}

.checkbox-label a {
  color: #0055a4;
  text-decoration: underline;
}

.checkbox-label a:hover {
  color: #003d75;
}

.anfrage-form .submit {
  width: 100%;
  padding: 14px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 8px;
  background: #0055a4;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}

.anfrage-form .submit:hover {
  background: #003d75;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 85, 164, 0.25);
}

.anfrage-form .submit:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .anfrage-formular {
    width: 95%;
    padding: 25px 20px;
    margin: 30px auto;
  }
}

@media (max-width: 480px) {
  .anfrage-formular {
    padding: 20px 15px;
  }
}



