:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding: 15vh 20px 20px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  height: 90%;
  min-height: 300px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.logo-wrapper {
  text-align: center;
  margin-bottom: 0;
}

.logo-wrapper._2 {
  margin-bottom: 5vh;
}

.white {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 100px;
  line-height: 1.2;
}

.white.secondary {
  font-size: 35px;
}

.service-categories {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.contact-details {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.contact-detail {
  color: var(--black);
}

.contact-detail.spacer {
  padding-left: 20px;
  padding-right: 20px;
}

.unstyled {
  color: var(--black);
  text-decoration: none;
}

.logo {
  position: absolute;
  top: 5vh;
}

.image {
  width: 150px;
  height: 150px;
}

.termine-wrapper {
  height: auto;
}

.termin-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-termin {
  border: 1px solid #000;
  padding: 15px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.termin-standort {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img {
  width: 25px;
  margin-bottom: 5px;
}

.text-block {
  text-align: center;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .div-termin {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: 65%;
    margin-top: 0;
  }

  .logo-wrapper {
    margin-bottom: 40px;
  }

  .white {
    font-size: 75px;
  }

  .contact-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-detail.spacer {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-top: 30vh;
    padding-bottom: 40px;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .logo-wrapper {
    margin-bottom: 20px;
  }

  .white {
    font-size: 55px;
  }

  .white.secondary {
    font-size: 25px;
  }

  .service-categories {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .service {
    margin-top: 0;
  }

  .contact-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 10vh;
  }

  .contact-detail.spacer {
    display: none;
  }

  .termin-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}
