/*Pos 1 bis 3 in der Logodesignvorschau Seite*/
.log-1{
 background-image: url(/thumb/LandingP/Logos/PROFHANF_LOGO-min.jpg);
}

.log-2{
 background-image: url(/thumb/LogoDesign_Neu/AMATH_LOGO-min.jpg);
}
.log-3{
 background-image: url(/thumb/LandingP/Logos/RETEDE_LOGO-min.jpg);
}

.log-4{
 background-image: url(/thumb/LogoDesign_Neu/POSTER_SIONSON-min.jpg);
}
.log-5{
 background-image: url(/thumb/LogoDesign_Neu/KOREANDER_LOGO-min.jpg);
}.log-6{
 background-image: url(/thumb/Logos/NANO_ATA_LOGO-min.jpg);
}.log-7{
 background-image: url(/thumb/Logos/ORBIT_LOGO-min.jpg);
}.log-8{
 background-image: url(/thumb/Logos/ABRO_LOGO-min.jpg);
}
.log-9{
 background-image: url(/thumb/Logos/CUBY_LOGO-min.jpg);
}
.log-10{
 background-image: url(/thumb/Logos/KENBA_LOGO-min.jpg);
}.log-11{
 background-image: url(/thumb/Logos/NANO_ATA_LOGO-min.jpg);
}.log-12{
 background-image: url(/thumb/Logos/ORBIT_LOGO-min.jpg);
}.log-13{
 background-image: url(/thumb/Logos/ABRO_LOGO-min.jpg);
}.log-14{
 background-image: url(/thumb/Logos/CUBY_LOGO-min.jpg);
}
.log-15{
 background-image: url(/thumb/Logos/KENBA_LOGO-min.jpg);
}.log-16{
 background-image: url(/thumb/Logos/NANO_ATA_LOGO-min.jpg);
}.log-17{
 background-image: url(/thumb/Logos/ORBIT_LOGO-min.jpg);
}
.log-18{
 background-image: url(/thumb/Logos/ABRO_LOGO-min.jpg);
}
.log-19{
 background-image: url(/thumb/LogoDesign_Neu/AMATH_LOGO-min.jpg);
}

.log-20{
 background-image: url(/thumb/LogoDesign_Neu/AMATH_LOGO_SOLO-min.jpg);
}



.vi-16{
 background-image: url(/thumb/Bildergeschichte/Visions_KI/5.png);
}
.vi-17{
 background-image: url(/thumb/Bildergeschichte/Visions_KI/6.png);
}
.vi-18{
 background-image: url(/thumb/Bildergeschichte/Visions_KI/4.png);
}
.vi-19{
 background-image: url(/thumb/Bildergeschichte/Visions_KI/3.png);
}
.vi-20{
 background-image: url(/thumb/Bildergeschichte/Visions_KI/2.png);
}
.head1{
  background-image: url(/thumb/LandingP/HG_Firmenlogos.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;

}

.intro{
  display: flex;
  justify-content: center;
}
.wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width:100vw;
  margin-bottom: 10px;
  padding-bottom: 50px;
  padding-top: 50px;
  
  
}
.wrapper p{
  font-weight: 500;
  margin: 20px;
  font-size: 1.3em;
  line-height: 20px;
}
.wrapper h1{
  font-weight: 500;
  margin: 20px;
  font-size: 1.6em;
}
.wrapper h2{
  margin-top: 20px;
  margin-left: 0px;
  font-size: 2.3em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

 
 @media(max-width: 710px){
  .wrapper p{
    font-size: 1.2em;
  }
.wrapper h1{
  font-size: 1.2em;
}
  }  
  @media(max-width: 710px){
.wrapper h2{
  font-size: 1.5em;
  line-height: 1.5em;
}
  }  
  
  
 /*SLIDER Section*/

.presentslider{
 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  justify-content: center;
  margin-right: 0px;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 0px;
  
  
}
@media(min-width:450px){
  .presentslider{ 
   margin-bottom: 0px;
}
}
@media(max-width:600px){
  .presentslider{
   margin-bottom: 0px;
}
}


.medientext{
  border-bottom: 2px solid rgb(124, 68, 0);
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
 
  
}

#meditex2{
  display: flex;
  flex-direction: row;
  height: 150px;
   flex-direction: column;
   justify-content: center;
   flex-wrap: wrap;
   border: none;
}
.icon-div{
  display: flex;
 align-items: center;
  flex-wrap: nowrap;
  margin-left: 20px;
  
}
.icon-div img{
  width: 50px;
  height: 50px;
  margin: 10px;
}

.container {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: rgba(22, 22, 21, 0.751);
  height: max-content;
  border-radius: 5px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.568);
  margin-bottom: 80px;
}
.container h3{
  margin-bottom: 20px;
  font-weight: 500;
  color: #ccc;
  font-size: 25px;
  font-style: italic;
}
@media (max-width: 1020px){
  .container h3{
    margin-bottom: 0px;
    font-size: 20px;
  }
}
.describer{
  padding: 20px;
  background-color: rgba(255, 178, 69, 0.253);
  height: max-content;
  border-radius: 5px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.568);
}

.describer h2{
  margin: 0;
  font-weight: 400;
  font-size: 1.5em;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: oblique;
  color: #373737;
}
.describer h1{
  margin: 0;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.2em;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: oblique;
  color: #373737;
}

/*SLIDER*/
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
  background: #404040;
}
.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}
.slider-wrapper .slide-button#next-slide {
  right: -25px;
}
.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
  
}




.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  max-width: 325px;
  height: 100%;
  object-fit: contain;
 
}
.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;

}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}
/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}

   

 

.grid2{ 
  margin-top: 20px;
  display: flex;
  flex-direction:column;
  justify-content: center;
  text-align:left;
  align-items: center;
  
}

 .grid-container2{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  gap: 5px;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 40px;
   margin-right: 30px;
   width: 100%;
}
@media(max-width: 600px){
  .grid-container2{
 margin-top: 100px;
 margin-right: 50px;
}
}
.grid2 #ki-icon{
  width: 25px;
  
}
.grid2#bildergeschichte .span2{
 font-size: 1em;
 font-style: italic;
 font-weight: 400;
}
.grid2#bildergeschichte{
  width: 90vw;
  margin-left: 70px;
  text-align: justify;
}
.grid2#bildergeschichte p{
  font-size: 1.2em;
  line-height: normal;
  line-height: 30px;
  margin-bottom: 10px;

}
.grid2#bildergeschichte span{
  font-size: 1.5em;
  line-height: normal;
  font-weight: 600;
  
}
@media(max-width: 600px){
  .grid2#bildergeschichte{
 margin-left: 20px;
}
}

.card2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 1px solid rgb(75, 82, 92);
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  margin: 10px;
  width: min-content;
  color: black;
  
}
@media(max-width:450px){
  .card2{
   margin-left: 30px;
}

}

.card2-image{
 
 background-color: rgb(0, 153, 255);
 height: 250px;
 margin-bottom: 15px;
 background-size: cover;
 width: 250px;
}
@media(max-width:450px){
  .card2-image{
    height: 200px;
  width: 200px;
 
}
}
.card2 img.ki-icon{
  width: 20px;
  
}



.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;
}
.action-text{
  display: block;
  text-align: center;
  width: 100vw;
  padding: 20px 50px 20px 50px;
 line-height: 1em;
  font-size: 1.5em; 
}
.welcome{
  background-image: url(/thumb/LandingP/HG_Logodeign.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;
}
.Bann2{
  background-image: url(/thumb/LandingP/logo_Banner_small.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 120px;
  overflow-x: hidden;

}
.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;
}
}
.action-text a button{
  padding: 15px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.509);
}
.action-text a button:hover{
  background-color: rgba(255, 153, 0, 0.863);
  color: whitesmoke;
  font-size: larger;
  box-shadow: none;
}
#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 */
}
.content {
  position: relative;
  z-index: 1; /* Stellt sicher, dass der Inhalt über dem Video liegt */
  color: white;
  text-align: center;
  padding-top: 200px; /* Beispielabstand für den Inhalt */
}
.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;
}
}