body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #7C7C7C;
}

html { 
	-webkit-text-size-adjust: none; 
/*	height: 100%;
	width: 100%;	*/
}

a {
	
	color: #7C7C7C;
	text-decoration: none;
}
a:hover {
	color: #000;
		
}
.kontakt a {
	color: #000;
	text-decoration: none;
}
.kontakt a:hover {
		color: #7C7C7C;
}


p, h1, h2, h3, h4, hr {
	margin-right: 5px;
	margin-left: 5px;	
}
p {
	margin-top: 0px;
  margin-bottom: 14px;
  clear:both;
}
h1 {
	font-size: 1.1em;
	line-height: 20px;
}
h2 {
	font-size: 1.0em;
	line-height: 20px;
}
.kontakt h2 {
	margin:0px 5px;
}
h3 {
	font-size: 1.0em;
	line-height: 20px;
	margin:0px;
}
h2 span{
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.artikeltext p, .artikeltext h1, .artikeltext h2, .artikeltext h3, .artikeltext h4, .artikeltext table{
	margin:0px 0px 15px 0px;
	/*padding:0px;*/
}
.artikeltext h3 {
	margin:15px 0px 5px 0px;
	padding:15px 0px 0px 0px;
	border-top:solid 6px #005BAC;
}
.content ul {
	list-style-type: none;/**/
	/*list-style-image:url("../userfiles/images/meta/aufzaehlung.png");*/
	
	padding-left: 0px;
	list-style-position: outside;
	max-width: 700px;
}
.content .artikeltext ul {
	margin-bottom: 16px;
	width: 100%;
}
.content li {
	background: url("../userfiles/images/meta/aufzaehlung.png") no-repeat left 10px;
	padding-left: 20px;
	padding-bottom:3px;
	margin-left:5px;
}

.tab1 td{
	border-bottom: solid 1px #000;
	padding: 10px 0px;
	vertical-align: top;
	}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right:5px;
}
td {
	font-size: 14px;
	line-height:18px;
	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;/**/
}
.td1 td, .td1 th{
	border-top:solid 2px #005BAC;


}


.td2 td, .td2 th{
	border-bottom: solid 2px #005BAC;
	vertical-align: middle;


}

.spez {
	margin:0px;
	padding:0px;
	width: 100%;
	border-bottom:solid 1px #005BAC;
}
.spez td{
	margin:10px 0px 10px 0px;
	padding:3px 3px 3px 0px;
	border-top:solid 1px #005BAC;
	
}
.spez .tda{
	width:95px;
	vertical-align: top;
	text-align:left;	
}
.spez .tdb{
	text-align:right;	
	text-align:left;	
}

.imp2 {
		font-family: 'Heebo', sans-serif;
    font-weight: 700;
	border:solid 2px #005BAC;
		background-color:#FFF;
	width: 30px;
	height: 30px;
	text-align:center;
}


hr{
	border: none 1px black;
	background-color: #000;
	height: 1px;
	margin-bottom: 40px;
}
div {
}
.marker {
	color:#7b5466;
	font-weight: 300;
}
.marker1 {
	color:#7b5466;
	font-weight: 400;
}
.marker2 {
	color:#7b5466;
	font-weight: 500;
}
.marker3 {
	color:#7b5466;
	font-weight: 600;
}

.icon a{
	 background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto 100% ;
    
    line-height: 40px;
	font-weight: bold;
	color: #7C7C7D;
    display: block;
    text-decoration: none;
    height: 40px;

    margin:17px 0px;
	padding:0px 17px  0px 50px;
    
}
.burger a{
	background-image: url(../userfiles/images/meta/icon_burger.svg);

		float:left; 
		margin-left:17px;

  }

.telefon a {
    background-image: url(../userfiles/images/meta/icon_telefon.svg);
	float:right;
	display: block;
	height: 100%;

}
.telefonbox{

	background-image: url(../userfiles/images/meta/li-hg.png);
		background-repeat: repeat;
}



.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
z-index:1250;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
/**/
.kontakt {font-size:0.8em; margin:0px 0px 0px 30px;}
.container {
	
	padding:0px;
	position:relative;
	z-index:1250;
	width:100%;
	background-color:pink;
}
.adress {
	font-size:0.8em;
}
.adress a{color:#B4AEA7; }
.half {width:48%; margin-right:2%; margin-bottom:10px;float:left;}