body {
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.nav-link {
  position: relative;
  padding: 18px 20px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.nav-link.w--current {
  color: #c90c0f;
}

.logo-red {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-image: url('../images/wirtzdesign-logo-red.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/wirtzdesign-logo-white.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.brand {
  width: 80px;
  height: 80px;
}

.nav-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -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;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 2px 20px;
  border-bottom: 1px solid hsla(0, 0%, 40%, 0.15);
  background-color: #f7f7f7;
}

.logo-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/wirtzdesign-logo-black.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-content {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-footer {
  position: relative;
  padding-top: 40px;
  background-color: #000;
}

.footer-link-impress {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.footer-link-impress:hover {
  color: #fff;
}

.socialmedia-logo {
  display: inline-block;
}

.footer-content {
  padding: 20px 30px;
}

.div-block-impress {
  margin-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  text-align: center;
}

.socialmedia-link {
  width: 36px;
}

.footer-links {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}

.socialmedia-text {
  display: inline-block;
  overflow: hidden;
  height: 30px;
}

.socialmedia-content {
  text-align: center;
}

.socialmedia-titel {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
}

.div-block-socialmedia {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.section-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-content-max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding: 8px 12px 6px;
  border-radius: 4px;
  background-color: #c90c0f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.button:hover {
  background-color: rgba(255, 0, 5, 0.988);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.section-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-top: 140px;
  padding-bottom: 140px;
  -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: #f7f7f7;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  background-color: #333;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button:hover {
  background-color: rgba(255, 0, 5, 0.988);
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
    padding: 15px 30px;
  }

  .nav-center {
    width: 20%;
  }

  .footer-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 60px;
    height: 60px;
  }

  .footer-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-center {
    width: 22%;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-impress {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .socialmedia-link {
    width: 32px;
  }

  .footer-text {
    font-size: 13px;
  }
}