@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Questrial', sans-serif;  
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #3c3c3d;
}
html { 
	-webkit-text-size-adjust: none; 
	height: 101%;
	width: 100%;	/**/
}
html,body {
 font-family:'Open Sans',sans-serif;
 font-weight:400;
}
body, nav, ul, li, a  {margin: 0; padding: 0;}

iframe {
	
  height: 351px;
  width: 624px;
	}

a {
	/*color: #164193;*/

	color:#1689CE;
	text-decoration: none;
}
.contentbox a {

		font-style: italic;

}
a:hover {
	color: #000;
}
p, h1, h2, h3, table, hr, .linkbox, .contentbox ul{
	margin-right: 30px;
	margin-left: 30px;	
	clear:left;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}
.first p { 	font-size: 18px; line-height: 22px;}
.mediabox p { margin-bottom: 0px; }
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'PT Serif', serif;
	font-family:'Open Sans',sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 16px;
	/*text-transform: uppercase;*/
}
.first h1{
	font-size: 28px;
	line-height: 36px;
	margin-bottom:20px;
}
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Hind Madurai', sans-serif;
	 font-family:'Open Sans',sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 16px;
	/*text-transform: uppercase;*/
}
h3 {

	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.lead {

	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	margin-left: 5px;
	

}


.main .contentbox ul {
	/*list-style-type:square;*/
	list-style-type: none;
	/*width: 60%;
	list-style-image:url("../userfiles/images/meta/aufzaehlung.png");*/
	width: 80%;
	/*padding-left: 10%;*/
	margin-left: 10%;
	padding-bottom: 20px;
	list-style-position: outside;
	/*
	border:solid 1px red;*/
}

.contentbox ul li{
	background: url("../userfiles/images/meta/aufzaehlung.png") no-repeat left 11px;
	padding: 0px 0px 3px 15px;
}


li {
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-bottom: 20px;
}
td {
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr{
	border: none 1px black;
	background-color: #000;
	height: 1px;
	margin-bottom: 40px;
}
div {
}

.pdf, .doc, .xls, .ppt, .zip, .dxf, .dwg  {

	font-size: 15px;
	color: #164193;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top: 5px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 .facebook, .youtube {


	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 34px;
	padding-top: 2px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.facebook{background-image: url("../userfiles/images/meta/icon_faceboock.svg");}
.youtube{background-image: url("../userfiles/images/meta/icon_youtube.svg");}

.pdf{background-image: url("../userfiles/images/meta/medien_pdf.svg");}
.doc{background-image: url("../userfiles/images/meta/medien_doc.svg");}
.xls{ background-image: url("../userfiles/images/meta/medien_xls.svg");}
.ppt{background-image: url("../userfiles/images/meta/medien_ppt.svg");}
.zip{background-image: url("../userfiles/images/meta/medien_zip.svg");}
.dxf{background-image: url("../userfiles/images/meta/medien_dxf.svg");}
.dwg{background-image: url("../userfiles/images/meta/medien_dwg.svg");}
.thumb {

 height: 32px;
 width:auto;
	
}
.seotag{
	
	display:block;
	float:left;
	width:300px;
	margin:0px 10px 10px 0px;
	border-bottom:solid 1px #cdcdcd;
	
}
.sp50
{
  width: 48%;
  margin-right: 2%;
  background-color: #ffc;
  float: left;
  margin-bottom: 0px;
}
.legende
{
 	font-family: 'Hind Madurai', sans-serif;
	/*background-color: Pink;*/
	display: block;
	clear:float;
	width: 75%;
	margin-top: 5px;
}
.marker
{
	background-color: Yellow;
}
/* Smartphone Portrait und Landscape */
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	p, h1, h2, h3, table, hr, .linkbox, .contentbox ul{ margin-right: 0px; margin-left: 0px;	 }
}



/* Smartphone Portrait und Landscape */
@media only screen and (min-width: 512px) and (max-width: 767px) {
	p, h1, h2, h3, table, hr, .linkbox, .contentbox ul{ margin-right: 10px; margin-left: 10px;	 }
}

/* Smartphone Portrait und Landscape */
@media only screen and (min-width: 320px)  and (max-width: 512px) {
	p, h1, h2, h3, table, hr, .linkbox, .contentbox ul{ margin-right: 10px; margin-left: 10px;	 }
	
	
	
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {

	h1 { font-size: 18px; line-height: 24px;}
	.first h1 { 	font-size: 20px; line-height: 22px;}
	p { font-size: 14px; line-height: 16px;}
	.first p { 	font-size: 16px; line-height: 18px;}
}
