@charset "utf-8";
/*	Smartphone, max Width: 767px	*/

:root{
--font-size : 18px;
--font-weight : 300;
--line-height : 1.3em;
--color : #00325a;
--link-color : #4f0002;
--screen3_max : 767px;--fontWeightHover : 500;
}
html{
	font-size:var(--font-size);
	font-weight:var(--font-weight);
	line-height:var(--line-height);
	overscroll-behavior: none;
}
body{
	margin:0;
	padding:0;
	overscroll-behavior: none;
}

#zentriert{
	width:calc(100vw);
	padding-left:10px !important;
	padding-right:3px !important;
}
/*p,br,ul,table{
	padding-left:10px !important;
}
[id^="cms_"]{
	width:100% !important;
}
*/
.logofont{
	/*font-size:16px !important;*/
}
.ed_zeile *{
	max-width:calc(100% - 1px) !important;
}
[id^="cmsFeld"]{
	position:static;
	width:100% !important;
	max-width:100vw;
	height:auto !important;
	/*border:1px solid green;*/
}
[id^="edBox_"]{
	margin-left:0 !important;
	width:100% !important;
}
table{max-width:100% !important;}
[td] img{
	/*width:calc(105vw + 20px) !important;
	width:110vw !important;
	margin-left:-10px;
	max-width:calc(100% - 10px) !important;*/
	width:100% !important;
}
p{
	/*margin:0px !important;*/
}





