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

	body,input,textarea,select
	{
		font-size: 13pt;
	}

	/* Forms */

		form
		{
		}

			form .button
			{
				margin-right: 0.50em !important;
			}
			

	/* Main Title Heading */

		.title-heading
		{
			padding: 2em 0em;
		}
		
		.title-heading h2
		{
			float: left;
			font-size: 2.4em;
		}

		.title-heading span
		{
			float: right;
			font-size: 1.5em;
		}

	/* Header */
		
		header
		{
			padding-bottom: 1.5em;
		}
		#heizung
		{
			
		}
		#heizung img
		{
			margin-top: 0.75em;
			height: auto;
			width: 60%;
		}
		#logo
		{
			height:  auto;
			width: 100%;
		}
		#logo img
		{
			margin-top: 0.75em;
		}
		#sanitaer
		{
			
		}
		#sanitaer img
		{
			margin-top: 1.2em;
			height: auto;
			width: 60%;
		}
		

	/* Page Center Title */

		.title
		{
		}
		
		.title span
		{
			margin-bottom: 5em;
			padding: 0em 2em;
			line-height: 3.4em;
			font-size: 1.4em;
		}

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

	#header-wrapper
	{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.15);
	}
	
	#banner-wrapper
	{
	}
	
	#features-wrapper
	{
	}
	
	#main-wrapper
	{
		
		padding: 7em 0 0em 0;
	}


	
	#footer-wrapper
	{
	}		
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		padding: 2.2em 0em;
	}
	
		
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		left: 0;
		top: 0;
	}

		#nav > ul > li
		{
			float: left;
			padding: 0.5em 2.4em 0 0em;
		}
		
			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				color: #343e49;
				line-height: 3.7em;
				text-decoration: none;
				font-size: 1.2em;
				font-weight: 300;
				outline: 0;
			}

				#nav > ul > li > a > span
				{
					font-size: 0.85em;
					letter-spacing: 3px;
				}

			#nav > ul > li > ul
			{
				display: none;
			}
			#nav .current
				{
					color:#3BB6A1;
					font-weight:bold;
				}

	.dropotron
	{
		top: 1em;
		text-align: left;
		line-height: 2em;
		min-width: 13em;
		background: #fff;
		line-height: 1em;
		padding: 0.85em 0 0.85em 0;
		border-radius: 0.5em;
		box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.15);
	}

		.dropotron a,
		.dropotron span
		{
			display: block;
			padding: 0.75em 1.5em 0.75em 1.5em;
			font-size: 1.2em;
			text-decoration:  none;
			color: #7c7c7b;
			-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.active > a,
		.dropotron li.active > span,
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #3BB6A1;
		}
	
	.dropotron-level-0
	{
		font-size: 0.9em;
		margin-top: 0.1em;
		border-radius: 0 0 0.5em 0.5em;
	}

		.dropotron-level-0:before
		{
			content: '';
			position: absolute;
			top: -1.2em;
			left: 5.5em;
			width: 1.3em;
			height: 1.3em;
			border-bottom: solid 0.8em #fff;
			border-left: solid 0.8em rgba(255,255,255,0);
			border-right: solid 0.8em rgba(255,255,255,0);
		}
		
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main 
	{
		padding: 4em 2.5em 4em 2.5em;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		font-size: 1.1em;
	}
	
		#banner .major
		{
			margin-bottom: 0em;
		}
		
		#banner .major h2
		{
			margin: 0;
			padding: 0;
			font-size: 3em;
			text-shadow: 2px 1px 1px rgba(0,0,0,.6);
		}
		
		#banner .byline
		{
			padding: 1em 0em 0.5em 0em;
			font-size: 1.5em;
			text-shadow: 2px 1px 1px rgba(0,0,0,.6);
		}
	
		#banner h2
		{
			margin-bottom: 1em;
			font-size: 1.4em;
			font-weight: 600;
		}




/*********************************************************************************/
/* Sprachen                                                                       */
/*********************************************************************************/

#sprachen ul li
				{
					text-align:center;
					width: 35px;
					float:left;
					margin-left: 1.2em;
					padding: 1.9em 0.2em 0.8em 0.2em;
					list-style:none;
					background-color:#7C7C7B;
				}
				
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}
	
		#content header h2
		{
			font-size: 1.4em;
		}

		#content h3
		{
			padding: 1em 0em 1em 0em;
			font-size: 1.2em;
		}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}
	
		#sidebar header 
		{
			margin-bottom: 1.5em;
		}

		#sidebar header h2
		{
			font-size: 1.2em;
		}
	
		#sidebar .button
		{
			margin-top: 1.5em;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		padding-bottom: 5em;
	}

		#footer header h2
		{
			font-size: 1.4em;
		}	
		#footer p
		{
			font-size: 1.2em;
		}				

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

	#copyright 
	{
		padding: 5em 0em 7em 0em;
	}
	#privacy 
	{
		font-size: 13px;
	}
	#privacy a 
	{
		color:#dadeda;
	}

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

	#featured
	{
		padding: 6em 0 6em 0;
	}

		#featured header h2
		{
			font-size: 2.3em;
		}
		
		#featured header .byline
		{
			padding-top: 2em;
			font-size: 1.4em;
			font-weight:bold;
		}
		
		#featured p
		{
			font-size: 1.2em;
		}
		#featured ul
		{
			margin-top: 0em;
			font-size: 1.2em;
		}
		#featured li
		{
			list-style:circle;
			list-style-position:inside;
		}
		
		#featured .button
		{
			margin-top: 2em;
		}
		#meisterbetrieb {
	position: absolute;
	height: 63px;
	width: 64px;
	top: 70px;
	margin-left: 1130px;
	background-image:url(../images/meisterbetrieb.png);
	background-repeat:no-repeat; }
	#meisterbetrieb-it {
	position: absolute;
	height: 68px;
	width: 64px;
	top: 70px;
	margin-left: 1130px;
	background-image:url(../images/meisterbetrieb-it.png);
	background-repeat:no-repeat; }
	
	#banner-mobile {
		display:none; }
