/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/montserrat-v24-latin-regular.woff2") format("woff2"), url("/fonts/montserrat-v24-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/montserrat-v24-latin-700.woff2") format("woff2"), url("/fonts/montserrat-v24-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/fonts/montserrat-v24-latin-italic.woff2") format("woff2"), url("/fonts/montserrat-v24-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("/fonts/montserrat-v24-latin-900.woff2") format("woff2"), url("/fonts/montserrat-v24-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/open-sans-v29-latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v29-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/open-sans-v29-latin-700.woff2") format("woff2"), url("/fonts/open-sans-v29-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/fonts/open-sans-v29-latin-800.woff2") format("woff2"), url("/fonts/open-sans-v29-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.over-headline {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-top: 2rem;
  font-size: 1.5rem;
}

h1 {
  margin-top: 0;
}

.gutscheinForm {
  max-width: 72rem;
}
.gutscheinForm textarea {
  height: 203px;
}

#paymentIframe {
  max-width: 800px;
  width: 100%;
  height: 800px;
  border: none;
  display: block;
}
@media screen and (max-width: 1000px) {
  #paymentIframe {
    height: 950px;
  }
}

.gutscheinKachelWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gutscheinKachelWrapper .gutscheinKachel {
  width: calc(33% - 0.625rem);
  margin-bottom: 1.875rem;
  position: relative;
}
.gutscheinKachelWrapper .gutscheinKachel #gutscheinWert {
  position: absolute;
  bottom: 6rem;
  padding: 0.5rem 0.75rem;
  max-width: 10rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.gutscheinKachelWrapper .gutscheinKachel strong {
  font-size: 1.075rem;
  width: 100%;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -1.5rem;
  left: 0;
}
.gutscheinKachelWrapper .gutscheinKachel strong.gutscheinKachelWert {
  font-size: 2rem;
  margin-top: 0.5rem;
}
.gutscheinKachelWrapper .gutscheinKachel .emotionButton {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.5rem 1.25rem;
}
.gutscheinKachelWrapper .gutscheinKachel .emotionButton:hover {
  background: white;
}

@media screen and (max-width: 1499px) {
  .gutscheinKachelWrapper .gutscheinKachel strong {
    top: 40%;
  }
  .gutscheinKachelWrapper .gutscheinKachel .emotionButton {
    bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .gutscheinKachelWrapper .gutscheinKachel strong {
    top: 45%;
  }
  .gutscheinKachelWrapper .gutscheinKachel .emotionButton {
    bottom: 1.5rem;
  }
  .gutscheinKachelWrapper .gutscheinKachel #gutscheinWert {
    bottom: 4.25rem;
  }
}
@media screen and (max-width: 991px) {
  .gutscheinKachelWrapper .gutscheinKachel {
    width: calc(50% - 1rem);
  }
  .gutscheinKachelWrapper .gutscheinKachel strong {
    top: 45%;
  }
  .gutscheinKachelWrapper .gutscheinKachel .emotionButton {
    bottom: 1.5rem;
  }
  .gutscheinKachelWrapper .gutscheinKachel #gutscheinWert {
    bottom: 4.25rem;
  }
}
@media screen and (max-width: 767px) {
  .gutscheinKachelWrapper .gutscheinKachel {
    width: 100%;
  }
  .gutscheinKachelWrapper .gutscheinKachel img {
    width: 100%;
  }
  .gutscheinKachelWrapper .gutscheinKachel .emotionButton {
    bottom: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  .gutscheinKachelWrapper .gutscheinKachel .emotionButton {
    bottom: 3.5rem;
  }
}
@media screen and (max-width: 435px) {
  .gutscheinKachelWrapper .gutscheinKachel strong {
    top: 35%;
  }
  .gutscheinKachelWrapper .gutscheinKachel .emotionButton {
    bottom: 2.5rem;
  }
}
.untertitel {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  display: block;
}

.gutschein-form .form-group {
  max-width: 24rem;
}
.gutschein-form #gutscheinbestellungformular-stranrede, .gutschein-form .beside {
  display: flex;
  flex-wrap: wrap;
}
.gutschein-form .beside div {
  max-width: 11.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 500px) {
  .gutschein-form .beside div {
    max-width: calc(50% - 0.5rem);
  }
  .gutschein-form .beside div:nth-of-type(2) {
    margin-right: 0;
  }
  .gutschein-form .form-group {
    max-width: 100%;
  }
}

.layoutGutschein img {
  max-width: 100%;
}

/*# sourceMappingURL=voucher.css.map */
