:root{
	
	--petrol: #2c5166;		/* rgba(45, 82, 103) */
	--gruengrau:#becaca;	/* rgba(191, 203, 203) */
	--gold:#c1b877;			/* rgba(194, 184, 119) */
	--rot:#9a1d33;			/* rgba(155, 29, 51) */
	--dunkelgrau:#666666;	/* rgba(102, 102, 102) */
		
	--font-primary: 'Antonio';
	--font-secondary: 'Montserrat';
	
	--the7-base-font-size: 18px;
	--the7-base-line-height: 1.4em;
	--the7-widget-content-font-size: 16px;
	--the7-widget-content-line-height: 1.4em;
	--the7-base-font-big: 18px;
	--the7-text-small-font-size: 16px;
	--the7-text-small-line-height: 1.4em;

		
	--h1-size: 40px;
	--h1-line-height: 46px;
	--h2-size: 32px;
	--h2-line-height: 36px;
	--h3-size: 24px;
	--h3-line-height: 36px;
	--h4-size: 18px;
	--h4-line-height: 24px;
	
	--h-oversize-1: 70px;
	--h-oversize-1-line-height: 76px;
	--h-oversize-2: 80px;
	--h-oversize-2-line-height: 86px;
	
	--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, .5);
	--text-shadow-white: 1px 1px 6px rgba(255, 255, 255, .5);
	
	--standard-padding: 40px;
	--standard-padding-top: 100px;
	--standard-padding-bottom: 88px;
	
	--standard-margin: 40px;
	--standard-margin-top: 100px;
	--standard-margin-bottom: 88px;
	
	--article-padding-top: 100px;
	--article-padding-bottom: 76px;
	
	--swiper-header-height: 90vh;
}



@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	:root{
		
		--standard-padding: 30px;
		--standard-padding-top: 50px;
		--standard-padding-bottom: 44px;
		
		--standard-margin: 30px;
		--standard-margin-top: 50px;
		--standard-margin-bottom: 33px;
		
		--article-padding-top: 50px;
		--article-padding-bottom: 38px;

	}
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {

}

/* ------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}
@media (max-width: 576px) {

}