/* inter-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/inter-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
    --bs-primary: #445f88;
    --bs-link-color-rgb: #000;
}

html { height: 100% }

body {
    height: 100%;
    background: #fff;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}

.content-wrapper {
    min-height: 100%;
    position: relative;
    padding-bottom: 300px; /* Höhe des Footers */
    top: 140px;  /* Abstand für fixed top Navbar */
}

b, strong {
    font-weight: 700;
}


.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.03em;
    padding-top: 7px;
}
.btn-primary {
    --bs-btn-bg: #445f88;
    --bs-btn-border-color: #445f88;
    --bs-btn-hover-bg: #5372a8;
    --bs-btn-hover-border-color: #4c699b;
    --bs-btn-active-bg: #23262b;
    --bs-btn-active-border-color: #23262b;
    transition: none;
}
:not(.btn-check) + .btn-primary:active {
    background-color: #fff;
    color: var(--bs-btn-bg);
}
.btn-outline-primary {
    --bs-btn-color: #445f88;
    --bs-btn-border-color: #445f88;
    --bs-btn-hover-bg: #5372a8;
    --bs-btn-hover-border-color: #4c699b;
    --bs-btn-active-bg: #23262b;
    --bs-btn-active-border-color: #23262b;
    transition: none;
}
.btn-primary.disabled {
    background-color: #999;
    border-color: #888;
}
.btn-primary.qtyplus, .btn-primary.qtyminus {
    background-color: #999;
    border: #888;
}

.bootstrap-select > .dropdown-toggle {
    padding-top: 9px;
}
.form-control, .form-select {
    border-radius: 0;
}



h1 {
    font-family: "Inter",sans-serif;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid var(--bs-border-color);
    color: #000;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    font-family: "Inter",sans-serif;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid var(--bs-border-color);
    color: #000;
    padding-bottom: 10px;
    text-transform: uppercase;
}
h2.normal {
    font-family: "Inter",sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}
h2 > small {
    color: #fefefe;
    font-size: 55%;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    font-weight: 600
}

h4 {
    font-size: 18px;
    font-weight: 600
}

.start-page .img {
    height: calc(38vw);
    background: #fff  no-repeat 0 0 / 100%;
    margin-bottom: 10px;
}

.start-page .header {
    position: relative;
    top: -140px;  /* Höhe der Navbar */
}

.start-page h2 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: none;
    font-size: 24px;
}

.legal-info h1 {
    font-family: "Inter",sans-serif;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    color: #000;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.legal-info h2 {
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0;
}


.mosaik-logo .brand-image  {
    height: 22px;
    margin-left: 5px;
    background-image: url("https://www.mosaik-kerzen.de/images/mosaik-logo-schwarz.svg");
    background-repeat: no-repeat;
}
.nav-inverse .mosaik-logo .brand-image  {
    background-image: url("https://www.mosaik-kerzen.de/images/mosaik-logo-weiss.svg");
}

.top-row {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
}
.top-row .badge {
    font-size: 14px;
    font-weight: normal;
}
.top-row a {
    color: #000;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}

.top-row .flag-icon {
    height: 11px;
    margin: 0 2px;
}

.navbar-nav {
    --bs-nav-link-color: #000 !important;
    --bs-nav-link-font-size: 16px;
}
.navbar-container {
    background-color: #fff;
    border-bottom: 1px solid var(--bs-border-color);
}



.nav-inverse .navbar-nav {
    --bs-nav-link-color: #fff !important;
}
.nav-inverse .navbar a.nav-link {
    color: #fff;
}
.nav-inverse .navbar-container {
    background-color: transparent;
    border-color: transparent;
}
.nav-inverse .top-row,
.nav-inverse .top-row a {
    color: #fff;
}
.nav-inverse .navbar .nav-link.dropdown-toggle.show {
    color: #fff;
}
.navbar .navbar-toggler-icon {
    width: 1.0em;
    height: 1.0em;
}
.nav-inverse .navbar .navbar-toggler {
    border-color: #fff;
}
.nav-inverse .navbar .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, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .nav-link {
    text-transform: uppercase;
    font-weight: 700;
}
.navbar .nav-link:active,
.navbar .nav-link:focus {
    background-color: var(--bs-primary);
    color: #fff;
}
.navbar .nav-link.dropdown-toggle.show {
    text-decoration: underline;
}
.navbar .nav-link.dropdown-toggle:after {
    display: none;
}

.navbar .dropdown-menu {
    --bs-dropdown-font-size: 15px;
    --bs-dropdown-item-padding-y: 10px;
    --bs-dropdown-link-active-bg: var(--bs-primary);
    --bs-dropdown-border-radius: 0;
}
.navbar .dropdown-menu#products-menu {
    width: 98%;
    position: fixed;
    left: 1%;
    top: 158px;
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    /*-webkit-box-shadow: 0px 8px 19px 1px rgba(0,0,0,0.42);*/
    /*box-shadow: 0px 8px 19px 1px rgba(0,0,0,0.42);*/
}
.navbar .dropdown-menu#products-menu.show {
    display: flex;
    flex-wrap: wrap;
}

.navbar .dropdown-menu#products-menu > li {
    margin-left: 0;
    margin-right: 0;
}

.navbar .dropdown-menu#products-menu .dropdown-item:hover {
    text-decoration: underline;
}

.navbar .dropdown-menu#products-menu .title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.navbar .navbar-collapse.collapse.show + .right-nav,
.navbar .navbar-collapse.collapsing + .right-nav {
    display: none !important;
}

.nav-inverse #globalSearchForm .input-group-text {
    color: #fff;
}
.nav-inverse #globalSearchForm input {
    background-color: transparent;
    color: #fff;
}
.nav-inverse #globalSearchForm input::placeholder {
    color: #fff;
}

.minibasket {
    background-color: transparent;
}

.minibasket a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:400;
}

.nav-inverse .minibasket,
.nav-inverse .minibasket a {
    color: #fff;
}

.minibasket-messagebox {
    color: #fff;
    display: none;
    background-color: #111;
    border: 1px solid #fff;
    padding: 10px 30px;
    position: fixed;
    top: 159px;
    right: 0;
    z-index: 100;
}
.minibasket-messagebox .fa {
    color: #3bd73b;
}
.minibasket-messagebox .message {
    position: relative;
    top: -4px;
    left: 3px;
    font-size: 16px;
    white-space: nowrap;
}

.form-control.search {
    border-color: #777;
}


h2 .info-link {
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #555;
}

.category-details ul.product-references {
    list-style: none;
    padding-left: 0;
    display: inline-block;
}
.category-details ul.product-references > li {
    display: inline-block;
    margin-left: 10px;
}
.category-details ul.product-references > li::before {
    content: "»";
}
.category-details ul.product-references a {
    color: #000;
}

.categoryDetailPanel {
    text-align: center;
}

.categoryDetailPanel h3 {
    font-weight: 600;
    margin-top: 15px;
    min-height: 60px;
}

.categoryDetailPanel hr {
    margin-top: 5px;
    margin-bottom: 15px;
}

.categoryDetailPanel .description1 {
    font-size: 15px;
    margin-bottom: 25px;
}

.categoryDetailPanel .image {
    max-height: 236px;
    display: inline-block;
}
.categoryDetailPanel button {
    height: 42px;
    padding-left: 14px;
    padding-right: 14px;
}
.categoryDetailPanel button.addToCart {
    display: inline-block;
    float: right;
    color: #ffffff;
}

.categoryDetailPanel .price {
    font-size: 18px;
    line-height: 1.4;
}
.categoryDetailPanel .price small {
    font-size: 75%;
}
.categoryDetailPanel .price + button {
    float: right;
}

.categoryDetailPanel.template02 .price,
.categoryDetailPanel.template04 .price {
    float: none;
}

.categoryDetailPanel input[name='amount'] {
    color: #000;
    background-color: #fff;
    border: #888 1px solid;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}
.categoryDetailPanel input[name='amount'].vtmDisabled {
    background-color: #ffb063;
}

.categoryDetailPanel label {
    font-weight: 100;
}
.categoryDetailPanel.template05 a {
    color: #000;
}

.variants-detail .variantDetailPanel {
    text-align: center;
    margin-bottom: 30px;
}

.variants-detail .variantDetailPanel a {
    text-decoration: none;
}
.variants-detail .variantDetailPanel h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border: none;
    color: #000;
    margin-top: 5px;
    padding-bottom: 0;
    min-height: 60px;
}
.variants-detail .variantDetailPanel .price {
    font-size: 16px;
}
.variants-detail .variantDetailPanel img {
    max-height: 200px;
}
.variants-detail .variantDetailPanel button {
    height: 42px;
    padding-left: 14px;
    padding-right: 14px;
}
.variants-detail .variantDetailPanel input {
    text-align: center;
}
.variants-detail .variantDetailPanel input.vtmDisabled {
    background-color: #ffb063;
    border-color: #888;
}

.variants-detail ul.product-references {
    list-style: none;
    padding-left: 0;
}
.variants-detail ul.product-references > li::before {
    content: "»";
}
.variants-detail ul.product-references a {
    color: #000;
}

.popover {
    --bs-popover-max-width: 485px;
}


.order-dialog {
    top: 0;
}
.order-dialog h4 {
    color: #333;
}
.order-dialog .modal-header {
    background-color: #e5f2f8;
}
.order-dialog .modal-content {
    border-radius: 0;
}
.order-dialog .modal-body  {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
}

.order-dialog .table {
    font-size: 16px;
}
.order-dialog .table tr.order-item.highlighted td {
    background-color: #e5f2f8;
}
.order-dialog .table tr.order-item.disabled td {
    background-color: #f2f2f2;
    color: #727272;
}

.order-dialog .table td.amount {
    width: 1%;
}
.order-dialog .table td.amount button {
    height: 42px;
    padding-left: 13px;
    padding-right: 13px;
}
.order-dialog .table td.amount input {
    text-align: center;
    width: 36px;
    padding: 6px 6px;
    border-color: #888;
    font-weight: 700;
    font-size: 16px;
}
.order-dialog .table tr.order-item.disabled td.amount input {
    border-color: #9ba4b3;
    color: #fff;
}
.order-dialog .table tr.order-item.vtmDisabled td.amount input {
    background-color: #ffb063;
}

.order-dialog .table th.size {
    padding-left: 25px;
}
.order-dialog .table .size-leftcol {
    padding-left: 25px;
    padding-right: 0;
    white-space: nowrap;
}
.order-dialog .table .packing-unit {
    width: 1%;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}
.order-dialog .table .price {
    width: 15%;
    text-align: right;
    white-space: nowrap;
}
.order-dialog .tooltip-inner {
    max-width: 250px;
    font-size: 15px;
    padding: 10px 22px;
}


.product-detail h1 {
    color: #444;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4e4e4e;
    text-transform: uppercase;
}
.product-detail h2 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 500;
    border: none;
    text-transform: inherit;
}
.product-detail h3 {
    font-size: 14px;
}
.product-detail img.product-image {
    max-height: 500px;
    max-width: 250px;
}
.product-detail .price {
    font-size: 18px;
    font-weight: 400;
}
.product-detail .form-horizontal .control-label {
    text-align: left;
}
.product-detail .input-group-btn .btn-default {
    background-color: #fff;
    color: inherit;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    height: 33px;
}
.product-detail .variant-panel img {
    max-width: 125px;
}
.product-detail .form-control[name='amount'] {
    background-color: #fff;
    border: 1px solid #bbb;
    text-align: center;
    font-weight: 600;
    height: 33px;
}


.product-detail .ve-label {
    margin-top: 32px;
}

.product-detail .specs table {
    border: none;
}
.product-detail .specs table td {
    border: none;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
}
.product-detail .specs table td:first-of-type {
    padding-right: 20px;
}
.product-detail .specs table p {
    margin-bottom: 0;
}

.addressSection {
    font-size: 16px;
}

.itemRowWrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.itemRowStatus {
    padding-top: 7px;
    padding-bottom: 7px;
}

.itemRowHead {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px var(--bs-border-color) solid;
}

.itemRowFooter {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 16px;
    border-top: 1px var(--bs-border-color) solid;
}

.itemRow {
    font-size: 16px;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    border-top: 1px var(--bs-border-color) solid;
    /* transition effect for hover */
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}
.itemRow:hover {
    background-color: rgb(245, 245, 245);
}



.itemRow .form-control {
    padding: 6px 8px;
    display: inline-block;
}

.itemRow .input-group {
    width: 130px;
}
.itemRow .amountForm button {
    height: 42px;
    padding-left: 14px;
    padding-right: 14px;
}
.itemRow .input-group input {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-color: #888;
}
.itemRow .amountForm input.vtmDisabled {
    background-color: #ffb063;
}
.itemRow .input-group-btn .btn-default {
    background-color: #fff;
    color: inherit;
}
.itemRow .input-group-btn .btn-default:active {
    background-color: #797A81;
    color: #fff;
}

.itemRow button.addToCart {
    padding: 2px 5px 5px 5px;
    margin-bottom: 3px;
    color: #2a6496;
    border: 1px var(--bs-border-color) solid;
}

.itemRow .img-thumbnail {
    background-color: transparent;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.itemRow .img-thumbnail > a > img,
.itemRow .img-thumbnail > img {
    max-width: 150px;
    max-height: 120px;
    margin-left: 15px;
}

.itemRow .itemNumber {
    white-space: nowrap;
}

.itemRowFooter .pagingButton {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    vertical-align: middle;
}


.checkout-steps {
    margin-bottom: 40px;
    --checkout-steps-color: var(--bs-primary);
}
.checkout-steps::after {
    display: block;
    clear: both;
    content: '';
}
.checkout-steps > a {
    display: block;
    position: relative;
    width: 25%;
    height: 55px;
    float: right;
    transition: color .3s;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    background-color: #ffffff;
    color: #606975;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 53px;
    text-decoration: none;
    text-align: center;
}
.checkout-steps > a > .angle {
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
    width: 27px;
    height: 53px;
    background-color: #ffffff;
}
.checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}
.checkout-steps > a > .angle::after {
    border-width: 26px;
    border-color: transparent;
    border-left-color: #ffffff;
}
.checkout-steps > a > .angle::before {
    margin-top: -1px;
    border-width: 27px;
    border-color: transparent;
    border-left-color: #d8e0e6;
}
.checkout-steps > a:hover {
    color: var(--checkout-steps-color);
}
.checkout-steps > a.active {
    background-color: var(--checkout-steps-color);
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}
.checkout-steps > a.active > .angle::after {
    border-left-color: var(--checkout-steps-color);
}
.checkout-steps > a.active + a > .angle {
    background-color: var(--checkout-steps-color);
}
.checkout-steps > a.completed > .step-indicator {
    display: inline-block;
    margin-top: -5px;
    margin-right: 7px;
    border-radius: 0;
    color: #43d9a3;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}
.checkout-steps > a.completed:hover {
    color: #606975;
}
.checkout-steps > a:first-child {
    border-right: 1px solid #e1e7ec;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.checkout-steps > a:last-child {
    border-left: 1px solid #e1e7ec;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 991px) {
    .checkout-steps > a {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        border: 1px solid #e1e7ec;
        border-radius: 7px;
    }
    .checkout-steps > a > .angle {
        display: none;
    }
}





/* Image Preview */
.img-preview {
    position: absolute;
    left: 120px;
    top: -50%;
    width: 300px;
    text-align: center;
    display: none;
    padding: 20px;
    z-index: 2000;
    background-color: #ffffff;
    border: 3px solid #f4f4f4;
    -moz-box-shadow:  	0 1px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 		0 1px 10px rgba(0, 0, 0, 0.5);
}
.img-preview img {
    max-width: 300px;
    max-height: 300px;
}

.order-history .card .card-header {
    background-color: #f1f8ff;
    padding: 5px 10px;
}
.order-history .product-thumb img {
    max-height: 130px;
}


ul.productinfo {
    list-style: none;
}
ul.productinfo > li {
    margin-bottom: 10px;
}
ul.productinfo > li >.icon {
    font-size: 130%;
    margin-right: 8px;
}
ul.productinfo > li > a {
    font-size: 14px;
    color: #000;
}

.loginGreeting p {
    font-size: 14px;
    margin-top: 20px;
}
.shippingInfo p {
    font-size: 14px;
    margin-top: 20px;
}
.shippingInfo table td {
    font-size: 14px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-top: 5px;
}

.disclaimer {
    font-size: 10px;
}

footer {
    background-color: #333;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}


.card {
    --bs-card-border-radius: 0;
}


.text-bold {
    font-weight: bold;
}
.text-grey {
    color: #666;
}
.text-lightgrey {
    color: #bbb;
}
.text-orange {
    color: #d99810;
}
.bg-lightgray {
    background-color: #eee;
}
.bg-white {
    background-color: #ffffff;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-20 {
    font-size: 18px !important;
}
.font-size-22 {
    font-size: 18px !important;
}

.nopad {
    padding: 0;
}

.spacer-10 {
    height: 10px;
}
.spacer-30 {
    height: 30px;
}
.spacer-60 {
    height: 60px;
}
.spacer-90 {
    height: 90px;
}

hr {
    color: var(--bs-border-color);
    opacity: 1;
}

.form-control:focus {
    background-color: #f6fbff;
    box-shadow: none;
}
.form-check-input {
    border-color: #000;
}


.ui-menu .ui-menu-item-wrapper {
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.ui-widget.ui-widget-content {
    border: none;
    color: inherit;
    font-family: inherit;
}
.ui-widget-content .ui-state-active{
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
}

/* XXS Devices */

@media screen and (max-width: 479px) {
    .navbar .nav-link:active,
    .navbar .nav-link:focus {
        background-color: inherit;
        color: inherit;
    }
}


/* XS devices */
@media (max-width: 767px) {
    .minibasket-container {
        top: -8px;
    }
    .minibasket-messagebox {
        top: 30px;
    }

    .navbar .nav-link {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .navbar .nav-link:active,
    .navbar .nav-link:focus {
        background-color: inherit;
        color: inherit;
    }

    .navbar .dropdown-menu#products-menu {
        position: static;
    }

    .categoryImage {
        min-height: 400px;
    }

    .top-row .badge {
        font-size: 11px;
    }

    .shippingInfo {
        margin-top: 30px;
    }

    .variants-detail .product-references > li {
        display: inline-block;
        margin-right: 14px;
        white-space: nowrap;
    }

    .content-wrapper {
        padding-bottom: 250px; /* Höhe des Footers */
    }

    .p-xs-0 {
        padding: 0;
    }
    .px-xs-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {

    .navbar .nav-link {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .navbar .dropdown-menu#products-menu {
        position: static;
    }

    .categoryImage {
        min-height: 300px;
    }
    .banner-box-wrapper {
        top: 105px;
    }
    .product-preview .thumbnail {
        max-width: 100px;
    }

    .cross-selling .thumbnail img {
        max-height: 150px;
        min-height: 150px;
    }

    .top-row .badge {
        font-size: 12px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 993px) and (max-width: 1199px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .product-preview .mainimg {
        max-width: 500px;
    }
}

