@font-face {
    font-family: 'helvetica_neue57_condensed';
    src: url('../fonts/helveticaneue-condensed-webfont.eot');
    src: url('../fonts/helveticaneue-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-condensed-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-condensed-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-condensed-webfont.svg#helvetica_neue57_condensed') format('svg');
}


body
{
	background-position:center top; 
	background-repeat:no-repeat;
	font-family: 'helvetica_neue57_condensed';
    color:#333333;
	border-top:rgba(45,129,106,1.0) 10px solid;	
	background-color:#f3f3f3;
	
}

p{
	hyphens:auto;
	}

#explorer {
	display:none;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:1001; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


p
	{
			margin:5px 0;
			line-height:25px;
	}

a
	{
			text-decoration:none;
			color:inherit;
			transition: color .5s ease;
			
	}
a .hover {
	color:rgba(45,129,106,1);
	
	}

strong
	{
			font-weight:bold;
	}

figcaption strong
	{
			border-bottom: 1px solid #D6D0C1;
			padding-bottom:10px;
			margin: 10px 0;
			display:block;
	}

figcaption
	{
			line-height: 25px;
			font-size:14px;
			width:200px;
	}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}

.linie
{
        background-color: rgba(45,129,106,1.0);
        border:0;
        height:3px;
		clear:both;
}


/* HEADER */

header
{
        position:relative;
        max-width:1024px;
        margin: 0 auto 0px auto;
		overflow:auto;
}
header h1
{
        padding:35px 0 15px 0px;
        font-size:55px;
        color:rgba(45,129,106,1);
		font-family: 'Lato', sans-serif;
		font-weight:300;
		float:left;
}





#hundl
{
		float:right;

}

#hundl p{
		float:left;
		padding-right:10px;
        padding-top:60px;
		font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #333;
	}

#hundl img{
		float:right;
		padding-right:10px;
        padding-top:53px;
	}
	
@media (max-width:929px)	{ 

	#boxcontent_modelle img
{	
	width:100%;
	height:auto;
		}
}
	
@media (max-width:829px)	{ 

	#hundl p{
			float:left;
			padding-right:10px;
			padding-top:7px;
			font-family: 'Open Sans', sans-serif;
			font-size:16px;
			color: #333;
		}
	
	#hundl img{
			float:right;
			padding-right:10px;
			padding-top:0px;
		}
		
	#Page_Slider {
			position:relative;
			max-width:1024px;
			height:600px;
			margin: 0 auto 0px auto;
	}
	#boxcontent
	{
	
	padding-left:10px;
	padding-right:10px;
	
	}
	
	
}


#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}



.toggleMobile
{
        display: none;
}

@media (max-width: 600px) {
	
nav ul
{
        display: none;
}
nav
{
		background-color: rgba(255,255,255,0.0);
}
	#mobileMenu ul{
		margin:0px;
		border:0px;
		padding:0px;
	}
	#mobileMenu ul li {
		display:block;
		background-color:#b7d1ca;
		padding: 10px;
		letter-spacing: 0.1em;
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		color:#666;
		text-transform: uppercase;
		font-size:20px;
		font-weight:300;
		border-bottom:1px #fff solid;
	}
	#mobileMenu ul ul{	
		display:none;
	}		
	ul#mobileMenu  li ul{
		display: block;
		background: #eee;
	}		
	#mobileMenu{
		display: block;
		z-index: 1000;
	}
	.toggleMobile{
		position: fixed;
		top: 10px;
		right: 10px;
		display: block;
		width: 40px;
		height: 36px;
		cursor: pointer;
		z-index: 1001;
	}
	.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3{
		display: block;
		position: absolute;
		width: 40px;
		height: 8px;
		left: 0;
		background: rgba(45,129,106,0.7);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile span.menu1{
		top: 0;
	} 

	.toggleMobile span.menu2{
		top: 14px;
	}

	.toggleMobile span.menu3{
		top: 28px;
	}
	.toggleMobile.active span.menu1{
		top: 14px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile.active span.menu2	{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);}
		.toggleMobile.active span.menu3
		{opacity: 0;
		-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	
}
/* SPACER */


#Page_Slider {
        position:relative;
        max-width:1024px;
        margin: 0 auto 0px auto;
		overflow:auto;
}

#Page_Modelle {
        position:relative;
        max-width:1024px;
        margin: 0 auto 0px auto;
		overflow:auto;
}

.bg_modelle {
	background-image: url(../images/slider/MB-W111-Koffersatz_2.jpg);
	background-repeat:no-repeat;
}

.bg_werkstatt {
	background-image: url(../images/slider/Stoffmuster.png);
	background-repeat:no-repeat;
}

.bg_engagement {
	background-image: url(../images/slider/MB-300SL-Coupe-Koffersatz.jpg);
	background-repeat:no-repeat;
}

.bg_kontakt {
	background-image: url(../images/slider/MB-300SL-Coupe-Koffersatz.jpg);
	background-repeat:no-repeat;
}

nav
{
		position:absolute;
		z-index:1000;
		top:0;
		left:0;
		width:100%;
        margin: 0px auto 0px auto;
		height:35px;
		background-color: rgba(255,255,255,0.7);
}

nav ul
{		
        list-style:none;
		float:right;
		padding:7px;
}

nav ul li
{
        display:block;
        float:left;
        padding:3px 15px;
}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
}

nav ul li a:hover
{
        color:#31816a;
}


#spacer{
		position:absolute;
		z-index:999;
		bottom:0;
		left:0;
		width:100%;
		height:auto;
        margin: 325px auto 0px auto;
		padding-top:20px;
		font-family: 'helvetica_neue57_condensed';
		background-image:url(../images/Logo.png);
		background-position:top right;
		background-repeat:no-repeat;
		background-color:rgba(243,243,243,0.7);/**/	
		overflow:auto;
}

#spacer h1
{
        padding:20px 0 15px 35px;
        font-size:45px;
        color:rgba(255,255,255,1);
		font-family: 'Lato', sans-serif;
		font-weight:bold;
}


#spacer p
{	
	hyphens:none;

		padding-left:35px;
		padding-top:10px;	
        font-size:23px;
		font-weight: lighter;
		line-height:30px;
		width:78%;
		text-align:justify;
}

#spacer article
{
		padding-left:35px;
        float:left;
        font-size:14px;
}

#spacer article h3
{
        font-family: 'Open Sans', sans-serif;       
		font-size:18px;
        color:rgba(45,129,106,1);
		font-weight:300;
		text-transform:uppercase;
		margin-bottom:10px;
}

#spacer article img
{
        float:left;
}

/* 3 COLUMNS */

#boxcontent
{
		overflow:auto;
		max-width:1024px;
		padding-bottom:20px;
		padding-top:0px;	
		border-top:rgba(45,129,106,1) 2px solid;
		text-align:center;
		}
		
#boxcontent p
{
 		font-family: 'helvetica_neue57_condensed';    
		font-size:18px;
	line-height:20px;		
}		
		
#boxcontent_engagement
{
		overflow:auto;
		max-width:1024px;
        margin: 0px auto 0px auto;;
		background-color:#f3f3f3;
		padding-bottom:120px;
		padding-top:20px;	
		border-top:rgba(45,129,106,1) 2px solid;

		}		







@media (max-width:640px)	{ 
#boxcontent article
{
	float:left;
	width:100%;
}
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;       
		font-size:18px;
        color:rgba(45,129,106,1);
		font-weight:300;
		text-transform:uppercase;
		margin-bottom:10px;
}

#modelle p
{
     
		font-size:20px;
}



/* Modelle */

#modelle
{
		max-width:1024px;
        margin: 325px auto 0px auto;
		padding-top:20px;
		font-family: 'helvetica_neue57_condensed';
		background-position:top right;
		background-repeat:no-repeat;
		background-color:rgba(243,243,243,0.7);
		overflow:auto;
}

#modelle h1
{
        padding:20px 0 15px 35px;
        font-size:35px;
        color:rgba(45,129,106,1);
        font-family: 'Open Sans', sans-serif;

}

#modelle h2
{
        padding-bottom:15px;
        font-size:22px;
}

#modelle p
{

        font-size:18px;
		line-height:24px;
}
 
 .modell_Titel {
	 font-family: 'helvetica_neue57_condensed'; 
	 font-size:20px;
	width:100px;
	 }
 .modell_Sub-Titel {
	 font-family: 'helvetica_neue57_condensed'; 
	 font-size:14px;
	 }
.werkstatt_txt{

        font-size:22px;
		padding-left:35px;
}

#modelle ul{
	list-style-type:none;
	list-style-image:url(../images/dot.png);
	list-style-position: outside;
	margin-top:0;
	margin-left:20px;
	border:0;
	font-size:18px;	
	line-height:22px;
	}
	
#modelle ul li{
	padding-top:10px;
	}	
	
	


#boxcontent_modelle
{	
		max-width:1024px;
        margin: 0px auto;
		padding:20px 0px;
		font-family: 'helvetica_neue57_condensed';
		background-position:top right;
		background-repeat:no-repeat;
		background-color:rgba(243,243,243,0.7);
		}		

#boxcontent_modelle hr
{
        background-color: #2d816a;
        border:0;
        height:1px;
        margin:0px 0;
}

#boxcontent_modelle h1 {
	padding-top:10px;
    font-size:22px;
	font-weight:300;
	}	
	
	
#boxcontent_modelle p {
	padding-bottom:10px;
    font-size:18px;
	}	
	
.two_columns
{	
 padding-left:15px;
}

.two_columns h2 {
	padding-top:10px;
    font-size:28px;
	font-weight:300;
	}

.two_columns p
{	
        font-size:18px;
		font-weight:300;
		line-height:22px;
		padding-top:5px;
}

.two_columns td
        
{	font-family: 'Open Sans', sans-serif;
        font-size:16px;
}



.links{
	padding:10px 0 10px 0px;
	float:left;
	
	}
	
.rechts{
	padding:10px 0px 10px 0;
	float:right;
	}
	
.werkstatt {
	padding-top:15px; font-size:26px; font-weight:100;
	}

#engagement{
		position:absolute;
		z-index:999;
		top:0;
		left:0;
		width:100%;
        margin: 323px auto 0px auto;
		font-family: 'helvetica_neue57_condensed';
		background-image:url(../images/Logo-40Jahre.png);
		background-position:top right;
		background-repeat:no-repeat;
		background-color:rgba(243,243,243,0.7);/**/	
	}

#boxcontent_engagement p
{			font-family: 'helvetica_neue57_condensed';
		padding-left:35px;
		padding-top:10px;	
        font-size:18px;
		font-weight:100;
		line-height:20px;
		text-align:justify;
	}

#boxcontent_engagement h1
{
        padding:40px 0 15px 35px;
        font-size:25px;
	font-family: 'helvetica_neue57_condensed';

	}

.kontakt{
	background-image:url(../images/Logo.png); 
	background-position:top right; 
	background-repeat:no-repeat; overflow:auto;	
	}


#kontakt h1
{
        padding:20px 0 15px 35px;
        font-size:45px;
        color:rgba(255,255,255,1);
		font-family: 'Lato', sans-serif;
		font-weight:bold;
	}
	
.impressum {
	color:#333; 
	font-size:32px;	
	}
	
#modelle h3{
	color:#333; 
	font-size:32px;
	padding-left:35px;
	}
#kontakt p
{	

		padding-top:10px;	
        font-size:18px;
		font-weight:100;
		line-height:10px;
		text-align:left;
	}
	
.engagement {
	padding-bottom:7px; 
	padding-left:35px; 
	font-size:22px; 
	line-height:26px; 
	width:95%; 
	text-align:justify;
	}
	
#kontakt h3
{
        font-family: 'Open Sans', sans-serif;       
		font-size:18px;
        color:rgba(45,129,106,1);
		font-weight:300;
		text-transform:uppercase;
		margin-bottom:10px;
	}

#kontakt links
{
        float:left;		
	}

#kontakt rechts
{
        float:right;
		width:800px;	
	
	}



/* FOOTER */

footer
{

        clear:both;
        width:auto;
        height:70px;
        background-color:rgba(45,129,106,0.3);
}

footer .wrapper
{
		max-width:1024px;
        margin: 0px auto 0px auto;
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        font-size:14px;
}



#copyright
{
        height:70px;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:15px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}







/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


#gotop {
        position: fixed;
        right: 50px;
        top: 400px;
        height:20px;
        width: 20px;
        padding: 0;
        display:none;
}

@media (max-width: 400px) {
	
header h1
{
        padding:35px 0 15px 0px;
		font-family: 'Lato', sans-serif;
        font-size:46px;
		font-weight:300;		
		float:left;
}

#spacer{
		position:absolute;
		z-index:999;
		bottom:0;
		left:0;
		width:100%;
		height:auto;
        margin: 0px auto 0px auto;
		padding-top:20px;
		font-family: 'helvetica_neue57_condensed';
		background-image:url(../images/Logos.png);
		background-position:top right;
		background-repeat:no-repeat;
		background-color:rgba(243,243,243,0.7);/**/	
		overflow:auto;
}

#spacer p
{	
		padding:10px;	
        font-size:24px;
		font-weight:100;
		line-height:30px;
		width:100%;
		text-align:justify;
}
}