* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #555;
  font-family: "Poppins", sans-serif;
  flex-wrap: wrap;
  transition: 0.3s;
}

/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("./../fonts/poppins-v20-latin-300.woff2") format("woff2"), url("./../fonts/poppins-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../fonts/poppins-v20-latin-regular.woff2") format("woff2"), url("./../fonts/poppins-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./../fonts/poppins-v20-latin-500.woff2") format("woff2"), url("./../fonts/poppins-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./../fonts/poppins-v20-latin-600.woff2") format("woff2"), url("./../fonts/poppins-v20-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
hr {
  background-color: #eb0000;
  height: 3px;
  border: none;
}

h1 {
  font-size: 40px;
  font-weight: 400;
}

h2 {
  font-size: 33px;
  font-weight: 300;
}

h3 {
  font-size: 25px;
  font-weight: 300;
}

a {
  text-decoration: none;
}

p {
  font-size: 20px;
}

span {
  font-size: 18px;
  color: lightseagreen;
  font-weight: 600;
}

.a {
  animation: pulse 1.5s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
body:before {
  content: " ";
  background-image: url(./../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.07;
}

.res-menu-container {
  display: none;
}

.main {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  position: relative;
}

.main .sonderangebot img {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 200px;
  height: auto;
  z-index: 99999;
}

section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.one {
  height: 220px;
  display: flex;
  align-items: center;
}

.top-contact {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.top-content {
  width: 230px;
  height: 150px;
  overflow: hidden;
}

.top-content p {
  font-size: 16px;
}

.logo-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-top img {
  width: 200px;
  height: auto;
  animation: slideInFromRight 3s ease-in;
  z-index: 9999999999999;
}

.logo-top-mobile {
  display: none;
}

.portfolioUp {
  padding: 10px 20px;
  background-color: lightseagreen;
  margin-top: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolioUp a {
  color: #fff;
}

.portfolioUp .fas {
  color: #fff;
}

.portfolioUp:hover {
  color: lightseagreen;
  border: 1px solid lightseagreen;
  background: #fff;
  text-decoration: none;
  padding: 10px 20px;
}
.portfolioUp:hover a {
  color: lightseagreen;
}
.portfolioUp:hover .fas {
  color: lightseagreen;
  transform: rotate(360deg);
}

.two {
  background-image: url("./../img/b1d.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}

.header-content {
  width: 680px;
  height: 400px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: absolute;
  left: 5%;
  animation: slideInFromBottom 1s ease-in;
  z-index: 9999;
}

.header-contact {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-contact i {
  font-size: 25px;
  color: #fff;
  margin-right: 10px;
}

.header-contact p {
  font-size: 16px;
  color: #fff;
}

.contact-left {
  width: 270px;
  height: 40px;
  background-color: lightseagreen;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 100px;
}

.contact-right {
  width: 270px;
  height: 40px;
  background-color: lightseagreen;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-text {
  padding-top: 40px;
  line-height: 40px;
  padding-bottom: 10px;
}

.header-text p {
  font-size: 16px;
}

.header-check {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header-check i {
  font-size: 25px;
  margin-right: 20px;
  color: lightseagreen;
  padding-bottom: 10px;
}

.check-left {
  width: 280px;
  display: flex;
  margin-right: 20px;
}

.check-right {
  width: 240px;
  display: flex;
}

.check-left p,
.check-right p {
  font-size: 16px;
}

.headerBtn {
  width: 250px;
  height: 40px;
  margin-top: 40px;
}

.headerBtn a {
  color: #fff;
  border: 1px solid #e100ff;
  background: #eb0000;
  text-decoration: none;
  padding: 10px 40px;
}

.headerBtn a:hover {
  color: #eb0000;
  border: 1px solid #eb0000;
  background: transparent;
  text-decoration: none;
  padding: 10px 40px;
}

nav {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: lightseagreen;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  box-shadow: 0 2px 3px #999;
}

.nav-left {
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.nav-left i {
  font-size: 35px;
  color: rgb(255, 255, 255);
  margin-right: 10px;
}

.nav-left i:hover {
  opacity: 50%;
}

.nav-right {
  width: 900px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-right a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-right: 20px;
  text-transform: uppercase;
}

.nav-right a:hover {
  opacity: 50%;
}

.truck-img {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.truck-img img {
  width: 300px;
  height: auto;
  margin: 10px;
}

.truck-img img:hover {
  transform: scale(1.5);
  box-shadow: 0 10px 20px #999;
}

.three {
  height: auto;
}

.welcome-container {
  margin: 80px 0 80px 0;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.welcome-content {
  margin: 35px 0 35px 0;
}

.welcome-content img {
  float: right;
  width: 300px;
  height: auto;
  margin: 0 0 0 20px;
}

.resize img:hover {
  transform: scale(1.5);
  box-shadow: 0 10px 20px #999;
}

.braker {
  width: 100%;
  height: auto;
  background: #008eff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.braker i {
  font-size: 35px;
  color: rgb(255, 255, 255);
}

.braker_card {
  width: 200px;
  height: auto;
  text-align: center;
  line-height: 30px;
  margin: 20px 0;
}

.braker p {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.four {
  background: rgb(238, 238, 238);
}

.whywe-container {
  margin-top: 100px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
}

.whywe-left {
  width: 450px;
  height: 600px;
  margin-top: 50px;
}

.whywe-container li {
  list-style: none;
  display: flex;
}

.whywe-left p {
  margin-left: 20px;
}

.whywe-right {
  width: 650px;
  height: 600px;
  margin-top: 30px;
}

.whywe-right img {
  float: right;
  width: 300px;
  height: auto;
  margin: 0 0 0 20px;
}

.whywe-right img:hover {
  transform: scale(1.5);
  box-shadow: 0 10px 20px #999;
}

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

.whywe-attached {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.whywe-img {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.whywe-img img {
  margin: 20px;
}

.whywe-img img:hover {
  transform: scale(1.2);
  box-shadow: 0 10px 20px #999;
}

.border {
  width: 200px;
  height: 200px;
  border: 1px solid #555;
}

.six {
  height: 700px;
}

.customer-container {
  margin: 100px 0 100px 0;
}

.customer-title {
  width: 1200px;
  height: 150px;
  text-align: center;
}

/*...............https://codepen.io/studiojvla/pen/qVbQqW.......................................*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: #eeeeee;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 335px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 335px;
  position: absolute;
  width: auto;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 4690px;
}
.slider .slide {
  height: 335px;
  width: auto;
  margin: 10px;
}

.portfolio {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 3;
}

.portfolio a {
  color: #fff;
  background-color: lightseagreen;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
}

.portfolio .fas {
  color: #fff;
}

.portfolio a:hover {
  color: lightseagreen;
  border: 1px solid lightseagreen;
  background: #fff;
  text-decoration: none;
  padding: 10px 20px;
}
.portfolio a:hover .fas {
  transform: rotate(360deg);
  color: lightseagreen;
}

.seven {
  height: auto;
  margin: 100px 0 100px 0;
}

.process-title {
  width: 1200px;
  height: auto;
  text-align: center;
  margin-bottom: 100px;
}

.process-container {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.process-card {
  position: relative;
  width: 330px;
  height: 330px;
  box-shadow: 0 20px 40px #999;
  background: #fff;
  text-align: center;
  padding: 10px;
}

.process-card h4 {
  margin-top: 40px;
}

.process-card p {
  margin-top: 20px;
}

.process-sticker {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eb0000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-sticker .fas,
.far {
  color: #fff;
  font-size: 40px;
}

.nine {
  width: 100%;
  height: auto;
  background-image: url("./../img/gartenBg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nine_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nine_container h1 {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: -200px;
}

.nine_content {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 200px 0;
}

.nine_content img {
  padding: 5px;
  background-color: #fff;
  margin: 20px;
}

.nine_content img:hover {
  transform: scale(1.2);
  box-shadow: 0 10px 20px #999;
}

/*footer*/
.eight {
  width: 100%;
  height: 700px;
}

.footer-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-left {
  height: 400px;
  width: auto;
  padding: 20px;
}

.footer-left img {
  width: 100%;
  height: auto;
}

.footer-right {
  height: 400px;
  width: auto;
  padding: 20px;
}

.footer-right img {
  width: 100%;
  height: auto;
}

.contact {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 50px 10px;
}

.credit {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(233, 233, 233);
}

.credit p {
  font-size: 12px;
  text-align: center;
}

/*.............slide in................*/
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*portfolio page*/
.portfolio-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 180px;
}

.portfolio-inner {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/*chinavirus page*/
.chinavirus-container {
  margin-top: 150px;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chinavirus-container img {
  float: right;
  width: 100px;
  height: auto;
}

/*---------------------------media--------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .main .sonderangebot img {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .one {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .logo-top-mobile {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-top-mobile img {
    height: auto;
    width: 200px;
  }
  .logo-top img {
    display: none;
  }
  .top-contact {
    width: 90%;
    height: auto;
  }
  .top-content {
    width: 100%;
    height: auto;
  }
  .header-content {
    width: 90%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    position: absolute;
    left: 5%;
    animation: none;
    z-index: 9999;
  }
  .header-contact {
    display: none;
  }
  .header-text {
    padding-top: 5px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .header-text h2 {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .header-text h3 {
    font-size: 18px;
  }
  .header-text p {
    display: none;
  }
  .headerBtn {
    width: 250px;
    height: 40px;
    margin-top: 20px;
  }
  .headerBtn a {
    color: #fff;
    border: 1px solid #eb0000;
    background: #eb0000;
    text-decoration: none;
    padding: 10px 40px;
  }
  .headerBtn a:hover {
    color: #eb0000;
    border: 1px solid #eb0000;
    background: transparent;
    text-decoration: none;
    padding: 10px 40px;
  }
  .check-left {
    width: 300px;
    margin-right: 0px;
  }
  nav {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
  }
  .nav-left {
    width: 100%;
    margin-left: 0px;
  }
  .nav-right {
    width: 100%;
  }
  .truck-img img:hover {
    transform: none;
    box-shadow: 0 0 0 #383838;
  }
  .three {
    width: 100%;
    height: auto;
  }
  .welcome-container {
    margin-top: 0px;
    width: 100%;
    padding: 20px;
  }
  .welcome-title h2 {
    margin-top: 20px;
  }
  .welcome-container img {
    animation: none;
    width: 200px;
  }
  .resize img {
    width: 100%;
  }
  .resize img:hover {
    transform: none;
    box-shadow: 0 0px 0px #999;
  }
  .braker {
    width: 100%;
    height: auto;
  }
  .braker i {
    font-size: 25px;
  }
  .braker p {
    font-size: 12px;
    margin: 10px;
  }
  .four {
    width: 100%;
    height: auto;
  }
  .whywe-container {
    margin-top: 0px;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .whywe-left {
    width: 400px;
    height: auto;
    margin-top: 0px;
  }
  .whywe-container li {
    list-style: none;
    display: flex;
  }
  .whywe-left p {
    margin-left: 20px;
  }
  .whywe-right {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 10px;
  }
  .whywe-right img {
    width: 100%;
  }
  .whywe-right img:hover {
    transform: none;
    box-shadow: 0 0px 0px #999;
  }
  .whywe-right h1 {
    font-size: 24px;
  }
  .five {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .whywe-title h1 {
    font-size: 30px;
  }
  .whywe-atached {
    margin-top: 0px;
    margin: 20px;
  }
  .whywe-img {
    width: 100%;
  }
  .whywe-img img {
    margin: 10px;
    width: 100%;
  }
  .whywe-img img:hover {
    transform: none;
    box-shadow: 0 0px 0px #999;
  }
  .six {
    display: none;
  }
  .seven {
    height: auto;
    margin-top: 0px;
    padding: 10px;
  }
  .process-title {
    margin-top: 0px;
  }
  .process-container {
    width: 100%;
    height: auto;
  }
  .process-card {
    box-shadow: 0 2px 4px #999;
    text-align: center;
    padding: 10px;
    margin: 20px 0 20px 0;
  }
  .process-sticker {
    width: 60px;
    height: 60px;
  }
  .process-sticker .fas,
  .far {
    font-size: 30px;
  }
  /*footer*/
  .eight {
    width: 100%;
    height: auto;
  }
  .footer-container {
    height: auto;
    width: 100%;
  }
  .footer-container h1 {
    font-size: 25px;
  }
  .footer-left {
    height: 400px;
    width: 600px;
    padding: 20px;
    border-radius: 0;
  }
  .footer-right {
    height: auto;
    width: 600px;
    font-size: 12px;
  }
  .footer-right li {
    list-style: none;
    line-height: 30px;
    font-size: 16px;
  }
  .footer-right img {
    transform: none;
  }
  .credit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(233, 233, 233);
    padding: 10px;
  }
}/*# sourceMappingURL=style.css.map */