li#menu-item-659 .sub-menu {
    display: none;
}
/* ======================== MEGA MENU BEGIN  ============ */
li#menu-item-659  ul.sub-menu.show-menu {
    display: block;
    transform: translateX(0);
    border: 0px solid #f6ca47;
    /* background-color: #ffffff !important; */
    background-image: none !important;
    position: fixed;
    will-change: transform;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding-top: 5px;
    margin-top: -1px;
}
.nachlife-row {
    padding-top: 36px;
}
.menu-item.closed .sub-menu {
    display: none;
}
.menu{
      display: flex;
    align-items: center;
    justify-content: space-around;
}
.menu li a{
  color: #444242;
  font-weight: 600;
  text-transform: uppercase;
}
.menu li a:hover{
  color: #F2A820;
  transition: 0.3s;
}
  /* ---------- Mega Menu (standalone) ---------- */
  .mega {
    background: #ffffff;
    border: 1px solid #e6e8ee;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(26, 34, 56, 0.10);
    overflow: hidden;
  }

  .mega-grid {
    display: grid;
    /*grid-template-columns: 240px 1fr 300px;*/
    grid-template-columns: 320px 1fr;
    align-items: stretch;
    /*min-height: 460px;*/
  }
  .tabs, .content, .contact { height: 100%; }

  /* Tabs column */
  .tabs {
    background: #f7f8fb;
    border-right: 1px solid #e6e8ee;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    color: #1a2238;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
    user-select: none;
  }
  .tab:hover { background: #ffffff; }
  .tab.active {
    background: #ffffff;
    border-color: #fcd34d;
    box-shadow: 0 6px 20px rgba(26, 34, 56, 0.06);
  }
  .tab .tab-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #fff4c2;
    color: #1a2238;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: background 0.2s ease;
  }
  .tab.active .tab-icon { background: #fcd34d; }
  .tab .tab-icon svg { width: 18px; height: 18px; }

  /* Content column */
  .content { padding: 24px 15px; }
  .panel { display: none; animation: fade 0.25s ease; }
  .panel.active { display: block; }
  @keyframes fade {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .panel-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef0f5;
  }
  .panel-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a2238;
    margin: 0;
  }
  .panel-sub { color: #5b6374; font-size: 0.85rem; }
.item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}
  .item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #1a2238 !important;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500 !important;
    transition: background 0.18s ease, color 0.18s ease;
    cursor: pointer;
    text-transform: none !important;
}
.contact-cta a {
    text-transform: none !important;
    color: #1a2238 !important;
    font-size: 0.9rem;
    font-weight: 500 !important;
}
.contact-cta{
	margin-top:-15px;
}
.contact li a {
    text-transform: none !important;
    color: #1a2238 !important;
    font-size: 0.9rem;
    font-weight: 500 !important;
}
  .item .arrow {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #f5b800;
    flex-shrink: 0;
    transition: transform 0.18s ease, color 0.18s ease;
  }
  .item .arrow svg { width: 14px; height: 14px; }
  .item:hover { background: #fff4c2; color: #1a2238; }
  .item:hover .arrow { transform: translateX(3px); color: #1a2238; }

  /* Contact column */
.contact {
    /* background: #fffbe9; */
    /* border-left: 1px solid #e6e8ee; */
    padding: 0px 0px 24px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    margin-top: 15px;
}
.contact-cta>a{
  width: 100% !important;
}
.frieden-nect{
  width: 100% !important;
}
  .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }
  .contact-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px;
    border-radius: 11px;
    background: #ffffff;
    border: 1px solid #e6e8ee;
  }
.contact-item small {
    color: #5b6374;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 600;
}
  .contact-item a, .contact-item span.value {
    text-transform: none !important;
    color: #1a2238 !important;
    font-size: 0.9rem;
    font-weight: 500 !important;
  }
  .contact-item a:hover { color: #f5b800; }

  .contact-cta button {
    width: 100%;
    background: #1a2238;
    color: #ffffff;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .contact-cta button:hover {
    background: #2a3354;
    transform: translateY(-1px);
  }

  /* Responsive */
  @media (max-width: 980px) {
    .mega-grid { grid-template-columns: 1fr; }
    .tabs {
      flex-direction: row;
      overflow-x: auto;
      border-right: none;
      border-bottom: 1px solid #e6e8ee;
    }
    .tab { white-space: nowrap; }
    .contact { border-left: none; border-top: 1px solid #e6e8ee; }
    .item-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px) {
    .item-grid { grid-template-columns: 1fr; }
  }
  
/* 404 */

div#content.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 0px;
    max-width:1350px;
    margin:0 auto;
  }
  
  .error-404.not-found.default-max-width .page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
  }
  
  div#content.page-404 img{
    max-width: 100%;
    padding-top: 50px;
  }
  div#content.page-404{
    text-align: center;
  }
.anfrage-col.listandsell-button.error-btn a {
    background: #F2A820;
    color: #fff;
    padding: 13px 26px;
    border-radius: 8px;
}
 .anfrage-col.listandsell-button.error-btn a:hover {
    background: #3B5B75;
    color: #fff;
    transition: 0.3s;
}
h1.page-title-error {
  font-size: 38px;
  text-align: flex;
}
  @media only screen and (max-width:1024px){
    /* borlab==begin */
    #BorlabsCookieBoxWidget.bottom-left {
      left: 0;
      bottom: 66px !important;
  }
        /* borlab==end */

    div#content.page-404 {
        padding: 100px 16px;
        text-align: center;
    }

  }
  /* 404 end*/
  
.grecaptcha-badge{
	/*bottom: 165px !important;*/
	z-index:999 !important;
}

@media screen and (max-width: 992px) {
	.grecaptcha-badge{
	bottom: 175px !important;
 }
}
