@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
:root {
  --swiper-theme-color: #333 !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

body,
html {
  color: #000;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Inter";
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2 {
  line-height: 1.1;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 4.209rem;
}

h2 {
  font-size: 3.157rem;
  letter-spacing: -0.03em;
  font-weight: 600;
}

h3 {
  font-size: 2.369rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

h4 {
  font-size: 1.777rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

h5 {
  font-size: 1.333rem;
  font-weight: 600;
}

small,
.text_small {
  font-size: 0.75rem;
}

.container,
.top-footer,
.bot-footer {
  width: 1200px;
  margin: auto;
}

.icon-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10%;
}

.icon-img-wrapper img {
  margin-left: calc(-50vw + 600px);
  margin-right: calc(-50vw + 600px);
}

.icon-line-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-line-wrapper img:not(:last-child) {
  margin-bottom: 2rem;
}

.icon-img-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.icon {
  width: 64px;
}

#location > div > h2.t-center {
  padding: 0 0.5em;
}

.switch-btn {
  width: unset;
  display: inline-block;
  margin: 0;
  background-color: #BBBBBB;
  transition: all 0.3s ease;
}

button.selected {
  background-color: #000;
}

.switch-wrapper {
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  width: fit-content;
}

.switch-btn a {
  padding: 0.5rem 0.5rem;
}

.e-termin-box {
  border-top: 1px solid black;
  display: none;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.info-bar {
  padding: 0.5em 0;
  color: #fff;
  background: #CCCCCC;
  font-size: 14px;
}

.info-bar .container {
  display: flex;
  justify-content: space-between;
}

.row {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.replaced {
  font-size: clamp(1rem, 1.8vw, 26.5px);
}

.price-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.price-card h3 {
  text-transform: uppercase;
}

.gift-top .striked {
  margin-right: 1rem;
}

body .gift-top .new-price {
  margin: 0;
}

.striked {
  text-decoration: line-through;
  color: gray;
  font-size: 1.333rem;
  margin-bottom: 0;
}

body div .new-price {
  padding: 0rem 1rem;
  background-color: #D4BF00;
  color: white;
  width: fit-content;
  margin: 0 auto 1.333rem;
}

.price-card button.small-btn {
  background-color: unset;
  margin-top: 0.5rem;
  transition: all 0.3s ease-in-out;
  border: solid 2px #333;
}

.price-card button.small-btn:hover {
  background-color: #333;
}

.price-card button.small-btn:hover a {
  color: #fff;
}

.price-card button.small-btn a > svg,
.price-card button.small-btn a > svg > g path {
  transition: all 0.3s ease-in-out;
}

.price-card button.small-btn:hover a > svg > g,
.price-card button.small-btn:hover a > svg > g > path {
  fill: #fff;
}

.price-card .small-btn a {
  color: #333;
  font-weight: 600;
  padding: 1rem 2rem;
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
}

.gift-icon {
  margin-right: 0.5rem;
}

img {
  display: block;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: auto;
}

.bullet li {
  list-style: disc;
}

nav ul {
  display: flex;
  justify-content: space-between;
  width: 660px;
}

li {
  list-style: none;
}

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

.mt-xxl {
  margin-top: 7.478rem;
}

.mt-xl {
  margin-top: 5.61rem;
}

.mt-l {
  margin-top: 4.209rem;
}

.mt-m {
  margin-top: 3.157rem;
}

.mt-s {
  margin-top: 2.369rem;
}

.mt-xs {
  margin-top: 1.777rem;
}

.mt-xxs {
  margin-top: 1rem;
}

.p-zero {
  padding: 0 !important;
}

.pt-m {
  padding-top: 3.157rem;
}

.pt-s {
  padding-top: 2.369rem;
}

.pt-xs {
  padding-top: 1.777rem;
}

.mr-s {
  margin-right: 2.369rem;
}

.mr-xs {
  margin-right: 1.777rem;
}

.mr-xxs {
  margin-right: 1rem;
}

.mb-zero {
  margin-bottom: 0;
}

.mt-zero {
  margin-top: 0;
}

.m-zero {
  margin: 0;
}

header.hero {
  background: linear-gradient(180deg, #ecfdff 0%, #FFFFFF 100%);
  width: 100%;
  height: 100vh;
}

.header-wrapper {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 34px));
}

.hero-title {
  letter-spacing: -0.03em;
  font-weight: 600;
}

button {
  display: block;
  width: 300px;
  background-color: #000;
  border: none;
  margin: auto;
  padding: 0;
  color: #fff;
}

button a {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  font-family: inter;
  letter-spacing: 1px;
}

.t-center {
  text-align: center;
}

.relative {
  position: relative;
}

.eingang {
  display: none;
  writing-mode: vertical-lr;
  margin-top: 1rem;
  font-weight: 700;
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  text-transform: uppercase;
}

.img-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -11vw;
  right: 2.1%;
}

.img-line {
  display: none;
  width: clamp(2px, 0.3vw, 8px);
  height: 9vw;
  background-color: #000;
  box-shadow: white -4px 0px;
}

.text-box {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

#was-ist {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 33%;
}

.steps-icon h4 {
  margin: 0;
}

.steps-line {
  width: 1px;
  background: #fff;
  height: 65px;
}

.step-text h4,
.step-text p {
  margin: 0;
}

.step-text p {
  max-width: 400px;
}

.step-text:not(:last-child) {
  margin-bottom: 73px;
}

.steps-line:not(:last-child) {
  margin-bottom: 2rem;
}

.steps-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.steps-text {
  margin-left: 1rem;
}

.step-text {
  color: #fff;
}

.steps-row p {
  width: 45%;
  margin: 0;
  align-self: center;
}

.steps-wrapper {
  position: relative;
}

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

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

.wrapper img {
  width: 100%;
}

.col-2 > div {
  width: 600px;
}

.right-col {
  padding-left: 1rem;
}

.left-col {
  padding-right: 1rem;
}

.gift-cards {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gift-top > h3:last-child {
  letter-spacing: -0.02em;
}

.num-input > a:first-child,
.num-input > a:last-child {
  padding: 10px 10px;
}

.num-input > a {
  line-height: 0.7;
  background-color: rgba(49, 49, 49, 0.05);
}

.num-input > a:hover {
  background-color: rgba(49, 49, 49, 0.1);
}

.num-input > a:active {
  background-color: rgba(49, 49, 49, 0.2);
}

.num-input > input {
  padding: 4px 0px;
  height: 100%;
  width: 45px;
  text-align: center;
  border: none;
  background-color: transparent;
  -moz-appearance: textfield;
  pointer-events: none;
}

.num-input > input::-webkit-inner-spin-button,
.num-input > input::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

body .swiper-pagination-bullet {
  border-radius: 0;
}

.left-col .swiper-slide img {
  height: unset;
}

.num-input {
  display: flex;
  align-items: center;
  border: 2px solid #333;
}

.gift-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

header.gift-hero {
  height: auto;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #eee;
}

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

.gift-top > h3 {
  line-height: 1;
}

.gift-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.4rem;
}

.gift-bottom li {
  line-height: 1;
}

.right-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

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

.buy-wrapper > * {
  width: 50%;
}

.buy-wrapper > button {
  margin-left: 1rem;
  background-color: #D43300;
}

.buy-wrapper > button:disabled {
  pointer-events: none;
  background-color: #333;
}

.wrapper img {
  -webkit-mask: linear-gradient(to top, transparent 0%, black 40%);
  mask: linear-gradient(to top, transparent 0%, black 40%);
}

body a.link {
  font-weight: 600;
}

#location img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  filter: brightness(0.7);
}

.location-img-container {
  position: relative;
  width: 100%;
}

.location-text {
  display: none;
}

.alert {
  background-color: rgb(181, 34, 34);
  text-align: center;
}

.price-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.price-card.xl .top-card {
  align-items: flex-start;
}

.price-card.xl {
  flex-direction: row;
  width: 75%;
  gap: 20px;
  align-items: flex-start;
}

.price-card.xl h3 {
  margin-top: 0;
}

.price-card.xl ul {
  padding-inline-start: 20px;
}

.price-card.xl .bot-card {
  width: auto;
}

.price-card ul {
  padding-inline-start: 0px;
}

.price-card li,
.gift-bottom li {
  list-style: disc;
  font-size: 1rem;
}

.price-card li:not(:last-child) {
  margin-bottom: 0.2em;
}

.gift-bottom li:not(:last-child) {
  margin-bottom: 0.4em;
}

.price-card button {
  width: 100%;
  background-color: #D4BF00;
}

.price-card a {
  padding: 1rem;
}

button.accent {
  background-color: #D43300;
}

.price-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 32%;
  background-color: #fff;
  padding: 2.369rem;
  padding-top: calc(2.369rem + 37px);
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
}

.mini-badge {
  font-size: 16px;
  padding: 0.4rem 0.4rem;
  background-color: #D4BF00;
  color: #fff;
  margin: 0;
  margin-left: 4px;
  letter-spacing: 0.03em;
  line-height: 1;
  display: none;
}

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

.featured {
  position: relative;
  z-index: 1;
  padding: 2.369rem;
}

.halloween {
  position: absolute;
  top: -56px;
  right: 0;
  left: 0px;
  width: 100px;
  height: 100px;
  margin: auto;
}

.low-opacity {
  opacity: 0.4;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bot-card {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}

.top-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.top-card h3 {
  margin-bottom: 1rem;
}

.xl .badge {
  position: absolute;
  top: -35px;
  font-size: 18px;
  padding: 8px 14px 6px;
  background-color: #D4BF00;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  line-height: 1;
  display: none;
  text-transform: uppercase;
}

.badge {
  font-size: 18px;
  padding: 8px 14px 6px;
  background-color: #D4BF00;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  line-height: 1;
  display: none;
  text-transform: uppercase;
}

.lh-1 {
  line-height: 1;
}

.bei-5 {
  display: inline;
}

.price-card {
  position: relative;
}

.top-badge {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 0.85rem 14px 0.85rem;
  background-color: #000;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  line-height: 1;
}

nav > a > img {
  width: 120px;
}

footer {
  background: #F5F5F5;
}

.top-footer img {
  width: 178px;
}

.left-top p {
  opacity: 0.6;
  width: 440px;
}

.top-footer {
  display: flex;
  justify-content: space-between;
  padding: 4.209rem 0px;
}

.white-bot {
  background: #fff;
}

.bot-footer p {
  margin-bottom: 0;
}

.bot-footer {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0px;
}

.right-icon p {
  font-weight: 600;
  font-feature-settings: "tnum" on, "lnum" on;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.right-icon {
  display: flex;
  align-items: center;
}

.right-icon:not(:first-child) {
  margin-top: 1rem;
}

.right-icon img {
  width: 24px;
  margin-right: 0.5rem;
}

.right-bot a:before {
  mix-blend-mode: multiply;
  position: absolute;
  transform: scaleX(0);
  width: 100%;
  bottom: -2px;
  content: "";
  height: 10px;
  transition: all 0.3s;
}

.right-bot a:hover:before {
  transform: scaleX(1);
  background-color: #ecfdff;
  z-index: 0;
  transition: all 0.3s;
}

.right-bot a:not(:last-child) {
  margin-right: 1rem;
}

.right-bot a {
  position: relative;
  z-index: 1;
}

a.a-mail {
  background-color: #eee;
  padding: 0.2rem 0.4rem;
  line-height: 1;
}

a.a-mail svg {
  position: relative;
  top: 2px;
}

#video {
  width: 100%;
  padding-top: 177.7777777778%;
  height: unset;
}

#my-video {
  width: 100%;
  padding-top: 56.25%;
  height: unset;
}

.gift-bottom div.d-none {
  display: none;
}

#video.d-none {
  display: none;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  height: auto;
  width: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.swiper-slide-zoomed {
  position: absolute;
  cursor: move;
  z-index: 20000;
}

.swiper-zoom-container {
  height: 80vh;
}

@media (max-width: 1200px) {
  .icon-line-wrapper img:not(:last-child) {
    margin-bottom: 5.3rem;
  }
  .steps-line {
    display: none;
  }
  .step-text:not(:last-child) {
    margin-bottom: 35px;
  }
  .icon-wrapper {
    right: 10%;
  }
  .icon-img-wrapper img {
    margin: 0;
    width: 100% !important;
  }
  .container {
    padding: 0px 2rem;
    width: 100%;
  }
  nav,
  .top-footer,
  .bot-footer {
    padding-right: 2rem;
    padding-left: 2rem;
    width: 100%;
  }
  body,
  html {
    font-size: 16px;
  }
}
@media (max-width: 1048px) {
  h1 {
    font-size: 3.157rem;
  }
  .col-2 {
    flex-direction: column;
  }
  .col-2 > div {
    width: 100%;
  }
  .left-col {
    padding-right: 0;
  }
  .right-col {
    padding-left: 0;
    margin-top: 1.777rem;
  }
  .gift-cards > div:not(:last-child) {
    margin-bottom: 1rem;
  }
  .buy-wrapper > * {
    width: auto;
  }
  .buy-wrapper > button {
    margin-left: auto;
    margin-right: 0;
  }
  .buy-wrapper > button > a {
    padding: 1rem 2rem;
  }
}
@media (max-width: 900px) {
  .bot-card h3.striked {
    margin-top: 50px;
  }
  .price-card.xl {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .price-card.xl .top-card {
    align-items: center;
  }
  .price-card.xl .bot-card {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .price-card:first-child:before {
    bottom: 185px;
    text-align: center;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    font-weight: 600;
  }
  .eingang {
    writing-mode: vertical-lr;
    margin-top: 1rem;
    font-weight: 700;
    font-size: clamp(1.3rem, 3.3vw, 2rem);
    text-transform: uppercase;
  }
  .img-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: -20vw;
    right: 0.9%;
  }
  .img-line {
    width: clamp(3px, 0.6vw, 8px);
    height: 9vw;
    background-color: #000;
  }
  .replaced {
    font-size: clamp(1.5rem, 4vw, 2.369rem);
  }
  .steps-line {
    display: none;
  }
  br.d-none {
    display: block;
  }
  .text-box {
    width: 100%;
  }
  .steps-icon {
    width: 250px;
  }
  .price-cards {
    flex-direction: column;
  }
  .price-card {
    padding-top: calc(2.369rem + 23px);
    width: 100%;
    height: auto;
  }
  .price-card:not(first-child) {
    margin-top: 1rem;
  }
  .bot-card h3,
  .bot-card h4 {
    margin: 1rem 0px 0.5rem 0px;
  }
  body.idc0_332 .lightwidget__posts--grid.lightwidget__posts--grid-3 .lightwidget__tile {
    flex-basis: 50%;
    max-width: 50%;
  }
  .top-footer {
    flex-direction: column;
  }
  .right-top {
    margin-top: 1.777rem;
  }
  .icon-img-wrapper img {
    visibility: hidden;
  }
  .steps-wrapper {
    width: 100%;
    background-color: #171b21;
  }
  .icon-img-wrapper {
    display: none;
  }
  .steps-wrapper {
    height: auto;
    margin: 2.369rem -2rem 0;
    display: flex;
    justify-content: center;
    padding: 2rem 2rem;
  }
  .icon-wrapper {
    position: static;
    right: unset;
  }
}
@media (max-width: 768px) {
  .snipcart-checkout {
    margin-top: 1rem;
  }
  .switch-wrapper {
    width: 100%;
  }
  .switch-btn {
    width: 100%;
  }
  .row {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .col {
    width: 265px;
  }
  .col:not(:last-child) {
    margin-bottom: 1rem;
  }
  .col h2 {
    margin-bottom: 0;
  }
  .swiper-slide img {
    height: 55vh;
  }
  nav ul li:not(:last-child) {
    display: none;
  }
  nav ul li:last-child a img {
    width: 32px;
  }
  nav ul {
    justify-content: flex-end;
  }
  .steps-icon img {
    margin-right: 1rem;
  }
  .steps-icon {
    width: 240px;
  }
  .buy-wrapper > button {
    width: 100%;
  }
  .buy-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .price-card:first-child:before {
    bottom: 160px;
  }
  .img-text {
    bottom: -134px;
    right: 2px;
  }
  .bei-5 {
    display: block;
    margin-top: 5px;
  }
  .gift-bottom ul {
    padding-left: 1.3rem;
  }
  .info-bar .container {
    flex-direction: column;
  }
  .steps-wrapper {
    width: unset;
  }
  .step-text:not(:last-child) {
    margin-bottom: 53px;
  }
  .steps-row {
    flex-direction: column;
  }
  .steps-row p {
    margin-top: 1rem;
    width: 100%;
  }
  .steps-icon {
    width: auto;
  }
  h1 {
    font-family: "Abril Fatface";
    margin-top: 0;
    font-size: 3.157rem;
  }
  h2 {
    font-size: 2.369rem;
  }
  h3 {
    font-size: 2.369rem;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  h4 {
    font-size: 1.333rem;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  h5 {
    font-size: 1rem;
    font-weight: 600;
  }
  .bot-card h3 {
    font-size: 1.777rem;
  }
  .left-top p {
    width: 100%;
  }
  .bot-footer {
    flex-direction: column;
  }
  .right-bot {
    margin-top: 1rem;
  }
  #my-video {
    display: none;
  }
  #video.d-none {
    display: block;
  }
  body div .striked {
    font-size: inherit;
  }
}
@media (max-width: 480px) {
  .mini-badge-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .img-line {
    position: relative;
    left: 3px;
  }
  .img-text {
    bottom: -127px;
    right: 0px;
  }
  .top-badge {
    position: relative;
    width: calc(100% + 2rem);
    margin: -1rem -1rem 0.5rem -1rem;
    padding: 0.5rem 1rem 0.5rem;
  }
  .steps-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .icon-line-wrapper img {
    width: 48px;
  }
  .step-text:not(:last-child) {
    margin-bottom: 29px;
  }
  .icon-img-wrapper img {
    width: 100vw !important;
  }
  .price-card {
    padding: 1rem;
  }
  .price-card:not(:last-child) {
    margin-bottom: 2rem;
  }
  h1 {
    font-family: "Abril Fatface";
    margin-top: 0;
    font-size: 2.369rem;
  }
  h2.hero-title {
    margin-top: 1rem;
    margin-bottom: 10px;
    line-height: 1.1;
  }
  .header-wrapper {
    transform: translateY(calc(-50% + 52px));
  }
  header.hero .header-wrapper button {
    margin-top: 15px;
  }
  .swiper-slide img {
    height: 45vh;
  }
  .mt-xxl {
    margin-top: 5.61rem;
  }
  .mt-xl {
    margin-top: 4.209rem;
  }
  .mt-l {
    margin-top: 3.157rem;
  }
  .mt-m {
    margin-top: 2.369rem;
  }
  .mt-s {
    margin-top: 1.777rem;
  }
  .mt-xs {
    margin-top: 1.333rem;
  }
  .pt-m {
    padding-top: 2.369rem;
  }
  .pt-s {
    padding-top: 1.777rem;
  }
  .mr-s {
    margin-right: 1.777rem;
  }
  .mr-xs {
    margin-right: 1.333rem;
  }
  .mr-xs {
    margin-right: 1.333rem;
  }
  .mb-zero {
    margin-bottom: 0;
  }
  .mt-zero {
    margin-top: 0;
  }
  .m-zero {
    margin: 0;
  }
  nav,
  .container,
  .top-footer,
  .bot-footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  body nav {
    padding-top: 0.777rem !important;
  }
  .times {
    display: none;
  }
  header.hero .header-wrapper button {
    margin-top: 0.5rem;
  }
  .header-wrapper {
    transform: translateY(calc(-50% + 43px));
  }
  h2.hero-title {
    margin-top: 1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .img-text {
    right: 15px;
  }
  .img-line {
    width: 3px;
    height: 60px;
  }
  .eingang {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 3) {
  .img-text {
    right: 15px;
  }
  .img-line {
    width: 3px;
    height: 60px;
  }
  .eingang {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .img-text {
    right: 13px;
  }
  .img-line {
    width: 3px;
    height: 60px;
  }
  .eingang {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (pointer: coarse) {
  .hero-title {
    margin-top: 2.5rem;
  }
}

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