:root {
    --color-primary: #708fb4;
    --color-dark: #495e76;
    --color-bg-contrast: #5d7796;
}

body #sin_vorteile {
  display: none;
}
header #sin_vorteile {
  display: block;
}

/* Einheitliche Rahmenfarbe */
* {
    border-color: #dbdbdb !important;
}
/* Elemente die keinen Rahmen haben sollen */
button#accountWidget,
a.btn.header-wishlist-btn.header-actions-btn,
a.btn.header-cart-btn.header-actions-btn,
button.btn.nav-main-toggle-btn.header-actions-btn,
button.btn.header-actions-btn.search-toggle-btn.js-search-toggle-btn.collapsed,
.card.register-card,
.card.checkout-card,
.confirm-product .card,
.card.checkout-product-table,
a.btn.btn-link.cart-shipping-costs-btn,
.modal-content .card,
.card.login-card,
.cms-element-form .card {
    border: none;
}

.cta-area {
    margin: 20px 0;
}
.cms-image-container {
  overflow: hidden;
  position: relative;
}

.cms-image-container img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-image-container:hover img {
  transform: scale(1.05);
}
.col-md-4 > div:nth-of-type(2) {
    background: #f8f8f8;
    padding: 2rem;
	margin-bottom: 1rem;
}
.text-white * {
    color: white;
}
.text-white select,
.text-white input,
.text-white span,
.text-white textarea {
    color: #2b3136;
}

mb-25 {
    margin-bottom: 25px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-125 {
    margin-bottom: 125px;
}

.max-width-900 {
    max-width: 900px;
    margin-inline: auto;
}

/* Call To Action */
.cta {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px;
    color: #ffffff;
}

/* Commerce Slider minimal */
.card product-box.box-minimal a.product-name {
    -webkit-line-clamp: initial;
    line-clamp: initial !important;
}

.card product-box.box-minimal .product-price-unit,
.card product-box.box-minimal .product-variant-characteristics {
    display: none !important;
}

/* Startseite */
.brand-specific-product.seat,
.brand-specific-product.mercedes,
.brand-specific-product.bmw,
.brand-specific-product.audi,
.brand-specific-product.opel,
.brand-specific-product.vw,
.brand-specific-product.fiat,
.brand-specific-product.ford,
.brand-specific-product.weitere,
.brand-specific-product.porsche,
.brand-specific-product.smart,
.brand-specific-product.skoda {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.brand-specific-product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: transform 0.3s;
    z-index: 1;
}


.sin-custom-slide-v1 .blur-elysium-slide-container {
    color: #ffffff;
}

.sin-custom-slide-v1 .blur-elysium-slide-headline {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
}

.sin-custom-slide-v1 .blur-elysium-slide-description {
    color: #ffffff !important;
}

.sin-custom-slide-v1 h2 {
    color: #ffffff;
    font-weight: lighter;
}

.sin-custom-slide-v1 .blur-elysium-slide-content {
    max-width: 600px;
}

.brand-specific-product.seat::before {
    background: url('/media/custom/seat.jpg') no-repeat center center;
    background-size: cover;
}

.brand-specific-product.mercedes::before {
    background: url('/media/custom/mercedes.jpg') no-repeat center center;
    background-size: cover;
}

.brand-specific-product.bmw::before {
    background: url('/media/custom/bmw.jpg') no-repeat center center;
    background-size: cover;
}

.brand-specific-product.audi::before {
    background: url('/media/custom/audi.jpg') no-repeat center center;
    background-size: cover;
}

.brand-specific-product.ford::before {
    background: url('/media/custom/ford.jpg') no-repeat center center;
    background-size: cover;
}

.brand-specific-product.vw::before {
    background: url('/media/custom/vw.jpg') no-repeat center center;
    background-size: cover;
}

.brand-specific-product.skoda::before {
    background: url('/media/custom/skoda.jpg') no-repeat center center;
    background-size: cover;
}

.brand-specific-product.opel::before {
    background: url('/media/custom/opel.jpg') no-repeat center center;
    background-size: cover;
    }
.brand-specific-product.smart::before {
    background: url('/media/custom/smart.jpg') no-repeat center center;
    background-size: cover;
}
.brand-specific-product.weitere::before {
    background: url('/media/custom/weitere.jpg') no-repeat center center;
    background-size: cover;
}
.brand-specific-product.porsche::before {
    background: url('/media/custom/porsche.jpg') no-repeat center center;
    background-size: cover;
}
.brand-specific-product.fiat::before {
    background: url('/media/custom/fiat.jpg') no-repeat center center;
    background-size: cover;
}
.brand-specific-product:hover::before {
    transform: scale(1.1);
}

.brand-specific-product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.brand-specific-product .brand {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px; /* Adjust as needed */
    margin: 0;
    transition: all 0.5s;
    z-index: 2; /* Ensure it is above the overlay */
}

.brand-specific-product:hover .brand {
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff; /* Beispiel für eine neue Hover-Farbe */
}


.area {
    position: relative;
    width: 100%; /* The width will be controlled by the parent element */
    height: 300px; /* Adjust as needed */
    overflow: hidden;
}

.area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: transform 0.3s; /* Transition for zoom effect */
    z-index: 1; /* Ensure it is behind the overlay */
}

.area.localshop::before {
    background: url('/media/custom/localshop.jpg') no-repeat center center;
}

.area.webshop::before {
    background: url('/media/custom/webshop.jpg') no-repeat center center;
}

.area.garage::before {
    background: url('/media/custom/garage.jpg') no-repeat center center;
}

.area:hover::before {
    transform: scale(1.1); /* Zoom effect */
}

.area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 2; /* Ensure it is above the background image */
}

.area .area-title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px; /* Adjust as needed */
    margin: 0;
    transition: font-weight 0.3s;
    z-index: 3; /* Ensure it is above the overlay */
}

.area .area-title:hover {
    font-weight: bold;
}

span.badge.bg-warning.badge-topseller {
    background-color: #ecfaec;
    color: green;
}

/* Acris Suche */ 
.acris-search-suggest-product-delivery-information .product-delivery-information p {
    margin-right: 1rem !important;
    color: green;
    font-weight: bold;
}

/* Downlaods Tab, Beschreibung Artikel Detailseite */ 
ul.custom-fields-list {
    list-style: none;
    }

ul.custom-fields-list li {
	position: relative;
	margin: 1em 0;
	padding: 1em 0;
	background: #f8f8f8;
	border-bottom: solid 1px;
}
.sin-custom-product-pdf a {
    position: relative;
    padding-left: 50px;
}
.sin-custom-product-pdf a:before {
    content: "";
    background-image: url(https://www.oxxit.de/css/pdf.svg);
    position: absolute;
    top: -4px;
    left: 1em;
    height: 25px;
    width: 25px;
    background-size: contain;
}

ul.custom-fields-list {
    margin: 0;
    padding: 0;
}

li.sin-custom-product-video {
    max-width: 300px;
    aspect-ratio: 16/9;
    object-fit: contain;
}

video {
    aspect-ratio: 16/9;
    object-fit: contain;
    max-width: 480px;
}
.sin-custom-cat-image-listing h2 {
    font-size: 1em;
    text-align: center;
}

.footer-main {
    background: var(--primary);
    color: #ffffff;
}
.footer-main a, .footer-column-headline {
    color: #ffffff;
}
.footer-vat, .footer-vat a {
    color: #ffffff;
}
.footer-link:hover, .footer-contact-hotline a:hover {
    color: #e9e9e9 !important;
}
.article-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-copyright img {
    max-width: 80vw;
}
.content-text.black,
.content-text.black h2 {
    color: black;
}
.footer-logos {
    display: none;
}
span.badge.badge-success.badge-new.badge-shippingfree {
    font-size: 12px;
    position: absolute;
    top: -5px;
    background: none;
    box-shadow: none;
    color: #099b2f;
    font-weight: bold;
}


button.btn.header-search-btn {border-radius: 5px;}









/* Listing */ 
.card.product-box.box-standard {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.sin-custom-video-image iframe {
    margin: 2em;
    border-radius: 5px;
}

.product-detail-description.tab-pane-container,
.product-detail-review.tab-pane-container,
.custom-tab-pane-container.tab-pane-container {
    background: #f8f8f8;
    padding: 2.5%;
    margin: 0 !important;
    border-radius: 0 5px 5px 5px;
}

span.icon.icon-share svg use,
span.icon.icon-checkmark svg use {
    color: white;
}



[itemprop="offers"] .row.g-2.mt-0.mb-4.justify-content-end {
  margin: 0;
}

.refill-time {
    display: flex;
    align-items: center;
}
.paypal-button-container.paypal-autoresize-container.paypal-button-layout-vertical.paypal-button-shape-rect.paypal-button-number-multiple.paypal-button-env-production {
  display: flex !important;
}
span.refill-time-red-dot {
    scale: 0.25;
    max-width: 25px;
}
a.btn.btn-block.btn-light.buy-widget {
    width: 100%;
    display: block;
}

.product-detail-refill-time-label {
  padding-bottom: 1em;
  display: block;
  max-width: 37ch;
  margin-left: 1em;
  margin-top: 10px;
}
.filter-panel-items-container {
    width: 100%;
    padding: 0;
    justify-content: start;
}

.footer-bottom {
    background: #2d2d2d;
}
button.btn-primary {
    color: #ffffff;
}

.footer-main span.icon-plus svg,
.footer-main span.icon-minus svg {
    fill: white;
    color: white;
}
.cms-element-image-gallery,
.row.gallery-slider-row.js-gallery-zoom-modal-container.js-slider-initialized,
.gallery-slider-col.col.order-1.order-md-2,
.base-slider.gallery-slider,
.tns-inner {
  height: 100%;
}

.gallery-slider-col.col.order-1.order-md-2 {
  align-content: center;
}

.img-fluid.gallery-slider-image.magnifier-image.js-magnifier-image {
  margin: 0;
  width: 100%;
  height: 100%;
}
span.input-group-text {
    border: solid 1px #e3e3e3;
}

button.btn.btn-outline-light.btn-plus.js-btn-plus {
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-radius: 0 5px 5px 0;
}

input.form-control.js-quantity-selector.quantity-selector-group-input {
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
}

button.btn.btn-outline-light.btn-minus.js-btn-minus {
    border-top: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    border-radius: 5px 0 0 5px;
}
body.is-act-home .cms-breadcrumb.container {
    display: none;
}
.checkout,
body.is-act-loginpage .content-main,
body.is-act-guestloginpage .content-main {
    padding-top: 220px;
}
.row.align-items-center.header-row {
    max-width: 1400px;
    margin: 0 auto;
}
.blur-elysium-slide-content {
    background: #000000a3;
    padding: 2rem;
}
@media (max-width: 575px) {
	
	.ars-col-5-images .moorl-column-layout {
		display: flex;
	}
	
  h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  h2 {
    font-size: 20px;
    line-height: 1.35;
  }

  h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  h4 {
    font-size: 16px;
    line-height: 1.4;
  }

  h5 {
    font-size: 14px;
    line-height: 1.5;
  }

  h6 {
    font-size: 13px;
    line-height: 1.5;
  }

	.blur-elysium-slide-container {
		padding: 0;
	}

.container.d-flex.blur-elysium-slide-container-wrapper {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
    font-size: 0 !important;
}


	.cms-section-sidebar.cms-section-sidebar-mobile-wrap.boxed.row {
		padding-top: 0;
	}
    .cms-block.cms-block-moorl-column-layout-1-1-1-1 {
        margin-bottom: 20px;
    }
    
    .blur-elysium-slide-description h2 {
        font-size: 14px !important;
        line-height: initial;
    }
    .moorl-grid-layout .w-100.cms-image-container.is-stretch {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    .header-logo-picture {
        display: block;
        max-width: 185px;
        min-width: initial;
        margin: auto;
    }

}

@media (min-width: 576px){
    .modal-dialog {
        margin-top: 17.5vh;
    }
}
@media (min-width: 992px){

.search-cms-pages.page-item .cms-section-sidebar-main-content.col-lg-8.col-xl-9 {
    margin-top: 240px;
}
.search-cms-pages.page-item .custom-field-content {
    display: none;
}


    
    .product-badges {
        z-index: 0 !important;
    }
        
        
    .body-pinned header.header-main,
	.body-initial header.header-main {
		position: fixed;
        z-index: 4;
        top: 33px;
        background: white;
        width: 100%;
        height: 120px;
    }
	
	.body-unpinned header.header-main {
        height: 90px;
    }

    }
    body.is-ctl-navigation.is-act-index.body-initial.headroom--not-bottom.headroom--not-top.body-pinned header.header-main {
        width: 100%;
        background: white;
    }


    .breadcrumb a.is-active {
        font-weight: normal;
    }




    .product-detail-delivery-information {
        margin-bottom: 15px;
    }
    label.product-detail-configurator-option-label {
        padding: 1em !important;
        min-width: 235px !important;
        width: 50%;
    }

    .main-navigation .container {
        padding: 1em 0 1em 1em !important;
    }
    .main-navigation-link {
        padding-right: 16px;
        padding-left: 16px;
    }
    a.nav-link.main-navigation-link.home-link {
        display: none;
    }

    .main-navigation .container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2em;
    }
    .custom-product-detail-description-video {
        display: flex;
        justify-content: space-between;
        padding-top: 2em;
    }
    .article-detail-video-description {
        margin-bottom: 15px;
    }
    .cms-block.pos-2.cms-block-cross-selling .product-wishlist {
        display: none;
    }
    .cms-section-sidebar-sidebar-content.col-lg-4.col-xl-3 {
        padding-top: 5.5em;
    }

    .emotional-teaser .cms-element-image {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 960px;
		width:50vw;
		overflow:hidden;
    }
	.content-text {
		max-width: 600px;
		padding: 6em 2em 6em 2em;
	}
    .product-detail-cross-selling .product-slider-container {

    }
}

@media (max-width: 575px) {

	.product-image-wrapper {
        margin-bottom: 0;
    }
    [itemprop="offers"] {
        padding: 0em;
        margin-bottom: 0em;
    }
	.content-text {
		padding: 2em;
	}
    .header-row {
        padding-bottom: 0;
        padding-top: 0;
    }
    .emotional-teaser .cms-block-image-text-cover .cms-element-text {
        padding-top: 0;
    }
    .mw-800 {
        margin: 2em auto 0 auto;
    }
    .cms-element-product-listing .cms-listing-row {
        margin-right: 0;
        margin-left: 0;
    }
    .cms-section-sidebar-main-content {
        margin: 0;
        padding: 0;
    }
    p.product-price-unit {
        display: none;
    }

    .product-cheapest-price {
        margin: 0;
    }
    
    .product-variant-characteristics {
        display: none;
    }
    
    button.btn.btn-block.btn-buy {
        font-size: 0.85em;
        font-weight: normal;
    }
    
    .cms-block-container {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 {
        margin: 0;
    }
    .cms-block-container-row.row.cms-row {
        margin-right: -7px;
        margin-left: -7px;
    }
    .cms-block-product-listing .col-12 {
        padding: 0 7px !important;
    }
    
    .cms-listing-col.col-sm-6.col-lg-6.col-xl-4,
    .cms-listing-col.col-sm-6.col-lg-4.col-xl-3{
        width: 50%;
        padding: 5px;
    }
    .card-body {
        padding: 5px !important;
    }
    
    .card.product-box.box-standard {
        border: none;
    }
    
    a.product-name {
        font-size: 15px;
    }
    
    .product-price-info {
        margin: 0;
    }
    
    .product-action {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {

    .cms-element-image {
        overflow: hidden;
    }
    .footer-column {
        border-bottom: none;
        padding: 1em;
    }
	.emotional-teaser .cms-image {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		min-width: 100%;
	}
	.breadcrumb {
		padding: 0;
		margin: 0;
	}
    .cms-breadcrumb.container {
        margin-bottom: 20px;
    }

}
@media (min-width: 992px) {
    .cms-section-sidebar.cms-section-sidebar-mobile-wrap.boxed.row {
        padding-top: 25px;
    }
    .is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
        background: #708fb4;
        color: white;
    }
}
@media (min-width: 576px) and (max-width: 991px) {

}


@media (min-width: 576px) and (max-width: 767px) {
	.content-text {
		padding: 2em;
	}
	.emotional-teaser .cms-image {
		display: block;
		margin: 0 auto;
		min-width: 50vw;
	}
}


@media (min-width: 768px) {
	.col-md-4 > div:nth-of-type(2) {
		height: 100%;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.content-text {
		padding: 2em;
	}
}
@media (max-width:991px) {
	.row.align-items-center.header-row {
		height: 75px;
	}
}
@media (min-width:992px) {
	.cms-page {
		padding-top: 150px;
	}
}
/* ACCORDION */
.acc-container dt {
    font-weight:500
}
.accordion p {
    padding:1rem 1.25rem 0.5rem 1.25rem
}
.accordion {
    position:relative
}
.acc-container {
    max-width:960px;
    margin:0 auto;
    padding:2em 0
}
.accordion dl>div {
    border-bottom:1px solid var(--color-primary);
    padding-top:1rem
}
.accordion dl>div:last-child {
    border:none
}
.accordionTitle,
.accordion__Heading {
    padding:0;
    display:block;
    text-decoration:none
}
.accordionTitle:before,
.accordion__Heading:before {
    content:"+ ";
    font-size:1.75rem;
    transition:transform 0.3s ease-in-out;
    font-weight:300;
    position:relative;
    top:2px
}
.accordionTitle:hover,
.accordion__Heading:hover {
    color:var(--color-dark);
    text-decoration:none
}
.accordionTitle.is-collapsed::before {
    content:"- "
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    transform:rotate(-225deg)
}
a.accordion-title.accordionTitle:hover {
    color:inherit
}
.accordionItem {
    height:auto;
    overflow:hidden;
    max-height:50em;
    transition:max-height 1s
}
@media screen and (min-width:48em) {
	

.accordionItem.is-collapsed {
    max-height:10px
}
.no-js .accordionItem.is-collapsed {
    max-height:auto
}
.animateIn {
    animation:accordionIn 0.45s normal ease-in-out both 1
}
.animateOut {
    animation:accordionOut 0.45s alternate ease-in-out both 1
}
@keyframes accordionIn {
    0% {
        opacity:0;
        transform:scale(0.9) rotateX(-60deg);
        transform-origin:50% 0
    }
    100% {
        opacity:1;
        transform:scale(1)
    }
}
@keyframes accordionOut {
    0% {
        opacity:1;
        transform:scale(1)
    }
    100% {
        opacity:0;
        transform:scale(0.9) rotateX(-60deg)
    }
}

.accordionItem.is-collapsed {
    transition: all 0.3s ease-in-out;
}
.accordionItem.is-collapsed.open {
    max-height: 300px;
}
.bg-text {
    background: var(--color-bg-contrast);
    color: #fff;
    padding: 2rem;
    padding-bottom: 2rem;
    padding-bottom: 1rem;
    border-radius: 10px;
}