@charset "UTF-8";
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/lato-v23-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/lato-v23-latin-300.woff2") format("woff2"), url("./fonts/lato-v23-latin-300.woff") format("woff"), url("./fonts/lato-v23-latin-300.ttf") format("truetype"), url("./fonts/lato-v23-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/lato-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/lato-v23-latin-regular.woff2") format("woff2"), url("./fonts/lato-v23-latin-regular.woff") format("woff"), url("./fonts/lato-v23-latin-regular.ttf") format("truetype"), url("./fonts/lato-v23-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/lato-v23-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/lato-v23-latin-700.woff2") format("woff2"), url("./fonts/lato-v23-latin-700.woff") format("woff"), url("./fonts/lato-v23-latin-700.ttf") format("truetype"), url("./fonts/lato-v23-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
:root {
  --clr-therapie: #4cb3c8;
  --clr-therapie-darker: #3790a3;
  --clr-airfitness: #95569e;
  --clr-airspace: #009ba4;
  --clr-airspace-dark: #006673;
  --clr-vitalshop: #723b59;
  --clr-aircafe: #b7ae43;
  --lh-tight: 1;
  --lh-normal: 1.25;
  --lh-body: 1.5;
  --lh-relaxed: 1.65;
  --lh-loose: 2;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Lato, sans-serif;
  font-size: 110%;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p, li, figure {
  text-wrap: pretty;
}

.muted {
  color: rgb(146.4, 146.4, 146.4);
}

/* 
h1-h6: Lato 700
Base Text: Lato 300, Base 110%/ Mobile 100%
Navi: Lato 300
*/
h1, h2, h3, h4 {
  font-weight: 100;
}

h1, .h1 {
  font-size: 2.2em;
}

h2, .h2 {
  font-size: 1.9em;
}

.banner h2, .banner h3, .banner h4 {
  line-height: 1.2em;
}

.headline-special-1 {
  text-transform: uppercase;
  /*font-weight: 400;*/
  font-size: 0.95em;
  letter-spacing: 0.1em;
}

p {
  text-wrap: pretty;
}

address {
  font-style: normal;
}

.nobalance {
  text-wrap: unset;
}

.lh-1 {
  line-height: var(--lh-tight) !important;
}

.lh-sm {
  line-height: var(--lh-normal) !important;
}

.lh-base {
  line-height: var(--lh-body) !important;
}

.lh-lg {
  line-height: var(--lh-loose) !important;
}

.lh-tight {
  line-height: var(--lh-tight) !important;
}

.lh-normal {
  line-height: var(--lh-normal) !important;
}

.lh-body {
  line-height: var(--lh-body) !important;
}

.lh-relaxed {
  line-height: var(--lh-relaxed) !important;
}

.lh-loose {
  line-height: var(--lh-loose) !important;
}

/* bootstrap buttons */
.button.success,
.button.success:hover {
  background-color: #69656b;
  border-color: rgba(0, 0, 0, 0.05);
  color: #fff;
}

.btn > .caret {
  border-top-color: #000 !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#0f9b0f), to(#118811));
  background: linear-gradient(to bottom, #0f9b0f, #118811);
}

.btn-green.disabled,
.btn-green[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

/************************************************************/
a {
  color: #0793e3;
}

/* a:visited { color: #5492cc;}  */
a:hover {
  color: #0071de;
}

/* clr airfitness #92549B;  */
body *:not(input) {
  caret-color: transparent;
}

body input,
body .input,
body textarea {
  caret-color: #ccc;
}

/*****/
.text .text {
  background: none !important;
}

.z-up {
  z-index: 100;
}

.mj-tag {
  font-weight: 300;
  display: inline-block;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 0.9em;
  color: #444;
  background-color: #F2F2F2;
}
.mj-tag.mj-tag-block {
  display: table;
}
.mj-tag.mj-tag-light {
  font-weight: 100;
  color: #c0c0c0;
  background-color: unset;
}
.mj-tag.mj-tag-dark {
  color: #c0c0c0;
  background-color: #444;
}
.mj-tag.mj-tag-orange {
  color: #fff;
  background-color: #ff853a;
}
.mj-tag.mj-tag-green {
  color: #fff;
  background-color: #5cb85c;
}
.mj-tag.mj-tag-blue {
  color: #fff;
  background-color: #428bca;
}
.mj-tag.mj-tag-red {
  color: #fff;
  background-color: #d9534f;
}

:is(h2, h3, h4, h5) + .mj-tag {
  margin-bottom: 0.8em;
}
:is(h2, h3, h4, h5):has(+ .mj-tag) {
  margin-bottom: 0;
}

#topline {
  height: 6px;
  width: 100%;
  position: fixed;
  z-index: 35;
}

.mj-sticky {
  position: fixed;
  width: 100%;
}

.radius1 {
  border-radius: 80% 40% 90% 60%;
}

.radius2 {
  border-radius: 170% 100% 130% 140%;
}

/* products colors and  gradients */
.ci-therapie .ci-color, .color-therapie {
  color: var(--clr-therapie);
}

.ci-airfitness .ci-color, .color-airfitness {
  color: var(--clr-airfitness);
}

.ci-airspace .ci-color, .color-airspace {
  color: var(--clr-airspace);
}

.ci-vitalshop .ci-color, .color-vitalshop {
  color: var(--clr-vitalshop);
}

.ci-aircafe .ci-color, .color-aircafe {
  color: var(--clr-aircafe);
}

.ci-therapie .ci-bg, .bg-therapie {
  background-color: var(--clr-therapie);
}

.ci-airfitness .ci-bg, .bg-airfitness {
  background-color: var(--clr-airfitness);
}

.ci-airspace .ci-bg, .bg-airspace {
  background-color: var(--clr-airspace);
}

.ci-airspace .ci-bg-dark, .bg-airspace-dark,
.ci-airspace .ci-bg-dark-inner .col-inner, .bg-airspace-dark-inner .col-inner {
  background-color: var(--clr-airspace-dark);
}

.ci-vitalshop .ci-bg, .bg-vitalshop {
  background-color: var(--clr-vitalshop);
}

.ci-aircafe .ci-bg, .bg-aircafe {
  background-color: var(--clr-aircafe);
}

/* boxes */
.box,
.box-info,
.mj-box,
.ci-box,
.box-therapie,
.box-airfitness,
.box-airspace,
.box-vitalshop,
.box-aircafe {
  padding: 1em;
}

.box-white {
  background: #fff;
}

.box-info {
  background: #f9f9f9;
  border: 1px solid #eee;
}

.ci-aviva .ci-box, .box-aviva {
  background: var(--clr-therapie);
  color: #FFF;
}

.ci-aviva .ci-box a, .box-aviva a {
  color: #FFF;
}

.ci-aviva .ci-box a:visited, .box-aviva a:visited {
  color: #FFF;
}

.ci-aviva .ci-box a:hover, .box-aviva a:hover {
  color: #FFF;
}

.ci-therapie .ci-box, .box-therapie,
.box-therapie-inner .col-inner {
  background: var(--clr-therapie);
  color: #FFF;
}

.ci-therapie .ci-box a, .box-therapie a {
  color: #FFF;
}

.ci-therapie .ci-box a:visited, .box-therapie a:visited {
  color: #FFF;
}

.ci-therapie .ci-box a:hover, .box-therapie a:hover {
  color: #FFF;
}

.ci-airfitness .ci-box, .box-airfitness,
.box-airfitness-inner .col-inner {
  background: var(--clr-airfitness);
  color: #FFF;
}

.ci-airfitness .ci-box a, .box-airfitness a {
  color: #FFF;
}

.ci-airfitness .ci-box a:visited, .box-airfitness a:visited {
  color: #FFF;
}

.ci-airfitness .ci-box a:hover, .box-airfitness a:hover {
  color: #FFF;
}

.ci-airspace .ci-box, .box-airspace,
.box-airspace-inner .col-inner {
  background: var(--clr-airspace);
  color: #FFF;
}

.ci-airspace .ci-box a, .box-airspace a {
  color: #FFF;
}

.ci-airspace .ci-box a:visited, .box-airspace a:visited {
  color: #FFF;
}

.ci-airspace .ci-box a:hover, .box-airspace a:hover {
  color: #FFF;
}

.ci-vitalshop .ci-box, .box-vitalshop,
.box-vitalshop-inner .col-inner {
  background: var(--clr-vitalshop);
  color: #FFF;
}

.ci-vitalshop .ci-box a, .box-vitalshop a {
  color: #FFF;
}

.ci-vitalshop .ci-box a:visited, .box-vitalshop a:visited {
  color: #FFF;
}

.ci-vitalshop .ci-box a:hover, .box-vitalshop a:hover {
  color: #FFF;
}

.ci-aircafe .ci-box, .box-aircafe,
.box-aircafe-inner .col-inner {
  background: var(--clr-aircafe);
  color: #FFF;
}

.ci-aircafe .ci-box a, .box-aircafe a {
  color: #FFF;
}

.ci-aircafe .ci-box a:visited, .box-aircafe a:visited {
  color: #FFF;
}

.ci-aircafe .ci-box a:hover, .box-aircafe a:hover {
  color: #FFF;
}

.box-grey {
  background: #fafafa;
}

/** ci gradients **/
/* aviva */
.ci-aviva .ci-gradient,
.ci-aviva .ci-gradient-inner .col-inner,
.gradient-aviva-inner .col-inner,
.gradient-aviva {
  background: rgb(177, 211, 225);
  background: -webkit-gradient(linear, left top, right top, from(rgb(177, 211, 225)), color-stop(25%, rgb(191, 214, 191)), color-stop(61%, rgb(203, 217, 161)), to(rgb(226, 220, 70)));
  background: linear-gradient(90deg, rgb(177, 211, 225) 0%, rgb(191, 214, 191) 25%, rgb(203, 217, 161) 61%, rgb(226, 220, 70) 100%);
}

.ci-aviva .ci-gradient2,
.ci-aviva .ci-gradient2-inner .col-inner,
.gradient-aviva2-inner .col-inner,
.gradient-aviva2 {
  background: rgb(139, 129, 169);
  background: -webkit-gradient(linear, left top, right top, from(rgb(139, 129, 169)), color-stop(47%, rgb(209, 216, 183)), color-stop(92%, rgb(175, 209, 223)));
  background: linear-gradient(90deg, rgb(139, 129, 169) 0%, rgb(209, 216, 183) 47%, rgb(175, 209, 223) 92%);
}

/* therapie */
.ci-therapie .ci-gradient, .ci-therapie .ci-gradient-inner .col-inner,
.gradient-therapie-inner .col-inner, .gradient-therapie {
  background: rgb(76, 179, 200);
  /*background: linear-gradient(45deg, rgba(76,179,200,1) 25%, rgba(175,210,224,1) 100%);*/
  background: linear-gradient(18deg, rgb(170, 215, 232) 0%, rgb(76, 179, 200) 75%);
}

.ci-therapie .ci-gradient-reverse, .ci-therapie .ci-gradient-reverse-inner .col-inner,
.gradient-therapie-reverse-inner .col-inner, .gradient-therapie-reverse {
  background: rgb(175, 210, 224);
  /*background: linear-gradient(45deg, rgba(175,210,224,1) 0%, rgba(76,179,200,1) 75%);*/
  background: linear-gradient(18deg, rgb(76, 179, 200) 25%, rgb(170, 215, 232) 100%);
}

.ci-therapie .ci-gradient-2, .ci-therapie .ci-gradient-2-inner .col-inner,
.gradient-therapie-2-inner .col-inner, .gradient-therapie-2 {
  background: rgb(225, 219, 66);
  background: linear-gradient(45deg, rgb(225, 219, 66) 0%, rgb(0, 155, 164) 100%);
}

/* airfitness */
.ci-airfitness .ci-gradient,
.ci-airfitness .ci-gradient-inner .col-inner,
.gradient-airfitness-inner .col-inner,
.gradient-airfitness {
  background: rgb(149, 86, 158);
  background: linear-gradient(45deg, rgb(149, 86, 158) 0%, rgb(84, 43, 102) 100%);
}

.ci-airfitness .ci-gradient-reverse,
.ci-airfitness .ci-gradient-reverse-inner .col-inner,
.gradient-airfitness-reverse-inner .col-inner,
.gradient-airfitness-reverse {
  background: rgb(149, 86, 158);
  background: linear-gradient(45deg, rgb(84, 43, 102) 0%, rgb(149, 86, 158) 100%);
}

.gradient-airfitness-inner-straight .col-inner,
.gradient-airfitness-straight {
  background: rgb(149, 86, 158);
  background: linear-gradient(45deg, rgb(149, 86, 158) 0%, rgb(84, 43, 102) 100%);
}

.gradient-airfitness-inner-straight-reverse .col-inner,
.gradient-airfitness-straight-reverse {
  background: rgb(149, 86, 158);
  background: linear-gradient(3deg, rgb(84, 43, 102) 25%, rgb(149, 86, 158) 90%);
}

/* airspace */
.ci-airspace .ci-gradient,
.ci-airspace .ci-gradient-inner .col-inner,
.gradient-airspace-inner .col-inner,
.gradient-airspace {
  background: rgb(0, 155, 164);
  background: linear-gradient(45deg, rgb(0, 155, 164) 10%, rgb(0, 102, 115) 90%);
}

.ci-airspace .ci-gradient-reverse,
.ci-airspace .ci-gradient-reverse-inner .col-inner,
.gradient-airspace-reverse-inner .col-inner,
.gradient-airspace-reverse {
  background: rgb(0, 102, 115);
  background: linear-gradient(45deg, rgb(0, 102, 115) 10%, rgb(0, 155, 164) 90%);
}

.gradient-airspace-inner-straight .col-inner,
.gradient-airspace-straight {
  background: rgb(0, 155, 164);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0, 155, 164)), color-stop(90%, rgb(0, 102, 115)));
  background: linear-gradient(0deg, rgb(0, 155, 164) 10%, rgb(0, 102, 115) 90%);
}

.gradient-airspace-inner-straight-reverse .col-inner,
.gradient-airspace-straight-reverse {
  background: rgb(0, 102, 115);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0, 102, 115)), color-stop(90%, rgb(0, 155, 164)));
  background: linear-gradient(0deg, rgb(0, 102, 115) 10%, rgb(0, 155, 164) 90%);
}

.ci-airspace .ci-gradient2,
.ci-airspace .ci-gradient2-inner .col-inner,
.gradient-airspace-2-inner .col-inner,
.gradient-airspace-2 {
  background: rgb(0, 155, 164);
  background: linear-gradient(45deg, rgb(175, 210, 224) 20%, rgb(0, 155, 164) 80%);
}

/* vitalshop */
.ci-vitalshop .ci-gradient,
.ci-vitalshop .ci-gradient-inner .col-inner,
.gradient-vitalshop-inner .col-inner,
.gradient-vitalshop {
  background: rgb(168, 116, 146);
  background: linear-gradient(45deg, rgb(168, 116, 146) -20%, rgb(83, 25, 55) 75%);
}

.ci-vitalshop .ci-gradient2,
.ci-vitalshop .ci-gradient2-inner .col-inner,
.gradient-vitalshop-2-inner .col-inner,
.gradient-vitalshop-2 {
  background: rgb(168, 116, 146);
  background: linear-gradient(45deg, rgb(168, 116, 146) 25%, rgb(182, 176, 183) 75%);
}

/* aircafe */
.ci-aircafe .ci-gradient,
.ci-aircafe .ci-gradient-inner .col-inner,
.gradient-aircafe-inner .col-inner,
.gradient-aircafe {
  background: rgb(234, 226, 35);
  background: linear-gradient(45deg, rgb(234, 226, 35) 15%, rgb(189, 179, 77) 80%);
}

.ci-aircafe .ci-gradient2,
.ci-aircafe .ci-gradient2-inner .col-inner,
.gradient-aircafe-2-inner .col-inner,
.gradient-aircafe-2 {
  background: rgb(234, 226, 35);
  background: linear-gradient(45deg, rgb(234, 226, 35) 10%, rgb(175, 210, 224) 80%);
}

.ci-aircafe .ci-gradient3,
.ci-aircafe .ci-gradient3-inner .col-inner,
.gradient-aircafe-3-inner .col-inner,
.gradient-aircafe-3 {
  background: rgb(175, 210, 224);
  background: linear-gradient(45deg, rgb(175, 210, 224) 20%, rgb(234, 226, 35) 90%);
}

.box-therapie :is(h1, h2, h3, h4, h5, h6),
.box-airfitness :is(h1, h2, h3, h4, h5, h6),
.box-airspace :is(h1, h2, h3, h4, h5, h6),
.box-vitalshop :is(h1, h2, h3, h4, h5, h6),
.box-aircafe :is(h1, h2, h3, h4, h5, h6) {
  color: #FFF;
}

.box > :first-child:not(.col-inner), .box .col-inner > :first-child,
.box-therapie > :first-child:not(.col-inner), .box-therapie .col-inner > :first-child,
.box-airfitness > :first-child:not(.col-inner), .box-airfitness .col-inner > :first-child,
.box-airspace > :first-child:not(.col-inner), .box-airspace .col-inner > :first-child,
.box-vitalshop > :first-child:not(.col-inner), .box-vitalshop .col-inner > :first-child,
.box-aircafe > :first-child:not(.col-inner), .box-aircafe .col-inner > :first-child {
  margin-top: 0;
}

.box > :last-child, .box .col-inner > :last-child,
.box-therapie > :last-child, .box-therapie .col-inner > :last-child,
.box-airfitness > :last-child, .box-airfitness .col-inner > :last-child,
.box-airspace > :last-child, .box-airspace .col-inner > :last-child,
.box-vitalshop > :last-child, .box-vitalshop .col-inner > :last-child,
.box-aircafe > :last-child, .box-aircafe .col-inner > :last-child {
  margin-bottom: 0;
}

/* shadows and fadings */
.shadow-fade-top-dark .container {
  -webkit-box-shadow: 0 180px 130px -170px #000 inset;
          box-shadow: 0 180px 130px -170px #000 inset;
}

.shadow-fade-left-dark .container {
  -webkit-box-shadow: 180px 0 130px -170px #000 inset;
          box-shadow: 180px 0 130px -170px #000 inset;
}

.shadow-fade-right-dark .container {
  -webkit-box-shadow: -180px 0 130px -170px #000 inset;
          box-shadow: -180px 0 130px -170px #000 inset;
}

.shadow-fade-bottom-dark .container {
  -webkit-box-shadow: 0 -90px 100px -70px #000 inset;
          box-shadow: 0 -90px 100px -70px #000 inset;
}

/*.shadow-fade-bottom-dark .container { box-shadow: 0 -180px 130px -170px #000 inset; }*/
.fade-top-dark .container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.fade-left-dark .container {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.fade-right-dark .container {
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.fade-bottom-dark .container {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.fade-top-dark .text,
.fade-left-dark .text,
.fade-right-dark .text,
.fade-bottom-dark .text,
.shadow-fade-top-dark .text,
.shadow-fade-left-dark .text,
.shadow-fade-right-dark .text,
.shadow-fade-bottom-dark .text {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3137254902);
}

.shadow-fade-top-light .container {
  -webkit-box-shadow: 0 200px 100px -100px #fff inset;
          box-shadow: 0 200px 100px -100px #fff inset;
}

.shadow-fade-left-light .container {
  -webkit-box-shadow: 200px 0 100px -100px #fff inset;
          box-shadow: 200px 0 100px -100px #fff inset;
}

.shadow-fade-right-light .container {
  -webkit-box-shadow: -200px 0 100px -100px #fff inset;
          box-shadow: -200px 0 100px -100px #fff inset;
}

.shadow-fade-bottom-light .container {
  -webkit-box-shadow: 0 -200px 100px -100px #fff inset;
          box-shadow: 0 -200px 100px -100px #fff inset;
}

.fade-top-light .container, .fade-top-light-inner .col-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.fade-left-light .container, .fade-left-light-inner .col-inner {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.fade-right-light .container, .fade-right-light-inner .col-inner {
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.fade-bottom-light .container, .fade-bottom-light-inner .col-inner {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.fade-top-light .text,
.fade-left-light .text,
.fade-right-light .text,
.fade-bottom-light .text,
.shadow-fade-top-light .text,
.shadow-fade-left-light .text,
.shadow-fade-right-light .text,
.shadow-fade-bottom-light .text {
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5647058824);
}

.shadow-text-dark {
  text-shadow: 0 1px 0 #000;
}

.shadow-text-light {
  text-shadow: 0 1px 0 #fff;
}

.shadow-text-dark2 {
  text-shadow: 1px 0.5px 0 rgba(0, 0, 0, 0.6);
}

.shadow-text-light2 {
  text-shadow: 1px 0.5px 0 rgba(255, 255, 255, 0.6666666667);
}

.shadow-text-dark3 {
  text-shadow: 1px 2px 5px #000000, 0px 0px 15px #000000, 0px 0px 25px #000000, 0px 0px 55px #000000;
}

.shadow-text-wide-dark {
  text-shadow: 2px 6px 4px rgba(0, 0, 0, 0.1882352941);
}

.shadow-text-wide-light {
  text-shadow: 2px 6px 4px rgba(255, 255, 255, 0.3764705882);
}

.shadow-soft-wide:before {
  content: " ";
  -webkit-box-shadow: 0 20px 50px 0 rgba(28, 9, 80, 0.07);
          box-shadow: 0 20px 50px 0 rgba(28, 9, 80, 0.07);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fade-top-airfitness .container, .fade-top-airfitness-inner .col-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#95569E), to(rgba(149, 86, 158, 0.5647058824)));
  background: linear-gradient(to bottom, #95569E, rgba(149, 86, 158, 0.5647058824));
}

.fade-left-airfitness .container, .fade-left-airfitness-inner .col-inner {
  background: -webkit-gradient(linear, left top, right top, from(#95569E), to(rgba(149, 86, 158, 0.5647058824)));
  background: linear-gradient(to right, #95569E, rgba(149, 86, 158, 0.5647058824));
}

.fade-right-airfitness .container, .fade-right-airfitness-inner .col-inner {
  background: -webkit-gradient(linear, right top, left top, from(#95569E), to(rgba(149, 86, 158, 0.5647058824)));
  background: linear-gradient(to left, #95569E, rgba(149, 86, 158, 0.5647058824));
}

.fade-bottom-airfitness .container, .fade-bottom-airfitness-inner .col-inner {
  background: -webkit-gradient(linear, left bottom, left top, from(#95569E), to(rgba(149, 86, 158, 0.5647058824)));
  background: linear-gradient(to top, #95569E, rgba(149, 86, 158, 0.5647058824));
}

.gradient-airfitness .hilite,
.gradient-airfitness a {
  color: #A8AC5E;
}

.gradient-airfitness a {
  border-bottom: 1px dotted #A8AC5E;
}

.gradient-airfitness a:after {
  content: "";
  color: #A8AC5E;
}

.marker-yellow {
  display: inline-block;
  background-color: #FFFFCC;
  font-weight: bold;
  padding: 1px 4px;
}

/* header */
.header-top {
  background: none;
  overflow: visible;
}

.top-bar-nav {
  margin-top: 20px;
}

.header-bottom {
  background-color: transparent;
}

/* logo */
body.view-desktop #logo {
  margin-top: -40px;
}

body.view-desktop .mj-sticky #logo {
  margin-top: 0;
}

.logo-left .logo {
  margin-right: 20px;
}

.header-main {
  border-bottom: 1px solid #eee;
}

/* mainnav */
.header-main .nav > li {
  margin: 0 8px;
}

.header-main .nav > li > a {
  font-weight: 300;
  font-size: 1.2em;
  padding: 10px;
}

.nav > li.current-page-ancestor > a,
.nav > li.active > a, .nav > li.current > a, .nav > li > a.active, .nav > li > a.current,
.nav-dropdown li.active > a, .nav-column li.active > a {
  font-weight: 400;
  color: rgba(17, 17, 17, 0.85);
}

#top-bar .btn-gutscheine a {
  color: #fff;
}

#top-bar .btn-gutscheine {
  background: hotpink;
  padding: 0 0.4em;
  border-radius: 4px;
}

.nav.header-nav-main > li.btn_gutscheine a {
  background: url("/img/icon_geschenk.png") no-repeat 50% 50%;
  color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-out; /* For Safari 3.0 to 6.0 */
  transition: all 0.3s ease-out;
}

.nav.header-nav-main > li.btn_gutscheine a:hover {
  background-position: 50% -280%;
  color: #ff853a;
  -webkit-transition: all 0.1s ease-in; /* For Safari 3.0 to 6.0 */
  transition: all 0.1s ease-in;
}

.header-bottom-nav {
  margin-bottom: 0;
}

/* subnav logo */
.header-bottom-nav .sub-brand {
  display: inline-block;
  height: 70px;
  width: 158px;
}

.header-bottom-nav .sub-brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  /*background: red;*/
}

.header-bottom-nav .sub-brand img {
  height: 65px;
}

/* subnav */
.header-block-block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-block-block-1 > .nav-horizontal {
  width: auto;
  /* foo */
  margin-top: 0 !important;
  font-size: 137%;
}
.header-block-block-1 > .nav-horizontal > li {
  margin: 0;
}
.header-block-block-1 > .nav-horizontal > li > a {
  padding: 10px 20px;
}

.header-bottom-nav .active > ul.children {
  display: none !important;
}

#wide-nav .header-nav.nav-right {
  font-size: 137%;
}

#wide-nav .header-nav.nav-right > li > a {
  padding: 10px 20px;
}

.header-nav li.btntermine a {
  color: white;
  background: var(--clr-therapie);
  border-radius: 3px;
  padding: 10px 20px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li.btntermine > a {
  color: white;
  background: var(--clr-therapie);
  border-radius: 3px;
  padding: 10px 20px;
  margin-inline: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li.btntermine > a:before {
  display: none !important;
}

/* mobile main menu */
#main-menu.mobile-sidebar .nav-sidebar .toggle {
  width: 30%;
  min-height: 50px;
  border-left: 1px dotted #ddd;
  margin: 0;
  background: transparent !important; /*  #ddd;*/
  border-radius: 0 !important;
}

/* sticky navs */
.header-main.mj-sticky,
.header-bottom.mj-sticky {
  background-color: #FFF !important;
}

.header-main,
.header-main #logo,
.header-main #logo a,
.header-main #logo img,
.header-nav-main,
.header-bottom-nav .sub-brand,
.header-bottom-nav .sub-brand a,
.header-bottom-nav .sub-brand img,
.header-block-block-1 > .nav-horizontal {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.mj-sticky .header-main #logo,
.mj-sticky .header-main #logo a,
.mj-sticky .header-main #logo img,
.mj-sticky .header-nav-main,
.mj-sticky .header-bottom-nav .sub-brand,
.mj-sticky .header-bottom-nav .sub-brand a,
.mj-sticky .header-bottom-nav .sub-brand img,
.mj-sticky .header-block-block-1 > .nav-horizontal {
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.mj-sticky .header-main #logo img,
.mj-sticky .header-bottom-nav .sub-brand img {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.mj-sticky.header-main,
.mj-sticky.header-bottom {
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.0823529412);
          box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.0823529412);
}

#wide-nav.mj-sticky .header-nav.nav-right {
  margin-top: 0;
}

.mj-sticky.header-main,
.mj-sticky .header-bottom-nav .sub-brand {
  height: 60px;
}

.mj-sticky.header-main .nav > li > a {
  height: 50px;
  margin-top: 4px;
  font-size: 1em;
}

.mj-sticky #logo,
.mj-sticky #logo a,
.mj-sticky .header-bottom-nav .sub-brand,
.mj-sticky .header-bottom-nav .sub-brand a {
  margin-top: 0;
}

.mj-sticky #logo img,
.header-bottom-nav .sub-brand img {
  height: 80%;
  margin-left: 10px;
}

/* sticky mainnav */
/* sticky subnav */
.header-bottom-nav .sub-brand img {
  opacity: 0;
}

.mj-sticky .header-bottom-nav .sub-brand img {
  opacity: 1;
}

/* submenu inline */
.submenu.submenu-inline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.submenu.submenu-inline a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 25px;
}

.submenu.submenu-inline.submenu-ergo a {
  padding: 20px;
  background: #7cc2d4;
  color: #FFF;
}

.submenu.submenu-inline.submenu-ergo a:hover {
  background: var(--clr-therapie);
}

.pname-therapie .mj-submenu,
.ppname-therapie .mj-submenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 0.3em !important;
}
.pname-therapie .mj-submenu li a,
.ppname-therapie .mj-submenu li a {
  padding: 0 20px;
  font-size: 1.25rem;
}
.pname-therapie .header-nav .btntermine,
.ppname-therapie .header-nav .btntermine {
  white-space: nowrap;
}

/* 
.ci-aviva .ux-menu-link--active .ux-menu-link__link, 
.ci-aviva .ux-menu-link:hover .ux-menu-link__link {

}
.ci-therapie .ux-menu-link--active .ux-menu-link__link, 
.ci-therapie .ux-menu-link:hover .ux-menu-link__link {

}
.ci-airfitness .ux-menu-link--active .ux-menu-link__link, 
.ci-airfitness .ux-menu-link:hover .ux-menu-link__link {

}
.ci-airspace .ux-menu-link--active .ux-menu-link__link, 
.ci-airspace .ux-menu-link:hover .ux-menu-link__link {

}
.ci-vitalshop .ux-menu-link--active .ux-menu-link__link, 
.ci-vitalshop .ux-menu-link:hover .ux-menu-link__link {

} */
/* scroll-to-bullets */
body .scroll-to-bullets a {
  opacity: 0.6;
  border: 3px solid transparent;
  background-color: #CED6AE;
  margin: 2px 15px;
  width: 8px;
  height: 25px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.scroll-to-bullets a:hover {
  background-color: #DFDC4F;
}

body .scroll-to-bullets a.active {
  opacity: 1;
  border-color: #DFDC4F;
  background-color: #DFDC4F;
}

.tooltipster-default {
  border-radius: 5px;
  color: #FFF;
}

.tooltipster-default a {
  color: #eee;
}

.tooltipster-default:hover {
  color: #FFF;
}

/* Listen */
ul.list-tick > li,
ul.list-plus > li,
ul.list-arrow > li,
ul li.list-tick,
ul li.list-plus,
ul li.list-arrow {
  list-style-type: none;
  position: relative;
}

ul.list-tick > li::before,
ul li.list-tick::before {
  content: "✓";
  color: #77bb34;
  position: absolute;
  top: 0.25em;
  left: -1.2em;
  line-height: 1;
}

ul.list-plus > li::before,
ul li.list-plus::before {
  content: "＋";
  color: #77bb34;
  position: absolute;
  top: 0;
  left: -1.2em;
  font-size: 1.3em;
  line-height: 1;
}

ul.list-arrow > li::before,
ul li.list-arrow::before {
  content: "›";
  position: absolute;
  top: -0.1em;
  left: -0.7em;
  font-size: 1.6em;
  line-height: 1;
}

ul.list-therapie > li:before {
  color: var(--clr-therapie);
}

ul.list-airfitness > li:before {
  color: var(--clr-airfitness);
}

ul.list-airspace > li:before {
  color: var(--clr-airspace);
}

.dark ul.list-tick > li:before,
.dark ul.list-plus > li:before,
.dark ul.list-arrow > li:before,
.dark ul.list-therapie > li:before,
.dark ul.list-airfitness > li:before,
.dark ul.list-airspace > li:before {
  color: #FFF;
}

/* forms */
/* callback form */
.box_wann label {
  display: inline-block !important;
  line-height: 35px;
  background: #F1F1F1;
  padding: 5px 15px;
  border-radius: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.box_wann label:hover {
  background: #E1E1E1;
}

.box_wann input[type=radio] {
  float: left;
  margin: 12px 8px 12px 2px;
}

.box_wann label:not(:last-child) {
  margin-right: 10px;
}

#lbl_name {
  display: block !important;
}

.form #vorname, .form #nachname {
  width: 48.5%;
  margin-left: 0;
  margin-right: 2%;
}

.form #nachname {
  display: inline-block;
  margin-right: 0;
}

@media (max-width: 470px) {
  .form #vorname, .form #nachname {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5em;
  }
}
#form_box .input,
#form_box textarea {
  background: #f7f7f7;
  border-color: #f7f7f7;
}

#form_box .input:hover,
#form_box textarea:hover {
  background: #f3f3f3;
  border-color: #f7f7f7;
}

.info-text {
  display: block;
  font-size: 0.9rem;
  color: #eb3e5d;
  margin: 0 0 1em 0.3rem;
}

input:has(+ .info-text),
textarea:has(+ .info-text) {
  margin-bottom: 0.1em;
}

#form_box .error,
#form_box input.error,
#form_box textarea.error {
  background: #fff8f6;
  border-color: #efcfcf;
}

#error,
.box-error {
  font-size: 0.9em;
  color: #900;
  background: #FCC;
  padding: 1em;
  margin-bottom: 1em;
}
#error h3, #error h4,
.box-error h3,
.box-error h4 {
  color: #900;
}
#error.warning,
#error .warning,
.box-error.warning,
.box-error .warning {
  background: #fffdf4;
  color: #bd7038;
}
#error.warning h3, #error.warning h4,
#error .warning h3,
#error .warning h4,
.box-error.warning h3,
.box-error.warning h4,
.box-error .warning h3,
.box-error .warning h4 {
  color: #bd7038;
}
#error ol,
.box-error ol {
  line-height: 1.2;
}

.block label.error {
  color: #fb3636;
}

.wrap_error {
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(255, 0, 0, 0.6);
}

input.error, select.error, textarea.error {
  background-color: #fcc;
  outline: 0px solid rgba(255, 0, 0, 0.4);
  outline-offset: -3px;
}

/*
.block.oder label.error { color: #367afb; }
input.oder.error { background-color: #f0f3ff; }
*/
input:invalid {
  border: 1px solid #ffc2c2;
  background-color: #fff3f3;
}

/* input:valid   { } */
/* Pflichtfelder */
input.pflicht,
textarea.pflicht {
  position: relative;
}

input.pflicht:after,
textarea.pflicht:after {
  content: " * ";
  z-index: 2;
  width: 200px;
  background: #E1E1E1;
  position: absolute;
  top: 0px;
  right: 50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #9C5B5B;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#lbl_datenschutz {
  display: inline-table;
  width: 90%;
}

/* ezMark */
.ez-hide {
  opacity: 0;
}

.ez-checkbox {
  background: url("/img/checkbox1.png") no-repeat scroll 0 1px transparent;
  display: inline-block;
  height: 26px;
  width: 26px;
}

.ez-radio {
  background: url("/img/checkbox2.png") no-repeat scroll 0 1px transparent;
  display: inline-block;
}

.ez-checked {
  background-position: 0 -26px;
}

.ez-selected {
  background-position: 0 -26px;
}

.ez-checkbox + label,
.ez-radio + label {
  display: inline-block;
}

/* Zitat */
/*
blockquote.zitat {
	position: relative;
  font-weight: 300;
  line-height: 1.2em;
	border: none;
	padding: inherit;
}
blockquote.zitat p {
	background: #EEE;
}
blockquote.zitat p:first-child:before {
  position: absolute;
  content: open-quote;
  font-size: 4em;
  margin-left: -0.6em;
  margin-top: -0.4em;
}
blockquote.zitat p:last-child:after {
  position: absolute;
  content: close-quote;
  font-size: 4em;
  bottom: 0;
  right: 0;
  margin-right: -0.6em;
  margin-bottom: -0.8em;
}
blockquote.zitat span.author {
	position: relative;
	display: block;
	right: 20%;
	font-size: .8em;
	color: #BBB;
	font-style: italic;
}
*/
figure.quote,
blockquote.style2 {
  position: relative;
  /*background: #cff;*/
}

figure.quote blockquote p:first-child::before,
blockquote.style2 p:first-child::before {
  position: absolute;
  content: "„";
  /*content: open-quote;*/
  font-size: 4em;
  margin-left: -0.4em;
  margin-top: -1.1em;
  color: #CCC;
}

blockquote.style2 {
  border: none;
}

figure.quoteXXXXXX blockquote p:last-child::after {
  position: absolute;
  content: "“";
  /*content: close-quote;*/
  font-size: 4em;
  bottom: 0;
  right: 0;
  margin-bottom: -0.8em;
  color: #CCC;
}

figure.quote blockquote {
  quotes: "“" "”" "‘" "’";
  display: inline-block;
  border: none;
  margin: 0.8em 0.8em 1.8em;
}

figure.quote blockquote p {
  margin-bottom: 0.4em;
}

figure.quote figcaption {
  position: absolute;
  right: 25%;
  bottom: 1em;
  font-size: 0.8em;
  color: #BBB;
  /*background: #aaa;*/
}

figure.quote figcaption:before {
  content: "—";
  margin-right: 5px;
  /*content "&mdash; ";*/
}

.testimonial-box .testimonial-text {
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.2em;
}

.testimonial-box .testimonial-text > p:first-child:before {
  /* \201D  \201C „ */
  content: "”";
  color: #e7e7e7;
  font-size: 7em;
  position: relative;
  top: 30px;
  left: 5px;
  z-index: -1;
  vertical-align: top;
  font-family: sans-serif;
  opacity: 0.4;
}

/*
.testimonial-box .testimonial-text>:last-child:after {
  content: "â€œ";
  color: #e52e71;
  font-size: 3em;
  line-height: 0;
  position: relative;
  top: 18px;
}
*/
.testimonial-box .testimonial-meta {
  /*
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
  */
  color: #555 !important;
}

.testimonial-name,
.testimonial-name-divider,
.testimonial-company {
  display: inline-block;
  width: auto;
  padding: 0 5px !important;
  font-size: 76% !important;
  line-height: 1em !important;
}

/* Stimmen */
.stimmen p {
  font-size: 1.55em;
  font-weight: 300;
  line-height: 1.25em;
  font-style: italic;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 3px rgba(0, 0, 0, 0.4), 10px 6px 14px rgba(0, 0, 0, 0.3);
  -webkit-transition: 1s text-shadow ease;
  transition: 1s text-shadow ease;
}

/*
.stimmen:hover p {
	text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 1px 7px 13px rgb(0 0 0 / 60%), 1px 0px 60px rgb(0 0 0 / 70%);
  transition: .3s text-shadow ease;
}
*/
.stimmen .col-inner p:first-child {
  padding-top: 20px;
}

.stimmen p.author {
  font-size: 0.9em;
  font-style: normal;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8), 1px 7px 13px rgba(0, 0, 0, 0);
}

.stimmen p .author-name {
  margin-left: -10%;
  font-size: 120%;
}

.stimmen p .author-zusatz {
  font-weight: 400;
  margin-left: 10%;
  margin-top: 3px;
  display: block;
}

.stimmen .col-inner p:first-child:before {
  /* \201D  \201C „ */
  content: "”";
  color: #e7e7e7;
  font-size: 7em;
  position: relative;
  top: 30px;
  left: 5px;
  z-index: -1;
  vertical-align: top;
  font-family: sans-serif;
  opacity: 0.4;
}

/* slider bug since flatsome 3.19.5 */
.stimmen .flickity-slider > .align-middle,
.stimmen .flickity-slider > .align-bottom {
  -ms-flex-item-align: unset !important;
      align-self: unset !important;
}

.kontakt label,
.impressum label {
  font-size: 1em;
  display: inline-block;
  min-width: 80px;
  color: #777;
  font-weight: 400;
}

/* Tabs Kurse */
/*

.kurstabs .nav-divided {
	margin-bottom: 20px;
}
.kurstabs .nav-divided>li {
	margin: 0 2em;
}
.kurstabs .nav-divided>li a {
	padding: 10px 10px 20px 10px;
}
.kurstabs .nav-divided>li+li>a:after {
	left: -1em;
	margin-top: -12px;
}
*/
.tabbed-content .nav-divided {
  margin-bottom: 20px;
}

.tabbed-content .nav-divided > li {
  margin: 0 2em;
}

.tabbed-content .nav-divided > li a {
  padding: 10px 10px 20px 10px;
}

.tabbed-content .nav-divided > li + li > a:after {
  left: -1em;
  margin-top: -12px;
}

/* tabs ergo */
.tabbed-content.tabs-ergo .nav-divided > li + li > a:after {
  margin-top: -12px;
}

.tabbed-content.tabs-ergo .nav-divided {
  margin-bottom: 20px;
}

.tabbed-content.tabs-ergo .nav-divided > li a span {
  padding: 5px 10px;
}

.tabbed-content.tabs-ergo .nav-divided > li.current a span,
.tabbed-content.tabs-ergo .nav-divided > li.active a span {
  font-weight: 300 !important;
  border-radius: 10px;
  background: var(--clr-therapie);
  color: #FFF;
  background: #eee;
  color: #000;
}

.tabbed-content.tabs-ergo .nav:first-child {
  border-bottom: 0px solid #eee;
  margin-bottom: 30px;
  /*padding-bottom: 30px;*/
}

.tabbed-content.tabs-ergo .nav:last-child {
  border-top: 0px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

/* Menu Vogue */
.vogue > li {
  position: relative;
}

.vogue a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 400 !important;
}

.vogue > li.active a,
.vogue > li.current a {
  color: var(--clr-therapie);
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.vogue > li::before,
.vogue > li::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 2px;
  background: var(--clr-therapie);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

.vogue > li::before {
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.vogue > li::after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.vogue > li.active::before,
.vogue > li.current::before {
  -webkit-animation: anim-vogue-top 0.6s linear both;
  animation: anim-vogue-top 0.6s linear both;
}

.vogue > li.active::after,
.vogue > li.current::after {
  -webkit-animation: anim-vogue-bottom 0.6s linear both;
  animation: anim-vogue-bottom 0.6s linear both;
}

@-webkit-keyframes anim-vogue-top {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes anim-vogue-top {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-vogue-bottom {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes anim-vogue-bottom {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.tabbed-content .vogue.nav-divided > li + li > a:after { /* special for nav-divided */
  margin-top: -6px;
}

/*
.tabbed-content.tabs-ergo .nav-divided>li a {
	position: relative;
	min-width: 7rem;
	padding: 1em 1.5em;
	text-align: center;
	opacity: 0.7;
	color: #929292;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.tabbed-content.tabs-ergo .nav-divided>li+li>a:after {
	display: none;
}
.tabbed-content.tabs-ergo .nav-divided>li::before,
.tabbed-content.tabs-ergo .nav-divided>li::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #4CB3C8;
	border-style: solid;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0.6, 0, 1);
	transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1);
}

.tabbed-content.tabs-ergo .nav-divided>li::before {
	border-width: 2px 0 0;
	-webkit-transform: translateY(calc(100% - 2px));
	transform: translateY(calc(100% - 2px));
}

.tabbed-content.tabs-ergo .nav-divided>li::after {
	right: -1px;
	left: -1px;
	border-width: 0 2px;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.tabbed-content.tabs-ergo .nav-divided>li.active::before {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
	transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
}

.tabbed-content.tabs-ergo .nav-divided>li.active::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
	transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
}

.tabbed-content.tabs-ergo .nav-divided>li.active a,
.tabbed-content.tabs-ergo .nav-divided a:hover,
.tabbed-content.tabs-ergo .nav-divided a:focus {
	opacity: 1;
	font-weight: 300;
}

.tabbed-content.tabs-ergo .nav-divided>li.active a {
	color: #4CB3C8;
}

@media screen and (max-width:55em) {
	.tabbed-content.tabs-ergo .nav-divided>li {
		margin: 0;
	}

	.tabbed-content.tabs-ergo .nav-divided>li::before {
		border-width: 0 2px 0 0;
		-webkit-transform: translateX(calc(2px - 100%));
		transform: translateX(calc(2px - 100%));
	}

	.tabbed-content.tabs-ergo .nav-divided>li::after {
		top: -1px;
		right: 0;
		bottom: -1px;
		left: 0;
		border-width: 2px 0;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}
}
*/
/* Menu Bagot */
.menu--bagot .menu__item {
  position: relative;
}

.menu--bagot .menu__link {
  position: relative;
  min-width: 7rem;
  height: 50px;
  padding: 1em 1.5em;
  text-align: center;
  opacity: 0.7;
  color: #929292;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.menu--bagot .menu__item::before,
.menu--bagot .menu__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #d94f5c;
  border-style: solid;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0.6, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0.6, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0.6, 0, 1);
}

.menu--bagot .menu__item::before {
  border-width: 2px 0 0;
  -webkit-transform: translateY(calc(100% - 2px));
  transform: translateY(calc(100% - 2px));
}

.menu--bagot .menu__item::after {
  right: -1px;
  left: -1px;
  border-width: 0 2px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.menu--bagot .menu__item.menu__item--current::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
}

.menu--bagot .menu__item.menu__item--current::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
}

.menu--bagot .menu__item--current .menu__link,
.menu--bagot .menu__link:hover,
.menu--bagot .menu__link:focus {
  opacity: 1;
}

.menu--bagot .menu__item--current .menu__link {
  color: #d94f5c;
}

@media screen and (max-width: 55em) {
  .menu--bagot .menu__item {
    margin: 0;
  }
  .menu--bagot .menu__item::before {
    border-width: 0 2px 0 0;
    -webkit-transform: translateX(calc(2px - 100%));
    transform: translateX(calc(2px - 100%));
  }
  .menu--bagot .menu__item::after {
    top: -1px;
    right: 0;
    bottom: -1px;
    left: 0;
    border-width: 2px 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}
/* Popup Höhe */
.mfp-container:before {
  height: 70%;
}

/* Tabs Studios */
.tabs-studios .nav {
  border-bottom: 1px solid #ddd;
}

.tabs-studios .nav > li {
  width: 42%;
  background: #f5f5f5;
  text-align: center;
  border-radius: 6px 6px 0 0;
  border: 1px solid #eee;
  border-bottom-color: #ddd;
  margin-bottom: -1px;
}

.tabs-studios .nav > li.active {
  background: #FFF;
  border-color: #ddd;
  border-bottom-color: #fff;
}

.tabs-studios .nav > li > a {
  font-size: 2em;
  display: block;
  color: rgba(102, 102, 102, 0.45);
}

.tabs-studios .nav > li.active > a,
.tabs-studios .nav > li > a:hover {
  color: rgba(17, 17, 17, 0.85);
  font-weight: 300;
}

.tabs-studios ul {
  display: none;
}

.btns-tabs-studios {
  border-bottom: 3px solid #864C91;
  padding: 0 20px !important;
  margin: 0 !important;
}

.btns-tabs-studios .col {
  width: 50%;
}

.btns-tabs-studios .btn-studio {
  background-color: transparent;
  border-bottom: 3px solid transparent;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.btns-tabs-studios .btn-studio.active {
  border-bottom-color: #683771;
}

.btns-tabs-studios .btn-studio .overlay {
  background-color: rgba(179, 162, 185, 0.87) !important;
}

.btns-tabs-studios .btn-studio.active .overlay {
  background-color: rgba(99, 53, 115, 0.866) !important;
}

/* Preisboxen */
.priceboxen .box-logo img,
.priceboxen:not(.priceboxen_mobile) .box-title {
  margin-top: -21px;
}

.priceboxen .title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.4rem;
}

.priceboxen .price {
  margin: 0 6px;
  font-weight: 700;
  font-size: 2.2em;
}

.priceboxen:not(.priceboxen_mobile) .price-after {
  display: block;
  margin-bottom: 20px;
}

.priceboxen p:last-of-type {
  margin-bottom: 0;
}

.priceboxen .no {
  color: #900;
}

.priceboxen .yes {
  color: #77bb34;
}

.tick::before {
  content: "✓";
  color: #77bb34;
  display: inline-block;
}

.dark .tick::before {
  color: #fff;
}

.cross::before {
  content: "✗";
  color: #f33c3c;
  display: inline-block;
}

.plus::before {
  content: "＋";
  color: #77bb34;
  display: inline-block;
}

.pdf {
  padding-left: 1.3em;
  position: relative;
}

.pdf::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1.1em;
  background: url(/img/icon_pdf-simple.svg) 0/cover no-repeat;
}

.pdf-after {
  padding-right: 1.3em;
  position: relative;
}

.pdf-after::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  height: 1.1em;
  background: url(/img/icon_pdf-simple.svg) 0/cover no-repeat;
}

.pricebox_info .box-price .col-inner,
.priceboxen:not(.priceboxen_mobile) .box-laufzeit .col-inner,
.priceboxen .box-leistung .col-inner,
.priceboxen .box-ort .col-inner,
.priceboxen .box-trainerpaket .col-inner,
.priceboxen .box-starterpaket .col-inner {
  border-top: 1px solid #eee;
  padding: 10px;
  line-height: 1.4em;
}

.pricebox_info .box-price .col-inner {
  border-top-color: transparent;
}

.priceboxen .pricebox:not(.pricebox_info) .box-leistung:not(.first-of-space) .col-inner {
  border-top-color: #fbf8f8;
}

.priceboxen .box-leistung p {
  font-weight: bold;
  font-size: 1.2em;
}

.priceboxen .txt-leistungen {
  line-height: 2em;
}

.priceboxen .box-starterpaket .col-inner {
  padding: 20px 10px;
}

.priceboxen .pricebox_info .box-trainerpaket .col-inner {
  padding: 8px 10px;
}

.priceboxen .first-of-space .col-inner {
  padding-top: 25px;
}

.priceboxen .last-of-space .col-inner {
  padding-bottom: 25px;
}

.priceboxen .ort-title,
.priceboxen .or {
  font-weight: bold;
  display: block;
}

.priceboxen .ort-subtitle {
  display: block;
  font-size: 0.9em;
}

.priceboxen .or {
  margin: 5px 0;
}

.priceboxen .pricebox_info .box-logo {
  margin: 0;
  height: 64px;
}

.priceboxen .pricebox_info .box-title {
  margin: 0;
  height: 50px;
}

.priceboxen .pricebox_info .box-price {
  margin: 0;
  height: 71px;
  margin-top: 126px;
}

.priceboxen .pricebox_info p.txt {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4em;
}

.pricebox_info .txt {
  padding-left: 10px;
}

.pricebox_info .txt-price {
  margin-top: 10px;
}

.priceboxen .box-trainerpaket {
  font-size: 0.9em;
}

.priceboxen .txt-trainerpaket .info,
.priceboxen .txt-starterpaket .info {
  font-size: 0.9em;
  font-weight: normal;
}

/* green: #7a9c59 */
/* green box // .pricebox_premium.pricebox_green */
.priceboxen.priceboxen_desktop .pricebox_green .box-title,
.priceboxen.priceboxen_desktop .pricebox_green .col-inner,
.priceboxen.priceboxen_mobile .pricebox_green .bar .col-inner {
  background-color: #7a9c59;
}

.priceboxen.priceboxen_desktop .pricebox_green p,
.priceboxen.priceboxen_desktop .pricebox_green h2 {
  color: #FFF;
}

.priceboxen.priceboxen_desktop .pricebox_green .tick::before,
.priceboxen.priceboxen_desktop .pricebox_green .plus::before {
  color: #FFD600;
}

.priceboxen.priceboxen_desktop .pricebox_green .box-laufzeit .col-inner,
.priceboxen.priceboxen_desktop .pricebox_green .box-leistung .col-inner,
.priceboxen.priceboxen_desktop .pricebox_green .box-ort .col-inner,
.priceboxen.priceboxen_desktop .pricebox_green .box-trainerpaket .col-inner,
.priceboxen.priceboxen_desktop .pricebox_green .box-starterpaket .col-inner {
  border-top-color: #94ab7e;
}

/*
.priceboxen .pricebox_premium.pricebox_green .box-title,
.priceboxen .pricebox_premium.pricebox_green .col-inner { background-color:#7a9c59; }
.priceboxen .pricebox_premium.pricebox_green p,
.priceboxen .pricebox_premium.pricebox_green h2 { color:#FFF; }
.priceboxen .pricebox_premium.pricebox_green .tick::before, 
.priceboxen .pricebox_premium.pricebox_green .plus::before { color:#FFD600; }

.priceboxen .pricebox_premium.pricebox_green .box-laufzeit .col-inner,
.priceboxen .pricebox_premium.pricebox_green .box-leistung .col-inner,
.priceboxen .pricebox_premium.pricebox_green .box-ort .col-inner,
.priceboxen .pricebox_premium.pricebox_green .box-trainerpaket .col-inner,
.priceboxen .pricebox_premium.pricebox_green .box-starterpaket .col-inner {
  border-top-color: #94ab7e;
}
*/
.priceboxen .pricebox:not(.pricebox_info).pricebox_green .box-leistung:not(.first-of-space) .col-inner {
  border-top-color: #87a06e;
}

/* priceboxes mobile */
.priceboxen_mobile .pricebox {
  padding-bottom: 10px;
}

.priceboxen.priceboxen_mobile .bar .col-inner {
  background-color: #69656b;
}

.priceboxen.priceboxen_mobile .box-title .col-inner,
.priceboxen.priceboxen_mobile .box-laufzeit .col-inner,
.priceboxen.priceboxen_mobile .box-price .col-inner {
  margin: 0;
  padding: 15px;
  line-height: inherit;
}

.priceboxen.priceboxen_mobile .box-title h2,
.priceboxen.priceboxen_mobile .laufzeit {
  line-height: inherit;
  margin-top: 10px;
}

.priceboxen.priceboxen_mobile .box-title .title {
  font-size: 1.3rem;
  white-space: nowrap;
}

.priceboxen.priceboxen_mobile .bar .laufzeit {
  font-size: 1.4rem;
  margin-top: 12px;
}

.priceboxen.priceboxen_mobile a.btn-open {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("/img/icon_arrow_down.svg") 0/cover no-repeat;
  margin-top: 26px;
}

.priceboxen .price-before, .priceboxen_mobile .usp {
  display: none;
}

.priceboxen_mobile .usp .tick,
.priceboxen_mobile .usp .cross {
  display: inline-block;
  margin-right: 6px;
}

.priceboxen .btn-info {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("/img/icon_info.svg") 0/cover no-repeat;
  vertical-align: top;
  margin-left: 6px;
}

.priceboxen.priceboxen_desktop .btn-info {
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 26px;
  height: 26px;
}

.priceboxen.priceboxen_desktop .pricebox:not(.pricebox_info) .btn-info {
  border-color: transparent;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.priceboxen.priceboxen_desktop .pricebox:not(.pricebox_info) .btn-info:hover {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.flexbtn.bstoggle {
  margin-top: 30px;
}

.flex-inner > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-inner-center .col-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* lightbox */
.lightbox-content {
  border-radius: 10px;
}

/* banner specials */
/* AVIVA */
.bg_banner_mywellnessapp {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-trainieren-mit-der-mywellness-app.jpg") 50%/cover no-repeat;
}

.bg_banner_biofeedback {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-biofeedback.jpg") 50% 0%/cover no-repeat;
}

.bg_banner_pixformance {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-pixformance.jpg") 50%/cover no-repeat;
}

.bg_banner_boulder {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-bouldern-sprossenwand.jpg") 50%/cover no-repeat;
}

.bg_banner_umkleide {
  min-height: 150px;
  background: url("/wp-content/uploads/aviva-airfitness-umkleide-vertical.jpg") 50%/cover no-repeat;
}

.bg_banner_umkleide2 {
  min-height: 150px;
  background: url("/wp-content/uploads/2021/02/misc_sportschuhe.jpg") 50%/cover no-repeat;
}

/* ARZ */
.bg_banner_sporttherapeuten {
  min-height: 150px;
  background: url("/wp-content/uploads/2021/02/arz_05.jpg") 50%/cover no-repeat;
}

.bg_banner_biofeedback2 {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-biofeedback2.jpg") 50%/cover no-repeat;
}

.bg_banner_training {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-geraetetraining.jpg") 50%/cover no-repeat;
}

.bg_banner_boulder2 {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-boulderwand.jpg") 50%/cover no-repeat;
}

.bg_banner_sauna {
  min-height: 150px;
  background: url("/wp-content/uploads/finnische_sauna_biosauna_infrarot_1024.jpg") 50%/cover no-repeat;
}

.bg_banner_hoehentraining {
  min-height: 150px;
  background: url("/wp-content/uploads/airfitness-arz-hoehentraining.jpg") 50% 20%/cover no-repeat;
}

.bg_banner_therapie1 {
  min-height: 220px;
  background: url("/wp-content/uploads/2021/03/therapie-schulter.jpg") 50% 70%/cover no-repeat;
}

.bg_banner_airfitness1 {
  min-height: 220px;
  background: url("/wp-content/uploads/2021/01/kurse_faszientraining.jpg") 50%/cover no-repeat;
}

.bg_banner_airfitness2 {
  min-height: 220px;
  background: url("/wp-content/uploads/2021/02/airfitness_sport-team-highfive.jpg") 50% 70%/cover no-repeat;
}

.bg_banner_airspace1 {
  min-height: 220px;
  background: url("/wp-content/uploads/2021/01/airspace_lounge_1.jpg") 50%/cover no-repeat;
}

.bg_banner_aircafe1 {
  min-height: 220px;
  background: url("/wp-content/uploads/2021/02/aircafe-two-coffecups.jpg") 50%/cover no-repeat;
}

.bg_banner_aircafe2 {
  min-height: 220px;
  background: url("/wp-content/uploads/2021/02/aircafe-coffee-group.jpg") 50%/cover no-repeat;
}

.beton-inner .col-inner,
.beton {
  /*background: url(http://subtlepatterns.com/patterns/vintage_speckles.png) repeat !important; */
  background: url(/wp-content/uploads/background-seamless-betonwall.jpg) repeat !important;
}

.eversports-info {
  display: none;
}

.darkborders:before,
.darkborders:after,
.lightborders:before,
.lightborders:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #675f5f;
  width: 12px;
  height: 100%;
  margin-left: -4px;
  z-index: 100;
  opacity: 0.2;
}

.darkborders:after,
.lightborders:after {
  left: auto;
  right: -4px;
}

.lightborders:before,
.lightborders:after {
  background: #cac7c7;
}

input.search-field {
  border-radius: 4px !important;
}

/* Search Dropdown */
.header-search-dropdown ul.nav-dropdown {
  background-color: rgba(255, 255, 255, 0.9333333333);
}

.autocomplete-suggestion img {
  border-radius: 6px;
}

.autocomplete-suggestion strong {
  font-weight: normal;
  color: #49b4b9;
}

.autocomplete-suggestion .search-name {
  font-size: 90%;
  line-height: 1.2em;
}

/* Footer */
.footer-menu-2 .ux-menu-link .ux-menu-link__link {
  padding: 0.3em 0.5em;
}

.footer-menu-2 .ux-menu-link--active .ux-menu-link__link,
.footer-menu-2 .ux-menu-link:hover .ux-menu-link__link {
  background: #7b777d;
  /*color: #33333390;*/
}

.footer-menu-2 .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
  border-bottom-color: rgba(187, 187, 187, 0.2);
}

.footer-logos {
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
}
.footer-logos img {
  height: 80px;
  -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-logos svg {
  height: 80px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  --flummi-filter:
    drop-shadow(0 6px 12px rgba(0,0,0,.15));
  --svg-text1: #7C787E;
  --svg-text2: #7C787E;
  --svg-text1: #bbb;
  --svg-text2: #888;
}
.footer-logos svg * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-logos svg:hover {
  --svg-text1: #ffffff;
}

.cc_banner.cc_container {
  background: #4CA7B9;
}

.nav.top-bar-nav li.btn-jobs a {
  color: #73b3f5;
  position: relative;
}

/* .nav.top-bar-nav li.btn-jobs::after{
	content: '';
	position: absolute;
	background: red;
	border-radius: 50%;
	width: 100%;
	height: 1em;
} */
/* Jobs */
.jobs-header .btn-job {
  padding-bottom: 10px;
}

.jobs-header h1 {
  font-size: clamp(2rem, 1.375rem + 2.5641vw, 3.25rem);
  margin-bottom: 1em;
}

.jobs-header .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2em 1.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 30px 0;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.0625rem + 0.7692vw, 1.625rem);
}

.jobs-header .benefits p {
  margin: 0;
  position: relative;
  text-align: left;
  padding-left: 1.25em;
}

.jobs-header .benefits p::after {
  content: "✓";
  color: #77bb34;
  position: absolute;
  top: 0.25em;
  left: 0;
  line-height: 1;
  font-weight: bold;
}

.jobs-content h2 {
  font-size: clamp(1.40625rem, 1.3281rem + 0.3205vw, 1.5625rem);
  /* font-size: clamp(2rem, 1.375rem + 2.5641vw, 3.25rem); */
  margin-bottom: 1em;
  font-weight: 400 !important;
}

.jobs-content .jobs-panels h3 {
  font-weight: 700 !important;
  margin-bottom: 0;
  font-size: 24px;
}

.jobs-content .jobs-panels p {
  font-size: 90%;
  margin-bottom: 5px;
}

.jobs-content .jobs-panels .col .col-inner,
[class*=pname-job] a.btn-bewerben {
  background: #6441A5; /* fallback for old browsers */
  background: -webkit-gradient(linear, left bottom, left top, from(#2a0845), to(#6441A5));
  background: linear-gradient(to top, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

[class*=pname-job] a.btn-bewerben {
  background: #93291E; /* fallback for old browsers */
  background: -webkit-gradient(linear, left bottom, left top, from(#93291E), to(#ED213A));
  background: linear-gradient(to top, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

[class*=pname-job] a.btn-bewerben.green {
  background: #227e22; /* fallback for old browsers */
  background: -webkit-gradient(linear, left bottom, left top, from(#227e22), to(#63a211));
  background: linear-gradient(to top, #227e22, #63a211);
}

.jobs-kontakt h3 {
  font-weight: 400 !important;
}

.jobs-kontakt .tel,
.jobs-kontakt .email {
  font-size: clamp(1.40625rem, 1.3281rem + 0.3205vw, 1.5625rem);
  margin: 30px 0 0;
  font-weight: 700;
}

.jobs-kontakt .vorwahl {
  font-weight: 400;
}

.jobs-kontakt .tel a,
.jobs-kontakt .email a {
  color: inherit;
}

.jobs-kontakt .btn-jobform {
  cursor: pointer;
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
  width: 300px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  padding-left: 30px;
  font-size: 1em;
  letter-spacing: 0.08em;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li.current-menu-item > a {
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.05);
}

.off-canvas:not(.off-canvas-center) .nav-vertical .sub-menu li > a:before {
  content: "» ";
  display: inline-block;
  margin: 0 4px 0 -4px;
}

#main-menu.mobile-sidebar .nav-sidebar .toggle {
  background-color: #f5f2f2 !important;
}

.off-canvas .nav-vertical > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* main menu dropdowns */
.dropdown-unternehmen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.dropdown-unternehmen > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  outline: 1px solid red;
  outline-offset: -1px;
}

.dropdown-unternehmen > *:last-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.strikethrough {
  position: relative;
}

.strikethrough::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 1px;
  background: #ff2600;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

ul.list-nospace > li {
  margin-bottom: 0;
}

.airspace_angebot_1 {
  border: 2px solid var(--clr-airspace);
}

.airspace_angebot_2 {
  border: 2px solid #F1F1F1;
}

.topinfo-1 {
  background: var(--clr-airspace);
  color: #fff;
  padding: 15px 30px;
  margin: -30px -31px 30px -30px;
  font-weight: bold;
}
.topinfo-1 > :last-child {
  margin-bottom: 0;
}

ul.centered,
ol.centered {
  display: inline-block;
  text-align: left;
  margin-inline: auto;
}

.tc .col {
  text-align: center;
}
.tc .icon-box-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

@media (width < 550px) {
  .tc-mobile,
  .tc-mobile .col {
    text-align: center;
  }
  .tc-mobile ul, .tc-mobile ol,
  .tc-mobile .col ul,
  .tc-mobile .col ol {
    display: inline-block;
    text-align: left;
  }
  .tc-mobile .icon-box-left,
  .tc-mobile .col .icon-box-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}
@media (width < 850px) {
  .tc-tablet,
  .tc-tablet .col {
    text-align: center;
  }
  .tc-tablet ul, .tc-tablet ol,
  .tc-tablet .col ul,
  .tc-tablet .col ol {
    display: inline-block;
    text-align: left;
  }
  .tc-tablet .icon-box-left,
  .tc-tablet .col .icon-box-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}
/*************** MEDIA QUERIES  ***********************************/
@media screen and (min-width: 550px) {
  /* submenu inline */
  .submenu.submenu-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
  }
  .submenu.submenu-inline a {
    border: 1px transparent;
    padding: 10px 15px;
    border-radius: 6px;
  }
  .ux-menu-link--active .ux-menu-link__link,
  .ux-menu-link:hover .ux-menu-link__link {
    background: #F6F6F6;
  }
}
@media screen and (min-width: 850px) {
  .airfitness-sections .row .col:nth-of-type(n+3) h2 {
    font-size: 1.5em;
  }
  .airfitness-sections .row .col:last-child h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 990px) {
  /* sticky bar enger */
  .mj-sticky #logo {
    width: 130px;
  }
  .mj-sticky.header-main .nav > li > a {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 700px) {
  /* priceboxen */
  .priceboxen.priceboxen_mobile .box-title .title {
    font-size: 1.6rem;
    display: block;
    margin-top: 3px;
  }
  .priceboxen.priceboxen_mobile a.btn-open {
    width: 28px;
    height: 28px;
    margin-top: 25px;
  }
  .priceboxen.priceboxen_mobile .bar .laufzeit {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .priceboxen.priceboxen_mobile .box-price .price {
    font-size: 1.8rem;
  }
  /* Tabs Kurse */
  .tabbed-content .nav-divided > li {
    margin: 0;
  }
  .tabbed-content .nav-divided > li a {
    padding: 10px;
  }
  /* Tabs Ergo Vogue */
  .tabbed-content .nav-divided.vogue > li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 549px) {
  /* submenu inline */
  .ux-menu-link--active .ux-menu-link__link {
    background: #F6F6F6;
    font-weight: 400;
  }
  /* width: 120px !important; */
  /* priceboxen */
  .priceboxen.priceboxen_mobile .box-title .title {
    font-size: 1.2rem;
  }
  .priceboxen.priceboxen_mobile .box-price .price {
    font-size: 1.6rem;
  }
  .priceboxen.priceboxen_mobile a.btn-open {
    width: 32px;
    height: 32px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.infinite-scroller {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.infinite-scroller.mjis-ready {
  visibility: visible;
}
.infinite-scroller.mjis-track, .infinite-scroller .mjis-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}
.infinite-scroller.mjis-track > *, .infinite-scroller .mjis-track > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0 var(--mjis-gap, 0) 0 0 !important;
  max-width: var(--mjis-maxw, none);
}