body {
  font-family: 'Montserrat', sans-serif;
}

.navigation-container {
  height: 100px;
}

.navbar-items {
  font-size: 150%;
  margin-top: 16px;
}

.navigation-logo {
  padding-bottom: 10px;
  padding-right: 0;
}

.header-container {
  height: 300px;
}

@media (min-width: 768px) {
  .header-container {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .header-container {
    height: 700px;
  }
}

.myslider {
  height: 300px;
}

@media (min-width: 768px) {
  .myslider {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .myslider {
    height: 700px;
  }
}

.slider-item {
  height: 300px;
}

@media (min-width: 768px) {
  .slider-item {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .slider-item {
    height: 700px;
  }
}

#slider-item1 {
  padding: 100px 0;
}

.slider-item-image {
  width: 100%;
  background-size: cover;
}

.slick-next {
  right: 60px;
  display: none;
}

@media (min-width: 992px) {
  .slick-next {
    display: block;
  }
}

.slick-prev {
  left: 30px;
  z-index: 100;
  display: none;
}

@media (min-width: 992px) {
  .slick-prev {
    display: block;
  }
}

.slick-next:before, .slick-prev:before {
  font-size: 50px;
}

@media (max-width: 992px) {
  .slick-next:before, .slick-prev:before {
    content: "";
  }
}

#first-slider-image {
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  #first-slider-image {
    height: 500px;
  }
}

@media (min-width: 992px) {
  #first-slider-image {
    width: 100%;
    height: 700px;
  }
}

#second-slider-image {
  margin-top: 50px;
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  #second-slider-image {
    height: 500px;
  }
}

@media (min-width: 992px) {
  #second-slider-image {
    width: 100%;
    height: 700px;
    margin-top: 0;
  }
}

#third-slider-image {
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  #third-slider-image {
    height: 500px;
  }
}

@media (min-width: 992px) {
  #third-slider-image {
    width: 100%;
    height: 700px;
  }
}

.slick-dots {
  bottom: 25px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: white;
  background-color: white;
  display: none;
}

@media (min-width: 992px) {
  .slick-dots li button:before, .slick-dots li.slick-active button:before {
    display: block;
  }
}

.hero-container {
  position: absolute;
  margin-left: 20px;
  top: 100px;
}

@media (min-width: 768px) {
  .hero-container {
    top: 150px;
    margin-left: 100px;
  }
}

@media (min-width: 992px) {
  .hero-container {
    top: 200px;
    margin-left: 220px;
  }
}

.hero-container h1 {
  color: white;
  font-size: 100%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hero-container h1 {
    font-size: 300%;
  }
}

@media (min-width: 992px) {
  .hero-container h1 {
    font-size: 500%;
  }
}

.hero-container p {
  color: white;
  font-size: 80%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hero-container p {
    font-size: 110%;
  }
}

@media (min-width: 992px) {
  .hero-container p {
    font-size: 200%;
  }
}

.hero-container .button-wrapper {
  margin-top: 40px;
}

.hero-container .hero-btn {
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 100%;
  font-weight: bold;
}

@media (min-width: 992px) {
  .hero-container .hero-btn {
    font-size: 150%;
  }
}

.hero-container .more-btn {
  background-color: #741832;
  border: 1px solid #771934;
  margin-right: 20px;
}

.hero-container .more-btn:hover {
  background-color: #2b0912;
  border: 1px solid #2c0a14;
}

.hero-container .contact-btn {
  background-color: #318a71;
  border: 1px solid #318a71;
}

.hero-container .contact-btn:hover {
  background-color: #16503f;
  border: 1px solid #1b5242;
}

.service-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-headline {
  text-align: center;
  font-weight: bold;
}

.service-subheadline {
  margin-top: 100px;
}

.button-wrapper {
  margin-top: 40px;
}

.hero-btn {
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 100%;
  font-weight: bold;
}

@media (min-width: 992px) {
  .hero-btn {
    font-size: 150%;
  }
}

.more-btn {
  background-color: #741832;
  border: 1px solid #771934;
  margin-right: 20px;
}

.more-btn:hover {
  background-color: #2b0912;
  border: 1px solid #2c0a14;
}

.contact-btn {
  background-color: #318a71;
  border: 1px solid #318a71;
}

.contact-btn:hover {
  background-color: #16503f;
  border: 1px solid #1b5242;
}

.service-text {
  font-size: 130%;
  line-height: 190%;
}

.contact-container {
  background-color: #1d1d1d;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
  color: white;
}

.contact-headline {
  padding-bottom: 30px;
  margin-top: 0px;
  color: white;
}

.contact-container p {
  font-size: 150%;
}

.contact-text {
  padding-bottom: 20px;
}

.contact-icon {
  font-size: 150%;
}

.mailing {
  padding-left: 10px;
  font-size: 150%;
}

.mailing:after {
  content: "\40 dne-gmbh.de";
}

.tel-icon {
  font-size: 180%;
}

.tele {
  padding-left: 10px;
  font-size: 150%;
}

.tele:after {
  content: "52/90977714";
}

.form-label {
  display: none;
}

.form-field {
  margin-bottom: 30px;
}

.senden {
  background-color: #323232;
  border: 1px solid #585858;
  width: 50%;
  font-weight: normal;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .senden {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    width: 30%;
  }
}

.senden:hover {
  background-color: #1e1e1e;
  border: 1px solid #585858;
}

.team-mail:after {
  content: "\40 dne-gmbh.de";
}

.footer-links a {
  color: black;
  padding: 10px;
}
/*# sourceMappingURL=styles.css.map */