/* If you want to add your own CSS code, please do it in this file */


/* Ergänzende Icons, die in der FONTAWESOME.CSS nicht gelistet sind */

.icon-wheelchair:before {
  content: "\f193";
}
.icon-car:before {
  content: "\f1b9";
}


a:hover {
	color:#34495E;
	text-decoration:none;
	}
	

ul {
	list-style:disc;
	margin: 20px 20px 20px 20px;
}
	
li {
	margin-left:20px;
}

.the_content_wrapper ul {
	margin: 0px 20px 20px 20px;
}


.the_content_wrapper p {
	margin: 0px;
}

.impressum_text {
	font-size: small;
	line-height: 16px;
}

