:root {
    --primary: #708fb4;
    --secondary: #69806a;
}

@font-face {
  font-display: swap; 
  font-family: 'Revelstroke regular';
  font-style: normal;
  font-weight: 400;
  src: url('/bundles/selbstausbauzentrum/fonts/revelstroke-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Revelstroke bold';
  font-style: normal;
  font-weight: 600;
  src: url('/bundles/selbstausbauzentrum/fonts/revelstroke-bold.woff2') format('woff2');
}


h1,
h2,
h3,
h4 
{
	text-transform: uppercase;
}
.btn.btn-primary {
    color: #ffffff;
    border-radius: 5px;
}
.overlay-black {
  position: relative;
  z-index: 1; /* Ensure the content is above the :before element */
}

.overlay-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 50% transparent black */
  z-index: -1; /* Layer behind the content */
}

.mw-1920 {
    max-width: 1920px;
    margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}
.icon-search svg {
    color: white;
}

.newsletter .cms-element-text {
    color: #ffffff;
}

.newsletter .cms-element-form {
    background: #ffffff;
    padding: 2em;
    border-radius: 5px;
}

.product-slider-item .product-variant-characteristics {
    display: none;
}

.product-slider-item .sin-custom-price-unit {
    display: none;
}

.product-slider-item .product-cheapest-price {
    display: none;
}
.product-slider-item .product-delivery-information {
    flex-wrap: wrap;
}

.product-slider-item p.delivery-information.delivery-shipping-free {
    margin: 0;
}

.product-slider-item a.product-name {
    -webkit-line-clamp: 4;
    height: 70px;
    font-size: 14px;
    line-height: initial;
}


.w-100.cms-image-container.is-standard {
    width: 100%;
}

.cms-element-alignment.align-self-center {
    width: 100%;
}
@media (max-width: 576px) {

	.cms-element-elysium-slide__title {
		font-size: 1.5em !important;
	}

	.cms-element-elysium-slide {
		margin: 0;
		padding: 2em;
	}

	.cms-element-elysium-slide__description {
		padding: 2em 0;
		font-size: 1.25em !important;
	}

	.area-title {
		font-size: 1.25em;
	}
    h1.product-detail-name {
        font-size: 18px;
        line-height: initial;
    }
	.cms-element-image.cms-element-manufacturer-logo {
		margin: 10px 0;
	}

}
@media (max-width: 768px) {
	.col-md-3.footer-column .footer-column-toggle:nth-of-type(2) {
		display: none;
	}
}

@media (min-width: 992px) {
	.cms-element-elysium-slide__description {
		padding: 2em;
		max-width: 700px;
		font-size: 1.5em;
	}


	.custom-image-text .cms-element-text {
		padding: 0 45px;
	}
	.cms-element-text h2 {
		margin: 1em 0;
	}
	.cms-block.about-box.pos-0.cms-block-text {
		color: #ffffff;
		padding: 2em;
		margin: 2em;
	}
	.commerce-slider-block,
	.about-us-block {
		padding: 3em !important;
	}
}