@charset "utf-8";
/*	Tablet	*/


:root{
--font-size : 20px;
--font-weight : 200;
--line-height : 1.3em;
--color : #00325a;
--link-color : #4f0002;
--screen2_min : 767px;--screen2_max : 1023px;--fontWeightHover : 500;
}
html{
	font-size:var(--font-size);
	font-weight:var(--font-weight);
	line-height:var(--line-height);
}

body{
	margin:0;
	padding:0;
}
#zentriert{
	  position: absolute;      /* bleibt oben links; optional zentrieren, siehe JS */
	  top: 0px; 
	  left: 0px;
	  width: calc(100% - 40px);            /*feste Designbreite */
	  transform-origin: top left;
	  will-change: transform;
	  margin-left:auto !important;
	  margin-right:auto !important;
}


















































































































































































































































































































































