html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
}

section {
  min-height: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1, h2, h3 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #212121;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  color: #212121;
	text-align: center;
}

h3 {
  font-size: 40px; padding-top: 5%; margin-bottom: 5px;
  text-align: center;
}

h4, p {
  font-family: 'Roboto Slab', serif;
  color: #212f3c;
  margin: 2%;
  padding: 0;
	text-align: center;
}

h5 {
  font-family: 'Roboto Slab', serif;
  color: #212121;
	text-align: center;
}

h6 {
  font-family: 'Roboto Slab', serif;
  font-size: 14px; padding-top: 0.1%
  color: #212121;
	text-align: left;
}

hr {
  width: 30px;
  height: 3px;
  background: #212121;
  border: 0;
  margin: 0 auto 40px auto;
}

#Logo, li, img .button {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;
}

/* Header ************************************************/

header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: #212121;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#Logo {
  width: 140px;
  float: left;
  margin: 10px 0 0 50px;
}

#Logo:hover {
  opacity: 0.5;
}

#Logo img {
  width: 100%;
}

header nav {
  float: right;
  margin: 10px 50px 0 0;
}

header nav ul li {
  float: left;
  margin-right: 25px;
}

header nav ul li a {
  font-size: 16px;
}

header nav ul li:hover {
  padding-top: 5px;
}

/* Home ************************************************/

#Home{
  background: url(Bilder/Homebild.png);
  background-position: center center;
  background-size: cover;
}

#Home h1 {
  margin: 240px auto 0 auto;
  font-size: 110px;
}

#Home h2 {
  margin: 0 auto 0 auto;
  font-size: 25px;
}

#Home img {
  width: 32px;
  margin-top: 150px;
  opacity: 0.7;
}

#Home img:hover {
  opacity: 1;
}

/* About ************************************************/

#Ueber img {
  width: 240px;
}

#Ueber img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

#Ueber h4 {
  font-size: 25px;
}

#Ueber p {
  width: 800px;
  float: none;
}

/* Shop ************************************************/

#Shop {
  background-color: #eceff1;
}

#Produkte {
  width: 900px;
  margin: 0 auto 0 auto;
}

#Produkte {
  padding: 0;
}


#Produkte ul li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

#Shop h5 {
  font-size: 16px;
  float: inherit;
  line-height: 120%;
  font-weight: normal;
}

#Produkte img {
  width: 90%;
  height: 90%;
  border-radius: 5px;
}

#mrauto {
  width: 800px;
  margin: 0 auto;
  text-align: justify;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: center;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Kontakt ************************************************/
form input, textarea {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid;
  border-color: #494949;
  outline: none;
}

form input:first-child {
  margin-top: 10px;
}

form input {
  width: 552px;
  height: 30px;
}

form textarea {
  width: 550px;
  height: 200px;
  resize: none;
}

.input_text {
color: #494949;
padding-left: 10px;
}

.button {
  background-color: #f0f0f0;
  color: #494949;
  width: 550px;
  height: 50px;
}

.button:hover {
  background-color: #494949;
  color: #f0f0f0;
}

#Messenger {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background: linear-gradient(to right, #405DE6, #833AB4, #E1306C);
}

/* Info ************************************************/
#Info p {
  float: none;
  width: 800px;
  margin: 0 auto;
  text-align: justify;
}

/* Agb ************************************************/
#Agb p {
  float: none;
  width: 1000px;
  text-align: justify;
}

/* Footer ************************************************/
footer {
  width: 100%;
  height: auto;
  background-color: #212121;
}

.navlink {
  font-family: 'Roboto', sans-serif;
  color: #D7DF01;
  text-transform: uppercase;
}
* {box-sizing:border-box}

#fa {
  color: #3b5998;
}
#in {
  color: #DD2A7B;
}
#agb {
  color: white;
}
