/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://Lamellendach-mehlsi.de
Template: twentytwentyfour
Author: Stefan Mehlis
Author URI: https://Lamellendach-mehlis.de
Description: Lamellendach
Version: 1.0
Updated: 2024-10-02 20:31:02

*/

.hfe-skip-link {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hfe-skip-link:focus {
    position: fixed !important;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    clip: auto;
    background: #fff;
    color: #000;
    z-index: 100000;
}

/* #region Leadform anpssung */

.leadforms-answer-wrapper {
  flex-basis: 50% !important;
  max-width: 50% !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  display: flex !important;
}

.leadforms-answer {
  flex: 1 1 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important; /* Sorgt für gleiche Höhe */
  min-height: 160px !important; /* Minimale Höhe festlegen */
}
@media (max-width: 480px) {
  .leadforms-answer-wrapper {
    padding: 5px !important;
  }
  .leadforms-answer {
    padding: 10px !important;
    font-size: 16px !important;
  }
  /* Icons kleiner machen */
  .leadforms-answer img {
    height: 50px !important;
  }
}

.elementor-nav-menu--dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  width: 250px !important;
  z-index: 99999 !important;
  --menu-height: auto !important;
}

/* #endregion Leadform anpssung */