*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
span{
    font-family: roboto;
}

body{
    font-family: roboto;
}


.spracheConteiner{
    position:fixed;
    z-index: 1000;
    display: flex;
    right: 20px;
    top: 50px;
    transform: translate(0 , -50%);
    gap: 20px;
}
.sprache{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    
}
.sprache img{
    width: 20px;
}
.spracheText{
    margin-top: 0px;
}
.aus{
    filter: grayscale(100%); 
    opacity: 50%;
    transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out; 
}
.aus:hover{
    filter: grayscale(0%);
    opacity: 100%;
}

.up{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 10px;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: scale 0.3s ease;
}

.escalar{
    scale: 0%;
}
.escalar-animar{
    scale: 100%;
}
.navConteiner{
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #ffffff;
    z-index: 100;
}
.navListe{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-inline: 50px;
    width: 100%;
    gap:50px;
}
.navElement{
  text-decoration: none; /* Elimina la decoración predeterminada (subrayado) */
  cursor: pointer; /* Cambia el cursor al pasar sobre el enlace */
}
.navElement a{
  text-decoration: none; /* Elimina la decoración predeterminada (subrayado) */
  cursor: pointer; /* Cambia el cursor al pasar sobre el enlace */
}

.navElement{
    color: #706f6f;
}
.logoNav{
    margin-inline: 50px;
    width: 15vw;
    cursor: pointer;
}
.activado{
    color: var(--kieselmannBlau);
    font-weight: 600;
}
.desactivado{
    color:#706f6f;
}

.iconsMitarbeiterUmsatz{
    position: absolute;
    right: 50px;
    display: flex;
    justify-content: center;
    height: 30vw;
    min-height: 300px;
    max-height: 600px;
}
.conteinerIconsHeader{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conteinerIconsHeader p{
    color: white;
    margin-top: 0;
}
.conteinerIconsHeader img{
    width: 200px;
}
.contenedorHeader{
    background-image: url("/Resources/IMG/Fluid_Process_Group_Web_header.jpg");
    background-size: cover; /* La imagen se ajustará al ancho del div y mantendrá su relación de aspecto original */
    background-repeat: no-repeat;
    height: 30vw;
    min-height: 300px;
    max-height: 600px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.handy{
    display: none;
}
.contenedorLogo{
    width: 90%;
}
.contenedorGeneral{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contenedorTexto{
    width: 60%;
    margin-bottom: 50px;
}
h1{
    margin-top: 80px;
    font-family: "roboto slab";
    font-weight: 200;
    font-size: 3.2rem;
    color: var(--kieselmannBlau) ;
}
p{
    margin-top: 20px;
    
    font-family: "roboto";
    color: #706f6f;
}
.slab{
    font-family: "roboto slab";
    font-size: 1.3rem;
    color: #00498d;
    font-weight: 600;
}
.bold{
    font-family: "roboto";
    font-weight: 600;
    color: #706f6f;
}
.titel{
    font-size: 1.3rem;
}
.logoFPG{
    width: 50%;
   
}

.contenedorLogos{
    margin-top: 50px;
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 50px;
}
.contenedorLogosSolos{
    width: 60%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Transición suave */
    opacity: 100%;
}
.contenedorLogosSolos:hover{
    transform: scale(1.2);
    opacity: 100%;
}
.test{
    font-family: "roboto";
    font-weight: 500;
}

.zweiColumns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.logosGeneralConteiner{
   width: 100%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
   background-color: #b3b3b307 ;
  

}

.branche{
    position: relative;
    width: 100%;   
    display: flex;
    justify-content: center;
}

.branche::before{
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to left, #00498D, #0064BC, #00498D);
    z-index: -1;
}
.brancheTitel{
    position: relative;
    width: 60%;
}
.ventilTechnik::before{
    position: absolute;
    top: -40px;
    bottom: 0px;
    left: -150px;
    right: 0;
    content: url("../Resources/SVG/iconVentiltechnik.svg");
    width: 120px;
}
.tanksUndBehalter::before{
    position: absolute;
    top: -40px;
    bottom: 0px;
    left: -150px;
    right: 0;
    content: url("../Resources/SVG/Icons_Tanks.svg");
    width: 120px;
}
.anlagenbau::before{
    position: absolute;
    top: -40px;
    bottom: 0px;
    left: -150px;
    right: 0;
    content: url("../Resources/SVG/icon_anlagenbau.svg");
    width: 120px;
}
.anlagenbauUndReinigungstechnik::before{
    position: absolute;
    top: -40px;
    bottom: 0px;
    left: -150px;
    right: 0;
    content: url("../Resources/SVG/icon_Reinigung.svg");
    width: 120px;
}
.brancheTitel h1{
    color: white;
    font-family: "roboto";
    font-weight: 600;
    font-size: 1.5rem;
    margin: 10px
}
.conteinerKarten{
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    width: 60%;
    
}
.karte{
display: flex;
border-radius: 10px;
flex-direction: column;
align-items: center;
gap: 20px;
transition: scale 0.3s ease;
}

.karte:hover{
    scale: 1.02;
}

.sombra{
background-color: #ffffff; /* Color de fondo del elemento */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Definición de la sombra */
}

.conteinerKarten img{
max-width: 100%;
border-radius: 10px 10px 0px 0px;
}
.logo{
    
    width: 60%;
}

button{
      /* Estilos básicos del botón */
  background-color: var(--kieselmannBlau); /* Color de fondo */
  color: white; /* Color del texto */
  border: none; /* Sin borde */
  border-radius: 5px; /* Bordes redondeados */
  padding: 10px 80px; /* Espaciado interior */
  font-size: 16px; /* Tamaño de fuente */
  cursor: pointer; /* Cambia el cursor al pasar el ratón */
  margin-bottom: 80px;
  /* Efecto de hover */
  transition: scale 0.3s ease;
}

button:hover{
    scale: 1.1;
}



.conteinerKarten p{
    margin-top: 0;
    margin-bottom: 20px;
    width: 80%;
    text-align: center;
}

.footer{
    background-image: linear-gradient(to left, #00498D, #0064BC, #00498D);
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pFooter{
    margin-top: 0;
    margin-inline-end: 100px;
    text-decoration: none;
    color: white;
}
.pFooter a{
    text-decoration: none;
    color:white;
}
.dazwischen{
    width: 75%;
    display: flex;
    justify-content: center;
}
.eins{
    grid-template-columns: 1fr;
    width: calc((100% - 100px) / 3);

}
.zwei{
    width: calc((100% - 25px ) / 1.5);
}
.drei{
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}
.conteinerIconsHeader p{
padding-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
    .karte{
        border-radius: 0px;
    }
    .karte img{
        border-radius: 0px;
    }
    .ventilTechnik::before{
        display: none;
    }
    .ventilTechnik{
        text-align: center;
    }
    .tanksUndBehalter::before{
        display: none;
    }
    .tanksUndBehalter{
        text-align: center;
    }
    .anlagenbau::before{
        display: none;
    }
    .anlagenbau{
        text-align: center;
    }
    .anlagenbauUndReinigungstechnik::before{
        display: none;
    }
    .anlagenbauUndReinigungstechnik{
        text-align: center;
    }
    .iconsMitarbeiterUmsatz{
        display: none;
    }

    .navButton{
        top: 20px;
        left: 20px;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        height: 50px;
        width: 50px;
        background-color:rgba(255, 255, 255, 0.9);
        z-index: 1000;
    }

    .burgerIcon{
        position: relative;
        width: 30px;

    }

    .close{
        position: absolute;
        display: none;
    }
    .open{
        position: absolute;
        display: flex;
    }
    .navConteiner{
        width: 100%;
        position: sticky;
        height: auto;
        background-color: rgba(255, 255, 255, 0.9);
        
        padding-block: 100px 50px;
        flex-direction: column;
        gap: 50px;
    }
    .logoNav{
        width: 80%;
    }
    .navListe{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .conteinerKarten{
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
        width: 100%;
        max-width: 1400px;
    }

    .zweiColumns{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contenedorLogos{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .contenedorLogosSolos{
        width: 60%;
    }
    p{
        column-count: 1;
    }
    .contenedorTexto{
        width: 80%;
    }
    .contenedorLogo{
        display: flex;
        justify-content: center;
    }
    .logoFPG{
        width: 600px;
       max-width: 90%;
    }
    .desktop{
        display: none;
    }
    .handy{
        display: flex;
    }
    .dazwischen{
        width: 100%;
    }
    .close{
        position: fixed;
        display: none;
    }
    .open{
        position: fixed;
        display: flex;
    }
  }
  
  /* Estilos para pantallas medianas (de 601px a 900px de ancho) */
  @media only screen and (min-width: 1101px) and (max-width: 1700px) {
    .contenedorLogos{
        grid-template-columns: 1fr 1fr;
    }
  }
  
  /* Estilos para pantallas grandes (más de 900px de ancho) */
  @media only screen and (min-width: 901px) {

  }