.hero-kontakt {
    background: url("/images/hero/kontakt.jpg");
    height: 55vh;
  }

  .hero-kontakt.hero-global::before {
    background-color: rgba(0, 0, 0, 0.2); 
}
  .hero-kontakt h1 {
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "Lato";
    margin-top: 10px;
  }

  .kontakt-map {
    height: 75vh;
    padding: 0;
    margin: 0;
}

  .kontakt-map iframe {
    width: 100%;
    height: 100%;
  }

  .kontakt-main {
    color:#0C2D51;
    padding: 3vh 5%;
    background: #ECEDEE;
  }

  .kontakt-main  h2 {
    margin-bottom: 1vh;
  }
  .kontakt-main p {
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 2px;
  }

  .contact-us-section {
    background:#ECEDEE ;
    padding: 0;
    margin: 0;
  }

  .contact-us-section .form-container form input {
    width: 45% ;
    padding: 1.6vh 2.2vh ;
    margin: 2.2vh 0.5vh ;
  }

  .contact-us-section .form-container form textarea {
    width: 94.6%;
    height: 30vh !important;
    padding: 1.6vh 2.2vh;
    margin: 2.2vh 0.5vh;
  }
  .contact-us-section form {
    padding: 0;
    width: 90vw;
  }
  .contact-us-section .form-container form button {
    margin-right: 2vh;
}
  

  .kontakt-two-cols {
    display: flex;
    margin: 12vh 0;
  }

  .kontakt-left {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-top: 60px;
    padding-right: 40px;
  }

  .kontakt-right {
    width: 70%;
    padding-left: 5%;
  }

  .kontakt-social-icons img {
    filter: invert(88%) sepia(56%) saturate(4142%) hue-rotate(177deg) brightness(90%) contrast(122%);

  }

  .kontakt-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 3vh;
  }

  .kontakt-info a {
    font-size: 24px;
    font-family: 'Lato';
    text-decoration: none;
    color: #0C2D51;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 1vh 0 1vh 0;
  }

  .kontakt-phone {
    position: relative;
    padding-left: 50px;
  }
  #kontakt-email {
    position: relative;
    padding-left: 50px;
  }

  .kontakt-phone::before {
    content: "";
    display: inline-block;
    background-image: url("/images/phone.png");
    background-size: contain; /* Ensure the checkmark scales properly */
    background-repeat: no-repeat;
    width: 33px; /* Adjust width based on your checkmark size */
    height: 33px; /* Adjust height based on your checkmark size */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Vertically center the checkmark */
  }

  #kontakt-email::before {
    content: "";
    display: inline-block;
    background-image: url("/images/email.png");
    background-size: contain; /* Ensure the checkmark scales properly */
    background-repeat: no-repeat;
    width: 33px; /* Adjust width based on your checkmark size */
    height: 33px; /* Adjust height based on your checkmark size */
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%); /* Vertically center the checkmark */
  }


  .kontakt-social-icons {
    display: flex;
    align-items: center;
    margin: 5vh 0;
    justify-content: center;
  }

  .kontakt-social-icons img{
    margin: 0 30px;
  }

  .kontakt-social {
    border-top: 1px solid #0000001c;
    width: 85%;
    margin-top: 5vh;
  }

  .kontakt-left {
    border-right: 1px solid #0000001c;

  }

  @media only screen and (max-width:1600px) {
    .kontakt-info a {
      font-size: 18px;
    }

    .kontakt-social-icons img {
      height: 30px;
      width: auto;
    }
  
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) 
{
  .hero-kontakt {
    height: 50vh;
  }
  
  .kontakt-map {
    height: 40vh;
    padding: 0;
    margin: 0;
}

  .contact-us-section {
    background:#ECEDEE ;
    padding: 0 0 5vh 0;
    margin: 0;
  }

  .contact-us-section .form-container form input {
    width: 85% ;
    padding: 1.6vh 2.2vh;
    margin: 2.2vh 0;
  }

  .contact-us-section .form-container form textarea {
    width: 85% ;
    height: 23vh;
    padding: 1.6vh 2.2vh ;
    margin: 2.2vh 0;
  }
  .contact-us-section .form-container form {
    padding: 0;
    width: 90vw;
  }
  .contact-us-section .form-container form button {
    margin-bottom: -2vh;
    margin-right: 5vh;
}
  
  .kontakt-two-cols {
    display: flex;
    flex-direction: column;
    margin: 2vh 0 5vh 0;
  }

  .kontakt-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    height: 37vh;
    margin: 0;
    padding: 0;
  }

  .kontakt-right {
    width: 100%;
    padding-left: 0;
  }

  .kontakt-info {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin-top: 3vh;
  }

  .kontakt-info a {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .kontakt-phone {
    padding-left: 40px;
  }
  #kontakt-email {
    position: relative;
    padding-left: 40px;
  }

  .kontakt-phone::before {
    width: 25px; /* Adjust width based on your checkmark size */
    height: 25px; /* Adjust height based on your checkmark size */
  }

  #kontakt-email::before {
    width: 25px; /* Adjust width based on your checkmark size */
    height: 25px; /* Adjust height based on your checkmark size */
  }


  .kontakt-social-icons {
    display: flex;
    margin: 4vh 0;
    justify-content: space-between;
  }

  .kontakt-social {
    border-top: 1px solid #0000001c;
    width: 40%;
    margin-top: 5vh;
  }

  .kontakt-left {
    border-right:none;

  } 
}

  @media (max-width: 768px) 
{
    .hero-kontakt {
        height: 40vh;
        justify-content: end;
        padding-bottom: 20vh;
      }
      .kontakt-map {
        height: 40vh;
        padding: 0;
        margin: 0;
    }
      .contact-us-section {
        background:#ECEDEE ;
        padding: 0 0 5vh 0;
        margin: 0;
      }
    
      .contact-us-section .form-container form input {
        width: 85% ;
      }

      .contact-us-section .form-container form  {
        padding-bottom: 0 ;
      }
    
      .contact-us-section .form-container form textarea {
        width: 85% ;
      }
      .contact-us-section .form-container form button {
        margin-bottom: 0 ;
        margin-right: 2vh;
    }
      
    
      .kontakt-two-cols {
        display: flex;
        flex-direction: column;
        margin: 2vh 0 5vh 0;
      }
    
      .kontakt-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
        min-height: 37vh;
        height: auto;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
      }
    
      .kontakt-right {
        width: 100%;
        padding-left: 0;
      }
    
      .kontakt-info {
        display: flex;
        flex-direction: column;
        gap: 3vh;
        margin-top: 3vh;
      }
    
      .kontakt-info a {
        font-size: 18px;
        letter-spacing: 2px;
      }
    
      .kontakt-phone {
        padding-left: 40px;
      }
      #kontakt-email {
        padding-left: 40px;
      }
    
      .kontakt-phone::before {
        width: 25px; /* Adjust width based on your checkmark size */
        height: 25px; /* Adjust height based on your checkmark size */
      }
    
      #kontakt-email::before {
        width: 25px; /* Adjust width based on your checkmark size */
        height: 25px; /* Adjust height based on your checkmark size */
      }
    
    
      .kontakt-social {
        border-top: 1px solid #0000001c;
        width: 70%;
        margin-top: 5vh;
      }
    
      .kontakt-left {
        border-right:none;
      } 


}

@media (max-width: 376px) 
{
    .hero-kontakt{
        margin-top: 10vh;
        height: 50vh;
      }
}
