

   :root {
		--background-color: #E4E4E4;
		
		--maincolor: #EE7601;
		--button: #00498D;
		--Dunkelblau: #0B2B45;
		--Hellorange: #FFD6AE;
		--Orange: #EE7601;
		--Blau: #0053A2;
		--Hellblau: #ADD8FF;
		--Hellorange: #FFD6AE;
		--Hellgrau: #E4E4E4;


		--svg-defs-start: #E2A3BD;
		--svg-defs-stop: #5D0749;

		--colorH1: #0B2B45;
		--colorH2: #0B2B45;
		--colorH3: #0B2B45;
		--colorH4: #00498D;

		--color-link: #EE7601;

		--h1 : normal normal normal 32px/38px "UbuntuBold";
		--h2 : normal normal normal 28px/34px "UbuntuBold";
		--h3 : normal normal normal 22px/26px "UbuntuBold";
		--h4 : normal normal normal 20px/26px "UbuntuBold";
		
		--caption : normal normal normal 12px/16px "Ubuntu";
		--fliesstext : normal normal normal 14px/21px "Ubuntu";
		--introtext : normal normal normal 18px/26px "Ubuntu";
		--label :  normal normal normal 12px/18px "Ubuntu";
		--fett: "UbuntuBold";

		--font: "Ubuntu";

		/*//////////////////TABLET//////////////////////////*/

		@media (min-width: 980px){	
			--h1 : normal normal normal 42px/48px "UbuntuBold";
			--h2 : normal normal normal 36px/48px "UbuntuBold";
			--h3 : normal normal normal 24px/28px "UbuntuBold";
			--h4 : normal normal normal 24px/28px "UbuntuBold";
			--caption : normal normal normal 14px/18px "Ubuntu";
			--fliesstext : normal normal normal 18px/27px "Ubuntu";
			--introtext : normal normal normal 22px/32px "Ubuntu";
			--label :  normal normal normal 14px/21px "Ubuntu";
			--caption : normal normal normal 12px/17px "Ubuntu";
		}

		/*//////////////////DESKTOP//////////////////////////*/

		@media (min-width: 1200px){
			--h1 : normal normal normal 46px/130% "UbuntuBold";
			--h2 : normal normal normal 36px/48px "UbuntuBold";
			--h3 : normal normal normal 24px/28px "UbuntuBold";
			--h4 : normal normal normal 24px/28px "UbuntuBold";
			--fliesstext : normal normal normal 18px/27px "Ubuntu";
			--introtext : normal normal normal 22px/32px "Ubuntu";
			--caption : normal normal normal 16px/23px "Ubuntu";
		}
	}

.subtemplate.tpl-color-blau{ background-color:var(--Blau);}.oe-container.tpl-color-blau { background-color:var(--Blau);width: 100%;left: 0;border-radius: 20px;overflow:hidden;}.oe-container.tpl-color-blau .component:not(.template-ansprechpartner) .template-img { width: 100% !important;left: 0 !important;}.subtemplate.tpl-color-hellorange{ background-color:var(--Hellorange);}.oe-container.tpl-color-hellorange { background-color:var(--Hellorange);width: 100%;left: 0;border-radius: 20px;overflow:hidden;}.oe-container.tpl-color-hellorange .component:not(.template-ansprechpartner) .template-img { width: 100% !important;left: 0 !important;}.subtemplate.tpl-color-orange{ background-color:var(--Orange);}.oe-container.tpl-color-orange { background-color:var(--Orange);width: 100%;left: 0;border-radius: 20px;overflow:hidden;}.oe-container.tpl-color-orange .component:not(.template-ansprechpartner) .template-img { width: 100% !important;left: 0 !important;}