@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  height: 100%; }

a img {
  border: 0px; }

body {
  background-image: url(../../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202124;
  background-attachment: fixed; }

main {
  width: calc(100% - 40px);
  max-width: 1640px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

/*korrigieren*/
h1 a {
  color: white;
  text-decoration: none; }

/*korrigieren ende*/
#login main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }

.top-bar {
  width: 100%;
  height: 142px;
  background: #21A0D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.top-bar_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-left: 2px solid white;
  margin-left: 14px;
  padding: 12px; }

.subhead {
  color: white;
  padding-left: 20px;
  font-size: 1.2em; }

.mitarbeiter-hinweis {
  font-size: .8em;
  color: white;
  margin-left: 19px;
  margin-top: -1px; }

.top-bar_right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px; }
  .top-bar_right .logo1 {
    margin-left: 10px; }
    .top-bar_right .logo1 img {
      max-width: 260px; }
  .top-bar_right .angebot-von {
    color: white;
    margin-right: 10px; }

h1 {
  color: #020202;
  font-size: 42px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: -5px; }

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.content > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background: white;
  min-height: 200px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.breite60 {
  width: 62%; }

.breite50 {
  width: 50%; }

.breite40 {
  width: 41%; }

.space-50v50 {
  margin-left: 20px; }

.content h2 {
  font-size: 48px;
  font-weight: normal;
  color: #21A0D2;
  margin-bottom: 20px; }

.content p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px; }

.content ul {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px; }

.content li {
  font-size: 24px;
  line-height: 34px;
  margin-left: 24px;
  list-style-type: square; }

.content ol li {
  list-style-type: decimal; }

.content i {
  font-style: italic; }

.content-left {
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.reiter-container {
  width: 100%;
  height: 122px;
  background: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #A6ADB4;
  font-size: 32px;
  font-weight: bold; }
  .reiter-container .active {
    background: #fff;
    color: #21A0D2; }

.reiter-container_left, .reiter-container_right {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.login-container, .register-container {
  padding: 30px;
  height: calc(100% - 122px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.reiter-container_left {
  border-right: 2px solid #21A0D2; }

.reiter-container_left:not(.active) {
  -webkit-box-shadow: inset -2px -2px 3px 0px #0000000f;
          box-shadow: inset -2px -2px 3px 0px #0000000f; }
  .reiter-container_left:not(.active):hover {
    color: #21A0D2;
    cursor: pointer; }

.reiter-container_right:not(.active) {
  -webkit-box-shadow: inset 2px -2px 3px 0px #0000000f;
          box-shadow: inset 2px -2px 3px 0px #0000000f; }
  .reiter-container_right:not(.active):hover {
    color: #21A0D2;
    cursor: pointer; }

.loginLoginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.error {
  color: red; }

.logi-form {
  height: 100%;
  margin-bottom: 50px; }

.nodisplay {
  display: none; }

.register-form {
  padding-top: 60px;
  margin-bottom: 60px; }

label {
  font-size: 24px;
  color: #8B8B8B; }

input, select, textarea {
  width: 100%;
  border: 2px solid #EBEDED;
  border-radius: 6px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #201224;
  margin-bottom: 30px;
  padding: 0 10px; }

select {
  color: #717171;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 26px) calc(1em + 2px), calc(100% - 20px) calc(1em + 2px);
  background-size: 7px 7px, 7px 7px, 1px 1.5em;
  background-repeat: no-repeat; }

select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.checkboxcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkboxcontainer.last {
  margin: 30px 0; }

input[type="checkbox"] {
  opacity: 0;
  width: 25px;
  position: relative;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.checkbox-content {
  position: relative;
  margin-left: 12px; }

.content.content-login {
  margin-bottom: 40px; }

.checkbox-content::before {
  content: "";
  display: block;
  background: url(../../images/check.png);
  background-repeat: no-repeat;
  background-position: 50px;
  height: 22px;
  width: 22px;
  position: absolute;
  left: -37px;
  border: 2px solid #8f8f8f;
  top: 1px;
  border-radius: 4px;
  cursor: pointer; }

input[type="checkbox"]:checked + div:before {
  background: url(../../images/check.png);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-color: #21A0D2; }

.loginLoginForm input {
  margin-bottom: 50px; }

.loginLoginForm label {
  margin-bottom: 10px; }

input:focus, textarea:focus {
  outline: none;
  border-color: #21A0D2; }

input[type="submit"] {
  background: #21A0D2;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  border: none; }
  input[type="submit"]:hover {
    cursor: pointer;
    background: white;
    border: 2px solid #21A0D2;
    color: #21A0D2;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.passwort-vergessen {
  font-size: 16px;
  color: #A6ADB4;
  position: absolute;
  width: calc(100% - 60px);
  right: 30px;
  bottom: 30px;
  border-top: 2px solid #EBEDED;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .passwort-vergessen a {
    color: #A6ADB4;
    text-decoration: none; }
    .passwort-vergessen a:hover {
      color: #21A0D2; }

/*modal*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 160, 210, 0.96);
  color: white;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  overflow: scroll;
  padding: 50px 0;
  overflow: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000; }

.modal-inner {
  max-width: 510px; }

.modal ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }

.modal li {
  margin-bottom: 7px; }

.verstanden {
  border: 2px solid white;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* margin-top: 30px; */
  font-weight: bold;
  text-transform: uppercase;
  font-size: .8em;
  width: 50%;
  margin: auto;
  margin-top: 40px; }
  .verstanden:hover {
    cursor: pointer;
    background-color: white;
    color: #21A0D2; }

/*frage --- antwort*/
.tab {
  display: none; }

.antwort-liste {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.antwort-container {
  width: 200px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 20px 10px 0 10px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .antwort-container:hover {
    cursor: pointer; }

input.box, .box {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2; }

input.box:hover + .antwort, .antwort-container:hover .antwort {
  color: white;
  background: #21A0D2; }

input:checked ~ .antwort {
  background: #21A0D2;
  color: white; }

.pic-container {
  height: 100%;
  width: 100%;
  background: #21A0D2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background-size: cover;
  background-position: center; }

.pic-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.antwort {
  width: 100%;
  background: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 20px 20px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease; }

.auswahlme .antwort {
  background-color: #21A0D2 !important;
  color: white !important; }

.antwort::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #21A0D2;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12px; }

.frage-container {
  background: white;
  padding: 30px; }

h3 {
  font-size: 32px;
  font-weight: normal;
  color: #21A0D2; }

h2 {
  font-size: 28px;
  font-weight: bold;
  color: #202124; }

.pagination {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: normal;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #A6ADB4; }
  .pagination span {
    margin-left: 40px; }
    .pagination span:hover {
      cursor: pointer; }
  .pagination span.active {
    color: #202124;
    font-weight: bold;
    position: relative; }
  .pagination span.step.active::after {
    content: "";
    display: block;
    background: #2a95f3;
    width: calc(100% + 14px);
    height: 5px;
    /* padding: 0 8px; */
    position: absolute;
    left: -7px; }
  .pagination span.finish {
    color: #202124;
    font-weight: bold; }
  .pagination span.step:not(.finish) {
    pointer-events: none; }
  .pagination span.next {
    pointer-events: all !important; }

main.main-fragen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

#fragebogen main.main-fragen {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.top-bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.fa-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

form#test {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.tab {
  height: calc(100% - 80px); }

.fa-container-flex {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.frage-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.antwort-liste {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%; }

.antwort-container:first-of-type {
  margin-left: 0; }

.antwort-container:last-of-type {
  margin-right: 0; }

.frage-container-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.frage-container-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center; }

button#prevBtn {
  background: none;
  border: 0;
  color: #21A0D2;
  font-size: 28px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  button#prevBtn:hover {
    cursor: pointer; }
  button#prevBtn::before {
    content: "←";
    padding-right: 10px; }

button:focus {
  outline: 0; }

.result2, .result3 {
  position: absolute;
  width: 200px;
  top: 20px;
  right: 38%;
  display: block; }

.result3 {
  top: 80px; }

.result4 {
  margin-left: 50px; }

.margin-20 {
  margin-top: 20px;
  padding: 0; }

.margin-top20 {
  margin-top: 20px; }

.margin-top10 {
  margin-top: 10px; }

.margin-bottom20 {
  margin-bottom: 20px; }

.margin-tm10 {
  margin-top: -10px; }

.einleit-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .einleit-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content > .nested-parent {
  background: 0;
  padding: 0; }

.nested-child {
  background: white;
  padding: 50px; }
  .nested-child h3 {
    margin-bottom: 20px; }
  .nested-child a {
    color: #21A0D2; }

.pulsgeber-box {
  padding-bottom: 25px;
  margin-bottom: 20px; }

.pulsgeber span {
  display: block;
  margin-top: -30px;
  margin-bottom: 20px;
  color: #21A0D2;
  font-size: 16px; }

.pulsgeber-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

h4 {
  font-size: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 15px; }

.puls-button {
  border: 1px solid #21A0D2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #21A0D2;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 6px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: inset 0 -12px 0px #21A0D2;
          box-shadow: inset 0 -12px 0px #21A0D2;
  margin-right: 10px; }
  .puls-button:last-child {
    margin-left: 10px;
    margin-right: 10px; }

.puls-button:hover {
  background: #21A0D2;
  color: white;
  cursor: pointer;
  border-bottom: 0;
  padding: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.pulsgeber-p h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 62%;
          flex: 1 1 62%;
  padding-right: 50px;
  margin-bottom: 25px; }

.puls-ergebnis {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  color: #21A0D2;
  font-size: 60px;
  font-weight: bold; }

#puls-restart {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: #B7B7B7;
  text-decoration: underline; }

input#alter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #21A0D2;
  height: 70px;
  color: #21A0D2;
  font-size: 28px;
  text-align: center; }

input#alter::-webkit-outer-spin-button,
input#alter::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input#alter[type=number] {
  -moz-appearance: textfield; }

.content .no-bg {
  background: none; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.flex-child {
  background: white;
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%; }

.flex-child:nth-child(3n + 3) {
  margin-right: 0; }

.flex-child:nth-child(3n + 1) {
  margin-left: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-intro-text {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #202124; }

.button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 -12px 0px #21A0D2;
          box-shadow: inset 0 -12px 0px #21A0D2;
  color: #21A0D2;
  background: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
  font-size: 18px;
  margin: 10px 10px 0 10px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration: none;
  text-align: center; }

.button:first-of-type {
  margin-left: 0; }

.button:last-of-type {
  margin-right: 0; }

.button--last {
  margin-right: 0; }

.button--f {
  margin-left: 0; }

.button--big {
  height: 158px;
  font-size: 48px; }

.button--big:first-of-type {
  margin-left: 0; }

input.button[type="submit"] {
  background: white;
  border-radius: 0;
  margin-top: 0;
  color: #21A0D2;
  font-weight: normal; }

input.button[type="submit"]:hover {
  border: inherit;
  background: #21A0D2;
  color: white; }

.button:hover {
  background: #21A0D2 !important;
  color: white;
  cursor: pointer;
  border-bottom: 0;
  padding: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.form-restart {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-right: 10px;
  padding: 0;
  margin-top: 10px; }

.content--pool-text {
  margin-top: 30px; }

.content--pool-text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #202124; }

.pool-video-list {
  margin-top: 40px; }

/*filter*/
.pool-frage-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5px; }

.filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  position: relative; }

.filter::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #21A0D2 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -34px; }

.filter-aus:before {
  display: none; }

.filter-l {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  margin-right: 15px; }

.filter-r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%; }

.filter-ch1 {
  height: 150px;
  background: white;
  -webkit-box-shadow: inset 0 -12px 0px #21A0D2;
          box-shadow: inset 0 -12px 0px #21A0D2;
  margin-bottom: 15px;
  height: 167px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #21A0D2;
  font-size: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.filter-ch2 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  background: white;
  height: 44px;
  -webkit-box-shadow: inset 0 -12px 0px #21A0D2;
          box-shadow: inset 0 -12px 0px #21A0D2;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #21A0D2;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0;
  opacity: .7; }

.filter-ch2::after {
  content: "";
  width: 100px;
  height: 12px;
  background: #cfcfcf;
  display: none; }

.filter-r--active .filter-ch2 {
  font-size: 18px;
  opacity: 1; }

.filter-r--active .filter-ch2::after {
  display: none; }

.filter-r::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute; }

.filter-r--active.filter-r::after {
  display: none; }

.filter-off {
  display: none; }

.display-none {
  display: none; }

form a {
  color: #21A0D2; }

.filter-ch1:hover, .filter-ch2:hover {
  background: #21A0D2;
  color: white;
  cursor: pointer; }

.filter-ch1.active, .filter-ch2.active {
  background: #21A0D2;
  color: white; }

.video-notactive .video-container {
  background: #AAAAAA;
  height: 136px;
  padding: 0; }

.video-notactive .video-intro-text {
  height: 50px; }

.video-notactive .video-intro-text::before {
  display: block;
  content: "";
  height: 12px;
  background: #E5E5E5;
  width: 100%;
  margin-top: 7px;
  display: none; }

.video-notactive .video-intro-text::after {
  display: block;
  content: "";
  height: 12px;
  background: #E5E5E5;
  width: 90%;
  margin-top: 12px;
  display: none; }

.empty-flex-wplaceholder {
  opacity: 0;
  margin-left: 0px; }

.video-notactive .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.video-notactive .video-container::after {
  content: "";
  /* background: white; */
  /* height: 30px; */
  /* width: 30px; */
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 28px;
  border-color: transparent transparent transparent #ffffff;
  /* position: absolute; */ }

.video-notactive .flex-child {
  opacity: 0.5; }

.menubgtrigger {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: 1;
  display: none; }

.burger {
  height: 60px;
  width: 100px;
  position: relative;
  z-index: 51;
  margin-left: 20px;
  margin-top: 20px; }
  .burger:hover {
    cursor: pointer; }

.burger-line {
  height: 5px;
  width: 54%;
  background: #fff;
  margin: auto;
  margin-top: 11px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  .burger-line:first-of-type {
    margin-top: 12px; }

#nav-trigger.nav-active {
  position: relative; }
  #nav-trigger.nav-active .burger-line1 {
    -webkit-transform: rotate(45deg) translate(12px, 10px);
        -ms-transform: rotate(45deg) translate(12px, 10px);
            transform: rotate(45deg) translate(12px, 10px);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  #nav-trigger.nav-active .burger-line2 {
    -webkit-transform: translate(-200px) scale(6, 5);
        -ms-transform: translate(-200px) scale(6, 5);
            transform: translate(-200px) scale(6, 5);
    background: #61616100; }
  #nav-trigger.nav-active .burger-line3 {
    -webkit-transform: rotate(-45deg) translate(13px, -10px);
        -ms-transform: rotate(-45deg) translate(13px, -10px);
            transform: rotate(-45deg) translate(13px, -10px);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }

.burger.menu-active .burger-line-middle {
  display: none; }

.burger.menu-active .burger-line.burger-line-top {
  -webkit-transform: rotate(45deg) translate(6px, 14px);
      -ms-transform: rotate(45deg) translate(6px, 14px);
          transform: rotate(45deg) translate(6px, 14px); }

.burger.menu-active .burger-line.burger-line-bottom {
  -webkit-transform: rotate(-45deg) translate(-3px, -6px);
      -ms-transform: rotate(-45deg) translate(-3px, -6px);
          transform: rotate(-45deg) translate(-3px, -6px); }

.menu-container {
  position: absolute;
  background: #21a0d2;
  min-width: 350px;
  min-height: 200px;
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 40px;
  display: none; }

.menu-container ul {
  list-style-type: none; }

.menu-container a {
  color: white;
  text-decoration: none;
  padding-left: 43px;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
  font-size: 24px; }
  .menu-container a:hover {
    text-decoration: underline; }

.menu-container a.small {
  font-weight: normal; }

.d-block {
  display: block; }

.displayblock {
  display: block; }

ul.babel {
  padding-right: 35px;
  /* position: absolute; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 12px; }

ul.babel a {
  margin-left: 0;
  padding: 0;
  text-transform: uppercase;
  opacity: .75;
  margin-bottom: 0; }

ul.babel a.active {
  opacity: 1; }

.babel li:first-child::after {
  content: "";
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  height: 100%;
  background: white;
  display: block;
  float: right; }

footer {
  height: 83px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.logout-link {
  margin: 0;
  position: relative;
  border-top: 1px solid #ffffff73;
  width: calc(100% - 0px);
  position: absolute;
  left: 0px;
  bottom: 0;
  padding-top: 5px; }
  .logout-link a {
    font-weight: 400;
    font-size: 1.2em;
    position: relative;
    z-index: 2; }

footer > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.footer-inner-container {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  position: relative; }

.footer-inner-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  font-size: 11px;
  color: #21A0D2; }

.developed {
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 20px; }

.footer-inner-container.developed::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 56%;
  background: #21A0D2;
  right: 0; }

.developed::before {
  content: "Auf Basis der"; }

.en-footer .developed::before {
  content: "Based on the"; }

.footer-inner-container img {
  height: 40px;
  margin-top: 13px; }

.partner {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.partner img {
  margin-right: 40px;
  height: 25px; }

.en-footer .partner::before {
  content: "Partner:"; }

.basf-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.mitarbeiter-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #21A0D2;
  margin-right: 20px;
  text-align: right;
  line-height: 1.4em; }

.kunde-logo {
  background: #21A0D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 165px;
  text-align: left; }
  .kunde-logo a {
    height: 47%;
    width: auto;
    width: 100%;
    text-align: center; }
  .kunde-logo img {
    height: 100%;
    width: 156px;
    display: block;
    text-align: center; }

_:-ms-fullscreen, :root .kunde-logo a {
  text-align: center; }

_:-ms-fullscreen, :root .kunde-logo img {
  display: inline !important; }

.footnav {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.footnav ul {
  list-style-type: none;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.footnav li {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footnav li a {
    text-decoration: none;
    color: #21A0D2;
    font-size: 18px;
    margin-left: 10px;
    text-transform: uppercase;
    opacity: .7; }
  .footnav li a:hover {
    opacity: 1; }
  .footnav li a.active {
    opacity: 1; }

.footnav li:last-child::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #21A0D2;
  display: block; }

.only-darkmode {
  display: none; }

.entspannung-content {
  height: auto; }

.minusmarg10 {
  margin-top: -10px; }

.flex-empty {
  background-color: transparent; }

/*profil*/
.minitablerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .minitablerow p {
    margin-bottom: 0; }

.minitable.mtleft {
  width: 20%; }

/*kontakt*/
.kontakt-frage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #21A0D2;
  color: #21A0D2;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  min-height: 80px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }
  .kontakt-frage:last-child {
    margin-bottom: 0; }
  .kontakt-frage:not(.a-active):hover {
    background: #21A0D2;
    color: white;
    cursor: pointer; }

.k-antwort {
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  color: #202124;
  font-size: .8em;
  font-weight: normal;
  border-top: 1px dotted #21A0D2;
  display: none; }
  .k-antwort ul, .k-antwort li {
    font-size: 1em;
    line-height: 1.4em; }
  .k-antwort ul {
    margin-top: 10px; }
  .k-antwort li {
    margin-bottom: 1px; }

.a-active .k-antwort {
  display: block; }

.kontakt-app__page {
  display: none; }

.kontakt-app__page1 {
  display: block; }

.page-active {
  display: block; }

.page-deactive {
  display: none; }

.kontakt-zurueck {
  color: #21a0d2;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold; }
  .kontakt-zurueck::before {
    content: "←"; }
  .kontakt-zurueck:hover {
    cursor: pointer;
    text-decoration: underline; }

.success {
  color: #21a0d2;
  font-size: 24px;
  font-weight: bold; }

.tarea-container {
  position: relative; }

textarea {
  height: 300px;
  padding-top: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  resize: vertical; }

.charleft {
  font-size: 14px;
  color: black;
  position: absolute;
  bottom: 40px;
  right: 10px; }

.hide {
  display: none; }

.k2-trigger:not(.kontakt-frage):hover {
  text-decoration: underline;
  cursor: pointer; }

/*Responsive start*/
@media only screen and (max-height: 850px) {
  .frage-container {
    padding: 20px; }
  h3 {
    font-size: 28px; }
  h2 {
    font-size: 24px; }
  .top-bar {
    height: 120px; }
  h1 {
    font-size: 36px; }
  .top-bar_right .logo1 {
    margin-right: 20px; }
  .top-bar_right img {
    height: 60px; } }

@media only screen and (max-width: 1400px) {
  .nested-child {
    padding: 20px; }
  .breite40 {
    width: 40%; }
  .content-right.breite50.no-bg.flex-container {
    width: calc(60% - 20px);
    margin-left: 20px; } }

@media only screen and (max-width: 1200px) {
  .antwort-liste {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px; }
  .antwort-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 6px 0; }
  .pic-container img {
    -o-object-position: 0px !important;
       object-position: 0px !important; }
  .pic-container {
    height: 224px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%; }
  .antwort {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    font-size: 18px; }
  .top-bar {
    height: 100px; }
  h1 {
    font-size: 32px; }
  .top-bar_right .logo1 {
    margin-right: 10px;
    margin-top: 9px;
    margin-left: 0; }
  .top-bar_right img {
    height: 32px; }
  .subhead {
    font-size: 1em; }
  .burger {
    height: 50px;
    margin-top: 10px;
    margin-left: 15px; }
  .top-bar_right {
    margin-right: 20px;
    display: block;
    font-size: 12px; }
  .top-bar_right .logo1 img {
    max-width: 160px; }
  h2, h3 {
    font-size: 24px; }
  button#prevBtn {
    font-size: 20px; }
  .fa-container {
    max-height: none; }
  main {
    width: calc(100% - 20px); }
  .top-bar_right img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }
  .top-bar_right .logo1 {
    margin-right: 28px; }
  .content-left {
    padding: 20px; }
  .content {
    margin-top: 0px; }
  .content > div {
    margin-top: 10px;
    font-size: 22px; }
  .content h2 {
    font-size: 28px; }
  .content .pool-frage-container h2 {
    margin-bottom: 0; }
  .content p {
    font-size: 1em;
    line-height: 1.5em; }
  .content ul {
    font-size: 1em;
    line-height: 1.5em; }
  .content-right.breite40 {
    width: 50%;
    margin-left: 10px; }
  footer {
    margin-top: 10px;
    margin-top: 70px; }
  .checkboxcontainer {
    margin-bottom: 20px; }
  .content-left.breite40.nested-parent {
    width: 50%;
    margin-right: 10px; }
  .margin-top10 {
    margin: 0; }
  .button {
    margin: 5px 5px 0 5px; }
  .button--big {
    height: 128px;
    font-size: 38px; }
  .fa-container.margin-20 {
    margin-top: 10px; }
  .pagination {
    margin-bottom: 20px; }
  .content-left.breite40.nested-parent.plan-tablet {
    width: 35%; }
  .content-right.breite50.no-bg.flex-container.plan-tablet {
    width: 65%;
    margin-left: 0px; }
  .content.margin-20 {
    margin-top: 0px; }
  .antwort-liste.plan-tablet {
    margin: 0; }
  .flex-child {
    margin: 5px; }
  .margin-tm10 {
    margin-top: -5px; }
  .pool-frage-container {
    margin-bottom: 5px; }
  .content-right.breite50.no-bg.flex-container {
    width: 50%;
    margin-left: 10px; }
  .filter-ch1 {
    height: 130px; }
  .filter-ch1, .filter-ch2 {
    margin-bottom: 10px; }
  .filter-l {
    margin-right: 10px; }
  .pool-video-list .flex-child, #entspannung .flex-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
    .pool-video-list .flex-child:nth-child(3n + 3), #entspannung .flex-child:nth-child(3n + 3) {
      margin-right: 10px; }
    .pool-video-list .flex-child:nth-child(2n + 1), #entspannung .flex-child:nth-child(2n + 1) {
      margin-left: 0px; }
    .pool-video-list .flex-child:nth-child(2n + 2), #entspannung .flex-child:nth-child(2n + 2) {
      margin-right: 0px; }
  .empty-flex-wplaceholder.pool-tablet {
    display: none; }
  .pool-tablet .button {
    margin-bottom: 20px; }
  .entspannung-content {
    margin-top: 5px; }
  #free-content .breite60 {
    width: 100%; }
  .footnav {
    display: none; } }

@media only screen and (max-width: 900px) {
  .only-desk {
    display: none; }
  .menu-container {
    min-width: auto;
    width: 100%; }
  .top-bar {
    min-height: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto; }
  .menu {
    padding: 14px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .subhead {
    font-size: .8em;
    padding-left: 0; }
  .top-bar_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    padding-left: 20px; }
  .top-bar_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .top-bar_right .logo1 {
    height: 30px;
    padding: 0;
    margin: 0; }
  .top-bar_right .logo1 img {
    max-width: unset;
    -o-object-position: left;
       object-position: left;
    width: 125px; }
  .top-bar_right .angebot-von {
    font-size: .8em;
    margin-bottom: 7px; }
  h1 {
    font-size: 5.5vw;
    margin: 0; }
  .burger {
    height: 22px;
    margin-left: 13px;
    width: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-left: 20px; }
  .burger-line:first-of-type {
    margin: unset; }
  .burger-line {
    height: 3px;
    margin: 0; }
  .top-bar_right .logo1 {
    border: 0;
    position: relative; }
  .frage-container {
    padding: 10px; }
  .antwort-liste {
    margin: 0; }
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .content-left.breite40.nested-parent, .content-right.breite50.no-bg.flex-container {
    width: 100%; }
  .content > div, .content li {
    font-size: 1em;
    line-height: 1.5em; }
  .content p:last-of-type {
    margin-bottom: 0px; }
  main {
    width: 100%; }
  .button--big {
    width: 90%;
    font-size: 1.5em;
    height: 80px; }
  .button--last.button--big {
    margin-bottom: 15px; }
  .content-right.breite50.no-bg.flex-container {
    margin-left: 0; }
  .menu-container {
    padding-top: 40px;
    top: 130px; }
  .menu-container a {
    font-size: 1.2em;
    margin-bottom: 24px;
    padding-left: 15px; }
  .burger.menu-active {
    top: 9px; }
  .burger.menu-active .burger-line.burger-line-top {
    position: absolute;
    -webkit-transform: rotate(45deg) translate(0px, 0px);
        -ms-transform: rotate(45deg) translate(0px, 0px);
            transform: rotate(45deg) translate(0px, 0px); }
  .burger.menu-active .burger-line.burger-line-bottom {
    -webkit-transform: rotate(-45deg) translate(0, 0px);
        -ms-transform: rotate(-45deg) translate(0, 0px);
            transform: rotate(-45deg) translate(0, 0px); }
  .content-left.breite40.nested-parent.plan-tablet {
    width: 100%; }
  h2, h3 {
    font-size: 1.2em; }
  .flex-child {
    width: 100%;
    margin: 5px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .content-right.breite50.no-bg.flex-container.plan-tablet {
    width: 100%; }
  .button {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 5px 0; }
  .antwort-liste {
    margin-top: 5px; }
  .antwort-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .antwort {
    font-size: 1em;
    padding: 20px 10px 20px 10px; }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px; }
  .pagination span {
    margin: 0; }
  .pagination span.step.active::after {
    width: calc(100% + 4px);
    left: -2px; }
  #fragebogen .frage-container-right button {
    position: absolute;
    width: 40%;
    right: 0;
    background: white;
    top: -50px;
    height: 40px; }
  #fragebogen .frage-container {
    position: relative;
    margin-top: 50px; }
  #fragebogen #q1 .frage-container {
    position: relative;
    margin-top: 0px; }
  .pulsgeber-p h4 {
    font-size: 1.3em; }
  .pulsgeber span {
    margin-top: 0;
    margin-bottom: 10px; }
  .pulsgeber-box {
    margin-top: 10px;
    margin-bottom: 0px; }
  input#alter {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%; }
  #bestatigen {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0; }
  #puls-restart {
    margin-top: 30px; }
  .puls-ergebnis {
    margin-top: 10px; }
  .filter-ch1 {
    height: 100px; }
  .filter-ch1, .filter-r--active .filter-ch2 {
    font-size: 16px; }
  .filter-ch1, .filter-ch2 {
    -webkit-box-shadow: inset 0 -6px 0px #21A0D2;
            box-shadow: inset 0 -6px 0px #21A0D2; }
  .filter-l, .filter-r {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .content h2 {
    font-size: 1.2em; }
  .pool-frage-container {
    margin-top: -15px; }
  .filter-container {
    margin-bottom: 5px; }
  .pool-video-list {
    margin-top: 0px; }
  .pool-video-list .flex-child, #entspannung .flex-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .pool-video-list .flex-child:nth-child(3n + 3), #entspannung .flex-child:nth-child(3n + 3) {
    margin-right: 0; }
  .pool-tablet .button {
    margin: 5px 0; }
  #free-content .margin-top20 {
    margin-top: 10px; }
  #free-content .antwort-liste {
    margin-top: 0px; }
  #entspannung .content > div {
    margin-top: 0; }
  #entspannung .breite50 {
    width: 100%; }
  .space-50v50 {
    margin-left: 0; }
  .empty-flex-wplaceholder.button {
    display: none; }
  #entspannung .content.content--pool-text.margin-20 {
    position: relative; }
  #entspannung .breite50.no-bg.flex-container.margin-tm10 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: 0px;
    padding-bottom: 160px; }
  #entspannung .content-right.breite50.nested-parent.entspannung-content.space-50v50 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static; }
  #entspannung .flex-container.margin-top10 {
    position: absolute;
    width: 100%;
    bottom: 0px; }
  .reiter-container {
    height: 62px;
    font-size: 21px; }
  .content-right.breite40 {
    width: 100%;
    margin-left: 0; }
  .content-left.breite50 {
    width: 100%;
    padding: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  label {
    font-size: 1.2em; }
  .loginLoginForm {
    padding-top: 20px; }
  .login-container, .register-container {
    padding: 10px; }
  .reiter-container_left, .reiter-container_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .loginLoginForm input {
    margin-bottom: 20px; }
  input, select {
    height: 42px;
    font-size: 1.1em;
    margin-bottom: 20px;
    margin-top: 5px; }
  .content > div {
    min-height: auto; }
  .register-form {
    padding-top: 20px; }
  .loginLoginForm label {
    margin-bottom: 0; }
  .passwort-vergessen {
    width: calc(100% - 20px);
    right: 10px;
    bottom: 13px;
    font-size: 12px; }
  /*
    .mobilestatus .login-container {
        display: none;
    }
    */
  #willkommen .fa-container {
    margin-top: 10px; }
  #willkommen h3 {
    margin-top: 10px;
    font-size: 1.4em; }
  footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .basf-place {
    background: white;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mitarbeiter-info {
    padding-left: 10px; }
  .kunde-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 19px; }
    .kunde-logo a {
      text-align: left;
      overflow: hidden; }
    .kunde-logo img {
      width: auto;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: left;
         object-position: left; } }

@media only screen and (min-width: 600px) and (max-width: 900px) {
  #mein-plan .flex-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-right: 10px;
    width: auto; }
  #mein-plan .flex-child:nth-child(2n + 2) {
    margin-right: 0px; }
  #mein-plan .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    margin-right: 10px;
    width: auto; }
  #mein-plan .flex-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-right: 10px;
    width: auto; }
  #mein-plan .flex-child:nth-child(2n + 2) {
    margin-right: 0px; }
  #fragebogen .antwort-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  #fragebogen .pic-container {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%; }
  #fragebogen .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 25px; }
  #fragebogen .pagination span {
    margin-left: 25px; }
  #pool .flex-child, #entspannung .breite50.flex-container .flex-child, #willkommen .flex-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-right: 10px;
    width: auto; }
  #pool .flex-child:nth-child(2n + 2), #entspannung .breite50.flex-container .flex-child:nth-child(2n + 2), #willkommen .flex-child:nth-child(2n + 2) {
    margin-right: 0px; }
  #pool .button, #entspannung .breite50.flex-container .button, #willkommen .button {
    margin: 5px 0;
    margin-right: 10px;
    width: 40%;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%; }
  #pool .button.button--last, #entspannung .breite50.flex-container .button.button--last, #willkommen .button.button--last {
    margin-right: 0; }
  #pool .content-right.breite50.no-bg.flex-container, #entspannung .breite50.flex-container .content-right.breite50.no-bg.flex-container, #willkommen .content-right.breite50.no-bg.flex-container {
    margin-top: 20px; }
  #entspannung .button {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-right: 10px; }
  #entspannung .button--last {
    margin-right: 0; }
  .logo1 {
    height: 70px;
    /* width: auto; */
    margin-right: 0;
    padding: 0; }
  .logo2 {
    height: 40px;
    padding: 0 14px; }
  h1 {
    font-size: 3.5vw; }
  .top-bar_right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content; }
  .top-bar_right .logo1 {
    margin-right: 0px; }
  .top-bar_right img {
    width: 100%;
    height: 100%; }
  .menu-container {
    top: 70px; } }

@media only screen and (max-width: 700px) {
  footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 25px;
    padding-top: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer-inner-container {
    min-height: 65px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer-inner-container img {
    margin-top: 16px; }
  .darkoffswitch, .footnav {
    display: none; }
  .footer-inner-container.developed::after {
    display: none; }
  .developed {
    width: 300px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 17px; }
  .footer-inner-container::before {
    margin-right: 10px;
    position: static; }
  .pic-container {
    width: 100%; }
  .modal {
    padding: 10px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1000; }
  .verstanden {
    margin-bottom: 20px; }
  #entspannung .frage-container {
    margin-bottom: 20px; } }

@media only screen and (max-width: 600px) {
  .top-bar_left {
    z-index: 2; }
  .menu-container {
    z-index: 1;
    top: auto; }
  .top-bar_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    padding: 0 10px;
    height: 47px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: -15px;
    padding-left: 17px; }
  .top-bar_right .logo1 {
    height: auto; }
  .top-bar_right .logo1 img {
    height: auto; }
  .top-bar_left {
    border: 0; }
  .burger-line {
    width: 100%; }
  .subhead {
    display: none; }
  .burger {
    margin-left: 17px;
    width: 30px; }
  .basf-place {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #21A0D2; }
  .mitarbeiter-info {
    font-size: 0.8em;
    text-align: right; }
  .kunde-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 115px;
    margin-left: auto; }
  .mooff {
    display: none; } }

/*DARK MODE*/
@media (prefers-color-scheme: dark) {
  body:not(.no-dark) {
    background-image: url(../../images/background-dark.jpg);
    background-color: #323232; }
    body:not(.no-dark) .frage-container, body:not(.no-dark) .button, body:not(.no-dark) .nested-child, body:not(.no-dark) .flex-child, body:not(.no-dark) input.button[type="submit"], body:not(.no-dark) .antwort, body:not(.no-dark) .filter-ch1, body:not(.no-dark) .filter-ch2, body:not(.no-dark) .content > div {
      background-color: #777777;
      color: #DADADA; }
    body:not(.no-dark) h2, body:not(.no-dark) .pagination span.finish, body:not(.no-dark) .pagination span.active, body:not(.no-dark) .video-intro-text, body:not(.no-dark) .content--pool-text h2, body:not(.no-dark) label, body:not(.no-dark) .content-left h2 {
      color: #DADADA; }
    body:not(.no-dark) .main-fragen .frage-container-right button {
      background: #767676 !important; }
    body:not(.no-dark) .puls-button {
      background-color: #5A5A5A;
      color: DADADA; }
    body:not(.no-dark) footer img {
      display: none; }
    body:not(.no-dark) footer img.no-dark-overright {
      display: initial; }
    body:not(.no-dark) .mitarbeiter-info {
      color: #DADADA; }
    body:not(.no-dark) .basf-place {
      background-color: #767676; }
    body:not(.no-dark) footer img.only-darkmode {
      display: inline; }
    body:not(.no-dark) footer, body:not(.no-dark) .reiter-container .active {
      background-color: #777777; }
    body:not(.no-dark) .reiter-container {
      background-color: #6a6a6a; }
    body:not(.no-dark) .footer-inner-container::before {
      color: white; }
    body:not(.no-dark) .footnav li a {
      color: white; }
    body:not(.no-dark) .footnav li:last-child::before {
      background-color: #cccccc; }
    body:not(.no-dark) input, body:not(.no-dark) textarea {
      background: #8a8a8a;
      color: #DADADA;
      border-color: #DADADA; }
    body:not(.no-dark) input::-webkit-input-placeholder {
      color: #6a6a6a; }
    body:not(.no-dark) input:-ms-input-placeholder {
      color: #6a6a6a; }
    body:not(.no-dark) input::-ms-input-placeholder {
      color: #6a6a6a; }
    body:not(.no-dark) input::placeholder {
      color: #6a6a6a; }
    body:not(.no-dark) input[type="submit"]:hover {
      background-color: #6a6a6a; }
    body:not(.no-dark) select {
      background-color: #8a8a8a;
      color: #DADADA;
      background-image: -o-linear-gradient(45deg, transparent 50%, #DADADA 50%), -o-linear-gradient(315deg, #DADADA 50%, transparent 50%);
      background-image: linear-gradient(45deg, transparent 50%, #DADADA 50%), linear-gradient(135deg, #DADADA 50%, transparent 50%); }
    body:not(.no-dark) .checkbox-content::before {
      border-color: #DADADA; }
    body:not(.no-dark) .content > .nested-parent, body:not(.no-dark) .content .no-bg {
      background: transparent; }
    body:not(.no-dark) .flex-empty {
      background-color: transparent; }
    body:not(.no-dark) .filter-ch1.active, body:not(.no-dark) .filter-ch2.active {
      background-color: #21A0D2;
      color: white; } }

body.yes-dark {
  background-image: url(../../images/background-dark.jpg);
  background-color: #323232; }
  body.yes-dark .frage-container, body.yes-dark .button, body.yes-dark .nested-child, body.yes-dark .flex-child, body.yes-dark input.button[type="submit"], body.yes-dark .antwort, body.yes-dark .filter-ch1, body.yes-dark .filter-ch2, body.yes-dark .content > div {
    background-color: #777777;
    color: #DADADA; }
  body.yes-dark h2, body.yes-dark .pagination span.finish, body.yes-dark .pagination span.active, body.yes-dark .video-intro-text, body.yes-dark .content--pool-text h2, body.yes-dark label, body.yes-dark .content-left h2 {
    color: #DADADA; }
  body.yes-dark .main-fragen .frage-container-right button {
    background: #767676 !important; }
  body.yes-dark .puls-button {
    background-color: #5A5A5A;
    color: DADADA; }
  body.yes-dark footer img {
    display: none; }
  body.yes-dark footer img.only-darkmode {
    display: inline; }
  body.yes-dark footer, body.yes-dark .reiter-container .active {
    background-color: #777777; }
  body.yes-dark .reiter-container {
    background-color: #6a6a6a; }
  body.yes-dark .footer-inner-container::before {
    color: white; }
  body.yes-dark .footnav li a {
    color: white; }
  body.yes-dark .footnav li:last-child::before {
    background-color: #cccccc; }
  body.yes-dark input, body.yes-dark textarea {
    background: #8a8a8a;
    color: #DADADA;
    border-color: #DADADA; }
  body.yes-dark input[type="submit"]:hover {
    background-color: #6a6a6a; }
  body.yes-dark select {
    background-color: #8a8a8a;
    color: #DADADA;
    background-image: -o-linear-gradient(45deg, transparent 50%, #DADADA 50%), -o-linear-gradient(315deg, #DADADA 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, #DADADA 50%), linear-gradient(135deg, #DADADA 50%, transparent 50%); }
  body.yes-dark .checkbox-content::before {
    border-color: #DADADA; }
  body.yes-dark .content > .nested-parent, body.yes-dark .content .no-bg {
    background: transparent; }
  body.yes-dark .flex-empty {
    background-color: transparent; }
  body.yes-dark .filter-ch1.active, body.yes-dark .filter-ch2.active {
    background-color: #21A0D2;
    color: white; }

/*safari 10.1*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    body#fragebogen form#test {
      display: block; }
    body#fragebogen .pic-container {
      height: 250px; } } }

/*Internet Explorer 11*/
@media all and (-ms-high-contrast: none) {
  .footer-inner-container.developed::after {
    top: 20px; }
  .babel li:first-of-type {
    padding-right: 10px;
    margin-right: 10px;
    position: relative; }
  .babel li:first-child::after {
    position: absolute;
    right: -10px;
    top: 2px; }
  .fa-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .antwort-liste {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  main.main-fragen {
    height: auto; }
  #willkommen .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  #free-content label {
    display: block; }
  .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .pulsgeber {
    margin-top: 30px; }
  .pic-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: auto; }
  #fragebogen main.main-fragen {
    height: 100%; }
  select::-ms-expand {
    display: none; }
  select:focus::-ms-value {
    background-color: none; } }

@media all and (-ms-high-contrast: none) and (max-width: 900px) {
  :first-of-type.burger-line {
    margin-top: 0; }
  .burger.menu-active .burger-line.burger-line-bottom {
    display: none; }
  .burger.menu-active .burger-line.burger-line-top {
    display: none; }
  .burger.menu-active .burger-line.burger-line-middle {
    display: block; } }

@media all and (-ms-high-contrast: none) and (min-width: 600px) and (max-width: 900px) {
  .menu-container {
    top: 60px; } }

@media all and (-ms-high-contrast: none) and (max-height: 850px) {
  .top-bar_right .logo1 img {
    height: auto; } }

.cc-revoke.cc-top {
  display: none; }

.datachange-container {
  padding: 25px 28px;
  background: #252e39;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #21A0D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.datachange-container__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  max-width: 1100px;
  margin-right: 40px; }
  .datachange-container__text a {
    color: white; }

.button-container {
  margin-left: auto; }

.dc-button {
  display: block;
  padding: 0.4em 0.8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  color: white;
  border-color: transparent;
  background-color: #21a0d2;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

#datachange {
  display: none; }
