body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-container.slide-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-slide-labor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-container.slide-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/galmag-hero-img-sets.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-container.slide-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-slide-parking.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-container.slide-4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-slide-ops.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-container.slide-7 {
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-slide-papiere.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-container.slide-1 {
  background-image: url('../images/warehouse.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-container.slide-2 {
  background-image: url('../images/lkw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-container.slide-3 {
  background-image: url('../images/road.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-paragraph {
  width: 75%;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.slider-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-arrow-left {
  left: auto;
  top: 0%;
  right: 61px;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-color: #4da32f;
}

.hero-arrow-left:hover {
  background-color: #3c8124;
}

.hero-slide-icon {
  color: #fff;
  font-size: 20px;
}

.hero-slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 45px;
  padding-top: 16px;
  background-color: #4da32f;
  font-size: 12px;
}

.hero-subheader {
  width: 75%;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.hero-slide {
  width: 100%;
  height: 100%;
}

.hero-header {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 1px;
  color: #4da32f;
  font-size: 22px;
  line-height: 24px;
}

.hero-text-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 45px;
  margin-left: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: #fff;
  opacity: 0.89;
}

.hero-arrow-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-color: #4da32f;
}

.hero-arrow-right:hover {
  background-color: #3c8124;
}

.hero-section {
  height: 100vh;
}

.logo-block {
  position: absolute;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4da32f;
  text-decoration: none;
}

.logo-block.w--current {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 250px;
}

.nav-logo {
  width: 75%;
}

.text-wrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-wrap {
  width: 50%;
  padding: 24px 33px 32px 32px;
  background-color: hsla(0, 0%, 100%, 0.81);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.4;
}

.hero-subtitle {
  color: #4da32f;
  font-size: 18px;
  font-weight: 500;
}

.button {
  background-color: #4da32f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #3c8124;
}

.button-block {
  margin-top: 24px;
}

.adresse {
  color: #fff;
}

.adress-block {
  position: absolute;
  top: 250px;
  z-index: 501;
  width: 250px;
  padding: 12px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.81);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.adress-text {
  padding-right: 16px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 991px) {
  .hero-paragraph {
    width: 100%;
    margin-bottom: 5px;
  }

  .hero-subheader {
    width: 100%;
    line-height: 20px;
  }

  .hero-header {
    width: 100%;
    margin-bottom: 6px;
  }

  .hero-text-wrapper {
    margin-left: 200px;
    padding: 15px 15px 15px 25px;
  }

  .logo-block {
    width: 200px;
    height: 200px;
  }

  .logo-block.w--current {
    width: 200px;
    height: 200px;
  }

  .text-wrap {
    width: 66%;
  }

  .adress-block {
    top: 200px;
    width: 200px;
    padding: 12px 22px;
  }

  .adress-text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hero-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-subheader {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-header {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .hero-text-wrapper {
    margin-left: 0px;
  }

  .logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
  }

  .logo-block.w--current {
    display: none;
  }

  .text-wrapper {
    padding-bottom: 24px;
  }

  .text-wrap {
    width: 90%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .hero-title {
    font-size: 24px;
  }

  .paragraph {
    font-size: 14px;
  }

  .hero-subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .slide-container.slide-1 {
    background-position: 50% 50%;
  }

  .slide-container.slide-2 {
    background-position: 50% 50%;
  }

  .slide-container.slide-3 {
    background-position: 50% 50%;
  }

  .hero-paragraph {
    font-size: 12px;
    line-height: 15px;
  }

  .hero-subheader {
    font-size: 14px;
    line-height: 14px;
  }

  .hero-header {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 900;
  }

  .hero-text-wrapper {
    margin-left: 0px;
    padding: 10px 15px;
  }

  .logo-block {
    top: 0px;
    width: 100%;
    height: 100px;
  }

  .logo-block.w--current {
    top: 55px;
    width: 100%;
    height: 160px;
  }

  .nav-logo {
    width: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-wrapper {
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-wrap {
    width: 100%;
    padding: 17px 20px 12px;
  }

  .hero-title {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .hero-subtitle {
    font-size: 12px;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .adress-block {
    top: 100px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .adress-text {
    line-height: 18px;
    text-align: center;
  }
}

