.elementor-302 .elementor-element.elementor-element-0e9bf43{--display:flex;}.elementor-302 .elementor-element.elementor-element-0e9bf43:not(.elementor-motion-effects-element-type-background), .elementor-302 .elementor-element.elementor-element-0e9bf43 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F4E8;}.elementor-302 .elementor-element.elementor-element-6cff0e1 > .elementor-widget-container{margin:0rem 0rem 0rem 0rem;padding:0rem 0rem 0rem 0rem;}.elementor-302 .elementor-element.elementor-element-6cff0e1 .header-layout-control, .elementor-302 .elementor-element.elementor-element-6cff0e1 .header-layout-control .sticky-wrapper{background:var( --e-global-color-primary );}.elementor-302 .elementor-element.elementor-element-6cff0e1 .main-menu>ul>li>a{color:var( --e-global-color-text );margin:0em 0em 0em 0em !important;}.elementor-302 .elementor-element.elementor-element-6cff0e1 .main-menu>ul>li>a:hover{color:var( --e-global-color-accent );}.elementor-302 .elementor-element.elementor-element-6cff0e1 .main-menu ul.sub-menu li a{color:var( --e-global-color-primary );}.elementor-302 .elementor-element.elementor-element-6cff0e1 .main-menu ul.sub-menu li a:hover{color:var( --e-global-color-accent );}.elementor-302 .elementor-element.elementor-element-6cff0e1 .btn-mask, .elementor-302 .elementor-element.elementor-element-6cff0e1 .th-btn{background-color:var( --e-global-color-accent );margin:0em 2em 0em 0em;}/* Start custom CSS for realarheader, class: .elementor-element-6cff0e1 */@media (max-width: 767px) {
  .header-logo img {
    max-width: 140px !important;
    height: auto;
  }
  button.th-menu-toggle.sidebar-btn {
    background: #0b0b0b !important;
}

.sidebar-btn .line{
    background-color:#f8f4e8 !important;
}
}
@media (max-width: 991px) {

  /* OVERLAY (Hintergrund) */
  .th-menu-wrapper {
    background: rgba(11, 11, 11, 0.55);
    backdrop-filter: blur(4px);
  }

  /* PANEL */
  .th-menu-wrapper .th-menu-area {
    width: 88%;
    max-width: 340px;
    background: #0B0B0B;
    padding: 50px 26px 30px; /* sauber ausbalanciert */
    box-shadow: 0 25px 70px rgba(0,0,0,0.4);
  }

  /* LOGO / TITEL */
  .th-mobile-menu:before {
    content: "JuhlReal";
    display: block;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(198, 167, 94, 0.25);
    color: #F8F4E8;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
  }

  /* MENÜ LISTE */
  .th-mobile-menu,
  .th-mobile-menu ul,
  .th-mobile-menu .menu-main-menu-container {
    background: transparent;
  }

  .th-mobile-menu ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
  }

  /* EINZELNE ITEMS */
  .th-mobile-menu ul li {
    border-bottom: 1px solid rgba(248, 244, 232, 0.12);
  }

  /* LINKS */
  .th-mobile-menu ul li a {
    display: block;
    padding-left:20px !important;
    margin-top:20px;

    color: #F8F4E8;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  /* HOVER / AKTIV */
  .th-mobile-menu ul li a:hover,
  .th-mobile-menu ul li.current-menu-item > a,
  .th-mobile-menu ul li.current_page_item > a {
    color: #C6A75E;
    padding-left: 6px;
  }

  /* PFEILE / ICONS */
  .th-mobile-menu .th-menu-toggle,
  .th-mobile-menu .menu-item-has-children > a:after {
    color: #C6A75E;
  }

  /* CLOSE BUTTON */
  .th-menu-wrapper .th-menu-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(198, 167, 94, 0.35);
    background: #111;
    color: #F8F4E8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
  }

  .th-menu-wrapper .th-menu-toggle:hover {
    background: #C6A75E;
    color: #0B0B0B;
  }

}/* End custom CSS */