@import url('variables.css');

/* Reset CSS básico */
* {
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
}

html,
body {
   touch-action: none;            /* Chromium/Edge modernos */
    -ms-content-zooming: none;     /* Edge antiguo (EdgeHTML) / IE legado */
  width: 1080px;
  font-family: sans-serif;
  background-color: transparent;
  color: #000;
  overflow-x: hidden;
  /* desactiva scroll horizontal */
  width: 100%;
}

iframe {
  -webkit-user-select: auto;
  user-select: auto;
  touch-action: manipulation;
  /* evita delays en taps */
  -webkit-tap-highlight-color: transparent;
  margin-top: 110px;
}



/* Quitar estilos por defecto de listas y enlaces */
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Evitar estilos por defecto en formularios */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}
.textRohrlaser{
  margin-top: 40px;
}
/* Imágenes y medios */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

h1 {
  font-family: var(--font-heading);
  color: var(--color-KIESELMANN-BLUE);
  font-weight: 300;
  font-size: var(--fs-xxl);
}

h2{
  font-family: var(--font-base);
  text-align: left;
  width: 90%;
  color: var(--color-secondary);
  font-size: 1.2rem;
  font-weight: 300;
}

p {
  font-family: var(--font-base);
  font-size: 1rem;
  color: var(--color-secondary);
}

.bold {
  font-family: var(--font-base);
  font-weight: 600;
}

.zentriert{
  text-align: center;
}

/* Video */

.attractor {
  position: fixed;
  inset: 0;
  background: black;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9999;
}

.attractor.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#attractorVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* nav */
.navBackground {
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  max-height: 351px;
  min-height: 351px;
  object-fit: cover;
  pointer-events: none;
}

nav {
  display: flex;
  justify-content: center;
  z-index: 101;
  margin-bottom: 250px;
}

.navConteiner {
  display: flex;
  position: fixed;
  top: 0;
  justify-items: center;
  align-items: center;
  width: 100%;
  padding: 30px 50px 0px 50px;
  height: 150px;
  z-index: 101;
}

.navButtons {
  margin: 10px;
  min-width: 60px;
  height: 60px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  /* por si se usa en desktop también */
  user-select: none;
  /* evita seleccionar texto al tocar */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.navIcon {
  width: 30px;
}

.navLogo {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 10px;

}

.logoNav {
  height: 100%;
}

.navLangConteiner {
  margin-left: 10px;
  display: flex;
  width: 80px;
  height: 40px;
  padding: 5px;
  padding-top: 8px;
  padding-left: 8px;
  gap: 8px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  /* por si se usa en desktop también */
  user-select: none;
  /* evita seleccionar texto al tocar */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;

}

.navLangConteinerOpen {
  height: 75px;
  align-items: flex-start;
}

.navArrowLang {
  width: 15px;

}

.arrowClose {
  transform: rotate(180deg);
}

.navLangIconConteiner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.navLangIcon {
  cursor: pointer;
  /* por si se usa en desktop también */
  user-select: none;
  /* evita seleccionar texto al tocar */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  width: 25px;
  display: none;
}

.active {
  display: flex;
}

.activeOpen {
  display: flex;
}

.close {
  display: none;
}

/* Text Video Kiosk */
.textVideoKiosk{
  position: fixed;
  text-align: center;
  transform: translatey(600px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.textVideoKiosk p{
color: white;
font-weight: 600;
font-size: 2.5rem;
}
.textVideoKiosk img{
  width: 120px;
}

/* Title */

.kieselmannInfoPointLogo {
  margin: 50px;
  width: 500px;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 150px 0px 10px 0px;
}

.titleH1 {
  font-size: 5rem;
  text-align: center;

}

.titleH1 span {
  font-family: roboto;
  font-weight: 800;
}

/* Cards */
.cardsConteiner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columnas de igual tamaño */
  gap: 32px;
  /* espacio entre columnas y filas */
}
.terminAnfragenSection{
  padding: 0px 32px 0px 32px;
}

.terminAnfragenCard{
  height: 80px;
  background-image: url(resources/img/navBackground.png);
  background-color: var(--color-KIESELMANN-BLUE);
}

.terminAnfragenCard p{
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
}

.cardElement {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
 
  max-width: 100%;
  border-radius: 0px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.ansprechpartner{
  letter-spacing: 0.07em;
}



.cardElementHome {
  display: grid;
  gap: 0px;
  justify-items: center;
  grid-template-rows: 80% 20%;
}

.cardElementImg {
  max-height: 350px;
  object-fit: cover;

}


.cardElementText {
  font-family: var(--font-base);
  font-size: 2.2rem;
  font-weight: 200;
  color: var(--color-secondary);
}

/* Service */

.serviceNav {
  margin-bottom: 165px;
}

.haupConteinerService {
  padding-left: 50px;
  overflow: hidden;
}

.logoService {
  margin-top: 80px;
  max-height: 65px;
}

.logoRohrservice {
  margin-top: 20px;
}

.kieselmannService {
  display: grid;
  grid-template-columns: 60% 40%;
}

.kieselmannRohrservice {
  margin-top: 50px;
}

.rohrserviceMaschine {
  margin-top: 20px;
  transform: translateX(-50px);
  min-width: 1080px;
}

.bannerService {
  max-width: 100%;
  height: auto;
  height: 680px;
  transform: translateX(80px);
}

.haupConteinerService h1 {
  padding-top: 10px;
  font-family: var(--font-base);
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.serviceP {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.serviceP p {
  max-width: 600px;
}

.serviceP span {
  color: var(--color-secondary);
  font-weight: 600;
}

.rohrserviceP {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 20px;
  width: 980px;
}

.pRohrservice span {
  font-weight: 600;

}

.kontakt {
  margin-top: 30px;
  gap: 50px;
  display: flex;
  max-width: 660px;
}

.kontakt div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kontakt h1 {
  padding-top: 0px;
  color: var(--color-KIESELMANN-BLUE);
}

.kontakt span {
  color: var(--color-KIESELMANN-BLUE);
  font-weight: 600;
}

.kontakt .email {
  color: var(--color-secondary);
  font-weight: 300;
}

.kontaktText{
  justify-content: center;
}

.qrCodeService {
  display: flex;
  flex-direction: column;
  max-width: 660px;
  gap: 5px;
}

.qrCodeService img {
  width: 120px;
  position: unset;
}

.qrCodeService p {
  font-weight: 600;
}

.qrRohrlaser{
  padding-bottom: 40px;
}





.wrap {
  max-width: 980px;
}


.video-circle {
  float: left;
  /* o right si lo quieres al otro lado */
  width: 300px;
  height: 300px;
  border-radius: 50%;
  clip-path: circle(50%);
  /* recorta el contenido en círculo */
  overflow: hidden;
  shape-outside: circle(50%);
  margin: 0 20px 20px 0;
  /* separación del texto */
}

.video-circle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.text-block {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.text-block h1 {
  padding-top: 0px;
}

.pRohrservice {
  margin-bottom: 20px;
}

.rohrLaserVideo {
  display: grid;
  grid-template-columns: 75% 25%;
  gap: 40px;
  align-items: center;

}


/* RedDotAward */

.videoRedDot {
  transform: translateY(-30px);
  z-index: -100;
}

.textRedDot {
  transform: translateY(-30px);
  text-align: center;
  margin-left: 30px;
  width: calc(1080px - 60px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.redDotLogoUndQr {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 20px;
  justify-items:center;
  align-items: end;

}

.qrCodeRedDot {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.qrCodeRedDot p {
  color: var(--color-KIESELMANN-BLUE);
  font-weight: 600;

}

.qrCodeRedDot img {
  width: 140px;
}

.logoRedDot {
  width: 250px;
}


/* Digital Product Pass */

.kreis{
  width: 150px;          /* tamaño horizontal */
           /* tamaño vertical */
  border: 4px solid var(--color-KIESELMANN-BLUE); /* color y grosor del contorno */
  border-radius: 50%;    /* convierte el cuadrado en círculo */
  background: transparent;
  z-index: 100;
  position: fixed;  
  aspect-ratio: 1 / 1; 
}

.k1{
  width: 50px;
  border: 2px solid var(--color-KIESELMANN-BLUE);
  top: 652px;
  left: 343px;
}


.mainConteinerDigitalPass {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* para layouts internos */
}

.digitalPassHaupConteiner{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 90%;
  justify-items: center;
}

.digitalPassScheibenventilBild{
  width: 300px;
}

.digitalPassLogoUndTextConteiner{
  display: flex;
  gap: 50px;
  flex-direction: column;
  align-items: center;
}

.logoDigitalPass{
  margin-top: 150px;
  width: 350px;
}

.k2{
  border: 6px solid var(--color-KIESELMANN-BLUE);
  display: flex;
  justify-content:center;
  width: 350px;
  aspect-ratio: 1/1;
  position: unset;

}
.qrDigitalPass {
width: 200px;
}

 .overlay {
    position: fixed;
    inset: 0;  /* cubre toda la pantalla */
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 5; /* debajo de los círculos */
  }
  .line {
    stroke: var(--color-KIESELMANN-BLUE);
    stroke-width: 2px;
  }

  .textDigitalProductPass{
    color: var(--color-KIESELMANN-BLUE);
    font-size: 2rem;
    text-align: center;
  }

  .textDigitalProductPass span{
    font-weight: 800;
  }

/* Footer */
footer {
  height: 100px;
}

.footerImg {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  pointer-events: none;
  object-fit: cover;
  max-height: 380px;
  min-height: 351px;
}

html,
body {
  width: 1080px;
  font-family: sans-serif;
  background-color: transparent;
  color: #000;
  overflow-x: hidden;
  /* desactiva scroll horizontal */
  width: 100%;
}

.scrollable{
flex: 1;              /* ocupa todo el espacio restante */
    overflow-y: auto;
    touch-action: pan-y;
}
