.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ═══════════════════════════════════════════
     HANSMANN DACHBAU — FLOATING ISLAND HEADER
  ═══════════════════════════════════════════ */

  #masthead,
  .be-header,
  header.be-header { display: none !important; }

  .hd-wrap {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    padding: 16px 48px;
    pointer-events: none;
    transition: padding 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  }
  .hd-wrap.scrolled { padding: 10px 48px; }

  .hd-pill {
    max-width: 900px;
    margin: 0 auto;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: rgba(22, 22, 21, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    padding: 0 8px 0 6px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    pointer-events: auto;
    overflow: visible;
  }

  .hd-logo {
    position: relative;
    top: 28px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 8px 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35), 0 2px 8px rgba(0,0,0,0.2);
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.25s cubic-bezier(0.32, 0.72, 0, 1);
  }
  .hd-logo:hover { transform: translateY(-2px); }
  .hd-logo img {
    height: 64px;
    width: auto;
    display: block;
  }

  .hd-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
  }
  .hd-nav a {
    font-size: 13px;
    font-weight: 500;
    color: rgba(250, 250, 250, 0.7);
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  }
  .hd-nav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
  }

  .hd-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .hd-cta {
    display: inline-flex;
    align-items: center;
    background: #fafafa;
    color: #3d3d3c !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    transition: background 0.25s cubic-bezier(0.32, 0.72, 0, 1),
                transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);
  }
  .hd-cta:hover { background: #ebebeb; transform: scale(0.97); }

  .hd-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px; height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
  }
  .hd-burger:hover { background: rgba(255, 255, 255, 0.15); }
  .hd-burger span {
    display: block;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    transform-origin: center;
  }
  .hd-burger.open span:nth-child(1) { transform: translateY(3.25px) rotate(45deg); }
  .hd-burger.open span:nth-child(2) { transform: translateY(-3.25px) rotate(-45deg); }

  .hd-mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 16, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: opacity 0.35s cubic-bezier(0.32, 0.72, 0, 1),
                transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  }
  .hd-mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  .hd-mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .hd-mobile-nav a {
    font-size: 28px;
    font-weight: 800;
    color: rgba(250, 250, 250, 0.85);
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 12px;
    letter-spacing: -0.02em;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    opacity: 0;
    transform: translateY(16px);
    transition: color 0.2s, background 0.2s,
                opacity 0.4s cubic-bezier(0.32, 0.72, 0, 1),
                transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  }
  .hd-mobile-menu.open .hd-mobile-nav a { opacity: 1; transform: translateY(0); }
  .hd-mobile-menu.open .hd-mobile-nav a:nth-child(1) { transition-delay: 0.05s; }
  .hd-mobile-menu.open .hd-mobile-nav a:nth-child(2) { transition-delay: 0.10s; }
  .hd-mobile-menu.open .hd-mobile-nav a:nth-child(3) { transition-delay: 0.15s; }
  .hd-mobile-menu.open .hd-mobile-nav a:nth-child(4) { transition-delay: 0.20s; }
  .hd-mobile-menu.open .hd-mobile-nav a:nth-child(5) { transition-delay: 0.25s; }
  .hd-mobile-nav a:hover { color: #fff; background: rgba(255,255,255,0.06); }
  .hd-mobile-cta {
    margin-top: 16px;
    font-size: 18px !important;
    background: #d83a3a !important;
    color: white !important;
    padding: 14px 32px !important;
    border-radius: 999px !important;
  }

  @media (max-width: 1024px) {
    .hd-wrap { padding: 14px 24px; }
    .hd-pill { max-width: 100%; }
    .hd-nav a { padding: 6px 10px; font-size: 12px; }
  }

  @media (max-width: 768px) {
    .hd-wrap { padding: 12px 16px; }
    .hd-pill { max-width: 100%; height: 48px; padding: 0 6px; }
    .hd-logo { top: 18px; padding: 6px 10px; }
    .hd-logo img { height: 44px; }
    .hd-nav { display: none; }
    .hd-burger { display: flex; }
  }

  @media (max-width: 480px) {
    .hd-cta { display: none; }
    .hd-logo { top: 14px; }
    .hd-logo img { height: 36px; }
    .hd-mobile-nav a { font-size: 22px; }
  }/* End custom CSS */