.help-block.no-subscription-error{color: #a94442;}
.form-group.address-row{margin-top: 15px;}
.typo3-messages{list-style: none;margin: 0;padding: 0;}
.event-aside p, .event-aside div{overflow-wrap: break-word;}
#languagepopup-modal .boxContent{padding:30px;}
.raffle-form .help-block.with-errors{margin: 0;}
.raffle-form .help-block.with-errors ul{margin: 5px 0 0;padding: 0;font-size: 14px;}
.raffle-form .buttonLink{font-size: 1em;}
.raffle-headline{margin-bottom: 25px;}
.raffle-headline p{font-size: 16px;}
.raffle-form .has-error .checkbox, .raffle-form .has-error .radio{color: inherit;}
.raffle-form .buttonLink.disabled{cursor: not-allowed;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;opacity: .65;}
.winedbvalidate .has-error.has-danger .select2-selection.select2-selection--multiple,
.winedbvalidate .has-error.has-danger .select2-selection.select2-selection--single{border-color: #ff0000 !important;}
.frame-space-after-marginbottom30{margin-bottom: 30px;}
.frame-space-before-dividernomargintop .ce-div{margin-top: 0px;}
.dangerzone-wrap h2{margin: 0 0 15px 0;font-weight: normal;font-size: 1.7em;line-height: 1.2em;}
.navFooter p{margin-bottom: 0px;}
.offerteaser-listing{font-family: "Gotham A", "Gotham B", Arial, sans-serif;}
.offerteaser-listing .offer-box{margin-bottom: 30px;}
.offerteaser-listing .offer-box .offer-text-title{text-transform: uppercase;}
.offerteaser-listing .offer-box .offer-teaser-text{font-size: 0.7em;line-height: 1.3;}
.offerteaser-listing .offer-box .offer-teaser-text ul{padding-left: 15px;}
.offerteaser-listing .offer-box .offer-teaser-link{text-align: right;margin-top: 10px;}
.offerteaser-listing .offer-box .offer-teaser-link .btn{text-transform: none;}
#offerTypes-select {margin-bottom: 25px;}
@media (min-width: 768px) {
    .cookie-reopen{line-height: 1.3em;}
}
@media (max-width: 767px) {
    .offerteaser-listing .offer-box{margin-bottom: 15px;}
}
.sidenav-languagenav{margin-bottom: 45px;}
.sidenav-footernav .navigation-top li a[title~="Newsletter"]{display: none;}
.isweb-wrap{height: 0; width: 0;margin: 0;position: absolute;left: -9999px;}
.crossCheck-disabled:read-only{pointer-events: none;}
.subevents-check-group .help-block.with-errors{
    display: none;
}
.subevents-check-group .form-elem:last-child .help-block.with-errors{ display: block;}
.event-subcheck-group .help-block.with-errors {display: none;}
.event-subcheck-group .form-elem:last-child .help-block.with-errors{ display: block;}

/* VinumWorld Form - Loading Button Styles */
.btn-loading {
    cursor: not-allowed;
    opacity: 0.7;
}
.btn-loading .fa-spinner {
    margin-right: 5px;
}

/* Autorenliste plugin - tile spacing independent of page layout */
.autorenliste .ce-textpic {
    margin-bottom: 30px;
}

/* ── VINUM Abo Overview (home page) ─────────────────────────────── */
.vinum-abo-hero { padding: 40px 15px 24px; text-align: center; }
.vinum-abo-hero-head { max-width: 720px; margin: 0 auto; }
.vinum-abo-eyebrow {
    font-size: 0.85em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #99b19a;
    margin: 0 0 12px;
}
.vinum-abo-title {
    font-size: 2.4em;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 16px;
}
.vinum-abo-intro { color: #555; font-size: 1.05em; line-height: 1.55; }
.vinum-abo-intro p:last-child { margin-bottom: 0; }

.vinum-offer-grid-section { padding: 20px 15px 40px; }

.vinum-offer-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 0 32px;
}
.vinum-offer-filter-btn {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #333;
    padding: 8px 18px;
    font-size: 0.9em;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.15s ease;
}
.vinum-offer-filter-btn:hover { border-color: #99b19a; color: #99b19a; }
.vinum-offer-filter-btn.is-active {
    background: #99b19a;
    border-color: #99b19a;
    color: #fff;
}

.vinum-offer-grid { display: flex; flex-wrap: wrap; }
.vinum-offer-cell { margin-bottom: 32px; }
.vinum-offer-tile {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}
.vinum-offer-tile:hover { transform: translateY(-2px); text-decoration: none; color: inherit; }
.vinum-offer-tile-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f4f4;
}
.vinum-offer-tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vinum-offer-tile-body { padding: 14px 4px 0; }
.vinum-offer-tile-title {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 4px;
}
.vinum-offer-tile-price {
    color: #99b19a;
    font-weight: 600;
    font-size: 0.95em;
}

.vinum-abo-banner { padding: 0 15px 60px; text-align: center; }
.vinum-abo-banner img { max-width: 100%; height: auto; display: inline-block; }