@font-face {
    font-family: 'Architects Daughter';
    src: url('../Fonts/ArchitectsDaughter-Regular.ttf') format('truetype'); /* Passe den Pfad zur TTF-Datei an */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype'); /* Passe den Pfad zur TTF-Datei an */
    font-weight: normal;
    font-style: normal;
}
html {scroll-behavior: auto !important;}
:root {

    --singalcolor: #f44434;
    --maincolor: #c10a28;
    --maincolor-darken: #9f0921; /*Für Hovereffekte z.b*/

    --maincolor-textcolor: #fff;
    --maincolor-textcolor-active: #fff;
    --maincolor-textcolor-hover: #000;

    --logo-color: #fff;
    --logo-font: 'Architects Daughter', cursive;

    --headline-font: 'Architects Daughter', cursive;

    --grey: #e8e8e8;
    /*visual*/
    --visual-overlay: rgba(0,0,0,0.5);
    --visual-overlay-dark: rgba(0,0,0,0.9);
    --visual-textcolor: rgba(255,255,255,1);

    /* für die Schriften global */
    --bs-font-sans-serif: 'Roboto', sans-serif;

    /** Bootstrap Override*/
    --bs-primary: var(--maincolor);

}
/*Hilfsklassen*/
.bg-maincolor {
    background-color: var(--maincolor) !important;
}
.color-maincolor {
    color: var(--maincolor) !important;
}
.logofont {
    font-family:  var(--logo-font)
}
.defaultfont {
    font-family: var(--bs-font-sans-serif)
}
.headlinefont {
    font-family: var(--headline-font)
}
/*Hilfsklassen ENDE */
/*Allegemein*/
h1,h2,h3,h4,h5,h6 {font-weight:bold;font-family: var(--headline-font); color: var(--maincolor)}
.btn-primary,.btn-primary.disabledWithEvents,.btn-primary.disabledWithEvents:hover {background-color: var(--maincolor); border-color: var(--maincolor); color: #fff; }
.btn-primary.disabledWithEvents {opacity:0.6; }
.btn-primary:hover, .btn-primary:focus {color: var(--maincolor); background-color: var(--maincolor-textcolor);  border-color: var(--maincolor); }
.btn {padding-left: 1.3rem; padding-right: 1.3rem; border-radius: 35px;}
.btn-signalcolor {    border-color: var(--singalcolor) !important;    background: var(--singalcolor)  !important;}
.btn-signalcolor:hover {    border-color: #f12513 !important;    background: #f12513  !important;}

.animate-color {-webkit-transition:color 0.5s;    -moz-transition:color 0.5s;    -o-transition:color 0.5s;    transition:color 0.5s}
.animate-background {-webkit-transition:background-color 0.5s;    -moz-transition:background-color 0.5s;    -o-transition:background-color 0.5s;    transition:background-color 0.5s}
/*Allegemein ENDE */
/*Navigation*/
#mainNav {
    height:125px;
    color: var(--maincolor-textcolor);
}
#mainNav .container {background: var(--maincolor)}
#mainNav[data-hasarrow='true']::after {content: " "; width:100%; height: 19px;  position: absolute; bottom:-9px;left:0; background:url('/fileadmin/arrow_down.svg') repeat-x; background-size: 19px 17px;}
.navbar a{  color: var(--maincolor-textcolor); text-decoration: none;}
.navbar a:hover{  color: var(--maincolor-textcolor-hover); }

.navbar-nav {font-size:1.1rem;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--maincolor-textcolor-active);
}
.navbar-light .navbar-nav .nav-link {
    color: var(--maincolor-textcolor);
}
.navbar-light .navbar-brand {
    color: var(--logo-color);
    font-family: var(--logo-font);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: var(--maincolor-textcolor);
    opacity: 0.3;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--maincolor-textcolor-hover);
}
/*Telefon im Header*/
.navbar-telephone {

}
.navbar-telephone-label {
    margin-bottom:-5px;
}
.navbar-telephone-number {
    font-size: 1.2rem;
    font-weight: bold;
}
.navbar-collapse.collapse.show, .navbar-collapse.collapsing{position: absolute; z-index: 300; top: 7.7rem; width: 100%; left: 0; background: var(--maincolor); padding: 0 1rem;}
.navbar-light .navbar-toggler {color: var(--maincolor-textcolor); border-color: var(--maincolor-textcolor);}
.navbar-light .navbar-toggler-icon {  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
.logoimg {max-height:100px;}
/* Warenkorb im Header */
.cartSection {

}
.cartSection svg{
    width:33px;
    height:33px;
}
.cartSection .cartSection-value{
    font-size:1.5rem;
}
/**
    HeaderVisual
 */
.visual {
    background: url('../images/headerimg_1.jpg') no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: var(--visual-overlay);
    background-position: center center;
    color: var(--visual-textcolor);
}
.visual.visual-dark-overlay {
    background-color: var(--visual-overlay-dark);
}
.visual h1, .visual h2, .visual h3, .visual h4, .visual h5, .visual h6 {color: var(--visual-textcolor)}
/** Produkttype - Filter */
.producttypes-filter {color: var(--maincolor-textcolor); flex-wrap: nowrap; overflow-x: scroll;      scrollbar-width: thin;}


.producttypes-filter h1, .producttypes-filter h2, .producttypes-filter h3, .producttypes-filter h4{color: var(--maincolor-textcolor)}
.producttypes-filter .producttypes-filter-item{height:100px;cursor: pointer; background: var(--maincolor);   flex-direction: column; position: relative}
.producttypes-filter .producttypes-filter-item:hover{background: var(--maincolor-darken); }
.producttypes-filter .producttypes-filter-item svg {width: 75px; height: 100px;}
.producttypes-filter-movelink {position: absolute; top:0; left:0; width: 100%; height:100%;}

/*productcatalog*/
.productcatalog {}
.producttype-container {}
.category-container {}
.category-teaser{height:300px; background-position:center !important; background: url('../images/headerimg_1.jpg') no-repeat; background-size:cover; }
.category-teaser.teaserimage-pizza{ background-image: url('https://www.improvworx.de/lieferpate/pizza.jpg');}
.category-teaser.teaserimage-pasta{ background-image: url('https://www.improvworx.de/lieferpate/pasta.jpg') ;}
.category-teaser.teaserimage-salat{ background-image: url('https://www.improvworx.de/lieferpate/salat.jpg') ;}
.category-teaser.teaserimage-getränke{ background-image: url('https://www.improvworx.de/lieferpate/drinks.jpg') ;}
.category-teaser .category-teaser-text{color:#fff;}
.category-teaser .category-teaser-text h2{color:#fff; text-shadow: 0px 0px 7px black}
.category-teaser .category-teaser-text p{background: rgba(0,0,0,0.5); }

body.modal-open:has(#locationModal.show) #foodModal{opacity:0}

.productitem {    background: #e8e8e8;}
.productitem .productitem-header{}
.productitem .productitem-subheader {font-size: 0.7rem;}
.productitem:hover  {    cursor:pointer;}
.productitem:hover .btn-primary  {    color: var(--maincolor);    background-color: var(--maincolor-textcolor);    border-color: var(--maincolor);}

.producttype-container:not(:has(.row .col-12 .productitem)){display:none}

.cartPreview {}
.cartPreview > .card {position: sticky; top: 180px;}
.cartPreview svg{height:33px; width:33px;}
.cartPreview .cardPreview-productitem svg{height:20px; width:20px; color: var(--maincolor)}
.cardPreview-productitem-delete-trigger, .cardPreview-productcoupon-delete-trigger  {cursor: pointer; opacity: 0.75;}
.cardPreview-productitem-delete-trigger:hover ,
.cardPreview-productcoupon-delete-trigger:hover {cursor: pointer; opacity: 1;}
.cardPreview-productitem-info-additive {}
.cardPreview-productitem:has(.cardPreview-productitem-delete .d-none) {margin-top:-16px !important;}
#card-count {width: 30px; height: 20px; font-size:1.2em; background: var(--maincolor); color: #fff; text-align: center; position: absolute; top: -5px; left: -10px; box-shadow:1px 0px 5px 2px rgba(0,0,0,0.6);    line-height: 20px; border-radius: 20px; }
#card-count[data-count="0"] { background: var(--maincolor);}
#card-count:not([data-count="0"]) { background: var(--singalcolor);}
.card-latch {    position: absolute; width: 50px; height: 50px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50px 0 0 50px; box-shadow: 0px 0px 8px 1px inset #999; left: -50px; top: 0; cursor: pointer; display:none}
.cartPreview .card-latch-close{display:none;    font-size: 2.6rem;}
#minimumValue-notreached {border: 1px solid red;    padding: 5px;    background: #ea7d7d;}
#minimumValue-notreached:empty {display:none}
/* Modal */
.ingredientsList {}
.ingredientsListShowAll {display:none;}
.removeIngredientsListShowAll {color: mediumblue; font-size: 0.7em; cursor: pointer}
.ingredientsList input[type="number"]{width:30px;}
/**Um ganze Fläche für den Klick vorzubereiten */
.ingredientsListItem {    position: relative;    padding-left: 1rem;}
.ingredientsListItem i[data-ingredienttrigger-type]{width: 47%; height: 23px; position: absolute; top: 3px;left:0;}
/* ENDE*/
.ingredientsListItem i[data-ingredienttrigger-type="minus"]{display:none;}
.ingredientsListItem.active i[data-ingredienttrigger-type="minus"]{display:inline;}
.ingredientsListItem.active i[data-ingredienttrigger-type="plus"]{display:none;}
.ingredientsListItem.active {color: var(--maincolor);}
.ingredientsListItem.active .fa-check{display:inline}
.ingredientsListItem .fa-check{display:none}
.ingredientsListItem i{color: var(--maincolor); cursor: pointer;}
#countFood {width:48px;}
#foodmodal_comment {display:none;}
#countFoodLabel {font-size:0.8rem;}
.addCart::after{ content:  "(" attr(data-price) ")";}

.orderingtoday-time-delivery{display:none}
.orderingtoday-time-takeaway{display:none}
#devliveryOrTakeawayFormContainer:has(#deliverytype-delivery:checked) + #deliverywisthtimeFormContainer .orderingtoday-time-delivery {display:inline}
#devliveryOrTakeawayFormContainer:has(#deliverytype-abholung:checked) + #deliverywisthtimeFormContainer .orderingtoday-time-takeaway {display:inline}

#deliverywisthtimeFormContainer {background: #f5f4f3;border-radius: 6px;padding-top: 7px;padding-bottom: 7px;}
#deliverywisthtimeFormContainer > .form-check-label {margin-bottom:7px;    position: relative;    padding-left: 21px;}
#deliverywisthtimeFormContainer > .form-check-label i  {font-size: 20px;    position: absolute;    left: 0;    top: 2px;}
/**
Order
 */
/* Chrome, Safari, Edge, Opera */
#phone::-webkit-outer-spin-button, #phone::-webkit-inner-spin-button,
#zip::-webkit-outer-spin-button, #zip::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#phone, #zip{
    -moz-appearance: textfield;
}
.paymentTypeRow {display:flex; margin-top: 2px; gap: 15px; margin-bottom: 20px;flex-flow: wrap;}
.paymentType {position:relative; width: 100px; height: 100px; }
.paymentType .paymentTypeContent{ padding: 5px; border: 3px solid #d1cdcd;    border-radius: 6px; background: #d1cdcd; height: 100%; display: flex; align-items:  center; justify-content: center; flex-direction: column;}
.paymentType [type="radio"]{opacity: 0;  z-index: 10000;  position: absolute; top:0;left:0; width:100%;height:100%;cursor: pointer;}
.paymentType [type="radio"]:checked + .paymentTypeContent {border-color: red;    }
.paymentTypeCost{position: absolute; z-index: 200; background: red; padding: 0 6px; color: #fff; border-radius: 8px; font-size: 10px; left:7px;   }
/* Styles für den Button mit class "btn primery" und value="Bestellen" */
.btn.btn-primary[value="Bestellen"] {
    background: green !important;
    padding: 6px 27px;
    font-size: 21px;
    position: relative;
    color: white;
    border: none;
    cursor: pointer;
}



#devliveryOrTakeawayFormContainer{}
#devliveryOrTakeawayFormContainer div.ms-2{display:flex;background: #f5f4f3; width: 300px;    border-radius: 31px;}
#deliverytype-delivery-container, #deliverytype-abholung-container{  cursor: pointer; width: 50%; margin: 5px; position:relative;padding: 5px; border-radius: 32px;}
#deliverytype-delivery-container:has(input:checked), #deliverytype-abholung-container:has(input:checked){   background: #ffffff;}
#deliverytype-delivery-container:has(input:checked)::after, #deliverytype-abholung-container:has(input:checked)::after {position: absolute; right: 0; top: -8px;content: "\f00c"; font: normal normal normal 14px / 1 FontAwesome; color: #fff; background: #4BB543; border-radius: 50px; width: 20px; height: 20px; display: flex ; justify-content: center; align-items: center; }

#couponbutton {top:31px;}

/*Footer*/
footer {background: var(--maincolor); color: var(--maincolor-textcolor)}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {color: var(--maincolor-textcolor)}
footer a{color: var(--maincolor-textcolor); text-transform: uppercase; text-decoration: none;}
footer a:hover, footer a:focus{color: var(--maincolor-textcolor-hover); text-decoration: underline}
footer svg {width:50px;height:50px;}
#lieferpate {}
#lieferpate:hover svg{    filter: grayscale(0);    opacity: 1;}
#lieferpate svg{width:70px; height: 60px; transition: 0.2s all;    filter: grayscale(1);    opacity: 0.7;}
#loadOverlay {display:flex; justify-content: center;  font-size: 70px; color: #fff;align-items: center; position: fixed; top:0;left:0;width:100%; height:100%; background: rgba(0,0,0,0.5); display:none;}
#loadOverlay.show {display:flex; z-index: 9999999}
.successMessage {font-weight:bold; color: green;}
.failMessage {font-weight:bold; color: red;}

.scontoBadge {display: flex;color: #f44434;flex-direction: column;font-weight: bold;transform: rotate(20deg);position: absolute;top: 5px;right: 5px;background: #fff;border-radius: 100px;height: 170px;width: 170px;align-items: center;justify-content: center;}
.scontoBadge svg{width:100px;}

label {    font-weight:bold;}
.form-check label {font-weight:normal}
.modal {z-index:15000;}

.pulsAnimation{    animation: pulsate 2s ease-in-out 1;}

#install-wrapper {font-size: 10px;background: #f5f5f5;padding: 5px;justify-content: center;gap: 7px;display: none;align-items: center;}
#install-wrapper b {font-size: 11px;}
#install-wrapper img {width:40px;}
#install-wrapper .btn {font-size: 10px;    padding: 3px;}
.isAndroidContent, .isIosContent {display:none}
body.isIOS #install-wrapper,body.isAndroid #install-wrapper{display:flex !important;}
body.isIOS .isIosContent, body.isAndroid .isAndroidContent{display:block}

.item-pricevalue--delivery, .show-by-delivery{display:none}
.deliveryChoosen .item-pricevalue--delivery,
.deliveryChoosen .show-by-delivery{display:inline-block}
.deliveryChoosen .item-pricevalue--abholung,
.deliveryChoosen .show-by-abholung{display:none}
.forceShow {display:block !important;}
.forceShowFlex{display:flex !important;}
.gdprcookie{z-index: 9999999}


/* Container styling */
.option-container { display: flex; margin:auto;background-color: #f5f4f3; border-radius: 30px; padding: 5px; width: fit-content; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
/* Individual option styling */
.option { display: flex; align-items: center; padding: 5px 10px; border-radius: 30px; font-family: Arial, sans-serif; color: #333; cursor: pointer; transition: background-color 0.3s; }
/* Styling for selected option */
.option.active,
.deliveryChoosen .option.deliveryOption,
.abholungChoosen .option.abholungOption{    background-color: white;    color: #333;    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);}
.deliveryChoosen .option.deliveryOption i,
.abholungChoosen .option.abholungOption i {color: var(--maincolor)}
/* Icon styling */
.option i {    margin-right: 8px;    font-size: 1.2em;}
/* Text and time styling */
.option-text {    font-weight: bold;    font-size: 1em;}
.option-time {    font-size: 0.9em;    color: #666;    margin-top: 2px;}


.strike-price {
    color: #e60000;                 /* Rote Farbe für den Preis */
    font-weight: bold;              /* Fettgedruckter Text */
    position: relative;             /* Position für das pseudo-Element */
    display: inline-block;          /* Block für bessere Kontrolle */
}

.strike-price::before {
    content: "";                    /* Inhalt des pseudo-Elements */
    position: absolute;             /* Positionierung innerhalb des Elements */
    top: 50%;                       /* Mitte des Texts */
    left: -5%;                      /* Leichter Offset für den Anfang */
    width: 110%;                    /* Länge des Strichs */
    height: 2px;                    /* Dicke des Strichs */
    background-color: #e60000;      /* Rote Farbe für den Strich */
    transform: rotate(-10deg);      /* Schräge Linie */
}
.strike-pricebtn-pos {position: absolute; top: -22px; left: -7px; width:53px; font-size: 10px; background: white; border-radius: 6px; padding: 0 4px; box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5) }

#loadingscreen{position:fixed; background:#fff; top:0;left:0;width:100%;height:100%; display:flex; align-items:center;justify-content:center;    justify-content: center;    flex-direction: column-reverse;}
#loadingscreen svg  {  width:200px;  animation: tilt-shaking 0.25s linear infinite;}
#loadingscreen svg path {fill: var(--maincolor) !important}

@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
@keyframes pulsate {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    30% {
        transform: scale(1.2);
        background: green;
    }
    60% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);

    }
    61% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow:1px 0px 5px 2px rgba(0,0,0,0.6);
    }
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #999999;
}


@media (min-width: 920px) {
    .producttypes-filter { scrollbar-width: none;}
}
@media (min-width: 992px) {
    /* Nav */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    /** Produkttype - Filter */
    .producttypes-filter .producttypes-filter-item{height:150px;}
    .producttypes-filter { scrollbar-width: none;}
    .cartPreview > .card{max-height: calc(100vh - 180px); overflow-x: auto;}
}
@media (max-width: 992px) {
    .cartPreview {position: fixed; z-index: 5000; width: calc(100% - 70px); top: 100px; left: 100%; padding: 0;}
    .cartPreview.show {left:auto; right: 0;}
    .cartPreview:not(.noFix) .card-body {max-height: calc(100vh - 100px);       overflow-y: scroll;}
    .cartPreview.noFix {position: static; height: auto;z-index: 900;}
    .cartPreview.noFix #orderViewBtn {display:none;}
    .cartPreview.noFix .card-latch {display:none !important;}
    .cartPreview.noFix .card-title .card-title-default{display:none !important;}
    .cartPreview.noFix .card-title .card-title-noFix{display:inline !important;}
    .cartPreview.noFix .option-container {display:none !important;}
    .card-latch {display:flex;}
    .cartPreview.show .card-latch .card-latch-close{display:block;}
    .cartPreview.show .card-latch  .card-latch-open{display:none;}

    .ingredientsListShowAll{display:block;}
    .ingredientsList:not(.showall) > * {display:none;}
    .ingredientsList:not(.showall) > *:nth-child(4), .ingredientsList > *:nth-child(1), .ingredientsList > *:nth-child(2),.ingredientsList > *:nth-child(3){display:block;}

    #foodmodal_removeIngredientsList.ingredientsList:not(.showall) > * {display:block;}
}
@media (max-width: 768px) {
    .ce-intext.ce-right .ce-gallery {float:none; margin: 0 0 15px 0;}
    .cartSection {display:none}
    .search-latch-open{top: 180px !important;}

    .btn.btn-primary[value="Bestellen"] {width:100%;}

}
@media (max-width: 480px) {
    .productitem-cartbtn .btn {padding-left:8px; padding-right:8px;font-size:15px;}
    .producttypes-filter .producttypes-filter-item svg {height:50px}
}
/* Sonder Media Queries */
@media (max-width: 350px) {
    .option-text {        font-size: 0.7em;    }
}
@media (max-width: 340px) {
    .productitem-cartbtn .btn {padding-left: 5px;        font-size: 14px;        padding-right: 5px;    }
}
/* serachbar*/
.search-latch-open{
    position: fixed;
    top: 20%;
    right: 0;
    background: #fff;
    font-size: 26px;
    box-shadow: 0px 0px 8px 1px inset #999;
    padding: 5px 12px 5px 15px;
    border-radius: 50px 0 0 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99999;

    right: -24px !important;
    font-size: 17px !important;
    padding: 11px 12px 5px 8px;
}
#search-container {
    display: flex;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
#search-container input {    width: 100%;
    background: transparent;
    border: none;
    }
.search-box {
    max-width: 1000px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ccc; /* Rand */
    border-radius: 20px; /* Abgerundete Kanten */
    padding: 5px 15px; /* Innenabstand */
    background-color: #f9f9f9; /* Hintergrundfarbe */
}

.search-icon {
    font-size: 16px;
    color: orange; /* Farbe des Such-Icons */
    margin-right: 10px; /* Abstand zum Eingabefeld */
}

.search-input {
    border: none; /* Kein Rahmen */
    outline: none; /* Kein Fokus-Rahmen */
    flex-grow: 1; /* Nimmt den restlichen Platz ein */
    font-size: 14px; /* Schriftgröße */
    background-color: transparent; /* Kein Hintergrund */
}
#search-close{
    width: 32px;
    text-align: center;
    cursor: pointer;
}
#invoicecontainer{border: 1px solid #bfbfbf;    padding: 15px;    display: none;}
#invoicetrigger{display: none;}
/* Autocomplete */
#searchInput, #searchInputStreet {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.emptyfield {border-color: red;}
#suggestions {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.suggestion {
    padding: 5px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-right: 20px;
}
.suggestion::after {
    content: "\f25a"; /* FontAwesome arrow icon */
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 7px;
    top: calc(50% - 7px);
}
.suggestion:hover {
    background-color: #e0e0e0;
}
#locationModalErrorMsg {color: red; font-weight:bold; }
.color-red{color: red;}
.color-red-bold{color: red; font-weight:bold; }


/* START CUSTOM STYLING PAYMENTS */

.customstyling-paymentslist-2 .paymentTypeRow{flex-direction: column;gap:0;border: transparent; background: transparent;border: 1px solid #ddd9d5; border-radius: 6px;}
.customstyling-paymentslist-2 .paymentTypeRow .paymentType{width:100%; height:50px;border: transparent; background: transparent;border-bottom: 1px solid #ddd9d5;}
.customstyling-paymentslist-2 .paymentTypeRow .paymentType .paymentTypeContent{display: flex ; transition: all 0.5s;flex-direction: row; border: transparent; background: transparent;    border-radius: 0;justify-content: flex-start; gap: 22px;}
.customstyling-paymentslist-2 .paymentTypeRow .paymentType .paymentTypeContent div:first-child{width:60px !important; padding: 0 !important}
.customstyling-paymentslist-2 .paymentType .paymentTypeContent div[style*="81px"] {transform: scale(0.6)} /* Google Pay */
.customstyling-paymentslist-2 .paymentType:has(.paymentTypeContent div[style*="81px"]) + .paymentType .paymentTypeContent div:first-child {transform: scale(0.8)} /* Apple Pay */
.customstyling-paymentslist-2  .paymentTypeTitle {margin: 0 !important}

.customstyling-paymentslist-2 .paymentType [type="radio"]:checked + .paymentTypeContent{    position:relative; background: #e5e5e5 !important;}
.customstyling-paymentslist-2 .paymentType [type="radio"]:checked + .paymentTypeContent::after  {position: absolute; right: 31px; top: 13px; content: "\f00c"; font: normal normal normal 14px / 1 FontAwesome; color: #fff; background: #4BB543; border-radius: 50px; width: 20px; height: 20px; display: flex ; justify-content: center; align-items: center; }

.customstyling-paymentslist-2 .paymentType:hover .paymentTypeContent{background:#d2d2d2 !important}

/*BG fuer Icons */
.customstyling-paymentslist-2 .paymentTypeRow .paymentType .paymentTypeContent div:first-child{background: #f4f4f4;    border-radius: 6px;}
.customstyling-paymentslist-2 .paymentTypeRow .paymentType .paymentTypeContent div:first-child svg{transform: scale(0.8)}

.customstyling-paymentslist-2  .paymentTypeRow .paymentType .paymentTypeContent div[style*="81px"] {width: 81px !important;     margin-left: -14px;
    margin-right: -6px;} /* Google Pay */
.customstyling-paymentslist-2  .paymentTypeRow .paymentType:has(.paymentTypeContent div[style*="81px"]) + .paymentType .paymentTypeContent div:first-child {width: 81px !important; margin-left: -7px; margin-right: -12px;} /* Apple Pay */

/* END CUSTOM STYLING PAYMENTS */
.trust-wrapper{display:flex;justify-content:center;margin:0 0;font-family:inherit;    background: #e8e8e8;}

/* Pill‑Badge */
.trust-badge{
    display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;
    border:1px solid #e5e7eb;border-radius:.75rem;

    padding:.75rem 1.25rem;line-height:1;
    justify-content:center;
}

.trust-item{display:flex;align-items:center;gap:.45rem;font-size:.85rem;white-space:nowrap}
.trust-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}
.trust-stars svg{fill:#fbbf24;height:16px;width:16px}
.trust-icon{height:22px;width:22px}
.trust-pay img,.trust-pay svg{height:22px;width:22px}

/* Mobile – wrap instead of scroll, keep labels small */
@media(max-width:480px){
    .trust-badge{gap:.8rem;padding:.6rem .9rem}
    .trust-item{gap:.3rem;font-size:.8rem}
    .trust-label{font-size:.7rem}
    .trust-icon,.trust-pay img,.trust-pay svg{height:20px;width:20px}
}

/** OVERRIDE TEST */
.form-floating>label {opacity:0.6}
.logoimg {
    max-height: 70px;
}
#mainNav {
    height: 92px;
}
/** Adjustment TYPO3 */
.ce-textpic.ce-intext img {width: 400px; height: auto; max-width: 100%;}

/* Loyality Points */

/* QuickSolution regist failed */
body:has(.loyalty-points-onlycontent) > .container,   body:has(.loyalty-points-onlycontent) > .container-fluid,  body:has(.loyalty-points-register-user-form  .alert-danger) > .container-fluid{display:none}
.offcanvas-backdrop +  .modal-backdrop{z-index:1040}
.points-badge:has(+ .show),
body:has(.cartPreview.noFix) #loyaltyTab{display:none}
.loyalty-tab {
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    background: #e66465;
    color: #fff;
    animation: 1s all;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0.75rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    z-index: 1050;
    transition: all 0.2s;
}
.loyalty-tab:hover {
    background: #c05354;
}

.points-card {
    background: linear-gradient(90deg, #e66465 0%, #9198e5 100%);
    border-radius: 16px;
    padding: 1.5rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
}

.points-card h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;

    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.points-card h2 strong {
    font-size: 1.75rem;
    font-weight: 900;
    display: inline-block;
    margin-left: 0.5rem;
}

.points-card hr {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin: 1rem auto 0;
    width: 60%;
}

/* 1) Container und Überschrift */
.rewards-container {
    padding: 1rem;
    background: #f9fafb;
    border-radius: 10px;
    box-shadow: 1px 10px 8px 1px rgba(0, 0, 0, 0.3);
}
.rewards-container h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

/* 2) Flex-Row (Bootstrap-Klassen bleiben erhalten) */
.rewards-container .d-flex {
    gap: 1rem;
}

/* 3) Card-Grundstil */
.rewards-container .card {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rewards-container .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 4) Bild oben */
.rewards-container .card-img-top {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

/* 5) Card-Body */
.rewards-container .card-body {
    padding: 0.75rem;
}

/* 6) Titel */
.rewards-container .card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem;
}

/* 7) Text */
.rewards-container .card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

/* 8) Lock-Button (btn-secondary) */
.rewards-container .btn-secondary {
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    background: #e5e7eb;
    border: none;
    border-radius: 8px;
    padding: 0.5rem;
    cursor: not-allowed;
    transition: background 0.2s;
}
.rewards-container .btn-secondary:hover {
    background: #d1d5db;
}

/* 9) Icon im Button (FontAwesome) */
.rewards-container .btn-secondary .fa-lock {
    font-size: 0.9rem;
    line-height: 1;
}


.alert-loyalty {
    background: linear-gradient(90deg, #e66465, #9198e5);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-loyalty a.btn-loyalty {
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: background 0.2s;
}

.alert-loyalty a.btn-login {
    background: #fff;
    color: #e66465;
}
.alert-loyalty a.btn-login:hover {
    background: #f2f2f2;
}

.alert-loyalty a.btn-register {
    background: #fff;
    color: #9198e5;
}
.alert-loyalty a.btn-register:hover {
    background: #f2f2f2;
}
/* Wrapper mit Farbverlauf */
.treuepoints-bg {
    background: linear-gradient(90deg, #e66465 0%, #9198e5 100%);
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: -8.5rem;
    padding-bottom: 94px;
}

/* Titel „Treuepunkte“ */
.treuepoints-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

/* Fixed Badge oben-rechts */
.points-badge {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    color: #111827;
    border: none;
    border-radius: 999px;
    padding: 0.5rem 0.75rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    z-index: 1050; /* über Modals */
}
.points-badge:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/*@media (max-width: 400px) {*/
.alert-loyalty {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr;      /* alle Elemente untereinander */
    grid-gap: 0.5rem;                /* Abstand zwischen den Zeilen */
    align-items: center;             /* vertikal zentrieren */
}

/* Damit die Buttons volle Breite einnehmen */
.alert-loyalty .btn-loyalty {
    width: 100%;
    justify-content: center;        /* Icon + Text zentriert */
}
/*}*/



/* Eingefahren-Zustand: nur der Stern sichtbar */
.loyalty-tab.collapsed {
    right: -120px;         /* schiebe fast komplett aus dem Viewport */
    padding-left:6px;
}

/* Ausgefahren-Zustand */
.loyalty-tab.expanded {
    right: 0;
    opacity: 1;
}