@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;        /* Container dürfen umbrechen */
  justify-content: center; /* optional: zentriert die Zeilen */
  gap: 20px;               /* Abstand zwischen Containern */
  margin: 0 auto;
  align-items: stretch;    /* Höhe der Zeilen angleichen */
}

.container {
  flex: 1 1 200px;         /* flexibel, Basisbreite 200px */
  max-width: 200px;        /* optional, um nicht zu groß zu werden */
  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;               /* Lücken regelt gap */
}

/* Optional: kleinere Screens */
@media (max-width: 530px) {
  .dynamic {
    justify-content: center; /* bleibt zentriert */
  }
}




.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: #c6a501;
}

a:hover {
    color: #ffd300;
}

.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; /* nicht über die ganze Breite */
  margin: 40px auto; /* zentriert mit größerem Abstand oben/unten */

  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: #ffd300;

    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    
    font-size: 18px;

    
   }

   .submit:hover {
    background-color: #c9ab10;;
  }
  
 


.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: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: white;
    margin-bottom: 2px;
}

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;
}


.input:hover,
textarea:hover {

  border: 3px solid #ffd300;
}

.input:focus,
textarea:focus {
  outline: none; 
  border: 2px solid #ffd300; 

}






/*Kontakt*/
.box-kontakt{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media (max-width:950px){
  .content-kontakt{ 
      width: 100%;
      margin: 0 auto;
      height: 100%; 

  }

  .containerKontakt {
      position: relative;
      min-width: 100%;
   
     
    }
    

  .box-kontakt {
      height: auto;
      width: 90%;
      max-width: 400px;
      margin: 0 auto;
      
padding: 5%;
      margin-bottom: 10px;
      
      
   
    }

    .karte-box{
      width: 80%;
      max-width: 500px;
    
    }


}

@media (min-width:950px){

  

  .karte-box {
      display: flex;
      width: auto;
  }
  
  .containerKontakt {
      display: flex;
      align-items: stretch;
      position: relative;
      margin: 0 auto;
      height: max-content;

    
  }
  
  .box-kontakt {
      min-height: 90%;
      width: 350px;
    
      margin-left: 3px;
      margin-right: 3px;
      padding: 20px;
    
  }
  
  .kontakt-height {
      min-height: 90%;
    
      margin-bottom: 0px;
     
     
  }

}


/*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; /* zentriert + Abstand nach oben/unten */
  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; /* Abstand unterhalb */
  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: #006699;
}

.product-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  margin-bottom: 15px;
}


 /* Social Media Bereich */
 .social-media {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 
              0 -4px 8px rgba(0, 0, 0, 0.1); /* Gleichmäßiger Schatten oben & unten */
  margin-top: 40px;
  text-align: center;
}


.social-media h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.instagram-link {
  display: inline-block;
  text-decoration: none;
  color: #E1306C; /* Instagram Farbe */
  font-weight: bold;
  transition: color 0.3s ease, transform 0.3s ease;
}

.instagram-icon {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.instagram-link:hover .instagram-icon {
  transform: scale(1.1);
}

.instagram-link:hover {
  color: #c71d5d;
}

.social-text {
  font-size: 1rem;
  margin-top: 10px;
}









/* Footer */

footer {
  background-color: #f5f5f5;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 5%; 
  border-top: 3px solid #bfbfbf;
  color: #222;
  font-size: 0.95rem;
  line-height: 1.6;
}


footer a {
  color: #006699;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

footer a:hover {
  color: #004466;
  text-decoration: underline;
}


footer .legal {
  margin-bottom: 10px;
  font-size: 0.9rem;
}


footer .contact {
  margin: 15px 0;
}

footer .contact p {
  margin: 5px 0;
}

footer .contact span {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.2rem;
}

footer .footer-links {
  margin-top: 20px;
}

footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

footer .footer-links li {
  display: inline-block;
}



/* FAQ */

/* FAQ Section */
section {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #004466;
}

/* Details Container */
section details {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover Effekt */
section details:hover {
  background-color: #e0e0e0;
}

/* Summary Styling */
section summary {
  font-weight: 600;
  font-size: 1.1rem;
  list-style: none; /* Standardpfeil entfernen in manchen Browsern */
  outline: none;
}

/* Details Content */
section details p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}

/* Pfeil drehen beim Öffnen */
section details[open] summary::after {
  content: "▲";
  float: right;
  font-size: 0.8rem;
}

section summary::after {
  content: "▼";
  float: right;
  font-size: 0.8rem;
}



/* HERO */


.backgroundimg {
  background: url('/img/picture.webp') center center / cover no-repeat;
  width: 100%;
  height: 100vh;      /* Desktop: volle Höhe */
  display: flex;      
  justify-content: center;
  align-items: center;
}

/* Tablet und kleiner */
@media (max-width: 1000px) {
  .backgroundimg {
    height: 50vh;     /* halbe Höhe */
    min-height: unset; /* überschreibt die 60vh */
  }
}





.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; /* auf Smartphones noch kompakter */
    padding: 40px 10px;
    background-position: center top;
  }
}



.hero-content {
  max-width: 700px;
  margin: 1rem auto;
  background-color: rgba(117, 117, 117, 0.5);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* leichter Schatten für Tiefe */
  color: #fff; /* weiße Schrift auf dunklem Hintergrund */
  transition: all 0.3s ease-in-out;
}

.hero h1 {
  font-size: 2rem; /* ca. 32px */
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.4rem; /* ca. 24px für kleinere Bildschirme */
    text-align: center; /* optional: zentriert sieht oft besser aus */
  }
}





.hero-tagline {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.cta-button {
display: inline-block;
  background: white;
  color: #ffd300;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s;
}


.link{
    color: #ffd300;
}
.cta-button:hover {
  background: #e0f5ef;
}


/* CONTENT */

.content-section {
  background-color: #f9f9f9; /* neutraler Hintergrund */
  width: 100%;
  padding-top: 30px;
    padding-bottom: 30px;
}

.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}

.content-wrapper h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #004466;
  line-height: 1.3;
}

.content-wrapper h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #006699;
  line-height: 1.4;
}

.content-wrapper p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  margin-bottom: 20px;
}

/* Optional: Links innerhalb der Sektion */
.content-wrapper a {
  color: #006699;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.content-wrapper a:hover {
  color: #004466;
}

/* --- Responsive --- */
@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;
}

/* Allgemeine Überschriften */
.content-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #004466;
  line-height: 1.4;
}

/* Allgemeiner Text */
.content-wrapper p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  margin-bottom: 25px;
}

.advantages ul {
  list-style: none; /* keine Standard-Punkte */
  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;
}

/* Icon / Häkchen vor jedem Vorteil */
.advantages ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #006699;
  font-weight: bold;
  font-size: 1rem;
}

/* Hover-Effekt */
.advantages ul li:hover {
  color: #004466;
}


/* Optional: Links innerhalb der Sektion */
.content-wrapper a {
  color: #006699;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.content-wrapper a:hover {
  color: #004466;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .content-wrapper h2 {
    font-size: 1.6rem;
  }
  .content-wrapper p {
    font-size: 0.95rem;
  }
  .advantages ul {
    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: #004466;
}

.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: #006699;
}

.card-content p {
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
}




.cta-buttonyellow {
  display: inline-block;
  background-color: rgb(255, 211, 0);   /* leuchtendes Gelb */
  color: #222;                 /* dunkler Text für guten Kontrast */
  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-buttonyellow:hover {
  background-color: #e6b800;   /* dunkleres Gelb beim Hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.cta-buttonyellow:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
}

.team-member {
  width: 280px;
  text-align: center;
}

.team-member .image-wrap {
  width: 100%;
}

.team-member img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.team-member .captionmember {
  margin-top: 12px;
  font-weight: 600;
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
}

.team-member .captionmember span {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  margin-top: 4px;
}




/* 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;
}