/*
@import "_normalize.less";
@import "_main.less";
*/
.mixin-text-style-1 {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mixin-box-height-square {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.mixin-box-height-double {
  width: 100%;
  height: 0;
  padding-top: 170%;
  overflow: hidden;
}
.mixin-box-height-66 {
  width: 100%;
  height: 0;
  padding-top: calc(100% / (431.25/646.88));
  overflow: hidden;
}
.mixin-box-height-half {
  width: 100%;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
}
.mixin-box-fix-height {
  position: relative;
}
.mixin-box-fix-height .box-content-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mixin-box-fix-height .box-content {
  height: inherit;
  overflow: hidden;
}
.mixin-box-small-fix-height {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.mixin-box-medium-fix-height {
  width: 100%;
  height: 0;
  padding-top: 170%;
  overflow: hidden;
}
.mixin-box-fix-height {
  position: relative;
}
.mixin-box-fix-height .box-content-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mixin-box-fix-height .box-content {
  height: inherit;
  overflow: hidden;
}
.mixin-box-large-fix-height {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .box-width.mod-phone-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .box-width.mod-phone-50 {
    width: 50%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .box-width.mod-tablet-100 {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .box-width.mod-tablet-50 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .box-width.mod-desktop-100 {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .box-width.mod-desktop-75 {
    width: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .box-width.mod-desktop-66 {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .box-width.mod-desktop-33 {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 1280px) {
  .box-width.mod-desktop-25 {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .box-width.mod-desktop-padding-right {
    padding-right: 25%;
  }
}
.box-height {
  position: relative;
  /* PHONES */
  /* TABLETS */
  /* DESKTOP */
}
@media only screen and (max-width: 719px) {
  .box-height.mod-phone-square {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-phone-square .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-phone-square .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-phone-square .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-phone-square .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (max-width: 719px) {
  .box-height.mod-phone-double {
    width: 100%;
    height: 0;
    padding-top: 170%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-phone-double .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-phone-double .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-phone-double .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-phone-double .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (max-width: 719px) {
  .box-height.mod-phone-half {
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-phone-half .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-phone-half .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-phone-half .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-phone-half .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .box-height.mod-tablet-square {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-tablet-square .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-tablet-square .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-tablet-square .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-tablet-square .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .box-height.mod-tablet-half {
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-tablet-half .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-tablet-half .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-tablet-half .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-tablet-half .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .box-height.mod-desktop-square {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-desktop-square .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-square .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-desktop-square .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-square .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .box-height.mod-desktop-half {
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-desktop-half .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-half .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-desktop-half .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-half .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .box-height.mod-desktop-double {
    width: 100%;
    height: 0;
    padding-top: 170%;
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-desktop-double .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-double .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-desktop-double .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-double .box-content {
    height: inherit;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .box-height.mod-desktop-66 {
    width: 100%;
    height: 0;
    padding-top: calc(100% / (431.25/646.88));
    overflow: hidden;
    position: relative;
  }
  .box-height.mod-desktop-66 .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-66 .box-content {
    height: inherit;
    overflow: hidden;
  }
  .box-height.mod-desktop-66 .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-height.mod-desktop-66 .box-content {
    height: inherit;
    overflow: hidden;
  }
}
.mixin-background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mixin-box-padding {
  padding: 10px;
}
@media only screen and (min-width: 720px) {
  .mixin-box-padding {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .mixin-box-padding {
    padding: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .mixin-box-padding {
    padding: 40px;
  }
}
.mixin-default-link-styling a {
  color: #647B5C;
  font-weight: 700;
}
.mixin-default-link-styling a:hover {
  text-decoration: underline;
}
.mixin-default-list-styling li {
  padding: 0 0 10px 25px;
  position: relative;
}
.mixin-default-list-styling li:before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.mixin-overlay-styling {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.form .field {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 750px;
}
.form .field.mod-field-wrap {
  flex-wrap: wrap;
}
.form .field.textarea {
  margin-top: 30px;
  margin-bottom: 20px;
}
.form .field.textarea:first-of-type {
  margin-top: 10px;
}
.form .field.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: start;
}
.form .field.checkbox > input[type="checkbox"] + label {
  margin-top: -4px;
}
.form .field label {
  display: inline-block;
  width: 100px;
}
.form .field label.mod-radio-label {
  width: 100%;
}
.form .field label.mod-textarea-label {
  display: block;
  width: 100%;
}
.form .field input[type="checkbox"] + label,
.form .field input[type="radio"] + label {
  margin-left: 10px;
}
.form .field textarea,
.form .field input[type="text"],
.form .field input[type="date"],
.form .field input[type="email"] {
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
}
.form .field textarea {
  height: 1.0em;
  margin-top: 1.0em;
  padding-bottom: 20px;
}
.form .btn-toolbar {
  margin-top: 45px;
}
.form .btn-toolbar.small-margin-top {
  margin-top: 20px;
}
#Form_StudioSignupForm_error.message {
  border: 2px solid black;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#Form_StudioSignupForm_error.message.bad {
  color: maroon;
  border-color: maroon;
}
.u-clear {
  clear: both;
  float: none;
}
.u-float-left {
  float: left;
  display: block;
}
.u-inline-block {
  display: inline-block;
}
.u-center {
  text-align: center;
}
.u-default-textsyles a {
  color: #647B5C;
  text-decoration: none;
}
.u-default-textsyles a:hover {
  text-decoration: underline;
}
.u-lazy-bg {
  transition: background-image 600ms ease-in-out;
}
.u-font-special {
  font-family: 'Over the Rainbow', cursive !important;
  font-weight: 400 !important;
}
.u-workout-title-with-subtitle {
  padding-bottom: 0;
}
.u-title {
  font-family: 'Over the Rainbow', cursive;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .u-title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-title {
    font-size: 80px;
    line-height: 75px;
    margin-bottom: 20px;
  }
}
.u-background-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: -10px 0 0 -10px;
}
@media only screen and (min-width: 720px) {
  .u-background-image-container {
    margin: -20px 0 0 -20px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-background-image-container {
    margin: -20px 0 0 -20px;
  }
}
@media only screen and (min-width: 1480px) {
  .u-background-image-container {
    margin: -40px 0 0 -40px;
  }
}
.u-background-image-container.mod-no-margin {
  margin: 0;
}
.u-background-image-container.mod-blur {
  filter: blur(4px);
}
.u-darken {
  filter: brightness(65%);
}
.u-subtitle {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 720px) {
  .u-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-subtitle {
    font-size: 30px;
    line-height: 35px;
  }
}
.u-headline-1,
h1 {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 20px;
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .u-headline-1,
  h1 {
    padding-top: 3px;
  }
}
@media only screen and (min-width: 720px) {
  .u-headline-1,
  h1 {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1480px) {
  .u-headline-1,
  h1 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 40px;
  }
}
.u-headline-2,
h2 {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1480px) {
  .u-headline-2,
  h2 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 40px;
  }
}
.u-headline-2.mod-inverted,
h2.mod-inverted {
  color: #FFFFFF;
}
.u-headline-3,
h3 {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 10px 0;
  margin: 0;
}
.u-headline-3.mod-inverted,
h3.mod-inverted {
  color: #FFFFFF;
}
.u-headline-4,
h4 {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
}
.u-headline-4.mod-inverted,
h4.mod-inverted {
  color: #FFFFFF;
}
.u-headline-5,
h5 {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}
.u-headline-5.mod-inverted,
h5.mod-inverted {
  color: #FFFFFF;
}
.u-price-total {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 10px 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.u-price-total.mod-inverted {
  color: #FFFFFF;
}
.u-box-headline {
  text-align: center;
  padding-top: 20px;
  padding-bottom: calc(20px - 10px);
}
@media only screen and (min-width: 1280px) {
  .u-box-headline {
    padding-bottom: calc(40px - 20px);
  }
}
@media only screen and (min-width: 1480px) {
  .u-box-headline {
    padding-bottom: calc(40px - 40px);
  }
}
.u-sidebox-headline {
  padding: 0 0 10px 5px;
}
@media only screen and (min-width: 720px) {
  .u-sidebox-headline {
    padding: 0 0 20px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-sidebox-headline {
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .u-sidebox-headline {
    padding: 0 0 0 20px;
  }
}
.u-lead-paragraph {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 720px) {
  .u-lead-paragraph {
    font-size: 20px;
    line-height: 30px;
  }
}
.u-lead-paragraph.mod-bold {
  font-weight: 700;
}
.u-paragraph,
p {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .u-paragraph,
  p {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-paragraph,
  p {
    padding-bottom: 20px;
  }
}
.u-small-paragraph {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.u-button-container {
  font-size: 0;
}
.u-button-container .u-button {
  margin-right: 10px;
}
@media only screen and (min-width: 720px) {
  .u-button-container .u-button {
    margin-right: 10px;
  }
}
.u-button-container .u-button:last-child {
  margin: 0;
}
.u-link {
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.u-link:hover {
  text-decoration: underline;
}
.u-link:before {
  content: '\f061';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.u-specs-container {
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (min-width: 720px) {
  .u-specs-container {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-specs-container {
    padding-bottom: 40px;
  }
}
.u-specs-container .u-spec {
  float: left;
  width: 23%;
}
.u-specs-container .key {
  padding-bottom: 8px;
}
.u-specs-container .meter {
  height: 10px;
  position: relative;
  border: 1px solid #272A3C;
  border-radius: 25px;
}
.u-specs-container .meter span {
  display: block;
  height: 8px;
  border-radius: 20px;
  background-color: #272A3C;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.u-specs-container.mod-inverted {
  color: #FFFFFF;
}
.u-specs-container.mod-inverted .meter {
  border-color: #FFFFFF;
}
.u-specs-container.mod-inverted .meter span {
  background-color: #FFFFFF;
}
.u-filter-container {
  overflow: visible;
}
.u-filter-item {
  display: block;
  float: left;
  border-color: #272A3C;
  line-height: 36px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0 18px 0 0;
}
@media only screen and (min-width: 720px) {
  .u-filter-item {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-filter-item {
    font-size: 15px;
  }
}
.u-filter-item.mod-active:after,
.u-filter-item:hover:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: calc(50% - 3px);
  z-index: 2;
  border-radius: 2.5px;
  background-color: #272A3C;
}
.u-filter-item.mod-active.mod-content-filter:after,
.u-filter-item.mod-content-filter:hover:after {
  bottom: -10px;
}
.u-filter-item.mod-inverted {
  color: #FFFFFF;
}
.u-filter-item.mod-inverted.mod-active:after,
.u-filter-item.mod-inverted:hover:after {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 719px) {
  .u-filter-item.mod-active-small.mod-active:after,
  .u-filter-item.mod-active-small:hover:after {
    left: calc(20% - 3px);
  }
}
.u-filter-image {
  position: relative;
  top: -15px;
  left: 0;
  max-width: 120px;
}
@media screen and (max-width: 890px) {
  .u-filter-image {
    display: none;
  }
}
@media only screen and (min-width: 720px) {
  .u-filter-image {
    max-width: 175px;
  }
}
.u-audio {
  margin-top: 20px;
  margin-bottom: 50px;
}
.u-button {
  display: inline-block;
  border: 2px solid;
  border-color: #272A3C;
  background-color: transparent;
  height: 40px;
  line-height: 36px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  color: #272A3C !important;
}
@media only screen and (min-width: 720px) {
  .u-button {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-button {
    font-size: 15px;
    padding: 0 25px;
  }
}
.u-button:hover,
.u-button.is-active {
  color: #FFFFFF !important;
  background-color: #272A3C;
  text-decoration: none !important;
}
.u-button.mod-inverted {
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
.u-button.mod-inverted:hover,
.u-button.mod-inverted.is-active {
  color: #272A3C !important;
  background-color: #FFFFFF;
}
.u-button:disabled {
  border-color: #78797f;
  color: #78797f !important;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 400;
  color: #272A3C;
}
html {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #272A3C;
}
i {
  color: #272A3C;
}
i.fa,
i.fas,
i.fal,
i.fab {
  color: inherit;
}
body.mod-no-scroll {
  overflow: hidden;
}
.text-paragraph-container {
  /*.u-headline-1.mod-headline-logo {
      background-image: url('/_resources/themes/thebodyworkers/img/the-bodyworkers_black.svg');
      background-position: top right;
      background-repeat: no-repeat;
      background-size: 100px;
    }*/
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .text-paragraph-container {
    padding-right: 20px;
  }
}
.text-paragraph-container.mod-fullwidth {
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container.mod-sports-widget {
    padding-left: 8.333333339999999%;
  }
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container .lead-paragraph p,
  .text-paragraph-container .lead-paragraph li,
  .text-paragraph-container .lead-paragraph a,
  .text-paragraph-container .lead-paragraph span {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1480px) {
  .text-paragraph-container .lead-paragraph p,
  .text-paragraph-container .lead-paragraph li,
  .text-paragraph-container .lead-paragraph a,
  .text-paragraph-container .lead-paragraph span {
    font-size: 20px;
    line-height: 33px;
  }
}
.text-paragraph-container .u-button {
  margin-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container .u-button {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container .u-button {
    margin-bottom: 40px;
  }
}
.text-paragraph-container .u-specs-container {
  width: 100%;
  max-width: 500px;
}
.text-paragraph-container a {
  color: #647B5C;
  font-weight: 700;
}
.text-paragraph-container a:hover {
  text-decoration: underline;
}
.text-paragraph-container ul {
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container ul {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container ul {
    padding-bottom: 20px;
  }
}
.text-paragraph-container li {
  padding: 0 0 10px 25px;
  position: relative;
}
.text-paragraph-container li:before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.text-paragraph-container .u-headline-1.mod-headline-link span {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.text-paragraph-container .u-headline-1.mod-headline-link .u-button {
  margin: 0;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container .u-headline-1.mod-headline-link .u-button {
    top: -5px;
  }
}
@media only screen and (min-width: 1480px) {
  .text-paragraph-container .u-headline-1.mod-headline-link .u-button {
    top: -10px;
  }
}
.text-paragraph-container .u-headline-1.mod-headline-filter span {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 20px;
}
.text-paragraph-container .u-headline-1.mod-headline-filter .u-filter-container {
  display: inline-block;
  overflow: visible;
  position: relative;
  top: 10px;
}
.text-paragraph-container .u-headline-1.mod-headline-filter .u-filter-item {
  color: #272A3C;
  margin: 0 0 6px 0;
  line-height: 1.3;
  text-align: left;
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container .u-headline-1.mod-headline-filter .u-filter-item:not(:last-of-type) {
    margin-right: 15px;
  }
}
.text-paragraph-container .u-headline-1.mod-headline-filter .u-filter-item.mod-limited-width {
  max-width: 86px;
  height: 30px;
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container .u-headline-1.mod-headline-filter .u-filter-item.mod-limited-width {
    max-width: 120px;
    height: 36px;
  }
}
@media only screen and (min-width: 1480px) {
  .text-paragraph-container .u-headline-1.mod-headline-filter .u-filter-item.mod-limited-width {
    height: 46px;
  }
}
.text-paragraph-container .u-headline-1.mod-headline-filter .u-filter-item:hover {
  text-decoration: none;
}
@media only screen and (max-width: 719px) {
  .text-paragraph-container .u-headline-1.mod-headline-logo {
    background-image: none;
  }
}
.text-paragraph-container .highlight-box {
  width: 100%;
  margin-bottom: 10px;
  border: 5px solid #385925;
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container .highlight-box {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container .highlight-box {
    width: calc((4%/7)*100 -  10px);
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .text-paragraph-container .highlight-box {
    width: calc((4%/7)*100 -  20px);
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container .highlight-box .highlight-box-content {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
  }
  .text-paragraph-container .highlight-box .highlight-box-content .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .text-paragraph-container .highlight-box .highlight-box-content .box-content {
    height: inherit;
    overflow: hidden;
  }
  .text-paragraph-container .highlight-box .highlight-box-content .box-content-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .text-paragraph-container .highlight-box .highlight-box-content .box-content {
    height: inherit;
    overflow: hidden;
  }
  .text-paragraph-container .highlight-box .highlight-box-content .box-content-container {
    width: 100%;
  }
}
.text-paragraph-container .highlight-box .box-content {
  padding: 10px;
}
@media only screen and (min-width: 720px) {
  .text-paragraph-container .highlight-box .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container .highlight-box .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .text-paragraph-container .highlight-box .box-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .text-paragraph-container .highlight-box .box-content .u-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    bottom: 40px;
    right: 40px;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #FFFFFF;
  height: 57px;
  width: 57px;
}
@media only screen and (min-width: 720px) {
  .sidebar {
    z-index: 500;
    height: 100%;
    width: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .sidebar {
    width: 80px;
  }
}
@media only screen and (max-width: 719px) {
  .sidebar .social-icons {
    display: none;
  }
}
@media only screen and (min-width: 720px) {
  .sidebar .social-icons {
    position: absolute;
    bottom: 15px;
    left: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .sidebar .social-icons {
    left: 25px;
  }
}
@media only screen and (min-width: 720px) {
  .social-icons {
    display: block;
  }
  .social-icons a {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 25px;
  }
  .social-icons a i {
    font-size: 20px;
  }
}
.pane {
  z-index: 400;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  transition: left 0.7s;
  overflow: auto;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 720px) {
  .pane {
    left: calc(-470px + 60px);
    width: 470px;
  }
}
@media only screen and (min-width: 1280px) {
  .pane {
    left: calc(-470px + 80px);
    width: 470px;
  }
}
.pane .actions-container {
  margin: 75px 0 45px 20px;
}
@media only screen and (min-width: 720px) {
  .pane .actions-container {
    margin: 95px 0 45px 5px;
  }
}
body.mod-pane-visible {
  overflow: hidden;
}
body.mod-pane-visible .pane {
  left: 0;
}
@media only screen and (min-width: 720px) {
  body.mod-pane-visible .pane {
    left: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  body.mod-pane-visible .pane {
    left: 80px;
  }
}
@media only screen and (min-width: 720px) {
  body.mod-pane-visible .content-overlay {
    z-index: 300;
    display: block;
  }
}
.actions-container {
  overflow: hidden;
}
.actions-container .language-switch,
.actions-container .u-button-container {
  float: left;
}
@media only screen and (max-width: 719px) {
  .actions-container .language-switch {
    display: none;
  }
}
.bottom-actions-container {
  overflow: hidden;
  padding-bottom: 20px;
}
.bottom-actions-container .language-switch,
.bottom-actions-container .social-icons {
  width: 50%;
  float: left;
}
.bottom-actions-container .social-icons {
  padding-left: 25px;
  padding-top: 6px;
}
.bottom-actions-container .social-icons a {
  margin-right: 25px;
}
.bottom-actions-container .social-icons i {
  font-size: 18px;
}
.bottom-actions-container .language-switch {
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .bottom-actions-container {
    display: none;
  }
}
.language-switch {
  margin-left: 15px;
  cursor: pointer;
  position: relative;
  line-height: 0;
}
.nav-container {
  overflow: hidden;
  margin: 20px 20px 50px 20px;
}
@media only screen and (min-width: 720px) {
  .nav-container {
    margin: 20px 20px 50px 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-container {
    margin: 20px 20px 50px 0;
  }
}
.nav-container .main-navigation,
.nav-container .second-navigation {
  float: left;
}
.nav-container .main-navigation,
.nav-container .second-navigation {
  width: 48%;
  padding-right: 10px;
}
.nav-container .main-navigation li,
.nav-container .second-navigation li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  .nav-container .main-navigation li,
  .nav-container .second-navigation li {
    padding-bottom: 35px;
    font-size: 20px;
  }
}
.nav-container .main-navigation li ul,
.nav-container .second-navigation li ul {
  margin-bottom: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 720px) {
  .nav-container .main-navigation li ul,
  .nav-container .second-navigation li ul {
    margin-bottom: -24px;
  }
}
.nav-container .main-navigation li li,
.nav-container .second-navigation li li {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .nav-container .main-navigation li li,
  .nav-container .second-navigation li li {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-container .main-navigation li li,
  .nav-container .second-navigation li li {
    padding-bottom: 20px;
  }
}
.pane-control {
  width: 50px;
  height: 50px;
  display: block;
}
.pane-control.mod-open,
.pane-control.mod-close {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .pane-control.mod-open {
    margin-left: 4px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .pane-control.mod-open {
    margin-top: 6px;
    margin-left: 13px;
  }
}
.pane-control.mod-close {
  float: right;
}
@media only screen and (min-width: 720px) {
  .pane-control.mod-close {
    margin-top: 5px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1280px) {
  .pane-control.mod-close {
    margin-top: 5px;
    margin-right: 7px;
  }
}
.content-overlay {
  display: none;
}
@media only screen and (min-width: 720px) {
  .content-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.logo {
  position: absolute;
  top: 100px;
}
@media only screen and (min-width: 720px) {
  .logo {
    top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .logo {
    top: 50px;
  }
}
.logo a {
  display: block;
}
.logo img {
  max-height: 58px;
  max-width: 180px;
}
@media only screen and (min-width: 720px) {
  .logo img {
    max-height: 58px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 1280px) {
  .logo img {
    max-height: 96px;
    max-width: 299px;
  }
}
.header-container {
  position: relative;
  text-align: center;
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 350px;
}
@media only screen and (min-width: 720px) {
  .header-container {
    min-height: 550px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-container {
    min-height: 650px;
  }
}
.header-container .image-title-container {
  position: relative;
  margin: 0 10px;
}
@media only screen and (min-width: 720px) {
  .header-container .image-title-container {
    margin: 0 60px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-container .image-title-container {
    margin: 0 90px;
  }
}
@media only screen and (max-width: 719px) {
  .header-container.mod-regular .image-title-container {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 720px) {
  .header-container.mod-regular {
    min-height: 537px;
  }
}
.header-container.mod-bold {
  height: 100vh;
}
@media only screen and (max-width: 719px) {
  .header-container.mod-bold {
    height: calc( 100vh "- " 57px);
  }
}
@media only screen and (min-width: 720px) and (orientation: portrait) {
  .header-container.mod-bold {
    height: 50vh;
  }
}
.header-container.mod-no-header {
  height: 50px;
  min-height: 0;
}
@media only screen and (max-width: 1279px) {
  .header-container.mod-no-header {
    height: 10px;
  }
}
.header-container .actions-container {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 720px) {
  .header-container .actions-container {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-container .actions-container {
    top: 20px;
    right: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .header-container .actions-container .language-switch {
    display: none;
  }
}
.breadcrumb {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
}
@media only screen and (min-width: 720px) {
  .breadcrumb {
    left: 60px;
    height: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .breadcrumb {
    left: 80px;
  }
}
@media only screen and (max-width: 719px) {
  .breadcrumb.mod-regular {
    display: none;
  }
}
.breadcrumb.mod-regular ul {
  overflow: hidden;
  padding-top: 25px;
}
.breadcrumb.mod-regular ul li {
  margin-right: 40px;
  float: left;
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumb.mod-regular ul li a {
  position: relative;
  padding-right: 20px;
}
.breadcrumb.mod-regular ul li a:before {
  content: '\f060';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -1px;
  right: -4px;
}
.breadcrumb.mod-regular ul li .mod-undecorated:before {
  content: '';
  display: none;
}
.breadcrumb.mod-regular ul li:last-child {
  color: #8C8E9A;
}
.breadcrumb.mod-back-only .back-link {
  display: block;
  font-family: 'Assistant', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #272A3C;
  padding: 15px 25px 15px 35px;
}
@media only screen and (min-width: 720px) {
  .breadcrumb.mod-back-only .back-link {
    display: none;
  }
}
.breadcrumb.mod-back-only .back-link:before {
  content: '\f060';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.main-content-container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
@media only screen and (min-width: 720px) {
  .main-content-container {
    padding: 0 15px;
    max-width: calc(100% -  2*60px);
  }
}
@media only screen and (min-width: 1280px) {
  .main-content-container {
    padding: 0 20px;
    max-width: calc(100% -  2*80px);
  }
}
@media only screen and (min-width: 1920px) {
  .main-content-container {
    max-width: 1725px;
  }
}
.main-content-container.mod-fullwidth {
  box-sizing: border-box;
  position: relative;
  max-width: 100vw;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 720px) {
  .main-content-container.mod-fullwidth {
    padding: 0 0 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-content-container.mod-fullwidth {
    padding: 0 0 0 80px;
  }
}
.intro-container {
  margin: 38px auto 0;
  position: relative;
  overflow: hidden;
}
.intro-container.mod-bold {
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .intro-container.mod-bold {
    width: 83.333333333333333%;
  }
}
.intro-container.mod-overflow {
  overflow: visible;
}
.intro-container.mod-no-top-margin {
  margin-top: 0;
}
@media only screen and (min-width: 1280px) {
  .intro-container.mod-regular {
    padding: 0 8.333333339999999%;
  }
}
.intro-container.mod-boxes {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .intro-container.mod-boxes .text-paragraph-container {
    padding-left: 8.333333339999999%;
    width: 66.66666667%;
    float: left;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-container.mod-boxes .boxes {
    float: right;
    width: calc((100%/3) + 15px);
  }
}
.intro-container .sideboxes {
  overflow: hidden;
}
@media only screen and (min-width: 720px) {
  .intro-container .sideboxes {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-container .sideboxes {
    float: right;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-container .sideboxes {
    margin: 0 -10px;
    width: calc((100%/3) +  20px/2);
  }
}
@media only screen and (min-width: 1480px) {
  .intro-container .sideboxes {
    margin: 0 -20px;
    width: calc((100%/3) +  40px/2);
  }
}
.intro-container .sideboxes .box-content-container {
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .intro-container .sideboxes .box-content-container {
    padding: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-container .sideboxes .box-content-container {
    padding: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .intro-container .sideboxes .box-content-container {
    padding: 20px;
  }
}
.boxes {
  overflow: hidden;
}
@media only screen and (min-width: 720px) {
  .boxes {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1280px) {
  .boxes {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1480px) {
  .boxes {
    margin: 0 -20px;
  }
}
.boxes .box {
  float: left;
}
.boxes .box-content-container {
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .boxes .box-content-container {
    padding: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .boxes .box-content-container {
    padding: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .boxes .box-content-container {
    padding: 20px;
  }
}
.box.mod-defaultbox.mod-inverted,
.box.mod-defaultbox.mod-inverted a {
  color: #FFFFFF;
}
.box.mod-defaultbox .box-content {
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-defaultbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-defaultbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-defaultbox .box-content {
    padding: 40px;
  }
}
.box.mod-defaultbox .box-content .u-button-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-defaultbox .box-content .u-button-container {
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-defaultbox .box-content .u-button-container {
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-defaultbox .box-content .u-button-container {
    bottom: 40px;
    left: 40px;
  }
}
.box.mod-defaultbox .box-content .u-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-defaultbox .box-content .u-link {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-defaultbox .box-content .u-link {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-defaultbox .box-content .u-link {
    bottom: 40px;
    right: 40px;
  }
}
.box.mod-defaultbox .mod-flex-height .u-button-container {
  position: relative;
  bottom: 0;
  left: 0;
}
.box.mod-cookiebox .btn-toolbar {
  margin-top: 15px;
}
.box.mod-cookiebox .field {
  margin-bottom: 15px;
}
.box.mod-cookiebox label {
  margin-bottom: 10px;
}
.box.mod-cookiebox label h4 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.box.mod-contactbox .box-content {
  background-color: #272A3C;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  padding: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-contactbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-contactbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-contactbox .box-content {
    padding: 40px;
  }
}
.box.mod-contactbox .box-content .u-headline-2,
.box.mod-contactbox .box-content p {
  padding-bottom: 0;
}
.box.mod-contactbox .box-content .image {
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  width: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  margin: 10px 0;
}
@media only screen and (min-width: 720px) {
  .box.mod-contactbox .box-content .image {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-contactbox .box-content .image {
    margin: 20px 0;
  }
}
.box.mod-contactbox .box-content .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.box.mod-contactbox .box-content .u-button {
  margin-top: 15px;
}
@media only screen and (max-width: 719px) {
  .box .box-height.mod-phone-square .slider,
  .box .box-height.mod-phone-double .slider,
  .box .box-height.mod-phone-square .slick-list,
  .box .box-height.mod-phone-double .slick-list,
  .box .box-height.mod-phone-square .slick-track,
  .box .box-height.mod-phone-double .slick-track {
    height: 100% !important;
  }
}
@media only screen and (min-width: 720px) {
  .box .box-height.mod-tablet-square .slider,
  .box .box-height.mod-tablet-half .slider,
  .box .box-height.mod-tablet-square .slick-list,
  .box .box-height.mod-tablet-half .slick-list,
  .box .box-height.mod-tablet-square .slick-track,
  .box .box-height.mod-tablet-half .slick-track {
    height: 100% !important;
  }
}
@media only screen and (min-width: 1280px) {
  .box .box-height.mod-desktop-square .slider,
  .box .box-height.mod-desktop-half .slider,
  .box .box-height.mod-desktop-square .slick-list,
  .box .box-height.mod-desktop-half .slick-list,
  .box .box-height.mod-desktop-square .slick-track,
  .box .box-height.mod-desktop-half .slick-track {
    height: 100% !important;
  }
  .box .box-height.mod-desktop-square .slick-track,
  .box .box-height.mod-desktop-half .slick-track {
    height: 100% !important;
  }
}
.box .slider {
  visibility: hidden;
}
.box .slider .slick-track > .slider-item:not(:first-child) {
  display: none;
}
.box .slider.slick-initialized {
  visibility: visible;
}
.box .slider.slick-initialized .slick-track > .slider-item:not(:first-child) {
  display: block;
}
.box .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 250;
  outline: none !important;
  text-indent: -9999px;
  white-space: nowrap;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 1280px) {
  .box .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
.box .slick-arrow:before {
  content: '\f061';
  font-family: 'Font Awesome 6 Pro';
  color: #8C8E9A;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 17px;
  left: 17px;
  position: absolute;
  text-indent: initial;
  font-size: 25px;
}
@media only screen and (min-width: 1280px) {
  .box .slick-arrow:before {
    font-size: 30px;
    top: 25px;
    left: 25px;
  }
}
.box .slick-arrow:hover:before {
  color: #272A3C;
}
.box .slick-prev {
  right: 60px;
}
@media only screen and (min-width: 1280px) {
  .box .slick-prev {
    right: 80px;
  }
}
.box .slick-prev:before {
  content: '\f060';
  left: 17px;
}
@media only screen and (min-width: 1280px) {
  .box .slick-prev:before {
    left: 25px;
  }
}
.box .slider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .box.mod-workoutbox.mod-workoutbox-special .box-content .u-specs-container {
    width: calc(50% -  20px);
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-workoutbox.mod-workoutbox-special .box-content .u-specs-container {
    width: calc(50% -  20px);
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-workoutbox.mod-workoutbox-special .box-content .u-specs-container {
    width: calc(50% -  40px);
  }
}
.box.mod-workoutbox .box-content {
  color: #FFFFFF;
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-workoutbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-workoutbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-workoutbox .box-content {
    padding: 40px;
  }
}
.box.mod-workoutbox .box-content h4 {
  padding-bottom: 10px;
  background-color: #FFFFFF;
  color: #272A3C;
  padding: 3px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.box.mod-workoutbox .workout-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .box.mod-workoutbox .workout-text {
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-workoutbox .workout-text {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-workoutbox .workout-text {
    bottom: 40px;
    left: 40px;
    right: 40px;
  }
}
.box.mod-sliderbox .slider-item h2 {
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-sliderbox .slider-item h2 {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-sliderbox .slider-item h2 {
    padding-bottom: 20px;
  }
}
.box.mod-sliderbox .slider-item h4 {
  background-color: #272A3C;
  color: #FFFFFF;
  padding: 3px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.box.mod-sliderbox .slider-item p {
  padding-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  .box.mod-sliderbox .slider-item p {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-sliderbox .slider-item p {
    padding-bottom: 40px;
  }
}
.box.mod-sliderbox .slider-item p a {
  color: #647B5C;
  text-decoration: underline;
}
.box.mod-sliderbox .slider-item.mod-inverted {
  color: #FFFFFF;
}
.box.mod-sliderbox .slider-item.mod-inverted h4 {
  background-color: #FFFFFF;
  color: #272A3C;
}
.box.mod-sliderbox .slider-item .sticker {
  position: absolute;
  max-width: 60px;
  margin: 10px 0 0 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-sliderbox .slider-item .sticker {
    margin: 20px 0 0 20px;
    max-width: 65px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-sliderbox .slider-item .sticker {
    margin: 20px 0 0 20px;
    max-width: 110px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-sliderbox .slider-item .sticker {
    margin: 40px 0 0 40px;
  }
}
.box.mod-sliderbox .slider-item .slider-text {
  margin: 10px 0 0 10px;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .box.mod-sliderbox .slider-item .slider-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-sliderbox .slider-item .slider-text {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-sliderbox .slider-item .slider-text {
    bottom: 40px;
    left: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 720px) {
  .box.mod-sliderbox .slider-item .slider-text.mod-not-buttons:not(.mod-single-item) {
    bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-sliderbox .slider-item .slider-text.mod-not-buttons:not(.mod-single-item) {
    bottom: 60px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-sliderbox .slider-item .slider-text.mod-not-buttons:not(.mod-single-item) {
    bottom: 80px;
  }
}
.box.mod-listbox .box-content {
  background-color: #E8D0C2;
  padding: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-listbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-listbox .box-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-listbox .box-content {
    padding: 40px;
  }
}
.box.mod-listbox .box-content .paragraph {
  padding-top: 25px;
  overflow: hidden;
}
.box.mod-listbox .box-content .image {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.box.mod-listbox .box-content .text {
  float: left;
  width: calc(100% - 90px);
}
.box.mod-listbox .box-content .text p {
  padding-bottom: 0;
}
.box.mod-listbox .box-content .u-button {
  margin-top: 15px;
}
@media only screen and (min-width: 1280px) {
  .box.mod-listbox {
    width: 100%;
  }
}
.box.mod-reviewbox .slider-item {
  background-color: #E8D0C2;
  text-align: center;
  padding: 10px 10px 75px;
}
@media only screen and (min-width: 720px) {
  .box.mod-reviewbox .slider-item {
    padding: 20px 20px 75px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-reviewbox .slider-item {
    padding: 20px 20px 75px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-reviewbox .slider-item {
    padding: 40px 40px 75px;
  }
}
.box.mod-reviewbox .slider-item h4 {
  padding-bottom: 15px;
}
.box.mod-reviewbox .slider-item p {
  font-family: 'Over the Rainbow', cursive;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 720px) {
  .box.mod-reviewbox .slider-item p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-reviewbox .slider-item p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-reviewbox .slider-item p {
    font-size: 25px;
  }
}
.box.mod-reviewbox .slider-item .u-button-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-reviewbox .slider-item .u-button-container {
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-reviewbox .slider-item .u-button-container {
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-reviewbox .slider-item .u-button-container {
    left: 40px;
    bottom: 40px;
  }
}
.box.mod-columntext .box-content {
  overflow: hidden;
}
@media only screen and (min-width: 720px) {
  .box.mod-columntext .box-content h2 {
    padding-right: 8.333333339999999%;
    padding-left: 8.333333339999999%;
  }
}
.box.mod-columntext .box-content .column {
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-columntext .box-content .column {
    padding: 0 8.333333339999999%;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-columntext .box-content .column-1 {
    width: 66.66666667%;
    float: left;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-columntext .box-content .column-1 {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-columntext .box-content .column-1 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-columntext .box-content .column-2 {
    float: right;
    width: calc((100%/3) + 5px);
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-columntext .box-content .column-2 {
    margin: 0 -10px;
    padding: 0 8.333333339999999% 0 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-columntext .box-content .column-2 {
    margin: 0 -20px;
    padding: 0 8.333333339999999% 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-columntext.mod-threecolumns .column-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .box.mod-columntext.mod-threecolumns .column-1 div {
    width: 48%;
  }
}
.box.mod-audio {
  text-align: center;
  padding-top: 38px;
}
.box.mod-audio audio {
  width: 100%;
}
.box.mod-imagetrio .box-content {
  overflow: hidden;
  margin: -10px;
  margin-top: 0;
}
@media only screen and (min-width: 720px) {
  .box.mod-imagetrio .box-content {
    margin: -10px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-imagetrio .box-content {
    margin: -10px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-imagetrio .box-content {
    margin: -20px;
  }
}
.box.mod-imagetrio .box-content .image {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 720px) {
  .box.mod-imagetrio .box-content .image {
    width: calc((100%/3) -  20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-imagetrio .box-content .image {
    width: calc((100%/3) -  20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-imagetrio .box-content .image {
    width: calc((100%/3) -  40px);
    margin: 20px;
  }
}
.box.mod-imagetrio .box-content .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (max-width: 719px) {
  .box.mod-imagetrio .box-content .image-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .box.mod-imagetrio .box-content .image-2,
  .box.mod-imagetrio .box-content .image-3 {
    width: calc(50% -  10px);
    margin: 10px 5px;
  }
}
.box.mod-shoppingbox {
  color: #FFFFFF;
}
.box.mod-shoppingbox .box-content {
  background-color: #647b5c;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  margin-bottom: 23.33333333px;
}
@media only screen and (min-width: 1280px) {
  .box.mod-shoppingbox .box-content {
    max-width: 400px;
  }
}
.box.mod-shoppingbox .price {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 10px;
}
.box.mod-shoppingbox .payment {
  max-width: 40px;
}
@media only screen and (min-width: 1280px) {
  .box.mod-shoppingbox .payment {
    max-width: 60px;
  }
}
.box.mod-shoppingbox .buy-button {
  background-color: #272A3C;
  color: #FFFFFF;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -23.33333333px;
  margin-left: -35px;
  text-align: center;
}
.box.mod-shoppingbox .buy-button i {
  font-size: 25px;
  padding-top: 17px;
}
.box.mod-shoppingbox.mod-color-2 .box-content {
  background-color: #829fb8;
}
.box.mod-shoppingbox.mod-favorite .favorite {
  float: right;
  max-width: 100px;
  margin-top: -10px;
}
.box.mod-mapsbox .box-content {
  position: relative;
}
.box.mod-journal .box-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.box.mod-journal .box-content .copy {
  position: absolute;
  background-color: #FFFFFF;
  padding: 5px;
  text-align: center;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
@media only screen and (min-width: 720px) {
  .box.mod-journal .box-content .copy {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-journal .box-content .copy {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-journal .box-content .copy {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
  }
}
.box.mod-journal .box-content .copy .u-link {
  float: right;
}
.box.mod-journal-special .box-content {
  overflow: hidden;
  background-color: #E8D0C2;
}
.box.mod-journal-special .box-content .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  float: left;
}
@media only screen and (min-width: 1280px) {
  .box.mod-journal-special .box-content .image {
    width: calc((100%/3)*2 -  6.66666667px);
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-journal-special .box-content .image {
    width: calc((100%/3)*2 -  13.33333333px);
  }
}
.box.mod-journal-special .box-content .content {
  float: left;
  position: relative;
  height: 100%;
  padding: 10px;
}
@media only screen and (min-width: 1280px) {
  .box.mod-journal-special .box-content .content {
    width: calc((100%/3) +  6.66666667px);
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-journal-special .box-content .content {
    width: calc((100%/3) +  13.33333333px);
  }
}
@media only screen and (min-width: 720px) {
  .box.mod-journal-special .box-content .content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-journal-special .box-content .content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .box.mod-journal-special .box-content .content {
    padding: 40px;
  }
}
.box.mod-journal-special .box-content .copy {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
@media only screen and (min-width: 720px) {
  .box.mod-journal-special .box-content .copy {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-journal-special .box-content .copy {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box.mod-journal-special .box-content .copy {
    bottom: 40px;
    left: 40px;
    right: 40px;
  }
}
.box.mod-journal-special .box-content .copy .u-link {
  float: right;
}
.box.mod-freestylebox img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.box-text-default {
  position: relative;
}
.box-text-default a {
  color: #647B5C;
  font-weight: 700;
}
.box-text-default a:hover {
  text-decoration: underline;
}
.box-text-default li {
  padding: 0 0 10px 25px;
  position: relative;
}
.box-text-default li:before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.gmap p {
  padding-bottom: 0;
}
.gmap-panel {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 719px) {
  .gmap-panel {
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 720px) {
  .gmap-panel {
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .gmap-panel {
    bottom: 40px;
    left: 40px;
  }
}
.footer-container {
  padding: 20px 0 0;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .footer-container {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-container {
    padding: 40px 0 0;
  }
}
.footer-container .footer-block {
  padding: 20px 0;
}
@media only screen and (min-width: 720px) {
  .footer-container .footer-block {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-container .footer-block {
    padding: 40px 0;
  }
}
.footer-container .footer-content {
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  overflow: hidden;
  padding: 0 10px;
}
@media only screen and (min-width: 720px) {
  .footer-container .footer-content {
    padding: 0 15px;
    max-width: calc(100% -  2*60px);
  }
}
@media only screen and (min-width: 1280px) {
  .footer-container .footer-content {
    max-width: calc(100% -  2*80px);
  }
}
@media only screen and (min-width: 1920px) {
  .footer-container .footer-content {
    max-width: 1725px;
  }
}
.footer-container .footer-content p,
.footer-container .footer-content li,
.footer-container .footer-content a {
  font-size: 14px;
}
.footer-block.mod-socials {
  background-color: #385925;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .footer-block.mod-socials {
    text-align: center;
  }
}
@media only screen and (max-width: 719px) {
  .footer-block.mod-socials .u-button-container {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-block.mod-socials .u-button-container .u-button {
    margin: 0 auto 10px;
    display: block;
    width: max-content;
  }
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-socials .u-button-container {
    float: left;
    margin-bottom: -15px;
    margin-left: calc(@column-1-width +  10px);
  }
  .footer-block.mod-socials .u-button-container .u-button {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-socials .u-button-container {
    margin-left: calc(@column-1-width +  20px);
  }
}
@media only screen and (max-width: 719px) {
  .footer-block.mod-socials h4 {
    text-align: center;
  }
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-socials h4 {
    float: right;
    padding-top: 12px;
  }
}
.footer-block.mod-center {
  background-color: #272A3C;
}
.footer-block.mod-center h4,
.footer-block.mod-center li {
  padding-bottom: 20px;
}
.footer-block.mod-center .horizontal-line {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  height: 5px;
  width: 25.00000002%;
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-center .horizontal-line {
    width: 16.66666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-center .horizontal-line {
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-center .footer-navigation,
  .footer-block.mod-center .footer-headline,
  .footer-block.mod-center .footer-copy {
    float: left;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .footer-block.mod-center .footer-navigation,
  .footer-block.mod-center .footer-headline,
  .footer-block.mod-center .footer-copy {
    padding-left: calc(@column-1-width +  10px);
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-center .footer-headline {
    width: 16.66666668%;
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-center .footer-copy {
    width: 41.6666667%;
  }
}
.footer-block.mod-center .footer-navigation {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-center .footer-navigation {
    width: 41.6666667%;
    padding-left: calc(@column-1-width +  20px);
    padding-right: 20px;
  }
}
.footer-block.mod-center .footer-navigation .columns {
  overflow: hidden;
}
.footer-block.mod-center .footer-navigation .column {
  float: left;
  padding: 5px;
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-center .footer-navigation .column {
    width: 33.33333333%;
  }
}
.footer-block.mod-center .footer-navigation .column ul {
  padding-bottom: 24px;
}
.footer-block.mod-center .footer-navigation .column a {
  color: #FFFFFF;
}
.footer-block.mod-center .footer-navigation .column a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 719px) {
  .footer-block.mod-center .footer-navigation .column-1,
  .footer-block.mod-center .footer-navigation .column-2 {
    width: 50%;
  }
}
.footer-block.mod-center .footer-navigation .column-3 {
  width: 100%;
}
.footer-block.mod-center .footer-copy a {
  color: #647B5C;
}
.footer-block.mod-center .footer-copy a:hover {
  text-decoration: underline;
}
.footer-block.mod-center .payment {
  margin-top: -20px;
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-center .payment {
    margin-top: 0;
  }
}
.footer-block.mod-center .payment ul li {
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.footer-block.mod-center .payment ul li img {
  max-width: 100%;
}
.footer-block.mod-bottom {
  background-color: #131522;
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-bottom {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .footer-block.mod-bottom .footer-logo,
  .footer-block.mod-bottom .partners,
  .footer-block.mod-bottom .copyright {
    margin-left: calc(@column-1-width +  10px);
    margin-right: 10px;
  }
}
.footer-block.mod-bottom .footer-logo {
  max-width: 85px;
  margin-bottom: 40px;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-bottom .footer-logo {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-bottom .footer-logo {
    margin-left: calc(@column-1-width +  20px);
    margin-right: 40px;
    float: left;
  }
}
.footer-block.mod-bottom .partners {
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-bottom .partners {
    float: left;
  }
  .footer-block.mod-bottom .partners h4,
  .footer-block.mod-bottom .partners ul {
    float: left;
  }
  .footer-block.mod-bottom .partners h4 {
    margin-top: 3px;
    margin-right: 20px;
  }
}
.footer-block.mod-bottom .partners ul {
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-bottom .partners ul {
    margin-bottom: 15px;
  }
}
.footer-block.mod-bottom .partners li {
  width: 50%;
  float: left;
  padding: 0 10px 10px 0;
}
@media only screen and (min-width: 720px) {
  .footer-block.mod-bottom .partners li {
    width: 100px;
    float: left;
    padding: 0 15px 15px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-bottom .partners li {
    padding: 0 20px 20px 0;
  }
}
.footer-block.mod-bottom .partners li a {
  display: inline-block;
}
.footer-block.mod-bottom .partners img {
  max-width: 100%;
  max-height: 100%;
}
.footer-block.mod-bottom .copyright {
  padding-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .footer-block.mod-bottom .copyright {
    float: right;
  }
}
.cookie-banner {
  background-color: #DFF1E1;
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: 600;
}
.cookie-banner .cookie-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  top: -25px;
}
@media only screen and (min-width: 720px) {
  .cookie-banner .cookie-img {
    width: 80px;
    top: -40px;
  }
}
@media only screen and (min-width: 1280px) {
  .cookie-banner .cookie-img {
    width: 110px;
    top: -55px;
  }
}
.cookie-banner .cookie-text {
  max-height: 75vh;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /*@media @desktop {
            padding: @space-desktop-m;
        }*/
}
@media only screen and (min-width: 720px) {
  .cookie-banner .cookie-text {
    flex-direction: row;
  }
}
.cookie-banner .cookie-actions {
  min-width: 220px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .cookie-banner .cookie-actions {
    padding-top: 15px;
    text-align: right;
  }
}
.cookie-banner .cookie-settings {
  position: relative;
  padding: 0 15px;
  vertical-align: top;
  line-height: 40px;
}
.cookie-banner .cookie-form {
  padding: 0 15px;
}
.cookie-banner .cookie-close {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
}
#MemberLoginForm_LoginForm {
  margin-left: 20%;
  margin-top: 40px;
}
#MemberLoginForm_LoginForm input {
  padding: 4px 6px;
  margin-bottom: 2px;
}
#MemberLoginForm_LoginForm input[type=submit] {
  margin-top: 10px;
}
.tag-category:not(:last-of-type):after {
  content: '&';
  margin: 0 4px;
}
.pagination {
  display: flex;
  justify-content: space-between;
}
.pagination .prev,
.pagination .next {
  font-weight: bold;
}
.cookie-settings .last-changed {
  margin-top: 12px;
  font-size: 14px;
}
/* Retreat Signup */
.rooming-options {
  margin-bottom: 34px;
}
.retreat-extras-group:not(:last-of-type) {
  margin-bottom: 24px;
}
.price-items {
  margin-bottom: 34px;
}
.price-items .description {
  max-width: 900px;
}
@media only screen and (min-width: 720px) {
  .price-items .description {
    display: flex;
    flex-flow: row wrap;
  }
  .price-items .description div:not(:last-child) {
    margin-right: 20px;
  }
}
.price-item {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid black;
  padding: 14px;
  width: 196px;
  height: 96px;
  font-size: small;
}
.price-item.mod-disabled {
  border: 1px solid grey;
  color: grey;
  pointer-events: none;
}
.price-item input {
  display: none;
}
.price-item .u-headline-3 {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 0;
}
.faq-box-content .faq-headline {
  border-top: 6px solid #272A3C;
  padding-top: 15px;
  padding-bottom: 30px;
  display: inline-block;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .faq-box-content .faq-headline {
    padding-bottom: 20px;
    display: block;
    float: left;
    width: calc(100% / 7 * 2 -  10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .faq-box-content .faq-headline {
    padding-bottom: 20px;
    display: block;
    float: left;
    width: calc(100% / 7 * 2 -  20px);
    margin-right: 20px;
  }
}
/* FAQ incl. accordion */
.faq-container {
  padding-bottom: 40px;
  overflow: hidden;
}
.faq-container.mod-faq-container-block {
  padding-bottom: 0;
}
@media only screen and (min-width: 720px) {
  .faq-container {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1480px) {
  .faq-container {
    padding-bottom: 80px;
  }
}
.faq-container .faq-headline {
  border-top: 6px solid #272A3C;
  padding-top: 15px;
  padding-bottom: 30px;
  display: inline-block;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .faq-container .faq-headline {
    padding-bottom: 20px;
    display: block;
    float: left;
    width: calc(100% / 7 * 2 -  10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .faq-container .faq-headline {
    padding-bottom: 20px;
    display: block;
    float: left;
    width: calc(100% / 7 * 2 -  20px);
    margin-right: 20px;
  }
}
.accordion {
  border-top: 1px solid #272A3C;
}
.accordion.mod-faq-container-block {
  width: calc(100% -  20px);
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .accordion {
    float: left;
    width: calc(100% / 7 * 5 -  10px);
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .accordion {
    float: left;
    width: calc(100% / 7 * 5 -  20px);
    margin-left: 20px;
  }
}
.accordion .accordion-title {
  margin-right: 25px;
  display: inline-block;
}
.accordion .accordion-item {
  border-bottom: 1px solid #272A3C;
}
.accordion dt {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #272A3C;
  cursor: pointer;
  /*
        &:hover, &:focus {
          color: @color-default-dark;
          &::after {
            cursor: pointer;
            color: @color-default-dark;
            border: 1px solid @color-default-dark;
          }

        }*/
}
.accordion dt .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion dt .icon::before,
.accordion dt .icon::after {
  display: block;
  position: absolute;
  content: '';
  background: currentColor;
  transition: all 200ms linear;
  will-change: rotate;
}
.accordion dt .icon::before {
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
}
.accordion dt .icon::after {
  top: 2px;
  left: 9px;
  width: 2px;
  height: 16px;
}
.accordion dt[aria-expanded='true'] .icon::after {
  transform: rotate(45deg);
}
.accordion dt[aria-expanded='true'] .icon::before {
  transform: rotate(45deg);
}
.accordion dt[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 1000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
#fitogram-booking-tool {
  padding-left: 10px;
}
@media only screen and (min-width: 720px) {
  #fitogram-booking-tool {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  #fitogram-booking-tool {
    padding-left: 80px;
  }
}
