#MctHtmlContent_2 .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.TopbarLight {
	display: none !important;
}

.MctBreadcrumb {
    --cz-bg-opacity: 1;
    background-color: #f6f9fc !important;
}
  .CategoryBreadcrumbHack-1, .CategoryBreadcrumbHack-1 * {
    /*color: #ffffff !important;*/
  }
.CategoryBreadcrumbHack-1 {
/*  width: 100% !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: #00a7f4 !important;
  background-image: url(/images/uploaded/Theme/MctBreadcrumb.png);
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  background-blend-mode: normal;
  color: #ffffff !important;
*/}

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');

.banner-wrap {
    width: 100%;
    height: 580px;
    position: relative;
    overflow: hidden;
    background: #1a0a02;
    font-family: 'Cairo', sans-serif;
    display: flex;
    flex-direction: column;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10,5,0,0.72) 0%, rgba(20,10,2,0.38) 35%, rgba(15,8,0,0.55) 65%, rgba(5,25,10,0.88) 100% );
}

.content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 40px 28px 36px;
    text-align: center;
}

.einladung-tag {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 20px;
    margin-bottom: 22px;
}

.title-main {
    font-family: 'Cairo', sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

    .title-main span {
        color: #4dcc7a;
    }

.date-badge {
    background: #1a7a3a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 7px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 12px 0 10px;
}

.tagline {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .tagline span {
        color: rgba(255,255,255,0.4);
        margin: 0 4px;
    }

.divider {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4dcc7a, transparent);
    margin: 18px auto;
}

.food-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.plate-frame {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1.5px solid rgba(77,204,122,0.35);
    box-shadow: 0 0 0 5px rgba(77,204,122,0.06), 0 0 0 10px rgba(77,204,122,0.03);
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at center, rgba(40,90,50,0.3), rgba(10,20,10,0.6));
    display: flex;
    align-items: center;
    justify-content: center;
}

.plate-inner {
    font-size: 64px;
    line-height: 1;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6));
}

.arc-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bottom-section {
    width: 100%;
    margin-top: 8px;
}

.cta-text {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.cta-btn {
    display: block;
    width: 100%;
    background: #1a7a3a;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 4px 24px rgba(26,122,58,0.5);
}

.dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(77,204,122,0.15);
}