array(14) {
  ["stulay_Id"]=>
  int(1)
  [0]=>
  int(1)
  ["stulay_Logo"]=>
  string(79) "https://fitklusiv.de/wp-content/uploads/2024/01/fitklusv_logo_2024-1320x323.png"
  [1]=>
  string(79) "https://fitklusiv.de/wp-content/uploads/2024/01/fitklusv_logo_2024-1320x323.png"
  ["stulay_Hauptfarbe"]=>
  string(7) "#93C90E"
  [2]=>
  string(7) "#93C90E"
  ["stulay_Kontrastfarbe"]=>
  string(7) "#191C1F"
  [3]=>
  string(7) "#191C1F"
  ["stulay_Art"]=>
  NULL
  [4]=>
  NULL
  ["stulay_Studio"]=>
  int(0)
  [5]=>
  int(0)
  ["stulay_Timestamp"]=>
  string(19) "2025-04-28 22:24:12"
  [6]=>
  string(19) "2025-04-28 22:24:12"
}

@charset "UTF-8";
#modalWunschtermin {
  background-color: #93C90E; }

.navbar-color {
  background-color: #93C90E; }

.form-control {
  border: 1px solid #93C90E; }

.form-control:focus {
  background: lightgrey;
  border: 1px solid #93C90E;
  box-shadow: 0 0 0 0.2rem rgba(210, 10, 17, 0.25); }

.xdsoft_datetimepicker .xdsoft_calendar td {
  background: none; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #93C90E;
  box-shadow: #93C90E 0 1px 3px 0 inset; }

.xdsoft_datetimepicker {
  margin-left: 7px;
  margin-top: 0; }

a.link {
  color: #93C90E; }

.btn-individuell {
  color: #fff;
  background-color: #93C90E;
  border-color: #93C90E; }

.btn-individuell:hover {
  color: #fff;
  background-color: #191C1F;
  border-color: #93C90E; }

.btn-individuell:focus, .btn-individuell.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 220, 220, 0.5); }

.btn-individuell.disabled, .btn-individuell:disabled {
  background-color: #93C90E;
  border-color: #93C90E; }

.btn-individuell:not([disabled]):not(.disabled):active, .btn-individuell:not([disabled]):not(.disabled).active, .show > .btn-individuell.dropdown-toggle {
  color: #fff;
  background-color: #191C1F;
  border-color: #93C90E;
  box-shadow: 0 0 0 0.2rem rgba(220, 220, 220, 0.5); }

html {
  scroll-behavior: smooth; }

#email_newsletter {
  width: 100%; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2)); }

.modal-content {
  flex: 1 1 auto; }

.modalKalenderTermin {
  background: rgba(147, 201, 14, 0.9); }
  .modalKalenderTermin-header {
    background-color: rgba(25, 28, 31, 0.8); }

h2.modalKalenderTerminH2 {
  color: #93C90E;
  letter-spacing: 1px; }

.terminkalender {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }
@media only screen and (min-width: 992px) {
  .terminkalender {
    width: 100%;
    margin-left: 0; } }
.terminkalender_datum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 45%;
  height: 300px;
  overflow: hidden; }
@media only screen and (min-width: 768px) {
  .terminkalender_datum {
    flex-basis: 38%; } }
.terminkalender_datum_innen {
  height: 300px;
  width: 200px;
  padding-right: 30px;
  overflow: hidden; }
  .terminkalender_datum_innen_pfeile {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 66px; }
.terminkalender_uhrzeit {
  flex-direction: column;
  height: 300px;
  overflow: hidden;
  flex-basis: 45%; }
@media only screen and (min-width: 768px) {
  .terminkalender_uhrzeit {
    flex-basis: 60%; } }
.terminkalender_uhrzeit_innen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 300px;
  padding-right: 30px;
  overflow: auto; }

.zeigeUhrzeit-bild {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #93C90E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

.terminkalender_uhrzeit {
  flex-direction: column;
  height: 300px;
  overflow: hidden;
  flex-basis: 45%; }
@media only screen and (min-width: 768px) {
  .terminkalender_uhrzeit {
    flex-basis: 60%; } }

.terminkalender_button {
  display: inline-block;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
  border: 3px solid #93C90E;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  background: #191C1F;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 12px;
  line-height: 1.5;
  width: 110px; }
@media only screen and (min-width: 992px) {
  .terminkalender_button {
    font-size: 14px; } }

.terminkalender_button_breit {
  display: inline-block;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
  border: 3px solid #93C90E;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  background: #191C1F;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  width: 100%; }

.terminkalender_button:hover {
  border-color: transparent;
  cursor: pointer;
  transform: translateY(-1%);
  box-shadow: 0 5px 20px rgba(30, 30, 30, 0.5);
  background-color: #93C90E; }

.terminkalender_button_auswahl {
  display: inline-block;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
  border: 3px solid #93C90E;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  background: #93C90E;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  width: 110px; }

.terminInput {
  margin: 0.1rem;
  align-self: center; }
@media only screen and (min-width: 992px) {
  .terminInput {
    width: 400px; } }

.buttonZeit {
  width: 85px;
  margin: 0.15rem; }

#formular {
  display: flex;
  flex-direction: column; }

.gewinnspielLP__header {
  display: flex;
  flex-flow: row;
  justify-content: center;
  flex-wrap: wrap; }
  .gewinnspielLP__header__links__content__trostpreis {
    padding: 1rem 0; }
  .gewinnspielLP__header__schritte {
    flex: 0 0 100%;
    padding: 1rem;
    margin: 0;
    display: flex; }
  @media only screen and (min-width: 768px) {
    .gewinnspielLP__header__schritte {
      flex: 0 0 12rem;
      margin: 3rem 3rem;
      flex-flow: column; } }
  .gewinnspielLP__header__schritte__text {
    margin-top: 1rem;
    text-align: left;
    align-self: center; }
  @media only screen and (min-width: 768px) {
    .gewinnspielLP__header__schritte__text {
      text-align: center; } }
@media only screen and (min-width: 1200px) {
  .gewinnspielLP__header__schritte__text {
    text-align: center; } }
.gewinnspielLP__header__schritte__text__p {
  font-size: 1.75rem; }
@media only screen and (min-width: 768px) {
  .gewinnspielLP__header__schritte__text__p {
    font-size: 1rem; } }
.gewinnspielLP__header__schritte__zahl {
  display: flex;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: radial-gradient(#fff, #191C1F);
  border: 6px double #fff;
  margin-right: 1rem; }
@media only screen and (min-width: 768px) {
  .gewinnspielLP__header__schritte__zahl {
    margin-right: 0; } }
.gewinnspielLP__header__schritte__zahl__item {
  align-self: center; }
  .gewinnspielLP__header__schritte__zahl__item__p {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 1px 1px 1px #93C90E;
    color: #93C90E;
    padding: 1rem 0 0 1rem; }
.gewinnspielLP__content {
  display: flex;
  justify-content: space-evenly;
  background-color: lightgrey;
  padding: 3rem 1rem;
  flex-wrap: wrap; }
  .gewinnspielLP__content__links {
    flex: 0 0 100%;
    text-align: center;
    align-self: center;
    margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .gewinnspielLP__content__links {
      flex: 0 0 48%;
      margin-bottom: 0; } }
  .gewinnspielLP__content__rechts {
    flex: 0 0 100%;
    max-width: 35rem; }
  @media only screen and (min-width: 768px) {
    .gewinnspielLP__content__rechts {
      flex: 0 0 40%; } }
@media only screen and (min-width: 1200px) {
  .gewinnspielLP__content__rechts {
    flex: 0 0 48%; } }
.gewinnspielLP__formular {
  min-height: 35rem;
  background-color: rgba(147, 201, 14, 0.4);
  border-radius: 5px;
  border: 1px solid #191C1F;
  padding: 1rem; }
  .gewinnspielLP__formular__trenner {
    border: 0;
    height: 8px;
    margin: 1.5rem 0;
    background-image: linear-gradient(to right, rgba(147, 201, 14, 0), rgba(147, 201, 14, 0.75), rgba(147, 201, 14, 0)); }
  .gewinnspielLP__formular__h4 {
    text-align: center;
    color: #93C90E; }
    .gewinnspielLP__formular__h4__big {
      font-size: 2rem;
      text-align: center; }
    .gewinnspielLP__formular__h4__small {
      font-size: 1rem;
      text-align: center; }
  .gewinnspielLP__formular__h5 {
    font-size: 1.5rem;
    text-align: center;
    font-style: italic; }
.gewinnspielLP__textgeklappt {
  min-height: 35rem;
  padding: 1rem; }

.extras {
  width: 80%;
  margin-top: 1rem;
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  padding-top: 0.5rem; }
@media only screen and (min-width: 768px) {
  .extras {
    margin-top: 2rem; } }
@media only screen and (min-width: 1200px) {
  .extras {
    width: 500px; } }

h3.gewinnspielLP__content__links_h3 {
  text-align: center;
  font-family: almaq-refined, sans-serif;
  font-size: 2.5rem;
  text-shadow: 1px 1px 1px lightslategray;
  color: #93C90E;
  font-weight: bold;
  letter-spacing: 2px; }

h3.gewinnspielLP__content__links_h3_unten {
  margin-top: 2rem;
  text-align: center;
  font-family: almaq-refined, sans-serif;
  font-size: 2rem;
  text-shadow: 1px 1px 1px #fff;
  color: #191C1F;
  font-weight: bold;
  letter-spacing: 2px; }

.teilnahmebedingung {
  color: #93C90E; }

.link {
  color: #191C1F; }

h3.textTerminkalenderH3 {
  background-color: #93C90E;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0; }
@media only screen and (min-width: 992px) {
  h3.textTerminkalenderH3 {
    font-size: 1.75rem; } }

p.textTerminkalenderP {
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  padding: 5px; }
@media only screen and (min-width: 992px) {
  p.textTerminkalenderP {
    font-size: 1rem; } }

.terminAendern {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.linkFarbig {
  color: #93C90E; }

.farbePfeile {
  color: #191C1F; }

.buttonKlick {
  background-color: lightgreen; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.leadeingabe__content {
  margin: 4rem 1rem 1rem 1rem; }
@media screen and (orientation: landscape) {
  .leadeingabe__content {
    margin-top: 5rem;
    width: 100%; } }
.leadeingabe__content__preise {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }
@media screen and (orientation: landscape) {
  .leadeingabe__content__preise {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 5rem; } }
.leadeingabe__content__preise__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center; }
@media screen and (min-width: 800px) {
  .leadeingabe__content__preise__header {
    font-size: 5rem; } }
@media screen and (orientation: landscape) {
  .leadeingabe__content__preise__header {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 5rem; } }
.leadeingabe__content__preise__item {
  flex: 0 0 auto;
  padding: 1rem;
  margin: 1rem;
  margin-bottom: -2rem;
  display: flex;
  justify-content: center; }
@media screen and (orientation: landscape) {
  .leadeingabe__content__preise__item {
    flex: 0 0 300px; } }
.leadeingabe__content__preise__gewinn {
  display: none; }
.leadeingabe__content__login {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%); }
.leadeingabe__content__start {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); }
.leadeingabe__footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 58px;
  bottom: constant(safe-area-inset-bottom);
  /* andere Geräte */
  /* iOS 11.0 */
  /* iOS 11+ */
  bottom: env(safe-area-inset-bottom); }

@media screen and (min-width: 800px) {
  #gewinn1, #gewinn2, #gewinn3 {
    height: 180px; } }
@media screen and (orientation: landscape) {
  #gewinn1, #gewinn2, #gewinn3 {
    height: 180px; } }

#bottom-bar {
  position: fixed;
  /* andere Geräte */
  bottom: 0;
  /* iOS 11.0 */
  bottom: constant(safe-area-inset-bottom);
  /* iOS 11+ */
  bottom: env(safe-area-inset-bottom); }

@media (display-mode: standalone) {
  /* ... */ }

h2.leadeingabe__content__preise {
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase; }
@media screen and (orientation: landscape) {
  h2.leadeingabe__content__preise {
    margin-top: 6rem;
    font-size: 3rem; } }

h2.leadeingabe__content__gewinn {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase; }
@media screen and (min-width: 800px) {
  h2.leadeingabe__content__gewinn {
    font-size: 5rem;
    margin-top: 10%; } }
@media screen and (orientation: landscape) {
  h2.leadeingabe__content__gewinn {
    margin-top: 6rem; } }

h5.termine {
  text-align: center; }

.weiss {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0.1rem; }

#bildENDE, #leadSpeichern {
  display: none; }

.klein {
  font-size: 66%;
  margin-bottom: 0; }

.breit {
  width: 100%; }

#gewinnbild {
  transform: translateY(-20px); }
@media screen and (min-width: 800px) {
  #gewinnbild {
    height: 250px; } }
@media screen and (orientation: landscape) {
  #gewinnbild {
    height: 180px; } }

@media screen and (min-width: 800px) {
  .preis1 > p, .preis2 > p, .preis3 > p {
    font-size: 2rem; } }
@media screen and (orientation: landscape) {
  .preis1 > p, .preis2 > p, .preis3 > p {
    font-size: 2rem; } }

@media screen and (min-width: 800px) {
  .preis1 > h3, .preis2 > h3, .preis3 > h3 {
    font-size: 3rem; } }
@media screen and (orientation: landscape) {
  .preis1 > h3, .preis2 > h3, .preis3 > h3 {
    font-size: 3rem; } }

@media screen and (min-width: 800px) {
  #formularTeilA {
    margin: 10% 25%; } }
@media screen and (orientation: landscape) {
  #formularTeilA {
    margin: 1% 33%; } }

.hervorheben {
  font-weight: bold; }

.buttons {
  display: flex;
  justify-content: space-evenly; }
@media screen and (orientation: landscape) {
  .buttons {
    -webkit-flex-flow: row;
    flex-flow: row; } }

.preis1, .preis2, .preis3 {
  display: none; }

#studiologout {
  width: 100%;
  position: fixed;
  bottom: 0.5rem;
  color: #fff;
  z-index: 2;
  cursor: pointer; }

.eng {
  margin-bottom: 0; }
@media screen and (orientation: landscape) {
  .eng {
    margin-bottom: 0.1rem; } }

@media screen and (orientation: landscape) {
  .detanpflege_row1 {
    justify-content: center; } }
