body {
  font-family: Roboto;
  color: #fff3dc;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #183146;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}

.container {
  position: relative;
  overflow: hidden;
  width: 1000px;
  height: 708px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: Robotooff, sans-serif;
  font-weight: 500;
}

.ac-wrapper {
  position: relative;
}

.ac-absolute-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.tuerchen-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 10%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.door {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  cursor: pointer;
}

.door-frame {
  position: absolute;
  left: 5.2%;
  top: 5.5%;
  width: 10%;
  height: 14.5%;
  background-color: #fff;
  -webkit-perspective: 588px;
  perspective: 588px;
}

.gift-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: #fff6fc;
}

.tuerchen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #183146;
  box-shadow: 0 0 13px 0 #d5dee5;
  -webkit-transition: color 100ms ease, box-shadow 100ms ease, border-color 100ms ease;
  transition: color 100ms ease, box-shadow 100ms ease, border-color 100ms ease;
  color: #183146;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

.tuerchen:hover {
  border-color: #ffd17c;
  box-shadow: 0 0 20px 0 rgba(24, 49, 70, 0.53);
}

.number {
  position: relative;
  z-index: -1;
  text-shadow: 0 0 8px #fff;
}

.gift-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.gift-container.gi1 {
  display: none;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gift-container.gi2 {
  display: none;
  padding: 50px;
}

.gift-container.gi3 {
  display: none;
}

.gift-container.gi16 {
  display: block;
}

.gift-container.gi5 {
  display: none;
  padding: 50px;
}

.gift-container.gi6 {
  display: none;
}

.gift-container.gi7 {
  display: none;
}

.gift-container.gi8 {
  display: none;
}

.gift-container.gi9 {
  display: none;
  padding: 30px 50px 30px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift-container.gi10 {
  display: none;
}

.gift-container.gi11 {
  display: none;
}

.gift-container.gi12 {
  display: none;
}

.gift-container.gi13 {
  display: none;
}

.gift-container.gi14 {
  display: none;
}

.gift-container.gi15 {
  display: none;
}

.gift-container.gi4 {
  display: none;
}

.gift-container.gi17 {
  display: none;
}

.gift-container.gi18 {
  display: none;
}

.gift-container.gi19 {
  display: none;
}

.gift-container.gi20 {
  display: none;
}

.gift-container.gi21 {
  display: none;
}

.gift-container.gi22 {
  display: none;
}

.gift-container.gi23 {
  display: none;
}

.gift-container.gi24 {
  display: none;
}

.gift-container.gi22 {
  display: none;
}

.lottie {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.voucher {
  position: relative;
  z-index: 3;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.voucher.voucher1 {
  max-width: 700px;
  margin-right: 100px;
  margin-left: 30px;
}

.voucher.vo2 {
  padding-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.voucher.vo2.vouch-vert {
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.voucher.vo2.nopadding {
  padding-top: 0px;
}

.voucher.vo2.vorev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.voucher.textvoucher {
  max-width: 640px;
  padding-top: 50px;
}

.voucher.vo3 {
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.voucher.vo3 {
  padding-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.voucher.vo4 {
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.voucher.vo5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.voucher.vo7 {
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.voucher-image {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-right: 50px;
}

.voucher-image.product {
  display: block;
  overflow: hidden;
  max-width: 250px;
  margin-right: 0px;
  border-radius: 3px;
  box-shadow: 4px 7px 40px -6px rgba(9, 18, 26, 0.22);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.voucher-image.product.samesize {
  width: 250%;
  height: 150px;
  max-width: 250px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.voucher-image.product.omnimask {
  padding: 20px;
  background-color: #fff;
}

.voucher-image.product.noshadow {
  box-shadow: none;
}

.voucher-image.product.small {
  max-width: 160px;
}

.voucher-image.product.bigger {
  max-width: 400px;
}

.voucher-image.akademi {
  max-width: 350px;
  margin-right: 0px;
}

.voucher-image.doctolib-image {
  max-width: 300px;
}

.voucher-image.polsterservice {
  margin-right: 0px;
}

.voucher-image.banner {
  max-width: 600px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: -80px;
}

.heading {
  color: #fff;
  font-size: 2em;
  line-height: 1.1;
  text-shadow: 0 1px 6px rgba(196, 79, 82, 0.66);
}

.heading.heading-1-logoanimation {
  line-height: 1.3;
}

.heading.christmas {
  font-family: 'Christmas squad personal use', sans-serif;
  color: #fcdba0;
  font-size: 5em;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Robotooff, sans-serif;
  color: #183146;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 500;
}

.heading-2.heading-2-logoanimatiom {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.3em;
  font-weight: 400;
}

.heading-2.gedicht {
  font-size: 1.2em;
}

.heading-2.green-shadow {
  text-shadow: 1px 0 6px #05362d;
}

.heading-2.padding {
  margin-bottom: 20px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffd17c;
  font-size: 2em;
  line-height: 1.1;
  text-shadow: 0 0 10px #ac894a;
}

.video-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
}

.logoanimation-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  max-width: 530px;
  -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;
}

.link {
  color: #183146;
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
}

.link.cta-link {
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #183146;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
}

.link.visible {
  text-decoration: underline;
}

.logoanimation-container {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  margin-top: auto;
  color: #fffcf6;
}

.text-block.kleingedrucktes {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 1;
  display: block;
  opacity: 0.85;
  color: #183146;
  font-size: 1em;
  line-height: 1.3;
}

.logo-container {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  width: 180px;
}

.logo-container.lc-small {
  width: 120px;
}

.logo-container.logo-hersteller {
  left: 30px;
  right: auto;
  mix-blend-mode: darken;
}

.logo-container.logo-hersteller.smartdent-logo {
  padding: 10px;
  background-color: #b1c80c;
}

.logocontainer-fixed {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  z-index: 1;
  width: 160px;
}

.youtube-bg-music {
  position: absolute;
  left: 100%;
  top: 100%;
  right: auto;
  bottom: auto;
}

.jubilaeum-image {
  display: block;
  width: 100%;
  max-width: 530px;
  margin-bottom: 30px;
}

.snow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
}

.angel-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.angel {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  width: 300px;
}

.angel.angel-l {
  left: 0px;
  right: auto;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.quote {
  padding: 0px;
  border-left-style: none;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 1.3em;
  font-style: italic;
}

.text-span {
  text-align: right;
}

.quote-subline {
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 1em;
  text-align: right;
}

.div-block {
  text-shadow: 1px 0 6px #08352c;
}

.product-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-left: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3;
}

.product-link-wrapper.doctolib {
  margin-top: 50px;
  margin-left: 0px;
}

.product-link-wrapper.small {
  width: 160px;
}

.product-link-wrapper.reverse {
  margin-right: 50px;
  margin-left: 0px;
}

.product-link-wrapper.reverse.bigger {
  width: 350px;
}

.product-link-wrapper.ltr {
  width: 270px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-wrapper {
  display: none;
  margin-top: 16px;
}

.streichpreis {
  opacity: 0.6;
  color: #183146;
  font-size: 1em;
  text-decoration: line-through;
}

.streichpreis.sp-small {
  margin-top: 5px;
  font-size: 0.7em;
}

.price-new {
  color: #183146;
  font-size: 1.5em;
  font-weight: 700;
}

.price-new.price-small {
  font-size: 1em;
}

.batch-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  border-radius: 50%;
  background-color: #183146;
  box-shadow: 0 1px 13px -2px rgba(24, 49, 70, 0.84);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 1.4em;
  font-weight: 700;
}

.jubilauem-lottie {
  position: relative;
  width: 500px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.jubilaeum-text {
  position: relative;
}

.party-lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.disco-lottie {
  position: absolute;
  left: auto;
  top: -33px;
  right: auto;
  bottom: auto;
  z-index: 2;
  height: 140px;
}

.lookbook-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lb-image {
  display: block;
  width: 270px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.forest-lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.contact-lottie {
  max-width: 300px;
  margin-bottom: -30px;
}

.contact-lottie.blog {
  margin-bottom: 0px;
}

.text-span-2 {
  padding: 5px 10px;
  background-color: #ffd17c;
  font-weight: 700;
}

.div-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -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;
}

.button {
  display: block;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #183146;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.button:hover {
  background-color: #112433;
}

.button.but-white {
  background-color: #fff;
  color: #183146;
}

.button.but-white:hover {
  background-color: #fff3dc;
}

.button.b-less-pad {
  margin-top: 5px;
}

.button.button-neg-marg {
  margin-left: 50px;
}

.button.paddingbelow {
  margin-bottom: 30px;
}

.button.blog-button {
  padding: 8px 16px;
  line-height: 1;
}

.sparkle-bg {
  position: absolute;
  z-index: -1;
  width: 420px;
  margin-top: -30px;
}

.desc {
  font-size: 1em;
  font-weight: 700;
}

.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pad-div {
  margin-left: 30px;
}

.youtube {
  width: 470px;
  height: 290px;
  background-image: url('../images/Bildschirmfoto-2021-11-25-um-15.05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 3px 20px 0 #ac5455;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.youtube:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.copy-code-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 35px;
  -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: #183146;
  text-decoration: none;
}

.copy-button {
  position: relative;
  margin-left: 20px;
  padding-top: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d68e09;
}

.copy-button:active {
  color: transparent;
}

.copy {
  background-color: transparent;
}

.copy-text-info {
  position: absolute;
  left: 40px;
  top: 2px;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 210px;
  padding: 5px;
}

.copied {
  position: absolute;
  left: 42px;
  top: 8px;
  z-index: 0;
  width: 60px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-top: 0px;
  -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-block.longertext {
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(24, 49, 70, 0.8);
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.text-block.longertext.smaller {
  max-width: 400px;
}

.text-block.bigger {
  max-width: 600px;
}

.gift-content {
  display: none;
}

.gift-content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.datepicker {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid #000;
  color: #183146;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.datepicker:hover {
  background-color: rgba(24, 49, 70, 0.15);
}

.datepicker.active {
  background-color: #183146;
  color: #fff;
}

.datepicker-container {
  display: none;
  padding-top: 15px;
  -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;
}

.refresh {
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #183146;
}

.blog-tile-wrapper {
  display: -ms-grid;
  display: grid;
  width: 95%;
  margin-top: 20px;
  margin-bottom: -50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-tile {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(24, 49, 70, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.blog-tile-heading {
  min-height: 38px;
  color: #183146;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
}

.blog-tile-image {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-tile-text {
  min-height: 45px;
  color: rgba(24, 49, 70, 0.8);
  font-size: 14px;
  line-height: 1.2;
}

.vital-ink {
  color: #f4015f;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    height: auto;
  }

  .body {
    display: block;
  }

  .ac-absolute-container {
    position: relative;
  }

  .tuerchen-container {
    height: 100vh;
    padding: 30px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-image: url('../images/Design-Adventskalender.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .gift-wrapper {
    display: none;
  }

  .gift-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .voucher.vo2 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .logo-container {
    display: none;
  }

  .logo-container.logo-hersteller {
    display: block;
    width: 100px;
  }

  .product-link-wrapper {
    margin-left: 0px;
  }

  .copy-code-wrapper {
    padding: 10px 14px;
  }

  .copy-text-info {
    display: none;
  }

  .bg-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gift-wrapper {
    display: none;
  }

  .voucher-image.product {
    display: none;
  }

  .text-block.kleingedrucktes {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 40px;
    opacity: 0.6;
    font-weight: 400;
  }

  .batch-wrapper {
    display: none;
  }

  .gift-content.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .tuerchen-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Christmas squad personal use';
  src: url('../fonts/Christmas-Squad---Personal-Use.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}