/* heebo-100 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/heebo-v5-latin-100.eot"); /* IE9 Compat Modes */
  src: local("Heebo Thin"), local("Heebo-Thin"),
    url("../fonts/heebo-v5-latin-100.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/heebo-v5-latin-100.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/heebo-v5-latin-100.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/heebo-v5-latin-100.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/heebo-v5-latin-100.svg#Heebo")
      format("svg"); /* Legacy iOS */
}
/* heebo-300 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/heebo-v5-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Heebo Light"), local("Heebo-Light"),
    url("../fonts/heebo-v5-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/heebo-v5-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/heebo-v5-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/heebo-v5-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/heebo-v5-latin-300.svg#Heebo")
      format("svg"); /* Legacy iOS */
}
/* heebo-regular - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/heebo-v5-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Heebo"), local("Heebo-Regular"),
    url("../fonts/heebo-v5-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/heebo-v5-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/heebo-v5-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/heebo-v5-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/heebo-v5-latin-regular.svg#Heebo")
      format("svg"); /* Legacy iOS */
}
/* heebo-500 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/heebo-v5-latin-500.eot"); /* IE9 Compat Modes */
  src: local("Heebo Medium"), local("Heebo-Medium"),
    url("../fonts/heebo-v5-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/heebo-v5-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/heebo-v5-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/heebo-v5-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/heebo-v5-latin-500.svg#Heebo")
      format("svg"); /* Legacy iOS */
}
/* heebo-700 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/heebo-v5-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Heebo Bold"), local("Heebo-Bold"),
    url("../fonts/heebo-v5-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/heebo-v5-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/heebo-v5-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/heebo-v5-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/heebo-v5-latin-700.svg#Heebo")
      format("svg"); /* Legacy iOS */
}
/* heebo-800 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/heebo-v5-latin-800.eot"); /* IE9 Compat Modes */
  src: local("Heebo ExtraBold"), local("Heebo-ExtraBold"),
    url("../fonts/heebo-v5-latin-800.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/heebo-v5-latin-800.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/heebo-v5-latin-800.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/heebo-v5-latin-800.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/heebo-v5-latin-800.svg#Heebo")
      format("svg"); /* Legacy iOS */
}
/* heebo-900 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/heebo-v5-latin-900.eot"); /* IE9 Compat Modes */
  src: local("Heebo Black"), local("Heebo-Black"),
    url("../fonts/heebo-v5-latin-900.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/heebo-v5-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/heebo-v5-latin-900.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/heebo-v5-latin-900.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/heebo-v5-latin-900.svg#Heebo")
      format("svg"); /* Legacy iOS */
}

.mobileNote {
  display: none;
}

b {
  font-weight: 500;
}

#closeCordova {
  float: left;
  font-size: 16px;
  background-color: #029fe3;
  display: none;
  border-radius: 4px;
  margin-right: 3px;

  overflow: hidden;
  width: 0;
}

#closeCordova.show {
  width: 34px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

#menuToggle {
  position: absolute;
  right: 20px;
  top: 17px;
  display: none;
}

.toast {
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 999999;
  padding: 15px;
  border-radius: 4px;
  color: white;
  font-weight: 400;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: fit-content;
  max-width: 500px;
  transform: translate(200%, 0);
  transition: 0.5s ease-out;
}

.toast.show {
  transform: translate(0, 0);
}

.toast b {
  font-weight: 500;
}

.toast.ok {
  background-color: #50c178;
}

.toast.ok:before {
  font-family: FontAwesome;
  content: "\f164";
  margin-right: 5px;
}

.toast.error {
  background-color: #a03232;
}

.toast.error:before {
  font-family: FontAwesome;
  content: "\f11a";
  margin-right: 5px;
}

html,
body {
  padding: 0px;
  margin: 0px;
  font-family: "Heebo";
  height: 100%;
  color: black;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  color: #484747;
}

body {
  padding-top: 52px;
}

.clear {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}

img {
  border: 0;
}

.positioner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* GRID-ELEMENTE */

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fflex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.col {
  margin: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  position: relative;
  -ms-flex: 1 1 400px;
  flex: 1 1 250px;
  margin-top: 30px;
  max-width: 100%;
}

/* HEADER */

header {
  background-color: #252525;
  padding: 10px;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

header #logo {
  width: 200px;
  height: auto;
  float: left;
}

header nav {
  float: right;
}

header nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  margin-top: 7px;
  transition: 0.1s;
}

header nav a.current,
header nav a:hover {
  color: #019fe3;
}

header nav a .fa {
  margin-right: 5px;
  opacity: 0.5;
}

/* SECTIONS */

section.pageContainer {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

section:not(.pageContainer):not(.nopad) {
  padding-top: 50px;
}

section .sectionHeadline {
  margin: 0;
  font-weight: 400;
  color: #019fe3;
}

section .sectionHeadline .btn {
  transform: translate(0, -5px);
}

section .sectionHeadline .fa {
  color: #484747;
  opacity: 0.5;
  font-size: 14px;
}

section p.hyphens {
  hyphens: auto;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 15px;
}

section .sectionDescriptive {
  color: gray;
  margin: 0;
  border-top: 1px solid lightgrey;
  padding-top: 20px;
  margin-top: 12px;
}

section .sectionDescriptive b {
  font-weight: 500;
}

section.white {
  background-color: white;
}

section.lightgray {
  background-color: #f9f9f9;
}

section.hidden {
  display: none;
}

section.paidSection *:not(h3):not(.paidFeature) {
  opacity: 0.75;
}

/* landingpage.inc */

#legalcheck {
  border: 1px solid #029fe3;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
  display: none;
  position: relative;
  padding-top: 18px;
  font-size: 13px;
}

#legalcheck:before {
  font-family: FontAwesome;
  content: "\f05a";
  margin-right: 5px;
  position: absolute;
  left: 50%;
  top: -16px;
  color: #029fe3;
  font-size: 22px;
  z-index: 999;
  background-color: white;
  padding-right: 7px;
  padding-left: 7px;
  transform: translate(-50%, 30px);
  opacity: 0;
  transition: 0.3s;
}

#legalcheck.opened:before {
  transform: translate(-50%, 0);
  opacity: 1;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s;
  transform: translate(0px, 5px);
  cursor: pointer;
  margin-right: 10px;
}
.toggle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  top: 1px;
  left: 1px;
  transition: all 0.3s;
}

.checkbox:checked + .toggle::after {
  left: 20px;
}
.checkbox:checked + .toggle {
  background-color: #019fe3;
}
.checkbox {
  display: none;
}

.pageVisibility {
  padding: 4px;
  color: #262626;
  font-size: 13px;
  font-weight: 500;
  margin-top: 30px;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  display: none;
}

.pageVisibility.show {
  display: block;
}

.pageVisibility.hidden {
  display: hidden;
}

.pageVisibility.visible {
  background-color: #50c178;
  padding: 15px;
  color: white;
}

.pageVisibility.notVisible {
  background-color: #e2e2e2;
}

.pageVisibility a {
  display: block;
  margin-top: 10px;
  font-size: 19px;
  text-decoration: none;
}

.pageVisibility a:hover {
  text-decoration: underline;
}

.paidFeature {
  font-size: 10px;
  background-color: #019fe3;
  color: white;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  margin-top: 7px;
  display: block;
  width: fit-content;
  transition: 0.5s;
  cursor: pointer;
}

.paidFeature:hover {
  background-color: #00b9d6;
  transform: scale(1.02);
}

.paidFeature:before {
  font-family: FontAwesome;
  content: "\f05a";
  margin-right: 5px;
}

#previewPage {
  display: none;
}

.progressBarContainer {
  background-color: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  display: none;
}

.progressBar {
  background-color: #019fe3;
  height: 10px;
  width: 10px;
  width: 0;
}

#profilePic {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  display: none;
}

#profilePic.visible {
  display: inline;
}

#wallpaperPic {
  height: auto;
  max-height: 200px;
  width: auto;
  max-width: 100%;
  display: none;
}

#wallpaperPic.visible {
  display: inline;
}

label:not(.toggle) {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #484747;
  margin-left: 5px;
}

input:not([type="checkbox"]),
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: inherit;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}

textarea {
  min-height: 100px;
  overflow-x: hidden;
  font-family: inherit;
  line-height: 1.8em;
}

input.invalid,
textarea.invalid {
  border-color: red;
}

input[type="file"] {
  font-size: 13px;
}

input[type="color"] {
  padding: 4px;
  height: 40px;
}

.inputAnnotation {
  font-weight: 500;
  font-size: 12px;
  padding: 5px;
  background-color: #eaeaea;
  width: fit-content;
  border-radius: 0 0 5px 5px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  color: #585858;
}

.inputAnnotation:before {
  font-family: FontAwesome;
  content: "\f05a";
  color: #019fe3;
  margin-right: 5px;
}

.testimonials .col {
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 4px;
}

.btn {
  background-color: #019fe3;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  color: white;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
}

.btn:active {
  transform: scale(0.9);
}

.btn.gray {
  background-color: #b7b7b7;
}

.btn.big {
  display: inline-block;
  border-radius: 5px;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn.big:after {
  margin-left: 10px;
  color: white;
  font-family: FontAwesome;
  content: "\f054\f054";
  font-size: 0.6em;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
}

/* abonnement */

.payments {
  text-align: center;
  margin-top: 40px;
}

.payments img {
  width: auto;
  height: 40px;
  margin: 10px;
}
.pricing {
  font-size: 11px;
  opacity: 0.5;
}

.fa-ul b {
  font-weight: 500;
}

.fa-li {
  color: #019fe3;
  margin-top: 2px;
}

.aboStart {
  background-color: #e4e4e4;
  padding: 20px;
  width: fit-content;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 500;
}

.aboStart h1 {
  margin: 0;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}

.aboStart.success {
  background-color: #65c398;
  color: white;
}

.aboStart.failed {
  background-color: #ab4f4f;
  color: white;
}

/* vorteil */

.priceOffer {
}

.priceOffer b {
  font-size: 20px;
}

.priceOffer b::before {
  content: "statt ";
  font-size: 12px;
  margin-right: 5px;
}

.priceOffer i {
  color: #b33c57;
  display: inline-block;
  font-style: normal;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 300;
}

.priceOffer i::before {
  content: "nur";
  font-size: 12px;
  margin-right: 5px;
}

/* online coaching */

iframe {
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  height: calc(100% - 53px);
  border: 0;
}

@media only screen and (max-width: 1030px) {
  header nav {
    float: none;
    clear: both;
    margin-top: 50px;
    display: none;
  }

  header nav a {
    display: block;
    padding: 14px;
  }

  #menuToggle {
    display: block;
  }
  #closeCordova {
    display: block;
  }
  .mobileNote {
    background-color: #d2e6df;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 10px;
  }

  section:not(.pageContainer):not(.nopad) {
    padding-top: 20px;
  }
  section.pageContainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn {
    display: block !important;
    margin-bottom: 10px;
    text-align: center;
  }

  .btn.inHeadline {
    display: inline-block !important;
    transform: scale(0.7) !important;
    transform-origin: left;
  }

  .btn.big {
    font-size: 15px;
  }

  section .sectionHeadline .btn {
    transform: translate(0, 0);
  }

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

  .inputAnnotation {
    margin-right: 0;
    width: 100%;
  }
  #logo {
    transform: scale(0.8);
    transform-origin: left;
  }
}
