#content {
	background-color: RGB(255,255,255);
	min-height: 50vh;
	padding: 2rem 0 0 0;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

#content h2 {
	font-size: 1.35rem;
	color: RGB(92,187,210);
	margin-bottom: 2rem;
}
#content .maincontent .csc-default h2 {
	padding-top:1rem;
	margin-bottom: 1rem;
}

#content .leistungen  span{
	display: block;
	height: 47px;
	float: left;
	margin-right: 3%;
	margin-left: -3%;
}

#content h3 {
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
	display: inline-block;
	line-height: 47px;
	clear: left;
}

#content a.leistungen_link {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 2%;
	min-height: 180px;
}

#content a.leistungen_link:hover {
	background-color: RGB(222,239,243);
}

.menu_shadow {
	background-image: URL("../images/menu_shadow_subpage.jpg");
	height: 10px;
	width: 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#content .leftmenu {
	float: left;
	width: 30%;
	min-width: 30%;
}

#content .maincontent {
	float: left;
	width: 70%;
	min-width: 70%;
	padding-left: 1.25rem;
}

#content .content_content {
	margin: 0 1.25rem;
}

.leftmenu ul {
	width: 100%;
}

.leftmenu  li {
	border-bottom: 1px solid RGB(226,226,226);
	line-height: 2.2rem;
}

.leftmenu li:hover {
	background-color: RGB(222,239,243)
}

#content .leftmenu li a {
	color: RGB(153,153,166);
	font-size: 0.9rem;
	text-decoration: none;
	display: inline-block;
	width: 90%;
	line-height: 2.2rem;
	padding-left: 5px;
	font-weight: normal;
}

#content b {
	font-weight: bold;
}


#content .leftmenu li a.active {
	font-weight: bold;
	color: RGB(0,0,0);
}

.content_header {
	width: 100%;
	padding-left: 1.25rem;
	border-bottom: 1px solid RGB(226,226,226);
	background: rgb(254,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(254,255,255) 0%, rgb(249,249,249) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,255,255)), color-stop(100%,rgb(249,249,249))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(254,255,255) 0%,rgb(249,249,249) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(254,255,255) 0%,rgb(249,249,249) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(254,255,255) 0%,rgb(249,249,249) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(254,255,255) 0%,rgb(249,249,249) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
}

.content_header .csc-default > .csc-header {
    float: left;
    width: 25%;
}

.content_header .csc-default > p {
    float: left;
    width: 75%;
    font-size: 1.1rem;
    vertical-align: baseline;
    padding-top: 0.65rem;
    color: RGB(176,176,179);
}

.content_header .csc-default:after {
    clear: both;
    content: '.';
    font-size: 0rem;
    color: RGB(255,255,255);
    line-height: 0;
}

.content_header h1 {
    font-size: 1.8rem;
    line-height: 2rem;
}

.content_header {
    padding-bottom: 2rem;
    margin-bottom: 1.25rem;
}

.content_content p {
	margin-bottom: 0.7rem;
}

.maincontent ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 2rem;
}

.maincontent img , .csc-textpic-imagewrap{
	max-width: 100%;
	height: auto;
}
.bodytext{
	padding-top:1em;
}

#content div.content_content div.maincontent p.csc-header-date {
	background-image:url("../images/date_icon.png");
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left 2px;
}
/* Leistungen*/
#content h3 a {
	text-decoration:none;
}
/* Kontakt Formular*/
.kontaktp{
	margin-bottom:50px;
}
#c81 h2{
	margin-bottom:0px;
}
#c80 h2{
	margin-bottom:0px;
}
#c79 h2{
	margin-bottom:0px;
}

.googlemaps_wrapper {
	width:100%;
	float:left;
	overflow:hidden;
}

.googlemaps_wrapper iframe {
    float: left;
    height: 100%;
    max-height: 1px;
    min-height: 300px;
    width: 100%;
}