*{	margin: 0; padding: 0; border: 0;}
ul, li { list-style-type: none; padding: 0; margin: 0;}

a,
a:hover,
a:focus,
a:active
{	text-decoration: none; } 


body {	
	font-family: arial, sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Merriweather', serif;*/
	color: #000;
	font-size: 16px;
	background: #fff;
	height: 100%;
}

html{
	height: 100%;
}


h1,
.invisible{
	display: none;
}

h2, h3, h4{
	font-weight: normal;
	/*font-family: 'Merriweather', serif;*/
	/*text-transform: none !important;*/
}


p{
	line-height: 1.5em;
	margin-bottom: .5em;
}

p:last-child{
	margin-bottom: 0;
}

.center{
	text-align: center;
}



#wrapper{
	max-width: 1400px;
	margin: 0 auto;
}

#logo{
	position: relative;
/*	position: absolute;*/
	left: 20px;
	top: 40px;
	width: 400px;
	z-index: 100;
}

#logo img{
	width: 100%;
}


#eurobike {
	position: fixed;
	z-index: 101;
	top: 0;
	right: 100px;
}

#eurobike img {
	width: 130px;
	box-shadow: 0px 0px 25px #ccc;
}

#anhaenger{
	position: relative;
/*	position: absolute;*/
	top: 20px;
	height: 550px;
	/*width: 100%;*/
	background: url('../pix/fritz-cargo-anhaenger.jpg') no-repeat top right;
	background-size: contain;

}



#slogan{
	position: absolute;
	bottom: 15%;
	left: 20px;
	text-transform: uppercase;
}

#slogan h2{
	font-size: 2em;
	margin-bottom: .5em;
	width: 400px;
}

#slogan h3{
	font-size: 3em;
	font-weight: bold;
}

#button{	
	text-align: center;
	margin: 4em auto 6em;
	position: relative;
	display: inherit;
}

#button a{
	display: inline-block;
	position: relative;
	background: #000;
	color: #fff;
	padding: 1em 4em;
	font-size: 1.1em;
	transition: .2s;
	border-radius: 50px;
	margin: 1em;
	margin-bottom: 0;
}

#button a:before{
	content: ">";
	padding-right: .5em;
	transition: .2s;
}

#button a:hover{
	background: #444;
	/*padding: 1em 5em;*/
	transition: .2s;
}


#bilder{
	overflow: hidden;
}

#bilder:before{
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0));
	z-index: 2;
}

#bilder ul{
	position: relative;
	top: -10px;
	z-index: 0;
}

#bilder li{
	width: 33.33%;
	float: left;
}

#bilder li img{
	width: 100%;
}



#footer{
	position: relative;
	/*width: 100%;*/
	display: block;
	margin-top: 2.4em;
	text-align: center;
	font-size: .9em;
	background: #000;
	color: #fff;
	padding: 2em;
}

#footer li{
	display: inline-block;
	padding: 1em 0;
}

#footer li:after{
	content: '|';
	padding-left: 1.1em;
	padding-right: .8em;
	opacity: .5;
}

#footer li:last-child:after{
	content: none;
	padding: 0;
}


#madeby{
	background: #f5f5f5;
	padding: 2em;
	text-align: center;
	font-size: .7em;
	color: #888;
}

#footer a{
	color: #fff;
}

#madeby a{
	color: #888;
}

@media only screen and (max-width: 1400px){
	#eurobike {
		position: fixed;
		top: 0px;
		right: 20px;
	}
	
	#eurobike img {
		width: 110px;
	}
}


@media only screen and (max-width: 1024px){

	
	#eurobike img {
		width: 100px;
	}

	#logo{
		top: 20px;
	}
	
	#anhaenger{
			top: -20px;
			height: 440px;
			/*background-size: 90%;*/
			background-size: contain;
			background-size: 90%;
			background-position: 130% 50%;
	}
	
	#slogan{
			bottom: 0px;
	
		}
		
		#slogan h3{
		}
		
		#button{
			margin: 2em auto 4em;
		}
}

@media only screen and (max-width: 500px){
	body{
		font-size: 12px;
	}
	
	#eurobike {
		position: relative;
		text-align: center;
		margin: 3em 0 0;
		right: 0;
	}
	
	#eurobike img {
		width: 100px;
	}
	
	#logo{
		left: 0px;
		top: 15px;
		width: 70%;
		margin: 0 15%;
		z-index: 100;
	}
	
	#anhaenger{
		top: 0px;
		height: 390px;
		background-size: 140%;
		background-position: 30% 5%;
		animation: none;

	}

	#slogan{
		left: 0;
		bottom: 0px;
		width: 100%;
		text-align: center;

	}
	
	#slogan h2{
		width: 80%;
		margin: 0 10% .5em;
	}
	
	#slogan h3{
		font-size: 2.5em;
	}
	
	#button{
		margin-top: 3em;
		margin-bottom: 4em;
	}

	#bilder:before{
		content: '';
		position: relative;
		display: block;
		width: 100%;
		height: 80px;
		background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0));
		z-index: 2;
	}


	#bilder li{
		width: 96%;
		float: none;
		margin: 0 auto;
	}
	
	#bilder li:first-child{
		margin-top: -3em;
	}
	
	#footer{
		font-size: 1.1em;
		margin-top: 1em;
		padding: .8em;
	}
	

}