@font-face {
  font-family: Munday;
  src: url('../fonts/Themunday-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --beige: #f3f0ec;
  --white: white;
  --dunkelrot: #b5442d;
  --black: black;
}

.body {
  font-family: Montserrat, sans-serif;
}

.hero {
  background-color: var(--beige);
  height: 30vh;
  position: relative;
}

.section.hero {
  background-color: var(--beige);
  height: 100vh;
  position: relative;
}

.section.beige-bg {
  background-color: var(--beige);
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

.container.hero-wrapper {
  height: 100vh;
  display: flex;
}

.container.center-y {
  height: 80vh;
}

.container.flex {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1%;
  padding-bottom: 53px;
  display: flex;
}

._50--width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 0;
  display: flex;
}

._50--width.termin-block {
  display: block;
}

._50--width._50-left {
  padding-right: 3.8rem;
}

.h1 {
  margin-top: 5.2rem;
  margin-bottom: 0;
  font-family: Munday, sans-serif;
  font-size: 4.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.h1.margin-top-40.white {
  color: var(--white);
}

.heading {
  font-weight: 500;
}

.h3 {
  color: var(--dunkelrot);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
}

.link {
  color: var(--dunkelrot);
}

.abstand {
  height: 1rem;
}

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

.footer.termin-footer {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 5%;
  padding-bottom: 2%;
  position: relative;
}

.footer.stick-bottom {
  padding-bottom: 1rem;
  position: absolute;
  inset: auto auto 0%;
}

.div-block {
  margin-top: 17%;
}

.header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: middle;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.img-bg {
  background-image: url('../images/hero-banner.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 50%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-bg.hidden {
  position: absolute;
}

.navbar {
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  position: absolute;
  inset: 0% 0% auto;
}

.navi-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.termin-button {
  background-color: var(--dunkelrot);
}

.paragraph {
  margin-bottom: 0;
}

.impressum-img-bg {
  width: 100%;
  height: 30vh;
  position: absolute;
}

.impressum {
  background-color: var(--beige);
  padding-top: 7%;
}

.max-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  display: block;
}

.caption {
  color: #b5442d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 49px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.link-2 {
  color: #b5442d;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.image-2 {
  margin-bottom: 20px;
}

.termin-hero {
  background-image: url('../images/hero-termin-vereinbaren.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
}

.datenschutz-img-bg {
  background-image: url('../images/hero_datenschutz.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: absolute;
}

.code-embed {
  display: block;
}

.termin-block {
  width: 100%;
  padding-top: 16%;
}

.beige-bg {
  background-color: var(--beige);
}

.kontakt-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: stretch;
  margin-top: 10%;
  margin-bottom: 3%;
  display: flex;
}

.caption-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8c7d6b;
  margin-top: 49px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-2 {
  color: #3e393a;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 40vh;
  }

  .section.hero {
    padding-left: 3%;
  }

  .container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h1 {
    font-size: 3.7em;
  }

  .h1.margin-top-40 {
    margin-top: 32%;
  }

  .navbar {
    padding-left: 3%;
  }

  .impressum-img-bg, .termin-hero, .datenschutz-img-bg {
    height: 40vh;
  }

  .termin-block {
    width: 100%;
  }

  .kontakt-wrapper {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-flow: column;
    margin-top: .4rem;
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    padding-right: 3%;
  }

  .container.flex {
    flex-flow: column;
  }

  ._50--width {
    width: 100%;
  }

  ._50--width._50-left {
    padding-right: 0;
  }

  .h1.margin-top-40 {
    margin-top: 47%;
  }

  .h1.margin-top-40.white {
    color: var(--white);
  }

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

  .img-bg.hidden {
    display: none;
  }

  .navbar {
    padding-right: 3%;
  }

  .max-50 {
    max-width: 100%;
  }

  .termin-hero {
    height: 40vh;
  }

  .termin-block {
    padding-top: 26%;
  }

  .kontakt-wrapper {
    flex-flow: row;
    margin-top: 3rem;
    margin-bottom: 4.6rem;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.flex {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._50--width._50-left {
    padding-right: 0;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6em;
  }

  .h1.margin-top-40 {
    margin-top: 89%;
  }

  .h1.margin-top-40.white {
    margin-top: 74%;
  }

  .h1.margin-top {
    margin-top: 5.9rem;
  }

  .h3 {
    font-size: 1.2em;
  }

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

  .img-bg.hidden {
    display: none;
  }

  .navbar {
    padding-top: 4%;
  }

  .image {
    max-width: 80%;
  }

  .caption {
    margin-top: 36px;
  }

  .termin-hero {
    height: 40vh;
  }

  .termin-block {
    padding-top: 37%;
  }

  .kontakt-wrapper {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .caption-2 {
    margin-top: 36px;
  }
}


@font-face {
  font-family: 'Munday';
  src: url('../fonts/Themunday-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}