
	
*{
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}


Headder
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
}

header {


}

.headline {
  position: relative;
  height: 400px;
  color: #fff;
  text-align: center;
  background: url("https://farm9.staticflickr.com/8088/8363737128_b76782c7a2_b.jpg") no-repeat center center;
  background-size: cover;
}


.headline4 {
  position: relative;
  height: 250px;
  color: #fff;
  text-align: center;
  background: url("https://farm9.staticflickr.com/8088/8363737128_b76782c7a2_b.jpg") no-repeat center center;
  background-size: cover;
}



.headline:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: fade-in 0.75s 0.25s ease-in forwards;
          animation: fade-in 0.75s 0.25s ease-in forwards;
}
.inner h1 {
  margin: 0;
  font-size: 4em;
  line-height: 1.2em;
}

.inner43 h1 {
  margin: 0;
  font-size: 2.6em;
  line-height: 2.95em;
}
.inner p {
  margin: 0;
  font-size: 1.4em;
  font-style: italic;
  font-family: serif;
}

.inner43 p {
  margin: 0;
  font-size: 1.4em;
  font-style: italic;
  font-family: serif;
}


nav {
  position: fixed;
  width: 100%;
  z-index: 10;
}
nav.scrolled {
  background: rgba(17, 17, 17, 0.9);
}
nav ul {
  float: right;
  list-style: none;
  padding: 25px;
  margin: 0;
}
nav li {
  float: left;
}
nav a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  margin: 5px 0 0 20px;
  display: block;
  font-weight: bold;
}
nav a:hover {
  color: #ededed;
}


section {
  width: 100%;
  margin: 25px auto;
  padding: 20px;
  max-width: 800px;
  font-size: 1.2em;
  line-height: 1.6em;
  box-sizing: border-box;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logo {
  top: 10px;
  left: 5px;
  position: absolute;
}
/Headder

body{

}



.Neu{
width: 500px;
height: 50px;
font-size: 30px;
background-color: #FFFFFF;
top: 85px;
left: 33%;
position: relative;
color: #FF0000;
font-family: Arial;
font-variant: normal;
font-style: italic;
text-align: center;
border: 1px #A1A1A1 solid;
padding-top: 11px;
font-weight: bold;
box-shadow: 7px 10px 17px #A1A1A1 ;

}



.Neu-F{
width: 500px;
height: 50px;
font-size: 30px;
background-color: #FFFFFF;
top: 555px;
left: 33%;
position: relative;
color: #FF0000;
font-family: Arial;
font-variant: normal;
font-style: italic;
text-align: center;
border: 1px #A1A1A1 solid;
padding-top: 11px;
font-weight: bold;
box-shadow: 7px 10px 17px #A1A1A1 ;

}




.text{
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FF0000;
	font-weight: bold;
	text-align: center;

}

.text h1{
font-size: 3em;
text-transform: uppercase;
letter-spacing: 5px;
}

.container{
	width: 95%;
	height: 370px;
	overflow: hidden; 
	position: absolute;
	top:600px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	padding: 10px;
	mix-blend-mode: initial;
  

}

.slide{
	min-width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	
	 }
.slide .box{
	min-width: 260px;
	margin: 0 15px;
	height: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px 2px #0003;
	border-radius: 2px;

}
.box .detail{
	position: absolute;
	color: #FF0000;
	font-weight: bold;
    text-align: center;
	width: 100%;
	margin-top: 280px;
	font-size: 120%;
	text-shadow: -2px 2px 8px #888;
	pointer-events: none;
}

.box img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@media (max-height: 600px) {
	.text{
		top:75%;
	}
	.container{
		mix-blend-mode: normal;

	}
}


.platz{
width: 500px;
height: 50px;
font-size: 30px;
background-color: #FFFFFF;
top: 655px;
left: 35%;
position:relative;
color: #FF0000;
font-family: Arial;
font-variant: normal;
font-style: italic;
text-align: center;
b-order: 1px #A1A1A1 solid;
padding-top: 11px;
font-weight: bold;
box-shadow: 7px 10px 17px #A1A1A1 ;
margin-bottom: 30px;

}



Footer

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

* {
  font-family: Roboto;
}

section {
  width: 100%;
  display: inline-block;
  height: 60vh;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;

}

.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
  margin-top: 200px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease 0.25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease 0.25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition: all 0.25s;
}

.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}


.Fahrzeug-container {
justify-content: center;
display: flex;
align-items: center;
margin-top: 30px;

}


.karte{
float: right;
right: 30px;
margin-top: 45px;
position: absolute;
box-shadow: 0px 0px 17px 10px #000000 ;

}



.kontakt{
height: 500px;
width: 450px;
float: left;
left: 27px;
background-color: #33383b;
position: absolute;
margin-top: 45px;
font-size: 30px;
text-align: center;
color: #FFFFFF;
box-shadow: 0px 0px 17px 10px #000000 ;


}

.kontakt-überschrift{
  font-weight: bold;
  padding-top: 15px;
  font-size: 30px;
}



.impressum{
height: 590px;
width: 600px;
float: left;
left: 27px;
background-color: #33383b;
position: absolute;
margin-top: 20px;
font-size: 25px;
text-align: center;
color: #FFFFFF;
box-shadow: 0px 0px 17px 10px #000000 ;


}

.impressum-überschrift{
  font-weight: bold;
  padding-top: 15px;
  font-size: 30px;
}




