@charset 'utf-8';
@import url('http://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:400,400italic,300,600,700,800');
@import url('font-awesome.min.css');

/*
	Venue by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

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

	body
	{
		background: #666b6a;
	}

	body,input,textarea,select
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		line-height: 1.75em;
		color: #909090;
	}

	h1,h2,h3,h4,h5,h6
	{
		line-height: 1em;
		text-transform: uppercase;
		font-family: 'Fjalla One', sans-serif;
		font-weight: 300;
		color: #4d5251;
	}
	
	h7
	{
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	text-align: justify;

	
		}
		
		h8
	{
	font-size: 1.2em;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-shadow: 0px 0px;
	text-transform: capitalize;
		}
	
		h2
		{
			font-size: 1.7em;
			line-height: 1.5em;
		}

		h3
		{
			font-size: 1.60em;
			line-height: 1.5em;
		}
		
		
		h5
		{
	font-size: 1.60em;
	line-height: 1.5em;
	color: #327ED0;
	text-decoration: none;
	text-transform: none;
		}
		
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	strong, b
	{
		font-weight: 700;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		color: #4676AA;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
	margin-bottom: 1em;
	}

	header
	{
	margin-bottom: 1em;
	background-image: url(url);
	}
	
		header h2
		{
			letter-spacing: 0.05em;
		}
article header h2 {
	text-align: left;

}
#content article .byline {
	text-align: left;
}

article header .byline {
	text-align: left;
}


	
		header .byline
		{
			display: block;
			margin: 0em 0 0 0;
			padding: 0em 0 0.5em 0;
			letter-spacing: 0.05em;
			font-weight: 300;
			font-size: 1.3em;
			color: #4676AA;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

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

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

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

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
			}
			
			.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;
				}

	/* Lists */

		ul.style1
		{
			padding-top: 1em;
		}
	
			ul.style1 > li
			{
				position: relative;
				padding: 0.7em 0 0.7em 0em;
				border-top: 1px solid rgba(0,0,0,.1);
			}
			
				ul.style1 > li:before
				{
					position: absolute;
					left: 0;
					top: 0.35em;
					display: block;
					color: #3a71d8;
					width: 30px;
					height: 30px;
					line-height: 30px;
					text-align: center;
					font-size: 1.4em;
				}

				ul.style1 > li:first-child
				{
					padding-top: 0;
					border-top: none;
				}
				
					ul.style1 > li:first-child:before
					{
						top: 0;
					}
	
				ul.style1 a
				{
					text-decoration: none;
					color: #353535;
				}
	
	
				ul.style2 a:hover
				{
					text-decoration: underline;
				}

		ul.default
		{
			list-style: disc;
			padding-left: 1em;
		}
		
			ul.default li
			{
				padding-left: 0.5em;
			}		

		ul.icons
		{
			cursor: default;
		}	
		
			ul.icons li
			{
				display: inline-block;
			}
			
				ul.icons a
				{
					display: inline-block;
					width: 2em;
					height: 2em;
					line-height: 2em;
					text-align: center;
					border: 0;
				}

		ul.menu
		{
			cursor: default;
		}
		
			ul.menu li
			{
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px #ddd;
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}
			
			ul.menu li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.actions
		{
			cursor: default;
		}
		
			ul.actions li
			{
				display: inline-block;
				margin: 0 0 0 0.5em;
			}
			
			ul.actions li:first-child
			{
				margin-left: 0;
			}

		ul.info
		{
		}
		
			ul.info li
			{
				padding: 1.5em 0 1.5em 0;
				border-top: solid 1px rgba(0,0,0,0.1);
			}
			
				ul.info li:first-child
				{
	padding-top: 0;
	border-top: none;
	box-shadow: none;
	text-align: right;
				}
			
			ul.info h3
			{
				display: inline-block;
				padding-bottom: 0.50em;
				font-size: 1.2em;
			}
			
			ul.info a
			{
				text-decoration: none;
				color: #898e96;
			}
			
			ul.info a:hover
			{
				text-decoration: underline;
			}
			
		ul.social
		{
			padding-top: 0.2em;
			text-align: center;
		}
		
			ul.social li
			{
				display: inline-block;
				padding: 0px 5px;
			}
		
			ul.social li span
			{
				display: none;
			}
			
			ul.social li a
			{
				display: inline-block;
				color: #FFF;
			}
			
			ul.social li a:before
			{
				display: inline-block;
				width: 36px;
				height: 36px;
				border: 2px solid #4676AA;
				border-radius: 50%;
				line-height: 33px;
				text-align: center;
				font-size: 1em;
				color: #4676AA;
			}
			

		ol.default
		{
			list-style: decimal;
			padding-left: 1.25em;
		}

			ol.default li
			{
				padding-left: 0.25em;
			}

	/* Forms */

		form
		{
		}
		
			form input,
			form select,
			form textarea
			{
				-webkit-appearance: none;
			}
	
			form input[type=text],
			form input[type=password],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				width: 100%;
				border: 0;
				padding: 0.50em;
				font-size: 1.2em;
				font-family: 'Lato', sans-serif;
				font-weight: 300;
				border-radius: 6px;
				background: #fafafa;
				border: 1px solid #e8e8e8;
				outline: none;
				color: #707070;
			}

			form input[type=text],
			form input[type=password],
			form select
			{
				line-height: 1em;
			}
	
			form input[type=text]:focus,
			form input[type=password]:focus,
			form select:focus,
			form textarea:focus
			{
				box-shadow: inset 0 0 0 2px #6597CF;
			}
			
			form textarea
			{
				height: 10em;
			}
			
			form .formerize-placeholder
			{
				color: #93989f !important;
			}
	
			form ::-webkit-input-placeholder
			{
				color: #93989f !important;
			}
	
			form :-moz-placeholder
			{
				color: #93989f !important;
			}
	
			form ::-moz-placeholder
			{
				color: #93989f !important;
			}
	
			form :-ms-input-placeholder
			{
				color: #93989f !important;
			}
	
			form ::-moz-focus-inner
			{
				border: 0;
			}
			
	/* Tables */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2)
				{
					background: #f4f4f4;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					font-weight: 700;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead
				{
					background: #444;
					color: #fff;
				}
				
				table.default tfoot
				{
					background: #eee;
				}
				
				table.default tbody
				{
				}

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			padding: 0.30em 0.7em 0.10em 0.7em;
			border: 0;
			background: #4676AA;
			border-bottom: 3px solid #29578A;
			border-radius: 4px;
			letter-spacing: 0.10em;
			text-decoration: none;
			text-transform: uppercase;
			font-family: 'Fjalla One', sans-serif;
			font-size: 1em;
			font-weight: 300;
			color: #fff;
			cursor: pointer;
			-moz-transition: background-color 0.25s ease-in-out;
			-webkit-transition: background-color 0.25s ease-in-out;
			-o-transition: background-color 0.25s ease-in-out;
			-ms-transition: background-color 0.25s ease-in-out;
			transition: background-color 0.25s ease-in-out;
		}

			.button:hover
			{
				background: #5587BF;
			}
		
			.button.alt
			{
				background: #4D5251;
				border-bottom-color: #3D4241;
			}

				.button.alt:hover
				{
					background: #5D6261;
				}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	body:before
	{
		content: '';
		display: block;
		padding: 0.4em 0em;
		background: #f3f3f3;
		box-shadow: inset  0  6px 8px -4px rgba(0,0,0,.1), inset  0 -4px 8px -8px rgba(0,0,0,.8);
	}

		body:after
		{
			content: '';
			position: absolute;
			top: 0.65em;
			left: 50%;
			width: 10px; 
			height: 10px; 
			background: #f3f3f3;
			margin: 0px auto;
			box-shadow: inset 2px -2px 2px 0px rgba(0,0,0,.05);
			-moz-box-shadow: inset 2px -2px 2px 0px rgba(0,0,0,.05);
			-webkit-box-shadow: inset 2px -2px 2px 0px rgba(0,0,0,.05);
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: 0 100%;
			-moz-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
			-o-transform-origin: 0 100%;
			transform-origin: 0 100%;
			z-index: 3;
		}	

	#header
	{
		position: relative;
		padding: 4.35em 0em 4em 0em;
		background: #FFF;
	}

		#header .container
		{
			position: relative;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: -40px;
		left: 0;
		width: 100%;
		text-align: center;
		height: 3em;
		line-height: 3em;
	}
	
		#logo a
		{
			border: 0;
			color: #4676AA;
			font-size: 3.7em;
			background: #fff;
			padding: 0 0.5em 0 0.5em;
			outline: 0;
		}
	
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		text-align: center;
		top: 2em;
		left: 0;
		width: 100%;
		margin: 0em auto;
		box-shadow: 0px 1px 0px rgba(0,0,0,.1), 0px -1px 0px rgba(0,0,0,.1);
	}

		#nav > ul
		{
			margin: 0;
			width: 100%;
		}

			#nav > ul > li > ul
			{
				display: none;
			}
		
			#nav > ul > li
			{
				position: relative;
				display: inline-block;
				z-index: 2;
			}
			
				#nav > ul > li > span,
				#nav > ul > li > a
				{
					color: #828d8c;
					text-decoration: none;
					outline: 0;
					border: 0;
					padding: 0.3em 0.8em 0.4em 0.8em;
					border: solid 1px rgba(255,255,255,0);
					border-radius: 0.35em;
					line-height: 3em;
					text-transform: uppercase;
					font-size: 0.90em;
					font-weight: 300;
				}

			#nav > ul > li.active > span,
			#nav > ul > li.active > a
			{
				background: #F3F3F3;
			}

			#nav > ul > li:first-child
			{
				margin-left: 0;
			}

			#nav > ul > li.break
			{
				/*
					Use this to adjust the logo gap in the menu. You'll also
					need to update this same rule in style-narrower.css.
				*/
				margin-left: 20em;
			}

			#nav > ul > li.break a
			{
				margin-left: -2em !important;
			}

			#nav > ul > li.pad a
			{
				margin-right: 2em;
				padding-right: 3em !important;
			}

	.dropotron
	{
		top: 0;
		text-align: left;
		line-height: 2em;
		min-width: 14em;
		background: #4676AA;
		line-height: 1em;
		padding: 0.85em 0 0.85em 0;
		border-radius: 4px;
		border-bottom: 3px solid #29578A;
		text-transform: uppercase;
		text-align: left;
	}

		.dropotron a,
		.dropotron span
		{
			display: block;
			padding: 1em 1.5em 1em 1.5em;
			border-top: solid 1px;
			border-color: rgba(255,255,255,0.1);
			border-bottom: 0;
			font-size: 0.90em;
			text-decoration:  none;
			color: #FFF;
			color: rgba(255,255,255,0.75);
			-moz-transition: color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out;
			-o-transition: color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out;
		}
		
		.dropotron li:first-child > a,
		.dropotron li:first-child > span
		{
			border-top: 0;
		}
	
		.dropotron li.active > a,
		.dropotron li.active > span,
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #FFF;
		}
	
	.dropotron.level-0
	{
		margin-top: 1.8em;
		font-size: 1em;
	}

		.dropotron.level-0:before
		{
			content: '';
			position: absolute;
			top: -1.2em;
			left: 50%;
			margin-left: -0.65em;
			width: 1.3em;
			height: 1.3em;
			border-bottom: solid 0.8em #4676AA;
			border-left: solid 0.8em rgba(0,0,0,0);
			border-right: solid 0.8em rgba(0,0,0,0);
		}

		.dropotron.level-0.center:before
		{
		}

		.dropotron.level-0.left:before
		{
		}

		.dropotron.level-0.right:before
		{
		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 5em 0em;
		background: url(../images/bannerbg.jpg) no-repeat;
		background-size: cover;
		text-align: center;
	}
	
	
		#banner1
	{
		position: relative;
		padding: 5em 0em;
		background: url(../images/beratung.jpg) no-repeat;
		background-size: cover;
		text-align: center;
	}

		#banner2
	{
		position: relative;
		padding: 5em 0em;
		background: url(../images/gutachten.jpg) no-repeat;
		background-size: cover;
		text-align: center;
	}
	
			#banner3
	{
		position: relative;
		padding: 5em 0em;
		background: url(../images/berechnung.jpg) no-repeat;
		background-size: cover;
		text-align: center;
	}
	

	
		#banner header h2
		{
	font-size: 2.8em;
	color: #fff;
	text-align: center;
		}
	
			#banner1 header h2
		{
	font-size: 4.0em;
	color: #fff;
	text-align: center;
		}
		
					#banner2 header h2
		{
	font-size: 4.0em;
	color: #fff;
	text-align: center;
		}
		
					#banner3 header h2
		{
	font-size: 4.0em;
	color: #fff;
	text-align: center;
		}
		
		
		
		
		
		#banner header .byline
		{
			display: inline-block;
			width: 60%;
			padding: 1em 5em 0em 5em !important;
			color: #fff;
		}
	
		#banner .image img
		{
	margin: 0em;
	padding: 0;
	border: 4px solid rgba(255,255,255,.5);
	border-radius: 50%;
		}
		
		#banner .image
		{
			margin-bottom: 2em;
			padding: 1em;
			box-shadow: 0 6px 0px -1px  rgba(0,0,0,.2);
			border: 2px solid rgba(255,255,255,.5);
			border-radius: 50%;
		}
		
		#banner .button
		{
	font-size: 1.2em;
	padding: 0.50em 0.7em 0.30em 0.7em;
	text-align: center;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	position: relative;
	padding: 6em 0em;
	background: #f3f3f3;
	}
	
	.homepage #main
	{
		padding: 4em 0em;
		text-align: center;
	}
	
		#main .image
		{
			border: 6px solid #FFF;
			border-radius: 4px;
			box-shadow: 0 4px 0px -1px  rgba(0,0,0,.1);
		}
	
		#main .details
		{
			display: block;
			margin: 0em 2em 2em 2em;
		}
		
		#main .divider
		{
			overflow: hidden;
			display: inline-block;
			margin: 0;
			padding: 0;
			width: 80px;
			border-bottom: 1px solid rgba(0,0,0,.1);
		}

		#main header
		{
			margin-bottom: 2em;
		}
		
		.contact #main header
		{
			margin-bottom: 3em;
		}

		.homepage #main header
		{
			margin-bottom: 0;
		}

			#main header h2
			{
				font-size: 2.8em;
			}
			
			#main header .byline
			{
				padding-top: 1em;
			}
		
			.homepage #main header .byline
			{
				display: inline-block;
				width: 60%;
				padding: 1em 5em 0em 5em !important;
			}
	
		.homepage #main h3
		{
			padding-bottom: 0.50em;
			font-size: 1.50em;
		}

		#main h3
		{
			padding: 1.5em 0em 0.80em 0em;
			text-transform: capitalize;
			font-family: 'Open Sans', sans-serif;
			font-size: 1.30em;
			font-weight: 400;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	text-align: left;
	}
	
		#content h3
		{
			font-size: 1.2em;
		}
		
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{



	}

		#sidebar header h2,
		#sidebar2 header h2
		{
			font-size: 1.8em;
		}
		
		#sidebar .button,
		#sidebar .button
		{
			margin: 1em 0em;
		}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		position: relative;
		padding: 4em 0em;
		background: #fff;
		text-align: center;
	}
	
		#featured header
		{
			margin-bottom: 2em;
		}
		
			#featured header h2
			{
			}
		
		#featured .box-style
		{
			margin-bottom: 2.5em;
			padding: 1.5em 0.50em 1em 0.30em;
			box-shadow: 0px 1px 0px rgba(0,0,0,.1), 0px -1px 0px rgba(0,0,0,.1);
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		padding: 3em 0em;
		background: #4d5251;
		text-align: center;
		color: #6597CF;
	}
	
		#footer h3
		{
			margin-bottom: 1em;
			letter-spacing: 0.10em;
			color: #FFF;
		}
		
		#footer a
		{
			color: #6597CF;
		}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		position: relative;
		padding: 3em 0em 4em 0em;
		text-align: center;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
		position: relative;
		padding: 4em 0em;
		background: #FFF;
	}
	
		#portfolio .image
		{
			margin-bottom: 2em;
			padding: 0.80em;
			border: 2px solid #4676AA;
			border-radius: 50%;
		}
	
		#portfolio .image img
		{
			margin: 0em;
			padding: 0;
			border: 5px solid rgba(0,0,0,.1);
			border-radius: 50%;
		}

		#portfolio header
		{
			text-align: center;
		}
	
			#portfolio header h2
			{
				display: inline-block;
				padding: 0em 1.5em 1em 1.5em;
				border-bottom: 1px solid rgba(0,0,0,.1);
				font-size: 2.8em;
			}

		#portfolio header .byline
		{
			padding-top: 1em !important;
		}
	
	
		#portfolio .border-style
		{
			position: relative;
			overflow: hidden;
			width: 80px;
			margin: 0px auto 0em auto;
			top: -2em;
		}
	
		#portfolio .border
		{
			overflow: hidden;
			margin: 0 auto;
			padding: 0;
			width: 80px;
			display: table-cell;
			border-bottom: 1px solid rgba(0,0,0,.1);
		}
	
		#portfolio .pbox1
		{
			position: relative;
			overflow: hidden;
			right: 0;
			padding-top: 4em;
			padding-left: 10em;
			text-align: right;
		}
		
			#portfolio .network
			{
				display: inline-block;
				overflow: hidden;
			}

			#portfolio .author
			{
				display: inline-block;
				overflow: hidden;
				margin-right: 2em;
			}
		
				#portfolio .author h3
				{
					margin: 0;
					padding: 0;
					font-size: 1.6em;
				}

				#portfolio .author span
				{
					display:block;
					margin-top: -4px;
					letter-spacing: 0.05em;
					font-size: 0.90em;
					font-style: italic;
				}

		#portfolio .pbox2
		{
			text-align: center;
		}

		#portfolio .pbox3
		{
			overflow: hidden;
			display: table-cell;
			vertical-align: middle;
			padding-top: 3em;
			padding-right: 10em;
		}



a:link {

	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#sidebar section img {
	/* [disabled]float: none; */
	margin-left: 3px;
}
.container .row #sidebar {
	text-align: left;
}
.contact #main {
	text-align: left;
}
#sidebar section p {
	text-align: justify;
}
.info li h3 {
	text-align: left;


}
.info li h3 {
	text-align: left;
}
section .info li {
	text-align: left;
}
#sidebar section h2 {
	text-align: left;
}
.row #content p {
	text-align: justify;
}
section .info h5 {
	text-align: left;
}
section .info img {
	margin-top: 6px;
}
.row #content h7 {
	text-align: justify;
}
section .info li {
}
.container .row .4u {
	text-align: left;


}

#simplbox {
  z-index: 9999; /* Use whatever you want */
  ms-touch-action: none; /* Removes touch action */
  touch-action: none; /* Removes touch action */
}