/* hide number input arrows*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a,button,input{
	-webkit-appearance:none !important;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
	appearance:textfield !important;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Back to top button */
#btn-back-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 100;
    display: none;
}

/*pointer effect*/
.pointer {
    cursor: pointer;
}

/* FONTS *************************/

@font-face {
    font-family: "Vito";
    src: url("https://weinstore.net/webshop_images/fonts/Vito-CondensedLight.woff2");
    font-weight: 100 400;
}


@font-face {
    font-family: "Vito";
    src: url("https://weinstore.net/webshop_images/fonts/Vito-CondensedMedium.woff2");
    font-weight: 500 900;
}


@font-face {
    font-family: "Fino";
    src: url("https://weinstore.net/webshop_images/fonts/FinoSans-Regular.woff2");
    font-weight: 100 900;
}

.fino{
    font-family: "Fino", sans-serif;
    text-transform: lowercase !important;
}

.fs-giga{
    font-size: 3.5rem !important;
}

/***GENERAL***/

body {
    font-family: "Vito", serif;
    background-color: var(--background-color);
    color: var(--text-color);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
    letter-spacing: 0.1rem;
}

.desktop {
    display: table-row;
}

.contact-button {
    display: block !important;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 1
}

.max-width-1000{
    max-width: 1000px;
}

.max-width-70{
    max-width: 70%;
}

.mb-45-rem{
    margin-bottom: 4.5rem !important;
}

.mobil {
    display: none;
}

.btn, .alert, .form-select ,.form-control, .form-check-input[type="checkbox"]{
    border-radius: 0;
}

.btn:focus{
   box-shadow:none !important;
}

.btn.btn-primary {
    color: var(--background-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-primary:focus, .btn-outline-primary:focus,.btn-primary:active:focus, .btn-outline-primary:active:focus{
    box-shadow: 0 0 0 .25rem rgba(194,32,58,.5);
}

.btn-primary:disabled{
    background-color: var(--sec-color) !important;
    border-color: var(--sec-color) !important;
    opacity: 1;
}

.btn-outline-primary:active{
    background-color: var(--main-color);
}

.btn-outline-primary {
    color: var(--main-color);
    border-color: var(--main-color);
    -webkit-appearance: none !important;
}

.btn-outline-primary:hover {
    color: var(--background-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}


.btn.btn-secondary {
    color: var(--background-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-outline-secondary {
    color: var(--main-color);
    border-color: var(--main-color);
}

.btn-outline-secondary:hover {
    color: var(--background-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.btn-warning{
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--text-color-light);
}

.btn-number:hover{
    background-color: var(--main-color);
    color: var(--background-color);
}

.btn-number:focus{
    box-shadow: 0 0 0 .25rem rgba(194, 32, 58, .25);
}


.btn-primary:focus, .btn-primary:active:focus, .btn-secondary:focus, .btn-secondary:active:focus{
   background-color: var(--sec-color);
   border-color: var(--sec-color);
}

.btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-secondary:focus, .btn-outline-secondary:active:focus{
   background-color: var(--main-color);
     color:var(--background-color);
}



.light {
    color: var(--text-color-light);
}

.link-light:hover,
a:hover {
    color: var(--text-color);
    text-decoration: none;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.form-check-input:checked[type="radio"]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c2203a'/%3e%3c/svg%3e");
    background-color: var(--background-color);
}

.form-check-input:focus,
.form-select:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.25rem var(--main-color-25alpha);
}
.into-wk .input-group{
    border: 1px solid var(--main-color);
  color: var(--main-color) !important;
}

.input-group > .form-select:focus {
    z-index: 0;
}

.bg-white {
    background-color: white !important;
}

.bg-site {
    background: var(--background-color) !important;
}

.bg-primary {
   background-color:  var(--main-color) !important;
}

.btn{
	font-weight: 500; 
    text-transform: uppercase;
}

.bg-secondary {
    background-color: var(--sec-color) !important;
}

.bg-light{
    background-color: var(--light-color) !important;
}

.form-control:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus, .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus, .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.25rem var(--main-color-25alpha);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--text-color-light);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffffff'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23ffffff' stroke='none'/></svg>");
}

.form-control.is-valid, .was-validated .form-control:valid, .form-select.is-valid, .was-validated .form-select:valid, .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked, .form-check-input.is-valid, .was-validated .form-check-input:valid{
    border-color: var(--main-color);
}

.form-control.is-valid, .was-validated .form-control:valid, .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23c2203a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label{
    color: var(--main-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked{
    background-color: var(--background-color);
}

.invalid-feedback {
    color: var(--main-color);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 .25rem var(--main-color-25alpha);
  }

.text-muted {
    color: var(--text-color-light);
}

.text-light {
    color: var(--light-color);
}

.letter-spacing {
    letter-spacing: 0.1em;
}

.font-09-rem {
    font-size: 0.9rem;
}

.font-s {
    font-size: small;
}

.font-xs {
    font-size: x-small;
}

.font-m {
    font-size: medium;
}

.font-l {
    font-size: large;
}

.font-xl {
    font-size: x-large;
}

.text-color {
    color: var(--text-color);
}

.text-color-light {
    color: var(--text-color-light);
}

.text-main{
    color: var(--main-color);
}

.link-light {
    color: var(--text-color-light);
}

.link-dark {
    color: var(--text-color);
}

.small-hover-shadow {
    transition: box-shadow 0.3s ease;
}

.small-hover-shadow:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Smaller box shadow on hover */
}

.expertise_a {
    color: var(--text-color-light);
    text-decoration: none;
}

.expertise_a:hover,
.expertise_a:active,
.expertise_a:focus {
    text-decoration: none;
    color: var(--text-color-light);
}

.toggle-element {
    display: none;
}

.max-height-420px {
    max-height: 420px;
}

.minilist {
    overflow-y: scroll;
}

/* Navbar */

.navbar {
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar-toggler {
    color: var(--background-color);
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M6 6 L26 26 M26 6 L6 26'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand svg {
    min-width: 6em;
    max-width: 8em;
    margin-left: 2em;
    margin-right: 2em;
    height: auto;   
}

nav .nav-link{
    color: var(--text-color-light) !important;
}

.nav-link {
    color: var(--text-color) !important;
}

.border-bottom-shadow {
    /*box-shadow: 0 6px 6px -6px var(--main-color);*/
    border-bottom: 0.01em dotted var(--main-color);
}

.border-primary{
    border-color: var(--main-color) !important;
}


#grp_aktiv::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--text-color-light);
}

#search-input {
    min-width: 8em;
}

.hover-animation {
    position: relative;
}
.hover-animation::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--text-color-light);
    transition: width .2s ease-in-out;
}
.hover-animation:hover::after{
    width: 100%;
}


.versandland {
    max-width: 10ch;
}

#search-section{
    display: flex;
}

.z-index-20{
    z-index: 20;
}

#search-section input,
#mobile-search-section input{
    width: auto;
    color: var(--main-color);
    border: none;
    border-bottom: 2px solid var(--main-color) !important;
    border-radius: 0;
    max-width: 45rem;
}

#search-section input:focus,
#mobile-search-section input:focus{
    box-shadow: none;
}

.search-icon.aktiv::after, .filter-icon.aktiv::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--text-color-light);
}

.mobile-filter-icon .bottom-border, .mobile-search-icon .bottom-border{
    display: block;
    width: 0;
    height: .8px;
    background: var(--text-color-light);
    bottom: -2px;
    left: 0;
    transition: width ease-in-out .2s;
}

.mobile-filter-icon.aktiv .bottom-border, .mobile-search-icon.aktiv .bottom-border{
    width: 100%;
}



.offcanvas .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
    max-height: 12em;
    overflow-y: auto;
    width: fit-content;
    overflow-x: clip;
    height: fit-content;
}

.offcanvas.custom-position {
    position: absolute;
    top: 0;  /* Initially hidden */
    right: 0;
    visibility: hidden; /* Hide until positioned correctly */
}

.offcanvas.show.custom-position {
    visibility: visible; /* Make it visible when shown */
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
    max-height: 12em;
    overflow-y: auto;
    width: fit-content;
    overflow-x: clip;
    height: fit-content;
}

/*NEWS**/
.news-preview-img{
	max-height:15em;

}


/*FILTER*/

/* price  slider */
.slidecontainer {
}

.price-input-container {
    width: 100%;
    display: flex;
}

.price-input-container .price-field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
}
.price-input-container input {
    width: 100%;
    height: 100%;
    outline: none;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input-container .separator {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-container {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.price-slider {
    height: 100%; 
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--main-color);
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -20px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--main-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--main-color);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    border-radius: 0;
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    height: 20px; /* Slider handle height */
    background: var(--main-color); /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    border-radius: 0;
    /*width: 25px; !* Set a specific slider handle width *!*/
    /*height: 25px; !* Slider handle height *!*/
    background: var(--main-color); /* Green background */
    cursor: pointer; /* Cursor on hover */
}



.wine-filter {
    padding: 0.25rem 1.5rem;
    color: var(--background-color);
    background-color: var(--main-color);
    font-size: 1rem;
    border-radius: 2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 400;
    transition: transform 0.4s ease-in-out;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    line-height: 2.3;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.wine-filter i {
    font-size: 1em !important;
    line-height: unset !important;
}

.filter-cluster-container {
    display: none;
    color: var(--background-color);
}

.filter-cluster-container .row {
    background-color: var(--main-color);
}

.filter-cluster-container .row * {
    color: var(--background-color);
    background-color: var(--main-color);
}

.filter-cluster-container .form-check .form-check-input {
    margin-left: -1rem;
    border: 2px solid var(--main-color);
    margin-right: 0.2rem;
}

.filter-cluster-container .list-group-item{
    background-color: var(--light-color);
}

.filter-cluster-container .form-check-input{
    border-color: var(--main-color);
}

.filter-cluster-container .border{
    border: 2px solid var(--main-color) !important;
}

.filter-cluster.ancestor, .section-cluster.ancestor {
    display: none;
}

.section-cluster:first-of-type{
    padding-top: 0 !important;
}

.filter-cluster{
    max-width: 18rem !important;
}

.filter-cluster .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c2203a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filter-cluster .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c2203a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.wine-filter:hover {
    transform: scale(1.1);
}


.list-group {
    display: revert;
    flex-direction: revert;
    padding-left: 0.5em;
}

.list-group-item {
    border: none;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: var(--text-color);
    background-color: var(--main-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: var(--main-color-25alpha);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*ARTICLE LIST*/
#ausgetrunken_blende {
    visibility: hidden;
}

.article {
    pointer-events: auto;
}

.article a {
    text-decoration: none;
}

.article p {
    margin: 0;
}

.article img {
    max-height: 345px;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 295px;
}

.single-article img {
    max-height: 10em;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 8em;
}

.article .card:hover .image-section .overlay {
    opacity: 1;
}
.article .card:hover .btn-primary {
    color: var(--main-color);
    background-color: var(--background-color);
    border-color: var(--main-color);
}

.article .image-section {
    height: 420px;
    transition: background-color .15s ease-in-out;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .15s ease;
    background-color: var(--main-color-50alpha);
}

.fact {
    background: var(--main-color);
    color: var(--text-color-light);
    font-size: x-small;
    letter-spacing: 0.2em;
    padding: 1em 1em 0.8em;
    width: 100%;
    height: 100%;
    font-weight: bold;
    min-height: 33px;
}

.badge-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.badge {
    position: relative;
    margin-right: 5px;
}

.shopnotiz {
    overflow: hidden;
}

.article .shopnotiz {
    font-size: small;
    color: var(--text-color);
}

.article .pricing-div {
    font-size: small;
}

.article .pricing-div a {
    font-size: small;
}

.article .pricing-div button {
    font-size: x-small;
}

.article .name-div {
    font-size: medium;
}

/** Colors for badges **/

.warengruppen-color-1 {
    background-color: var(--main-color);
}

.warengruppen-color-2 {
    background-color: var(--sec-color);
}

.warengruppen-color-3 {
    background-color: #d38963;
}

.warengruppen-color-4 {
    background-color: #d5b6d5;
}

.warengruppen-color-5 {
    background-color: #badfda;
}

.warengruppen-color-6 {
    background-color: #9bd0b7;
}


/**DETAIL**/

/* striped table */
.table-striped > div:not([style*="display:none"]):nth-child(odd) {
    background-color: var(--detail-table-background-color);
}

.odd-row-background {
    background-color: var(--detail-table-background-color);
}

.carousel-indicators {
    margin-bottom: 0;
}

.detail .bild-container .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c2203a'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.detail .bild-container .carousel-dark .carousel-control-next-icon,.detail .bild-container .carousel-dark .carousel-control-prev-icon{
    filter: none;
}

.detail .bild-container .carousel-dark .carousel-indicators [data-bs-target]{
    background-color: var(--main-color);
}

.detail .bild-container .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c2203a'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.detail img {
    max-height: 35rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.detail .back-link{
    color: var(--text-color);
    text-decoration: none;
}

.detail .back-link::before, .detail .btn-toggle::after{
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c2203a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.75rem;
    transition: transform .2s ease-in-out;
}

.detail .back-link::before{
    transform: rotate(-270deg);
}

.detail .btn-toggle:focus{
    box-shadow: none;
}


.nuancen_bild {
    max-height: 4em !important;
}

.auszeichnungen_bild {
    max-height: 4em !important;
    margin-right: 0.5em;
}

.target {
    max-width: 100%;
    max-height: 100%;
}

#collapseShopNotizContainer #collapseShopNotiz.collapse:not(.show) {
    display: block;
    height: 5rem;
    overflow: hidden;
}

#collapseShopNotizContainer #collapseShopNotiz.collapsing {
    height: 3rem;
}

#collapseShopNotizContainer a.collapsed::after {
    content: "+ Mehr anzeigen";
}

#collapseShopNotizContainer a:not(.collapsed)::after {
    content: "- Weniger anzeigen";
}

.sortiment-container li {
    cursor: pointer;
    box-shadow: 0 6px 6px -6px var(--main-color);
    margin-bottom: 1em;
}

/*WARENKORB*/

@media screen and (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobil {
        display: table-row;
    }

    .detail .bild-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



/*KASSE*/

.kasse #paymentOptions .was-validated .form-check-input:valid:checked{
    background-color: var(--background-color) !important;
}

.kasse .form-group label,
.kasse .form-check label{
    text-transform: uppercase;
    letter-spacing: 0.07rem;
}

.kasse .form-select, .kasse .form-control, .kasse .form-check-input{
    margin-top: 0;
    border-color: var(--main-color) ;
}

.kasse .form-control::placeholder{
    color: var(--background-color);
}

.kasse #lieferarten{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c2203a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 1.5rem;

}

.kasse .form-control{
    color: var(--main-color);
}

.kasse .translate-minimal{
    transform: translateY(-2px);
}

.kasse #paymentOptions .form-check{
    display: flex;
    align-items: center;
}

.kasse #paymentOptions .form-check .form-check-input{
    margin-right: .5rem !important;
    transform: translateY(-2px);
}

.bestaetigung .form-check-input{
    border-radius: 50%;
    border: 2px solid var(--main-color);
}


#fsendDoi, #agb-accept{
    margin-right: .5rem !important;
}

#fsendDoi{ 
    transform: translateY(-5px);

}

#agb-accept{
    transform: translateY(-2px);
}

input[type="checkbox"] {
    height: 1.1rem;
    width: 1.1rem;
}

input[type="date"] {
    text-transform: uppercase;
}

.inp {
    width: 100%;
    margin-top: 0.5rem;
}

.form-label {
    margin-bottom: 0.2rem;
}

.form-floating > label {
    left: unset;
}

.invalid-feedback {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.back-button {
    bottom: 75%;
}

.shopping-cart-sticky {
    position: sticky;
    z-index: 100;
    top: 10rem;
}


.errorDiv {
    display: none;
}

footer svg{
    
    width: 4rem;
    height: auto;
    align-self: flex-start;
}

footer img{
    min-width: 4rem;
    max-width: 6rem;
    height: auto;

}

footer .maxime{
    min-width: 7rem !important;
    max-width: 9rem !important;
    height: auto;
}

/*Startseite*/
.startpage-image #startpage{
    background-image: url("https://weinstore.net/webshop_images/wg-walter-startseite.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 45%;
    min-height: 75vh;
    width: 60%;
}
.startpage-image .startpage-image-left{
    width: 40%;
}
.startpage-image .startpage-image-text{
    top: 50%;
    transform: translateY(-50%); 
    font-size: 10rem; 
    left: 20%;
}


@media only screen and (min-width: 992px) and (max-height:780px) {
    .startpage-image .startpage-image-text{
        font-size: 8rem;
    }
}

@media only screen and (min-width: 992px) and (max-height:580px) {
    .startpage-image .startpage-image-text{
        font-size: 6rem;
    }
}

/*mobile shopping cart row in detail effectively starts at bootstrap5 breakpoint SM and goes until XS*/
@media only screen and (min-width: 0px) and (max-width: 767.98px) {

    #offcanvasFilter.offcanvas-end{
        width: 100%;
    }

    footer img{
        min-width: 3rem;
        max-width: 4rem;     
    }

    
    .detail img, .mobile-detail-image{
        max-height: 350px;
    }
}

/*mobile weiter in wk starts at MD breakpoint and goes until XS**/
@media only screen and (min-width: 0px) and (max-width: 992px) {

    #btn-back-to-top {
        bottom: 6rem;
    }

    .shopping-cart-sticky {
        top: unset;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        width: 100%;
        z-index: 50;
        border-top: 1px solid #aaa;
        padding: 1em;
        margin-bottom: 0;
    }

    .shopping-cart-sticky .row {
        border: none !important;
    }

    .shopping-cart-sticky .row .bg-site {
        background-color: var(--bs-white);
    }


    
}

/**BESTELLUNG PRÜFEN*/

#gutscheincode {
    display: none;
}

#gutscheinwert {
    display: none;
}


.zoom-image {
    max-height: 40em !important;
	max-width: 35em !important;
}

@media (min-width: 768px) {
    .desktop-container {
        background-color: #fff;
    }

    .position-absolute-md{
        position: absolute !important;
    }

    .modal-dialog{
        max-width: 600px;
    }

}


@media (min-width: 1600px){
    #desktop-menu .container{
        max-width: 1580px;
    }
}

/*bootstrap lg breakpoint */

@media (min-width: 992px) {
    .sortiment-minilist {
        max-height: 35% !important;
    }
}

/*bootstrap md breakpoint*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .zoom-image {
        max-height: 37em !important;
    }

    .dropdown-menu[data-bs-popper] {
        left: 50%;
        transform: translateX(-50%);
    }

    .sortiment-minilist {
        max-height: 35% !important;
    }

    .startpage-image #startpage{
        width: 70%;
        min-height: 60vh;
    }

    .startpage-image .startpage-image-left{
        width: 30%;
    }
    .startpage-image .startpage-image-text{
        font-size: 5rem;
        left: 15%;
    }

       #grp_aktiv::after {
        height: .8px;
    }
      .hover-animation::after::after {
        height: .8px;
    }

    .border-end-mobile-0{
        border-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) and (max-height:600px) {
    .startpage-image .startpage-image-text{
        font-size: 4rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) and (max-height:480px) {
    .startpage-image .startpage-image-text{
        font-size: 3.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) and (max-height:420px) {
    .startpage-image .startpage-image-text{
        font-size: 2.5rem;
    }
}

/*bootstrap 5 sm breakpoint */
@media (min-width: 576px) and (max-width: 767.98px) {
    .zoom-image {
        max-height: 32em !important;
    }

    .navbar-nav.container-sm {
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    .dropdown-menu[data-bs-popper] {
        left: 50%;
        transform: translateX(-50%);
    }

    .sortiment-minilist {
        max-height: 70% !important;
    }

    .startpage-image #startpage{
        width: 75%;
        min-height: 60vh;
    }

    .startpage-image .startpage-image-left{
        width: 25%;
    }
    .startpage-image .startpage-image-text{
        font-size: 5rem;
        left: 10%;
    }

       #grp_aktiv::after {
        height: .8px;
    }

      .hover-animation::after::after {
        height: .8px;
    }

    
    .border-end-mobile-0{
        border-right: 0 !important;
    }


}

@media only screen and (min-width: 576px) and (max-width: 767.98px) and (max-height:600px) {
    .startpage-image .startpage-image-text{
        font-size: 4rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) and (max-height:480px) {
    .startpage-image .startpage-image-text{
        font-size: 3.5rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) and (max-height:420px) {
    .startpage-image .startpage-image-text{
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:575.98px) and (min-height:840px) {
    .startpage-image .startpage-image-text{
        font-size: 4rem;
    }
}

@media only screen and (max-width: 575.98px) and (min-height:740px) and (max-height:839.98px) {
    .startpage-image .startpage-image-text{
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 575.98px) and (max-height:739.98px) {
    .startpage-image .startpage-image-text{
        font-size: 3rem;
    }
}

@media (max-width: 400px) {
    .fs-giga{
        font-size: 3rem !important;
    }

}


@media (min-width:380px) and (max-width: 500px) {
    .kasse-stepper .step-label{
        font-size: .6rem;
    }

}

@media (max-width: 379.98px) {
    .kasse-stepper .step-label{
        font-size: .5rem;
    }

}

/*bootstrap 5 xs breakpoint */
@media (max-width: 575.98px) {
    .dropdown-menu[data-bs-popper] {
        left: 50%;
        transform: translateX(-50%);
    }

    .zoom-image {
        max-height: 30em !important;
    }

    #imageModal {
        height: 80%;
    }

    .navbar-nav.container-sm {
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    .sortiment-minilist {
        max-height: 60% !important;
    }

    .contact-button {
        bottom: 9rem;
    }

    
    .navbar-brand svg {
        min-width: 4em;
        max-width: 6em;
        margin-left: 0.3em;
        margin-right: 0.3em;    
    }

    .step-label{
        font-size: small;
    }

    .startpage-image #startpage{
        width: 75%;
        min-height: 35vh;
    }

    .startpage-image .startpage-image-left{
        width: 25%;
    }
    .startpage-image .startpage-image-text{
       left: 1rem;
    }

    #grp_aktiv::after {
        height: .8px;
    }

      .hover-animation::after::after {
        height: .8px;
    }

    
    .border-end-mobile-0{
        border-right: 0 !important;
    }


}

:root {
    /*COLORS*/
    --main-color: #c2203a;
    --main-color-25alpha: rgba(194, 32, 58, .25);
    --detail-table-background-color: rgba(164, 164, 164, 0.2);
    --button-secondary-color: #6c757d;
    --sec-color: #bcb3b0;
    --light-color: #ebe8e7;
    --background-color: #fff;
    --text-color: #000;
    --text-color-light: #ffff;
    --swiper-theme-color:#c2203a;
}
