/********* Compiled - Do not edit *********/
:root{--color-primary:#da1718;--color-gradient-start:#DA1718;--color-gradient-stop:#DA1718;--color-link:#da1718;--color-link-hover:#d87f7f;}.lqd-page-frame[data-orientation=v]{background:rgb(255, 255, 255);}.lqd-page-frame[data-orientation=h]{background:rgb(255, 255, 255);}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Rubik;font-weight:400;line-height:1.68em;font-size:17px;color:#67615d;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:Poppins;font-weight:400;line-height:2;font-size:14px;color:#737373;}.h1,h1{font-family:Rubik;font-weight:700;line-height:1.2em;font-size:52px;color:#503c2f;}.h2,h2{font-family:Rubik;font-weight:700;line-height:1.2em;font-size:42px;color:#503c2f;}.h3,h3{font-family:Rubik;font-weight:700;line-height:1.2em;font-size:38px;color:#503c2f;}.h4,h4{font-family:Rubik;font-weight:700;line-height:1.2em;font-size:34px;color:#503c2f;}.h5,h5{font-family:Rubik;font-weight:700;line-height:1.2em;font-size:20px;color:#222222;}.h6,h6{font-family:Rock Salt;font-weight:400;line-height:1.2em;font-size:18px;color:#da1718;}.main-header .navbar-brand{max-width:80px !important;}.titlebar-inner h1{}.titlebar-inner p{}.titlebar-inner{padding-top:200px;padding-bottom:200px;}#content{background-color:#f4f4ef;}section.vc_row{units:px;}@media ( min-width: 1200px ){.header-fullscreen .navbar-fullscreen{background:rgba(0, 0, 0, 0)!important;}}@media screen and (max-width: 1199px){.main-header .navbar-header{background:rgb(0, 0, 0);}.main-header .ld-module-trigger, .main-header .ld-search-form .input-icon{color:rgb(255, 255, 255);}.main-header .nav-trigger .bar{background-color:rgb(255, 255, 255);}body[data-mobile-nav-style=classic] .navbar-collapse, body[data-mobile-nav-style=minimal] .navbar-collapse{background:#da1718;color:rgb(255, 255, 255);}ul.nav.main-nav > li > a, ul.nav.main-nav > li > a:hover, .main-nav .children > li.active > a, .main-nav .children > li.current-menu-item > a, .main-nav .children > li.current-menu-ancestor > a, .main-nav .children > li:hover > a, .nav-item-children > li.active > a, .nav-item-children > li.current-menu-item > a, .nav-item-children > li.current-menu-ancestor > a, .nav-item-children > li:hover > a{color:inherit !important;}}/* ===================================
   SIPREGO CATERING CALCULATOR CSS V2.5
   Fix: Perfektes geometrisches Häkchen & Zentrierung
   =================================== */

@import url('//fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');

:root {
    --primary: #d32f2f;
    --primary-dark: #b71c1c;
    --primary-light: #ffebee;
    --text-dark: #1a1a1a;
    --text-grey: #666666;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 12px 24px rgba(0, 0, 0, 0.1);
    --radius: 16px;
}

.siprego-calculator {
    font-family: 'Rubik', sans-serif;
    max-width: 900px;
    margin: 40px auto;
    color: var(--text-dark);
    text-align: center;
}

.calculator-container {
    background: var(--white);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 0px solid rgba(0,0,0,0.02);
}

/* Header */
.calculator-header {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    padding: 50px 30px 40px;
    color: #ffffff !important;
}

.calculator-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    color: #ffffff !important;
}

.calculator-header p {
    font-size: 18px;
    opacity: 0.95;
    font-weight: 400;
    color: #ffffff;
}

.calculator-body {
    padding: 40px;
}

/* Sections */
.section {
    margin-bottom: 50px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.section-subtitle {
    text-align: center;
    margin: 0 auto 25px auto;
    max-width: 600px;
    font-size: 14px;
    color: var(--text-grey);
    line-height: 1.5;
}

.section-icon {
    width: 32px;
    height: 32px;
    fill: var(--primary);
    background: var(--primary-light);
    padding: 6px;
    border-radius: 8px;
}

/* Guest Counter */
.guest-counter {
    background: var(--bg-light);
    padding: 30px 40px;
    border-radius: var(--radius);
}

.guest-number-display {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.guest-number {
    font-size: 56px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.guest-label {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-grey);
}

/* Slider Styling */
.slider-wrapper {
    position: relative;
    padding: 10px 0;
    max-width: 500px;
    margin: 0 auto;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #e0e0e0;
    outline: none;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--white);
    border: 4px solid var(--primary);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: transform 0.2s;
    margin-top: -2px;
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-grey);
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Packages Grid */
.packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.package-card {
    background: var(--white);
    border: 2px solid transparent;
    border-radius: var(--radius);
    padding: 25px 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.package-card.selected {
    border-color: var(--primary);
    background: var(--white);
    box-shadow: 0 10px 30px rgba(211, 47, 47, 0.15);
    transform: translateY(-5px);
}

.package-card.selected::after {
    content: "✔";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.package-icon {
    font-size: 32px;
    margin-bottom: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-icon svg {
    width: 40px;
    height: 40px;
    fill: var(--text-dark);
    transition: fill 0.3s;
}

.package-card.selected .package-icon svg {
    fill: var(--primary);
}

.package-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--text-dark);
}

.package-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.package-features {
    font-size: 14px;
    color: var(--text-grey);
    line-height: 1.5;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: auto;
}

/* Add-ons */
.addon-item {
    background: var(--white);
    border: 1px solid #eee;
    border-radius: var(--radius);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.addon-item:hover {
    background: var(--bg-light);
}

.addon-item.selected {
    border-color: var(--primary);
    background: var(--primary-light);
}

.addon-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background: white;
    transition: all 0.2s;
    flex-shrink: 0;
    
    /* Neue Flex-Zentrierung für das Häkchen */
    display: flex;
    align-items: center;
    justify-content: center;
}

.addon-item.selected .addon-checkbox {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

/* NEUES GEOMETRISCHES HÄKCHEN */
.addon-item.selected .addon-checkbox::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 2px; /* Optische Korrektur nach oben */
}

.addon-info { 
    flex: 1; 
    text-align: center; 
}

.addon-name { font-weight: 600; font-size: 16px; margin-bottom: 4px; }
.addon-description { font-size: 13px; color: var(--text-grey); }
.addon-price { font-weight: 700; color: var(--primary); font-size: 16px; }

/* Price Display */
.price-container {
    background: #222;
    color: white;
    border-radius: var(--radius);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.price-container::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at top right, #333 0%, transparent 40%);
    opacity: 0.5;
}

.price-content { position: relative; z-index: 2; text-align: center; }

.total-price {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
    letter-spacing: -1px;
    background: linear-gradient(to right, #fff, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-per-person {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 25px;
}

.cta-button {
    background: var(--primary);
    color: white;
    border: none;
    padding: 22px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    box-shadow: 0 10px 25px rgba(211, 47, 47, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
}

.cta-button:hover {
    background: #c62828;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(211, 47, 47, 0.4);
    color: white;
}

.cta-icon { width: 20px; height: 20px; fill: white; }

/* Responsive */
@media (max-width: 768px) {
    .calculator-body { padding: 25px 20px; }
    .guest-number { font-size: 42px; }
    .total-price { font-size: 48px; }
    .section-title { font-size: 18px; }
    .section-subtitle { font-size: 13px; }
    
    .addon-item { flex-wrap: wrap; justify-content: center; }
    .addon-info { min-width: 100%; margin: 10px 0; }
}

/*Home Bild Spalte Min. Höhe sonst unsichtbar*/
.siprego-img-col {
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .siprego-img-col {
        min-height: 350px;
    }
}

/*Linke Standort Spalte*/

@media (max-width: 767px) {
    .siprego-info-col {
        margin-bottom: 25px !important;
    }
}