@charset "UTF-8";
#__bs_notify__ {
  font-size: 1em !important;
  color: transparent !important;
  opacity: .75;
  height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5em;
  padding: 0 !important;
  top: .5em !important;
  right: .5em !important;
  background-color: #547f0d !important;
  border-radius: 50% !important;
  overflow: hidden;
}

#__bs_notify__:after {
  content: 'BS';
  position: absolute;
  color: #fff;
  top: .1em;
  left: .25em;
  font-size: .8em;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: #2d2d2e;
  font-family: 'Fira Sans', sans-serif;
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

p,
li {
  line-height: 1.6em;
}

input,
textarea,
button {
  font-family: inherit;
}

.inner {
  max-width: 43em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1200px) {
  .inner {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 2200px) {
  .inner {
    padding-left: 18%;
    padding-right: 18%;
  }
}

.inner-wide {
  max-width: none;
}

[v-show],
[v-if] {
  display: none;
}

h1 {
  text-transform: uppercase;
  line-height: .97em;
  margin: .35em 0 1em;
}

@media (min-width: 620px) {
  h1 {
    font-size: 2.8em;
  }
}

h2 {
  text-transform: uppercase;
  line-height: .97em;
  margin: .35em 0 .5em;
  font-weight: 200;
  font-size: 2.3em;
}

@media (min-width: 960px) {
  h2 {
    font-size: 4em;
  }
}

@media (min-width: 1700px) {
  h2 {
    font-size: 5.5em;
  }
}

h3 {
  text-transform: uppercase;
  font-size: 1.2em;
}

@media (min-width: 960px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  font-weight: 300;
  font-size: 1.5em;
}

.nav-main {
  margin-top: 1.6em;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

.nav-main a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: .5em;
}

.nav-main a span {
  font-weight: 600;
  font-size: 1em;
}

header {
  padding: 1em 2em;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.medisoft-logo {
  width: 12em;
  float: left;
  position: relative;
  z-index: 3;
}

@media (max-width: 619px) {
  .medisoft-logo {
    width: 7em;
    max-width: 50%;
  }
}

.part {
  min-height: 100vh;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intropart {
  text-align: left;
  min-height: 0;
  margin-top: -10vh;
}

@media (min-width: 620px) {
  .intropart .inner {
    padding: 0;
  }
}

.intropart strong {
  color: #51b9ee;
}

.text-1 {
  position: relative;
}

.text-1 .text-inner {
  opacity: 0;
}

.cover-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 23;
  top: 0;
  overflow: hidden;
}

.cover {
  background-color: #d9eeff;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
}

.basis6-animation-part .inner {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basis6-animation-part .arrow {
  position: fixed;
  width: 100%;
  bottom: 10vh;
  -webkit-animation: arrow 1s linear infinite;
          animation: arrow 1s linear infinite;
}

.basis6-animation-part .arrow img {
  width: 5em;
  height: 5em;
}

@media (max-width: 619px) {
  .basis6-animation-part .arrow img {
    width: 3em;
    height: 3em;
  }
}

@-webkit-keyframes arrow {
  0% {
    bottom: 10vh;
  }
  75% {
    bottom: 12vh;
  }
  100% {
    bottom: 10vh;
  }
}

@keyframes arrow {
  0% {
    bottom: 10vh;
  }
  75% {
    bottom: 12vh;
  }
  100% {
    bottom: 10vh;
  }
}

.image {
  padding-top: 15vh;
  width: 100%;
}

.image img {
  width: 100%;
}

.logo {
  width: 22em;
  position: relative;
  z-index: 150;
  left: 0;
  font-weight: 200;
}

@media (max-width: 619px) {
  .logo {
    width: 15em;
  }
}

.logo img {
  width: 100%;
}

.six {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -7.5em;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 100%;
  margin: 0 auto;
}

.six img {
  opacity: 0;
  -webkit-transform: scale(25);
      -ms-transform: scale(25);
          transform: scale(25);
  width: 7em;
}

.text-2 {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  float: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  margin-bottom: 3.5em;
}

.text-2 .text-inner {
  opacity: 0;
}

.part5 {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.part5 .image-container {
  height: 200px;
  overflow: auto;
  width: 50%;
  -webkit-transform: rotateY(40deg);
          transform: rotateY(40deg);
}

.part5 .hide {
  background-color: transparent;
  position: absolute;
  top: -10%;
  left: 0;
  height: 120%;
  width: 100%;
  z-index: 5;
}

.part5 .image-container-outer {
  position: relative;
}

.dark {
  background-color: #343434;
  background-image: url("../src/img/bg-dark.jpg");
  background-size: cover;
}

.bw {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.faster .image-container {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.faster .color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .faster .animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.faster .old {
  overflow: hidden;
}

.faster .spacer {
  opacity: 0;
  height: 100%;
}

.faster .old {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.faster .old img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.faster .new {
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.faster .line {
  z-index: 15;
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00b8ff;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 184, 255, 0.5);
          box-shadow: 2px 2px 15px 5px rgba(0, 184, 255, 0.5);
  opacity: 0;
}

.faster .text-container {
  padding-left: 5%;
  text-align: left;
}

@media (max-width: 959px) {
  .faster .text-container {
    margin: 5em 0;
  }
}

.faster h2 {
  font-weight: 200;
}

.faster .image-container-wrapper {
  text-align: center;
  margin: 2em 0;
}

.faster .image-container {
  display: inline-block;
}

@media (max-width: 959px) {
  .faster .image-container {
    max-width: 25em;
  }
}

.more-mobile {
  text-align: left;
}

.more-mobile .inner {
  width: 100%;
}

@media (min-width: 960px) {
  .more-mobile .text-container {
    width: 62%;
    float: left;
    z-index: 1;
    position: relative;
  }
}

@media (min-width: 960px) {
  .more-mobile .image-container {
    width: 50%;
    float: left;
    margin-left: -12%;
    position: relative;
  }
}

.more-mobile h2 {
  width: 70%;
  font-weight: 200;
}

@media (min-width: 960px) {
  .more-mobile .small-text-container {
    width: 70%;
    position: relative;
    left: 10em;
  }
}

@media (min-width: 1200px) {
  .more-mobile .small-text-container {
    width: 55%;
  }
}

.more-mobile .circles-and-arrows {
  position: relative;
}

@media (min-width: 960px) {
  .more-mobile .circles-and-arrows svg {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.more-mobile .circles-and-arrows .arrows {
  position: absolute;
  top: 0;
  left: 0;
}

.more-mobile #arrows {
  opacity: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
  padding-left: 1.25em;
  position: relative;
  margin-bottom: .5em;
}

ul li:before {
  content: '»';
  position: absolute;
  left: 0;
  color: #51b9ee;
}

.dark {
  color: #fff;
}

.part6 .image-container {
  position: relative;
}

.part6 .animation {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: absolute;
  top: 25%;
}

.part6 .animation img {
  position: relative;
  left: 17.5%;
  -webkit-transform: rotateY(-35deg) rotateZ(-5deg) skew(-12deg) scaleX(0.9);
          transform: rotateY(-35deg) rotateZ(-5deg) skew(-12deg) scaleX(0.9);
  width: 45%;
  height: 0%;
}

.head {
  background-color: #51b9ee;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: .15em .3em;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-left: -.25em;
}

@media (min-width: 960px) {
  .head {
    font-size: 2.3em;
  }
}

.more-organized {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 960px) {
  .more-organized .image-container {
    width: 60%;
    margin-left: -5%;
    float: left;
  }
}

.more-organized .image-container svg {
  width: 100%;
}

.more-organized .text-container {
  float: left;
  text-align: left;
}

@media (max-width: 959px) {
  .more-organized .text-container {
    margin: 5em 0;
  }
}

@media (min-width: 960px) {
  .more-organized .text-container {
    margin-top: 15vw;
    width: 45%;
  }
}

.more-organized .inner {
  width: 100%;
}

.more-intuitive {
  -webkit-box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05);
          box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05);
}

@media (min-width: 960px) {
  .more-intuitive svg {
    margin-top: -5vh;
  }
}

.more-intuitive .text-container {
  width: 60%;
  float: right;
  position: absolute;
  z-index: 1;
  right: 0;
  text-align: left;
  top: 3em;
  margin-right: 5%;
  padding-right: 5%;
}

@media (min-width: 960px) {
  .more-intuitive .text-container {
    width: 45%;
    margin-right: 0;
  }
}

@media (min-width: 1700px) {
  .more-intuitive .text-container {
    width: 40%;
    margin-right: 0;
  }
}

.more-intuitive .inner {
  padding: 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  min-height: 100vh;
}

@media (min-width: 960px) {
  .more-intuitive .inner {
    max-height: 100vh;
  }
}

.more-intuitive .image-container {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.more-intuitive svg {
  width: 100%;
}

.more-intuitive .content {
  text-align: left;
  opacity: 0;
}

@media (min-width: 960px) {
  .more-intuitive .content {
    position: absolute;
    bottom: 15%;
    width: 35%;
    right: 14%;
  }
}

.more-intuitive #bg1 {
  opacity: 0;
}

.more-intuitive .inner-extra {
  color: #fff;
}

@media (max-width: 959px) {
  .more-intuitive .inner-extra {
    padding: 0 5%;
    margin-top: -20vw;
  }
}

footer {
  overflow: hidden;
  padding: 3em 0;
}

footer a {
  text-decoration: none;
  padding-right: 1em;
}

@media (max-width: 449px) {
  footer a {
    display: block;
    padding: .5em 0;
  }
}

.legal {
  margin-top: .75em;
}

@media (min-width: 620px) {
  .legal {
    float: left;
  }
}

.social-media-block {
  float: right;
}

@media (max-width: 619px) {
  .social-media-block {
    float: none;
    clear: both;
    margin-top: 1em;
  }
}

.social-media-block li {
  padding: 0;
  float: left;
}

.social-media-block li:first-child a {
  padding-left: 0;
}

.social-media-block li:last-child a {
  padding-right: 0;
}

.social-media-block li:before {
  content: none;
}

.social-media-block li a {
  padding: .5em;
}

.social-media-block img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.more-individual {
  text-align: left;
  background-color: #f1f1f1;
  padding-top: 3em;
  padding-bottom: 3em;
}

.more-individual .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  .more-individual .image-container {
    width: 60%;
    float: right;
    margin-bottom: -4em;
    margin-top: 3em;
  }
}

.more-individual .text-container {
  clear: both;
  width: 100%;
}

@media (min-width: 960px) {
  .more-individual .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.more-individual .text-container .text-part1 {
  margin-right: 5%;
}

@media (min-width: 960px) {
  .more-individual .text-container .text-part1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-top: -3.5em;
  }
}

@media (min-width: 960px) {
  .more-individual .text-container .text-part2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}

.warn {
  color: #ac3d00;
}

.smarter {
  text-align: left;
}

.smarter .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.smarter .inner {
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 959px) {
  .smarter .inner {
    padding-top: 7em;
  }
}

@media (min-width: 960px) {
  .smarter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .smarter .inner {
    display: block;
  }
}

@media (max-width: 959px) {
  .smarter .text-container {
    padding-right: 5%;
  }
}

@media (min-width: 960px) {
  .smarter .text-container {
    position: absolute;
    width: 31%;
    padding-top: 6em;
  }
}

.smarter .image-container {
  width: 100%;
  float: right;
  position: relative;
}

@media (max-width: 959px) {
  .smarter .image-container {
    clear: both;
    width: 150%;
  }
}

.smarter .small-text-container {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 15;
}

.smarter h2 {
  margin-bottom: .25em;
}

#magni1,
#magni2,
#magni3,
#magni4 {
  opacity: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: -123% -2%;
      -ms-transform-origin: -123% -2%;
          transform-origin: -123% -2%;
}

#magni2,
#magni3,
#magni4 {
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

#hand {
  opacity: 0;
}

.contact-part {
  background-color: #d9eeff;
  text-align: left;
  position: relative;
  padding-top: 4em;
  padding-bottom: 6em;
}

.contact-part .image-container {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .contact-part .image-container {
    margin: 0;
    width: 35%;
    float: left;
    margin-right: 5%;
  }
}

.contact-part .text-container {
  padding-bottom: 6em;
}

@media (min-width: 960px) {
  .contact-part .text-container {
    width: 60%;
    float: left;
    max-width: 50em;
    padding-bottom: 3em;
  }
}

.contact-part .bubble1,
.contact-part .bubble2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}

.contact-part .bubble1 {
  -webkit-transform-origin: 80% 50%;
      -ms-transform-origin: 80% 50%;
          transform-origin: 80% 50%;
}

.contact-part .bubble2 {
  -webkit-transform-origin: 20% 20%;
      -ms-transform-origin: 20% 20%;
          transform-origin: 20% 20%;
}

.contact-part .heads {
  margin-bottom: 4em;
}

.contact-part .head {
  display: inline-block;
}

.contact-part .head1 {
  margin-left: -.25em;
}

@media (min-width: 620px) {
  .contact-part .head1 {
    margin-left: -.5em;
  }
}

.form-item {
  margin-bottom: 1em;
}

.form-item input,
.form-item select,
.form-item textarea {
  border: 0;
  padding: .75em 1em;
  width: 100%;
}

.form-item.textarea {
  margin-bottom: 0;
}

.form-item textarea {
  min-height: 10em;
  margin-bottom: -.2em;
  resize: vertical;
}

.form-item.checkbox {
  margin: 1em 0;
  overflow: hidden;
}

.form-item.checkbox input {
  float: left;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
}

.form-item.checkbox label {
  float: left;
  display: block;
  width: calc(100% - 2em);
}

button {
  margin-bottom: 2em;
  color: #fff;
  background-color: #51b9ee;
  border: 0;
  padding: .75em 1em;
  width: 100%;
}

.mission {
  font-size: 1.5em;
  padding: 1em 0;
  clear: both;
  background-color: #51b9ee;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.mission .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .2em 0 .4em;
}

@media (min-width: 960px) {
  .mission .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .7em;
  }
}

@media (min-width: 1200px) {
  .mission .inner {
    font-size: .9em;
  }
}

@media (min-width: 1700px) {
  .mission .inner {
    font-size: 1em;
  }
}

.mission .claim {
  margin: 0 calc(.25em + .35vw);
}

.mission .claim span {
  font-weight: 600;
  color: #fff;
  font-size: 2em;
  position: relative;
  top: .15em;
}

[id^='ind-text'],
[id^='ind-icon'] {
  opacity: 0;
}

.form-success,
.form-error {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  padding: .5em 1em;
  display: none;
}

.form-success {
  background-color: #51b9ee;
}

.form-error {
  background-color: #ac3d00;
}

.das-nicht-ausfuellen {
  height: 0;
  overflow: hidden;
  margin: 0;
}

.arrow {
  opacity: 1;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
}

body.scrolled .arrow {
  opacity: 0;
}
