:root {
    --primary: #a3a5ce;
    --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');
}

.my-1 {margin-top: 1em; margin-bottom: 1em;}
.my-2 {margin-top: 2em; margin-bottom: 2em;}
.my-3 {margin-top: 3em; margin-bottom: 3em;}

.mt-1 {margin-top: 1em !important;}
.mt-2 {margin-top: 2em !important;}
.mt-3 {margin-top: 3em !important;}

.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;
}
@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;
	}
}