@charset "UTF-8";
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gslide-description.description-bottom {
  display: none;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
@font-face {
  font-family: "Greycliff CF";
  src: url("../../fonts/GreycliffCF/GreycliffCF_bold.otf") format("otf"), url("../../fonts/GreycliffCF/GreycliffCF_bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Greycliff CF";
  src: url("../../fonts/GreycliffCF/GreycliffCF_extra-bold.otf") format("otf"), url("../../fonts/GreycliffCF/GreycliffCF_extra-bold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Greycliff CF";
  src: url("../../fonts/GreycliffCF/GreycliffCF_heavy.otf") format("otf"), url("../../fonts/GreycliffCF/GreycliffCF_heavy.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Bold.otf") format("otf"), url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Bold.woff") format("woff");
  font-weight: 700;
}
:root {
  /* Colors */
  --aubergine: #3C0F28;
  --aubergine-90: #50273D;
  --aubergine-70: #775769;
  --pink: #ff1c5c;
  --pink-90: #E9366F;
  --pink-70: #EE638F;
  --caramel: #A88764;
  --marzipan: #F0F0E6;
  /* Font-sizes */
  --font-size-h1: 40px;
  --font-size-h2: 36px;
  --font-size-h3: 28px;
  --font-size-h4: 22px;
  --font-size-h5: 20px;
  --font-size-h6: 18px;
  --font-size-subtitle-1: 26px;
  --font-size-subtitle-2: 22px;
  --font-size-subtitle-3: 20px;
  --font-size-body-1: 19px;
  --font-size-body-2: 16px;
  --font-size-small-1: 16px;
  --font-size-small-2: 15px;
  --font-size-small-3: 12px;
  --font-size-small-4: 12px;
  --font-size-big: 39px;
  --font-size-button: 19px;
  /* Font-line-heights */
  --line-height-h1: 40px;
  --line-height-h2: 40px;
  --line-height-h3: 30px;
  --line-height-h4: 24px;
  --line-height-h5: 20px;
  --line-height-h6: 20px;
  --line-height-subtitle-1: 30px;
  --line-height-subtitle-2: 24px;
  --line-height-subtitle-3: 24px;
  --line-height-body-1: 23px;
  --line-height-body-2: 20px;
  --line-height-small-1: 20px;
  --line-height-small-2: 18px;
  --line-height-small-3: 14px;
  --line-height-small-4: 14px;
  --line-height-big: 38px;
  --line-height-button: 19px;
  /* letter-spacing */
  --letter-spacing-small: 0.1px;
  --letter-spacing-large: 0.2px;
  /* Font-weight */
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-extra: 900;
}
@media (min-width: 1024px) {
  :root {
    --font-size-h1: 56px;
    --font-size-h2: 48px;
    --font-size-h3: 40px;
    --font-size-h4: 36px;
    --font-size-h5: 24px;
    --font-size-h6: 20px;
    --font-size-subtitle-1: 48px;
    --font-size-subtitle-2: 40px;
    --font-size-subtitle-3: 36px;
    --font-size-small-1: 18px;
    --font-size-small-2: 16px;
    --font-size-small-3: 14px;
    --font-size-big: 70px;
  }
}
@media (min-width: 1024px) {
  :root {
    --line-height-h1: 60px;
    --line-height-h2: 45px;
    --line-height-h3: 45px;
    --line-height-h4: 38px;
    --line-height-h5: 24px;
    --line-height-h6: 24px;
    --line-height-subtitle-1: 52px;
    --line-height-subtitle-2: 40px;
    --line-height-subtitle-3: 40px;
    --line-height-small-1: 20px;
    --line-height-small-2: 18px;
    --line-height-small-3: 16px;
    --line-height-small-4: 16px;
    --line-height-big: 70px;
  }
}

@keyframes moveIcon {
  0% {
    transform: rotate(28deg) skewX(-12deg);
  }
  40% {
    transform: rotate(0) skewX(0);
  }
  80% {
    transform: rotate(0) skewX(0);
  }
  100% {
    transform: rotate(28deg) skewX(-12deg);
  }
}
@keyframes ctaAnimation {
  0% {
    transform: rotate(0deg) scale(0);
    opacity: 0;
  }
  90% {
    transform: rotate(-11deg) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: rotate(-11deg) scale(1);
    opacity: 1;
  }
}
body {
  font-family: "Greycliff CF", sans-serif;
  font-weight: bold;
  font-size: 19px;
  overflow-x: hidden;
  min-width: 360px;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll .back-to-top {
  display: none;
}
@media (min-width: 768px) {
  body.no-scroll {
    overflow-y: auto;
  }
  body.no-scroll .back-to-top {
    display: flex;
  }
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

/* Typo 3 native headlines */
.frame header {
  margin-bottom: 2.5rem;
}
.frame header h1, .frame header .h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  font-weight: var(--font-weight-extra);
}
.frame header h2, .frame header .h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  font-weight: var(--font-weight-extra);
  letter-spacing: var(--letter-spacing-small);
}

h1, .h1 {
  line-height: var(--line-height-h1);
}

h2, .h2 {
  letter-spacing: var(--letter-spacing-small);
  line-height: var(--line-height-h2);
}

h3, .h3 {
  line-height: var(--line-height-h3);
  letter-spacing: var(--letter-spacing-small);
}

h4, .h4 {
  line-height: var(--line-height-h4);
  letter-spacing: var(--letter-spacing-small);
}

h5, .h5 {
  line-height: var(--line-height-h5);
  letter-spacing: var(--letter-spacing-small);
}

h6, .h6 {
  line-height: var(--line-height-h6);
  letter-spacing: var(--letter-spacing-small);
}

.text-container h1, .text-container .h1, .text-container h2, .text-container .h2, .text-container h3, .text-container .h3, .text-container h4, .text-container .h4, .text-container h5, .text-container .h5, .text-container h6, .text-container .h6 {
  color: var(--pink);
}
.text-container h1, .text-container .h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-extra);
  margin-bottom: 2rem;
}
.text-container h2, .text-container .h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-extra);
  margin-bottom: 2rem;
}
.text-container h3, .text-container .h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-extra);
  margin-bottom: 1.5rem;
}
.text-container h4, .text-container .h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-extra);
  margin-bottom: 1.5rem;
}
.text-container h5, .text-container .h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-extra);
  margin-bottom: 1rem;
}
.text-container h6, .text-container .h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-extra);
  margin-bottom: 1rem;
}
.text-container h1 img, .text-container h2 img, .text-container h3 img,
.text-container h4 img, .text-container h5 img, .text-container h6 img {
  margin: 0;
}

.copal-footer h5 {
  color: var(--marzipan);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  letter-spacing: var(--letter-spacing-large);
  font-weight: var(--font-weight-extra);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .copal-footer h5 {
    margin-bottom: 40px;
  }
}
.copal-footer .back-to-top.fixed {
  bottom: 0;
  left: 0;
  top: auto;
}
@media (min-width: 768px) {
  .copal-footer .back-to-top.fixed {
    background: transparent;
    pointer-events: none;
  }
  .copal-footer .back-to-top.fixed .back-to-top-btn {
    pointer-events: auto;
  }
}
.copal-footer .back-to-top.absolute {
  bottom: auto;
  top: 0;
}
.copal-footer .footer-logos {
  display: none;
}
.copal-footer p {
  margin-bottom: 20px;
}
.copal-footer .frame-type-image {
  width: 100%;
}
.copal-footer .frame-type-image .ce-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .copal-footer .frame-type-image .ce-inner {
    justify-content: space-between;
    margin: 0;
  }
}
.copal-footer .frame-type-image .ce-inner .ce-row {
  margin: 12px 20px;
}
@media (min-width: 768px) {
  .copal-footer .frame-type-image .ce-inner .ce-row {
    margin: 0;
  }
}

.copal-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.4s;
}
.copal-header .location-nav-container {
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  background-color: var(--aubergine);
}
@media (max-width: 380px) {
  .copal-header .active-location {
    font-size: 17px;
  }
}
.copal-header #header-location-nav .location-link .icon {
  transform: rotate(0);
  transition: transform 0.3s;
}
.copal-header #header-location-nav .location-link.active .icon {
  transform: rotate(180deg);
}
.copal-header .location-nav-list-item a {
  display: flex;
  margin-bottom: 1rem;
}
.copal-header .location-nav-list-item a:before {
  content: url("../../../assets/img/icons/location.svg");
  margin-right: 1.4rem;
}
.copal-header .location-nav-list-item a:last-of-type {
  padding-bottom: 0.5rem;
}
.copal-header .location-nav-list-item a:hover {
  color: var(--caramel);
}
.copal-header .lang-nav.mobile {
  position: absolute;
  top: 3.4rem;
  right: 5rem;
}
.copal-header #desktop-menu.active {
  display: flex;
}
.copal-header #desktop-menu.active .copal-nav-list {
  display: flex;
}
.copal-header .mobile-burger .bar {
  padding: 0;
  width: 40px;
  height: 4px;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.copal-header .mobile-burger .top {
  top: 0;
}
.copal-header .mobile-burger .center-1,
.copal-header .mobile-burger .center-2 {
  top: 12px;
}
.copal-header .mobile-burger .center-2 {
  right: 0;
}
.copal-header .mobile-burger .bottom {
  bottom: 12px;
}
.copal-header .mobile-burger.active .bar {
  height: 4px;
  transition: all 0.4s;
  width: 35px;
  border-radius: 3px;
}
.copal-header .mobile-burger.active .bar.top {
  transform: rotate(45deg);
  transform-origin: 28%;
  width: 41px;
}
.copal-header .mobile-burger.active .bar.center-1 {
  transform: translateX(-40px);
  background-color: transparent;
}
.copal-header .mobile-burger.active .bar.center-2 {
  transform: translateX(40px);
  background-color: transparent;
}
.copal-header .mobile-burger.active .bar.bottom {
  transform-origin: 27%;
  transform: rotate(-45deg);
  width: 41px;
  bottom: 23px;
  background-color: var(--pink);
}
.copal-header #mobile-menu {
  transform: scale(0);
  top: 0;
  right: 0;
  left: auto;
  transform-origin: top right;
  width: 100vw;
  height: 100vh;
}
.copal-header #mobile-menu.active {
  transform-origin: top right;
  transform: scale(1);
  transition: transform 0.5s;
  top: 0;
  left: 0;
}
.copal-header #mobile-menu .copal-nav-list {
  flex-direction: column !important;
  padding-left: 3rem;
}
.copal-header #mobile-menu .copal-nav-list li {
  margin-bottom: 32px;
}
.copal-header #mobile-menu:before {
  content: "";
  width: 165px;
  height: 165px;
  background-color: var(--aubergine-70);
  border-bottom-left-radius: 95%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.copal-header #mobile-menu:after {
  content: "";
  width: 221px;
  height: 221px;
  background-color: var(--aubergine-90);
  border-top-right-radius: 97%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.copal-section {
  /* Background is configurable only without svg background */
}
.copal-section.has-bubble {
  padding-bottom: 100px;
}
.copal-section.has-bubble.wave-center::after {
  width: 100%;
  content: "";
  height: 101px;
  bottom: 0;
  left: 0;
  background: var(--marzipan);
  display: block;
  position: absolute;
}
.copal-section .section-inner {
  background-color: var(--aubergine);
}
.copal-section .section-inner .section-content > div {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .copal-section .section-inner .section-content > div {
    margin-bottom: 200px;
  }
}
.copal-section .section-inner .section-content > div.copal-single-headline {
  margin-bottom: 112px;
}
.copal-section .section-inner .section-content > div:last-child {
  margin-bottom: 0;
}
.copal-section.wave-none .section-inner.background-aubergine {
  background-color: var(--aubergine);
}
.copal-section.wave-none .section-inner.background-marzipan {
  background-color: var(--marzipan);
}
.copal-section.wave-bottom .section-inner {
  padding-bottom: 0;
  margin-bottom: -1px;
}
.copal-section.wave-bottom.has-bubble .section-inner {
  /*padding-bottom: 8rem;*/
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .copal-section.wave-bottom.has-bubble .section-inner {
    padding-bottom: 1rem;
  }
}
.copal-section.wave-bottom .wave-container {
  top: -2px;
  overflow: hidden;
}
.copal-section.wave-bottom .wave-container .svg-wave-bottom {
  width: calc(100% + 6px);
  left: -3px;
}
.copal-section.wave-top .section-inner {
  padding-top: 40px;
}
.copal-section.wave-top .wave-container {
  bottom: -2px;
}
.copal-section.wave-top .wave-container .svg-wave-top {
  width: calc(100% + 6px);
  left: -3px;
}
.copal-section.wave-center {
  background: var(--aubergine);
}
.copal-section.wave-center::before {
  width: 100%;
  content: "";
  height: 176px;
  top: 0;
  left: 0;
  background: var(--marzipan);
  display: block;
}
@media (min-width: 768px) {
  .copal-section.wave-center::before {
    height: 120px;
  }
}
.copal-section.wave-center .section-inner {
  top: -176px;
  margin-bottom: -176px;
}
@media (min-width: 768px) {
  .copal-section.wave-center .section-inner {
    top: -120px;
    margin-bottom: -120px;
  }
}
.copal-section.wave-center .svg-wave-top {
  transform: scale(-1);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
}
.copal-section.wave-center .svg-wave-top path {
  fill: var(--marzipan);
}
.copal-section.wave-center .svg-wave-bottom {
  transform: scaleY(-1);
  bottom: -1px;
}
.copal-section.wave-center .svg-wave-bottom path {
  fill: var(--marzipan);
}
.copal-section.wave-center .section-inner {
  background-color: transparent;
}
.copal-section .bubble {
  right: 10%;
  top: calc(100% - 200px);
}
@media (min-width: 768px) {
  .copal-section .bubble {
    right: 16%;
    top: auto;
  }
}
.copal-section .bubble.bg-caramel {
  background-color: var(--caramel);
}
.copal-section .bubble.bg-pink {
  background-color: var(--pink);
}
.copal-section .bubble .h4 {
  max-width: 90%;
  color: var(--marzipan);
}
.copal-section .bubble .h4 .color-1 {
  color: var(--aubergine);
}
.copal-section .bubble .bubbleImage img {
  object-fit: cover;
  height: 100%;
  width: auto;
}

p a, .content-main li a {
  color: var(--pink);
  text-decoration: none;
}
p a:hover, .content-main li a:hover {
  color: var(--caramel);
}

a {
  color: var(--pink);
}
a:hover {
  color: var(--caramel);
}

.link-underline-hover {
  display: inline-block;
}
.link-underline-hover:after {
  display: block;
  content: "";
  border-bottom: solid 3px var(--caramel);
  border-radius: 3px;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0 50%;
  margin-top: 5px;
}
.link-underline-hover:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.link-underline-hover.active:after {
  display: block;
  content: "";
  border-bottom: solid 3px var(--caramel);
  border-radius: 3px;
  transition: none;
  transform: none;
}

.section-inner.bg-aubergine, .section-inner.background-aubergine {
  /* Typo3 native headlines */
}
.section-inner.bg-aubergine .copal-headline .coloring-default .color-0,
.section-inner.bg-aubergine .copal-headline .coloring-color-1 .color-0,
.section-inner.bg-aubergine .copal-headline .coloring-color-2 .color-0, .section-inner.background-aubergine .copal-headline .coloring-default .color-0,
.section-inner.background-aubergine .copal-headline .coloring-color-1 .color-0,
.section-inner.background-aubergine .copal-headline .coloring-color-2 .color-0 {
  color: var(--caramel);
}
.section-inner.bg-aubergine .copal-headline .coloring-default .color-2,
.section-inner.bg-aubergine .copal-headline .coloring-color-1 .color-2,
.section-inner.bg-aubergine .copal-headline .coloring-color-2 .color-2, .section-inner.background-aubergine .copal-headline .coloring-default .color-2,
.section-inner.background-aubergine .copal-headline .coloring-color-1 .color-2,
.section-inner.background-aubergine .copal-headline .coloring-color-2 .color-2 {
  color: var(--pink);
}
.section-inner.bg-aubergine .copal-headline .coloring-default, .section-inner.background-aubergine .copal-headline .coloring-default {
  color: var(--pink);
}
.section-inner.bg-aubergine .copal-headline .coloring-default .color-1, .section-inner.background-aubergine .copal-headline .coloring-default .color-1 {
  color: var(--marzipan);
}
.section-inner.bg-aubergine .frame header, .section-inner.background-aubergine .frame header {
  color: var(--pink);
}
.section-inner.bg-marzipan, .section-inner.background-marzipan {
  /* Typo3 native headlines */
}
.section-inner.bg-marzipan .copal-headline .coloring-default .color-0,
.section-inner.bg-marzipan .copal-headline .coloring-color-1 .color-0,
.section-inner.bg-marzipan .copal-headline .coloring-color-2 .color-0, .section-inner.background-marzipan .copal-headline .coloring-default .color-0,
.section-inner.background-marzipan .copal-headline .coloring-color-1 .color-0,
.section-inner.background-marzipan .copal-headline .coloring-color-2 .color-0 {
  color: var(--caramel);
}
.section-inner.bg-marzipan .copal-headline .coloring-default .color-2,
.section-inner.bg-marzipan .copal-headline .coloring-color-1 .color-2,
.section-inner.bg-marzipan .copal-headline .coloring-color-2 .color-2, .section-inner.background-marzipan .copal-headline .coloring-default .color-2,
.section-inner.background-marzipan .copal-headline .coloring-color-1 .color-2,
.section-inner.background-marzipan .copal-headline .coloring-color-2 .color-2 {
  color: var(--pink);
}
.section-inner.bg-marzipan .copal-headline .coloring-default, .section-inner.background-marzipan .copal-headline .coloring-default {
  color: var(--aubergine);
}
.section-inner.bg-marzipan .copal-headline .coloring-default .color-1, .section-inner.background-marzipan .copal-headline .coloring-default .color-1 {
  color: var(--aubergine);
}
.section-inner.bg-marzipan .frame header, .section-inner.background-marzipan .frame header {
  color: var(--aubergine);
}
.section-inner .copal-headline .coloring-color-1 {
  color: var(--marzipan);
}
.section-inner .copal-headline .coloring-color-1 .color-1 {
  color: var(--marzipan);
}
.section-inner .copal-headline .coloring-color-2 {
  color: var(--pink);
}
.section-inner .copal-headline .coloring-color-2 .color-1 {
  color: var(--aubergine);
}

.store-teaser.copal-moments {
  height: 160px;
}
@media (min-width: 480px) {
  .store-teaser.copal-moments {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .store-teaser.copal-moments {
    max-width: none;
    height: 206px;
  }
}
@media (min-width: 1024px) {
  .store-teaser.copal-moments {
    max-width: 520px;
  }
}
.store-teaser.copal-moments .teaser-content {
  height: 100%;
}
@media (min-width: 768px) {
  .store-teaser.copal-moments .teaser-content {
    padding-right: 20px;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .store-teaser.copal-moments .teaser-content {
    padding-right: 0;
  }
}
.store-teaser.copal-moments .teaser-image {
  border-radius: 5px;
  width: 50%;
  height: 100%;
}
@media (min-width: 768px) {
  .store-teaser.copal-moments .teaser-image {
    border-radius: 10px;
    width: 230px;
    height: 164px;
  }
}
@media (min-width: 1024px) {
  .store-teaser.copal-moments .teaser-image {
    width: 290px;
  }
}
@media (min-width: 1280px) {
  .store-teaser.copal-moments .teaser-image {
    width: 350px;
  }
}
.store-teaser.copal-moments .teaser-background {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .store-teaser.copal-moments .teaser-background {
    width: calc(100% - 40px);
    right: 0;
    height: 190px;
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .store-teaser.copal-moments .teaser-background {
    width: 450px;
  }
}
.store-teaser.copal-moments .teaser-background::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: var(--aubergine-70);
  border-radius: 50%;
  right: -110px;
  top: -110px;
}
.store-teaser.copal-moments.teaser-special {
  margin-left: auto;
}
.store-teaser.copal-moments.teaser-special .teaser-background::after {
  content: none;
}
.store-teaser.copal-moments.teaser-special .teaser-content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.store-teaser.copal-moments.teaser-special .teaser-content::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: var(--aubergine-70);
  border-radius: 50%;
  left: -110px;
  bottom: -110px;
  z-index: 20;
}
.store-teaser.copal-moments.teaser-special .teaser-content .teaser-image {
  position: relative;
  z-index: 10;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .store-teaser.copal-moments.teaser-special .teaser-content .teaser-image {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .store-teaser.copal-moments.teaser-special .teaser-content .teaser-image {
    width: 480px;
  }
}
.store-teaser.copal-moments.teaser-special .teaser-content .teaser-text {
  z-index: 30;
  display: flex;
  align-items: center;
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding-bottom: 0;
}
.store-teaser.copal-moments.teaser-special .teaser-content .teaser-text img {
  height: 32px;
  width: 32px;
}
.store-teaser.copal-moments.teaser-special .teaser-content .teaser-text h5 {
  padding-top: 6px;
}
.store-teaser.copal-moments.teaser-special .teaser-content .teaser-text .store-title {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .store-teaser.copal-moments.teaser-special .teaser-content {
    padding-left: 40px;
    padding-bottom: 42px;
    right: 0;
    border-radius: 0;
  }
  .store-teaser.copal-moments.teaser-special .teaser-background {
    left: 0;
  }
}

.btn.btn-primary {
  color: var(--caramel);
  padding: 17px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
}
.btn.btn-primary::before, .btn.btn-primary::after {
  content: "";
  position: absolute;
  width: 33%;
  height: 3px;
  border-radius: 5px;
  transition: width 0.5s;
  background: var(--caramel);
}
.btn.btn-primary::before {
  top: 0;
  right: 0;
}
.btn.btn-primary::after {
  bottom: 0;
  left: 0;
}
.btn.btn-primary:hover::before, .btn.btn-primary:hover::after {
  width: 100%;
}
.btn.btn-primary:active {
  color: var(--marzipan);
  background: var(--caramel);
}
.btn.btn-primary:active::before, .btn.btn-primary:active::after {
  height: 0;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled {
  color: var(--pink-70);
}
.btn.btn-primary.disabled::before, .btn.btn-primary.disabled::after, .btn.btn-primary:disabled::before, .btn.btn-primary:disabled::after {
  width: 15%;
  background: var(--pink-70);
}
.btn.btn-pink {
  color: var(--pink);
  padding: 17px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
}
.btn.btn-pink::before, .btn.btn-pink::after {
  content: "";
  position: absolute;
  width: 33%;
  height: 3px;
  border-radius: 5px;
  transition: width 0.5s;
  background: var(--pink);
}
.btn.btn-pink::before {
  top: 0;
  right: 0;
}
.btn.btn-pink::after {
  bottom: 0;
  left: 0;
}
.btn.btn-pink:hover::before, .btn.btn-pink:hover::after {
  width: 100%;
}
.btn.btn-pink:active {
  color: var(--marzipan);
  background: var(--pink);
}
.btn.btn-pink:active::before, .btn.btn-pink:active::after {
  height: 0;
}
.btn.btn-pink.disabled, .btn.btn-pink:disabled {
  color: var(--pink-70);
}
.btn.btn-pink.disabled::before, .btn.btn-pink.disabled::after, .btn.btn-pink:disabled::before, .btn.btn-pink:disabled::after {
  width: 15%;
  background: var(--pink-70);
}
.btn.btn-caramel {
  color: var(--caramel);
  padding: 17px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
}
.btn.btn-caramel::before, .btn.btn-caramel::after {
  content: "";
  position: absolute;
  width: 33%;
  height: 3px;
  border-radius: 5px;
  transition: width 0.5s;
  background: var(--caramel);
}
.btn.btn-caramel::before {
  top: 0;
  right: 0;
}
.btn.btn-caramel::after {
  bottom: 0;
  left: 0;
}
.btn.btn-caramel:hover::before, .btn.btn-caramel:hover::after {
  width: 100%;
}
.btn.btn-caramel:active {
  color: var(--marzipan);
  background: var(--caramel);
}
.btn.btn-caramel:active::before, .btn.btn-caramel:active::after {
  height: 0;
}
.btn.btn-caramel.disabled, .btn.btn-caramel:disabled {
  color: var(--pink-70);
}
.btn.btn-caramel.disabled::before, .btn.btn-caramel.disabled::after, .btn.btn-caramel:disabled::before, .btn.btn-caramel:disabled::after {
  width: 15%;
  background: var(--pink-70);
}

@media (min-width: 768px) {
  .social-nav ul {
    justify-content: left;
  }
}

.form-group {
  margin-bottom: 26px;
}
.form-group label {
  font-size: var(--font-size-small-2);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-small-2);
  margin-bottom: 10px;
  display: block;
}
.form-group .help-block {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
}
.form-group input, .form-group select, .form-group textarea {
  border: 3px solid;
  width: 100%;
  padding: 7px 13px;
  font-size: var(--font-size-small-2);
  font-weight: var(--font-weight-bold);
}
.form-group input:focus, .form-group input:focus-visible, .form-group select:focus, .form-group select:focus-visible, .form-group textarea:focus, .form-group textarea:focus-visible {
  outline: 2px solid var(--pink);
}
.form-group select {
  appearance: none;
  cursor: pointer;
}
.form-group textarea {
  height: 270px;
}
.form-group .error {
  color: var(--pink);
  font-size: var(--font-size-small-2);
  display: block;
  margin-top: 5px;
}

.section-inner.background-aubergine .form-group label, .section-inner.background-aubergine .form-group .help-block {
  color: var(--marzipan);
}
.section-inner.background-aubergine .form-group input, .section-inner.background-aubergine .form-group select, .section-inner.background-aubergine .form-group textarea {
  border-color: var(--marzipan);
  background: var(--aubergine);
  color: var(--marzipan);
}
.section-inner.background-aubergine .clearfix {
  color: var(--marzipan);
}
.section-inner.background-marzipan .form-group label, .section-inner.background-marzipan .form-group .help-block {
  color: var(--aubergine);
}
.section-inner.background-marzipan .form-group input, .section-inner.background-marzipan .form-group select, .section-inner.background-marzipan .form-group textarea {
  border-color: var(--aubergine);
  background: var(--marzipan);
  color: var(--aubergine);
}

.dp--revoke.cc-bottom, .dp--revoke.cc-bottom-left, .dp--revoke.cc-bottom-right {
  bottom: 80px !important;
}

.copal-accordion-group .accordion-element:last-child {
  margin-bottom: 0;
}
.copal-accordion-group .accordion-element.active .accordion-head::after {
  content: "";
  background-image: url("../../img/icons/minus.svg");
}
.copal-accordion-group .accordion-element.active .accordion-body-inner {
  border-top: 2px solid var(--marzipan);
}
.copal-accordion-group .accordion-element.active .accordion-body {
  transition: 0.5s ease-in;
}
.copal-accordion-group .accordion-element .accordion-head {
  padding-right: 64px;
}
.copal-accordion-group .accordion-element .accordion-head::after {
  content: "";
  background-image: url("../../img/icons/plus.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 14px;
}
.copal-accordion-group .accordion-element .accordion-body {
  transition: 0.5s ease-out;
}

.deals-container .accordion-element .accordion-head-icon {
  transition: all 0.5s;
}
.deals-container .accordion-element .accordion-body {
  transition: all 0.5s ease-in;
}
.deals-container .accordion-element.active .accordion-head-icon {
  transform: rotateX(-180deg);
}

@media (min-width: 768px) {
  .copal-header-slider {
    padding-left: 17.2%;
    padding-right: 6.8%;
    background: var(--aubergine-90);
  }
}
.copal-header-slider .slider-item {
  padding-bottom: 61.11vw;
}
@media (min-width: 768px) {
  .copal-header-slider .slider-item {
    padding-bottom: 34.9vw;
  }
}
.copal-header-slider .slider-item .bubble {
  position: absolute;
  bottom: -90px;
  right: 40px;
  text-align: left;
  color: var(--marzipan);
  opacity: 0;
  display: block;
  transform: scale(0);
  width: 140px;
  height: 140px;
}
.copal-header-slider .slider-item .bubble .copal-headline h4 {
  font-size: 17px;
  line-height: 19px;
}
@media (min-width: 400px) {
  .copal-header-slider .slider-item .bubble {
    bottom: -130px;
    width: 180px;
    height: 180px;
  }
  .copal-header-slider .slider-item .bubble .copal-headline h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 980px) {
  .copal-header-slider .slider-item .bubble {
    width: 220px;
    height: 220px;
  }
  .copal-header-slider .slider-item .bubble .copal-headline h4 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .copal-header-slider .slider-item .bubble {
    width: 300px;
    height: 300px;
  }
  .copal-header-slider .slider-item .bubble .copal-headline h4 {
    font-size: 34px;
    line-height: var(--line-height-h4);
  }
}
.copal-header-slider .slider-item .bubble .copal-headline {
  position: relative;
  z-index: 2;
}
.copal-header-slider .slider-item .bubble a {
  color: var(--marzipan);
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.copal-header-slider .slider-item.tns-slide-active .bubble {
  opacity: 1;
  animation: ctaAnimation;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.copal-header-slider .slider-item:last-child .bubble {
  display: none;
}
.copal-header-slider .logo-container {
  padding: 25px 0 40px;
}
.copal-header-slider .logo-container img {
  width: 43%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .copal-header-slider .logo-container {
    left: 5.5%;
    top: 9%;
    padding: 0;
    width: 14%;
  }
  .copal-header-slider .logo-container img {
    width: 100%;
    margin: 0;
  }
}
.copal-header-slider .prev-button,
.copal-header-slider .next-button {
  margin-top: -50px;
}
.copal-header-slider .prev-button img,
.copal-header-slider .next-button img {
  height: 100px;
  width: auto;
}
@media (min-width: 768px) {
  .copal-header-slider .prev-button,
.copal-header-slider .next-button {
    margin-top: -76px;
  }
  .copal-header-slider .prev-button img,
.copal-header-slider .next-button img {
    height: 152px;
  }
}
@media (min-width: 1280px) {
  .copal-header-slider .prev-button,
.copal-header-slider .next-button {
    margin-top: -103px;
  }
  .copal-header-slider .prev-button img,
.copal-header-slider .next-button img {
    height: 206px;
  }
}
@media (min-width: 768px) {
  .copal-header-slider .slider-background-left {
    width: calc(17.2% + 1px);
  }
}
@media (min-width: 768px) {
  .copal-header-slider .slider-background-right {
    width: calc(6.8% + 1px);
  }
}

.tns-outer > button,
.tns-outer .tns-liveregion {
  display: none;
}

@media (min-width: 1280px) {
  .copal-fullwidth-image {
    margin-left: calc((100vw - 1280px) / -2 - 40px) !important;
  }
}
@media (min-width: 1536px) {
  .copal-fullwidth-image {
    margin-left: calc((100vw - 1280px) / -2) !important;
  }
}
.copal-fullwidth-image .background-container {
  padding-bottom: 70.83%;
}
@media (min-width: 768px) {
  .copal-fullwidth-image .background-container {
    padding-bottom: 44.27%;
  }
}
.copal-fullwidth-image .text-container-inner .copal-headline .color-0 {
  color: var(--marzipan);
}
.copal-fullwidth-image .text-container-inner .copal-headline .color-1 {
  color: var(--pink);
}
.copal-fullwidth-image .text-container-inner .copal-headline .color-2 {
  color: var(--aubergine);
}

.text-container {
  color: var(--aubergine);
}
.text-container ul {
  list-style-type: disc;
  padding-left: 20px;
}
.text-container ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.background-aubergine .text-container,
.wave-center .text-container {
  color: var(--marzipan);
}

.copal-text .video-container .play-button {
  transform: translateX(-50%) translateY(-50%);
}
.copal-text .video-container video {
  max-height: 730px;
}

.copal-moments .image-container,
.copal-moments .content-container {
  gap: 2vw 1.98%;
}
@media (min-width: 1280px) {
  .copal-moments .image-container,
.copal-moments .content-container {
    gap: 25px 1.98%;
  }
}
.copal-moments .image-container .moments-image {
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 25.32%;
}
.copal-moments .image-container .moments-image:first-child {
  width: 45%;
}
.copal-moments .image-container .moments-image:nth-child(2) {
  width: 25.55%;
  margin-right: auto;
}
.copal-moments .image-container .moments-image:nth-child(3) {
  width: 45%;
  margin-left: auto;
}
.copal-moments .image-container .moments-image:nth-child(4) {
  width: 25.55%;
}
.copal-moments .image-container .moments-image:nth-child(5), .copal-moments .image-container .moments-image:nth-child(6) {
  padding-bottom: 45.09%;
  position: absolute;
  width: 25.32%;
}
.copal-moments .image-container .moments-image:nth-child(5) {
  right: 0;
  top: -37.3%;
}
.copal-moments .image-container .moments-image:nth-child(6) {
  left: 0;
  bottom: -37.3%;
}
.copal-moments .content-container {
  margin-top: 24%;
}
@media (min-width: 768px) {
  .copal-moments .content-container {
    margin-top: 25px;
  }
}
.copal-moments .text-container {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .copal-moments .text-container {
    width: 45%;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.copal-moments .button-container {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .copal-moments .button-container {
    width: 25.55%;
  }
}

.copal-location-view .map-container {
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .copal-location-view .map-container {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .copal-location-view .map-container {
    max-width: 940px;
  }
}
.copal-location-view .map-container .location-container {
  width: 1226px;
}
.copal-location-view .map-container .location-container .map-image {
  width: 100%;
}
@media (min-width: 768px) {
  .copal-location-view .map-container .location-container {
    width: 100%;
  }
}
.copal-location-view .map-container .location-point {
  width: 30px;
  height: 30px;
}
.copal-location-view .map-container .location-point img {
  width: 100%;
  height: auto;
}
.copal-location-view .map-container .move-icon {
  top: 80px;
  animation: moveIcon infinite;
  animation-duration: 4s;
}

.location-popup {
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  transition: transform 0.4s;
  transform-origin: left bottom;
  margin: 5%;
  transform: scale(0);
}
.location-popup.active {
  transform: scale(1);
}
@media (min-width: 768px) {
  .location-popup {
    max-width: 360px;
    height: auto;
    margin: auto;
    overflow-y: hidden;
    max-height: none;
  }
  .location-popup.opens-right {
    left: auto;
    right: 0;
    transform-origin: right bottom;
  }
}
.location-popup .location-logo img {
  max-width: 178px;
}

.copal-section.wave-center .copal-location-view .text-container {
  color: var(--pink);
}

.copal-location-view.is-view-grevenmacher .map-container .location-point.position-0 {
  left: 30.56%;
  top: 14.31%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-1 {
  left: 37.83%;
  top: 14.31%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-2 {
  left: 43.33%;
  top: 14.31%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-3 {
  left: 47.28%;
  top: 14.31%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-4 {
  left: 50.53%;
  top: 14.31%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-5 {
  left: 53.85%;
  top: 14.31%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-6 {
  left: 55.89%;
  top: 26.86%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-7 {
  left: 57.73%;
  top: 20.98%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-8 {
  left: 60.34%;
  top: 20.98%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-9 {
  left: 60.34%;
  top: 31.96%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-10 {
  left: 73.11%;
  top: 38.24%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-11 {
  left: 55.89%;
  top: 35.49%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-12 {
  left: 55.89%;
  top: 43.14%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-13 {
  left: 60.34%;
  top: 40.98%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-14 {
  left: 57.09%;
  top: 56.47%;
}
.copal-location-view.is-view-grevenmacher .map-container .location-point.position-15 {
  left: 21.38%;
  top: 56.47%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point {
  /*&.position-17 {
    left: 21.74%;
    top: 77.06%;
  }*/
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-0 {
  left: 30.28%;
  top: 40.39%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-1 {
  left: 32.96%;
  top: 13.73%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-2 {
  left: 39.38%;
  top: 15.1%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-3 {
  left: 47%;
  top: 15.1%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-4 {
  left: 51.52%;
  top: 15.1%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-5 {
  left: 56.53%;
  top: 16.67%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-6 {
  left: 61.04%;
  top: 15.69%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-7 {
  left: 60.62%;
  top: 24.12%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-8 {
  left: 63.37%;
  top: 23.53%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-9 {
  left: 60.9%;
  top: 39.22%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-10 {
  left: 65.14%;
  top: 39.22%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-11 {
  left: 66.9%;
  top: 31.76%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-12 {
  left: 70.71%;
  top: 22.35%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-13 {
  left: 74.38%;
  top: 28.04%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-14 {
  left: 74.88%;
  top: 33.92%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-15 {
  left: 71.98%;
  top: 40.39%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-16 {
  left: 49.33%;
  top: 28.63%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-17 {
  left: 70.37%;
  top: 19.53%;
}
.copal-location-view.is-view-wasserbillig .map-container .location-point.position-18 {
  left: 27.28%;
  top: 82.39%;
}

.mefa--store-list .list-tile .bg-aubergine {
  color: var(--marzipan);
}
.mefa--store-list .list-tile .bg-aubergine .copal-headline .color-0,
.mefa--store-list .list-tile .bg-aubergine .copal-headline .color-2,
.mefa--store-list .list-tile .bg-aubergine .copal-headline .color-3 {
  color: var(--marzipan);
}
.mefa--store-list .list-tile .bg-aubergine .copal-headline .color-1 {
  color: var(--pink);
}
.mefa--store-list .list-tile .bg-caramel {
  color: var(--marzipan);
}
.mefa--store-list .list-tile .bg-caramel .copal-headline .color-0,
.mefa--store-list .list-tile .bg-caramel .copal-headline .color-2,
.mefa--store-list .list-tile .bg-caramel .copal-headline .color-3 {
  color: var(--marzipan);
}
.mefa--store-list .list-tile .bg-caramel .copal-headline .color-1 {
  color: var(--aubergine);
}
.mefa--store-list .list-tile .bg-pink {
  color: var(--aubergine);
}
.mefa--store-list .list-tile .bg-pink .copal-headline .color-0,
.mefa--store-list .list-tile .bg-pink .copal-headline .color-2,
.mefa--store-list .list-tile .bg-pink .copal-headline .color-3 {
  color: var(--marzipan);
}
.mefa--store-list .list-tile .bg-pink .copal-headline .color-1 {
  color: var(--aubergine);
}
.mefa--store-list .store-teaser,
.mefa--store-list .list-tile {
  padding-bottom: 50%;
}
@media (min-width: 640px) {
  .mefa--store-list .store-teaser,
.mefa--store-list .list-tile {
    padding-bottom: 33.3%;
  }
}
@media (min-width: 1024px) {
  .mefa--store-list .store-teaser,
.mefa--store-list .list-tile {
    padding-bottom: 25%;
  }
}
.mefa--store-list .store-teaser a,
.mefa--store-list .list-tile .tile-inner {
  width: calc(100% - 16px);
  left: 8px;
  overflow: hidden;
  border-radius: 5px;
}

.mefa--store-detail .store-header-image {
  width: 100%;
  margin: 0 auto;
}
.mefa--store-detail .store-header-image .image-container {
  padding-bottom: 62.5%;
}
@media (min-width: 768px) {
  .mefa--store-detail .store-header-image .image-container {
    padding-bottom: 34.6%;
    max-width: calc(100% - 260px);
  }
}
.mefa--store-detail .store-header-image .logo-container {
  bottom: -24px;
  right: 4.44%;
  width: 165px;
  height: 100px;
}
@media (min-width: 768px) {
  .mefa--store-detail .store-header-image .logo-container {
    bottom: -50px;
    right: 17.5%;
    width: 220px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .mefa--store-detail .store-header-image .logo-container {
    width: 336px;
    height: 180px;
  }
}
.mefa--store-detail .store-bodytext {
  padding-right: 10%;
}
.mefa--store-detail .store-base-data:last-child {
  margin-bottom: 0;
}
.mefa--store-detail .store-base-data .store-opening-hours > div:last-child,
.mefa--store-detail .store-base-data .contact-data > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .mefa--store-detail .store-footer-section .section-content {
    top: -30rem;
    margin-bottom: -30rem;
  }
}

.glightbox-clean .gslide-description {
  display: none;
}

.contact-item.contact-email {
  display: none;
}

.copal-gallery .gallery-container .image-container .container-inner {
  border-radius: 5px;
  padding-bottom: 63.26%;
}

.gas-prices-list .gas-price-item:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .copal-stores-contact #store-contact-data,
.copal-stores-contact #store-opening-hours {
    margin-right: 90px;
    min-width: 300px;
  }
}
.copal-stores-contact #store-opening-hours .item-hour {
  text-align: right;
}
@media (min-width: 768px) {
  .copal-stores-contact #store-opening-hours .item-hour {
    text-align: left;
  }
}

#StoreContactForm {
  width: 100%;
}
#StoreContactForm .store-select {
  position: relative;
}
#StoreContactForm .store-select::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 20px;
  background: url("../../img/icons/arrow-down.svg");
  pointer-events: none;
}
#StoreContactForm input:focus-visible {
  outline: 2px solid var(--pink);
}
#StoreContactForm .actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .frame-type-form_formframework fieldset {
    margin: 0 -20px;
    display: flex;
  }
  .frame-type-form_formframework fieldset .form-group {
    width: 50%;
    padding: 0 20px;
  }
}
.frame-type-form_formframework .actions .btn-group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#gewinnspiel-661 > .form-group:nth-child(2) .input,
#gewinnspielDE-790 > .form-group:nth-child(2) .input,
#gewinnspielFR-844 > .form-group:nth-child(2) .input {
  position: relative;
}
#gewinnspiel-661 > .form-group:nth-child(2) .input::after,
#gewinnspielDE-790 > .form-group:nth-child(2) .input::after,
#gewinnspielFR-844 > .form-group:nth-child(2) .input::after {
  content: "⌄";
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 5px;
  pointer-events: none;
}
#gewinnspiel-661 .form-group label, #gewinnspiel-661 .form-group select, #gewinnspiel-661 .form-group input,
#gewinnspielDE-790 .form-group label,
#gewinnspielDE-790 .form-group select,
#gewinnspielDE-790 .form-group input,
#gewinnspielFR-844 .form-group label,
#gewinnspielFR-844 .form-group select,
#gewinnspielFR-844 .form-group input {
  font-size: var(--font-size-body-1);
}
#gewinnspiel-661 .form-group .radio :focus, #gewinnspiel-661 .form-group .checkbox :focus,
#gewinnspielDE-790 .form-group .radio :focus,
#gewinnspielDE-790 .form-group .checkbox :focus,
#gewinnspielFR-844 .form-group .radio :focus,
#gewinnspielFR-844 .form-group .checkbox :focus {
  outline: none;
}
#gewinnspiel-661 .form-group .radio label, #gewinnspiel-661 .form-group .checkbox label,
#gewinnspielDE-790 .form-group .radio label,
#gewinnspielDE-790 .form-group .checkbox label,
#gewinnspielFR-844 .form-group .radio label,
#gewinnspielFR-844 .form-group .checkbox label {
  position: relative;
  margin-bottom: 19px;
}
#gewinnspiel-661 .form-group .radio label:first-child, #gewinnspiel-661 .form-group .checkbox label:first-child,
#gewinnspielDE-790 .form-group .radio label:first-child,
#gewinnspielDE-790 .form-group .checkbox label:first-child,
#gewinnspielFR-844 .form-group .radio label:first-child,
#gewinnspielFR-844 .form-group .checkbox label:first-child {
  margin-top: 19px;
}
#gewinnspiel-661 .form-group .radio label input, #gewinnspiel-661 .form-group .checkbox label input,
#gewinnspielDE-790 .form-group .radio label input,
#gewinnspielDE-790 .form-group .checkbox label input,
#gewinnspielFR-844 .form-group .radio label input,
#gewinnspielFR-844 .form-group .checkbox label input {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  accent-color: var(--pink);
}
#gewinnspiel-661 .form-group .radio label span, #gewinnspiel-661 .form-group .checkbox label span,
#gewinnspielDE-790 .form-group .radio label span,
#gewinnspielDE-790 .form-group .checkbox label span,
#gewinnspielFR-844 .form-group .radio label span,
#gewinnspielFR-844 .form-group .checkbox label span {
  margin-left: 30px;
}
#gewinnspiel-661 .form-group .checkbox label span,
#gewinnspielDE-790 .form-group .checkbox label span,
#gewinnspielFR-844 .form-group .checkbox label span {
  line-height: 36px;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1,
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1,
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1,
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1,
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1,
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1,
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1,
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1,
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 {
  font-size: var(--font-size-body-1);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: fit-content;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 legend,
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 legend,
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 legend,
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 legend,
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 legend,
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 legend,
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 legend,
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 legend,
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 legend {
  padding: 0 10px;
  margin-bottom: 10px;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group,
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group,
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group,
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group,
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group,
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group,
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group,
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group,
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group {
  padding: 0 5px;
  min-width: 0;
  /* New addition */
  overflow: visible;
  /* New addition */
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(7),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(7),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(7),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(7),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(7),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(7),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(7),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(7),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(7) {
  grid-row: 2;
  grid-column: 1;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(8),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(8),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(8),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(8),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(8),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(8),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(8),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(8),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(8) {
  grid-row: 2;
  grid-column: 2;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(9),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(9),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(9),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(9),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(9),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(9),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(9),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(9),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(9) {
  grid-row: 3;
  grid-column: 1;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(10),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(10),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(10),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(10),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(10),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(10),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(10),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(10),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(10) {
  grid-row: 3;
  grid-column: 2;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(11),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(11),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(11),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(11),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(11),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(11),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(11),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(11),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(11) {
  grid-row: 3;
  grid-column: 3;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(12),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(12),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(12),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(12),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(12),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(12),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(12),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(12),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(12) {
  grid-row: 3;
  grid-column: 4;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(13),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(13),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(13),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(13),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(13),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(13),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(13),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(13),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(13) {
  grid-row: 3;
  grid-column: 5;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(14),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(14),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(14),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(14),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(14),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(14),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(14),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(14),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(14) {
  grid-row: 4;
  grid-column: 1;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(15),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(15),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(15),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(15),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(15),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(15),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(15),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(15),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(15) {
  grid-row: 4;
  grid-column: 2;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(16),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(16),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(16),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(16),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(16),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(16),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(16),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(16),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(16) {
  grid-row: 4;
  grid-column: 3;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group:nth-child(17),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(17),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(17),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group:nth-child(17),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(17),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(17),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group:nth-child(17),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group:nth-child(17),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group:nth-child(17) {
  grid-row: 4;
  grid-column: 4;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group .control-label,
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group .control-label,
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group .control-label,
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group .control-label,
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group .control-label,
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group .control-label,
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group .control-label,
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group .control-label,
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group .control-label {
  display: none;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-1 .form-group input,
#gewinnspiel-661 #gewinnspielDE-790-fieldset-1 .form-group input,
#gewinnspiel-661 #gewinnspielFR-844-fieldset-1 .form-group input,
#gewinnspielDE-790 #gewinnspiel-661-fieldset-1 .form-group input,
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-1 .form-group input,
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-1 .form-group input,
#gewinnspielFR-844 #gewinnspiel-661-fieldset-1 .form-group input,
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-1 .form-group input,
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-1 .form-group input {
  padding: 3px;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-2 > .form-group:first-of-type .input,
#gewinnspiel-661 #gewinnspielDE-790-fieldset-2 > .form-group:first-of-type .input,
#gewinnspiel-661 #gewinnspielFR-844-fieldset-2 > .form-group:first-of-type .input,
#gewinnspielDE-790 #gewinnspiel-661-fieldset-2 > .form-group:first-of-type .input,
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-2 > .form-group:first-of-type .input,
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-2 > .form-group:first-of-type .input,
#gewinnspielFR-844 #gewinnspiel-661-fieldset-2 > .form-group:first-of-type .input,
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-2 > .form-group:first-of-type .input,
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-2 > .form-group:first-of-type .input {
  position: relative;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspiel-661 #gewinnspielDE-790-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspiel-661 #gewinnspielFR-844-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspielDE-790 #gewinnspiel-661-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspielFR-844 #gewinnspiel-661-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-2 > .form-group:first-of-type .input::after,
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-2 > .form-group:first-of-type .input::after {
  content: "⌄";
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 5px;
  pointer-events: none;
}
#gewinnspiel-661 #gewinnspiel-661-fieldset-2 > .form-group:nth-child(2), #gewinnspiel-661 #gewinnspiel-661-fieldset-2 > .form-group:nth-child(3),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-2 > .form-group:nth-child(2),
#gewinnspiel-661 #gewinnspielDE-790-fieldset-2 > .form-group:nth-child(3),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-2 > .form-group:nth-child(2),
#gewinnspiel-661 #gewinnspielFR-844-fieldset-2 > .form-group:nth-child(3),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-2 > .form-group:nth-child(2),
#gewinnspielDE-790 #gewinnspiel-661-fieldset-2 > .form-group:nth-child(3),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-2 > .form-group:nth-child(2),
#gewinnspielDE-790 #gewinnspielDE-790-fieldset-2 > .form-group:nth-child(3),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-2 > .form-group:nth-child(2),
#gewinnspielDE-790 #gewinnspielFR-844-fieldset-2 > .form-group:nth-child(3),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-2 > .form-group:nth-child(2),
#gewinnspielFR-844 #gewinnspiel-661-fieldset-2 > .form-group:nth-child(3),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-2 > .form-group:nth-child(2),
#gewinnspielFR-844 #gewinnspielDE-790-fieldset-2 > .form-group:nth-child(3),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-2 > .form-group:nth-child(2),
#gewinnspielFR-844 #gewinnspielFR-844-fieldset-2 > .form-group:nth-child(3) {
  margin-top: 40px;
}
#gewinnspiel-661 #gewinnspielDE-790-checkbox-1,
#gewinnspielDE-790 #gewinnspielDE-790-checkbox-1,
#gewinnspielFR-844 #gewinnspielDE-790-checkbox-1 {
  margin-top: 8px;
}

#gewinnspielFR-844-checkbox-1 {
  margin-top: 8px;
}

.opening-hours-button a {
  transition: all 0.2s;
  padding: 9px;
  border: 3px solid var(--caramel);
}
.opening-hours-button a:hover {
  background-color: var(--marzipan);
  color: var(--caramel);
}
.opening-hours-button a:hover svg path {
  stroke: var(--caramel);
}

.opening-hours-button-addition {
  position: absolute;
  left: 0;
  top: 47px;
  padding: 6px 14px 6px 0;
}

.opening-hours-container {
  display: none;
}
@media (min-width: 768px) {
  .opening-hours-container.show-on-desktop {
    display: flex;
    bottom: 1.5rem;
    left: 0;
    top: calc(34.9vw + 111px);
    position: fixed;
  }
}

.opening-hours-list .item-day {
  width: 40%;
}
.opening-hours-list .item-hours {
  width: 60%;
  padding-left: 10px;
}

.opening-hours-wrapper .opening-hours-top .select-arrow img {
  transition: transform 0.25s;
}
.opening-hours-wrapper .opening-hours-top .select-arrow.open img {
  transform: rotate(-180deg);
}
.opening-hours-wrapper .opening-hours-top .select-options {
  display: none;
}
.opening-hours-wrapper .opening-hours-top .select-options.open {
  display: flex;
}
.opening-hours-wrapper .opening-hours-top .select-options .select-option.selected {
  display: none;
}
.opening-hours-wrapper .opening-hours-bottom .opening-element {
  background: var(--aubergine);
}
@media (max-width: 767px) {
  .opening-hours-wrapper .opening-hours-bottom .opening-element:nth-child(odd) {
    background: var(--aubergine-90);
  }
}
@media (min-width: 768px) {
  .opening-hours-wrapper .opening-hours-bottom .opening-element:nth-child(4n+1) {
    background: var(--aubergine-90);
  }
  .opening-hours-wrapper .opening-hours-bottom .opening-element:nth-child(4n+2) {
    background: var(--aubergine-90);
  }
}
.opening-hours-wrapper .opening-hours-bottom .option-section.selected {
  display: flex;
}

.deal-box {
  transform: scale(0.72);
  margin-bottom: -56px;
  hyphens: auto;
}
@media (min-width: 472px) {
  .deal-box {
    transform: scale(1);
    margin-bottom: 1rem;
  }
}
.deal-box .box-inner {
  align-content: stretch;
  border-radius: 5px;
  overflow: hidden;
  width: 460px;
}
.deal-box .deal-content-left {
  width: 45%;
}
.deal-box .deal-content-right {
  width: 55%;
}
.deal-box .deal-content-logo {
  background: #fff;
}
.deal-box .image-headline-container {
  top: 20px;
}
.deal-box .image-description-container {
  bottom: 20px;
}
.deal-box .deal-event-action {
  text-transform: uppercase;
  padding: 0 6px;
  font-size: 14px;
}
.deal-box .deal-description-copy {
  text-transform: uppercase;
  padding: 0 6px;
  font-size: 8px;
}
.deal-box .deal-purchaseunit {
  font-size: 14px;
  line-height: 12px;
}
.deal-box .deal-price {
  font-size: 38px;
  line-height: 40px;
}
.deal-box .deal-pseudoprice {
  font-size: 14px;
  line-height: 12px;
  position: relative;
}
.deal-box .deal-pseudoprice::before {
  width: 49px;
  height: 1px;
  content: "";
  position: absolute;
  top: 9px;
  right: -2px;
  background: #000;
  transform: rotate(-11deg);
}
.deal-box .deal-name {
  font-size: 30px;
  line-height: 26px;
  height: 78px;
}
.deal-box .deal-description {
  font-size: 12px;
  line-height: 14px;
}
.deal-box .deal-flag {
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 9px;
  top: 60px;
  font-size: 12px;
  hyphens: none;
  text-align: center;
}
.deal-box .deal-flag > span {
  text-align: center;
  font-size: 18px;
  line-height: 14px;
}
.deal-box .deal-flag > span .small {
  font-size: 12px;
}
.deal-box.is-bundle .deal-purchaseunit {
  line-height: 20px;
}
.deal-box.is-bundle .deal-content-text {
  padding-top: 42px;
}

@media (min-width: 768px) {
  .deals-filter .deals-filter-inner {
    flex-wrap: wrap;
  }
}
.deals-filter .btn-filter {
  transition: all 0.1s;
  color: var(--aubergine);
  border-color: var(--aubergine);
  border-radius: 2.5rem;
  min-width: max-content;
}
.deals-filter .btn-filter svg {
  display: none;
}
.deals-filter .btn-filter.active {
  transition: all 0.1s;
  border-radius: 2.5rem;
  color: var(--pink);
  border-color: var(--pink);
}
.deals-filter .btn-filter.active svg {
  display: block;
}

.deals-list .store-list {
  margin-bottom: 100px;
  display: none;
}
.deals-list .store-list.active {
  display: block;
}
@media (min-width: 768px) {
  .deals-list .store-list {
    margin-bottom: 200px;
  }
}
.deals-list .store-list:last-child {
  margin-bottom: 0;
}

.news-single .copal-header-slider .news-title {
  max-width: 400px;
  top: 60px;
  left: 27%;
}
.news-single .copal-header-slider .slider-container {
  opacity: 70%;
}

.copal-deals-teaser .tns-outer {
  overflow: hidden;
}
.copal-deals-teaser .deal-box {
  min-width: 328px;
  transform-origin: left top;
}

.copal-welcome-module {
  min-height: 745px;
}
.copal-welcome-module h1 {
  font-size: calc(var(--font-size-h1) - 10px);
  line-height: var(--line-height-h1);
}
@media (min-width: 768px) {
  .copal-welcome-module {
    min-height: 875px;
  }
}

.is-right {
  margin-top: -100px;
}
.is-right video {
  height: 21rem;
  mix-blend-mode: darken;
}

.copal-store-teasers .tns-ovh {
  overflow: hidden;
}
.copal-store-teasers .store-teaser-slider .store-teaser .teaser-image {
  opacity: 0;
  transform: translateY(170px);
  transition: all 0.2s ease-in-out;
}
.copal-store-teasers .store-teaser-slider .store-teaser .teaser-text, .copal-store-teasers .store-teaser-slider .store-teaser .teaser-background {
  opacity: 0;
  transform: translateY(-170px);
  transition: all 0.2s ease-in-out;
}
.copal-store-teasers .store-teaser-slider .store-teaser.tns-slide-active .teaser-image, .copal-store-teasers .store-teaser-slider .store-teaser.tns-slide-active .teaser-text, .copal-store-teasers .store-teaser-slider .store-teaser.tns-slide-active .teaser-background {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

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