@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
* {
    margin: 0;
    padding: 0; 
    box-sizing: border-box; 
    text-decoration: none;
    border: none; 
    outline: none;
    scroll-behavior: smooth; 
    font-family: 'Poppins', sans-serif;
 }


:root {
    --bg-color: #ffffff;
    --second-bg-color: #000000;
    --text-color: #000000;
    --main-color: #795d3a;
  }
html {
    font-size: 62.5%; 
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
 }
 
body {
    background: var(--bg-color); 
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    }
html::-webkit-scrollbar {
    width: 0.8rem;
}
html::-webkit-scrollbar-thumb {
    background: var(--main-color);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 9%;
    filter: drop-shadow(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

section {
  padding-top: 100px;
}
.header p{
  margin-left: -10vmin;
}
.language {
  font-size: 1.8rem;
  color: var(--main-color);
    font-weight:800;
    cursor: pointer;
    transition: 0.5s ease;
    position: relative;
}
.languageeng {
  font-size: 1.8rem;
  color: var(--main-color);
    font-weight:800;
    cursor: pointer;
    transition: 0.5s ease;
    position: relative;
}
.languageeng:hover {
  transform: scale(1.1);
  will-change: transform;
}
.language:hover {
  transform: scale(1.1);
  will-change: transform;
}

.logo{
    font-size: 3rem;
    color: var(--main-color);
    font-weight:800;
    cursor: pointer;
    transition: 0.5s ease;
    padding-right: 40px;
}
.logo:hover {
    transform: scale(1.1);
}

.navbar a {
    font-size: 1.8rem;
    color: var(--text-color);
    margin-left: 4rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;

}
.navbar a:hover,
.navbar a.active {
   color: var(--main-color);
   border-bottom: 3px solid var(--main-color);

}
#menu-icon{
   font-size: 3.6rem;
   color: var(--main-color);
}



ul {
    list-style: none;

}

ul li{
    display:inline-block;
    position: relative;

}
ul li ul.dropdown li{
    display: block;
    width: 400px;
    max-width: 400px;
    padding-top: 10px;

}

ul li ul.dropdown {
    top: 100%;
    left: 0;
    position: absolute;
    z-index: inherit;
    display: none;
}

 ul li:hover ul.dropdown {
    display:block

 }



 .companies {
    display: block;
    position: relative;
    z-index: 1;
  }
  


  
  li:hover > ul.dropdown {
    display: block;
    pointer-events: auto;
  }

#home{
    display: block;
}

.home-content{
    padding-top: 300px;
    

}

.home {

    width: 100vw;           
    padding: 0;    

 }


.home-content h1{
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.3;  

}

span {
    color: var(--main-color);
}
.home-content h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;

}

  
  .home-img img {
    width: 550px;                 
    height: auto;
    float: left;
    margin-right: 50px;
    max-width: 100%;
    transition: 0.3s ease;

  }

.home-img img:hover {
    transform: scale(1.01);
    will-change: transform;
}
.home-content p{
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 30px;
  width: 90vw;
  max-width: 1300px;
}



.btn {
    display: inline-block;
    padding: 1rem 2.8rem;
    background: var(--bg-color);
    border-radius: 4rem;
    font-size: 1.6rem;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    letter-spacing: 0.1rem;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}
.btn:hover{
    transform: scale(1.03);
    background-color: white;
    color: var(--text-color);
    box-shadow: 0 0 25px var(--main-color);
}
.typing-text {
    font-weight: 600;
    min-width: 280px;

}
.typing {
    border-right: 2px solid var(--main-color);
    white-space: nowrap;
    overflow: hidden;
  }

  .cursor {
    animation: blink 0.7s steps(1s) infinite;
  }

  @keyframes blink {
    50% { border-color: transparent; }
  }



.corporation-container {
    width: 100%;
    overflow: hidden;
    padding: 30px;

  }

  .corporation {
    display: flex;
    width: fit-content;
    animation: scroll-left 40s linear infinite;
  }

  .logo-set {
    display: flex;
  }

  .corporation img {
    height: 60px;
    max-width: 100%;
    margin: 0 30px;
    object-fit: contain;
    flex-shrink: 0;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }


  .projectheader{
    text-align: center;
    font-size: 5rem;
    padding: 50px;
    margin-top: 50px;
    color: var(--main-color);
   margin-bottom: -25vmin;
  }


  video:hover {
    transform: scale(1.01);
}

section .ergocontainer {
  min-height: 100vh;
  padding: 5rem 9% 5rem;

}
.ergocontainer {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 6rem;
}

.left {
  margin-top: 50px;
}

.left, .center, .right {
  flex: 1;
}

.left h1 {
  font-size: 4.8em;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}


.left p {
  margin-bottom: 10%;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  width: 100%;
  max-width: 500px;
}

.center {
  margin-top: 8rem;
  margin-left: 10rem;
}

.center .stat {
  font-size: 3dvb;
  font-weight: bold;
  margin-bottom: 1rem;
}

.center .desc {
  font-size: 1.8rem;
  margin-bottom: 8rem;
  max-width: 200px;
}

.right {
  position: relative;
  width: 100%;
  height: auto;
  flex: 1.5;
}

.right video {
  width: 450px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  display: block;
  transition: 0.3s ease;
  pointer-events: none;
}



.dashandwerksection{
  margin-top: 30px;
  margin-bottom: 30px;
  }
  
  .handwerkcontainer {
    display: flex;
  
  }
  
  .das{
    color: var(--text-color);
  }
  .handwerk{
    color: var(--text-color);
  }
  .lefttwo {
    position: relative;
    padding-left: 100px;
  }
  .lefttwo video {
    width: 400px;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    justify-content: left;
    transition: 0.3s ease;
    pointer-events: none;
  }
  
  .righttwo{
  
    width: 500px;
    max-width: 500px;
    padding-left: 30px;
  }
  
  .righttwo h1 {
    font-size: 5rem;
    margin-bottom: 0.5rem;
    margin-left: 60px
  }
  .righttwo p{
    font-size: 1.8rem;
    line-height: 1.6;
    width: 400px;
    max-width: 400px;
    padding-bottom: 30px;
    margin-left: 60px
  }
  
  
  .spalterechts .stattwo {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 20px;
  }
  
  .spalterechts .desctwo {
    font-size: 1.8rem;
    margin-bottom: 8rem;
    max-width: 200px;
    margin-right: 70px
  }
  
  .spalterechts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 200px;
    margin-top: 1rem;
    padding-right: 100px;
    padding-left: 70px;
  }

.btndhw{
  display: inline-block;
  padding: 1.3rem 3rem;
  background: #dc004f;
  border-radius: 4rem;
  font-size: 1.8rem;
  color: white;
  border: 2px solid white;
  letter-spacing: 0.1rem;
  font-weight: 600;
  transition: 0.3s ease;
  cursor: pointer;
  margin-left: 50px;
}
.btndhw:hover{
  transform: scale(1.03);
  background-color: white;
  color: var(--text-color);
  box-shadow: 0 0 25px var(--second-bg-color);
}


.btnergo {
  display: inline-block;
  padding: 1.3rem 3rem;
  background: #8c0439;
  border-radius: 4rem;
  font-size: 1.8rem;
  color: white;
  border: 2px solid white;
  letter-spacing: 0.1rem;
  font-weight: 600;
  transition: 0.3s ease;
  cursor: pointer;
}
.btnergo:hover{
  transform: scale(1.03);
  background-color: white;
  color: var(--text-color);
  box-shadow: 0 0 25px var(--second-bg-color);
}

.elithairsection{
min-height: 100vh;
}

.elithaircontainer {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 10rem;
}

.leftthree {
  margin-top: 20px;
  margin-left: 90px;
}

.leftthree, .centerthree, .rightthree {
  flex: 1;
}

.leftthree h1 {
  font-size: 5em;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}


.leftthree p {
  font-size: 1.8rem;
  line-height: 1.6;
  width: 400px;
  max-width: 400px;
  padding-bottom: 30px;
}

.centerthree {
  margin-top: 8rem;
  margin-left: 6rem;
}

.centerthree .statthree {
  font-size: 3dvb;
  font-weight: bold;
  margin-bottom: 1rem;
}

.centerthree .descthree {
  font-size: 1.8rem;
  margin-bottom: 8rem;
  max-width: 200px;
}

.rightthree {
  position: relative;
  width: 100%;
  height: auto;
  flex: 1.5;
}

.rightthree video {
  width: 400px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  display: block;
  transition: 0.3s ease;
  pointer-events: none;
}

.btnelithair {
  padding: 1.3rem 3rem;
  background: #181b82;
  border-radius: 4rem;
  font-size: 1.8rem;
  color: white;
  border: 2px solid white;
  letter-spacing: 0.1rem;
  font-weight: 600;
  transition: 0.3s ease;
  cursor: pointer;
  position: absolute;
}
.btnelithair:hover{
  transform: scale(1.03);
  background-color: white;
  color: var(--text-color);
  box-shadow: 0 0 25px var(--second-bg-color);
}

.othersheader {
    text-align: center;
    font-size: 3rem;
    color: var(--main-color);

}
section .others {
  min-height: 100vh;
  padding: 5rem 9% 5rem;
  margin: 50px;
}
.others {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-right: 80px;
}

.project-card {
  background: white;
  border: 2px solid #ddd;
  border-radius: 2rem;
  padding: 1.5rem;
  width: 300px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  margin-left: 70px;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-card img {
  width: 200px;
  max-width: 100%;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
}

.project-card h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.buttonsothers {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btnothers {
  padding: 0.6rem 1.4rem;
  border: 2px solid #000;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #000;
  transition: 0.2s;
  font-weight: 600;
}

.btnothers:hover {
  background: #000;
  color: white;
}

.influencerheader {
  text-align: center;
  font-size: 4rem;
  padding: 50px;
  color: var(--main-color);
}
.influencerheader p{
  font-size: 2.8rem;
  font-weight: 300;
}





.slidersection{
min-height: 100vh;
padding: 5rem 9% 5rem;
margin: 50px;
margin-top: 40px;
}


.slider {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 12px;
}


.slides {
  display: flex;
  width: 300px;
  max-width: 300px;
  transition: transform 0.6s ease-in-out;
  width: calc(100% * 10);
}

.slide {
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
}

.slide img {
  width: 300px;
  max-width: 300px;
  display: block;
  transition: 0.3s ease;
}
.slide img:hover{
  transform: scale(1.01);
  padding: 12px;
  cursor: pointer;
  will-change: transform;
}

.buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.buttons button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 40px;
  padding: 12px;
  cursor: pointer;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  height: 12px;
  max-height: 12px;
  width: 12px;
  max-width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}


.contactsection{
  min-height: 100vh;
  padding: 5rem 9% 5rem;
  margin: 50px;
  margin-top: 40px;
}
.contactheader{

  text-align: center;
  font-size: 4rem;
  padding: 50px;
  color: var(--main-color);
}

.contactbild {
  width: 450px;
  max-width: 450px;                 
  height: auto;
  float: left;
  margin-left: -22vmin;
  margin-bottom: -22vmin;
  transition: 0.3s ease;
}

.contactbild:hover {
  transform: scale(1.01);
    will-change: transform;
}

.social-icons {
  position: fixed;
  bottom: 20px;
  left: 90%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 1000;
}

.social-icons a {
  color: var(--main-color);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s;
  display: block;

}

.social-icons a:hover {
  color: var(--second-bg-color);
}


.socialiconscontact h3{
  font-size: 5rem;
  color: var(--main-color);
  font-weight: 600;
  width: 40rem;

}
.socialiconscontact p{
  font-size: 3rem;
  color: var(--main-color);
  font-weight: 300;
  width: 70rem;
  padding-bottom: 7rem;
}
.socialiconscontact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 2rem;
  color: var(--main-color);
  padding-left: 10rem;
  padding-top: 3rem;
}

.socialiconscontact a {
  color: var(--main-color);
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s; 
}


.socialiconscontact a:hover {
  color: var(--main-color);
  transform: scale(1.01);
  text-shadow: #000;
  cursor: pointer;
  padding-right: 1px;
}

.fa-instagram{
  padding-right: 10px;
}
.fa-envelope{
  padding-right: 3px;
}
.fa-linkedin{
  padding-right: 3px;
}
.fa-phone{
  padding-right: 3px;
}
.fa-eye{
  padding-right: 8px;
}
.fa-youtube{
  padding-right: 8px;
}

.videotext {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
}




img, video {
  max-width: 100%;
  height: auto;
}

/* Hamburger Menü nur auf kleinen Bildschirmen anzeigen */
#hamburger-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  z-index: 2000;
}

#hamburger-icon div {
  width: 20px;
  height: 2px;
  margin: 3px;
  background-color: var(--main-color);
  transition: 0.4s;
}

/* mobile-menu-Stil */
.mobile-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: 30px;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.794);
  border-radius: 10px;
}

.mobile-menu li {
  list-style: none;
  text-align: right;
}

.mobile-menu a {
  font-size: 1.8rem;
  color: var(--main-color);
  font-weight: bold;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  padding: 2rem 1rem;
  color: #666;
  background-color: #f8f8f8; /* optional */
}



@media (max-width: 700px) {
  .header{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.794);
  }
  nav.navbar {
    display: none;
  }

  .mobile-menu a:hover{
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
  }

  #hamburger-icon {
    display: flex;
  }

  .mobile-menu.open {
    display: flex;
  }

  #hamburger-icon:hover + .mobile-menu,
  .mobile-menu:hover {
    display: flex;
  }
  .header {
    position: fixed;
  }
  html {
    font-size: 40%;
    overflow-x: hidden;
  }
  

  .navbar a {
    font-size: 2rem;
  }
  
  .language, .languageeng a{
    padding-left: 1rem;
  }

  .logo {
    font-size: 3rem;
    padding-right: 2rem;
  }

  .projectheader{
    padding: 0;
  }
  
  #home{
    display: flex;
    padding-top: 7rem;
  }

  .home-img img {
    display: none;
  }

.home-content{
  padding-top: 3.8rem;
  margin-left: 3rem;
}
.home-content h1{
  font-size: 3rem;
}

.home-content h3{
  font-size: 1.8rem;
}
  .home-content p{
      font-size: 1.8rem;
      padding-bottom: 10px;
      max-width: 100%;
  }
  .corporation img{
      height: 3rem;
  }

  .projectheader{
    margin-top: 2rem;
    font-size: 3rem;
  }

  .center{
    display: none;
  } 
  .ergocontainer{
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 0;
    margin-top: -4rem;
  }
  
  .left{
    order: 1; /* Überschrift, Text, Button */
    width: 100%;
    max-width: 500px;
  }
  .left h1 {
    font-size: 2.8rem;
    text-align: left;
  }
  
  .btnergo, .left p{
      text-align: left;
      margin: 1rem auto;
      max-width: 500px;
    
  }
  .right{
    order: 4;
  }
  .right video{

    width: 45rem;
  }
  
  .handwerkcontainer {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 1rem;
    margin-top: -10rem;
    
  }

  .lefttwo {
    order: 2;
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }

  .lefttwo video {
    width: 90vw;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .righttwo {
    order: 1; /* Überschrift, Text, Button */
    width: 100%;
    max-width: 500px;
  }
  .righttwo h1{
    font-size: 2.8rem;
    margin: 1rem auto;
    text-align: left;
  }

  .righttwo p {
    display: flex;
    justify-content: left;
    align-items: left;
    margin: 1rem auto;
    width: 100%;
  }
  .btndhw{
    margin-top: -20rem;
    margin-left: 0;
  }

  .spalterechts {
    display: none;
  }
  

  .elithaircontainer {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    padding: 1rem;
    margin-top: -10rem;
  }

  .leftthree {
    order: 1;
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
    padding: 1rem ;
    margin-left: 0;
    padding-left: 30px;
  }

  .leftthree p {
    text-align: left;
    padding: 1rem ;
    margin-bottom: -5rem;
    width: 100%;
  }
  .leftthree h1{
    font-size: 2.8rem;
  }
  .centerthree {
    order: 2;
    display: flex;
    width: 100%;
  }

  .statthree,
  .descthree {
    display: none !important;
  }

  .btnelithair {
    display: block;
    font-size: 1.8rem;
    margin: 0 auto 2rem auto;
    margin-top: -6rem;
    margin-left: -2rem;
  }

  .rightthree {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
  }

  .rightthree video {
    width: 90vw;
    max-width: 550px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }
.videotext{
  display: none;
}



  .othersheader h1{
    font-size: 3rem;
  }

  .others{
    padding-top: 5rem;
    display: table-cell;
  
  }
  .project-card {
    width: 20rem;
    max-width: 18rem;
    margin-bottom: 3rem;
    margin: 2rem;
  }

  .influencerheader{
    padding: 0;
  }
  .influencerheader h1{
    font-size: 3rem;
  }
  .influencerheader p{
    font-size: 2rem;
  }
  .slidersection{
    align-items: center;
    margin: 0;
  }
  .slider {
    width: 110%;
  }
  .contactheader{
    display: none;
  }
  .socialiconscontact{
    padding-left: 0;
  }
  .socialiconscontact a{
    font-size: 1.5rem;
  }
  .contactsection{
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 3rem;
    padding-left: 0;
    margin-left: 3rem;
    margin-top: -10rem;
  }
  .contactbild {
    display: none;
  }
  .socialiconscontact h3 {
    font-size: 4rem;
    width: 400px;
    max-width: 100%;
  }
  .socialiconscontact p{
    padding-bottom: 0;
    font-size: 1.8rem;
    width: 100%
  }
  .social-icons {
    gap: 1rem;
    position: fixed;
  }
  
  ul li ul.dropdown {
    width: 30rem;
    max-width: 30rem;
  }
  
  ul li ul.dropdown li {
    width: 30rem;
    max-width: 30rem;
  }

}
@media screen and (max-width: 1024px) {
  html {
    font-size: 55%; /* Reduziert den Basiswert für rem-Einheiten */
  }
  
  .home-img img {
    width: 450px;
  }
  
  .ergocontainer, .handwerkcontainer, .elithaircontainer {
    gap: 30px;
  }
  
  .center {
    margin-left: 5rem;
  }
  
  .right video, .lefttwo video, .rightthree video {
    width: 300px;
  }
  
  
  .social-icons {
    left: 80%;
  }
  
  .spalterechts {
    padding-left: 40px;
    padding-right: 60px;
  }
}
