@charset "UTF-8";
#modalLogin {
  background-color: #D94F97; }

#logo {
  width: 100%;
  height: 60px;
  background-image: url(http://andreasschwarzwaelder.de/fitweb/homepage/andreas/typo3conf/ext/typo3_mustertemplate/Resources/Public/Images/logo-pretty-woman.svg);
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    #logo {
      height: 60px; } }

#logoText {
  display: none; }

.randLinks {
  margin-left: 15px; }

.keinMarginLeft {
  margin-left: 0; }

.center {
  text-align: center; }

.centerModal {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  width: 100% !important; }

.modal-content {
  margin: 1rem; }

.table td {
  padding: .25rem .5rem; }

.table td.ohneLinie {
  border-top: none;
  transform: translateY(-10px);
  line-height: 1;
  padding-bottom: 0; }

.qr-code {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .qr-code {
      display: none; } }

.farbeHaupt {
  color: #D94F97; }

.farbeKontrast {
  color: #605E5F; }

.farbeWeiss {
  color: #fff; }

/* CSS Document */
html {
  width: 100%; }

body {
  width: 100%;
  height: auto;
  background-color: #fff; }

.trainer__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.15rem; }
  .trainer__content__termine {
    max-width: 100%; }

.kleiner {
  font-size: 66%; }

#daten {
  padding: 10px; }

.abstandUnten {
  margin-bottom: 20px; }

#scheckheft {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 25px;
  background-color: #fff;
  margin-left: -8px; }

/* Nachrichten -------------------------------------------------------- */
.ohneHintergrund {
  background-color: #fff; }

#nachrichtenAusgabe {
  position: fixed;
  bottom: 0;
  left: calc(50% - 125px);
  width: 250px;
  height: 40px;
  padding: 5px 5px 5px 10px;
  border-radius: 5px 5px 0 0; }

.neueNachricht {
  background-color: #ab2077; }

.keineNachricht {
  background-color: lightgray; }

#nachrichtenAusgabe h2 {
  color: #fff;
  position: relative;
  left: 0px;
  display: inline-block;
  padding-bottom: 20px;
  font-size: 1.5rem; }

#nachrichtenAnzeige {
  display: none;
  width: 500px;
  height: auto;
  border-top: 1px solid #ab2077;
  position: fixed;
  bottom: 60px;
  left: calc(50% - 250px);
  background-color: #fff; }

#nachrichtenZeigen {
  padding: 0 18px;
  height: auto; }

.fetter {
  font-weight: bold;
  color: #ab2077; }

#buttonSpeichernNachricht:hover {
  background-color: #ab2077; }

/* ENDE Nachrichten -------------------------------------------------------- */
.red {
  color: red; }

.yellow {
  color: orange; }

.eigenes {
  margin-right: 5px;
  border: 1px solid lightgray;
  margin-left: 5px; }

.abstand {
  margin: 10px 0; }

#erfolgsmeldung {
  display: none; }

#gruppen {
  margin-bottom: 2px;
  background: #fff; }

#umrandungUnten {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%; }

.umrandungGruppen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3px; }

#unten {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.untenGruppe {
  margin-right: 1px;
  padding: 5px 10px; }

.untenTeil {
  background: #ab2077;
  margin-right: 1px;
  padding: 5px 10px;
  color: #fff; }

#suchen {
  display: none;
  margin-left: 5px; }

.klein {
  font-size: 10px;
  margin-top: 0;
  color: #ab2077;
  text-align: center; }

.rot {
  color: lightpink;
  background: grey;
  margin-bottom: 0;
  padding-left: 2px; }

.grau {
  margin-bottom: 0;
  padding-left: 2px;
  background: grey;
  color: #fff; }

.eingabe {
  width: 95%;
  height: 45px; }

.eigenerKnopf {
  margin: 3px 0 20px 0%; }

#bildKlick {
  height: 50px;
  padding: 10px;
  position: fixed;
  left: 70px;
  z-index: 50000; }

.button {
  width: 70%;
  margin-left: 15%;
  color: #ab2077;
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  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;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: transparent;
  background-image: none;
  border-color: #ab2077; }

.buttonKlein {
  float: left;
  width: 35%;
  margin-left: 10%;
  color: #ab2077;
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  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;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #ecb1d1;
  background-image: none;
  border-color: #ab2077;
  margin-bottom: 20px; }

#bildMenu {
  float: right;
  display: block;
  width: 50px;
  padding: 10px;
  z-index: 50000; }

#menuOpen {
  display: none;
  height: 450px;
  position: absolute;
  width: 100%;
  top: 50px;
  background-color: #ECB1D1;
  z-index: 1000000; }

#ui-id-2 {
  z-index: 40000; }

#suchen {
  position: fixed;
  padding-top: 2px;
  left: 70px; }

#footerMenu {
  position: relative;
  bottom: 5px;
  left: 10px; }

.log {
  font-size: 0.8em;
  margin-left: 25px; }

.abstand {
  margin-bottom: 20px; }

.center {
  text-align: center; }

#header {
  display: block;
  float: left;
  width: 90%;
  height: 100px;
  background-image: url(../Bilder/neu.gif);
  background-repeat: no-repeat;
  background-color: #D9F4D4; }

#news {
  padding: 10px;
  width: 80%;
  float: left;
  margin-left: 75px; }

#mehr {
  display: block;
  float: right; }

#mehrbox {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #D9F4D4;
  height: 200px;
  width: 200px;
  display: none; }

#nachrichten {
  display: block;
  float: left;
  width: 30%;
  margin-left: 1%;
  padding: 10px;
  border-left: 1px solid #9d9d9c;
  border-right: 1px solid #9d9d9c; }

.text {
  margin: 0;
  padding: 0; }

#menu ul {
  float: left;
  margin: 0;
  padding: 0; }

#menu a {
  text-decoration: none;
  color: #000; }

#menu a:active, #menu a:hover {
  color: #fff; }

#menu li {
  list-style: none;
  list-style-type: none;
  background-color: #9d9d9c;
  padding: 10px;
  margin-bottom: 2px;
  border-radius: 2px; }

#fenster {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background-color: red;
  display: none; }

.knopf {
  float: left; }

#tabelle {
  width: 220px; }

h3 {
  margin: 0;
  text-align: center;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0; }

.sehrklein {
  margin: -5px 0 0 0;
  padding: 0;
  color: #9d9d9c; }

.kleinerGrau {
  font-size: 75%;
  text-align: center; }

.kleinerGrauFett {
  font-weight: bold; }

.keinAbstand {
  margin-bottom: 0; }

#menu {
  display: block;
  float: left;
  width: 100%;
  background-color: #D94F97;
  height: 50px;
  margin-bottom: 30px;
  z-index: 6000;
  position: fixed;
  top: 0;
  left: 0; }

.menuGruppe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 15px; }

.menuPunkt {
  margin: 10px;
  padding: 5px 10px 5px 10px;
  width: 125px;
  border: 2px double #ab2077;
  height: 125px;
  background-color: #fff; }

.menuPunktHome {
  margin: 10px;
  padding: 5px 10px 5px 10px;
  width: 100px;
  border: 2px double #ab2077;
  height: 100px;
  background-color: #fff; }

/* Ausgabe CHECKIN-------------------------------------------------------- */
.trainingsplanDaten {
  border-top: 1px solid lightgrey; }

#anzeigeDetails {
  margin-top: 11rem; }

.trainer__content__checkin {
  flex: 1 0 auto;
  max-width: 25rem; }

.ausgabeCheckinTermin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  border: 1px solid lightgray;
  border-top: none;
  padding: .1rem 1rem 0 1rem;
  margin: -.1rem .1rem 0 .1rem;
  background-color: lightgreen; }

.ausgabeGesamtCheckin {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: .1rem;
  border: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray; }

.ausgabeGesamtCheckin:first-child {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid lightgray;
  border-top: 1px solid lightgray; }

.ausgabeLinksCheckin {
  flex: 0 0 auto;
  margin: 0 5px 0 0; }

.ausgabeButtonCheckin {
  transform: translateY(-10px); }

.ausgabeNameCheckin {
  flex: 1 1 auto; }

.ausgabeButtonCheckin {
  flex: 0 0 auto;
  padding: 0 5px; }

.ausgabeFotoCheckin {
  padding: 5px; }

/* ENDE Ausgabe CHECKIN-------------------------------------------------------- */
#buttonLos {
  margin-top: 0;
  min-height: 1rem;
  background-color: rgba(217, 79, 151, 0.95);
  width: 100%;
  border: 1px solid #D94F97;
  border-radius: 0 0 50% 50%; }

.keinKundenbild {
  width: 125px;
  height: 100px;
  border-radius: 20% 20% 0 0;
  border: 1px solid #D94F97; }
  @media only screen and (min-width: 992px) {
    .keinKundenbild {
      width: 140px; } }

.kundenbild {
  width: 125px;
  border-radius: 20% 20% 0 0;
  border: 1px solid #D94F97; }
  @media only screen and (min-width: 992px) {
    .kundenbild {
      width: 140px; } }

@media (orientation: landscape) {
  /* Formate für hochformatige Ausgabemedien */
  .ausgabeButtonCheckin {
    flex: 0 0 auto; }

  .ausgabeLinksCheckin {
    flex: 0 0 50px; }

  .eigenes {
    margin-top: 4px;
    margin-bottom: -13px; } }
h4.ausgabeVorname {
  transform: translateY(5px); }

.trainer__content__eingang {
  flex: 1 0 auto;
  max-width: 25rem;
  display: block; }
  @media only screen and (min-width: 992px) {
    .trainer__content__eingang {
      max-width: 20rem;
      display: block; } }

.trainer__content-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .trainer__content-links {
      flex-direction: row; } }

.trainer__content__termine {
  flex: 1 0 auto; }
  @media only screen and (min-width: 992px) {
    .trainer__content__termine {
      margin: 0 1rem; } }

.pink {
  color: #D94F97; }

.gelb {
  color: lightgrey;
  text-decoration: line-through; }

.gruen {
  color: green; }

.rot {
  color: red; }

h3.termineH3 {
  text-align: left; }

p.termineP {
  text-align: left;
  margin-bottom: 0; }

.eigenes {
  margin-bottom: 10px; }

.zeile4px {
  padding-top: 6px; }

#modalTerminanzeige {
  padding: 20px; }

.nurDesktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .nurDesktop {
      display: block; } }

#hintergrund {
  background-color: #ab2077; }

#formularPwVergessen, #linkStudiologin, #pwVergessen {
  display: none; }

#logo {
  width: 100%;
  height: 63px;
  background-image: url("../Bilder/logo-pretty-woman.svg");
  background-size: cover; }

.umfangsmessung {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  margin-top: 3.15rem; }
  .umfangsmessung__content {
    display: block;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: scroll;
    height: 75vH; }

#modalUmfangsmessung {
  margin-top: 3rem; }

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(217, 79, 151, 0.9); }
  .modalKalenderTermin-header {
    background-color: rgba(96, 94, 95, 0.8); }

h2.modalKalenderTerminH2 {
  color: #D94F97;
  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 #D94F97;
  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 #D94F97;
  max-width: 100%;
  transition: all .3s ease-in-out;
  background: #605E5F;
  color: #fff;
  font-weight: bold;
  padding: .5rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  width: 110px; }

.terminkalender_button_breit {
  display: inline-block;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
  border: 3px solid #D94F97;
  max-width: 100%;
  transition: all .3s ease-in-out;
  background: #605E5F;
  color: #fff;
  font-weight: bold;
  padding: .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: #D94F97; }

.terminkalender_button_auswahl {
  display: inline-block;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
  border: 3px solid #D94F97;
  max-width: 100%;
  transition: all .3s ease-in-out;
  background: #D94F97;
  color: #fff;
  font-weight: bold;
  padding: .5rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  width: 110px; }

.terminInput {
  margin: .1rem;
  align-self: center; }
  @media only screen and (min-width: 992px) {
    .terminInput {
      width: 400px; } }

.buttonZeit {
  width: 85px;
  margin: .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, #605E5F);
      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 #D94F97;
          color: #D94F97;
          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(217, 79, 151, 0.4);
  border-radius: 5px;
  border: 1px solid #605E5F;
  padding: 1rem; }
  .gewinnspielLP__formular__trenner {
    border: 0;
    height: 8px;
    margin: 1.5rem 0;
    background-image: linear-gradient(to right, rgba(217, 79, 151, 0), rgba(217, 79, 151, 0.75), rgba(217, 79, 151, 0)); }
  .gewinnspielLP__formular__h4 {
    text-align: center;
    color: #D94F97; }
    .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: .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: #D94F97;
  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: #605E5F;
  font-weight: bold;
  letter-spacing: 2px; }

.teilnahmebedingung {
  color: #D94F97; }

.link {
  color: #605E5F; }

h3.textTerminkalenderH3 {
  background-color: #D94F97;
  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: .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: .5rem;
  margin-bottom: .5rem; }

.linkFarbig {
  color: #D94F97; }

.farbePfeile {
  color: #605E5F; }

.buttonKlick {
  background-color: lightgreen; }

/*# sourceMappingURL=styleTrainersoftware2.css.map */
