@media (max-width: 1360px) {
  .hero .claim {
    margin: 5vh 0 0 20px;
  }
  .hero .claim h1 {
    font-size: 8vw;
  }
  .hero .claim h2 {
    font-size: 4vw;
    margin-top: 10px;
  }
  .hero .claim h3 {
    font-size: 2.5vw;
  }
  .hero .claim h3::after {
  content: "";
  width: 120px;
  height: 120px;
  background: url("../img/hero_fuchs.png");
  background-size: contain;
  top: 50px;
  left: 50px;
  position: relative;
  display: inline-block;
}
p.hero_p {
  font-family: "motiva-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #fff;
  margin-top: 40px;
  margin-left: 3px;
}
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
  @media (max-width: 1000px) {
    .zent {
      position: static;
      }
  }
@media (max-width: 767px) {
  .wrapper_content {
    padding: 0 15px 0 15px;
  }
  .footer {
    padding-top: 50px;
  }
  .sticky {
    position: relative;
    height: auto;
  }
  .sticky .brand {
    margin: 10px auto;
    max-width: 300px;
  }
  /*
  .sticky .brand img {
    height: auto;
  }
  */
  .sticky .navi_top {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 125px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
  }
  .sticky .navi_top ul {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    float: left;
  }
  .sticky .navi_top ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
  }
  .sticky .navi_top ul li a {
    line-height: 300%;
  }
  .hero, .hero_smal {
    margin-top: 0;
  }
  .hero .claim {
    margin: 5vh 0 0 20px;
  }
  .hero .claim h1 {
    font-size: 8vw;
  }
  .hero .claim h2 {
    font-size: 4vw;
    margin-top: 10px;
  }
  .hero .claim h3 {
    font-size: 3vw;
    margin-top: -75px;
  }
  p.hero_p {
  font-family: "motiva-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3vw;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #fff;
  margin-top: 40px;
  margin-left: 3px;
}
  .hero .claim h3::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url("../img/hero_fuchs.png");
  background-size: contain;
  top: 40px;
  left: 30px;
  position: relative;
  display: inline-block;
}

.hero {
  position: relative;
  background-image: url("../img/hero.jpg");
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
  background-position: bottom;
  z-index: 0;
}
  /*
  .hero .overlay {
    height: 400px;
  }
  .hero img.fit {
    width: 100%;
    height: 400px;
  }
  .hero_smal .overlay {
    height: 400px;
  }
  .hero_smal img.fit {
    width: 100%;
    height: 400px;
  }
    */

  .right {
    padding-left: 15px;
  }
  .left {
    padding-right: 15px;
  }
  .equal {
    display: block;
    flex-wrap: nowrap;
  }
  .equal.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .equal .bild {
    min-height: 300px;
  }
  .equal .fl_right {
    float: none;
  }
  a.back-to-top {
    display: none !important;
  }
  .margin_100_150 {
    margin: 50px auto 50px auto;
  }
  .margin_100_60 {
    margin: 50px auto 20px auto;
  }
  .margin_130 {
    margin-bottom: 50px;
  }
  .margin_30_0 {
    margin: 30px 0;
  }
  h1 {
    font-size: 200%;
  }
}
@media (max-width: 1650px) {
  .padding_80_150 {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .padding_80_150 {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .navi_top {
    display: block !important;
  }
}
/*
@media (max-width: 500px) {
  .hero .overlay {
    height: 250px;
  }
  .hero img.fit {
    width: 100%;
    height: 250px;
  }
  .hero_smal .overlay {
    height: 250px;
  }
  .hero_smal img.fit {
    width: 100%;
    height: 250px;
  }
}
  */
/* Parallax */
@media (min-width: 1201px) {
  .parallax,
  .parallax_02,
  .parallax_03 {
    min-height: 350px;
  }
}