/* Global */



/* Laptop */

@media only screen and (max-width: 1280px) {


}

/* Tablet */

@media only screen and (max-width: 1024px) {

h1 {
  font-size: 45px;
  margin-left: -3px;
}

.h1 h2 {
  font-size: 45px;
  margin-left: -3px;
}

.h1-small h1 {
  font-size: 35px;
  margin-left: -3px;
}

.tk-main-nav ul.elementor-nav-menu {
  padding: 40px 0 ;
}

}


/* Mobile Portrait */

@media only screen and (max-width: 768px) {

  .square-hint {
    padding: 15px;
}

.square-hint h1 {
  font-size: 35px;
}

.koehler-header {
    min-height: auto;
  }

.koehler-header .logo-header {
    flex: 0 70%;
}

.koehler-header .menue-header {
    flex: auto;
    width: auto;
    padding: 5px;
}

.koehler-header .social-header {
    width: 100%;
    justify-content: end;
    gap: 10px;
    display: none
}

.koehler-header .social-header a {
    width: 40px;
    height: 40px;
}

.footer-signe-cont {
  justify-content:flex-start;
  gap: 10px;
}

.koehler-footer .footer-signe {
  max-width: 70px !important;
}

.footer-signe-cont p {
  font-size: 30px;
  line-height: 1.1;
}

.body-big {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
}


}


/* Very Small/Smartphone */

@media only screen and (max-width: 400px) {

  .koehler-footer .footer-signe {
  max-width: 60px !important;
}
  .footer-signe-cont p {
        font-size: 27px;
    }


}
