/** reset **/
html,
body,
ol,
ul,
li,
p,
fieldset,
h1,
h2,
h3,
h4,
label {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.float--left {
  float: left;
}
.float--right {
  float: right;
}
.float--none {
  float: none;
}
/** global classes **/
@media (min-width: 870px) {
  .two--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .two--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .two--columns > article,
  .two--columns > .column {
    float: left;
    margin-right: 40px;
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .two--columns > article:nth-child(2n + 1),
  .two--columns > .column:nth-child(2n + 1) {
    clear: left;
  }
  .two--columns > article:nth-child(2n),
  .two--columns > .column:nth-child(2n) {
    margin-right: 0;
  }
  .two--columns > article:nth-last-child(2),
  .two--columns > .column:nth-last-child(2),
  .two--columns > article:nth-last-child(1),
  .two--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 869px) {
  .two--columns > article,
  .two--columns > .column {
    margin-bottom: 20px;
  }
  .two--columns > article:last-child,
  .two--columns > .column:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 870px) {
  .three--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .three--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .three--columns > article,
  .three--columns > .column {
    float: left;
    margin-right: 40px;
    width: calc(33.3% - 26.66px);
    margin-bottom: 40px;
  }
  .three--columns > article:nth-child(3n),
  .three--columns > .column:nth-child(3n) {
    margin-right: 0;
  }
  .three--columns > article:nth-child(3n + 1),
  .three--columns > .column:nth-child(3n + 1) {
    clear: left;
  }
  .three--columns > article:nth-last-child(3),
  .three--columns > .column:nth-last-child(3),
  .three--columns > article:nth-last-child(2),
  .three--columns > .column:nth-last-child(2),
  .three--columns > article:nth-last-child(1),
  .three--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 869px) {
  .three--columns > article,
  .three--columns > .column {
    margin-bottom: 20px;
  }
  .three--columns > article:nth-last-child(1),
  .three--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .four--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .four--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .four--columns > article,
  .four--columns > .column {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(25% - 30px);
  }
  .four--columns > article:nth-child(4n + 1),
  .four--columns > .column:nth-child(4n + 1) {
    clear: left;
  }
  .four--columns > article:nth-child(4n),
  .four--columns > .column:nth-child(4n) {
    margin-right: 0;
  }
  .four--columns > article:nth-last-child(4),
  .four--columns > .column:nth-last-child(4),
  .four--columns > article:nth-last-child(3),
  .four--columns > .column:nth-last-child(3),
  .four--columns > article:nth-last-child(2),
  .four--columns > .column:nth-last-child(2),
  .four--columns > article:nth-last-child(1),
  .four--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 870px) and (max-width: 991px) {
  .four--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .four--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .four--columns > article,
  .four--columns > .column {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(50% - 20px);
  }
  .four--columns > article:nth-child(2n),
  .four--columns > .column:nth-child(2n) {
    margin-right: 0;
  }
  .four--columns > article:nth-last-child(2),
  .four--columns > .column:nth-last-child(2),
  .four--columns > article:nth-last-child(1),
  .four--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 869px) {
  .four--columns > article,
  .four--columns > .column {
    margin-bottom: 20px;
  }
  .four--columns > article:nth-last-child(1),
  .four--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.image--block {
  display: block;
  width: 100%;
  height: auto;
}
.text--center {
  text-align: center;
}
@media (max-width: 869px) {
  .text--center-mobile {
    text-align: center;
  }
}
.text--left {
  text-align: left;
}
@media (max-width: 869px) {
  .text--left-mobile {
    text-align: left;
  }
}
.text--right {
  text-align: right;
}
@media (max-width: 869px) {
  .text--right-mobile {
    text-align: right;
  }
}
.image--round {
  border-radius: 50%;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.image--round {
  border-radius: 50%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.width-mobile--100 {
  width: 100%;
}
.flex {
  display: flex;
}
.flex--justify-content-space-between {
  justify-content: space-between;
}
.flex--justify-content-space-around {
  justify-content: space-around;
}
.flex--justify-content-center {
  justify-content: center;
}
@media (max-width: 869px) {
  .flex--justify-content-center-mobile {
    justify-content: center;
  }
}
.flex--direction-column {
  flex-direction: column;
  width: 100%;
}
.flex--align-items-flex-start {
  align-items: flex-start;
}
.flex--align-items-flex-end {
  align-items: flex-end;
}
.flex--align-items-center {
  align-items: center;
}
.flex--align-items-stretch {
  align-items: stretch;
}
.flex--only-desktop {
  display: flex;
}
@media (max-width: 869px) {
  .flex--only-desktop {
    display: block;
  }
}
.flex--only-mobile {
  display: block;
}
@media (max-width: 869px) {
  .flex--only-mobile {
    display: flex;
  }
}
.flex--wrap {
  flex-wrap: wrap;
}
@media (max-width: 869px) {
  .flex--wrap-mobile {
    flex-wrap: wrap;
  }
}
.flex--basis-100 {
  flex-basis: 100%;
}
.flex--basis-100-minus-200 {
  flex-basis: calc(100% - 200px);
}
@media (max-width: 869px) {
  .flex--basis-100-minus-200 {
    flex-basis: 100%;
  }
}
.flex--basis-40 {
  flex-basis: 40%;
}
@media (max-width: 869px) {
  .flex--basis-40 {
    flex-basis: 100%;
  }
}
@media (max-width: 869px) {
  .flex--mobile-order-1 {
    order: 1;
  }
  .flex--mobile-order-2 {
    order: 2;
  }
  .flex--mobile-order-3 {
    order: 3;
  }
  .flex--mobile-order-4 {
    order: 4;
  }
  .flex--mobile-order-5 {
    order: 5;
  }
  .flex--mobile-order-6 {
    order: 6;
  }
}
.position--relative {
  position: relative;
}
.position--absolute {
  position: absolute;
}
.position--bottom-0 {
  bottom: 0;
}
.text-color--pink {
  color: #c3578d;
}
.text-color--orange {
  color: #A15408;
}
.text-color--light-blue {
  color: #8cb9e0;
}
.background-color--llw-light-gray {
  background-color: #fbfbfb;
}
.background-color--blue {
  background-color: #231949;
}
.background-color--light-blue {
  background-color: #8cb9e0;
}
.background-color--light-gray {
  background-color: #D3D3D3;
}
.background-color--dark-gray {
  background-color: #5e6b74;
}
.padding-60-50 {
  padding: 60px 50px;
}
.padding-100 {
  padding: 100px;
}
.padding-15 {
  padding: 15px;
}
@media (max-width: 869px) {
  .padding--mobile-40-20 {
    padding: 40px 20px;
  }
  .padding--mobile-40 {
    padding: 40px;
  }
}
.margin-bottom--0 {
  margin-bottom: 0;
}
.margin-bottom--25 {
  margin-bottom: 25px;
}
.margin-bottom--30 {
  margin-bottom: 30px;
}
.margin-bottom--40 {
  margin-bottom: 40px;
}
@media (max-width: 869px) {
  .margin-bottom-mobile--25 {
    margin-bottom: 25px;
  }
}
.margin-top--20 {
  margin-top: 20px;
}
.margin-right--36 {
  margin-right: 36px;
}
.margin-left--36 {
  margin-left: 36px;
}
.circle-cal-ex {
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
}
@media (max-width: 869px) {
  .circle-cal-ex {
    width: 120px;
    height: 120px;
  }
  .circle-cal-ex--bigger {
    width: 145px;
    height: 145px;
  }
}
.circle-cal-ex-content > div:first-child {
  font-size: 30px;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .circle-cal-ex-content > div:first-child {
    font-size: 25px;
    line-height: 1.5em;
  }
}
.circle-cal-ex-content > div:last-child {
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 869px) {
  .circle-cal-ex-content > div:last-child {
    font-size: 13px;
    line-height: 1.5em;
  }
}
/* hover state for buttons */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #574B8B;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 869px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 24px;
    line-height: 1.5em;
  }
}
body {
  font-family: 'Karla', sans-serif;
  color: #574B8B;
  font-size: 16px;
  line-height: 1.5em;
  min-width: 320px;
}
body a {
  color: #231949;
}
body #wrapper {
  overflow: hidden;
}
.subheader-wrapper {
  max-width: 1678px;
  padding: 0 20px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 869px) {
  .subheader-wrapper {
    justify-content: flex-end;
  }
}
.subheader-wrapper .crumbs-content {
  box-shadow: 0 0 2px 0 #6d6d6d;
  padding: 12px 18px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  color: #1e1445;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 550px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 869px) {
  .subheader-wrapper .crumbs-content {
    display: none;
  }
}
.subheader-wrapper .crumbs-content a {
  text-decoration: underline;
  color: #1e1445;
}
.subheader-wrapper .crumbs-content a:hover {
  text-decoration: none;
}
.subheader-wrapper .header-social {
  position: relative;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.subheader-wrapper .header-social--sticky {
  position: fixed;
  top: 5px;
}
.subheader-wrapper .header-social--content {
  margin: 20px auto 0 auto;
  width: 64px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 2px 0 #6d6d6d;
}
@media (max-width: 869px) {
  .subheader-wrapper .header-social--content {
    margin-top: 14px;
    width: 46px;
  }
}
.subheader-wrapper .header-social--item-link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 869px) {
  .subheader-wrapper .header-social--item-link {
    width: 46px;
    height: 46px;
  }
}
.subheader-wrapper .header-social--item-link .image {
  display: inline-block;
}
.subheader-wrapper .header-social--item-link .fb {
  width: 19px;
}
@media (max-width: 869px) {
  .subheader-wrapper .header-social--item-link .fb {
    width: 16px;
  }
}
.subheader-wrapper .header-social--item-link .tw,
.subheader-wrapper .header-social--item-link .ig,
.subheader-wrapper .header-social--item-link .share {
  width: 28px;
}
@media (max-width: 869px) {
  .subheader-wrapper .header-social--item-link .tw,
  .subheader-wrapper .header-social--item-link .ig,
  .subheader-wrapper .header-social--item-link .share {
    width: 24px;
  }
}
.subheader-wrapper .header-social--item-link:hover,
.subheader-wrapper .header-social--item-link:focus {
  background: #ffffff;
}
.subheader-wrapper .header-social--item-link#header-social--share-mobile-link {
  transform: rotate(-90deg);
}
.subheader-wrapper .header-social--item-link#header-social--share-mobile-link.open {
  transform: rotate(0deg);
}
.header {
  z-index: 3;
  position: absolute;
  width: 100%;
}
.header--wrapper-background {
  background: #f4f0f0;
}
.header--wrapper .header--content {
  height: 105px;
  align-items: center;
  color: #ffffff;
  max-width: 1678px;
  padding: 0 24px;
  margin: 0 auto;
}
.header--wrapper .header--navigation {
  margin: 0 20px;
}
@media (min-width: 1300px) {
  .header--wrapper .header--navigation {
    width: 1100px;
  }
}
.header--wrapper .header--navigation .menu .menu--item {
  position: relative;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5em;
  min-height: 105px;
  display: flex;
  padding: 0 8px;
}
.header--wrapper .header--navigation .menu .menu--item .menu-keto-icon {
  width: 40px;
  margin-right: 10px;
}
@media screen and (min-width: 869px) and (max-width: 992px) {
  .header--wrapper .header--navigation .menu .menu--item .menu-keto-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .header--wrapper .header--navigation .menu .menu--item {
    padding-top: 38px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1090px) {
  .header--wrapper .header--navigation .menu .menu--item {
    font-size: 20px;
  }
  .header--wrapper .header--navigation .menu .menu--item .menu-keto-icon {
    width: 30px;
  }
}
@media (max-width: 991px) {
  .header--wrapper .header--navigation .menu .menu--item {
    font-size: 17px;
    line-height: 1.5em;
    line-height: 105px;
  }
}
.header--wrapper .header--navigation .menu .menu--item > a {
  color: #b11f1c;
  padding: 0 5px;
}
.header--wrapper .header--navigation .menu .menu--item > .link,
.header--wrapper .header--navigation .menu .menu--item > .label {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  cursor: pointer;
  color: #b11f1c;
  font-weight: normal;
}
.header--wrapper .header--navigation .menu .menu--item > .link .mask,
.header--wrapper .header--navigation .menu .menu--item > .label .mask {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  width: 14px;
  height: 14px;
  background: #b11f1c;
  mask-image: url("/themes/custom/vitaflodiet/img/icons/down.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/down.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/down.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-size: 14px;
  -webkit-mask-size: 14px;
  -o-mask-size: 14px;
  transform: rotate(-90deg);
  position: relative;
  top: 2px;
  margin-left: 5px;
}
@media (min-width: 869px) {
  .header--wrapper .header--navigation .menu .menu--item > .link .mask,
  .header--wrapper .header--navigation .menu .menu--item > .label .mask {
    display: inline-block;
  }
}
@media screen and (min-width: 870px) {
  .header--wrapper .header--navigation .menu .menu--item > .link .mask,
  .header--wrapper .header--navigation .menu .menu--item > .label .mask {
    width: 20px;
    height: 20px;
    mask-size: 20px;
    -webkit-mask-size: 20px;
    -o-mask-size: 20px;
    top: 3px;
  }
}
.header--wrapper .header--navigation .menu .menu--item > .link:hover,
.header--wrapper .header--navigation .menu .menu--item > .label:hover {
  color: #b11f1c;
}
.header--wrapper .header--navigation .menu .menu--item > .link:hover .mask,
.header--wrapper .header--navigation .menu .menu--item > .label:hover .mask {
  background: #b11f1c;
}
.header--wrapper .header--navigation .menu .menu--item .menu--switch:checked + .label + .submenu {
  display: flex;
}
.header--wrapper .header--navigation .menu .menu--item .menu--switch:checked + .label .mask {
  top: 6px;
  transform: rotate(0deg);
}
.header--wrapper .header--navigation .menu .menu--item:nth-child(3) .submenu {
  right: -20px;
}
.header--wrapper .header--right {
  min-width: 110px;
}
.header--wrapper .header--right .menu-flask {
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: 0.15s all;
}
.header--wrapper .header--right .menu-flask:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.12);
}
.header--wrapper .header--right .menu-flask .image {
  max-width: initial;
}
.header--wrapper .submenu {
  padding: 20px 20px 30px;
  margin-left: -20px;
  position: absolute;
  top: 105px;
  z-index: 4;
  display: none;
  background: #f4f0f0;
  width: 250px;
  border-radius: 0 0 20px 20px;
  font-size: 20px;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .header--wrapper .submenu {
    max-width: 250px;
  }
  .header--wrapper .submenu .submenu--item,
  .header--wrapper .submenu .submenu--claim {
    max-width: 100%;
  }
}
.header--wrapper .submenu .submenu--item a {
  color: #b11f1c;
  display: block;
  padding: 8px 0;
}
.header--wrapper .submenu .submenu--item a:hover {
  color: #738289;
}
.header--wrapper .submenu .submenu--claim {
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}
.header--wrapper .submenu .submenu--claim .submenu--claim-content {
  max-width: 235px;
}
.header--wrapper .submenu .submenu--claim .submenu--claim-content img {
  margin: 0 auto;
}
.header--wrapper .submenu .submenu--claim .submenu--claim-text {
  margin-top: 32px;
}
.header--wrapper .lang-switcher {
  position: relative;
  text-align: center;
}
.header--wrapper .lang-switcher--image {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header--wrapper .lang-switcher--active-label {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header--wrapper .lang-switcher--active-label:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.12);
}
.header--wrapper .lang-switcher--sub {
  margin-top: 10px;
  display: none;
  z-index: 4;
  position: absolute;
  background: #231949e6;
  border-radius: 50px;
  width: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.header--wrapper .lang-switcher--item {
  display: block;
  border-radius: 50%;
  padding: 12px;
  height: 64px;
}
.header--wrapper .lang-switcher--item:not(:last-child) {
  margin-bottom: 15px;
}
.header--wrapper .lang-switcher--item:hover,
.header--wrapper .lang-switcher--item:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.header--wrapper #lang-switcher--active:checked + .lang-switcher--sub {
  display: block;
}
.header--wrapper .lang-switcher-links span,
.header--wrapper .lang-switcher-links a {
  font-size: 24px;
  color: #b11f1c;
  padding-left: 5px;
}
.header--wrapper .lang-switcher-links span.active,
.header--wrapper .lang-switcher-links a.active {
  text-decoration: underline;
}
.header--wrapper .user-logout {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  text-align: center;
}
.header--wrapper .user-logout img {
  margin: 0 auto;
  width: 40px;
  height: 50px;
  display: block;
}
@media (max-width: 879px) {
  .header--wrapper .user-logout {
    width: 40px;
  }
  .header--wrapper .user-logout img {
    width: 40px;
  }
}
@media (max-width: 869px) {
  .header--wrapper .logo .image {
    width: 50px;
    height: 50px;
    display: block;
  }
  .header--wrapper .menu-hamburger {
    position: relative;
    height: 35px;
    width: 35px;
  }
  .header--wrapper .menu-hamburger .image {
    display: block;
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header--wrapper .menu-flask .image {
    display: inline-block;
    height: 35px;
  }
  .header--wrapper .header--content {
    height: 70px;
  }
  .header--wrapper .header--navigation {
    width: 100%;
    margin: 0 -24px;
    position: absolute;
    top: 70px;
    z-index: 4;
    background: #f4f0f0;
  }
  .header--wrapper .header--navigation .menu {
    display: none;
    margin: 0 20px;
  }
  .header--wrapper .header--navigation .menu .menu--item {
    width: 100%;
    line-height: 40px;
    min-height: 40px;
    flex-wrap: wrap;
  }
  .header--wrapper .header--navigation .menu .menu--item + .menu--item {
    border-top: 1px solid #b11f1c;
  }
  .header--wrapper .header--navigation .menu .menu--item > .link,
  .header--wrapper .header--navigation .menu .menu--item > .label {
    color: #b11f1c;
  }
  .header--wrapper .header--navigation .menu .menu--item > .link:hover,
  .header--wrapper .header--navigation .menu .menu--item > .label:hover {
    color: #b11f1c;
  }
  .header--wrapper .header--navigation .menu .menu--item .mobile-text {
    display: none;
    text-transform: none;
    color: #b11f1c;
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .header--wrapper .header--navigation #switchMenuMobile:checked + .menu {
    display: block;
    min-height: 100vh;
  }
  .header--wrapper .submenu {
    position: static;
    background: transparent;
    color: #ffffff;
    padding-top: 0;
    margin-top: -6px;
    padding-bottom: 10px;
    flex-basis: 100%;
  }
}
.hidden,
.menu--switch {
  display: none;
}
.section--wrapper {
  width: 100%;
}
.section--wrapper-light-blue {
  background: #8cb9e0;
}
.section--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
}
.section--inner-sm {
  max-width: 940px;
}
.section--inner-lg {
  max-width: 1434px;
}
.section--inner-xlg {
  max-width: 1678px;
}
.section--no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.section--no-gutters-and-width {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-width: 2400px;
}
@media (max-width: 869px) {
  .section--no-gutters-only-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer {
  text-align: center;
  background: #231949;
  color: #ffffff;
}
.footer .logo {
  padding: 35px 20px 10px 20px;
  display: inline-block;
}
.footer .logo .image {
  margin: 0 auto;
  max-width: 200px;
  padding: 50px 0px;
}
.footer .logo-white {
  display: none;
}
.footer .social-icons {
  padding: 10px 20px;
}
.footer .social-icons .image-white {
  display: none;
}
.footer .footer--text {
  padding: 10px 20px;
  font-weight: normal;
  background-color: #231949;
  color: #ffffff;
  font-size: 16;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .footer .logo {
    padding: 24px 10px 5px 10px;
  }
  .footer .social-icons {
    padding: 5px 10px;
  }
  .footer .footer--text {
    padding: 5px 10px;
    font-weight: normal;
    font-size: 14;
    line-height: 1.5em;
  }
}
.footer--rounded {
  margin-top: -70px;
  background-color: transparent;
  max-width: 100%;
  overflow: hidden;
}
.footer--rounded .footer--wrapper {
  position: relative;
  left: -10%;
  width: 120%;
  border-radius: 100% 100% 0 0;
  background-color: #231949;
}
@media (max-width: 500px) {
  .footer--rounded .footer--wrapper {
    left: -20%;
    width: 140%;
  }
}
.footer--light-blue {
  border-top: 3px solid #231949;
  background-color: #8cb9e0;
  color: #231949;
}
.footer--light-blue .footer--text {
  background-color: #231949;
  color: #ffffff;
}
.footer--light-blue .logo-white {
  display: block;
}
.footer--light-blue .logo-dark {
  display: none;
}
.footer--light-blue .social-icons .image-dark {
  display: none;
}
.footer--light-blue .social-icons .image-white {
  display: block;
}
.footer--white {
  border-top: 3px solid #231949;
  background-color: #ffffff;
  color: #231949;
}
.footer--white .logo-white {
  display: none;
}
.footer--white .logo-dark {
  display: block;
}
.footer--white .social-icons .image-dark {
  display: block;
}
.footer--white .social-icons .image-white {
  display: none;
}
.footer--gray {
  border-top: none;
  background-color: #5e6b74;
  color: #231949;
}
.footer--gray .logo-white {
  display: block;
}
.footer--gray .logo-dark {
  display: none;
}
.footer--gray .social-icons .image-dark {
  display: none;
}
.footer--gray .social-icons .image-white {
  display: block;
}
.footer a {
  color: #ffffff;
  display: inline-block;
}
.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}
.footer .optanon-toggle-display {
  cursor: pointer;
}
.footer .optanon-toggle-display:after {
  content: "";
  display: inline-block;
  height: 24px;
  background-image: url("/themes/custom/vitaflodiet//img/footer-privacy_link.svg");
  background-size: contain;
  aspect-ratio: 187 / 90;
  position: relative;
  margin-left: 5px;
  line-height: 1;
  transform: translateY(5px);
}
.social-icons {
  margin: 5px auto;
}
@media (max-width: 869px) {
  .social-icons {
    margin: 36px auto 20px;
  }
}
.social-icons--list {
  display: flex;
  justify-content: center;
}
.social-icons--item {
  position: relative;
}
.social-icons--item-link {
  display: block;
  position: relative;
  z-index: 3;
}
.social-icons--item .image {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 50%;
}
.social-icons--item .image:hover,
.social-icons--item .image:focus {
  background-color: #b11f1c;
}
.social-icons--item + .social-icons--item {
  margin-left: 10px;
}
@media (max-width: 869px) {
  .social-icons--item + .social-icons--item {
    margin-left: 7px;
  }
}
.social-icons--item-dropdown {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.social-icons--item-dropdown-open {
  display: block;
}
.social-icons--item-dropdown-open + .social-icons--item-link-dropdown .image {
  background-color: #ffffff;
}
.social-icons--item-dropdown-items {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 2px 40px;
  box-shadow: 0 0 2px 0 #6d6d6d;
}
.social-icons--item-dropdown-items > * {
  margin-bottom: 5px;
}
.social-icons--item-dropdown-items > *:last-child {
  margin-bottom: 0;
}
.social-icons--item-dropdown-link {
  padding: 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.social-icons--item-dropdown-link:hover,
.social-icons--item-dropdown-link:focus {
  background-color: #ffffff;
}
.social-icons--item-dropdown-image {
  display: block;
  width: 25px;
  height: 25px;
}
.mask--arrow-right {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  display: inline-block;
  width: 32px;
  height: 26px;
  background: #ffffff;
  mask-image: url('/img/icons/arrow-right.svg');
  -webkit-mask-image: url('/img/icons/arrow-right.svg');
  -o-mask-image: url('/img/icons/arrow-right.svg');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: center left;
  -webkit-mask-position: center left;
  -o-mask-position: center left;
}
@media (max-width: 869px) {
  .mask--arrow-right {
    display: inline-block;
    height: 15px;
    width: 20px;
    mask-position: top left;
    -webkit-mask-position: top left;
    -o-mask-position: top left;
  }
}
.section--inner.ec-essentials .block--text-content.wysiwyg {
  max-width: 1000px;
}
.section--inner.ec-essentials .block--text-content.wysiwyg h2 {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.section--inner.ec-essentials .block--text-content.wysiwyg p {
  font-size: 18px;
  line-height: 1.5em;
}
#content-wrapper > .section--wrapper:first-child {
  padding-top: 102px;
}
@media (max-width: 869px) {
  #content-wrapper > .section--wrapper:first-child {
    margin-top: 70px;
  }
}
#content-wrapper > .section--wrapper.not-found,
#content-wrapper > .section--wrapper.cover {
  margin-top: 0;
}
@media (max-width: 869px) {
  #content-wrapper > .section--wrapper.not-found,
  #content-wrapper > .section--wrapper.cover {
    margin-top: 0;
  }
}
.not-found {
  padding-top: 167px;
}
.not-found--label {
  color: #ffffff;
  font-size: 140px;
  line-height: 1.5em;
  line-height: 1em;
  letter-spacing: 50px;
  margin-left: 50px;
  margin-bottom: 15px;
}
@media (max-width: 869px) {
  .not-found--label {
    font-size: 80px;
    line-height: 1.5em;
  }
}
.not-found--description {
  font-size: 40px;
  line-height: 1.5em;
  color: #ffffff;
  line-height: 1.2em;
  letter-spacing: 25px;
  margin-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 869px) {
  .not-found--description {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
}
.not-found--item {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  width: 280px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 869px) {
  .not-found--item {
    margin-bottom: 30px;
    display: block;
  }
}
.not-found--item-circle {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px auto;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 869px) {
  .not-found--item-circle {
    width: 236px;
    height: 236px;
    margin-bottom: 15px;
  }
}
.not-found--item-image {
  height: 100%;
  width: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -o-mask-position: center;
  background-color: #ffffff;
  mask-size: auto 220px;
  -webkit-mask-size: auto 220px;
  -o-mask-size: auto 220px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 869px) {
  .not-found--item-image {
    mask-size: auto 150px;
    -webkit-mask-size: auto 150px;
    -o-mask-size: auto 150px;
  }
}
.not-found--item-image.home {
  mask-image: url("/img/icons/home.svg");
  -webkit-mask-image: url("/img/icons/home.svg");
  -o-mask-image: url("/img/icons/home.svg");
}
.not-found--item-image.plate {
  mask-image: url("/img/icons/plate.svg");
  -webkit-mask-image: url("/img/icons/plate.svg");
  -o-mask-image: url("/img/icons/plate.svg");
}
.not-found--item-image.tetra {
  mask-image: url("/img/icons/tetra-icon.svg");
  -webkit-mask-image: url("/img/icons/tetra-icon.svg");
  -o-mask-image: url("/img/icons/tetra-icon.svg");
}
.not-found--item-label {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  height: 100%;
}
.not-found--item:hover .not-found--item-circle,
.not-found--item:focus .not-found--item-circle {
  border-color: #ffffff;
}
.not-found--item:hover .not-found--item-image,
.not-found--item:focus .not-found--item-image {
  background-color: #ffffff;
}
.not-found--item:hover .not-found--item-label,
.not-found--item:focus .not-found--item-label {
  text-decoration: underline;
  color: #ffffff;
}
.iframe--responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Then style the iframe to fit in the container div with full height and width */
}
.iframe--responsive iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.social-sharing-buttons {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.social-sharing-buttons a {
  margin: 3px 0;
}
@media (max-width: 869px) {
  .header--wrapper .submenu .submenu--item a {
    color: #738289;
    margin-left: 15px;
  }
}
.header {
  /*
    &--desktop-cover-none {
        @media (min-width: @screen-sm-min) {
            margin-top: 103px;
        }
    }
    */
}
.header--strip {
  padding: 40px 0;
}
@media (max-width: 869px) {
  .header--strip .h1 {
    font-size: 24px;
    line-height: 1.5em;
  }
}
@media (max-width: 869px) {
  .header--strip {
    padding: 25px 0;
  }
}
.header--strip .button--back-to-list {
  margin-bottom: 45px;
}
.header--strip-pink {
  background-color: #c3578d;
}
.header--strip-pink .h1 {
  color: #ffffff;
}
.header--strip-blue {
  background-color: #231949;
}
.header--strip-blue .h1 {
  color: #ffffff;
}
@media (min-width: 870px) {
  .header--strip-overlapped {
    height: 165px;
    display: flex;
    align-items: center;
  }
  .header--strip-overlapped h1 {
    max-width: calc(100% - 550px);
  }
}
@media (min-width: 870px) and (max-width: 992px) {
  .header--strip-overlapped h1 {
    font-size: 30px;
    line-height: 1.5em;
  }
}
.header--strip-light-blue {
  background-color: #8cb9e0;
}
.header--strip-light-blue .h1 {
  color: #ffffff;
}
.header--strip-light-blue .header--strip-recipe-info {
  background-color: #1e1445;
  color: #ffffff;
}
.header--strip-light-blue .header--strip-recipe-info-list li + li {
  border-color: #ffffff;
}
.header--strip-keto-red {
  background-color: #b11f1c;
}
.header--strip-keto-red .h1 {
  color: #ffffff;
}
.header--strip-keto-red .header--strip-recipe-info {
  background-color: #1e1445;
  color: #ffffff;
}
.header--strip-keto-red .header--strip-recipe-info-list li + li {
  border-color: #ffffff;
}
.header--strip-keto-gray {
  background-color: #5D6C73;
}
.header--strip-keto-gray .h1 {
  color: #ffffff;
}
.header--strip-keto-gray .header--strip-recipe-info {
  background-color: #1e1445;
  color: #ffffff;
}
.header--strip-keto-gray .header--strip-recipe-info-list li + li {
  border-color: #ffffff;
}
.header--keto-blog * {
  color: #ffffff !important;
}
.header--strip-shadow-green {
  background-color: #98C8BE;
}
.header--strip-shadow-green .h1 {
  color: #ffffff;
}
.header--strip-shadow-green .header--strip-recipe-info {
  background-color: #1e1445;
  color: #ffffff;
}
.header--strip-shadow-green .header--strip-recipe-info-list li + li {
  border-color: #ffffff;
}
.header--strip-keto {
  background-image: url("/themes/custom/vitaflodiet/img/journey-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header--strip-light-blue-clouds {
  background: url("/themes/custom/vitaflodiet/img/clouds.png") #8cb9e0 repeat-x 100px center;
}
.header--strip-orange {
  background-color: #f39433;
}
.header--strip-orange .h1 {
  color: #ffffff;
}
.header--inner-sm .section--inner {
  max-width: 940px;
}
.header--strip-xlg .section--inner {
  max-width: 1678px;
}
.header--strip-icon {
  display: flex;
  align-items: center;
}
.header--strip-icon::before {
  content: "";
  display: inline-block;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-position: left center;
  -o-mask-position: left center;
  width: 39px;
  height: 39px;
  margin-right: 30px;
  background-color: #231949;
}
@media (max-width: 869px) {
  .header--strip-icon::before {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
.header--strip-icon-white::before {
  background-color: #ffffff;
}
.header--strip-icon-calendar::before {
  mask-image: url("/themes/custom/vitaflodiet//img/icons/calendar.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet//img/icons/calendar.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet//img/icons/calendar.svg");
}
.header--strip-search-form {
  padding: 25px 0;
}
@media (max-width: 869px) {
  .header--strip-search-form {
    padding: 30px 0;
  }
}
.header--strip-search-form .header--strip-image {
  width: 170px;
  margin-right: 40px;
}
@media (max-width: 869px) {
  .header--strip-search-form .header--strip-label {
    margin-bottom: 30px;
  }
}
@media (min-width: 869px) {
  .header--strip-search-form .header--strip-form {
    max-width: 475px;
    align-self: flex-start;
    margin-left: auto;
  }
}
.header--strip-search-form .header--strip-form .button {
  display: inline-block;
  width: auto;
}
.header--strip-recipe {
  padding: 0;
  flex-wrap: wrap;
}
.header--strip-recipe-controls {
  padding: 25px 0;
  flex-basis: 600px;
}
.header--strip-recipe-buttons {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
}
.header--strip-recipe .button--text-print,
.header--strip-recipe .button--text-share {
  color: inherit;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media (min-width: 870px) {
  .header--strip-recipe .button--text + .button--text {
    margin-left: 15px;
  }
}
.header--strip-recipe-info {
  flex-basis: 550px;
  background-color: #fab268;
  padding: 50px 75px;
  text-transform: uppercase;
  position: relative;
  margin-top: -7%;
  margin-left: 30px;
}
@media (max-width: 869px) {
  .header--strip-recipe-info {
    padding: 20px;
    margin: 0 -20px;
  }
}
.header--strip-recipe-info-list li {
  padding: 25px 0;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .header--strip-recipe-info-list li {
    padding: 20px 0;
  }
}
.header--strip-recipe-info-list li + li {
  border-top: 1px solid #b11f1c;
}
@media (max-width: 869px) {
  .header--strip-recipe {
    position: relative;
    margin-top: -60px;
  }
  .header--strip-recipe .button--back-to-list {
    margin-bottom: 25px;
  }
}
.header--strip-three-steps {
  padding-bottom: 0;
  margin-bottom: 144px;
}
@media (min-width: 870px) {
  .header--strip-three-steps {
    padding-top: 100px;
  }
}
@media (max-width: 869px) {
  .header--strip-three-steps {
    height: 166px;
  }
}
.header--strip-three-steps .h1 {
  text-align: center;
  color: #1e1445;
}
@media (max-width: 869px) {
  .header--strip-three-steps .h1 {
    padding: 0 50px;
    height: 75px;
  }
}
.header--strip-three-steps-steps {
  display: flex;
  justify-content: center;
  bottom: -144px;
  position: relative;
}
@media (max-width: 869px) {
  .header--strip-three-steps-steps {
    bottom: 0;
  }
}
.header--strip-three-steps-steps::after {
  content: "";
  position: absolute;
  bottom: 70px;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #b11f1c;
}
.header--strip-three-steps-step {
  text-align: center;
  text-transform: uppercase;
  color: #6975A5;
  text-decoration: none;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (min-width: 870px) {
  .header--strip-three-steps-step {
    flex-basis: 220px;
  }
  .header--strip-three-steps-step:last-child {
    display: block;
  }
}
.header--strip-three-steps-step-value {
  display: block;
  font-size: 99px;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 869px) {
  .header--strip-three-steps-step-value {
    text-indent: -9999px;
  }
}
.header--strip-three-steps-step-label {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 869px) {
  .header--strip-three-steps-step-label {
    font-size: 16px;
    line-height: 1.5em;
    text-indent: -9999px;
  }
}
.header--strip-three-steps-step-label::before {
  content: "";
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  width: 20px;
  height: 20px;
  border: 1px solid #b11f1c;
  background-color: #ffffff;
}
@media (max-width: 869px) {
  .header--strip-three-steps-step-active {
    flex-basis: 66.6666%;
  }
}
.header--strip-three-steps-step-active .header--strip-three-steps-step-value {
  text-indent: initial;
}
.header--strip-three-steps-step-active .header--strip-three-steps-step-label {
  text-indent: initial;
}
@media (max-width: 869px) {
  .header--strip-three-steps-step-active:first-child + .header--strip-three-steps-step {
    display: none;
  }
}
.header--strip-three-steps-step-active,
.header--strip-three-steps-step:hover,
.header--strip-three-steps-step:focus {
  color: #b11f1c;
}
.header--strip-three-steps-step-active .header--strip-three-steps-step-label::before,
.header--strip-three-steps-step:hover .header--strip-three-steps-step-label::before,
.header--strip-three-steps-step:focus .header--strip-three-steps-step-label::before {
  background-color: #b11f1c;
}
.header--strip-timeline {
  padding-bottom: 0;
  padding-top: 200px;
  position: relative;
  display: flex;
}
.header--strip-timeline .section--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.header--strip-timeline .section--wrapper .section--no-gutters-and-width {
  display: flex;
  width: 100%;
}
@media (max-width: 869px) {
  .header--strip-timeline {
    padding-top: 85px;
  }
}
.header--strip-timeline .h1 {
  color: #1e1445;
  margin-bottom: 30px;
}
.header--strip-timeline-sub-label {
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .header--strip-timeline-sub-label {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.header--strip-timeline-steps {
  --step-circle-diameter: 20px;
  --step-divider-positon-top: calc(var(--step-width) + var(--step-img-margin-bottom) + (var(--step-circle-diameter) / 2));
  position: relative;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  bottom: 0;
  width: 100%;
}
@media (max-width: 529px) {
  .header--strip-timeline-steps {
    --step-width: 70px;
    --step-img-margin-bottom: 20px;
  }
}
@media (min-width: 530px) and (max-width: 869px) {
  .header--strip-timeline-steps {
    --step-width: 100px;
    --step-img-margin-bottom: 25px;
  }
}
@media (min-width: 870px) {
  .header--strip-timeline-steps {
    --step-width: 200px;
    --step-img-margin-bottom: 30px;
  }
}
@media (min-width: 870px) {
  .header--strip-timeline-steps {
    padding-bottom: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 869px) {
  .header--strip-timeline-steps {
    justify-content: center;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    column-gap: 10px;
  }
}
.header--strip-timeline-steps::before {
  content: "";
  position: absolute;
  top: var(--step-divider-positon-top);
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #b11f1c;
  z-index: 2;
}
.header--strip-timeline-steps::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: calc(3/4 * var(--step-width));
  bottom: 0;
  z-index: 1;
}
.header--strip-timeline-step {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-self: baseline;
  text-align: center;
  text-transform: uppercase;
  color: #6975A5;
  text-decoration: none;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  width: var(--step-width);
}
@media (max-width: 869px) {
  .header--strip-timeline-step {
    color: #231949;
  }
}
@media (min-width: 870px) {
  .header--strip-timeline-step:last-child {
    display: block;
  }
}
.header--strip-timeline-step-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  margin-bottom: var(--step-img-margin-bottom);
}
.header--strip-timeline-step-image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.header--strip-timeline-step-small .header--strip-timeline-step-image img {
  max-width: 65%;
}
.header--strip-timeline-step-label {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  position: relative;
  padding-top: 40px;
  width: 100%;
}
@media (max-width: 869px) {
  .header--strip-timeline-step-label {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.header--strip-timeline-step-label::before {
  content: "";
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b11f1c;
  background-color: #ffffff;
  transform: translateX(-50%);
}
.header--strip-timeline-step-active,
.header--strip-timeline-step:hover,
.header--strip-timeline-step:focus {
  color: #b11f1c;
  box-sizing: border-box;
}
.header--strip-timeline-step-active .header--strip-timeline-step-label::before,
.header--strip-timeline-step:hover .header--strip-timeline-step-label::before,
.header--strip-timeline-step:focus .header--strip-timeline-step-label::before {
  background-color: #b11f1c;
}
@media (max-width: 869px) {
  .header--strip-timeline-current-step {
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.header--strip-timeline-current-step .h1 {
  text-align: center;
}
@media (min-width: 869px) {
  .header--strip-timeline-current-step .h1 {
    margin-bottom: -45px;
  }
}
@media (max-width: 869px) {
  .header--strip-timeline-current-step .header--strip-timeline-steps {
    bottom: 0;
    justify-content: center;
    margin-top: 60px;
  }
}
.header--strip-timeline-current-step .header--strip-timeline-step {
  min-width: 22px;
}
@media (max-width: 869px) {
  .header--strip-timeline-current-step .header--strip-timeline-step {
    flex-basis: 25%;
  }
}
@media (max-width: 869px) {
  .header--strip-timeline-current-step .header--strip-timeline-step-image {
    display: none;
  }
}
@media (max-width: 869px) {
  .header--strip-timeline-current-step .header--strip-timeline-step .header--strip-timeline-step-label {
    text-indent: -9999px;
  }
}
@media (max-width: 869px) {
  .header--strip-timeline-current-step .header--strip-timeline-step:not(.header--strip-timeline-step-active) .header--strip-timeline-step-label {
    text-indent: 0px;
  }
  .header--strip-timeline-current-step .header--strip-timeline-step:not(.header--strip-timeline-step-active) .header--strip-timeline-step-label::before {
    background-color: #8cb9e0;
  }
}
.header--strip-timeline-current-step .header--strip-timeline-step:not(.header--strip-timeline-step-active) .header--strip-timeline-step-image {
  opacity: 0.6;
}
.header--strip-timeline-current-step .header--strip-timeline-step-active .header--strip-timeline-step-image,
.header--strip-timeline-current-step .header--strip-timeline-step:hover .header--strip-timeline-step-image,
.header--strip-timeline-current-step .header--strip-timeline-step:focus .header--strip-timeline-step-image {
  opacity: 1;
}
.header--strip-timeline-current-step .header--strip-timeline-step-active .header--strip-timeline-step-label::before,
.header--strip-timeline-current-step .header--strip-timeline-step:hover .header--strip-timeline-step-label::before,
.header--strip-timeline-current-step .header--strip-timeline-step:focus .header--strip-timeline-step-label::before {
  background-color: #b11f1c;
}
.header--strip-blog {
  padding: 100px 0;
}
@media (max-width: 869px) {
  .header--strip-blog {
    padding: 30px 0;
  }
}
.header--strip-blog .section--inner {
  max-width: 1678px;
}
.header--strip-blog .button--back-to-list {
  flex-basis: 100%;
}
.header--strip-blog .h1 {
  max-width: 570px;
}
@media (max-width: 869px) {
  .header--strip-blog .h1 {
    margin-bottom: 30px;
  }
}
.header--strip-blog-small {
  padding: 175px 0 30px 0;
}
@media (max-width: 869px) {
  .header--strip-blog-small {
    padding: 30px 0;
  }
}
@media (min-width: 1160px) {
  .header--strip-blog-small .author--wrapper {
    margin-top: -70px;
  }
}
.header--strip-blog-small .button--back-to-list {
  margin-bottom: 0;
}
@media (max-width: 869px) {
  .header--strip-blog-small .button--back-to-list {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .header--strip-blog-breadcrumb {
    padding: 180px 0 80px 0;
  }
  .header--strip-blog-breadcrumb .section--inner {
    position: relative;
  }
  .header--strip-blog-breadcrumb .author--wrapper {
    margin-right: 150px;
    position: absolute;
    right: 0;
    height: 100%;
    bottom: 0;
  }
}
.header--strip-ec .section--inner {
  max-width: 1678px;
  padding-left: 40px;
  padding-right: 40px;
}
.header--strip-form + .sample-form--wrapper {
  padding-top: 40px !important;
}
.button {
  background: #231949;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  display: inline-block;
  /* colors */
  /* modificators/helpers – do not move */
}
.button.button {
  margin-left: 0;
  margin-right: 0;
}
.button::after {
  background-color: #ffffff;
}
@media (max-width: 869px) {
  .button {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.button--primary {
  display: inline-block;
  padding: 15px 25px;
  position: relative;
  text-align: left;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border: 1px solid #231949;
}
.button--primary:after {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.button--primary:hover,
.button--primary:focus,
.button--primary.hover {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  color: #231949;
  background: #ffffff;
}
.button--primary:hover::after,
.button--primary:focus::after,
.button--primary.hover::after {
  background-color: #231949;
}
.button--primary .button--text:hover,
.button--primary .button--text:focus,
.button--primary .button--text.hover {
  text-decoration: none;
}
.button--arrow,
.button--cross {
  position: relative;
  padding: 20px 85px 20px 25px;
}
.button--arrow::after,
.button--cross::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  mask-image: url("/themes/custom/vitaflodiet/img/icons/arrow-right.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/arrow-right.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
.button--cross::after {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/close.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/close.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/close.svg");
  mask-size: 29px;
  -webkit-mask-size: 29px;
  -o-mask-size: 29px;
}
.button--big {
  padding: 30px;
}
.button--image-family {
  margin-top: 40px;
  position: relative;
  width: 280px;
  padding-right: 60px;
}
.button--image-family::before {
  position: absolute;
  content: "";
  background: url('/themes/custom/vitaflodiet/img/family.svg') no-repeat top left;
  width: 153px;
  height: 164px;
  display: block;
  top: -40px;
  right: -114px;
}
.button--keto-intro {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px;
}
@media (max-width: 869px) {
  .button--image {
    margin-top: 20px;
    width: 100%;
    padding: 18px 20px;
  }
  .button--image::before {
    display: none;
  }
}
.button--single-line .button--text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.button--light-blue {
  color: #231949;
  background: #8cb9e0;
  border: none;
}
.button--light-blue::after {
  background-color: #231949;
}
.button--light-blue:hover,
.button--light-blue:focus,
.button--light-blue.hover {
  background-color: #231949;
  color: #8cb9e0;
}
.button--light-blue:hover::after,
.button--light-blue:focus::after,
.button--light-blue.hover::after {
  background-color: #8cb9e0;
}
.button--keto-blog {
  color: #ffffff !important;
  background: #b11f1c !important;
  border: none;
}
.button--keto-blog::after {
  display: none;
}
.button--keto-blog:hover,
.button--keto-blog:focus,
.button--keto-blog.hover {
  color: #ffffff !important;
  background-color: #b11f1c !important;
}
.button--keto-simple-white {
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid #ffffff;
}
.button--keto-simple-white::after {
  display: none;
}
.button--keto-simple-white:hover,
.button--keto-simple-white:focus,
.button--keto-simple-white.hover {
  color: #ffffff !important;
  background-color: transparent !important;
}
.button--lighten-blue {
  color: #ffffff;
  background: #8cb9e0;
  border: none;
}
.button--lighten-blue::after {
  background-color: #ffffff;
}
.button--lighten-blue:hover,
.button--lighten-blue:focus,
.button--lighten-blue.hover {
  background-color: #231949;
  color: #8cb9e0;
}
.button--lighten-blue:hover::after,
.button--lighten-blue:focus::after,
.button--lighten-blue.hover::after {
  background-color: #8cb9e0;
}
.button--pink {
  color: #ffffff;
  background-color: #c3578d;
  border: none;
}
.button--pink::after {
  background-color: #ffffff;
}
.button--pink:hover,
.button--pink:focus,
.button--pink.hover {
  color: #ffffff;
  background-color: #231949;
}
.button--pink:hover::after,
.button--pink:focus::after,
.button--pink.hover::after {
  background-color: #ffffff;
}
.button--shadow-green {
  color: #231949;
  background-color: #98C8BE;
}
.button--shadow-green::after {
  background-color: #231949;
}
.button--shadow-green:hover,
.button--shadow-green:focus,
.button--shadow-green.hover {
  color: #98C8BE;
  background-color: #ffffff;
}
.button--shadow-green:hover::after,
.button--shadow-green:focus::after,
.button--shadow-green.hover::after {
  background-color: #98C8BE;
}
.button--endeavour {
  color: #ffffff;
  background-color: #0065a6;
  border: 1px solid #0065a6;
}
.button--endeavour::after {
  background-color: #ffffff;
}
.button--endeavour:hover,
.button--endeavour:focus,
.button--endeavour.hover {
  color: #0065a6;
  background-color: #ffffff;
  border: 1px solid #0065a6;
}
.button--endeavour:hover::after,
.button--endeavour:focus::after,
.button--endeavour.hover::after {
  background-color: #0065a6;
}
.button--keto-green {
  color: #ffffff;
  background-color: #4a750c;
  border: 1px solid #4a750c;
}
.button--keto-green::after {
  background-color: #14a43c;
}
.button--keto-green:hover,
.button--keto-green:focus,
.button--keto-green.hover {
  color: #4a750c;
  background-color: #ffffff;
  border: 1px solid #4a750c;
}
.button--keto-green:hover::after,
.button--keto-green:focus::after,
.button--keto-green.hover::after {
  background-color: #14a43c;
}
.button--keto-gray {
  color: #ffffff;
  background: #5e6b74;
  border: none;
}
.button--keto-gray::after {
  background-color: #ffffff;
}
.button--keto-gray:hover,
.button--keto-gray:focus,
.button--keto-gray.hover {
  color: #ffffff;
  background: #5e6b74;
}
.button--keto-gray:hover:after,
.button--keto-gray:focus:after,
.button--keto-gray.hover:after {
  background-color: #ffffff;
}
.button--keto-green-alternative {
  color: #ffffff;
  background-color: #4a750c;
  border: 1px solid #4a750c;
}
.button--keto-green-alternative::after {
  background-color: #14a43c;
}
.button--keto-green-alternative:hover,
.button--keto-green-alternative:focus,
.button--keto-green-alternative.hover {
  color: #ffffff;
  background-color: #4a750c;
  border: 1px solid #4a750c;
}
.button--keto-green-alternative:hover::after,
.button--keto-green-alternative:focus::after,
.button--keto-green-alternative.hover::after {
  background-color: #14a43c;
}
.button--blue-nohover,
.button--blue,
.button--blue-alternative {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  color: #ffffff;
  background-color: #231949;
  border: 1px solid #231949;
}
.button--blue-nohover::after,
.button--blue::after,
.button--blue-alternative::after {
  background-color: #ffffff;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.button--blue:hover,
.button--blue-alternative:hover,
.button--blue:focus,
.button--blue-alternative:focus,
.button--blue.hover,
.button--blue-alternative.hover {
  color: #231949;
  background-color: #ffffff;
  border: 1px solid #231949;
}
.button--blue:hover::after,
.button--blue-alternative:hover::after,
.button--blue:focus::after,
.button--blue-alternative:focus::after,
.button--blue.hover::after,
.button--blue-alternative.hover::after {
  background-color: #231949;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.button--blue-alternative:hover,
.button--blue-alternative:focus,
.button--blue-alternative.hover {
  background-color: #8cb9e0;
  border: 1px solid #8cb9e0;
}
.button--glow-blue {
  background-color: #231949;
  border: 1px solid #8cb9e0;
  color: #8cb9e0;
}
.button--glow-blue:hover,
.button--glow-blue:focus,
.button--glow-blue.hover {
  background: #8cb9e0;
  color: #ffffff;
  border-color: #231949;
}
.button--glow-blue:hover::after,
.button--glow-blue:focus::after,
.button--glow-blue.hover::after {
  background-color: #ffffff;
}
.button--white {
  background-color: #ffffff;
  color: #231949;
  border: 1px solid #231949;
}
.button--white::after {
  background-color: #231949;
}
.button--white:hover,
.button--white:focus,
.button--white.hover {
  background-color: #231949;
  color: #ffffff;
}
.button--white:hover::after,
.button--white:focus::after,
.button--white.hover::after {
  background-color: #ffffff;
}
.button--tonys-pink {
  background: #eaae93;
  color: #1e1445;
}
.button--tonys-pink::after {
  background-color: #1e1445;
}
.button--edgewater {
  background: #cbe3de;
  color: #1e1445;
}
.button--edgewater::after {
  background-color: #1e1445;
}
.button--beryl-green {
  background: #e2ebce;
  color: #1e1445;
}
.button--beryl-green::after {
  background-color: #1e1445;
}
.button--chamois {
  background: #f0dcc0;
  color: #1e1445;
}
.button--chamois::after {
  background-color: #1e1445;
}
.button--jagged-ice {
  background: #CCE0ED;
  color: #1e1445;
}
.button--jagged-ice::after {
  background-color: #1e1445;
}
.button--orange {
  background-color: #f39433;
  color: #ffffff;
}
.button--orange::after {
  color: #ffffff;
}
.button--orange:hover,
.button--orange:focus,
.button--orange.hover {
  background: #231949;
  color: #ffffff;
}
.button--orange:hover::after,
.button--orange:focus::after,
.button--orange.hover::after {
  background-color: #ffffff;
}
.button--text {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  /*
        &:hover, &:focus, &.hover {
            text-decoration: underline;
        }
         */
}
.button--text-print,
.button--text-share {
  position: relative;
  font-family: 'Karla', sans-serif;
}
.button--text-print::before,
.button--text-share::before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  width: 25px;
  height: 25px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-position: left center;
  -o-mask-position: left center;
  background-color: #b11f1c;
  -webkit-mask-size: contain;
}
.button--text-print::before {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/print.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/print.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/print.svg");
}
.button--text-share::before {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/share-line.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/share-line.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/share-line.svg");
  height: 26px;
}
.button--back-to-list {
  text-transform: uppercase;
}
@media (max-width: 869px) {
  .button--full-mob {
    text-align: left;
  }
  .button--full-mob::after {
    display: block;
  }
}
.button--reverse {
  padding-right: 25px;
  padding-left: 75px;
}
.button--reverse:after {
  transform: translateY(-50%) rotate(180deg);
  left: 23px;
}
.button--no-border {
  border: none;
}
.button--no-border:hover,
.button--no-border:focus,
.button--no-border.hover {
  border: none;
}
.button--fw {
  width: 100%;
}
.button--small {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px 15px;
}
.button--small:after {
  right: 10px;
  width: 25px;
  height: 25px;
}
.button--small-arrow {
  padding-right: 40px;
}
.journey-navigation .button--small {
  padding: 0;
}
.journey-navigation .button--small a {
  color: inherit;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}
.pagination--wrapper {
  margin-bottom: 30px;
}
.pagination--wrapper::after {
  content: '';
  height: 1px;
  display: table;
  width: 100%;
  clear: both;
}
.pagination--wrapper::after {
  content: '';
  height: 1px;
  display: table;
  width: 100%;
  clear: both;
}
.pagination--items {
  margin: 30px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination--item {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5em;
  padding: 5px;
}
@media (max-width: 869px) {
  .pagination--item {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.pagination--item:not(:last-child) {
  margin-right: 14px;
}
.pagination--item:hover,
.pagination--item:focus {
  text-decoration: underline;
}
@media (max-width: 869px) {
  .pagination--item {
    display: none;
  }
  .pagination--item.pagination--item-active {
    display: block;
    position: relative;
    margin-left: 20px;
  }
  .pagination--item.pagination--item-active:before {
    position: absolute;
    pointer-events: none;
    content: "...";
    text-indent: 0px;
    right: 33px;
    bottom: 4px;
  }
  .pagination--item.pagination--item.pagination--item-active + .pagination--item {
    display: block;
    margin-right: 40px;
  }
  .pagination--item.pagination--item.pagination--item-active + .pagination--item:after {
    position: absolute;
    pointer-events: none;
    margin-left: 20px;
    content: "...";
    text-indent: 0px;
  }
  .pagination--item:nth-child(2),
  .pagination--item:nth-last-child(2) {
    display: inline-block;
  }
  .pagination--item:nth-child(3).pagination--item-active {
    margin-left: 0;
  }
  .pagination--item:nth-child(3).pagination--item-active:before {
    display: none;
  }
  .pagination--item:nth-last-child(2):after {
    display: none;
  }
}
.pagination--item-active {
  text-decoration: underline;
}
.three-steps--navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cover {
  width: 100%;
  max-height: 1080px;
  position: relative;
  justify-content: flex-end;
  min-height: calc(100vh - 128px);
}
.cover.cover--homepage {
  min-height: 100vh;
}
@media (min-width: 1700px) {
  .cover.essentials-cover {
    min-height: 100vh;
  }
}
@media (min-width: 1700px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cover.essentials-cover {
    height: 100vh;
  }
}
@media (max-width: 869px) {
  .cover {
    height: auto;
    background: #f3f3f5;
    min-height: calc(100vh - 86px);
  }
}
.cover .cover--desktop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
@media (max-width: 869px) {
  .cover .cover--desktop {
    display: none;
  }
}
.cover .cover--mobile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
@media (min-width: 1700px) {
  .cover .cover--mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .cover--header-mobile-hide {
    margin-top: 70px;
    min-height: 0;
  }
  .cover--header-mobile-hide .cover--mobile {
    display: none;
  }
}
.cover .cover--text {
  margin: 167px auto 0 auto;
  width: 1678px;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media (max-width: 1700px) {
  .cover .cover--text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cover .cover--text {
    margin-top: 220px;
    padding-bottom: 50px;
  }
}
.cover .cover--text-content {
  background: rgba(115, 130, 137, 0.9);
  max-width: 550px;
  padding: 40px;
  margin: 0 0 0 auto;
  color: #231949;
  font-size: 18px;
  line-height: 1.5em;
}
.cover .cover--text-content .image {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cover .cover--text-content p {
  color: #ffffff;
}
.cover .cover--text-content .h1 {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.5em;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cover .cover--text-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .cover .cover--text-content .image {
    width: 170px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .cover .cover--text-content .h1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
  }
}
.essentials-cover .cover--text {
  padding: 0;
}
.essentials-cover .cover--text-content {
  background-color: #eaae93;
  margin: 0;
  max-width: 100%;
  padding: 30px;
}
.essentials-cover .cover--text-content .h1 {
  text-align: left;
}
@media (max-width: 869px) {
  .essentials-cover .cover--text-content .h1 {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media (min-width: 1700px) {
  .essentials-cover .cover--text-content {
    max-width: 1000px;
  }
}
.essentials-cover .cover--text-content .button {
  position: absolute;
  top: -62px;
  left: 0;
}
@media (min-width: 1700px) {
  .essentials-cover .cover--text-content .button {
    top: -73px;
  }
}
.essentials-cover .wysiwyg h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .essentials-cover .wysiwyg h3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.essentials-cover .wysiwyg p {
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .essentials-cover .wysiwyg p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media all and (-ms-high-contrast: none) {
  .overlapped-cover.cover {
    height: calc(100vh - 134px);
  }
  .overlapped-cover .cover--text {
    height: 100%;
  }
  .overlapped-cover .cover--text .cover--text-content {
    height: 100%;
  }
  .overlapped-cover .cover--text .cover--text-content .flex {
    height: 100%;
  }
}
.overlapped-cover .cover--text-content {
  position: relative;
}
@media (min-width: 991px) {
  .overlapped-cover .cover--text-content {
    bottom: -166px;
  }
}
@media (max-width: 991px) {
  .overlapped-cover .cover--text-content {
    max-width: 100%;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  .overlapped-cover .cover--text-content .h1 {
    text-align: left;
    margin-bottom: 10px;
  }
  .overlapped-cover .cover--text-content .button {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .overlapped-cover .cover--text {
    padding: 0;
  }
}
.overlapped-cover--cover-bg--jagged-ice .cover--text-content {
  background: #CCE0ED;
}
@media (max-width: 869px) {
  .club-page-cover .cover--text {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .club-page-cover .cover--desktop {
    display: none;
  }
  .club-page-cover .cover--mobile {
    display: none;
  }
  .club-page-cover .cover--text {
    margin-top: 105px;
  }
}
@media (max-width: 991px) {
  .club-page-cover .cover--text-content {
    justify-content: center;
    align-items: center;
  }
  .club-page-cover .cover--text-content .image {
    margin: 0 auto;
    width: 70%;
  }
}
@media (max-width: 869px) {
  .ec-mobile-bg {
    min-height: auto;
  }
  .ec-mobile-bg .cover--text {
    margin-top: 0;
    order: 2;
  }
}
.ec-mobile-bg .cover--mobile {
  position: relative;
  height: calc(220 * 100vw / 320);
  background-size: contain;
  order: 1;
  margin-top: 70px;
}
@media (min-width: 870px) {
  .ec-mobile-bg .cover--mobile {
    display: none;
  }
}
.slick,
.slick-single,
.product--items {
  margin: 0 auto;
}
.slick .slick-dots,
.slick-single .slick-dots,
.product--items .slick-dots {
  bottom: auto;
  position: static;
}
.slick .slick-dots li button:before,
.slick-single .slick-dots li button:before,
.product--items .slick-dots li button:before {
  font-size: 48px;
  color: rgba(87, 75, 139, 0.5);
  opacity: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.slick .slick-dots li.slick-active button:before,
.slick-single .slick-dots li.slick-active button:before,
.product--items .slick-dots li.slick-active button:before {
  color: #574B8B;
  opacity: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.slick .slick-dots li button:hover:before,
.slick-single .slick-dots li button:hover:before,
.product--items .slick-dots li button:hover:before {
  color: #8cb9e0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.slick .slick-dots li,
.slick-single .slick-dots li,
.product--items .slick-dots li {
  margin: 30px 5px 0 0;
}
.slick .slick-dots li:last-child,
.slick-single .slick-dots li:last-child,
.product--items .slick-dots li:last-child {
  margin-right: 0;
}
.slick .slick-dots li:only-child,
.slick-single .slick-dots li:only-child,
.product--items .slick-dots li:only-child {
  display: none;
}
.slick.slick-dotted.slick-slider,
.slick-single.slick-dotted.slick-slider,
.product--items.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick.unslicked,
.slick-single.unslicked,
.product--items.unslicked {
  display: flex;
  justify-content: center;
}
.slick.unslicked .carousel--item,
.slick-single.unslicked .carousel--item,
.product--items.unslicked .carousel--item {
  max-width: 240px;
  margin-right: 30px;
}
.slick.unslicked .carousel--item:last-child,
.slick-single.unslicked .carousel--item:last-child,
.product--items.unslicked .carousel--item:last-child {
  margin-right: 0;
}
.carousel {
  /* HOVER/FOCUS state */
  /* end HOVER/FOCUS state */
}
.carousel--base {
  padding-top: 60px;
  padding-bottom: 60px;
}
.carousel--base .h2 {
  color: #231949;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
.carousel--item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.carousel--image {
  width: 235px;
  height: 235px;
  border: 2px solid #b11f1c;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.carousel--image .image {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  display: inline-block;
  max-height: 180px;
  max-width: 180px;
}
.carousel--name {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  display: block;
  text-transform: none;
  font-size: 24px;
  line-height: 1.5em;
  color: #574B8B;
  letter-spacing: 0;
}
.carousel--expire {
  display: block;
  color: #231949;
  font-size: 18px;
  line-height: 1.5em;
}
.carousel--dark-blue {
  background-color: #1e1445;
}
.carousel--dark-blue .h2 {
  color: #ffffff;
}
.carousel--dark-blue .carousel--image {
  background-color: #ffffff;
  border-color: transparent;
}
.carousel--dark-blue .carousel--name {
  color: #ffffff;
}
.carousel--dark-blue .carousel--expire {
  color: #ffffff;
}
.carousel--orange {
  background: #f39433;
}
.carousel--orange .carousel--image {
  background: #ffffff;
  border-color: transparent;
}
.carousel--orange .carousel--name {
  color: #b11f1c;
}
.carousel--orange .carousel--expire {
  color: #b11f1c;
}
.carousel--orange .slick-dots li button:before {
  color: rgba(87, 75, 139, 0.5);
}
.carousel--orange .slick-dots li.slick-active button:before,
.carousel--orange .slick-dots li:hover button:before,
.carousel--orange .slick-dots li:focus button:before {
  color: #574B8B;
}
.carousel--orange-light .carousel--image {
  border-color: #f39433;
}
.carousel--orange-light .carousel--name {
  color: #b11f1c;
}
.carousel--orange-light .carousel--expire {
  color: #b11f1c;
}
.carousel--orange-light .slick-dots li button:before {
  color: rgba(87, 75, 139, 0.5);
}
.carousel--orange-light .slick-dots li.slick-active button:before,
.carousel--orange-light .slick-dots li:hover button:before,
.carousel--orange-light .slick-dots li:focus button:before {
  color: #574B8B;
}
.carousel--pink-light .carousel--image {
  border-color: #c3578d;
}
.carousel--pink-light .carousel--name {
  color: #b11f1c;
}
.carousel--pink-light .carousel--expire {
  color: #b11f1c;
}
.carousel--resources .section--inner,
.carousel--welcome .section--inner {
  margin: 0 auto 30px;
  padding: 0 20px 30px;
  max-width: 1678px;
}
.carousel--resources .h2,
.carousel--welcome .h2 {
  text-align: left;
  color: rgba(198, 150, 129, 0.5);
}
.carousel--resources .carousel--image,
.carousel--welcome .carousel--image {
  border: 2px solid #231949;
}
.carousel--resources .carousel--name,
.carousel--welcome .carousel--name {
  color: #231949;
}
.carousel--resources .carousel--locked-label .h2:before,
.carousel--welcome .carousel--locked-label .h2:before {
  background-color: #c69681;
}
.carousel--welcome .section--inner {
  border-bottom: 1px solid rgba(198, 150, 129, 0.5);
}
.carousel--welcome .h2 {
  color: #c69681;
}
.carousel--welcome .carousel--image {
  border: 2px solid #231949;
}
.carousel--welcome .carousel--name {
  color: #231949;
}
.carousel--locked {
  opacity: 0.5;
}
.carousel--essentials-pack {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 869px) {
  .carousel--essentials-pack .h2 {
    margin-bottom: 20px;
  }
}
.carousel--essentials-pack .slick-dots li {
  margin-top: 0;
}
.carousel--essentials-pack .slick-dots li button:before {
  color: rgba(234, 174, 147, 0.5);
}
.carousel--essentials-pack .slick-dots li.slick-active button:before {
  color: #eaae93;
}
.carousel--essentials-pack .section--inner {
  border-bottom: 0;
}
.carousel--essentials-pack .section--inner:after {
  content: '';
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  height: 2px;
  margin-top: 40px;
  background-color: rgba(234, 174, 147, 0.5);
}
.carousel--life {
  background-color: #8cb9e0;
  margin: 0 auto;
  padding: 30px 20px;
}
.carousel--life .carousel--image {
  background-color: #ffffff;
}
.carousel--life .carousel--name {
  color: #231949;
}
.carousel--life .slick-dots {
  margin-top: 0;
}
.carousel--item:focus,
.carousel--item:hover {
  outline: 0;
}
.carousel--item:focus .carousel--image,
.carousel--item:hover .carousel--image {
  border-color: #b11f1c;
}
.carousel--item:focus .carousel--image .image,
.carousel--item:hover .carousel--image .image {
  transform: scale(1.2);
}
.carousel--item:focus .carousel--name,
.carousel--item:hover .carousel--name {
  text-decoration: underline;
}
.carousel--orange .carousel--item:focus .carousel--image,
.carousel--orange .carousel--item:hover .carousel--image {
  border-color: #231949;
}
.carousel--essentials-pack + .carousel--essentials-pack .section--inner:after {
  display: none;
}
.carousel--locked-label .h2 {
  display: flex;
  align-items: center;
}
.carousel--locked-label .h2:before {
  content: "";
  mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  -o-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -o-mask-position: center;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 15px;
}
.cover-carousel--item--desktop,
.cover-carousel--item--mobile {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 869px) {
  .cover-carousel--item--desktop {
    display: none;
  }
}
@media screen and (min-width: 870px) {
  .cover-carousel--item--mobile {
    display: none;
  }
}
.carousel--base .slick .slick-dots li button:before {
  color: #b11f1c;
}
.carousel--base .slick .slick-dots li.slick-active button:before {
  color: #b11f1c;
}
.cover-carousel--wrapper {
  position: relative;
}
.cover-carousel--wrapper .cover--scroll-button {
  border-radius: 25px;
  background: red;
  color: #ffffff;
  padding: 15px 35px 15px 20px;
  position: absolute;
  bottom: 40px;
  letter-spacing: 1.5px;
  left: 9%;
  z-index: 2;
  text-decoration: none;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 869px) {
  .cover-carousel--wrapper .cover--scroll-button {
    left: 20px;
    top: 177px;
    bottom: auto;
  }
}
.cover-carousel--wrapper .cover--scroll-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  mask-image: url("/themes/custom/vitaflodiet/img/icons/arrow-down.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/arrow-down.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.cover-carousel--wrapper .cover--scroll-button--pink {
  background: #c3578d;
  color: #ffffff;
}
.cover-carousel--wrapper .cover--scroll-button--pink:after {
  background-color: #ffffff;
}
.cover-carousel--wrapper .cover--scroll-button--pink:hover {
  background-color: #ffffff;
  color: #231949;
}
.cover-carousel--wrapper .cover--scroll-button--pink:hover:after {
  background-color: #231949;
}
.cover-carousel--wrapper .cover--scroll-button--orange {
  background: #f39433;
  color: #ffffff;
}
.cover-carousel--wrapper .cover--scroll-button--orange:after {
  background-color: #ffffff;
}
.cover-carousel--wrapper .cover--scroll-button--orange:hover {
  background-color: #ffffff;
  color: #231949;
}
.cover-carousel--wrapper .cover--scroll-button--orange:hover:after {
  background-color: #231949;
}
.cover-carousel.slick-slider {
  width: 100%;
  max-height: 1080px;
  position: relative;
  justify-content: flex-end;
}
@media (min-width: 870px) {
  .cover-carousel.slick-slider {
    height: calc(100vh - 270px);
  }
}
.cover-carousel.slick-slider.slick-dotted {
  margin-bottom: 0;
}
@media (max-width: 869px) {
  .cover-carousel.slick-slider {
    /*min-height: 100vh;*/
    min-height: 60vh;
    height: calc(100vh - 270px);
    background: #f3f3f5;
  }
}
.cover-carousel .slick-list,
.cover-carousel .slick-track {
  height: 100%;
}
.cover-carousel--item.slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  outline: 0;
  position: relative;
}
.cover-carousel .slick-dots {
  position: absolute;
  right: 60px;
  bottom: 45px;
  z-index: 1;
  margin: 0;
  width: auto;
}
@media (max-width: 869px) {
  .cover-carousel .slick-dots {
    bottom: 10px;
    right: 45px;
  }
}
.cover-carousel .slick-dots li button::before {
  color: rgba(177, 31, 28, 0.5);
}
.cover-carousel .slick-dots li.slick-active button::before {
  color: #b11f1c;
}
.cover-carousel--text {
  float: right;
  display: inline-block;
  min-width: 550px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
@media (max-width: 869px) {
  .cover-carousel--text {
    float: none;
    width: 100%;
    min-width: auto;
    padding: 20px;
  }
}
.cover-carousel--label {
  font-size: 35px;
  line-height: 1.5em;
  margin-bottom: 35px;
}
@media (max-width: 869px) {
  .cover-carousel--label {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.cover-carousel--description {
  margin-bottom: 35px;
}
@media (max-width: 869px) {
  .cover-carousel--description {
    margin-bottom: 20px;
  }
}
.cover-carousel--button {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .cover-carousel--button {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.cover-carousel--button:hover,
.cover-carousel--button:focus {
  text-decoration: underline;
}
@media (max-width: 869px) {
  .cover-carousel--mob-hide.slick-slider {
    min-height: 0;
    height: 0;
    margin-top: 70px;
  }
  .cover-carousel--mob-hide.slick-slider > * {
    display: none;
  }
  .cover-carousel--mob-hide.slick-slider ul.slick-dots {
    opacity: 0;
  }
}
.cover-carousel-with-block.slick-slider {
  height: calc(100vh - 165px);
}
@media (max-width: 869px) {
  .collapsible-section {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .collapsible-section--light-gray {
    background-color: #f3f3f5;
  }
}
.collapsible-section--label {
  font-size: 32px;
  line-height: 1.5em;
  position: relative;
  padding: 20px 0;
  text-transform: uppercase;
}
@media (max-width: 869px) {
  .collapsible-section--label {
    cursor: pointer;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
  }
  .collapsible-section--label::after {
    background-color: #231949;
    content: "";
    position: absolute;
    transform: rotate(0deg) translateY(-50%);
    right: 18px;
    top: 50%;
    mask-image: url("/themes/custom/vitaflodiet/img/icons/down.svg");
    -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/down.svg");
    -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/down.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    mask-size: 26px;
    -webkit-mask-size: 26px;
    -o-mask-size: 26px;
    width: 26px;
    height: 14px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transform-origin: center;
  }
}
@media (max-width: 869px) {
  .collapsible-section--content {
    display: none;
    padding: 20px;
  }
}
.collapsible-section--open .collapsible-section--label::after {
  transform: rotate(-180deg) translateY(50%);
}
.collapsible-section--open .collapsible-section--content {
  display: block;
}
.product--wrapper {
  padding-top: 90px;
}
.product--wrapper h1 {
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: center;
}
.product--items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 870px) {
  .product--items {
    padding-top: 25px;
  }
}
@media (max-width: 869px) {
  .product--items {
    justify-content: center;
  }
}
.product--items .carousel--item {
  margin-bottom: 100px;
  width: 355px;
}
@media (max-width: 869px) {
  .product--items .carousel--item {
    margin: 0 5px 50px 5px;
    width: 200px;
  }
}
.product--items .carousel--item:hover .carousel--image .image,
.product--items .carousel--item:focus .carousel--image .image {
  transform: scale(1.2);
}
.product--items .carousel--image {
  width: 355px;
  height: 355px;
  border-color: #1e1445;
}
@media (max-width: 869px) {
  .product--items .carousel--image {
    width: 200px;
    height: 200px;
  }
}
.product--items .carousel--image .image {
  max-width: 240px;
  max-height: 240px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 869px) {
  .product--items .carousel--image .image {
    max-width: 140px;
    max-height: 140px;
  }
}
.product--items .carousel--name {
  color: #1e1445;
}
.product--items .carousel--button {
  color: #8cb9e0;
  margin-top: 10px;
}
@media (min-width: 870px) {
  .product-content--main-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 869px) {
  .product-content--main-section .collapsible-section {
    margin-bottom: 15px;
  }
}
.product-content--content {
  flex-grow: 1;
}
@media (min-width: 870px) {
  .product-content--content {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .product-content--content {
    flex-basis: calc(100% - 650px);
  }
}
@media (min-width: 992px) {
  .product-content--resources {
    flex-basis: 550px;
    margin: 0 0 50px 100px;
  }
}
@media (max-width: 869px) {
  .product-content--resources {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.product-content--resources-label {
  font-size: 35px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
@media (max-width: 869px) {
  .product-content--resources-label {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 25px;
  }
}
.product-content--resources-wrapper {
  background-color: #738289;
  padding: 50px;
}
.product-content--resources-wrapper * {
  color: #ffffff;
}
@media (max-width: 869px) {
  .product-content--resources-wrapper {
    padding: 20px;
  }
}
.product-content--resources .p {
  margin-bottom: 30px;
}
.product-content--resources-item {
  font-size: 24px;
  line-height: 1.5em;
  text-transform: uppercase;
  display: flex;
  text-decoration: none;
}
.product-content--resources-item:not(:last-of-type) {
  margin-bottom: 45px;
}
@media (max-width: 869px) {
  .product-content--resources-item {
    font-size: 16px;
    line-height: 1.5em;
    align-items: center;
  }
}
.product-content--resources-item::before {
  content: "";
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -o-mask-position: center;
  background-color: #ffffff;
  display: inline-block;
  width: 43px;
  height: 39px;
  margin-right: 20px;
}
.product-content--resources-item-video::before {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/video.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/video.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/video.svg");
}
.product-content--resources-item-usefull::before {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/usefull.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/usefull.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/usefull.svg");
}
.product-content--resources-item-download::before {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/download_bold.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/download_bold.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/download_bold.svg");
}
.product-content--resources-item-label {
  flex-basis: calc(100% - 63px);
}
.product-content--resources-item:hover,
.product-content--resources-item:focus {
  text-decoration: underline;
}
.product-content--resources-image {
  margin-top: 45px;
  text-align: center;
}
.product-content--faqs-faq-item {
  margin-bottom: 50px;
}
.product-content--faqs-faq-item-label {
  font-size: 24px;
  line-height: 1.5em;
  color: #8cb9e0;
}
@media (max-width: 869px) {
  .product-content--faqs-faq-item-label {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.product-content--faqs-wysiwyg h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5em;
  color: #327BBA;
  margin-top: 20px;
  padding: 20px 0;
}
.product-content--faqs-wysiwyg h2:first-child {
  margin-top: 0;
}
@media (max-width: 869px) {
  .product-content--faqs-wysiwyg h2 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.product-content--faqs-wysiwyg ol {
  background-color: #f3f3f5;
  padding: 15px;
  margin: 25px 0;
  counter-reset: custom;
}
.product-content--faqs-wysiwyg ol li {
  padding-left: 30px;
  line-height: 25px;
  position: relative;
  margin-bottom: 20px;
}
.product-content--faqs-wysiwyg ol li:last-child {
  margin-bottom: 0;
}
.product-content--faqs-wysiwyg ol li:before {
  color: #b11f1c !important;
  font-size: 21px;
  line-height: 1.3em;
  position: absolute;
  left: 5px;
  content: counter(custom) '. ';
  counter-increment: custom;
}
.product-content--faqs-wysiwyg ul {
  background-color: #f3f3f5;
  padding: 15px;
  margin: 25px 0;
}
.product-content--faqs-wysiwyg ul li {
  padding-left: 30px;
  line-height: 25px;
  position: relative;
  margin-bottom: 20px;
}
.product-content--faqs-wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.product-content--faqs-wysiwyg ul li:before {
  background-color: #b11f1c;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
}
.product-content--faqs-wysiwyg iframe {
  border: none;
}
.product-content--faqs-wysiwyg a {
  text-decoration: underline;
  font-weight: bold;
}
.product-content--faqs-wysiwyg a:hover,
.product-content--faqs-wysiwyg a:focus {
  text-decoration: none;
}
.product--timeline {
  padding: 0;
}
.product--timeline .h2 {
  color: #8cb9e0;
  margin-bottom: 30px;
  text-align: left;
}
.product--timeline .product--description {
  margin-bottom: 30px;
}
.product--timeline .product--items .carousel--item {
  width: 250px;
  margin-bottom: 65px;
}
@media (max-width: 869px) {
  .product--timeline .product--items .carousel--item {
    margin-bottom: 0;
  }
}
.product--timeline .product--items .carousel--image {
  background-color: #ffffff;
  width: 250px;
  height: 250px;
  border: none;
}
.product--timeline .product--items .carousel--image .image {
  max-height: 190px;
  max-width: 190px;
}
.blogposts--wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blogposts--latest-blogposts {
  background: #f3f3f5;
}
.blogposts--header {
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 869px) {
  .blogposts--header {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0;
  }
}
@media (max-width: 869px) {
  .blogposts {
    display: flex;
    padding: 25px 0 0;
    justify-content: space-between;
    flex-direction: column;
  }
  .blogposts--wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.blogposts--latest-blogposts-video {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 869px) {
  .blogposts--latest-blogposts-video {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.blogposts--latest-blogposts-video-label {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 869px) {
  .blogposts--latest-blogposts-video-label {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 869px) {
  .blogposts--latest-blogposts-video-items {
    margin: 0 -20px;
  }
}
.blogposts--latest-blogposts-video-item {
  display: block;
}
@media (max-width: 869px) {
  .blogposts--latest-blogposts-video-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.blogposts--latest-blogposts-video-item-image {
  display: block;
}
.blogpost {
  width: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 869px) {
  .blogpost {
    padding: 0;
    flex-direction: column;
    background: #8cb9e0;
  }
}
.blogpost + .blogpost {
  margin-top: 30px;
}
@media (max-width: 869px) {
  .blogpost + .blogpost {
    margin-top: 20px;
  }
}
.blogpost--image {
  min-height: 280px;
  min-width: 280px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background-position: center center;
}
@media (max-width: 869px) {
  .blogpost--image {
    width: 100%;
    padding-top: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
}
.blogpost--text {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
}
.blogpost--text-content {
  padding: 40px;
}
@media (max-width: 869px) {
  .blogpost--text-content {
    padding: 0;
  }
  .blogpost--text-content p {
    padding: 20px 20px 0px 20px;
  }
}
.blogpost--text .h3 {
  color: #574B8B;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 869px) {
  .blogpost--text .h3 {
    font-size: 18px;
    line-height: 1.5em;
    padding: 20px;
    color: #ffffff;
    background: #4a750c;
    margin-bottom: 0;
  }
}
.blogpost--text .h3 span.h3-inner {
  color: #574B8B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*
                .blogpost--header {
                    width: calc(100% - 40px);
                }
                */
}
@media (max-width: 869px) {
  .blogpost--text .h3 span.h3-inner {
    color: #ffffff;
  }
}
@media (max-width: 869px) {
  .blogpost--text .h3 span.h3-inner .mask--arrow-right {
    width: 20px;
    height: 20px;
  }
}
.blogpost--text .p {
  font-size: 16px;
  line-height: 1.5em;
  color: #231949;
}
.blogpost--footer {
  background: #8cb9e0;
  display: flex;
  align-items: center;
}
.blogpost--footer-inner {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  font-size: 19px;
  line-height: 1.5em;
  color: #ffffff;
  padding: 18px 25px 18px 45px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blogpost:hover {
  cursor: pointer;
}
.blogpost:hover .blogpost--footer-inner {
  background: #231949;
  color: #ffffff;
}
@media (max-width: 869px) {
  .blogpost:hover .blogpost--text .h3 {
    background-color: #4a750c;
  }
}
@media (min-width: 870px) {
  .blogpost:hover .blogpost--text .h3 {
    color: #231949;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
  }
  .blogpost:hover .blogpost--text .h3-inner {
    color: inherit;
  }
}
.blogpost:hover .blogpost--image {
  background-size: auto 110%;
  background-position: center center;
}
.blogpost--content {
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 869px) {
  .blogpost--content {
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
    margin: 0 -20px;
  }
}
.blogpost--content-label {
  font-size: 24px;
  line-height: 1.5em;
  color: #8cb9e0;
  margin-bottom: 15px;
}
@media (max-width: 869px) {
  .blogpost--content-label {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.blogpost--content-column-image {
  flex-basis: 960px;
}
.blogpost--content-column-content {
  flex-basis: 550px;
}
@media (max-width: 869px) {
  .blogpost--content-column-content {
    padding: 20px;
  }
}
.blogpost--content-column-content .author--item {
  margin-bottom: 30px;
}
@media (max-width: 869px) {
  .blogpost--content-column-content .author--item {
    margin-bottom: 15px;
  }
}
.blogpost--content-column-content .author--item-by {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .blogpost--content-column-content .author--item-by {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.blogpost--content-column-content .author--item-datetime {
  margin-bottom: 60px;
}
@media (max-width: 869px) {
  .blogpost--content-column-content .author--item-datetime {
    margin-bottom: 30px;
  }
}
.blogpost--content .button--back-to-list {
  margin-top: 40px;
}
@media (max-width: 869px) {
  .blogpost--content .button--back-to-list {
    margin-top: 20px;
    margin-left: 20px;
  }
}
.blogpost-detail {
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
}
.blogpost-detail p {
  color: #738289;
}
.blogpost-detail h3 {
  color: #b11f1c;
}
@media (max-width: 869px) {
  .blogpost-detail {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }
}
.blogpost-detail--description {
  margin-bottom: 25px;
}
.blogpost-detail--post-gallery {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 869px) {
  .blogpost-detail--post-gallery .post-gallery--item img {
    width: 100%;
  }
}
@media (min-width: 870px) {
  .blogpost-detail--post-gallery .post-gallery--item + .post-gallery--item {
    margin-left: 20px;
  }
}
.blogpost-detail--items-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  width: 100%;
}
@media (max-width: 869px) {
  .blogpost-detail--items-wrapper {
    display: block;
  }
}
.blogpost-detail--left-content {
  flex-basis: calc(100% - 650px);
}
.blogpost-detail--right-content {
  flex-basis: 550px;
}
@media (min-width: 870px) {
  .blogpost-detail--right-content {
    margin-left: 100px;
  }
}
.blogpost-detail--label {
  margin-bottom: 25px;
}
.blogpost-detail--box-recommendation {
  padding: 70px 40px;
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 869px) {
  .blogpost-detail--box-recommendation {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 25px;
  }
}
@media (min-width: 870px) and (max-width: 1150px) {
  .blogpost-detail--v1 .blogpost-detail--items-wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 870px) and (max-width: 1150px) {
  .blogpost-detail--v1 .blogpost-detail--left-content {
    flex-basis: calc(50% - 50px);
  }
  .blogpost-detail--v1 .blogpost-detail--left-content.blogpost-detail--info {
    flex-basis: 100%;
  }
}
@media (min-width: 870px) and (max-width: 1150px) {
  .blogpost-detail--v1 .blogpost-detail--right-content {
    flex-basis: calc(50% - 50px);
  }
}
.blogpost-detail--v1 .blogpost-detail--box-recommendation {
  background-color: #b11f1c;
}
.blogpost-detail--v1 .blogpost-detail--box-recommendation p {
  color: #ffffff;
}
@media (max-width: 869px) {
  .blogpost-detail--v1 .blogpost-detail--label {
    text-transform: uppercase;
    color: #b11f1c;
  }
}
@media (max-width: 869px) {
  .blogpost-detail--v1 .blogpost-detail--post-gallery {
    flex-direction: column;
  }
}
@media (min-width: 870px) and (max-width: 1434px) {
  .blogpost-detail--v2 .blogpost-detail--left-content {
    flex-basis: calc(50% - 50px);
  }
  .blogpost-detail--v2 .blogpost-detail--left-content.blogpost-detail--info {
    flex-basis: 100%;
  }
}
@media (min-width: 870px) and (max-width: 1434px) {
  .blogpost-detail--v2 .blogpost-detail--right-content {
    flex-basis: calc(50% - 50px);
  }
}
.blogpost-detail--v2 .blogpost-detail--box-recommendation {
  background-color: #b11f1c;
}
.blogpost-detail--v2 .blogpost-detail--box-recommendation p {
  color: #ffffff;
}
.blogpost-detail--v2 .blogpost-detail--label {
  font-size: 35px;
  line-height: 1.5em;
  color: #b11f1c;
  text-transform: uppercase;
}
@media (max-width: 869px) {
  .blogpost-detail--v2 .blogpost-detail--label {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.blogpost-detail--v2 .blogpost-detail--right-content .post-gallery--item img {
  width: 100%;
}
@media (max-width: 869px) {
  .blogpost-detail--v2 .blogpost-detail--right-content {
    display: none;
  }
}
@media (max-width: 869px) {
  .blogpost-detail--v2 .blogpost-detail--post-gallery {
    flex-wrap: wrap;
  }
  .blogpost-detail--v2 .blogpost-detail--post-gallery .post-gallery--item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 870px) {
  .blogpost-detail--v2 .blogpost-detail--post-gallery {
    display: none;
  }
}
.blogpost-detail--v2 .blogpost-detail--box-recommendation {
  margin-bottom: 20px;
}
.blogpost-detail--v2 .blogpost-detail--description {
  color: #707070;
}
@media (min-width: 870px) {
  .blogpost-detail--v2 {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    grid-template-rows: auto 1fr;
    gap: 1px 1px;
    grid-template-areas: "detail-info right-content" "main-content right-content";
  }
  .blogpost-detail--v2 .blogpost-detail--right-content {
    grid-area: right-content;
    margin-left: 0;
  }
  .blogpost-detail--v2 .blogpost-detail--info {
    grid-area: detail-info;
    margin-right: 100px;
  }
  .blogpost-detail--v2 .blogpost-detail--main-content {
    grid-area: main-content;
    margin-right: 100px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blogpost-detail--v2 {
    display: -ms-grid;
    -ms-grid-columns: 1.5fr 0.5fr;
    -ms-grid-rows: auto 1fr;
  }
  .blogpost-detail--v2 .blogpost-detail--right-content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .blogpost-detail--v2 .blogpost-detail--info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .blogpost-detail--v2 .blogpost-detail--main-content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.blogpost-detail--v3 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.blogpost-detail--v3 .blogpost-detail {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
.blogpost-detail--v3 .blogpost-detail--intro {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 65px;
}
.blogpost-detail--v3 .blogpost-detail--items-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blogpost-detail--v3 .blogpost-detail--box-recommendation {
  color: #1e1445;
  font-size: 35px;
  line-height: 1.5em;
  box-sizing: border-box;
  border-left: 5px solid #1e1445;
  padding: 0 20px;
  margin-bottom: 20px;
}
.blogpost-detail--v3 .blogpost-detail--box-recommendation:first-child {
  margin-top: 40px;
}
@media (min-width: 870px) {
  .blogpost-detail--v3 .blogpost-detail--box-recommendation {
    margin-bottom: 40px;
    padding: 0 30px;
  }
}
.blogpost-detail--v3 .blogpost-detail--label {
  font-size: 35px;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 869px) {
  .blogpost-detail--v3 .blogpost-detail--label {
    font-size: 24px;
    line-height: 1.5em;
  }
}
@media (max-width: 869px) {
  .blogpost-detail--v3 .blogpost-detail--post-gallery {
    flex-wrap: wrap;
  }
  .blogpost-detail--v3 .blogpost-detail--post-gallery .post-gallery--item {
    display: block;
    width: 100%;
  }
}
.blogpost-detail--v3 .blogpost-detail--post-gallery-full-width {
  width: 100%;
}
.blogpost-detail--v3 .blogpost-detail--post-gallery-full-width .post-gallery--item {
  width: 100%;
}
.blogpost-detail--v3 .blogpost-detail--post-gallery-full-width .post-gallery--item img {
  width: 100%;
}
.blogpost-detail--v3 .blogpost-detail--background--expand {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1678px;
  content: '';
  z-index: 1;
}
.blogpost-detail--v3 .blogpost-detail--background--light-blue .blogpost-detail--background--expand {
  background-color: #8cb9e0;
  color: #ffffff;
}
.blogpost-detail--v3 .blogpost-detail--background--light-blue .blogpost-detail--box-recommendation {
  color: #ffffff;
  border-left: 5px solid #ffffff;
}
.blogpost-detail--v3 .blogpost-detail--background--light-blue .blogpost-detail h3 {
  color: #ffffff;
}
.blogpost-detail--v3 .blogpost-detail--background--pink .blogpost-detail--background--expand {
  background-color: #c3578d;
  color: #ffffff;
}
.blogpost-detail--v3 .blogpost-detail--background--pink .blogpost-detail--box-recommendation {
  color: #ffffff;
  border-left: 5px solid #ffffff;
}
.blogpost-detail--v3 .blogpost-detail--background--pink .blogpost-detail h3 {
  color: #ffffff;
}
.video--responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video--responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner--three-steps {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #8cb9e0;
}
@media (max-width: 869px) {
  .banner--three-steps {
    padding: 40px 20px;
  }
}
.banner--three-steps .h2,
.banner--three-steps .h3 {
  margin-bottom: 70px;
}
@media (max-width: 869px) {
  .banner--three-steps .h2,
  .banner--three-steps .h3 {
    margin-bottom: 50px;
  }
}
.banner--three-steps .three-steps--icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner--three-steps .three-steps--icons .three-steps--wrapper {
  flex-basis: 28%;
  position: relative;
}
@media (max-width: 869px) {
  .banner--three-steps .three-steps--icons .three-steps--wrapper {
    flex-basis: 100%;
  }
}
.banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon {
  margin: 0 auto 90px auto;
  width: 160px;
}
@media (max-width: 869px) {
  .banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon {
    margin-bottom: 45px;
  }
}
.banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon .three-steps--icon-img {
  height: 90px;
  margin: 0 auto 45px;
}
@media (max-width: 869px) {
  .banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon .three-steps--icon-img {
    height: 100px;
  }
}
.banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon .h2,
.banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon .h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon .h2,
  .banner--three-steps .three-steps--icons .three-steps--wrapper .three-steps--icon .h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 869px) {
  .banner--three-steps .three-steps--icons .three-steps--wrapper + .three-steps--wrapper .three-steps--icon {
    margin-top: 45px;
  }
}
.banner--three-steps .three-steps--icons .three-steps--wrapper + .three-steps--wrapper .three-steps--icon .h2::before,
.banner--three-steps .three-steps--icons .three-steps--wrapper + .three-steps--wrapper .three-steps--icon .h3::before {
  content: "";
  position: absolute;
  left: -27.5px;
  width: 55px;
  height: 55px;
  background: url("/themes/custom/vitaflodiet/img/icons/plus.svg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 869px) {
  .banner--three-steps .three-steps--icons .three-steps--wrapper + .three-steps--wrapper .three-steps--icon .h2::before,
  .banner--three-steps .three-steps--icons .three-steps--wrapper + .three-steps--wrapper .three-steps--icon .h3::before {
    width: 36px;
    height: 36px;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
  }
}
.block--text .section--inner:not(.section--no-gutters-and-width),
.block--text-two-column .section--inner:not(.section--no-gutters-and-width) {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 869px) {
  .block--text .section--inner:not(.section--no-gutters-and-width),
  .block--text-two-column .section--inner:not(.section--no-gutters-and-width) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.block + .block--text .section--inner {
  padding-top: 0;
}
.block--text-image-two-column .h2 {
  font-size: 24px;
  line-height: 1.5em;
  color: #c3578d;
  margin-bottom: 40px;
}
.block--text-image-two-column .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 869px) {
  .block--text-image-two-column .flex {
    display: block;
  }
}
.block--text-image-two-column .flex .block--text-content {
  flex-basis: 65%;
}
@media (max-width: 869px) {
  .block--text-image-two-column .flex .block--text-content {
    margin-bottom: 40px;
  }
}
.block--text-image-two-column .flex .block--images-content {
  flex-basis: 33%;
}
@media (max-width: 869px) {
  .block--text-image-two-column .flex .block--images-content {
    margin: 0 -20px;
  }
}
@media (max-width: 869px) {
  .block-text--esentials-pack .wysiwyg h2 {
    margin-bottom: 15px;
  }
}
.wysiwyg .h1,
.wysiwyg h1,
.wysiwyg .h2,
.wysiwyg h2,
.wysiwyg .h3,
.wysiwyg h3,
.wysiwyg .h4,
.wysiwyg h4,
.wysiwyg .h5,
.wysiwyg h5,
.wysiwyg .h6,
.wysiwyg h6 {
  color: #b11f1c;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media (max-width: 869px) {
  .wysiwyg .h1,
  .wysiwyg h1,
  .wysiwyg .h2,
  .wysiwyg h2,
  .wysiwyg .h3,
  .wysiwyg h3,
  .wysiwyg .h4,
  .wysiwyg h4,
  .wysiwyg .h5,
  .wysiwyg h5,
  .wysiwyg .h6,
  .wysiwyg h6 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 0 0 25px 0;
  }
}
.wysiwyg p {
  color: #5D6C73;
}
.wysiwyg h3,
.wysiwyg .h3 {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.wysiwyg a {
  text-decoration: underline;
  font-weight: bold;
}
.wysiwyg a.block--recipe-accordion--link {
  text-decoration: none;
}
.wysiwyg a.block--recipe-accordion--link:hover,
.wysiwyg a.block--recipe-accordion--link:focus {
  text-decoration: underline;
}
.wysiwyg a:hover,
.wysiwyg a:focus {
  text-decoration: none;
}
.wysiwyg p:not(:last-child),
.wysiwyg ul:not(:last-child),
.wysiwyg ol:not(:last-child),
.wysiwyg table:not(:last-child),
.wysiwyg .table--responsive:not(:last-child) {
  margin: 0 0 25px 0;
}
.wysiwyg ul li,
.wysiwyg ol li {
  padding-left: 30px;
  line-height: 25px;
}
.wysiwyg ul li:not(:last-child),
.wysiwyg ol li:not(:last-child) {
  margin-bottom: 40px;
}
.wysiwyg ul li {
  background: url("/themes/custom/vitaflodiet/img/icons/list-item.svg") top 2px left no-repeat;
}
.wysiwyg ol {
  counter-reset: custom;
}
.wysiwyg ol li {
  position: relative;
}
.wysiwyg ol li:before {
  font-size: 21px;
  line-height: 1.5em;
  position: absolute;
  left: 5px;
  content: counter(custom) '. ';
  counter-increment: custom;
}
.wysiwyg img {
  display: block;
}
.wysiwyg table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
  border-spacing: 0;
  border-top: 1px dashed;
  border-left: 1px dashed;
  border-radius: 25px;
}
.wysiwyg table tr td,
.wysiwyg table tr th {
  border-right: 1px dashed;
  border-bottom: 1px dashed;
  padding: 36px;
  font-weight: 400;
}
.wysiwyg table tr td {
  padding: 10px;
}
.wysiwyg table > *:first-child tr:first-child td:first-child,
.wysiwyg table > *:first-child tr:first-child th:first-child {
  border-radius: 25px 0 0 0;
}
.wysiwyg table > *:first-child tr:first-child td:last-child,
.wysiwyg table > *:first-child tr:first-child th:last-child {
  border-radius: 0 25px 0 0;
}
.wysiwyg table > *:last-child tr:last-child td:first-child,
.wysiwyg table > *:last-child tr:last-child th:first-child {
  border-radius: 0 0 0 25px;
}
.wysiwyg table > *:last-child tr:last-child td:last-child,
.wysiwyg table > *:last-child tr:last-child th:last-child {
  border-radius: 0 0 25px 0;
}
.wysiwyg .table--responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.wysiwyg .table--responsive table {
  width: 100%;
  max-width: 100%;
}
.wysiwyg .table--swipe {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.wysiwyg .table--swipe::before {
  margin-right: 15px;
  display: inline-block;
  content: "";
  mask-image: url("/img/icons/hand.svg");
  -webkit-mask-image: url("/img/icons/hand.svg");
  -o-mask-image: url("/img/icons/hand.svg");
  mask-position: center;
  -webkit-mask-position: center;
  -o-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  width: 20px;
  height: 25px;
}
@media (min-width: 870px) {
  .wysiwyg .table--swipe {
    display: none;
  }
}
.wysiwyg.nutrition-table table {
  border-spacing: 5px;
  border: none;
}
.wysiwyg.nutrition-table table tr th {
  color: #ffffff;
}
.wysiwyg.nutrition-table table tr td,
.wysiwyg.nutrition-table table tr th {
  border: none;
  font-size: 28px;
  line-height: 1.5em;
}
@media (max-width: 869px) {
  .wysiwyg.nutrition-table table tr td,
  .wysiwyg.nutrition-table table tr th {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed {
  margin: 20px 0;
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed table {
  border-collapse: collapse;
}
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed table > *:last-child tr:last-child td:first-child,
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed table > *:last-child tr:last-child th:first-child {
  border-radius: 0 25px 0 0;
}
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed table > *:first-child tr:first-child td:last-child,
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed table > *:first-child tr:first-child th:last-child {
  border-radius: 0 0 0 25px;
}
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed tr {
  display: block;
  float: left;
}
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed th,
.wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed td {
  display: block;
  font-size: 26px;
  padding: 10px;
  border: 1px solid #f3f3f5;
}
@media (max-width: 530px) {
  .wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed th,
  .wysiwyg.nutrition-table.wysiwyg.nutrition-table--transposed td {
    font-size: 18px;
  }
}
.wysiwyg .button--primary {
  text-decoration: none;
}
.wysiwyg--pku h3,
.wysiwyg--pku .h3 {
  color: #8cb9e0;
}
.wysiwyg--pku table {
  border-top: 1px dashed #8cb9e0;
  border-left: 1px dashed #8cb9e0;
}
.wysiwyg--pku table tr td,
.wysiwyg--pku table tr th {
  border-right: 1px dashed #8cb9e0;
  border-bottom: 1px dashed #8cb9e0;
}
.wysiwyg--pku.nutrition-table--blue table tr td,
.wysiwyg--pku.nutrition-table--blue table tr th {
  background-color: #231949;
}
.wysiwyg--pku.nutrition-table--blue table tr td {
  color: #8cb9e0;
}
.wysiwyg--pku.nutrition-table--light-blue table tr td,
.wysiwyg--pku.nutrition-table--light-blue table tr th {
  background-color: #8cb9e0;
}
.wysiwyg--pku .list-line ul a,
.wysiwyg--pku .list-line ol a {
  text-decoration: none;
}
.wysiwyg--pku .list-line ul li + li,
.wysiwyg--pku .list-line ol li + li {
  border-top: 1px solid #1e1445;
}
.wysiwyg--pku .list-line ul li,
.wysiwyg--pku .list-line ol li {
  padding: 20px 0;
  text-transform: uppercase;
  margin: 0;
  background: none;
}
.wysiwyg--pku .list-line ul li:hover,
.wysiwyg--pku .list-line ol li:hover {
  font-weight: 600;
}
.wysiwyg--pku ol li:before {
  color: #8cb9e0;
}
.wysiwyg--llw table {
  border-radius: 25px;
  border-top: 1px dashed #b1bf4c;
  border-left: 1px dashed #b1bf4c;
}
.wysiwyg--llw table tr td,
.wysiwyg--llw table tr th {
  border-right: 1px dashed #b1bf4c;
  border-bottom: 1px dashed #b1bf4c;
}
.wysiwyg--llw .table--swipe {
  color: #b1bf4c;
}
.wysiwyg--llw .table--swipe::before {
  background-color: #b1bf4c;
}
.wysiwyg--llw.nutrition-table table tr td,
.wysiwyg--llw.nutrition-table table tr th {
  background-color: #A15408;
}
.wysiwyg--llw.nutrition-table .table--swipe {
  color: #b11f1c;
  margin: 30px 0 0;
}
.wysiwyg--llw.nutrition-table .table--swipe::before {
  background-color: #b11f1c;
}
.wysiwyg--llw.switches-table table {
  border-top: 1px dashed #b11f1c;
  border-left: 1px dashed #b11f1c;
}
.wysiwyg--llw.switches-table table tr td,
.wysiwyg--llw.switches-table table tr th {
  border-right: 1px dashed #b11f1c;
  border-bottom: 1px dashed #b11f1c;
}
.wysiwyg--llw.switches-table table td:first-child {
  color: #A15408;
}
.wysiwyg--llw.switches-table table td:last-child {
  color: #c3578d;
}
.wysiwyg--llw ol li:before {
  color: #c3578d;
}
@media (min-width: 870px) {
  .block--text-content.wysiwyg.block-text--esentials-pack {
    padding-right: 40%;
  }
}
.block--food {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fbfbfb;
}
.block--food .block--food-items {
  display: flex;
  flex-wrap: wrap;
}
.block--food .block--food-items .item {
  flex-basis: 50%;
  margin-bottom: 50px;
  display: flex;
}
@media (max-width: 869px) {
  .block--food .block--food-items .item {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.block--food .block--food-items .item::before {
  margin-right: 25px;
  content: "";
  display: inline-block;
  width: 21px;
  height: 23px;
  position: relative;
  top: 3px;
  mask-image: url("/themes/custom/vitaflodiet/img/icons/list-item.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/list-item.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/list-item.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: top 2px left;
  -webkit-mask-position: top 2px left;
  -o-mask-position: top 2px left;
}
.block--food .block--food-items .item--item-color-pink {
  color: #c3578d;
}
.block--food .block--food-items .item--item-color-pink::before {
  background-color: #c3578d;
}
.block--food .block--food-items .item--item-color-light-blue {
  color: #8cb9e0;
}
.block--food .block--food-items .item--item-color-light-blue::before {
  background-color: #8cb9e0;
}
.block--food .block--food-items .item--item-color-orange {
  color: #f39433;
}
.block--food .block--food-items .item--item-color-orange::before {
  background-color: #f39433;
}
.block--food .block--food-items .item--item-color-blue {
  color: #231949;
}
.block--food .block--food-items .item--item-color-blue::before {
  background-color: #231949;
}
.block--food .block--food-items .item--item-color-dark-blue {
  color: #b11f1c;
}
.block--food .block--food-items .item--item-color-dark-blue::before {
  background-color: #b11f1c;
}
.block--food .block--food-items .item--item-color-light-green {
  color: #b1bf4c;
}
.block--food .block--food-items .item--item-color-light-green::before {
  background-color: #b1bf4c;
}
.block--food .block--food-items .item .item--item-link {
  color: inherit;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-basis: calc(100% - 46px);
}
@media (min-width: 869px) {
  .block--food .block--food-items .item .item--item-link {
    padding-right: 25px;
  }
}
.block--food .block--food-items .item .item--item-link > * {
  display: block;
  color: #b11f1c;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: initial;
  margin-top: 10px;
}
.block--food .block--food-items .item .item--item-link > *.item--less-more {
  text-decoration: underline;
}
.block--food .block--food-items .item .item--item-link > *.item--less-more:hover,
.block--food .block--food-items .item .item--item-link > *.item--less-more:focus {
  text-decoration: none;
}
.block--food .block--food-contents .item--inner {
  display: none;
}
.block--food .block--food-contents .item--inner.open {
  display: block;
}
.block--food .block--food-contents .item--inner .item--inner-label {
  margin-bottom: 25px;
}
.block--food .block--food-contents .item--inner .item--inner-description {
  display: flex;
  flex-wrap: wrap;
}
.block--food .block--food-contents .item--inner .item--inner-description .item--inner-description-left {
  flex-basis: 70%;
}
@media (max-width: 869px) {
  .block--food .block--food-contents .item--inner .item--inner-description .item--inner-description-left {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.block--food .block--food-contents .item--inner .item--inner-description .item--inner-description-right {
  flex-basis: calc(30% - 45px);
  margin-left: 45px;
}
@media (max-width: 869px) {
  .block--food .block--food-contents .item--inner .item--inner-description .item--inner-description-right {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.block--food .block--food-contents .item--inner .item--inner-carousel .h2 {
  font-size: 24px;
  line-height: 1.5em;
}
.block--food .underline {
  font-size: 12px;
  line-height: 1.5em;
}
.block--recipes-image .recipes {
  display: flex;
  align-items: stretch;
}
@media (max-width: 869px) {
  .block--recipes-image .recipes {
    flex-direction: column;
  }
}
.block--recipes-image--text {
  width: 600px;
  padding: 80px 60px;
  background: #5D6C73;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.block--recipes-image--text .block--recipes-image--text-wrapper p {
  color: #ffffff;
}
@media (max-width: 869px) {
  .block--recipes-image--text {
    width: 100%;
    padding: 45px 20px 35px;
    min-height: 200px;
  }
}
.block--recipes-image--text-wrapper {
  margin-bottom: 40px;
  width: 420px;
}
@media (max-width: 869px) {
  .block--recipes-image--text-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block--recipes-image--text .h2 {
  margin-bottom: 20px;
  color: #ffffff;
}
.block--recipes-image--text p {
  color: #ffffff;
}
.block--recipes-image--text .p {
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 869px) {
  .block--recipes-image--text .p {
    font-size: 16px;
    line-height: 1.5em;
    line-height: 20px;
  }
}
.block--recipes-image--image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media (max-width: 869px) {
  .block--recipes-image--image .image {
    display: block;
    width: 100%;
  }
}
.block--recipe {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}
@media (max-width: 869px) {
  .block--recipe {
    padding: 25px;
  }
}
.block--recipe-no-padding {
  padding: 0;
}
.block--recipe-extra-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(30px, 25%) scale(0.5);
}
@media (max-width: 991px) {
  .block--recipe-extra-logo {
    transform: translate(0, 0) scale(1);
    max-width: 65px;
    bottom: 56px;
    right: 3px;
  }
}
.block--recipe .h2 {
  margin-bottom: 40px;
}
@media (max-width: 869px) {
  .block--recipe .h2 {
    margin-bottom: 30px;
  }
}
.block--recipe-description {
  margin-bottom: 40px;
}
@media (max-width: 869px) {
  .block--recipe-description {
    margin-bottom: 20px;
  }
}
.block--recipe-text {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-content: center;
}
.block--recipe-text.recipe-accordion--toggler {
  height: auto;
}
.block--recipe-text.recipe-accordion--toggler .block--recipe-accordion--link {
  margin-bottom: 0;
}
.block--recipe-text-locked .button .button--text,
.block--recipe-text-locked .button .button--more {
  padding-left: 40px;
}
.block--recipe-text-locked .button:before {
  content: "";
  background-color: #231949;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  background-repeat: no-repeat;
  width: 23px;
  height: 31px;
}
.block--recipe-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block--recipe-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-basis: 48%;
  max-width: 48%;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media (max-width: 869px) {
  .block--recipe-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.block--recipe-item.block--recipe-item--accordion {
  display: block;
}
.block--recipe-item .button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.block--recipe-item .button--inner-text {
  display: block;
  padding: 0;
  min-height: 1em;
  margin: auto 0;
}
.block--recipe-item .button .button--more {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
}
.block--recipe-zoomarea {
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 869px) {
  .block--recipe-zoomarea {
    height: auto;
    min-height: 190px;
  }
}
.block--recipe-image {
  display: block;
  min-height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  transform: scale(1);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 869px) {
  .block--recipe-image {
    height: auto;
    min-height: 190px;
  }
}
.block--recipe-image .recipe-locked {
  position: absolute;
  width: auto;
  height: auto;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.block--recipe-image .recipe-locked:after {
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
}
.block--recipe-image .recipe-locked--description {
  position: relative;
  z-index: 2;
}
.block--recipe-image .recipe-locked--description::before {
  content: "";
  mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/lock.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -o-mask-position: center;
  background-color: #231949;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 869px) {
  .block--recipe-image .recipe-locked--description::before {
    width: 80px;
    height: 80px;
  }
}
.block--recipe-item:focus .block--recipe-image,
.block--recipe-item:hover .block--recipe-image {
  transform: scale(1.2);
}
.block--recipe-item:focus .block--recipe-image .recipe-locked,
.block--recipe-item:hover .block--recipe-image .recipe-locked {
  transform: scale(1/1.2);
}
.block--recipe-orange .block--recipe-item:focus .button,
.block--recipe-orange .block--recipe-item:hover .button {
  background: #231949;
  color: #ffffff;
}
.block--recipe-orange .block--recipe-item:focus .button::after,
.block--recipe-orange .block--recipe-item:hover .button::after {
  background-color: #ffffff;
}
.block--recipe-shadow-green .h2 {
  color: #98C8BE;
}
.block--recipe-shadow-green .block--recipe-item:focus .button,
.block--recipe-shadow-green .block--recipe-item:hover .button {
  background: #231949;
  color: #ffffff;
}
.block--recipe-shadow-green .block--recipe-item:focus .button::after,
.block--recipe-shadow-green .block--recipe-item:hover .button::after {
  background-color: #ffffff;
}
@media (min-width: 870px) {
  .block--recipe.block--recipe-3-3 .block--recipe-item {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media (min-width: 992px) {
  .block--recipe.block--recipe-3-3 .block--recipe-item {
    flex-basis: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
    margin: 0 5px 10px;
  }
}
.block--recipe.block--recipe-3-3 .block--recipe-items {
  justify-content: flex-start;
}
@media (max-width: 869px) {
  .block--recipe.block--recipe-2-2-mobile .block--recipe-item {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
.block--recipe-accordion {
  padding: 10px 20px;
  display: none;
}
.block--recipe-accordion-open {
  display: block;
}
.block--recipe-accordion.recipe-color--light-blue {
  background: #8cb9e0;
}
.block--recipe-accordion--link {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}
.block--recipe-accordion--link:hover {
  text-decoration: underline;
}
.header--strip-recipe.recipe-strip--MKD {
  background-color: #24408F;
}
.header--strip-recipe.recipe-strip--MKD .button--text-print::before,
.header--strip-recipe.recipe-strip--MKD .button--text-share::before {
  background-color: #ffffff;
}
.header--strip-recipe.recipe-strip--MCT {
  background-color: #5D8132;
}
.header--strip-recipe.recipe-strip--MCT .button--text-print::before,
.header--strip-recipe.recipe-strip--MCT .button--text-share::before {
  background-color: #ffffff;
}
.header--strip-recipe.recipe-strip--CKD {
  background-color: #D2232A;
}
.header--strip-recipe.recipe-strip--CKD .button--text-print::before,
.header--strip-recipe.recipe-strip--CKD .button--text-share::before {
  background-color: #ffffff;
}
.header--strip-recipe.recipe-strip--MAD {
  background-color: #24408F;
}
.header--strip-recipe.recipe-strip--MAD .button--text-print::before,
.header--strip-recipe.recipe-strip--MAD .button--text-share::before {
  background-color: #24408F;
}
.header--strip-recipe.recipe-strip--DCM {
  background-color: #24408F;
}
.header--strip-recipe.recipe-strip--DCM .button--text-print::before,
.header--strip-recipe.recipe-strip--DCM .button--text-share::before {
  background-color: #ffffff;
}
.header--strip-recipe.recipe-strip--TCM {
  background-color: #5D8132;
}
.header--strip-recipe.recipe-strip--TCM .button--text-print::before,
.header--strip-recipe.recipe-strip--TCM .button--text-share::before {
  background-color: #ffffff;
}
.header--strip-recipe.recipe-strip--DDC {
  background-color: #D2232A;
}
.header--strip-recipe.recipe-strip--DDC .button--text-print::before,
.header--strip-recipe.recipe-strip--DDC .button--text-share::before {
  background-color: #ffffff;
}
.header--strip-recipe-controls {
  display: flex;
}
.header--strip-recipe-controls .block--recipe-extra-logo {
  position: relative;
  transform: none;
  bottom: auto;
  right: auto;
}
.header--strip-recipe-controls-right {
  padding-left: 2em;
  padding-top: 30px;
}
.recipe-categories--light-gray {
  background-color: #f3f3f5;
}
.recipe-categories--keto-gray {
  background-color: #f3f3f5;
}
.recipe-categories--keto-gray * {
  color: #b11f1c;
}
@media (max-width: 869px) {
  .recipe-categories {
    padding: 0;
  }
}
.recipe-categories--item {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
  flex-basis: 20%;
  margin-bottom: 20px;
}
@media (max-width: 869px) {
  .recipe-categories--item {
    font-size: 16px;
    line-height: 1.5em;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.recipe-categories--link {
  display: block;
  text-decoration: none;
}
.recipe-categories--link:hover,
.recipe-categories--link:focus,
.recipe-categories--link-active {
  text-decoration: underline;
}
@media (max-width: 869px) {
  .recipe-categories--link {
    padding: 18px 0;
  }
}
@media (min-width: 870px) {
  .recipe-content--main-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 869px) {
  .recipe-content--main-section .collapsible-section {
    margin-bottom: 15px;
  }
}
.recipe-content--content {
  flex-grow: 1;
}
@media (min-width: 870px) {
  .recipe-content--content {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .recipe-content--content {
    width: calc(100% - 650px);
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none) {
  .recipe-content--content {
    width: 400px;
  }
}
.recipe-content--ingredients {
  background-color: #f3f3f5;
}
@media (min-width: 992px) {
  .recipe-content--ingredients {
    width: 550px;
    margin: 0 0 50px 100px;
  }
}
@media (min-width: 870px) {
  .recipe-content--ingredients {
    padding: 50px 75px;
  }
}
@media (max-width: 869px) {
  .recipe-content--ingredients {
    width: 100%;
    margin-left: 0;
  }
}
.recipe-content--ingredients .p {
  margin-bottom: 30px;
}
.recipe-content--ingredients-item-label {
  font-weight: 700;
  margin-bottom: 20px;
}
.recipe-content--ingredients-item:not(:last-of-type) {
  margin-bottom: 45px;
}
.recipe-content--ingredients-image {
  margin-top: 45px;
}
.recipe-content--ingredients-item-items li {
  padding: 15px 0;
}
.recipe-content--ingredients-item-items li + li {
  border-top: 1px solid #8cb9e0;
}
.recipe-content--ingredients-item-items a {
  text-decoration: underline;
  font-weight: bold;
}
.recipe-content--ingredients-item-items a:hover,
.recipe-content--ingredients-item-items a:focus {
  text-decoration: none;
}
.recipe-content--ingredients-icon {
  margin-top: 75px;
  display: flex;
  align-items: center;
}
.recipe-content--ingredients-icon > img {
  margin-right: 15px;
}
.recipe-content--nutrition-information .p {
  margin-bottom: 30px;
}
.recipe-content--nutrition-information-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.recipe-content--nutrition-information-item {
  flex-basis: 300px;
}
.recipe-content--nutrition-information-item-label {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 869px) {
  .recipe-content--nutrition-information-item-label {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.recipe-content--nutrition-information-item-circles {
  display: flex;
  justify-content: space-between;
}
.recipe-content--nutrition-information-item-circles .circle-cal-ex {
  margin-bottom: 50px;
}
@media (max-width: 869px) {
  .recipe-content--nutrition-information-item-circles .circle-cal-ex {
    margin-bottom: 30px;
  }
}
.recipe-content--nutrition-information.recipe-content--nutrition-update .p {
  font-size: 24px;
}
.recipe-content--nutrition-information.recipe-content--nutrition-update .recipe-content--nutrition-information-items {
  justify-content: flex-start;
}
.recipe-content--nutrition-information.recipe-content--nutrition-update .recipe-content--nutrition-information-items .recipe-content--nutrition-information-item {
  flex-basis: 160px;
}
.recipe-content--nutrition-information.recipe-content--nutrition-update .recipe-content--nutrition-information-items .recipe-content--nutrition-information-item .circle-cal-ex {
  margin: 0;
}
.recipe-content--nutrition-information.recipe-content--nutrition-update .recipe-content--nutrition-information-items .recipe-content--nutrition-information-item .circle-cal-ex[style="color: #F39433"] {
  color: #B4600A !important;
}
.recipe-content--nutrition-information.recipe-content--nutrition-update .recipe-content--nutrition-information-items .recipe-content--nutrition-information-item .circle-cal-ex[style="color: #97C940"] {
  color: #5F8124 !important;
}
.recipe-content--nutrition-information.recipe-content--nutrition-update .recipe-content--nutrition-information-items .recipe-content--nutrition-information-item .circle-cal-ex[style="color: #C3578D"] {
  color: #b1477c !important;
}
.recipe-content--method {
  margin-bottom: 75px;
}
.recipe-content--method-video {
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.recipe-content--method-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 869px) {
  .recipe-content--method-video {
    margin: 0 -20px 45px;
  }
}
.recipe-content--method-item {
  display: flex;
  margin-bottom: 45px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 869px) {
  .recipe-content--method-item {
    margin-bottom: 25px;
  }
}
.recipe-content--method-item-label {
  font-size: 24px;
  line-height: 1.5em;
  color: #574B8B;
  text-transform: uppercase;
  margin-right: 100px;
  width: 100%;
}
@media (max-width: 869px) {
  .recipe-content--method-item-label {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.5em;
  }
}
.recipe-content--method-item-description {
  width: 100%;
}
@media (max-width: 869px) {
  .recipe-content--method-item-description {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.recipe-content--switches {
  margin-bottom: 50px;
}
@media (max-width: 869px) {
  .recipe-content--switches {
    padding: 0 20px;
  }
}
.recipe-content--inspiration-box .button--back-to-list,
.recipe-content--inspiration-box .p {
  margin: 50px;
}
@media (max-width: 991px) {
  .recipe-content--inspiration-box .button--back-to-list,
  .recipe-content--inspiration-box .p {
    margin: 50px 25px;
  }
}
@media (min-width: 870px) {
  .recipe-content--ec-recipe {
    margin-bottom: 0;
  }
}
@media (max-width: 869px) {
  .recipe-content--ec-recipe .collapsible-section {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .recipe-content--ec-recipe .recipe-content--ingredients {
    margin: 0 0 0px 100px;
  }
}
.block--recipe .block--recipe-description + .block--recipe-items {
  padding-top: 0;
}
.block--see-recipes {
  padding: 40px 0;
}
.block--see-recipes h2 {
  color: #0c206d;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.block--see-recipes-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 869px) {
  .block--see-recipes-items {
    flex-direction: column;
  }
}
.block--see-recipes-item-image-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in;
}
.block--see-recipes-item {
  width: 48%;
}
.block--see-recipes-item:hover .block--see-recipes-item-image-inner {
  transform: scale(1.15);
}
@media screen and (max-width: 869px) {
  .block--see-recipes-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block--see-recipes-item-image {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.block--see-recipes-item-label {
  background: #5D6C73;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  padding: 15px 25px;
}
.prefoot {
  padding: 60px 0;
}
.prefoot .h2 {
  text-align: center;
  color: #b11f1c;
}
.prefoot .p {
  margin-bottom: 20px;
  min-height: 72px;
}
.prefoot .p:last-child {
  margin-bottom: 0;
}
.prefoot a {
  color: #b11f1c;
}
@media (max-width: 869px) {
  .prefoot {
    padding: 40px 0;
  }
}
.prefoot--wrapper {
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 869px) {
  .prefoot--wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.prefoot--content {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .prefoot--content {
    justify-content: center;
  }
}
@media (max-width: 869px) {
  .prefoot--content {
    margin-top: 40px;
  }
}
.prefoot--item {
  width: 50%;
  display: flex;
}
@media (max-width: 1400px) {
  .prefoot--item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 869px) {
  .prefoot--item {
    max-width: 380px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 949px) {
  .prefoot--item + .prefoot--item {
    margin-top: 40px;
    max-width: 100%;
  }
}
.prefoot--item .image--circle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: 180px;
  height: 180px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 80px;
  overflow: hidden;
}
.prefoot--item .image--circle img {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  max-width: 145px;
}
@media (max-width: 1650px) {
  .prefoot--item .image--circle {
    margin-right: 50px;
  }
}
@media (max-width: 1400px) {
  .prefoot--item .image--circle {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.prefoot--item:hover {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.prefoot--item:hover .image img {
  transform: scale(1.1);
}
.prefoot--text {
  width: 420px;
}
@media (max-width: 1700px) {
  .prefoot--text {
    margin-right: 20px;
  }
}
@media (max-width: 1400px) {
  .prefoot--text {
    width: 380px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .prefoot--text {
    max-width: 380px;
  }
}
@media (max-width: 869px) {
  .prefoot--text {
    width: 100%;
  }
}
.prefoot--text .h3 {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.prefoot--text .p {
  font-size: 18px;
  line-height: 1.5em;
}
.prefoot--one-item {
  width: auto;
  max-width: 100%;
  align-items: center;
}
.prefoot--one-item .image--circle {
  min-width: 290px;
  width: 290px;
  height: 290px;
}
.prefoot--one-item .p {
  margin-bottom: 20px;
}
.prefoot--one-item .prefoot--text {
  width: auto;
}
.prefoot--one-item .button {
  margin-top: 25px;
}
.prefoot--button.prefoot--button-hidden {
  display: none;
}
.prefoot--more {
  display: none;
  margin-top: 20px;
}
.prefoot--more.prefoot--more-opened {
  display: block;
}
.background-color--blue .prefoot {
  color: #ffffff;
}
.background-color--blue .prefoot .h3 {
  color: #8cb9e0;
}
.event--wrapper {
  padding-bottom: 75px;
}
.event--list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event--item {
  flex-basis: 48%;
  margin-bottom: 75px;
}
@media (max-width: 869px) {
  .event--item {
    margin-bottom: 40px;
    flex-basis: 100%;
  }
}
.event--item * {
  display: block;
}
.event--item:hover .event--signup,
.event--item:focus .event--signup {
  background-color: #231949;
  color: #8cb9e0;
}
.event--item:hover .event--signup::after,
.event--item:focus .event--signup::after {
  background-color: #8cb9e0;
}
.event--content {
  background-color: #f3f3f5;
  padding: 60px;
}
@media (max-width: 869px) {
  .event--content {
    padding: 30px 15px;
  }
}
.event--image {
  min-height: 386px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media (max-width: 869px) {
  .event--image {
    width: 100%;
    padding-top: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
}
.event--title {
  font-size: 30px;
  line-height: 1.5em;
  color: #231949;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.event--title::before {
  content: "";
  display: inline-block;
  background-color: #231949;
  mask-image: url("/themes/custom/vitaflodiet//img/icons/calendar.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet//img/icons/calendar.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet//img/icons/calendar.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-position: left center;
  -o-mask-position: left center;
  width: 39px;
  height: 39px;
  margin-right: 30px;
}
@media (max-width: 869px) {
  .event--title::before {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
@media (max-width: 869px) {
  .event--title {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.event--info {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.5em;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 869px) {
  .event--info {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.event--date {
  margin-right: 50px;
}
@media (max-width: 869px) {
  .event--date {
    margin-bottom: 15px;
  }
}
@media (max-width: 869px) {
  .event--description {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.event--box-description {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 869px) {
  .event--box-description {
    display: block;
  }
}
.event--box-content,
.event--box-login-form {
  flex-basis: 48%;
}
@media (max-width: 869px) {
  .event--box-content {
    margin-bottom: 35px;
  }
}
.event--box-title {
  margin-bottom: 35px;
}
.event--box-login-form .event--login-form {
  padding: 40px;
  background-color: #c3578d;
}
@media (max-width: 869px) {
  .event--box-login-form .event--login-form {
    padding: 40px 20px;
    margin: 0 -20px;
  }
}
.event--box-login-form .event--login-form.pku-base-form {
  background-color: #8cb9e0;
}
.info--wrapper {
  font-size: 24px;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 869px) {
  .info--wrapper {
    padding: 0;
  }
}
.info--box {
  max-width: 1040px;
  margin: 0 auto;
  padding: 15px 25px;
  background-color: #f3f3f5;
}
@media (max-width: 869px) {
  .info--box {
    padding: 30px;
  }
}
.info--box-when,
.info--box-where {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.info--box-when::before,
.info--box-where::before {
  content: "";
  display: inline-block;
  background-color: #231949;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-position: left center;
  -o-mask-position: left center;
  width: 39px;
  min-width: 39px;
  height: 39px;
  margin-right: 30px;
}
@media (max-width: 869px) {
  .info--box-when::before,
  .info--box-where::before {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
.info--box-when .info--box-label,
.info--box-where .info--box-label {
  margin-right: 10px;
}
@media (max-width: 869px) {
  .info--box-when,
  .info--box-where {
    flex-basis: 100%;
  }
}
.info--box-when::before {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/hellip.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/hellip.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/hellip.svg");
}
@media (max-width: 869px) {
  .info--box-when {
    margin-bottom: 30px;
  }
}
.info--box-where::before {
  mask-image: url("/themes/custom/vitaflodiet/img/icons/pin.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/pin.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/pin.svg");
}
.block--ec-header {
  height: calc(100vh - 103px);
  min-height: 860px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 869px) {
  .block--ec-header {
    min-height: 600px;
    height: auto;
  }
}
.block--ec-header .ec-header--background-desktop,
.block--ec-header .ec-header--background-mobile {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 870px) {
  .block--ec-header .ec-header--background-desktop {
    display: block;
  }
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--background-mobile {
    display: block;
  }
}
.block--ec-header .ec-header--content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content {
    margin-top: -50px;
    padding-bottom: 50px;
    flex-direction: column;
  }
}
.block--ec-header .ec-header--content .ec-header--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-left: 100px;
  max-width: 400px;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info {
    margin-left: 0;
    max-width: 100%;
    align-items: center;
  }
}
.block--ec-header .ec-header--content .ec-header--info .ec-header--label {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 3px;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info .ec-header--label {
    font-size: 18px;
    line-height: 1.5em;
    order: 1;
    margin-bottom: 14px;
  }
}
.block--ec-header .ec-header--content .ec-header--info .ec-header--title {
  font-size: 35px;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 5px;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info .ec-header--title {
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 14px;
    order: 2;
  }
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info .base--form {
    order: 10;
  }
}
.block--ec-header .ec-header--content .ec-header--info .ec-header--description {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 60px;
  max-width: 100%;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info .ec-header--description {
    margin-bottom: 14px;
    order: 5;
  }
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info > .button {
    order: 4;
    margin-bottom: 14px;
  }
}
.block--ec-header .ec-header--content .ec-header--info .button + .button {
  margin-top: 30px;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info .button + .button {
    margin-top: 10px;
  }
}
.block--ec-header .ec-header--content .ec-header--info .ec-header--login-group .login--info {
  margin: 20px 0 30px;
  font-size: 16px;
  line-height: 1.5em;
}
.block--ec-header .ec-header--content .ec-header--info .ec-header--login-group .login--info a {
  text-decoration: underline;
}
.block--ec-header .ec-header--content .ec-header--info .ec-header--login-group .login--info a:hover {
  color: #110c23;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info .ec-header--login-group {
    margin-bottom: 14px;
    order: 3;
  }
  .block--ec-header .ec-header--content .ec-header--info .ec-header--login-group .login--info {
    margin: 14px 0 0;
  }
}
.block--ec-header .ec-header--content .ec-header--image {
  position: relative;
  max-width: 584px;
  width: 100%;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--image {
    max-width: calc(190 * 100vw / 320);
    margin-bottom: 30px;
  }
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info.header--welcome-back .ec-header--title {
    order: 1;
  }
  .block--ec-header .ec-header--content .ec-header--info.header--welcome-back .ec-base-form {
    order: 2;
  }
  .block--ec-header .ec-header--content .ec-header--info.header--welcome-back .ec-header--login-group {
    order: 3;
  }
}
.block--ec-header .ec-header--content .ec-header--info.header--thank-you .ec-header--title {
  margin-bottom: 40px;
}
.block--ec-header .ec-header--content .ec-header--info.header--thank-you .button + .button {
  margin-top: 0;
}
.block--ec-header .ec-header--content .ec-header--info.header--thank-you .button--primary:first-of-type {
  margin-bottom: 40px;
}
@media (max-width: 869px) {
  .block--ec-header .ec-header--content .ec-header--info.header--thank-you .ec-header--title {
    margin-bottom: 30px;
  }
  .block--ec-header .ec-header--content .ec-header--info.header--thank-you .button--primary:first-of-type {
    margin-bottom: 35px;
  }
}
.base--form button.button {
  cursor: pointer;
}
.base--form.sample-request-form .form-item.webform-type-fieldset {
  border: none;
  max-width: initial;
}
.base--form.sample-request-form h4 {
  font-size: 16px;
}
.base--form .form-required:after {
  display: none;
}
.base--form .form--input-text,
.base--form .form--input-email,
.base--form .form--input-number,
.base--form .form--input-password,
.base--form .form--input-textarea,
.base--form .form--input-date,
.base--form .form--input-tel,
.base--form .form--input-select {
  font-size: 18px;
  line-height: 1.5em;
  padding: 15px 25px;
  font-family: 'Karla', sans-serif;
  border: 1px solid #201547;
  color: #0065a6;
  background-color: transparent;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}
.base--form .form--input-text:focus,
.base--form .form--input-email:focus,
.base--form .form--input-number:focus,
.base--form .form--input-password:focus,
.base--form .form--input-textarea:focus,
.base--form .form--input-date:focus,
.base--form .form--input-tel:focus,
.base--form .form--input-select:focus {
  outline: none;
}
.base--form .form--input-text + .form--input-checkbox,
.base--form .form--input-email + .form--input-checkbox,
.base--form .form--input-number + .form--input-checkbox,
.base--form .form--input-password + .form--input-checkbox,
.base--form .form--input-textarea + .form--input-checkbox,
.base--form .form--input-date + .form--input-checkbox,
.base--form .form--input-tel + .form--input-checkbox,
.base--form .form--input-select + .form--input-checkbox {
  margin-top: 10px;
}
.base--form .form--input-text.form--input-error,
.base--form .form--input-email.form--input-error,
.base--form .form--input-number.form--input-error,
.base--form .form--input-password.form--input-error,
.base--form .form--input-textarea.form--input-error,
.base--form .form--input-date.form--input-error,
.base--form .form--input-tel.form--input-error,
.base--form .form--input-select.form--input-error {
  border: 1px solid #ff1818;
  margin-bottom: 5px;
}
.base--form .form--input-text:last-child,
.base--form .form--input-email:last-child,
.base--form .form--input-number:last-child,
.base--form .form--input-password:last-child,
.base--form .form--input-textarea:last-child,
.base--form .form--input-date:last-child,
.base--form .form--input-tel:last-child,
.base--form .form--input-select:last-child {
  margin-bottom: 0;
}
.base--form .form--input-textarea {
  resize: none;
}
.base--form .form--input-checkbox {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 5px;
}
.base--form .form--input-checkbox input {
  display: none;
}
.base--form .form--input-checkbox .checkbox-label {
  order: 2;
  cursor: pointer;
  text-align: left;
}
.base--form .form--input-checkbox .checkbox-label a {
  font-weight: 600;
}
.base--form .form--input-checkbox .checkbox-checkmark {
  order: 1;
  cursor: pointer;
  border: 1px solid #201547;
  color: #0065a6;
  background-color: transparent;
  margin-right: 10px;
  min-width: 47px;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.base--form .form--input-checkbox .checkbox-checkmark.error {
  border-color: #ff1818;
  color: #ff1818;
}
.base--form .form--input-checkbox input:checked ~ .checkbox-checkmark {
  position: relative;
}
.base--form .form--input-checkbox input:checked ~ .checkbox-checkmark:after {
  content: "×";
  font-size: 76px;
  line-height: 1.5em;
}
.base--form .base--form-extra-title {
  margin-bottom: 14px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.5em;
  color: #231949;
}
.base--form .base--form-extra-description {
  font-size: 18px;
  line-height: 1.5em;
  color: #231949;
  margin-top: 10px;
  margin-bottom: 30px;
}
.base--form .base--form-extra-description a {
  font-weight: 600;
}
.base--form.registration-form .form--input-text,
.base--form.sample-request-form .form--input-text,
.base--form.registration-form .form--input-email,
.base--form.sample-request-form .form--input-email,
.base--form.registration-form .form--input-number,
.base--form.sample-request-form .form--input-number,
.base--form.registration-form .form--input-password,
.base--form.sample-request-form .form--input-password,
.base--form.registration-form .form--input-textarea,
.base--form.sample-request-form .form--input-textarea,
.base--form.registration-form .form--input-date,
.base--form.sample-request-form .form--input-date,
.base--form.registration-form .form--input-select,
.base--form.sample-request-form .form--input-select {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px 20px;
}
.base--form.sample-request-form {
  padding-bottom: 30px;
}
.base--form.sample-request-form .button--primary {
  float: initial;
}
.base--form.sample-request-form .form-item {
  max-width: 600px;
}
.base--form .description a {
  text-decoration: underline;
  font-weight: bold;
}
.base--form .description a:hover,
.base--form .description a:focus {
  text-decoration: none;
}
.pku-base-form .form--input-text::-webkit-input-placeholder,
.pku-base-form .form--input-email::-webkit-input-placeholder,
.pku-base-form .form--input-number::-webkit-input-placeholder,
.pku-base-form .form--input-password::-webkit-input-placeholder,
.pku-base-form .form--input-textarea::-webkit-input-placeholder,
.pku-base-form .form--input-date::-webkit-input-placeholder,
.pku-base-form .form--input-select::-webkit-input-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #8cb9e0;
}
.pku-base-form .form--input-text::-moz-placeholder,
.pku-base-form .form--input-email::-moz-placeholder,
.pku-base-form .form--input-number::-moz-placeholder,
.pku-base-form .form--input-password::-moz-placeholder,
.pku-base-form .form--input-textarea::-moz-placeholder,
.pku-base-form .form--input-date::-moz-placeholder,
.pku-base-form .form--input-select::-moz-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #8cb9e0;
}
.pku-base-form .form--input-text:-ms-input-placeholder,
.pku-base-form .form--input-email:-ms-input-placeholder,
.pku-base-form .form--input-number:-ms-input-placeholder,
.pku-base-form .form--input-password:-ms-input-placeholder,
.pku-base-form .form--input-textarea:-ms-input-placeholder,
.pku-base-form .form--input-date:-ms-input-placeholder,
.pku-base-form .form--input-select:-ms-input-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #8cb9e0;
}
.llw-base-form .form--input-text::-webkit-input-placeholder,
.llw-base-form .form--input-email::-webkit-input-placeholder,
.llw-base-form .form--input-number::-webkit-input-placeholder,
.llw-base-form .form--input-password::-webkit-input-placeholder,
.llw-base-form .form--input-textarea::-webkit-input-placeholder,
.llw-base-form .form--input-date::-webkit-input-placeholder,
.llw-base-form .form--input-select::-webkit-input-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #8cb9e0;
}
.llw-base-form .form--input-text::-moz-placeholder,
.llw-base-form .form--input-email::-moz-placeholder,
.llw-base-form .form--input-number::-moz-placeholder,
.llw-base-form .form--input-password::-moz-placeholder,
.llw-base-form .form--input-textarea::-moz-placeholder,
.llw-base-form .form--input-date::-moz-placeholder,
.llw-base-form .form--input-select::-moz-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #8cb9e0;
}
.llw-base-form .form--input-text:-ms-input-placeholder,
.llw-base-form .form--input-email:-ms-input-placeholder,
.llw-base-form .form--input-number:-ms-input-placeholder,
.llw-base-form .form--input-password:-ms-input-placeholder,
.llw-base-form .form--input-textarea:-ms-input-placeholder,
.llw-base-form .form--input-date:-ms-input-placeholder,
.llw-base-form .form--input-select:-ms-input-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #8cb9e0;
}
.ec-base-form {
  width: 100%;
}
.ec-base-form .form--input-text::-webkit-input-placeholder,
.ec-base-form .form--input-email::-webkit-input-placeholder,
.ec-base-form .form--input-number::-webkit-input-placeholder,
.ec-base-form .form--input-password::-webkit-input-placeholder,
.ec-base-form .form--input-textarea::-webkit-input-placeholder,
.ec-base-form .form--input-date::-webkit-input-placeholder,
.ec-base-form .form--input-select::-webkit-input-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #0065a6;
}
.ec-base-form .form--input-text::-moz-placeholder,
.ec-base-form .form--input-email::-moz-placeholder,
.ec-base-form .form--input-number::-moz-placeholder,
.ec-base-form .form--input-password::-moz-placeholder,
.ec-base-form .form--input-textarea::-moz-placeholder,
.ec-base-form .form--input-date::-moz-placeholder,
.ec-base-form .form--input-select::-moz-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #0065a6;
}
.ec-base-form .form--input-text:-ms-input-placeholder,
.ec-base-form .form--input-email:-ms-input-placeholder,
.ec-base-form .form--input-number:-ms-input-placeholder,
.ec-base-form .form--input-password:-ms-input-placeholder,
.ec-base-form .form--input-textarea:-ms-input-placeholder,
.ec-base-form .form--input-date:-ms-input-placeholder,
.ec-base-form .form--input-select:-ms-input-placeholder {
  letter-spacing: 3px;
  font-family: 'Karla', sans-serif;
  color: #0065a6;
}
.ec-base-form .form--input-submit {
  margin-top: 20px;
}
@media (min-width: 870px) {
  .ec-base-form .form--input-submit {
    margin-top: 40px;
  }
}
.blog--search-form .form--input-text,
.recipe--search-form .form--input-text,
.event--login-form .form--input-text,
.blog--search-form .form--input-email,
.recipe--search-form .form--input-email,
.event--login-form .form--input-email,
.blog--search-form .form--input-number,
.recipe--search-form .form--input-number,
.event--login-form .form--input-number,
.blog--search-form .form--input-password,
.recipe--search-form .form--input-password,
.event--login-form .form--input-password,
.blog--search-form .form--input-textarea,
.recipe--search-form .form--input-textarea,
.event--login-form .form--input-textarea,
.blog--search-form .form--input-date,
.recipe--search-form .form--input-date,
.event--login-form .form--input-date,
.blog--search-form .form--input-select,
.recipe--search-form .form--input-select,
.event--login-form .form--input-select {
  background-color: #ffffff;
  margin-bottom: 10px;
  color: #231949;
  border-radius: 0;
  border: none;
}
@media (max-width: 869px) {
  .blog--search-form .form--input-text,
  .recipe--search-form .form--input-text,
  .event--login-form .form--input-text,
  .blog--search-form .form--input-email,
  .recipe--search-form .form--input-email,
  .event--login-form .form--input-email,
  .blog--search-form .form--input-number,
  .recipe--search-form .form--input-number,
  .event--login-form .form--input-number,
  .blog--search-form .form--input-password,
  .recipe--search-form .form--input-password,
  .event--login-form .form--input-password,
  .blog--search-form .form--input-textarea,
  .recipe--search-form .form--input-textarea,
  .event--login-form .form--input-textarea,
  .blog--search-form .form--input-date,
  .recipe--search-form .form--input-date,
  .event--login-form .form--input-date,
  .blog--search-form .form--input-select,
  .recipe--search-form .form--input-select,
  .event--login-form .form--input-select {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .blog--search-form .form--input-text.form--input-error,
  .recipe--search-form .form--input-text.form--input-error,
  .event--login-form .form--input-text.form--input-error,
  .blog--search-form .form--input-email.form--input-error,
  .recipe--search-form .form--input-email.form--input-error,
  .event--login-form .form--input-email.form--input-error,
  .blog--search-form .form--input-number.form--input-error,
  .recipe--search-form .form--input-number.form--input-error,
  .event--login-form .form--input-number.form--input-error,
  .blog--search-form .form--input-password.form--input-error,
  .recipe--search-form .form--input-password.form--input-error,
  .event--login-form .form--input-password.form--input-error,
  .blog--search-form .form--input-textarea.form--input-error,
  .recipe--search-form .form--input-textarea.form--input-error,
  .event--login-form .form--input-textarea.form--input-error,
  .blog--search-form .form--input-date.form--input-error,
  .recipe--search-form .form--input-date.form--input-error,
  .event--login-form .form--input-date.form--input-error,
  .blog--search-form .form--input-select.form--input-error,
  .recipe--search-form .form--input-select.form--input-error,
  .event--login-form .form--input-select.form--input-error {
    margin-bottom: 5px;
  }
}
.blog--search-form .base--form-extra-title,
.recipe--search-form .base--form-extra-title,
.event--login-form .base--form-extra-title {
  color: #ffffff;
  margin-top: 0;
}
.blog--search-form .form--input-submit,
.recipe--search-form .form--input-submit,
.event--login-form .form--input-submit {
  margin-top: 15px;
}
@media (max-width: 869px) {
  .blog--search-form .form--input-submit,
  .recipe--search-form .form--input-submit,
  .event--login-form .form--input-submit {
    margin-top: 5px;
    display: block;
    width: 100%;
  }
}
.blog--search-form.form--input-error,
.recipe--search-form.form--input-error,
.event--login-form.form--input-error {
  border: 1px solid #ff1818;
  margin-bottom: 5px;
}
.blog--search-form.recipe--search-form,
.recipe--search-form.recipe--search-form,
.event--login-form.recipe--search-form,
.blog--search-form.blog--search-form,
.recipe--search-form.blog--search-form,
.event--login-form.blog--search-form {
  display: flex;
}
.blog--search-form.recipe--search-form .form--input-text,
.recipe--search-form.recipe--search-form .form--input-text,
.event--login-form.recipe--search-form .form--input-text,
.blog--search-form.blog--search-form .form--input-text,
.recipe--search-form.blog--search-form .form--input-text,
.event--login-form.blog--search-form .form--input-text {
  margin: 0;
  min-width: 185px;
}
.blog--search-form.recipe--search-form .form--input-submit,
.recipe--search-form.recipe--search-form .form--input-submit,
.event--login-form.recipe--search-form .form--input-submit,
.blog--search-form.blog--search-form .form--input-submit,
.recipe--search-form.blog--search-form .form--input-submit,
.event--login-form.blog--search-form .form--input-submit {
  margin-top: 0;
}
@media (max-width: 869px) {
  .blog--search-form.recipe--search-form .form--input-submit.button--arrow,
  .recipe--search-form.recipe--search-form .form--input-submit.button--arrow,
  .event--login-form.recipe--search-form .form--input-submit.button--arrow,
  .blog--search-form.blog--search-form .form--input-submit.button--arrow,
  .recipe--search-form.blog--search-form .form--input-submit.button--arrow,
  .event--login-form.blog--search-form .form--input-submit.button--arrow {
    padding-right: 25px;
  }
  .blog--search-form.recipe--search-form .form--input-submit.button--arrow:after,
  .recipe--search-form.recipe--search-form .form--input-submit.button--arrow:after,
  .event--login-form.recipe--search-form .form--input-submit.button--arrow:after,
  .blog--search-form.blog--search-form .form--input-submit.button--arrow:after,
  .recipe--search-form.blog--search-form .form--input-submit.button--arrow:after,
  .event--login-form.blog--search-form .form--input-submit.button--arrow:after {
    display: none;
  }
}
.form--input-select {
  background: url("/themes/custom/vitaflodiet//img/icons/down.svg") no-repeat right #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 20px 20px;
  background-position-x: calc(100% - 25px);
  background-position-y: center;
}
.form--input-error-message {
  color: #ff1818;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 15px;
  display: block;
}
.form--user-login {
  padding-top: 150px;
  margin: 0 auto;
  max-width: 300px;
  padding-bottom: 150px;
}
.confirm-parent.confirm-parent,
.password-parent.password-parent {
  margin: inherit;
  max-width: inherit;
  overflow: inherit;
  clear: none;
}
.js-webform-radios input[type="radio"] {
  display: none;
}
.js-webform-radios input[type="radio"] + label {
  padding: 10px 0 10px 40px;
  display: flex;
  justify-content: content;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.js-webform-radios input[type="radio"] + label:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #231949;
}
.js-webform-radios input[type="radio"] + label:before {
  display: none;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 16px;
  height: 16px;
  background-color: #231949;
  border-radius: 50%;
}
.js-webform-radios input[type="radio"]:checked + label:before {
  display: inline-block;
}
.block--ec-characters {
  background-color: #f3f3f5;
}
.block--ec-characters .section--inner {
  padding-top: 30px;
  padding-bottom: 30px;
  grid-template-columns: 3fr 3fr 2fr 2fr;
  grid-template-rows: 2fr 3fr;
  gap: 1px 1px;
  grid-template-areas: "characters--box-info characters--box-info characters--select characters--select" "characters--character characters--character characters--select characters--select";
}
@media (min-width: 869px) {
  .block--ec-characters .section--inner {
    display: grid;
  }
}
.block--ec-characters .characters--box-info {
  grid-area: characters--box-info;
}
.block--ec-characters .characters--character {
  grid-area: characters--character;
}
.block--ec-characters .characters--select {
  grid-area: characters--select;
}
@media all and (-ms-high-contrast: none) {
  .block--ec-characters .section--inner {
    display: -ms-grid;
    -ms-grid-columns: 3fr 3fr 2fr 2fr;
    -ms-grid-rows: 2fr 3fr;
  }
  .block--ec-characters .characters--box-info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .block--ec-characters .characters--character {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .block--ec-characters .characters--select {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}
.characters--box-info {
  padding: 30px 0;
}
.characters--box-info .characters--box-info--label {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media (min-width: 869px) {
  .characters--box-info .characters--box-info--label {
    font-size: 35px;
    line-height: 1.5em;
    letter-spacing: 3px;
  }
}
.characters--box-info .characters--box-info--description {
  font-size: 18px;
  line-height: 1.5em;
}
.characters--select {
  display: flex;
  align-items: center;
}
.characters--select--inner {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 869px) {
  .characters--select--inner {
    padding: 50px;
  }
}
.characters--select--inner .characters--select-item {
  width: calc(33.333% - 20px);
  margin: 10px;
  cursor: pointer;
}
.characters--select--inner .characters--select-item img {
  width: 100%;
  transition: transform 0.3s;
}
@media (max-width: 1150px) {
  .characters--select--inner .characters--select-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 869px) {
  .characters--select--inner .characters--select-item {
    width: calc(33.333% - 20px);
  }
}
.characters--img-wrapper {
  overflow: hidden;
  border-radius: 50%;
}
.characters--img-wrapper:hover img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.characters--select-input {
  display: none;
}
@media (min-width: 869px) {
  .characters--character .characters--character-item {
    display: flex;
    align-items: center;
  }
}
.characters--character .characters--character-item .character-item--image {
  width: 175px;
  margin: 0 auto 30px;
  display: none;
}
@media (min-width: 869px) {
  .characters--character .characters--character-item .character-item--image {
    width: 300px;
    margin-left: 5%;
    margin-right: 8%;
  }
}
.characters--character .characters--character-item .character-item--image img {
  width: 100%;
}
.characters--character .characters--character-item .character-item--info {
  display: none;
  max-width: 550px;
}
.characters--character .characters--character-item .character-item--info .character-item--label {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #0065a6;
  text-transform: uppercase;
}
@media (min-width: 869px) {
  .characters--character .characters--character-item .character-item--info .character-item--label {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.characters--character .characters--character-item .character-item--info .character-item--description {
  font-size: 18px;
  line-height: 1.5em;
}
.characters--character .characters--character-item .character-item--info .character-item--description ul li {
  list-style-type: disc;
}
.characters--character .characters--character-item .character-item--info .character-item--description li,
.characters--character .characters--character-item .character-item--info .character-item--description .wysiwyg li {
  margin-left: 20px;
}
.characters--select-input:checked ~ .character-item--image,
.characters--select-input:checked ~ .character-item--info {
  display: block;
  animation: fadeIn forwards 0.3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.block--top-label {
  margin-top: 105px;
  min-height: 146px;
  background-color: #eaae93;
  box-shadow: 0 4px 2px -2px rgba(43, 43, 43, 0.25);
}
@media (max-width: 869px) {
  .block--top-label {
    margin-top: 0;
    min-height: 106px;
  }
}
.block--top-label--shadow-green {
  background-color: #98C8BE;
}
.block--top-label .section--inner {
  max-width: 1678px;
}
.block--top-label .top-label--label {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 3px;
  color: #231949;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.block--top-label .top-label--timestamp {
  font-size: 16px;
  line-height: 1.5em;
  color: #231949;
}
@media (max-width: 869px) {
  .block--top-label .top-label--timestamp {
    padding-bottom: 14px;
  }
}
.block--top-label + .cover {
  min-height: calc(100vh - 165px - 248px);
}
.block--essentials .section--inner {
  padding-bottom: 50px;
}
@media (min-width: 870px) {
  .block--essentials .section--inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .block--essentials .section--inner:after {
    display: table;
    content: '';
    height: 1px;
    clear: both;
  }
}
.block--essentials .essentials-accordion--wrapper {
  max-width: 1260px;
}
@media (min-width: 870px) {
  .block--essentials .essentials-accordion--wrapper {
    width: calc(100% - 330px);
    float: left;
  }
}
.block--essentials .essentials--image-desktop,
.block--essentials .essentials--image-mobile {
  display: none;
}
@media (min-width: 870px) {
  .block--essentials .essentials--image-desktop {
    width: 290px;
    display: block;
    float: right;
    /*
            margin-left: @margin-medium-desktop;
            min-width: 290px;
            background-repeat: no-repeat;
            background-position: top center;
            // height: 1190px;
             */
  }
}
@media (max-width: 869px) {
  .block--essentials .essentials--image-mobile {
    display: block;
    height: auto;
    width: 100%;
    margin: 20px auto;
  }
  .block--essentials .essentials--image-mobile img {
    width: 100%;
  }
}
.block--essentials .essentials--label {
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 3px;
  color: #231949;
  margin-bottom: 30px;
}
@media (min-width: 870px) {
  .block--essentials .essentials--label {
    margin-bottom: 40px;
  }
}
.block--essentials .essentials-accordion {
  border-bottom: 1px solid #231949;
  margin-bottom: 20px;
}
.block--essentials .essentials-accordion:last-of-type {
  margin-bottom: 0;
}
.block--essentials .essentials-accordion .essentials-accordion--label {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 3px;
  color: #231949;
  margin-bottom: 20px;
}
@media (min-width: 870px) {
  .block--essentials .essentials-accordion .essentials-accordion--label {
    margin-bottom: 30px;
  }
}
.block--essentials .essentials-accordion .essentials-accordion--description {
  font-size: 18px;
  line-height: 1.5em;
  color: #c69681;
  margin-bottom: 30px;
}
.block--essentials .essentials-accordion .essentials-accordion--more,
.block--essentials .essentials-accordion .essentials-accordion--less {
  font-size: 18px;
  line-height: 1.5em;
  color: #231949;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 20px;
}
.block--essentials .essentials-accordion .essentials-accordion--more:hover,
.block--essentials .essentials-accordion .essentials-accordion--less:hover {
  font-weight: 700;
}
.block--essentials .essentials-accordion .essentials-accordion--expanded-description {
  display: none;
}
.block--essentials .essentials-accordion .essentials-accordion--expanded-description .essentials-accordion--less {
  padding-top: 30px;
}
.block--essentials .essentials-accordion--expanded-description ol {
  list-style-type: decimal;
  list-style: decimal;
  margin-bottom: 20px;
}
.block--essentials .essentials-accordion--expanded-description ol li {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 20px;
}
.block--essentials .essentials-accordion--expanded-description ul {
  margin-bottom: 20px;
}
.block--essentials .essentials-accordion--expanded-description ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 30px;
}
.block--essentials .essentials-accordion--expanded-description h3 {
  color: #c69681;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 869px) {
  .block--essentials .essentials-accordion--expanded-description h3 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.block--essentials.pku-faq .section--inner {
  padding-top: 45px;
}
@media (min-width: 870px) {
  .block--essentials.pku-faq .section--inner {
    padding-top: 100px;
  }
}
.block--essentials.pku-faq .essentials-accordion .essentials-accordion--description {
  color: #8cb9e0;
}
.block--essentials.keto-faq .section--inner {
  padding-top: 45px;
}
@media (min-width: 870px) {
  .block--essentials.keto-faq .section--inner {
    padding-top: 100px;
  }
}
.block--essentials.keto-faq .essentials--label * {
  color: #b11f1c;
}
.block--essentials.keto-faq .essentials-accordion .essentials-accordion--description {
  color: #5D6C73;
}
.block--essentials.keto-faq .essentials-accordion .essentials-accordion--label {
  color: #738289;
}
.block--essentials.keto-faq .essentials-accordion .essentials-accordion--more {
  color: #b11f1c !important;
}
@media (max-width: 869px) {
  .block--essentials.ec-faq .section--inner {
    padding-bottom: 0;
  }
  .block--essentials.ec-faq .essentials-accordion .essentials-accordion--description {
    font-size: 16px;
    line-height: 1.5em;
  }
  .block--essentials.ec-faq .essentials-accordion .essentials-accordion--more {
    font-size: 14px;
    line-height: 1.5em;
  }
  .block--essentials.ec-faq .essentials-accordion .essentials-accordion--label {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.resource--item,
.resource--image,
.resource--name,
.resource--description {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
@media (max-width: 869px) {
  .resource--item,
  .resource--image,
  .resource--name,
  .resource--description {
    width: 265px;
  }
}
.resource--item {
  flex-basis: 48%;
  text-align: center;
  margin-bottom: 85px;
  color: #b11f1c;
}
@media (max-width: 869px) {
  .resource--item {
    flex-basis: 100%;
  }
}
.resource--item:not(span):hover .resource--image,
.resource--item:not(span):focus .resource--image {
  border-color: #231949;
  background-color: rgba(35, 25, 73, 0.5);
}
.resource--item:not(span):hover .resource--image .image,
.resource--item:not(span):focus .resource--image .image {
  opacity: 0.3;
}
.resource--item:not(span):hover .resource--image::before,
.resource--item:not(span):focus .resource--image::before {
  content: "";
  position: absolute;
  mask-image: url("/themes/custom/vitaflodiet/img/icons/download.svg");
  -webkit-mask-image: url("/themes/custom/vitaflodiet/img/icons/download.svg");
  -o-mask-image: url("/themes/custom/vitaflodiet/img/icons/download.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -o-mask-position: center;
  mask-size: auto 200px;
  -webkit-mask-size: auto 200px;
  -o-mask-size: auto 200px;
  background-color: #ffffff;
  width: 200px;
  height: 200px;
}
@media (max-width: 869px) {
  .resource--item:not(span):hover .resource--image::before,
  .resource--item:not(span):focus .resource--image::before {
    width: 100px;
    height: 100px;
    mask-size: auto 100px;
    -webkit-mask-size: auto 100px;
    -o-mask-size: auto 100px;
  }
}
.resource--item:not(span):hover .resource--name,
.resource--item:not(span):focus .resource--name {
  text-decoration: underline;
}
.resource--image {
  width: inherit;
  height: 420px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.resource--image .image {
  opacity: 1;
}
@media (max-width: 869px) {
  .resource--image {
    width: inherit;
    height: 265px;
  }
  .resource--image .image {
    display: inline-block;
    max-height: 180px;
    max-width: 180px;
  }
}
.resource--name {
  font-size: 24px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 869px) {
  .resource--name {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.resource--description {
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 869px) {
  .resource--description {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.resource--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 85px;
}
.resource--wrapper-3-3 .resource--item {
  flex-basis: 33.3333%;
}
.resource--wrapper-pku .resource--image {
  border-color: #1e1445;
}
.resource--wrapper-pku .resource--image::before {
  display: none;
}
.resource--wrapper-pku .resource--image .image {
  width: 226px;
  max-height: 226px;
  height: auto;
  opacity: 1;
}
@media (max-width: 869px) {
  .resource--wrapper-pku .resource--image .image {
    width: 126px;
    max-height: 126px;
  }
}
.resource--wrapper-pku .resource--item:not(span):hover .resource--image .image,
.resource--wrapper-pku .resource--item:not(span):focus .resource--image .image {
  opacity: 1;
}
.resource--wrapper-llw .resource--image {
  border-color: #c3578d;
}
.body-with-panel {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
.body-with-panel .section--inner {
  margin: 0;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1150px) {
  .body-with-panel .section--inner {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    grid-template-rows: 1fr;
    gap: 1px 1px;
    grid-template-areas: ". .";
  }
}
.body-with-panel .body-with-panel--content {
  max-width: 970px;
  order: 2;
  padding: 30px 20px 40px;
}
@media (min-width: 869px) {
  .body-with-panel .body-with-panel--content {
    margin-right: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1150px) {
  .body-with-panel .body-with-panel--content {
    order: 0;
  }
}
@media (min-width: 1150px) and (-ms-high-contrast: none) {
  .body-with-panel .body-with-panel--content {
    -ms-grid-column: 1;
  }
}
.body-with-panel .body-with-panel--panel {
  margin-left: -20px;
  margin-right: -20px;
  order: 1;
  height: 100%;
  padding: 60px;
}
@media (max-width: 1149px) {
  .body-with-panel .body-with-panel--panel:empty {
    display: none;
  }
}
@media (min-width: 869px) and (max-width: 1150px) {
  .body-with-panel .body-with-panel--panel {
    margin-right: 0;
  }
}
@media (min-width: 1150px) {
  .body-with-panel .body-with-panel--panel {
    width: 550px;
    order: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1150px) and (-ms-high-contrast: none) {
  .body-with-panel .body-with-panel--panel {
    -ms-grid-column: 2;
  }
}
.body-with-panel .body-with-panel--panel.panel--light-blue {
  background-color: #8cb9e0;
}
.body-with-panel .body-with-panel--panel.panel--jagged-ice {
  background-color: #CCE0ED;
}
@media all and (-ms-high-contrast: none) {
  .body-with-panel .section--inner {
    display: -ms-grid;
    -ms-grid-columns: 1.5fr 0.5fr;
    -ms-grid-rows: 1fr;
  }
}
@media (min-width: 1150px) and (-ms-high-contrast: none) {
  .body-with-panel .section--inner {
    -ms-grid-columns: 1.5fr 550px;
  }
}
.map--holder {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 869px) {
  .map--holder {
    height: 320px;
  }
}
@media (max-width: 869px) {
  .map--holder-desktop {
    display: none;
  }
}
@media (min-width: 870px) {
  .map--holder-mobile {
    display: none;
  }
}
.inspiration-box {
  padding: 30px 0;
}
.inspiration-box--small {
  padding: 40px 50px;
}
@media (max-width: 869px) {
  .inspiration-box--small {
    padding: 40px 25px;
  }
}
.inspiration-box--small .section--inner {
  padding: 0;
}
.inspiration-box--small .section--inner .inspiration-box {
  padding: 0;
}
.inspiration-box--small .section--inner a {
  color: inherit;
  text-decoration: underline;
}
.inspiration-box--small .section--inner a:hover {
  text-decoration: none;
}
.inspiration-box--CKD {
  background-color: #D2232A;
  color: #ffffff;
}
.inspiration-box--MCT {
  background-color: #5D8132;
  color: #ffffff;
}
.inspiration-box--MKD {
  background-color: #24408F;
  color: #ffffff;
}
.inspiration-box--orange {
  background-color: #f39433;
}
.inspiration-box--shadow-green {
  background-color: #98C8BE;
}
.inspiration-box--label {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 25px;
}
.recipe-content--inspiration-box.flex--mobile-order-6 p {
  padding: 0px 20px;
}
.recipe-content--inspiration-box.flex--mobile-order-6 p:last-child {
  margin-bottom: 50px;
}
.promo-stripe {
  display: flex;
  padding: 150px 25px;
  align-content: center;
  justify-content: center;
}
@media (max-width: 869px) {
  .promo-stripe {
    padding: 50px 20px;
    flex-direction: column;
  }
}
.promo-stripe--text {
  max-width: 650px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 869px) {
  .promo-stripe--text {
    max-width: 100%;
    margin-right: 0;
  }
}
.promo-stripe--text .h3 {
  margin-bottom: 40px;
}
@media (max-width: 869px) {
  .promo-stripe--text .h3 {
    margin-bottom: 15px;
  }
}
.promo-stripe--text p {
  width: 100%;
}
.promo-stripe--text p + p {
  margin-top: 25px;
}
.promo-stripe--text .button {
  padding: 20px 25px 20px 25px;
  margin-top: 45px;
  text-decoration: none;
}
@media (max-width: 869px) {
  .promo-stripe--text .button {
    display: none;
  }
}
.promo-stripe--image-area .button {
  display: none;
}
@media (max-width: 869px) {
  .promo-stripe--image-area .button {
    display: block;
    padding: 20px 25px 20px 25px;
    margin: 45px auto 0;
    text-align: center;
    max-width: 230px;
  }
}
.promo-stripe--image {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 869px) {
  .promo-stripe--image {
    margin: 20px auto;
  }
}
.background-color--blue .promo-stripe {
  color: #ffffff;
}
.background-color--blue .promo-stripe .h3 {
  color: #8cb9e0;
}
.newsletter--box-description {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 869px) {
  .newsletter--box-description {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.newsletter--box-form,
.newsletter--box-image {
  flex-basis: 50%;
}
@media (min-width: 992px) {
  .newsletter--box-form {
    padding-right: 20px;
  }
  .newsletter--box-image {
    padding-left: 20px;
  }
}
@media (max-width: 869px) {
  .newsletter--box-description {
    margin-bottom: 35px;
  }
}
@media (max-width: 869px) {
  .newsletter--box-form {
    margin-bottom: 20px;
  }
}
.newsletter--box-form .base--form-extra-title {
  text-transform: uppercase;
}
.event-news--list::after {
  content: '';
  height: 1px;
  display: table;
  width: 100%;
  clear: both;
}
.event-news--list::after {
  content: '';
  height: 1px;
  display: table;
  width: 100%;
  clear: both;
}
.event-news--item {
  display: inline-block;
  width: 50%;
  margin-bottom: 25px;
  float: left;
}
@media (max-width: 869px) {
  .event-news--item {
    position: relative;
  }
}
.event-news--item:last-child {
  margin-bottom: 0;
}
.event-news--item:first-child {
  width: 100%;
  float: none;
}
.event-news--item:first-child::after {
  content: '';
  height: 1px;
  display: table;
  width: 100%;
  clear: both;
}
.event-news--item:first-child::after {
  content: '';
  height: 1px;
  display: table;
  width: 100%;
  clear: both;
}
@media (min-width: 870px) {
  .event-news--item:first-child .event-news--image {
    min-height: 489px;
    background-size: cover;
  }
}
@media (max-width: 869px) {
  .event-news--item {
    margin-bottom: 40px;
    width: 100%;
  }
}
.event-news--item * {
  display: block;
}
.event-news--item:hover .event-news--signup,
.event-news--item:focus .event-news--signup {
  background-color: #231949;
  color: #8cb9e0;
}
.event-news--item:hover .event-news--signup::after,
.event-news--item:focus .event-news--signup::after {
  background-color: #8cb9e0;
}
@media (min-width: 870px) {
  .event-news--item-news .event-news--image {
    position: relative;
  }
}
.event-news--item-news .event-news--image:before {
  left: 12px;
  top: 12px;
  border-radius: 32px;
  padding: 10px;
  content: "";
  display: inline-block;
  background: #ffffff url("/themes/custom/vitaflodiet/img/icons/postcard.svg") no-repeat center center;
  width: 39px;
  height: 39px;
  position: relative;
  background-size: 32px;
}
@media (max-width: 869px) {
  .event-news--item-news .event-news--image:before {
    position: absolute;
  }
}
@media (min-width: 870px) {
  .event-news--item-event .event-news--image {
    position: relative;
  }
}
.event-news--item-event .event-news--image:before {
  left: 12px;
  top: 12px;
  border-radius: 32px;
  padding: 10px;
  content: "";
  display: inline-block;
  background: #ffffff url("/themes/custom/vitaflodiet/img/icons/calendar.svg") no-repeat center center;
  width: 39px;
  height: 39px;
  position: relative;
  background-size: 32px;
}
@media (max-width: 869px) {
  .event-news--item-event .event-news--image:before {
    position: absolute;
  }
}
.event-news--content {
  background-color: #f3f3f5;
  padding: 25px;
}
@media (max-width: 869px) {
  .event-news--content {
    padding: 30px 15px;
  }
}
.event-news--image {
  min-height: 386px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media (max-width: 869px) {
  .event-news--image {
    width: 100%;
    padding-top: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
}
.event-news--title {
  font-size: 30px;
  line-height: 1.5em;
  color: #231949;
  display: flex;
  align-items: center;
  /*
        &::before {
            content: "";
            display: inline-block;
            background-color: @color-blue;
            .maskRepeat(no-repeat);
            .maskPosition(left center);
            width: 39px;
            height: 39px;
            margin-right: 30px;
            .maskSize(39px);

            @media (max-width: @screen-xs-max) {
                width: 30px;
                height: 30px;
                .maskSize(30px);
                margin-right: 15px;
            }
        }

        &-event {
            &::before {
                .maskImage("@{path}img/icons/calendar.svg");
            }
        }

        &-news {
            &::before {
                .maskImage("@{path}img/icons/postcard.svg");
            }
        }
         */
}
.event-news--title > span {
  flex-basis: calc(100% - 69px);
}
@media (max-width: 869px) {
  .event-news--title {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.event-news--info {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.5em;
  display: flex;
  margin-top: 15px;
}
@media (max-width: 869px) {
  .event-news--info {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 20px;
  }
}
.event-news--date {
  margin-right: 50px;
}
@media (max-width: 869px) {
  .event-news--date {
    margin-bottom: 15px;
  }
}
.event-news--description {
  margin-top: 15px;
}
@media (max-width: 869px) {
  .event-news--description {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.block-timeline {
  display: flex;
  flex-wrap: wrap;
}
.block-timeline .section--inner {
  padding: 0;
}
.block-timeline--left {
  flex-basis: 35%;
  background-color: #5e6b74;
  padding: 65px;
}
@media all and (-ms-high-contrast: none) {
  .block-timeline--left {
    flex-basis: auto;
    width: 35%;
  }
}
.block-timeline--left .block-timeline--description p {
  color: #ffffff;
}
@media (max-width: 869px) {
  .block-timeline--left {
    padding: 25px;
  }
}
.block-timeline--left .h1 {
  margin-bottom: 25px;
  color: #ffffff;
}
.block-timeline--left-image {
  margin-top: 25px;
  text-align: center;
}
.block-timeline--left-image > img {
  max-height: 100%;
}
@media (max-width: 869px) {
  .block-timeline--left-image > img {
    height: 150px;
  }
}
.block-timeline--middle {
  flex-basis: 40%;
  background-color: #f4f0f0;
  padding: 65px 65px 0;
  overflow: hidden;
}
.block-timeline--middle .h2 {
  color: #738289;
}
@media all and (-ms-high-contrast: none) {
  .block-timeline--middle {
    flex-basis: auto;
    width: 40%;
  }
}
@media (max-width: 869px) {
  .block-timeline--middle {
    padding: 25px;
  }
}
.block-timeline--right {
  flex-basis: 25%;
}
@media all and (-ms-high-contrast: none) {
  .block-timeline--right {
    flex-basis: auto;
    width: 25%;
  }
}
.block-timeline--right img {
  display: block;
}
@media (min-width: 870px) {
  .block-timeline--right {
    display: flex;
    overflow: hidden;
    justify-content: center;
  }
  .block-timeline--right > img {
    min-height: 100%;
    max-height: 932px;
    max-width: initial;
  }
}
@media (max-width: 869px) {
  .block-timeline > div {
    flex-basis: 100%;
  }
}
.author--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}
@media (min-width: 992px) {
  .author--wrapper {
    margin-right: 100px;
  }
}
@media (max-width: 869px) {
  .author--wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }
}
@media (max-width: 869px) {
  .author--wrapper .author--item {
    margin-bottom: 30px;
    width: 125px;
    height: 125px;
  }
}
.author--wrapper .author--item-by {
  margin-top: 0;
}
@media (max-width: 869px) {
  .author--wrapper .author--item-by {
    flex-basis: 100%;
  }
}
.author--item {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 869px) {
  .author--item {
    width: 90px;
    height: 90px;
  }
}
.author--item-image {
  display: block;
}
.author--item-by {
  margin-top: 30px;
  text-transform: uppercase;
}
.author--item-datetime {
  margin-top: 5px;
}
.bag--layout {
  position: relative;
}
.bag--layout > * {
  transition: top 300ms, left 300ms;
  display: block;
}
.notification-box--hidden {
  display: none;
}
.notifyjs-info-base {
  white-space: nowrap;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid #9ed0f8;
  color: #008bf5;
  background-color: #ebf1f8;
}
.notifyjs-warning-base {
  white-space: nowrap;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid #ffdd7a;
  color: #ffbf00;
  background-color: #fff8e3;
}
.notifyjs-success-base {
  white-space: nowrap;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid #99e7a3;
  color: #02c20f;
  background-color: #e7f9f1;
}
.notifyjs-danger-error {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid #fd848a;
  color: #ff000d;
  background-color: #faeded;
}
.journey-navigation {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 60px 0 0;
}
@media (max-width: 869px) {
  .journey-navigation {
    padding: 30px 20px 0;
    flex-wrap: wrap;
  }
  .journey-navigation .button--white {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.keto-recipes-wrapper {
  background: #b11f1c;
  display: flex;
  flex-wrap: wrap;
}
.keto-recipes-wrapper .collapsible-section--label::after {
  background-color: #ffffff;
}
.keto-recipes-wrapper .section--inner-xlg {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 869px) {
  .keto-recipes-wrapper .section--inner-xlg {
    display: block;
  }
}
.keto-recipes-wrapper .section--wrapper {
  background: #b11f1c;
  width: 75%;
}
@media screen and (max-width: 869px) {
  .keto-recipes-wrapper .section--wrapper {
    width: 100%;
  }
}
.keto-recipes-wrapper .section--wrapper .recipe-categories * {
  color: #ffffff;
}
.keto-recipes-wrapper .header--strip-label {
  display: none;
}
.keto-recipes-wrapper .header--strip {
  width: 25%;
  background: #b11f1c;
}
@media screen and (max-width: 869px) {
  .keto-recipes-wrapper .header--strip {
    width: 100%;
  }
}
.keto-recipes-wrapper .header--strip .form--input-text {
  margin-bottom: 20px;
}
.keto-recipes-wrapper .header--strip .form--input-text::placeholder {
  color: #b11f1c;
}
.keto-recipes-wrapper .header--strip .recipe--search-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.keto-recipes-wrapper .header--strip .recipe--search-form button {
  background: #ffffff;
  color: #b11f1c;
  border: none;
}
.keto-recipes-wrapper .header--strip .recipe--search-form button:after {
  background-color: #b11f1c;
}
.cover-carousel--text,
.cover--scroll-button {
  display: none !important;
}
.cover.cover--product-keto .cover--text-content {
  background-color: rgba(255, 255, 255, 0.9);
}
.cover.cover--product-keto .cover--text-content * {
  color: #574B8B;
}
.header--strip-light-blue .header--strip-recipe-info {
  background-color: #5e6b74;
}
.header--strip-recipe {
  background-color: #b11f1c;
}
.header--strip-recipe * {
  color: #ffffff;
}
.carousel--dark-blue {
  background-color: #5e6b74;
}
.carousel--dark-blue .carousel--image {
  border: 2px solid #b11f1c;
  background-color: #5e6b74;
}
.slick .slick-dots li.slick-active button:before,
.slick-single .slick-dots li.slick-active button:before,
.product--items .slick-dots li.slick-active button:before {
  color: #fff;
}
.slick .slick-dots li button:before,
.slick-single .slick-dots li button:before,
.product--items .slick-dots li button:before {
  color: #fff;
  opacity: 0.5;
}
.block--recipe .h2 {
  color: #b11f1c;
}
.block--recipe .block--recipe-items .button {
  background-color: #5e6b74;
}
.block--recipe-item .block--recipe-link .button--single-line .button--text {
  max-width: 70%;
}
.block--recipe .button--white {
  background-color: #4a750c;
  color: #ffffff;
}
.block--recipe .button--white:after {
  background-color: #14a43c;
}
.block--recipe .button--white:hover::after {
  background-color: #14a43c;
}
.header--strip-form .keto-form {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.header--strip-form .keto-form input.form--input-text {
  margin-bottom: 30px !important;
}
.header--strip-form .keto-form button {
  border: none;
}
.header--strip-form .keto-form-red input.form--input-text::placeholder {
  color: #b11f1c !important;
}
.header--strip-form .keto-form-red button {
  background-color: #ffffff;
  color: #b11f1c;
}
.header--strip-form .keto-form-red button:after {
  background-color: #b11f1c;
}
.header--strip-form .keto-form-red button:hover:after {
  background-color: #b11f1c;
}
.header--strip-form .keto-form-gray input.form--input-text::placeholder {
  color: #5e6b74 !important;
}
.header--strip-form .keto-form-gray button {
  color: #ffffff;
  background-color: #b11f1c;
}
.header--strip-form .keto-form-gray button:after {
  background-color: #ffffff;
}
.header--strip-form .keto-form-gray button:hover:after {
  background-color: #ffffff;
}
.section--keto-gray {
  background: #F3EEEE;
  position: relative;
}
.section--keto-gray:after {
  height: 1px;
  width: 100%;
  display: block;
  content: '';
  background: #738289;
  position: absolute;
  bottom: 57px;
}
.recipes-links {
  padding: 30px 0;
}
.recipes-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipes-links ul li {
  max-width: 220px;
}
.recipes-links ul li a {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  display: inline-block;
}
@media screen and (min-width: 870px) {
  .recipes-links ul li a {
    margin: 0 30px;
  }
}
@media screen and (max-width: 869px) {
  .recipes-links ul li a {
    margin: 0 10px;
  }
}
.recipes-links ul li a:after {
  z-index: 2;
  border: 1px solid #738289;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
}
.recipes-links ul li.recipes-links-active a:after {
  background-color: #738289;
}
.pagination--keto {
  max-width: 1678px;
  margin: 0 auto;
  padding: 20px;
}
.pagination--keto * {
  color: #b11f1c;
}
.pagination--keto:after {
  display: none;
}
.pagination--keto .pagination--items {
  margin: 0;
}
.section--wrapper.background-color--keto-gray {
  background-color: #5e6b74;
}
.section--wrapper.background-color--keto-gray .prefoot .prefoot--text {
  text-align: center;
}
.section--wrapper.background-color--keto-gray .prefoot .prefoot--text * {
  color: #ffffff;
  text-align: left;
}
.product--keto {
  background-color: #F1ECEC;
}
.product--keto .h1 {
  color: #b11f1c;
}
.product--keto .carousel--button {
  color: #1e1445;
}
.sample-form--wrapper {
  padding: 0 10px;
}
.sample-form--wrapper ul {
  padding-left: 20px;
}
.sample-form--wrapper ul li {
  list-style-type: disc;
}
@media screen and (min-width: 870px) {
  .sample-form--wrapper {
    padding-top: 200px !important;
  }
}
.sample-form--wrapper .checkbox-label {
  position: relative;
}
.sample-form--wrapper .wrapper-form-required {
  position: relative;
}
.sample-form--wrapper .wrapper-form-required .checkbox-label:after,
.sample-form--wrapper .wrapper-form-required.form-type-select .description:after,
.sample-form--wrapper .wrapper-form-required.form-type-textfield:after,
.sample-form--wrapper .wrapper-form-required.form-type-tel:after,
.sample-form--wrapper .wrapper-form-required.form-type-email:after,
.sample-form--wrapper .wrapper-form-required.form-type-textarea:after {
  content: '*';
  color: red;
  display: inline-block;
  position: relative;
  order: 10;
}
.sample-form--wrapper .wrapper-form-required.form-type-textfield:after,
.sample-form--wrapper .wrapper-form-required.form-type-textarea:after,
.sample-form--wrapper .wrapper-form-required.form-type-email:after,
.sample-form--wrapper .wrapper-form-required.form-type-tel:after {
  position: absolute;
  top: 0;
  right: -15px;
}
.bef-links ul {
  flex-wrap: wrap;
  display: flex;
}
.bef-links ul li {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
  flex-basis: 20%;
  margin-bottom: 20px;
}
.recipe--search-form.base--form .form-item {
  margin-right: 0px;
}
.recipe--search-form.base--form input.form--input-text {
  background-color: #ffffff;
  margin-bottom: 10px;
  color: #231949;
  border-radius: 0;
  border: none;
}
.header--strip-form .form-item input {
  margin-bottom: 0 !important;
}
@media (min-width: 870px) {
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 869px) {
  .mobile-hide {
    display: none;
  }
}
.hide {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
#translations--helpers {
  display: none !important;
}
.clear::after {
  content: '';
  height: 1px;
  display: table;
  width: 100%;
  clear: both;
}
.wysiwyg .button--primary {
  text-decoration: none;
}
@media (min-width: 870px) {
  .w-25 {
    width: 25%;
  }
}
@media (min-width: 870px) {
  .w-50 {
    width: 50%;
  }
}
@media (min-width: 870px) {
  .w-100 {
    width: 100%;
  }
}
.align-center {
  margin: 0 auto;
}
.img-fw img {
  width: 100%;
}
.mt-0 {
  margin-top: 0;
}
/*# sourceMappingURL=./styles.css.map */