/*
Theme Name: Pascal Kreylos Webdesign Theme
Author: Pascal Kreylos
Description: Kundenprojekt für 3D CleanTime
Version: 1.0
*/

.iti.iti--allow-dropdown {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .mob-menu-wrapper-mob {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: fixed !important;
    top: -9999px !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .mob-menu-wrapper-mob * {
    display: none !important;
  }

  .menu-parent.w--open,
  .mob-menu-wrapper-mob.w--open {
    display: none !important;
    opacity: 0 !important;
  }
}


.tel-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-popup-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  text-align: center;
  max-width: 320px;
}

.popup-tel-link {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
}

.popup-tel-link:hover {
  text-decoration: underline;
}

.popup-close-btn {
  margin-top: 15px;
  padding: 6px 12px;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.hidden {
  display: none;
}





