@charset "UTF-8";
body {
  background-color: #E2E0E0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h1 {
  text-align: center;
  color: #E42120;
  margin-top: 5%;
  margin-bottom: 1.5%;
  font-size: 200%;
}
.btn.btn-secondary {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  color: #FFFFFF;
  text-shadow: 0px 0px;
  border-radius: 3px;
  background-color: #E42120;
}
img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#intro {
  margin-bottom: 1.5%;
}
#partner .img-fluid {
  background-color: #FFFFFF;
}
#partner .col-lg-12 .img-fluid {
  margin-top: 3%;
  margin-bottom: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-left: auto;
  padding-right: auto;
}
#produkte .img-fluid {
  margin-bottom: 5%;
  margin-top: 3%;
}
#produkte h2, #anfahrt h2, #partner h2 {
  color: #E42120;
  font-size: 150%;
  margin-top: 5%;
  text-align: center;
}
#footer {
  background-color: #ADADAD;
}
#footer p {
  color: #FFFFFF;
  margin-top: 6%;
  margin-bottom: 5%;
}
#Produkt .col-lg-8 .img-fluid {
  display: block;
  text-align: left;
  margin-right: auto;
}
#Produkt a, #footer a {
  color: #E42120;
  margin-top: 6%;
}
#footer ul {
  margin-top: 8%;
  list-style-type: none;
  text-decoration: none;
  text-indent: -4%;
}
@media (max-device-width: 700px) {
  /* Festlegungen */
  h1 {
    font-size: 100%;
    color: #E42120;
  }
  #produkte h1 {
    font-size: 100%;
    color: #E42120;
  }
  #produkte h2 {
    font-size: 90%;
    color: #E42120;
  }
}
