:root{
	
	--schwarz: #000000;
	--schwarz-trans: rgba(0,0,0, .05);
	--weiss: #ffffff;
	
	--dunkelblau: #00174d;
	--hellblau: ##F0F5FE;
	--dunkelrot: #ca2249;
	--hellgrau: #FAFAFA;
	
	
	--border-radius: 24px;
	
	--dekobox-breite: 215px;
	--dekobox-hoehe: 215px;
	
	--verschiebung-vert-boxes: 50px;
	
	
	--h1-size: 48px;
	--h1-line-height: 1.2em;
	--h2-size: 32px;
	--h2-line-height: 1.2em;
	--h3-size: 24px;
	--h3-line-height: 1.2em;
	--h4-size: 18px;
	--h4-line-height: 1.2em;
	
	--h-oversize-0: 5rem;
	--h-oversize-0-line-height: 1em;
	--h-oversize-1: 6.25rem;
	--h-oversize-1-line-height: 1em;
	--h-oversize-2: 7.5rem;
	--h-oversize-2-line-height: 1em;
	
	--text-teaser-size: 1.6rem;
	--text-teaser-line-height: 1.2em;
	
	--text-1-size: 14px;
	--text-1-line-height: 20px;
	--text-2-size: 18px;
	--text-2-line-height: 24px;
	--text-3-size: 24px;
	--text-3-line-height: 36px;
	--text-4-size: 30px;
	--text-4-line-height: 36px;
	--text-5-size: 40px;
	--text-5-line-height: 46px;
	
	--text-shadow-black: 1px 1px 6px rgba(0, 0, 0, .1);
	--text-shadow-white: 1px 1px 6px rgba(255, 255, 255, .1);
	
	--standard-padding-top: 100px;
	--standard-padding-bottom: 88px;
	
	--standard-margin-top: 100px;
	--standard-margin-bottom: 88px;
	
	--article-padding-top: 100px;
	--article-padding-bottom: 76px;
	
	--swiper-header-height: 90vh;
}



@media (max-width: 1400px) {
	:root{
		--h-oversize-0: 4rem;
		--h-oversize-1: 5.25rem;
		--h-oversize-2: 6.5rem;
	}
}
@media (max-width: 1200px) {
	:root{
		--h-oversize-0: 3.5rem;
		--h-oversize-1: 4.75rem;
		--h-oversize-2: 6rem;
	}
}
@media (max-width: 992px) {
	:root{
		--h-oversize-0: 2.5rem;
		--h-oversize-1: 3.755rem;
		--h-oversize-2: 5rem;
		
		--text-teaser-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	:root{
		--text-teaser-size: 1.4rem;
		--h-oversize-0: 1.8rem;
		--h-oversize-1: 2.8rem;
		--h-oversize-2: 3.8rem;
		
		--standard-margin-top: 50px;
		--standard-margin-bottom: 44px;
	}
}
@media (max-width: 576px) {

}

/* ------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}
@media (max-width: 576px) {

}