.kon-1{
 background-image: url(/thumb/LogoDesign_Neu/POSTER_SIONSON-min.jpg);
}
.intro{
  display: flex;
  justify-content: center;
}
.wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
 
  
}
.info-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
   width:70vw;
  margin-bottom: 10px;
  
  padding-top: 50px;
}
.info-div h1{
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.6em;
  color: rgb(55, 55, 55);
}
.info-div h2{
  margin-top: 10px;
 
  font-size: 2.3em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: rgb(55, 55, 55);
}



 @media(max-width: 710px){
.info-div h1{
  font-size: 1.2em;
}
  }  
  @media(max-width: 710px){
.info-div h2{
  font-size: 1.5em;
  line-height: 1.5em;
}
  }  
  
  
  .formular{
    border-bottom: 2px solid rgb(82, 42, 0);
  }
  
  .banner{
    position: relative;
  display: flex;
  background-image: url(/thumb/Logos/LOGO_Textil-04-04-04.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 30vw;
  background-position: center;
  height: 100vh;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.headline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 65px;
  height: 300px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;

  flex-wrap: nowrap;
  width: 100%;
}

.headline #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}

.info{
  margin-top: 50px;
   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.cta-button{
  position: relative;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  background: none;
  border: 2px solid rgb(215, 75, 19);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
   box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404); 
  color: rgb(46, 21, 3);
}
.cta-button:hover{
  cursor: pointer;
  background-color: rgb(215, 75, 19);
  color: whitesmoke;

}
@media(max-width: 600px){
  .cta-button{
    font-size: 1em;
    padding: 2px;
  }
}
.liquid {
  background: linear-gradient(rgb(215, 75, 19) 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition: 0.2s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}
.info h1{
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 600;
}
.headline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 65px;
  height: 300px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;

  flex-wrap: nowrap;
  width: 100%;
}

.headline #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}
.headline3{
  position: absolute;
 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 65px;
  height: 300px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.headline3 #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline3 #best0{
  font-size: 2em;
}
}
#bg-video {
  position: relative ; /* Um das Video über dem gesamten Bildschirm zu platzieren */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* Stellt sicher, dass das Video den gesamten Bereich abdeckt, ohne Verzerrung */
  z-index: -1; /* Stellt das Video hinter den restlichen Inhalt */
}



.contact-container{
  margin-top: 50px;
  height: auto;
  display: flex;
  align-items: top;
  justify-content: space-evenly;
  
}
@media (max-width: 879px){
  .contact-container{
    margin-bottom: 300px;
  }
}
.contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.contact-title h2{
  font-weight: 600;
  color: #393939;
  font-size: 40px;
  margin-bottom: 5px;
}
.contact-title h2{
  font-weight: 600;
  color: #393939;
  font-size: 40px;
  margin-bottom: 5px;
}
.contact-title hr{
  border: none;
  width: 100%;
  height: 5px;
  background-color: #393939;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contact-inputs{
  width: 600px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  color: grey;
  border-radius: 10px;
}
.contact textarea{
  height: 140px;
  padding-top: 15px;
  border-radius: 20px;
}
.contact-inputs:focus{
  border: 2px solid #401b00;
}
.contact-inputs::placeholder{
  color: #a9a9a9;
}
.contact button{
  display: flex;
  align-items: center;
  padding: 45px 90px 45px 90px;
  font-size: 25px;
  font-weight: 600;
  color: #2d2d2d;
  gap: 10px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(270deg, #ffd94f, #e7a81f);
  cursor: pointer;
  width: 150px;
  height: 60px;
  text-align: center;
  justify-content: center;
  box-shadow: 1px 1px 10px #0000006f;
  margin-bottom: 50px;
}
.contact button img{
  height: 25px;
}

@media (max-width: 800px) {
  .contact-inputs{
    width: 80vw;
  }  
}

.welcome{
  background-image: url(/humb/LandingP/HG_Kontakt.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;
}


.headline #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}
