@font-face{
	font-family: 'basicfont';
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		  url('fonts/OpenSans-Regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
@font-face{
	font-family: 'condensed';
	src: url('fonts/OpenSans-CondBold-webfont.eot');
	src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
		  url('fonts/OpenSans-CondBold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'picsfont';
    src: url('elemente/picsfont.eot?v=2');
    src: url('elemente/picsfont.eot?v=2#iefix') format('embedded-opentype'),
         url('elemente/picsfont.woff2?v=2') format('woff2'),
         url('elemente/picsfont.woff?v=2') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	box-sizing:border-box;
}

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: basicfont, Arial, Helvetica, sans-serif;
}

body {
	padding:0; 
	margin:0; 
	border:0;
}

body,td,p,textarea{
	line-height: 150%;
	font-size:1em;
	color:#444;
	font-family: basicfont, Arial, Helvetica, sans-serif;
	word-spacing: 70%;
}

p{
	margin: 0.1em 0 0.6em 0;
}

hr{
	display: inline-block;
	width: 100%;
	border:none;
	border-top: 1px dashed #B5BDC4;
	clear: both;
	margin: 20px 0;
}


sup{
	vertical-align:top;
	line-height:100%;
	font-size: 0.6em;
}

ul{
	margin:0 0 10px 0;
	padding:0 0 0 20px;
}


li{margin:0 0 6px 0}

li li{margin:1px 0 3px 0}

img {border:0}

h1,h2,h3,h4,h5{
	width:100%;
	text-align: left;
	line-height: 140%;
	padding:0.3em 0;
	margin:0;
	font-weight: normal;
	color:#e30613;
	color:#000;
	font-family: basicfont, Arial, Helvetica, sans-serif;
}

h1{
	padding: 0.5em 0;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	max-width: 720px;
	margin: 0 auto 20px;
	border-bottom:1px solid #000;
}
h1:first-line{
	font-size:160%;
}
h1:after{
	content:'';
	display: block;
	width: 100%;
	clear: both;
}
h2{	font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.0em;padding:0.1em 0;}
h5 a{color:#000}

@media(min-width:480px){
	h1{font-size: 1.2em;}
	h2{font-size: 1.6em;}
	h3{font-size: 1.4em;}
	h4{font-size: 1.3em;}
	h5{font-size: 1.05em;}
}
@media(min-width:640px){
	h1{font-size: 1.3em;}
	h2{font-size: 1.7em;}
	h3{font-size: 1.5em;}
	h4{font-size: 1.3em;}
	h5{font-size: 1.1em;}
}
@media(min-width:768px){
	h1{font-size: 1.4em;}
	h2{font-size: 1.8em;}
	h3{font-size: 1.6em;}
	h4{font-size: 1.4em;}
	h5{font-size: 1.1em;}
}
@media(min-width:1024px){
	h1{font-size: 1.5em;}
	h2{font-size: 2.0em;}
	h3{font-size: 1.8em;}
	h4{font-size: 1.5em;}
	h5{font-size: 1.2em;}
}
@media(min-width:1280px){
	h1{font-size: 1.6em;}
	h2{font-size: 2.2em;}
	h3{font-size: 2.0em;}
	h4{font-size: 1.6em;}
	h5{font-size: 1.2em;}
}
@media(min-width:1600px){
	h1{font-size: 1.7em;}
	h2{font-size: 2.4em;}
	h3{font-size: 2.2em;}
	h4{font-size: 1.7em;}
	h5{font-size: 1.2em;}
}


a{
	color: #3fa535;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover{
	color: #3fa535;
	text-decoration: underline
}

.tabelle_1{
	padding:0;
	border-spacing: 0;
	border-collapse: separate;
	margin:5px 0 5px 0;
}

.tabelle_1 td{
	vertical-align: top;
	padding:5px;
	border-bottom: 1px solid #666;
}
.tabelle_1 td:first-child{
	
}



.hideforhandy{}
@media(max-width:480px){
	.hideforhandy{
		display:none;
	}
}

.piktogramm_block{
	text-align: center;
}
.piktogramm_block img{
	display:block;
	margin:10px auto 20px;
	height:50px;
}
@media(min-width:800px){
	.piktogramm_block{
		text-align: left;
	}
	.piktogramm_block img{
		display:inline-block;
		float: left;
		margin:0 20px 0 0;
		height:70px;
	}
}
@media(min-width:1000px){
	.piktogramm_block img{
		margin:0 20px 0 0;
		height:90px;
	}
}



.link_vcard,
.text a.link_vcard{
	padding:10px 0 10px 0;
}
.link_vcard:before,
.text a.link_vcard:before{
	content:'V';
	display: inline-block;
	font-family: picsfont;
	font-size: 50px;
	margin-right: 10px;
}