googleaphtml, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #004F9E;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #6c6c6c
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #2C383B;
}

a:hover
{
	text-decoration: none;
}

.container
{
	margin: 0px auto;
	width: 1200px;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 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;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
{
	margin: 0;
	padding: 0em 0em 0em 0em;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style1 li
{
	overflow: hidden;
	display: block;
	padding: 2.80em 0em;
	border-top: 1px solid #D1CFCE;
}

ul.style1 li:first-child
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .image-left
{
	margin-bottom: 0;
}

ul.style1 h3
{
	padding: 1.2em 0em 1em 0em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

ul.style1 a
{
	text-decoration: none;
	color: #525252;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #525252;
}

ul.style2
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0 0.80em 0;
	font-family: 0.80em;
}

ul.style2 li:before
{
	display: inline-block;
	padding: 4px;
	background: #DB3256;
}

ul.style2 a
{
	display: inline-block;
	margin-left: 1em;
}

ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style2 .icon
{
	color: #FFF;
}

ul.style3
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style3 li
{
	border-top: solid 1px rgba(255,255,255,.2);
	padding: 1em 0 1em 0;
	font-family: 0.80em;
}

ul.style3 li:before
{
	display: inline-block;
	padding: 4px;
	background: #FFF;
}

ul.style3 a
{
	display: inline-block;
	margin-left: 1em;
	font-size: 1em !important;
	color: #FFF;
}

ul.style3 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style3 .icon
{
	color: #DB3256;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
{
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li
{
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span
{
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a
{
	color: #FFF;
}

ul.contact li a:before
{
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}

ul.contact li a.icon-twitter:before
{
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before
{
	background: #39599F;
}

ul.contact li a.icon-dribbble:before
{
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before
{
	background: #31516A;
}

ul.contact li a.icon-rss:before
{
	background: #F2600B;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
{
	display: inline-block;
	padding: 1.3em 3em;
	background: #004F9E;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}

.button:hover
{
}

.button:active
{
}

.button-big
{
	padding: 1.6em 4em;
	font-size: 1.4em;
	font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
#header-wrapper
{
	background: #FFF;
}

#header
{
	position: relative;
	height: 100px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
}

#logo h1
{
	position: relative;
	
	height: 50px;
	display: inline-block;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	color: #004F9E;
	padding-right: 0.50em;
	border-right: 1px solid #004F9E;
}

#logo span
{
	position: absolute;
	top: 1.4em;
	display: inline-block;
	padding-left: 1.50em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
}

#logo a
{
	text-decoration: none;
	color: #2C383B;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
.menu, .menu ul {
	    list-style: none;
	  
	}
	.menu {
	    height: 55px;
		float: right;
		margin-right: 20px;
		margin-top: -37px;
	}
	.menu li {
	 
	    min-width: 130px;
		height: 40px;
	}
	.menu > li {
	    display: block;
	    float: left;
	    position: relative;
	}
	.menu > li:first-child {
	    border-radius: 5px 0 0;
	}
	.menu a {
	    border-left: 3px solid rgba(0, 0, 0, 0);
	    color: #B1B1B1;
		text-align:center;
		width: 55%;
	    display: block;
	    font-family: 'Lucida Console';
	    font-size: 15px;
	    line-height: 38px;
	    padding: 0 15px;
	    text-decoration: none;
	    text-transform: uppercase; 
	}

.menu li:hover {
	
	    
	}
	.menu li:hover > a {
	    border-radius: 5px 0 0 0;
	    border-left: 3px solid #E24E2A;
	    color: #e24e2a;
	}
	
	.menu .active {
		 border-radius: 5px 0 0 0;
	    border-left: 3px solid #E24E2A;
	    color: #e24e2a;
	}
	
	
	
/* submenu styles */
	.submenu {
	    left: 0;
	    max-height: 0;
	    position: absolute;
	    top: 100%;
	    z-index: 0;
		font-size:10px;
	 
	    -webkit-perspective: 400px;
	    -moz-perspective: 400px;
	    -ms-perspective: 400px;
	    -o-perspective: 400px;
	    perspective: 400px;
	}
	.submenu li {
	    opacity: 0;
	 
	    -webkit-transform: rotateY(90deg);
	    -moz-transform: rotateY(90deg);
	    -ms-transform: rotateY(90deg);
	    -o-transform: rotateY(90deg);
	    transform: rotateY(90deg);
	 
	    -webkit-transition: opacity .4s, -webkit-transform .5s;
	    -moz-transition: opacity .4s, -moz-transform .5s;
	    -ms-transition: opacity .4s, -ms-transform .5s;
	    -o-transition: opacity .4s, -o-transform .5s;
	    transition: opacity .4s, transform .5s;
	}
	.menu .submenu a {
		font-size: 9px;
		text-align: left;
		width: 90px;
		
	}
	.menu .submenu li:hover a {
	    border-left: 3px solid #e24e2a;
		font-size: 10px;
	    border-radius: 0;
	    
	}
	.menu > li:hover .submenu, .menu > li:focus .submenu {
	    max-height: 2000px;
	    z-index: 10;
	}
	.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	    opacity: 1;
	 
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	    transform: none;
	}

/* CSS3 delays for transition effects */
	.menu li:hover .submenu li:nth-child(1) {
	    -webkit-transition-delay: 0s;
	    -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	    -o-transition-delay: 0s;
	    transition-delay: 0s;
	}
	.menu li:hover .submenu li:nth-child(2) {
	    -webkit-transition-delay: 50ms;
	    -moz-transition-delay: 50ms;
	    -ms-transition-delay: 50ms;
	    -o-transition-delay: 50ms;
	    transition-delay: 50ms;
	}
	.menu li:hover .submenu li:nth-child(3) {
	    -webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -ms-transition-delay: 100ms;
	    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.menu li:hover .submenu li:nth-child(4) {
	    -webkit-transition-delay: 150ms;
	    -moz-transition-delay: 150ms;
	    -ms-transition-delay: 150ms;
	    -o-transition-delay: 150ms;
	    transition-delay: 150ms;
	}
	.menu li:hover .submenu li:nth-child(5) {
	    -webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -ms-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.menu li:hover .submenu li:nth-child(6) {
	    -webkit-transition-delay: 250ms;
	    -moz-transition-delay: 250ms;
	    -ms-transition-delay: 250ms;
	    -o-transition-delay: 250ms;
	    transition-delay: 250ms;
	}
	.menu li:hover .submenu li:nth-child(7) {
	    -webkit-transition-delay: 300ms;
	    -moz-transition-delay: 300ms;
	    -ms-transition-delay: 300ms;
	    -o-transition-delay: 300ms;
	    transition-delay: 300ms;
	}
	.menu li:hover .submenu li:nth-child(8) {
	    -webkit-transition-delay: 350ms;
	    -moz-transition-delay: 350ms;
	    -ms-transition-delay: 350ms;
	    -o-transition-delay: 350ms;
	    transition-delay: 350ms;
	}
	 
	.submenu li:nth-child(1) {
	    -webkit-transition-delay: 350ms;
	    -moz-transition-delay: 350ms;
	    -ms-transition-delay: 350ms;
	    -o-transition-delay: 350ms;
	    transition-delay: 350ms;
	}
	.submenu li:nth-child(2) {
	    -webkit-transition-delay: 300ms;
	    -moz-transition-delay: 300ms;
	    -ms-transition-delay: 300ms;
	    -o-transition-delay: 300ms;
	    transition-delay: 300ms;
	}
	.submenu li:nth-child(3) {
	    -webkit-transition-delay: 250ms;
	    -moz-transition-delay: 250ms;
	    -ms-transition-delay: 250ms;
	    -o-transition-delay: 250ms;
	    transition-delay: 250ms;
	}
	.submenu li:nth-child(4) {
	    -webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -ms-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.submenu li:nth-child(5) {
	    -webkit-transition-delay: 150ms;
	    -moz-transition-delay: 150ms;
	    -ms-transition-delay: 150ms;
	    -o-transition-delay: 150ms;
	    transition-delay: 150ms;
	}
	.submenu li:nth-child(6) {
	    -webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.submenu li:nth-child(7) {
	    -webkit-transition-delay: 50ms;
	    -moz-transition-delay: 50ms;
	    -ms-transition-delay: 50ms;
	    -o-transition-delay: 50ms;
	    transition-delay: 50ms;
	}
	.submenu li:nth-child(8) {
	    -webkit-transition-delay: 0s;
	    -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	    -o-transition-delay: 0s;
	    transition-delay: 0s;
	}












#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 1px;
	padding: 0em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #212121;
	background: #ECECEC;
}







/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner-wrapper
{
	overflow: hidden;
	padding: 3em 0em;
	background: #004F9E;
	border-top: 6px solid #E24E2A;
}

#banner-wrapper img {
	display: block;
	margin-left:auto;
	margin-right: auto;
	
	width: 15%;	
}

#banner
{
	overflow: hidden;
	width: 1000px;
	padding: 0px 100px;
	text-align: center;
	color: rgba(255,255,255,.7);
}

#banner .container {
	display: block;
	margin-left:auto;
	margin-right: auto;
	width:auto;
}

#banner a
{
	color: rgba(255,255,255,.9);
}

#banner .box-left
{
	float: left;
}

#banner .box-right
{
	float: right;
}

#banner h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3em;
	color: #555555;
}

#banner span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 30px;
	color: #A2A2A2;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper
{
	background: #FFF;
}

#page
{
	overflow: hidden;
	padding: 6em 0em;
	border-bottom: 2px solid #E3E3E3;
	text-align: center;
}

#page .button
{
	margin-top: 2em;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
	padding: 0em 7em;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
{
	float: right;
	width: 450px;
}

#stwo-col
{
	margin-top: 2em;
}

#stwo-col h2
{
	display: block;
	padding-bottom: 1.5em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

#stwo-col .sbox1
{
	float: left;
	width: 210px;
}

#stwo-col .sbox2
{
	float: right;
	width: 210px;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
	overflow: hidden;
	width: 100%;
	height: 50px;
	border-top: 1px solid rgba(255,255,255,0.08);
	background-color: #004F9E;
}

#copyright p
{
	letter-spacing: 0.20em;
	margin-top:10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.3);
}

#copyright a
{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}

#copyright a:hover {
	color: #E24E2A;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#wrapper {
	height: 100%;
}

#featured-wrapper
{
	overflow: hidden;
	padding: 6em 0em;
	background: #585858;
	text-align: center;
	height: auto;
	
}




#featured
{
	overflow: hidden;
}

#featured .major
{
	overflow: hidden;
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #E8E8E8;
}

#featured .major h2
{
	font-size: 3em;
}

#featured .major .byline
{
	font-size: 1.3em;
}

#featured .title
{
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#featured .title h2
{
	font-size: 1.2em;
}

#featured .title-profil
{
	position:relative;
	left: 190px;
	top: -120px;
	width: 150px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#featured .title-profil {
	position:relative;
	left: 190px;
	top: -120px;
	width: 150px;
	
}

#featured .title a {
	font-size:15px;
	color: #fff;	
}

#featured .title a:hover {
	font-size: 15px;
	font-color: #E24E2A;
}
#featured-wrapper	.slide-show{
	background: url("../images/slide.png") no-repeat 0px 0px;
	width:1000px;
	height:400px;
	display: block;
	background-size:90%;
	position:relative;
	left: 250px;
	top: -40px;
	
}
#featured-wrapper.slider-top img {
	margin: 2.8em 0 0 0;
	width: 90%;
}


#featured-wrapper h1
{
	position:relative;
	top: -35px;
	font-size: 40px;
	text-align: center;
	color: #FFF;
}
	
#featured h2
{
	text-align: center;
	color: #FFF;
}

#featured p {
	color: #fff;
}

#featured .icon 
{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #E24E2A;
	margin: 0px auto 20px auto;
	line-height:  100px;
	font-size: 3em;
	text-align: center;
	color: #FFF;
}




.column1,  .column2,  .column3,  .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11
{
	width: 282px;
}

.column1,  .column2
{
	float: left;
	margin-right: 24px;
}

.column3
{
	float: left;
}

.column4
{
	float: right;
}

.column5
{
	position:relative; left: 300px;
}

.column6 {
	float: right;
	position: relative;
	right: 322px;
	top: 13px;
}

.column7 {
	float: left;
	margin-left: 300px;
	
}

.column8 {
	float: left;
	margin-left: 50px;

	
}

.column2 img {
	position: relative; left: 110px; 
}

.column3 img {
	position: relative; left: 220px;

}


	#header-featured
	{
		height: 50em;
		background-image: url(images/titelbild.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}
	#header-featured1
	{
		height: 40em;
		background-image: url(images/titel-katalog.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}
	
		#header-featured11
	{
		height: 40em;
		background-image: url(images/titel-partner.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}
	
	#header-featured2
	{
		height: 30em;
		background-image: url(images/titelbild-profil.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}
	
	#header-featured3
	{
		height: 30em;
		background-image: url(images/titelbild-service.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}
	
	#header-featured33
	{
		height: 30em;
		background-image: url(images/titel-sortiment.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}
	
	#header-featured4 {
		height: 30em;
		background-image: url(images/titelbild-reparatur.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}	

	#header-featured5 {
		height: 30em;
		background-image: url(images/titelbild-liefern.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}	
	
	#header-featured6 {
		height: 30em;
		background-image: url(images/titelbild-vermieten.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}	
	
		#header-featured7 {
		height: 30em;
		background-image: url(images/titelbild-komplex.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}	
	
	#header-featured77 {
		height: 30em;
		background-image: url(images/titelbild-vorfuehren.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}	

#header-featured8 {
		height: 30em;
		background-image: url(images/titelbild-e-pruefung.png);
		background-repeat:no-repeat;
		background-position: center;
		background-size: 100%;
	}	


#slider-wrapper
{
	padding: 6em 0em;
	background: #DB3256;
}

#slider
{
	margin: 0em auto 0em auto;
	width: 1200px;
	position: relative;
}

#slider .button
{
}

#slider .button:hover
{
}

#slider .viewer
{
	width: 1000px;
	height: 375px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
	height: 375px;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 1000px;
	height: 375px;
}

#slider .viewer .reel h2
{
	position: absolute;
	top: 130px;
	left: 0;
	width: 1200px;
	height: 80px;
	line-height: 80px;
	background: #111111;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.25em;
}

#slider .viewer .reel p
{
	position: absolute;
	top: 210px;
	left: 0;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	background: #0074C6;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 1.1em;
}

#slider .icon
{
	font-size: 4em;
	color: #FFF;
}

#slider .previous-button
{
	position: absolute;
	top: 150px;
	left: 0;
}

#slider .next-button
{
	position: absolute;
	top: 150px;
	right: 0;
}

#slider .indicator
{
	margin: 30px auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
	background: #505050;
	border-top: solid 1px #505050;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/


#footer-wrapper
{
	overflow: hidden;
	padding: 6em 0em;
	background: #383838;
	text-align: center;
}

#footer
{
	overflow: hidden;
}


#footer .title h2
{
	font-size: 1.6em;
	font-weight: 300;
	color: #FFF;
	text-align:left;
}

#footer  p
{
	
	font-weight: 300;
	color: #E9E9E9;
	text-align:left;
	position: relative;
	top: -20px;
	
}
#footer a
{
	
	font-weight: 300;
	color: #E9E9E9;
}

#footer a:hover
{
	
	font-weight: 300;
	color: #E24E2A;
}


#footer .title .byline
{
	display: block;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.5);
}

#footer .button
{
	margin-top: 2em;
}



#extra
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 5em 0em 5em 0em;
	text-align: center;
	
}

#extra h2
{
	
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3.0em;
	color: #555555;
}

#extra span
{
	
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 2.0em;
	color: #A2A2A2;
}

#extra p {
	
	text-align: justify ;
	position:relative;
	top: 30px;
left: 150px;
	font-weight:250px;
	font-size: 1.4em;
	color: #555555;
	width: 900px;
}

#extra .icon  {
	position: relative;
	left: 450px;;
	top: 20px;
	
}

#extra1 
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 5em 0em 5em 0em;
	
}

#extra1 h2
{
	text-align: center;
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3.0em;
	color: #555555;
}

#extra1 span
{
	text-align: center;
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 2.0em;
	color: #A2A2A2;
}

#extra1 p {
	text-align: justify;
	display: block;
	position:relative;
	top: 15px;
	font-weight:250px;
	font-size: 1.4em;
	color: #555555;
}

.contact-left {
	position: relative;
	left: -150px;
}
.contact-top h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em;
	
}
.contact_left p{
	color:#999;
	font-size:0.85em;
	line-height:1.5em;
	margin-bottom: 1em;
}
.contact_left p span{
	cursor:pointer;
	color:#2aacc8;
}
.contact_left p span:hover{
	text-decoration:underline;
}



.contact-right {
	position: relative;
	left: 600px;
	top: -300px;
}

.contact_right p{
	color:#999;
	font-size:0.85em;
	line-height:1.5em;
	margin-bottom: 1em;
}
.contact_right p span{
	cursor:pointer;
	color:#2aacc8;
}
.contact_right p span:hover{
	text-decoration:underline;
}


.form_details input[type="text"], .form_details textarea {
	padding: 11px;
	width: 51%;
	font-size: 1em;
	margin: 10px 0px;
	border:1px solid #bbb;
	color: #bbb;
	background: none;
	-webkit-appearance: none;
	float: left;
	outline: none;
	font-weight:400;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}
.form_details textarea {
	height:200px;
	resize:none;
	width:80%;
}
.form_details input[type="submit"] {
	margin-top:1em;
	color: #fff;
	font-size: 1.2em;
	padding: 0.7em 1em;
	-webkit-appearance:none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:400;
	border: 1px solid#(0,79,158,1.00);
	text-transform:uppercase;
	outline: none;
	cursor: pointer;
	width:30%;
	background: #(0,79,158,1.00);
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
background: -moz-linear-gradient(top, #004f9e 0%, #0163C4 51%, #0163C4 51%, #0163C4 51%, #0170DF 52%, #0170DF 53%, #027FFC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f9e), color-stop(51%,#0163C4), color-stop(51%,#0170DF), color-stop(51%,#0170DF), color-stop(52%,#0170DF), color-stop(53%,#0170DF), color-stop(100%,#027FFC));
background: -webkit-linear-gradient(top, #004f9e 0%,#0163C4 51%,#0163C4 51%,#0163C4 51%,#0170DF 52%,#0170DF 53%,#027FFC 100%);
background: -o-linear-gradient(top, #004f9e 0%,#0163C4 51%,#0163C4 51%,#0163C4 51%,#0170DF 52%,#0170DF 53%,#027FFC 100%);
background: -ms-linear-gradient(top, #004f9e 0%,#0163C4 51%,#0163C4 51%,#0163C4 51%,#0170DF 52%,#0170DF 53%,#027FFC 100%);
background: linear-gradient(to bottom, #004f9e 0%,#0163C4 51%,#0163C4 51%,#0163C4 51%,#0170DF 52%,#0170DF 53%,#027FFC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f9e', endColorstr='#027FFC',GradientType=0 );
}
.form_details input[type="submit"]:hover {
 	text-decoration: none;
	color: #fff;
	background: rgba(0,79,158,1.00); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,50,123,1.00) 0%, rgba(29,50,123,1.00) 48%, rgba(29,50,123,1.00) 48%, rgba(29,50,123,1.00) 48%, rgba(29,50,123,1.00) 48%, rgba(29,50,123,1.00) 48%, rgba(29,50,123,1.00) 48%, rgba(29,50,123,1.00) 49%, rgba(29,50,123,1.00) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,50,123,1.00)), color-stop(48%,rgba(29,50,123,1.00)), color-stop(48%,rgba(29,50,123,1.00)), color-stop(48%,rgba(29,50,123,1.00)), color-stop(48%,rgba(29,50,123,1.00)), color-stop(48%,rgba(29,50,123,1.00)), color-stop(48%,rgba(29,50,123,1.00)), color-stop(49%,rgba(29,50,123,1.00)), color-stop(100%,rgba(29,50,123,1.00))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(29,50,123,1.00) 0%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 49%,rgba(29,50,123,1.00) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(29,50,123,1.00) 0%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 49%,rgba(29,50,123,1.00) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(29,50,123,1.00) 0%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 49%,rgba(29,50,123,1.00) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(29,50,123,1.00) 0%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 48%,rgba(29,50,123,1.00) 49%,rgba(29,50,123,1.00) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#(29,50,123,1.00)', endColorstr='#(29,50,123,1.00)',GradientType=0 ); /* IE6-9 */


}

.company_ad {
}
.contact_left h4{
	font-size: 1.7em;
color: #004f9e;
font-weight: 600;
margin:0;
text-transform: uppercase;
text-align: left;
}
.contact_left p{
	font-size: 1.3em;
	color: #009BA4;
	font-weight: 300;
	font-family: 'Lora', serif;
	line-height: 1.5em;
	padding-top: 15px;
	width: 84%;
}
.company_ad h3,.main-head-section h3{
	font-size: 1.7em;
color: #1d327b;
font-weight: 600;
margin: 0;
text-transform: uppercase;
text-align: left;
padding-bottom: 15px;
}
.company_ad span{
		font-size: 1.3em;
	color: #009BA4;
	font-weight: 300;
	font-family: 'Lora', serif;
	line-height: 1.5em;
	padding-top: 15px;
	width: 84%;
	margin-bottom: 30px;
}
.company_ad p{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #636262;
}
.company_ad a {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #009BA4;
	margin-left: 2px;
	
}

.col-md-4, .col-md-8 {
	 position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


#extra .button
{
	margin-top: 2em;
}

#extra2
{
	overflow: hidden;
	padding-bottom: 5em;
}

#extra2 .button
{
	margin-top: 2em;
}

#extra2 .title h2
{
	font-size: 2em;
}

#extra2 .title .byline
{
	font-size: 0.80em;
}

#extra2 #ebox1,
#extra2 #ebox2
{
	width: 560px;
}

#extra2  #ebox1
{
	float: left;
}

#extra2 #ebox2
{
	float: right;
}

@media (min-width: 960px) and (max-width: 1030px) {
#logo {
	width: 100%;
}
#logo h1 {
	font-size: 2.5em;
	position: relative;
	left: 50px;
}

#menu {
	width: 80%;
	position: relative;
	left: -150px;
	top: 70px;
}

 #banner.container span {
		position: relative;
		left: -30px;
		top: 5px;
		
		width: 90%;
		font-size: 1.9em;
	}
	
	#banner-wrapper img {
		position: relative;	
		width: 30%;
		
	}
	
	#extra.container {
		width: 100%;
	}
	
	#extra.container p {
		width: 95%;
		position: relative;
		left: 20px;
		height: 100%;
	}
	
	#featured.container {
		width: 95%;
		height: 900px;
	}
	
	.column6 {
		position: relative;
		left: -670px;
	}
	.column4 {
		position: relative;
		left: -50px;
	}
	
	#featured-wrapper {
		height: 105%;
	}

#footer-wrapper {
	width: 100%;
}

#footer.container {
	width: 100%;
	position: relative;
	left: 20px;
}

.column1 img {
	width: 70%;
}
.column2 img {
	width: 70%;
	position: relative;
	left: -20px;
}

.column3 img {
	width: 70%;
	position: relative;
	left: -20px;
}

#extra.container img {
		width: 100%;
		position: relative;
		top: 10px;
	} 
}

@media (min-width: 700px) and (max-width: 805px){
	
	#logo {
	width: 90%;
}
#logo h1 {
	font-size: 2.0em;
	position: relative;
	left: 50px;
}

#menu {
	width: 80%;
	position: relative;
	left: -150px;
	top: 30px;
}

 #banner.container span {
		position: relative;
		left: -180px;
		top: 5px;
		
		width: 90%;
		font-size: 1.6em;
	}
	
	#banner-wrapper img {
		position: relative;
		
		
		width: 30%;
		
	}
	
	#extra {
		width: 100%;
	}
#extra.container p {
	position: relative;
	left: 15px;
	width: 95%;
	font-size: 1.0em;
}

#featured-wrapper {
	width: 100%;
	height: 900px;
}
#featured.container {
	position: relative;
	top: -50px;
	width: 90%;
	
	
}
#featured p {
	font-size: 0.9em;
	width: 90%;
}

.column3 {
	position: relative;
	top: 40px;
}

.column4 {
	position: relative;
	top: 40px;
	left: -80px;
}

.column5 {
	position: relative;
	left: 0px;
	top: 60px;
	
}
.column6 {
	position: relative;
	left: -80px;
	top: -210px;
	
}

#featured-wrapper h1 {
	position: relative;
	top: -40px;
}



#featured a h2 {
	font-size: 1.2em;
}

#footer-wrapper {
	width: 100%;
}
#footer.container {
	width: 100%;
	position: relative;
	left: 20px;
}
.column1 img {
	width: 50%;
}

.column2 img {
	width: 50%;
}

.column3 img {
	width: 50%;
}

slider-top img {
	position: relative;
	left: -100px;
}

#banner.container a {
	position: relative;
	left: -150px;
	
}




#extra.container img {
		width: 100%;
		position: relative;
		top: 10px;
	} 
	

	
}

@media screen and (max-width: 320px) {
#body {
	width: 320px;
}
#header-wrapper {
	width: 320px;
} 

#logo {
	width: 90%;
}
#logo h1 {
	font-size: 1.1em;
}

#menu {
	width: 60%;
	position: relative;
	left: -50px;
	top: 10px;
}

#header-featured {
	width: 100%;
}

#header-featured33 {
	width: 50%;
}
	


#menu ul.menu {
	width: 50%;
}

ul.menu li {
	width: 50%;
}

ul.menu li a {
	font-size: 0.5em;
}

#banner-wrapper img {
	width: 50%;
}

.container {
	width: 80%;
	position: relative;	
}

#extra h2 {
	
	font-size: 1.9em;
}

#extra span {
	font-size: 1.2em;
}

#extra p {
	position: relative;
	left: 0px;
	width: 90%;
	font-size: 0.9em;
}

#featured-wrapper {
	height: 1480px;
}

#featured-wrapper h1 {
	position: relative;
	top: -50px;
}

#featured  {
position: relative;
top: -50px;
float: left;
	
}

#featured p {
	font-size: 0.8em;
	width: 80%;
}

.column4 {
	position: relative;
	left: 50px;
}

.column5 {
	position: relative;
	left: 0px;
}
.column6 {
	position: relative;
	left: 50px;
	top: 30px;
}



#featured a h2 {
	font-size: 1.0em;
}

}


@media (min-width: 320px) and (max-width: 480px){
	.menu {
		position: absolute;
		width: 40%;
		top: 70px;
	}
	
	#logo {
	width: 100%;
	positon: relative;
	left: 10px;
	}
	
	#logo h1 {
		font-size: 1.9em;
		position: relative;
		top: -10px;
	}
	
	#banner-wrapper img {
		width: 40%;
		position: relative; 
		top: -20px;
	}
	 #banner.container span {
		position: relative;
		left: -250px;
		top: -5px;
		
		width: 80%;
		font-size: 1.4em;
	}
	
	 #banner a {
		position: relative;
		left: -350px;
		top: -5px;
		
		width: 80%;
		font-size: 1.4em;
	}
	
	#extra.container {
		width: 100%;
	}
	
	#extra.container img {
		width: 100%;
		position: relative;
		top: 10px;
	} 
	#extra.container p {
		width: 99%;
		position: relative;
		left: 10px;
		
		font-size: 1.0em;
	}
	
	#featured-wrapper {
	width: 100%;
	height: 850px;
	}
	
	#featured.container {
		position: relative;
		top: -50px;
		
	}
	
	#featured.container p {
		width: 100%;
		
	}
	
	
	
	.container {
		width: 100%;
		height: 100%;
		
	}
	
	.column1, .column2, .column3, .column4, .column5, .column6 {
		width: 40%;
	}
	
	.column1, .column2, .column3, .column4, .column5, .column6 p{
	font-size: 0.8em;
	position: relative;
	top: -10px;
	
	}
	.container title a h2 {
	position: relative;
	top: -10px;
	
	}
	
	.column4 {
		position: relative;
		left: -65px;
	}
	
	.column5 {
	position: absolute;
	top: 610px;
	left: 10px;
	}
	
	.column6 {
	position: absolute;
	top: 610px;
	left:225px;
	}
	
	.column7 {
	float: left;
	margin-left: 10px;
	
}

.column8 {
	float: left;
	margin-left: 20px;

	
}
	.column1 img {
	position: absolute;
	width: 100%;
	top: -30px;
	left:10px;
	}
	.column2 img {
	position: absolute;
	width: 100%;
	top: -30px;
	left: 240px;
	}
	.column3 img {
	position: absolute;
	width: 100%;
	top: 180px;
	left: 10px;
	}
	
	#header-featured2 {
		width: 100%;
	}
	
	#slider4 {
		position: relative;
		left: -300px;
		
	}
	
	#slider4 img {
		width: 85%;
	}
		#karte iframe {
		width: 100%;
		
	}
	
	.contact_left {
		width: 90%;
	}
	
	#banner span a {
	font-size: 0.9em;
	position: relative;
	left: 10px;
	top: 1px;
}

	
}
