@charset "utf-8";

@media all
{	/* reset */
	* { margin:0; padding: 0 }

	option { padding-left: 0.4em }

	* html body * { overflow:visible; }
	* html iframe, * html frame { overflow:auto; }
	* html frameset { overflow:hidden; }

	html { height: 100%; margin-bottom: -1px; overflow-y: scroll; }
	body {
		font-size: 100.01%;

		color: #000;
		background: #ffffff;
		text-align: left;
	}

	fieldset, img { border: 0 solid; }

	p { margin: 0 0 0.5em 0; }

	ul, ol, dl { margin: 1em 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.7em; }

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }

	blockquote { margin: 0 0 1em 1.5em; }
}

body {
	height: 100%;

	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.trenner {
	margin-bottom: 2em;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix { display: block }

#ie_clearing { display: none }

.skip, .hideme, .print {
		position: absolute;
		top: -1000em;
		left: -1000em;
}

.subcolumns { display:table; width:100%; table-layout:fixed; }

.c15l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c55l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
.c15r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c55r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

.c15l, .c15r { width:15%; }
.c20l, .c20r { width:20%; }
.c40l, .c40r { width:40%; }
.c60l, .c60r { width:60%; }
.c80l, .c80r { width:80%; }
.c25l, .c25r { width:25%; }
.c33l, .c33r { width:33.333%; }
.c50l, .c50r { width:50%; }
.c55l, .c55r { width:55%; }
.c66l, .c66r { width:66.666%; }
.c75l, .c75r { width:75%; }
.c38l, .c38r { width:38.2%; }
.c62l, .c62r { width:61.8%; }

.subc  { padding:0 0.5em; }
.subcl { padding:0 1em 0 0; }
.subcr { padding:0 0 0 1em; }

.equalize, .equalize .subcolumns { table-layout:fixed; }

.equalize > div {
	display:table-cell;
	float:none;
	margin:0;
	overflow:hidden;
	vertical-align:top;
}

ul.vlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	list-style-type: none;
}

ul.vlist li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.hlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	list-style-type: none;
}

ul.hlist li {
	display: inline;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.page_margins {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #676767;
	line-height: 1.5em;
	
	height: 100%;
	min-height: 840px;
		
	margin: 0 auto;
}

body a {
	color: #5fa844;
	text-decoration: none;
	font:normal 14px Arial;
}

body a:hover {
	text-decoration: underline;
}

#main {
	margin-bottom: 80px;
	margin-top: 40px;
}

#head {
	margin-top: 10px;
	height: 170px;
}

.logo {
	float: left;
}


#header {
	height: 444px;
	margin-left: -1px;
	margin-bottom: 30px;
	
	position: relative;
}


#slider {
	width: 1200px;
}


#nav { margin: 0; padding:0px; background: url(/stream/images/layout/menu_bg.jpg) repeat-x; height: 63px; border-bottom: 3px solid #e5e5e5;}
#nav ul { margin:0 0 0 0; padding:0 0 0 0; list-style:none; }
#nav ul li { float:left; padding: 0 0 0 0; margin:0 0 0 0; font:normal 18px Arial, sans-serif; /*background: url(/stream/images/layout/trenner.png) no-repeat left;*/}
#nav ul li.first {background: none;}
#nav ul li a { margin:0px; padding:21px 25px; color:#676767; font:normal 18px Arial, sans-serif; text-transform: uppercase; text-decoration:none; display: block;}
#nav ul li a:hover {color:#5fa844;}
#nav ul li.active a {color:#5fa844;}


#nav a {
	position: relative;

	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#nav a span::before {
	position: absolute;
	top: 30px;
	left: 50%;
	color: transparent;
	content: '\00b7';
	text-shadow: 0 0 transparent;
	font-size: 1.8em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#nav a:hover span::before,
#nav a:focus span::before
/* #nav li.active a span::before  */ {
	color: #5fa844;
	text-shadow: 10px 0 #5fa844, -10px 0 #5fa844;
}

#nav a:hover,
#nav a:focus {
	color: #5fa844;
}


ul#sub_nav {margin: 0 0 30px 0;}
ul#sub_nav li { padding:0; margin:0; list-style: none; text-decoration: none;}
ul#sub_nav li a {display: block; border-bottom: 2px solid #fff; padding: 10px 0 10px 15px; font:normal 15px Arial; color: #3f3f3f; text-decoration: none; background: #f6f6f6;

  -o-transition:color .3s ease-out, background .5s ease-in;
  -ms-transition:color .3s ease-out, background .5s ease-in;
  -moz-transition:color .3s ease-out, background .5s ease-in;
  -webkit-transition:color .3s ease-out, background .5s ease-in;
  transition:color .3s ease-out, background .5s ease-in;
}
ul#sub_nav li.active a {background: #5fa844; color: #ffffff; text-decoration: none;}
ul#sub_nav li.path a { background: #5fa844 ; color: #ffffff; text-decoration: none;}
ul#sub_nav li a:hover { background: #5fa844; color: #ffffff; text-decoration: none; }



ul#sub_nav ul.level1 { padding:0; margin:0; list-style: none; background: #e7e7e7}
ul#sub_nav ul.level1 li { padding:0; margin:0; list-style: none}
ul#sub_nav ul.level1 li a {display: block; margin: 0 0 0 0; padding-left:30px; font:normal 14px Arial; color: #58585A; text-decoration: none;}
ul#sub_nav ul.level1 li.path a { padding-left:30px; color: #043363; text-decoration: underline; background: #e7e7e7;}
ul#sub_nav ul.level1 li.active a { padding-left:30px; color: #2c2d2f; text-decoration: underline; background: #e7e7e7;}
ul#sub_nav ul.level1 li a:hover { padding-left:30px; color: #2c2d2f; text-decoration: underline; background: #e7e7e7;}


.termine {
margin: 0px;
font: normal 18px Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
display: block;

background: #5fa844;
color: #ffffff;
padding: 10px;

position: absolute;
right: 10px;
top: 182px;

}




.adresse {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	
	padding-left: 35px;
	padding-top: 35px;
	
	width: 300px;
	height: 409px;
	
	color:#ffffff;
	font-size: 14px;
	
	background: url(/stream/images/layout/adresse.png) repeat;
}

.adresse p {
	line-height: 1.3em;
	margin-bottom: 20px;
}

.adresse a {
	color: #ffffff;
}

#toplinks {
	margin: 0 0px 60px 20px;
	padding: 5px 0 10px 0;

	font-size: 8pt;

	text-align: right;

	line-height: 20px;

	color: #a7a7a7;
}

#toplinks a {
	text-decoration: none;
	color: #a7a7a7;	
}

#toplinks a:hover {
	color: #5fa844;
}

.telefon {
	float: right;
	text-align: right;
	font-size: 18px;
}


img {
	margin-bottom: 10px;
}

#col1 {
	float: left;
	width: 300px;
}

#col1_content {
	line-height: 1.5em;
}

#col1 a {
	color:#2c2d2f;
}

#col1 a:hover {
	color:#aa211e;
}

#col3 {
	margin-left: 360px;
	padding-top: 0;
}


#col3_content {
	margin-bottom: 40px;

	min-height: 400px;
	height: auto !important;
	height: 400px;
}


h1 { 
	color:#5fa844;
	font: normal 26px Arial, sans-serif;
	margin:0;
	padding-bottom:15px;
}

h2 {
	color:#000000;
	font:bold 16px Arial, sans-serif;
	margin:0;
	padding-bottom:12px;
}

h3 { 
	color:#5fa844;
	font:bold 14px Arial, sans-serif;
	padding-bottom: 10px;
}

h4 { 
	color:#676767;
	font:bold 14px Arial, sans-serif;
	padding-bottom: 10px;
}


#footer {
	background: #f7f7f7;

	font-size: 14px;
	text-align: center;

	line-height: 1.4em;

	color: #000000;
	
	padding: 20px;
	
	height: 160px;
}

#footer a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
	
#footer a:hover {
	text-decoration: none;
	color: #5fa844;
}

#footer td img {
	margin-right: 20px;
}

#footer .subcr table {
	float: right;
}

#footer .subc table {
	margin: 0 auto;
}

#footer .adress-buttons {
	text-align: left;
	border-bottom: 1px solid #e0dfdf;
	margin-bottom: 15px;
	padding: 15px 0;
}


#footer .kwlayer,
#footer .kwlayer a {
	color: #969696;
	line-height: 1.5em;
	margin-top: 10px;
}

.social_icons a.icon {
	display: inline-block;
	
	width: 40px;
	height: 40px;

	opacity: 0.5;

	font-size: 0 !important;
	line-height: 0 !important;
	
	list-style: none;
}

.social_icons a.icon:hover {
	opacity: 1;
}

.social_icons a.icon.facebook {
	background: url(/stream/images/layout/facebook.png) no-repeat 0 0;
	margin-right: 5px;
}

.social_icons a.icon.google {
	background: url(/stream/images/layout/google.png) no-repeat 0 0;
}

.hlist.social_icons {
	margin-bottom: 20px;
	
	margin-top: -15px;
}


.tb_image_l {
	margin-right: 15px;
}




.social a.icon {
	display: inline-block;
	
	width: 30px;
	height: 30px;

	opacity: 0.3;

	font-size: 0 !important;
	line-height: 0 !important;
}

.social a.icon:hover {
	opacity: 1;
}

.social a.icon.facebook.loc {
	background: url(/stream/images/layout/facebook_loc.png) no-repeat 0 0;
	margin-right: 5px;
}

.social a.icon.google.loc {
	background: url(/stream/images/layout/google_loc.png) no-repeat 0 0;
}

.hlist.social {
	margin-bottom: 20px;
	
	margin-top: -17px;
}




.block_content.text {
	margin-bottom: 20px;
}


.block_content.contactform {
	line-height: 135%;
}

.block_content.contactform td {
	padding: 0 2em 0.25em 0;
	text-align: left;
	vertical-align: top;
}

.block_content.contactform .text {
	padding: 3px;
	width: 250px;
	border: 1px solid #ccc;
}

.block_content.contactform textarea.text {
	height: 130px;
}

.block_content.contactform #cform_plz {
	width: 35px;
}

.block_content.contactform #cform_ort {
	width: 203px;
}

table.error td {
	color: red;
}


#location {
	line-height: 64px;
	background: #fff;
	padding-left: 36px;
	padding-right: 15px;
	
	margin-bottom: 50px;
	
	font-size: 12px;
	font-weight: normal;
	
	border: 1px solid #e4e3e3;
	
	color: #d4d4d4;
}

#location a {
	color: #d4d4d4;
}

#location a:hover {
	color: #5fa844;
}


.aerzte {
	margin-top: 30px;
}

.aerzte img {
	margin: 0;
	display: block;
}

.aerzte .tb_image.align_left {
	margin-right: 0 !important;
}


.aerzte h2 {
	color:#5fa844;
	font:normal 18px Arial, sans-serif;
	margin:10px 0 0 0;
	padding-bottom:12px;
}

.start {
	background: #f7f7f7;
}

.start img {
	margin-bottom: 0;
}

.start .block_content.text {
margin-bottom: 0;
}

/*.abrar {
	float: left;
	width: 30%;
	background: #f7f7f7;
	margin-right: 5%;
}

.meschede {
	float: left;
	width: 30%;
	background: #f7f7f7;
	margin-right: 5%;
}

.elfert {
	float: left;
	width: 30%;
	background: #f7f7f7;
}

.kosciesza {
	float: left;
	width: 30%;
	background: #f7f7f7;
	margin-right: 5%;
}

.ulshoefer {
	float: left;
	width: 30%;
	background: #f7f7f7;
}
*/




body#default #header {
	display: none;
}

body#default .aerzte {
	display: none;
}

body#default #location {
	display: none;
}


/* Einspaltig */

body#layout_1col #col1 {
	display: none;
}

body#layout_1col #header {
	display: none;
}

body#layout_1col #col3 {
	margin: 0;
}

body#layout_1col #location {
	display: none;
}

body#layout_1col .aerzte {
	display: none;
}

/* Zweispaltig */

body#layout_3col #header {
	display: none;
}

body#layout_3col #col1 {
	width: 300px;
}

body#layout_3col #col3 {
	margin: 0 0 0 360px;
}

body#layout_3col #location {
	display: none;
}

body#layout_3col .aerzte {
	display: none;
}



/* Startseite */

body#intropage #location {
	display: none;
}

body#intropage #col3 {
	margin: 0 360px 0 0;
}

body#intropage #col1 {
	float: right;
	width: 359px;
}



.greenbox {
	background: #5fa844;
	color: #ffffff;
	padding: 15px;
}


#teaser {
	position: relative;
	
	background: #f7f7f7;
	
	padding: 0;
	
	color: #000000;
	font-size: 22px;
	line-height: normal;
	
	margin: 0;
	
	overflow: hidden;
}

#teaser td {
	vertical-align: bottom;
	display: block;
	text-align: left;
	margin-bottom: 9px;
}

#teaser #block_content {
	position: relative;
	
	min-height: 42px;
	height: auto !important;
	height: 425px;
}

#teaser h3 {
	color: #5fa844;
	font-size: 50px;
	font-weight: normal;
	margin-right: 50px;
	text-align: left;
}

#teaser .block_content.text {
	position: relative;
}

.teaser-text {
	position: absolute;
	height: 250px;
	top: 100px;
	width: 600px;
	padding: 42px 60px;
}

.teaser-text p {
	margin-right: 50px;
	text-align: left;
}


.rhino-container {
	height: 465px !important;
}

.rhino-bullets {
	display: none;
}




/* scroll to top */

.scrollup {
    width: 30px;
    height: 30px;
    opacity: 1;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border: 3px solid #fff;
    display: none;
    text-indent: -9999px;
    background: #999 url(/stream/images/layout/top.png) no-repeat center center;
    z-index: 999999;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 5px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.scrollup:hover {
    opacity: 1;
    background: url(/stream/images/layout/top.png) no-repeat center center;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 5px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    
    background-color: #5fa844;
}



table.standard caption {
	width: 100%;

	margin: 0px 2px;
	padding: 5px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;

	text-align: left;

	line-height: 120%;

	color: #000000;
}

table.standard a {
	color: #4c4c4c;
}	

table.standard td,
table.standard th {
	padding: 5px;

	font-size: 10pt;

	vertical-align: top;

	background: #f2f2f2;
}

table.standard.outer td {
	background: none;
}

table.standard.outer table.standard td {
	background: #f5f5f5;
}

table.standard th {
	height: 20px;
	text-align: left;
	font-size: 13px;
	text-shadow: 1px 1px 0px #fff;

	vertical-align: middle;

	color: #5fa844;
	
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 38%, #ededed 72%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#f9f9f9), color-stop(72%,#ededed), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}

table.standard p {
	margin: 0;
}

table.standard tr:nth-child(odd) td { /* background: #f4f4f4 !important; */ }
table.standard tr:nth-child(even) td { background: #FFF !important; }


table.standard.vertical th {
	background: #f4f4f4;
	text-shadow: 1px 1px 0px #fff;
	height: 20px;
	font-size: 10pt;
	vertical-align: middle;		
}

table.standard.vertical tr td {
	background: #f4f4f4 !important;
	vertical-align: middle;		
}

.tb_image.align_right {
	margin-left: 20px;
}

.tb_image.align_left {
	margin-right: 20px;
}
