body,div,span,td,input,textarea,a,li,p
{
	font-family: Calibri, sans-serif;
	/*letter-spacing:1px;*/
	font-size:17pt;
	box-sizing: border-box;
	background:transparent;
	margin:0;
	padding:0;
	color:rgb(67,130,195);
	line-height: 135%;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color:inherit;
	font-size:inherit;
}
body {
	background-image: url(images/HG_Netzwerk_Mustervorlage.svg);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 100vw auto;
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-size:17pt;
	font-weight: bold;
}
h1 {
	font-size:21pt;
	margin-bottom:15px;
	margin-top:20px;
}
h2 {
	margin-top:20px;
}
h1.splash {
	font-size:32pt;
	color:rgb(241,136,5);
	margin-top:40px;
	margin-bottom:20px;
	line-height: 135%;
}
.logo_splash {
	width:90%;
	
}
ul {
	margin:0;
	padding:0;
	list-style: none;
}
.hamburger {
	background-image:url('images/hamburger.png');
	background-repeat: no-repeat;
	background-size: 44px 44px;
	top: 10px;
	right: 40px;
	position: absolute;
	height: 180px;
	width: 44px;
	height:44px;
	cursor:pointer;
}
.footer_transparent {
	position: fixed;
	bottom:0px;
	height:120px;
	width:100vw;
	background-color: #5ca647;
	opacity:1;
}
.body {
	position: relative;
	width:100vw;
	height:100vh;
	padding-top:80px;
	margin:0 auto;
	max-width:980px;
}
.content {
	font-size:23pt;
	color:#7b7b7b;
}
.spalten {
	margin-top:40px;
	display: flex;
	justify-content: space-between;
}
.spalten .spalte {
	width:46%;
	cursor:pointer;
}
.spalte.helpmail {
	width:41%;
}
.spalte:hover .text {
	display:block;
}
.spalte .text {
	display:none;
	font-size:15pt;
	margin-top:60px;
	color:#4a4a49;
}
.footer_content {
	position: fixed;
	bottom:0px;
	height:120px;
	background-color: transparent;
	padding:10px;
	width: 100vw;
}
.footer_content .center {
	position: static;
	margin: 0 auto;
	width:622px;
	color:#fff;
}
.footer_content .center .text_klein,
.footer_content .center .text_klein a,
.footer_content .center .text_klein a:link,
.footer_content .center .text_klein a:active {
	color:#fff;
	font-size:12pt;
	line-height:120%;
}