/*
	Miniport 1.0 by HTML5 Up!
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body, textarea
	{
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #565656;
		font-weight: 300;
	}

input{
	
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #565656;
		font-weight: 300;
		
	}

	a
	{
		color: #3B95C6;
		text-decoration: underline;
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	}
	
		a:hover
		{
			color: #BD0008 !important;
		}

	strong
	{
		font-weight: 600;
		color: #BD0008;
	}
	
	b{
		font-weight: 600;
		color: #3e3e3e;
	}
	
	h1, h2, h3, h4, h5, h6
	{
		color: #3e3e3e;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			text-decoration: none;
			color: inherit;
		}
	
	h2, h3, h4, h5, h6
	{
		font-weight: 700;
	}
	
	h1
	{
		font-weight: 300;
	}
	
		h1 strong
		{
			font-weight: 700;
		}
	
	em, i
	{
		font-style: italic;
	}
	
	form
	{
	}
	
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
		
		form input[type=checkbox]
		{
 		 -webkit-appearance:checkbox;
		}

		form input[type=text],
		form input[type=password],
		form select,
		form textarea
		{
			width: 100%;
			border: 0;
			padding: 0.75em;
			font-size: 1em;
			border-radius: 8px;
			background: #f4f4f4;
			color: #000000;
			box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025);
		}

		form input[type=text]:focus,
		form input[type=password]:focus,
		form select:focus,
		form textarea:focus
		{
			box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025), 0px 0px 2px 2px #BD0008;
		}
		
		form textarea
		{
			height: 15em;
		}
		
		form .formerize-placeholder
		{
			color: #3e3e3 !important;
		}

		form ::-webkit-input-placeholder
		{
			color: #3e3e3 !important;
		}

		form :-moz-placeholder
		{
			color: #3e3e3 !important;
		}

		form ::-moz-placeholder
		{
			color: #3e3e3 !important;
		}

		form :-ms-input-placeholder
		{
			color: #3e3e3 !important;
		}

		form ::-moz-focus-inner
		{
			border: 0;
		}
		
		
		#myFormDiv{
			
		}
		
		#myFormDiv2{
			display:none;
		}
		
		#myFormDiv3{
			display:none;
		}
		

	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 2em;
	}
	
	.li_left
	{
		text-align:left;
	}
	
	.li_left_dr
	{
		text-align:left;
		margin-left:0px;
	}
	
	
	.p_left 	{
		text-align:left;
	}
	
	section,
	article
	{
		margin-bottom: 3em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-full2
	{
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.image-full3
	{
		display: block;
		width: 100%;
		margin: 0 0 1em 0;
	}
	
	.image-special
	{
		display: block;
		width: 100%;
		margin: 0 0 0em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}
	
	.button
	{
		position: relative;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		border: 0;
		outline: 0;
		cursor: pointer;
		border-radius: 8px;
		text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
		overflow: hidden;
		background: #3e3e3e;
		background-image: -moz-linear-gradient(top, rgba(189,0,8,0), rgba(189,0,8,0));
		background-image: -webkit-linear-gradient(top, rgba(189,0,8,0), rgba(189,0,8,0));
		background-image: -o-linear-gradient(top, rgba(189,0,8,0), rgba(189,0,8,0));
		background-image: -ms-linear-gradient(top, rgba(189,0,8,0), rgba(189,0,8,0));
		background-image: linear-gradient(top, rgba(189,0,8,0), rgba(189,0,8,0));
		box-shadow: inset 0px 0px 0px 1px #3E3E3E, inset 0px 2px 1px 0px rgba(255,255,255,0.75);
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}

		.button:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/bg.png');
		}

		.button:hover
		{
			background-color: #BD0008;
			color: #fff !important;
		}
		
		.button:active
		{
			background-image: -moz-linear-gradient(top, rgba(82,82,82,1), rgba(82,82,82,0));
			background-image: -webkit-linear-gradient(top, rgba(82,82,82,1), rgba(82,82,82,0));
			background-image: -o-linear-gradient(top, rgba(82,82,82,1), rgba(82,82,82,0));
			background-image: -ms-linear-gradient(top, rgba(82,82,82,1), rgba(82,82,82,0));
			background-image: linear-gradient(top, rgba(82,82,82,1), rgba(82,82,82,0));
			box-shadow: inset 0px 0px 0px 1px #3E3E3E, inset 0px -2px 1px 0px rgba(255,255,255,0.75);
			top: 1px;
		}
	
		.button-alt
		{
			background-color: #393939;
			background-image: -moz-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -webkit-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -o-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -ms-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);
		}

			.button-alt:hover
			{
				background-color: #444;
			}
			
			.button-alt:active
			{
				background-image: -moz-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -webkit-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -o-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -ms-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				box-shadow: inset 0px 0px 0px 1px #242424, inset 0px -2px 1px 0px rgba(255,255,255,0.2);
			}
	
		.button-big
		{
		}

	ul.social
	{
		cursor: default;
		margin: 0;
	}
	
		ul.social li
		{
			position: relative;
			display: inline-block;
			margin: 0.25em;
			top: 0;
			border-radius: 6px;
			overflow: hidden;
			background: #444;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			-moz-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			transition: background-color .2s ease-in-out, top .2s ease-in-out;
			box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
		}

			ul.social li a
			{
				display: block;
				position: relative;
				background: url('images/social.png');
				width: 48px;
				height: 48px;
				text-indent: -9999em;
				outline: 0;
			}
			
				ul.social li.facebook a						{ background-position: 0px 0px; }
					ul.social li.facebook:hover				{ background-color: #3C5A98; }
				ul.social li.twitter a						{ background-position: -48px 0px; }
					ul.social li.twitter:hover				{ background-color: #2DAAE4; }
				ul.social li.rss a							{ background-position: -96px 0px; }
					ul.social li.rss:hover					{ background-color: #F2600B; }
				ul.social li.dribbble a						{ background-position: -144px 0px; }
					ul.social li.dribbble:hover				{ background-color: #C4376B; }
				ul.social li.linkedin a						{ background-position: -192px 0px; }
					ul.social li.linkedin:hover				{ background-color: #006599; }
				ul.social li.tumblr a						{ background-position: -240px 0px; }
					ul.social li.tumblr:hover				{ background-color: #51718A; }
				ul.social li.googleplus a					{ background-position: -288px 0px; }
					ul.social li.googleplus:hover			{ background-color: #DA2713; }

			ul.social li:hover
			{
				top: -5px;
			}

			ul.social li:active
			{
				top: 0;
			}

	.box
	{
		background: #fff;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
		text-align: center;
	}

		.box .image-full
		{
			position: relative;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		background-image: url('images/bg.png');
		box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 3px 0px rgba(0,0,0,0.1);
	}

	.wrapper-first
	{
		box-shadow: none;
	}

	.wrapper-style1
	{
		background-image: none;
		background-color: #fff;
	}
	
	.wrapper-style2
	{
		background-color: #fafafa;
		/*text-shadow: 1px 1px 0px #fff;*/
	}
	
	.wrapper-style3
	{
		background-color: #f4f4f4;
		/*text-shadow: 1px 1px 0px #fff;*/
	}

	.wrapper-style4
	{
		background-color: #f1f1f1;
		/*text-shadow: -1px -1px 0px #181818;*/
	}
	.wrapper-style5
	{
		background-color: #eaeaea;
	}
	
	.wrapper-style6
	{
		background-color: #e8e8e8;
		text-align:center;
	}

		.wrapper-style4 h1, 
		.wrapper-style4 h2, 
		.wrapper-style4 h3, 
		.wrapper-style4 h4, 
		.wrapper-style4 h5, 
		.wrapper-style4 h6
		{
			color: #fff;
		}
		
		.wrapper-style4 .row-special
		{
			border-top: solid 1px rgba(0,0,0,0.5);
			border-bottom: solid 1px rgba(0,0,0,0.5);
			box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), 0px 1px 0px 0px rgba(255,255,255,0.1);
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		background-color: #282828;
		text-align: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10000;
		cursor: default;
	}
	
		#nav ul
		{
			margin: 0;
		}
	
		#nav li
		{
			display: inline-block;
		}
		
		#nav a
		{
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			outline: 0;
		}
		
			#nav a:hover
			{
				color: #fff !important;
			}
			
			#nav a.active:before
			{
				content: '';
				display: block;
				position: absolute;
				bottom: -0.6em;
				left: 50%;
				margin-left: -0.75em;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				border-top: solid 0.6em #282828;
			}
			
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
	}

		#top .me
		{
			border-radius: 50%;
			overflow: hidden;
		}

		#top p
		{
		}
	
			#top p a
			{
				color: inherit;
			}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		color: #666;
	}
	
		#copyright a
		{
			color: inherit;

			-moz-transition: color .2s ease-in-out;
			-webkit-transition: color .2s ease-in-out;
			-o-transition: color .2s ease-in-out;
			-ms-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
		}
		
		#copyright a:hover
		{
			color: #777;
		}
		
		
/*********************************************************************************/
/* Sprechzeiten Table                                                                 */
/*********************************************************************************/

.sprechzeiten {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #333333;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.sprechzeiten table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.sprechzeiten tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

}.sprechzeiten tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.sprechzeiten tr:hover td{
	background-color:#7f7f7f;
}
.sprechzeiten td{
	vertical-align:middle;
	background-color:#565656;
	border:1px solid #333333;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:9px;
	/*font-size:22px;  */
	font-weight:normal;
	color:#ffffff;
	
	
}.sprechzeiten tr:last-child td{
	border-width:0px 1px 0px 0px;
}.sprechzeiten tr td:last-child{
	border-width:0px 0px 1px 0px;
}.sprechzeiten tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}



/*********************************************************************************/
/* Start-Table                                                                */
/*********************************************************************************/

.start {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #565656;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.start table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.start tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

}.start tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.start tr:hover td{
	
}
.start td{
	vertical-align:top;
	background-color:#ffffff;
	border:1px solid #565656;
	border-width:0px 0px 0px 0px;
	text-align:left;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	/*font-size:22px;  */
	font-weight:normal;

	
	
}.start tr:last-child td{
	border-width:0px 0px 0px 0px;
}.start tr td:last-child{
	border-width:0px 0px 0px 0px;
}.start tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}


	
body {  }


/*********************************************************************************/
/* Anfahrt			                                                              */
/*********************************************************************************/


.anfahrt{  
}


/*********************************************************************************/
/* preloader                                                               */
/*********************************************************************************/

#container { width:960px; margin:0px auto; }
.preloader { background:url(preloader/89.gif) center center no-repeat #ffffff;  }

#load_start_image { list-style:none; }
#load_start_image li { background:#e8e8e8; float:left; display:block; margin:15px 56px;display:block; border:1px solid #d7d7d7; -moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px; padding:0; -webkit-box-shadow:1px 1px 6px #ddd; -moz-box-shadow:1px 1px 6px #ddd; box-shadow:1px 1px 6px #ddd; }
#load_start_image li p {  border:1px solid #ffffff;  padding:7px; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; margin:0;
 }
#load_start_image li a { display:block; color:#fff; padding:0; text-decoration:none;  }
#load_start_image img { width:295px; height:413px; margin:0; padding:0; }


#load_praxis_images { list-style:none; }
#load_praxis_images li { background:#e8e8e8; float:left; display:block; margin:15px 56px;display:block; border:1px solid #d7d7d7; -moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px; padding:0; -webkit-box-shadow:1px 1px 6px #ddd; -moz-box-shadow:1px 1px 6px #ddd; box-shadow:1px 1px 6px #ddd; }
#load_praxis_images li p {  border:1px solid #ffffff;  padding:7px; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; margin:0;
 }
#load_praxis_images li a { display:block; color:#fff; padding:0; text-decoration:none;  }
#load_praxis_images img { width:384px; margin:0; padding:0; }


	
		
		