:root {
    --primary: #264aa0;
    --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');
}

.btn.btn-primary {
    color: #ffffff;
}

.mw-1920 {
    max-width: 1920px;
    margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.newsletter .cms-element-text {
    color: #ffffff;
}

.newsletter .cms-element-form {
    background: #ffffff;
    padding: 2em;
    border-radius: 5px;
}
.sin-custom-product-details,
.product-box.box-standard .product-info {
    font-size: 1rem;
}
.catalogue-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    padding: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.catalogue-container div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    overflow: hidden;
}

.catalogue-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

li.page-item.active {
    z-index: 0;
}


@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;
	}

}


@media (min-width: 992px) {
	.cms-element-elysium-slide__description {
		padding: 2em;
		max-width: 700px;
		font-size: 1.5em;
	}

	.cms-element-text {
		max-width: 90ch;
		margin: 0 auto;
	}
	
	.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;
	}
}