body {
  color: #fff;
  background-color: #000;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: none;
}

.topbar {
  padding-top: 2.813rem;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.topbar-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.openingstijden-wrapper {
  align-items: center;
  display: flex;
}

.time-tag {
  background-color: #186e13;
  border-radius: 40rem;
  margin-right: .938rem;
  padding: .5rem 1.375rem;
}

.time-tag.closed {
  background-color: #6e5113;
}

.time-tag-content {
  align-items: center;
  display: flex;
}

.time-tag-dot {
  width: .375rem;
  height: .375rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: .375rem;
}

.time-tag-value {
  text-transform: uppercase;
  font-weight: 400;
}

.time-info {
  text-transform: uppercase;
}

.logo {
  height: 3.125rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.button-main {
  align-items: center;
  display: flex;
}

.button-main.desktop {
  text-transform: uppercase;
}

.button-main.mobile {
  display: none;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .738rem;
}

.main-content {
  justify-content: center;
  align-items: center;
  padding-top: 7.4rem;
  display: flex;
}

.content-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon {
  width: 30rem;
  background-color: #080808;
  border-radius: 33rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.163rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.page-wrapper {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-item {
  font-size: 1.5rem;
  line-height: 1.8;
}

.footer {
  background-color: #080808;
  margin-top: auto;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-content {
  justify-content: space-between;
  display: flex;
}

.coming-soon-text {
  margin-right: 1rem;
}

.track {
  display: flex;
}

.button-new {
  grid-column-gap: .5rem;
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.4rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 1rem;
}

.button-icon.social {
  width: 2rem;
  height: 2rem;
  position: static;
}

.button-icon.normal {
  position: static;
}

.buttons-list {
  width: 100%;
  max-width: 18rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.social-button {
  color: #fff;
}

.socials {
  grid-column-gap: .75rem;
  justify-content: center;
  margin-top: .25rem;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  display: flex;
}

.footer-buttons {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .topbar {
    padding-top: 1.25rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .topbar-content {
    flex-direction: column;
  }

  .openingstijden-wrapper {
    flex-direction: column;
    margin-top: 1.5rem;
  }

  .time-tag {
    margin-bottom: .5rem;
    margin-right: 0;
    font-size: .8rem;
  }

  .time-info {
    font-size: .8rem;
  }

  .logo {
    order: -1;
    position: static;
    transform: none;
  }

  .button-main {
    font-size: .8rem;
  }

  .button-main.desktop {
    display: none;
  }

  .button-main.mobile {
    text-transform: uppercase;
    display: flex;
  }

  .icon {
    width: 1.2rem;
    margin-right: .638rem;
  }

  .main-content {
    padding-top: 2.5rem;
  }

  .coming-soon {
    width: 18rem;
    background-color: #080808;
    padding-left: 4.9rem;
    padding-right: 4.9rem;
  }

  .service-item {
    font-size: 1.2rem;
  }

  .footer {
    background-color: #000;
    padding-top: .725rem;
    padding-bottom: .725rem;
  }

  .footer-content {
    justify-content: center;
  }

  .copyright {
    display: none;
  }

  .button-new {
    font-size: 1.125rem;
  }

  .button-icon.normal {
    position: static;
  }

  .buttons-list {
    max-width: 19rem;
    margin-top: 2.5rem;
  }

  .socials {
    grid-column-gap: 1rem;
    align-items: center;
  }
}


