@charset "UTF-8";
/* CSS Document */




/* ------------ ALLGEMEIN -------------*/

img {
	max-width:100%;
	height:auto;
}

.clear {
	clear:both;
}

a {
	font-family:"Lucida Grande", sans-serif;
	text-decoration:none;
	font-size:13px;
	line-height:17px;
	color:rgb(225, 198, 42);
}

a:focus {
	outline:none;
}

p {
	font-family:"Lucida Grande", sans-serif;
	font-size:13px;
	line-height:17px;
	color:rgb(98, 98, 98);
	text-align:center;
}

h1 {
	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	font-size:50px;
	color:rgb(98, 98, 98);
}

h2 {
	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	font-size:40px;
	color:rgb(98, 98, 98);
	text-align:center;
	margin-bottom:20px !important;
}

h3 {
	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	font-size:30px;
	color:rgb(98, 98, 98);
	text-align:center;
}

h4 {
	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	font-size:25px;
	color:rgb(98, 98, 98);
	text-align:center;
	margin-top:10px !important;
}
	
span {
	font-weight:bold !important;
}

cite {
	font-family: 'bebas_neuebold', Helvetica, sans-serif;
}





/* ------------ HEADER -------------*/

header {
	width:100%;
	height:auto;
}

.innerHeader {
	max-width:1050px;
	min-height:180px;
	margin:0 auto;
	padding:0 25px 0 25px;
}

.logo {
	width:300px;
	padding:20px 0 0 0;
	float:left;
}

nav {
	float:right;
}

nav ul li {
	float:left;
	padding-left:10px;
	font-size:18px;
	margin-top:90px;
}

nav ul li a {
	font-family: 'bebas_neuebold', Helvetica, sans-serif;
	font-size:20px;
	color:rgb(98, 98, 98);
}

nav ul li a:hover {
	color:rgb(225, 198, 42);
	text-decoration:underline;
}

nav ul li p {
	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	font-size:22px;
}

.topImage {
	position:relative;
	border-top:2px dashed rgb(98, 98, 98);
	padding-top:5px;
}

.innerTopImage {
	max-width:1050px;
	margin:0 auto;
	padding:0 25px 0 25px;
}

.topImage figure {
	width:100%;
	height:auto;
}

.topImage h1 {
	position:absolute;
	background-color:rgba(255, 255, 255, 0.5);
	top:40px;
	padding:25px 50px 20px 25px;
}

.topImage p {
	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	font-size:35px;
	text-align:left;
	color:rgb(98, 98, 98);
	margin:10px 0 0 0 !important;
}

.topImage a {
	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color:rgb(98, 98, 98);
	margin:10px 0 10px 0 !important;
}

.topImage a:hover {
	color:rgb(225, 198, 42);
	text-decoration:underline;
}






/* ------------ MAIN -------------*/

.mainContent {
	width:100%;
	height:auto;
}

.innerMainContent {
	max-width:1050px;
	margin:0 auto;
	padding:40px 25px 60px 25px; 
}

.innerMainContent p {
	margin-top:10px;
}

.sellingBikes, .sellingCars {
	width:100%;
	height:auto;
	background-color:rgb(172, 172, 172);
	padding:0 0 40px 0;
	margin-top:-5px;
	background-image:url(../images/pic_pfeil_01.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.sellingBikes h3, .sellingCars h3 {
	background-color:rgb(52, 52, 51);
	padding:12px 0 10px 0;
	margin-bottom:40px !important;
	color:#fff;
}

.sellingBikes p, .sellingCars p {
	color:#fff;
}

.sellingBikes img, .sellingCars img {
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

.sellingBikes img:hover, .sellingCars img:hover {
	text-decoration:none;
	opacity:0.90;
}

.Row01, .Row02, .Row03, .Row04, .Row05, .Row06, .Row07, .Row08 {
	-webkit-max-width:1500px !important;
	max-width:1500px !important;
	margin:0 auto;
	padding:0 15px 0 15px;
	margin-top:20px;
}

.box1, .box2 {
	float:left;
	max-width:50%;
	height:auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	overflow: hidden;
}

.tooltip {
	background-color:rgba(52, 52, 51, 1);
	padding:5px 0 5px 0;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.tooltip:hover {
	 background-color:rgb(225, 198, 42);
	 color:rgba(52, 52, 51, 1);
}

.innerSelling {
	max-width:1050px;
	margin:0 auto;
	padding:0 25px 0 25px;
}

.sectionImage {
	position:relative;
}

.sectionImage figure {
	width:100%;
	height:auto;
}

.sold {
	width: 100%;
	text-align: center;
	background-color: rgb(225, 198, 42);
	color:black;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

/* ------------ FOOTER -------------*/

footer {
	width:100%;
	background-color:rgb(225, 198, 42);
	border-top:2px dashed #fff !important;
	outline:10px solid rgb(225, 198, 42);
}

.innerFooter {
	max-width:1050px;
	margin:0 auto;
	padding:25px 25px 40px 25px;
}

.innerFooter p {
	color:rgb(255, 255, 255);
	margin-top:5px;
}

.innerFooter a {
	color:rgb(255, 255, 255);
}

.innerFooter a:hover {
	color:rgb(98, 98, 98);
}

.instagram {
	margin:0 auto;
	width:30px;
	height:auto;
	display:block;
	padding-top:15px;
}

.instagram:hover {
	-webkit-opacity:0.5;
	opacity:0.5;
	-webkit-transition:0.5s;
	transition:0.5s;
}



/* ------------ MEDIA QUERIES -------------*/

@media only screen and (max-width: 60em) {



}


@media only screen and (max-width: 45em) {

p {
	
}

.logo {
	float:none;
	display:block;
	margin:0 auto;
}

nav {
	float:none;
}

nav ul {
	margin:15px 0 20px 0;
}

nav ul li {
	float:none;
	margin-top:0px;
	text-align:center;
	margin-top:5px;
}

nav ul li p {
	display:none;
}

.topImage p, .topImage h1 {
	display:none;
}

.box1, .box2, .box3 {
	float:none;
	max-width:100%;
	height:auto;
	margin-bottom:20px !important;
}

}

.btn {

	font-family: 'bebas_neuebook', Helvetica, sans-serif;
	background-color: rgb(52, 52, 51);
	border-radius: 0px 0px 4px 4px;
	color: white;
	padding: 16px 32px;
	text-align: center;
	font-size: 36px;
	width: 60%;
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin: 0 auto;
	margin-top: -5px;

}

.bikesection {
	width: 60%;
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin: 0 auto;
	
}

.topPic {
	width: 100%;
	
}








