@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 4020509, 2021-02-26T06:55:47-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTNormsPro-Bold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/bold/
 * 
 * Webfont: TTNormsPro-Normal by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/normal/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2016-2019 by TypeType. Designers Ivan Gladkikh, Pavel Emelyanov. Technical designers Vika Usmanova, Olexa Volochay, Nadyr Rakhimov, Yuri Nakonechny. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d591d");
@font-face {
  font-family: "TTNormsPro-Normal";
  src: url("webFonts/TTNormsProNormal/font.woff2") format("woff2"), url("webFonts/TTNormsProNormal/font.woff") format("woff");
}

@font-face {
  font-family: "TTNormsPro-Bold";
  src: url("webFonts/TTNormsProBold/font.woff2") format("woff2"), url("webFonts/TTNormsProBold/font.woff") format("woff");
}

.section.intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto auto auto auto 1fr;
      grid-template-rows: 1fr auto auto auto auto auto 1fr;
  row-gap: 3em;
  background: #f8e35c;
      grid-template-areas: '. . .' '. logo .' '. slogan .' '. image .' '. text .' '. download .' '. . .';
}

.section.intro .logo {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: logo;
  width: 100%;
  max-width: 12em;
      justify-self: center;
}

.section.intro .header {
  display: none;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: header;
}

.section.intro .slogan {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: slogan;
  color: #e34a3b;
  text-align: center;
      justify-self: center;
  max-width: 10em;
}

.section.intro .aud-img {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: image;
  justify-self: flex-end;
  -webkit-filter: drop-shadow(5px 5px 14px rgba(0, 0, 0, 0.51));
          filter: drop-shadow(5px 5px 14px rgba(0, 0, 0, 0.51));
}

.section.intro .screenshot-full {
  max-height: 10.5em;
  height: 13.5em;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.intro .one-liner {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: text;
  color: #e34a3b;
  text-align: center;
  max-width: 11.3em;
      justify-self: center;
}

.section.intro .one-liner .extra-text-for-bigger-screens {
  display: none;
}

.section.intro .button {
  border-color: #e34a3b;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.intro .button:active {
  background: #f3f305;
}

.section.intro .button.download {
  cursor: pointer;
}

.section.intro .main-popup-1 {
  display: none;
}

.section.intro .portrait-popup-holder {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
      justify-self: center;
      grid-template-columns: auto;
      grid-template-rows: auto auto;
      grid-template-areas: 'download' 'mp';
}

.section.intro .portrait-popup-holder .download {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
}

.section.intro .portrait-popup-holder .main-popup-1 {
  position: absolute;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: mp;
  justify-items: center;
  right: 0em;
}

.section.intro .portrait-popup-holder .main-popup-1 .triangle {
  fill: #e34a3b;
}

.section.intro .portrait-popup-holder .main-popup-1 .download-popup-1 {
  display: -ms-grid;
  display: grid;
  background: #f8e35c;
  border: 2px solid #e34a3b;
  border-radius: 0.7em;
  width: 7em;
  height: 7em;
  row-gap: 0.7em;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto 1fr;
      grid-template-rows: 1fr auto auto 1fr;
      grid-template-areas: '. . .' '. android .' '. ios .' '. . .';
}

.section.intro .portrait-popup-holder .main-popup-1 .download-popup-1 .android {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: android;
}

.section.intro .portrait-popup-holder .main-popup-1 .download-popup-1 .ios {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: ios;
}

.section.intro .portrait-popup-holder .main-popup-1 .download-popup-1 .select-device {
  border-radius: 0.4em;
  max-width: 5.8em;
}

.section.intro .main-popup {
  display: none;
}

.section.intro .popup-holder {
  display: none;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
  position: relative;
      grid-template-columns: auto;
      grid-template-rows: auto auto;
      grid-template-areas: 'download' 'mp';
}

.section.intro .popup-holder .download {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
}

.section.intro .popup-holder .main-popup {
  position: absolute;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: mp;
  justify-items: center;
  right: -1em;
}

.section.intro .popup-holder .main-popup .triangle {
  fill: #e34a3b;
}

.section.intro .popup-holder .main-popup .download-popup {
  display: -ms-grid;
  display: grid;
  background: #f8e35c;
  border: 2px solid #e34a3b;
  border-radius: 0.7em;
  width: 7em;
  height: 7em;
  row-gap: 0.7em;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto 1fr;
      grid-template-rows: 1fr auto auto 1fr;
      grid-template-areas: '. . .' '. android .' '. ios .' '. . .';
}

.section.intro .popup-holder .main-popup .download-popup .android {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: android;
}

.section.intro .popup-holder .main-popup .download-popup .ios {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: ios;
}

.section.intro .popup-holder .main-popup .download-popup .select-device {
  border-radius: 0.4em;
  max-width: 5.8em;
}

.show-elements-side-by_side .section.intro {
  -ms-grid-columns: 1fr auto auto 1fr;
      grid-template-columns: 1fr auto auto 1fr;
  -ms-grid-rows: 1fr auto auto auto 1fr;
      grid-template-rows: 1fr auto auto auto 1fr;
  -webkit-column-gap: 1.8em;
          column-gap: 1.8em;
      grid-template-areas: '. . . . ' '. header header .' '. slogan slogan .' '. text image .' '. . . .';
}

.show-elements-side-by_side .section.intro > .logo,
.show-elements-side-by_side .section.intro > .button.download,
.show-elements-side-by_side .section.intro > .portrait-popup-holder {
  display: none;
}

.show-elements-side-by_side .section.intro .header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
      grid-template-columns: auto 1fr auto;
      grid-template-areas: 'logo menu download';
  -webkit-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.show-elements-side-by_side .section.intro .header .logo {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: logo;
  width: 9em;
}

.show-elements-side-by_side .section.intro .header .menu {
  display: none;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: menu;
  grid-auto-flow: column;
  white-space: nowrap;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  -ms-grid-column-align: center;
      justify-self: center;
}

.show-elements-side-by_side .section.intro .header .popup-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
  padding: 0.3em 0.918em;
}

.show-elements-side-by_side .section.intro .header .portrait-popup-holder {
  display: none;
}

.show-elements-side-by_side .section.intro .slogan {
  max-width: 12em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.show-elements-side-by_side .section.intro .one-liner {
  text-align: right;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: right;
      justify-self: right;
  max-width: 12em;
}

.show-elements-side-by_side .section.intro .screenshot-full {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: left;
      justify-self: left;
}

.show-elements-side-by_side .section.intro .one-liner .extra-text-for-bigger-screens {
  display: inline;
}

.section.purpose {
  display: -ms-grid;
  display: grid;
  background: #dcf0a5;
  color: #468966;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto auto auto 1fr;
      grid-template-rows: 1fr auto auto auto auto 1fr;
  row-gap: 3em;
      grid-template-areas: ". . ." ". headline ." ". image ." ". one-liner ." ". download ." ". . .";
}

.section.purpose .headline {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: headline;
      justify-self: center;
}

.section.purpose .headline .text {
  max-width: 12em;
  text-align: center;
}

.section.purpose .sub-headline {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: image;
}

.section.purpose .sub-headline .text {
  display: none;
}

.section.purpose .sub-headline .image {
  width: 100%;
  max-width: 17em;
  -ms-grid-column-align: center;
      justify-self: center;
  border-radius: 0.625em;
}

.section.purpose .change-the-world {
  display: none;
}

.section.purpose .one-liner {
      justify-self: center;
  -ms-flex-item-align: top;
      align-self: top;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: one-liner;
}

.section.purpose .one-liner .text {
  max-width: 15em;
  text-align: center;
}

.section.purpose .download {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
  border-color: #468966;
      justify-self: center;
  cursor: pointer;
}

.section.purpose .download:active {
  background: #87c487;
}

.section.purpose .main-popup-2 {
  display: none;
}

.section.purpose .purpose-popup-holder {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
      justify-self: center;
      grid-template-columns: auto;
      grid-template-rows: auto auto;
      grid-template-areas: 'download' 'mp';
}

.section.purpose .purpose-popup-holder .download {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
}

.section.purpose .purpose-popup-holder .main-popup-2 {
  position: absolute;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: mp;
  justify-items: center;
  right: 0em;
}

.section.purpose .purpose-popup-holder .main-popup-2 .triangle {
  fill: #468966;
}

.section.purpose .purpose-popup-holder .main-popup-2 .download-popup-2 {
  display: -ms-grid;
  display: grid;
  background: #dcf0a5;
  border: 2px solid #468966;
  border-radius: 0.7em;
  width: 7em;
  height: 7em;
  row-gap: 0.7em;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto 1fr;
      grid-template-rows: 1fr auto auto 1fr;
      grid-template-areas: '. . .' '. android .' '. ios .' '. . .';
}

.section.purpose .purpose-popup-holder .main-popup-2 .download-popup-2 .android {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: android;
}

.section.purpose .purpose-popup-holder .main-popup-2 .download-popup-2 .ios {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: ios;
}

.section.purpose .purpose-popup-holder .main-popup-2 .download-popup-2 .select-device {
  border-radius: 0.4em;
  max-width: 5.8em;
}

.show-elements-side-by_side .section.purpose {
  -ms-grid-columns: 45% 55%;
      grid-template-columns: 45% 55%;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  gap: 0em;
      grid-template-areas: 'headline sub-headline' 'change-the-world one-liner';
}

.show-elements-side-by_side .section.purpose > div {
  padding: 2.5em 2.5em 2.5em 2.5em;
}

.show-elements-side-by_side .section.purpose .purpose-popup-holder {
  display: none;
}

.show-elements-side-by_side .section.purpose .headline {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: headline;
      justify-self: right;
  -ms-flex-item-align: top;
      align-self: top;
}

.show-elements-side-by_side .section.purpose .headline .text {
  width: 5em;
  text-align: right;
}

.show-elements-side-by_side .section.purpose .sub-headline {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sub-headline;
  background-color: #468966;
  color: #dcf0a5;
}

.show-elements-side-by_side .section.purpose .sub-headline .text {
  display: inline-block;
  max-width: 7em;
}

.show-elements-side-by_side .section.purpose .sub-headline .image {
  display: inline-block;
  margin-top: 2.5em;
  margin-bottom: -6em;
  -ms-grid-column-align: start;
      justify-self: start;
  width: 30em;
}

.show-elements-side-by_side .section.purpose .download {
  display: none;
}

.show-elements-side-by_side .section.purpose .change-the-world {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: change-the-world;
  background-color: #468966;
  color: #dcf0a5;
}

.show-elements-side-by_side .section.purpose .change-the-world .text {
  max-width: 6em;
  text-align: right;
  -ms-grid-column-align: right;
      justify-self: right;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.show-elements-side-by_side .section.purpose .one-liner {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: one-liner;
  padding-top: 0px;
  margin-top: 6em;
      justify-self: left;
}

.show-elements-side-by_side .section.purpose .one-liner .text {
  max-width: 15em;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  text-align: left;
}

.section.midi {
  display: none;
  background: #000000;
  color: #ffffff;
  grid-auto-columns: auto;
  grid-auto-rows: 1fr auto auto auto auto 1fr;
  row-gap: 3em;
      grid-template-areas: ' . ' ' header ' ' image ' ' one-liner ' ' download ' ' . ';
}

.section.midi .header {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: header;
  max-width: 10em;
  text-align: center;
      justify-self: center;
}

.section.midi .image {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: image;
  max-width: 15em;
  border: solid #ffffff 3px;
  border-radius: 20px;
      justify-self: center;
}

.section.midi .one-liner {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: one-liner;
  max-width: 18em;
      justify-self: center;
  text-align: center;
}

.section.midi .download {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
  color: #ffffff;
  border-color: #ffffff;
  -ms-grid-column-align: center;
      justify-self: center;
}

.show-elements-side-by_side .section.midi {
  -ms-grid-columns: 1fr auto auto 1fr;
      grid-template-columns: 1fr auto auto 1fr;
  -ms-grid-rows: 1fr auto auto 1fr;
      grid-template-rows: 1fr auto auto 1fr;
  -webkit-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 4em;
      grid-template-areas: '. . . .' '. header header .' '. one-liner image .' '. . . .';
}

.show-elements-side-by_side .section.midi .header {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: header;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 11em;
}

.show-elements-side-by_side .section.midi .one-liner {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: one-liner;
  max-width: 13em;
  text-align: left;
}

.show-elements-side-by_side .section.midi .image {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: image;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.show-elements-side-by_side .section.midi .download {
  display: none;
}

.section.how-its-done {
  --subscribe-button-width: 100px;
  --subscribe-button-height: 50px;
  display: -ms-grid;
  display: grid;
  background: #dcf0a5;
  color: #468966;
  -ms-grid-columns: 1fr auto auto 1fr;
      grid-template-columns: 1fr auto auto 1fr;
  -ms-grid-rows: 1fr auto auto auto auto auto 1fr;
      grid-template-rows: 1fr auto auto auto auto auto 1fr;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  row-gap: 4em;
      grid-template-areas: '. . . .' '. headline headline .' '. a text1 .' '. b text2 .' '. c text3 .' '. newsletter newsletter .' '. . . .';
  /* & > div {
    border-radius: 50%;
  } */
}

.section.how-its-done :root {
  --padding: 40px;
  --padding-2x: calc(var(--padding) * 2);
  --padding-half: calc(var(--padding) / 2);
  --border-radius: 20px;
}

.section.how-its-done .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #468966;
  /* Blue */
  border-bottom: 16px solid #468966;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.section.how-its-done .button {
  border: 1px solid;
  color: #468966;
}

.section.how-its-done .number {
  display: -ms-grid;
  display: grid;
  border: 2px solid;
  color: #468966;
  text-align: center;
  border-radius: 50%;
  height: 2.35em;
  width: 2.375em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section.how-its-done .number.one {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: a;
}

.section.how-its-done .number.two {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: b;
}

.section.how-its-done .number.three {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: c;
}

.section.how-its-done .headline {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: headline;
      justify-self: center;
}

.section.how-its-done .text1 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: text1;
  max-width: 12em;
}

.section.how-its-done .text2 {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: text2;
  max-width: 12em;
}

.section.how-its-done .text3 {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  grid-area: text3;
  max-width: 12em;
}

.section.how-its-done .newsletter {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: newsletter;
  gap: 2em;
  /** Subscribe button popup **/
  /* The popup triangle */
  /* Response */
}

.section.how-its-done .newsletter .mail {
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.how-its-done .newsletter .mail ::-webkit-input-placeholder {
  color: #468966;
  font-size: 0.7em;
  align-self: center;
}

.section.how-its-done .newsletter .mail :-ms-input-placeholder {
  color: #468966;
  font-size: 0.7em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section.how-its-done .newsletter .mail ::-ms-input-placeholder {
  color: #468966;
  font-size: 0.7em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section.how-its-done .newsletter .mail ::placeholder {
  color: #468966;
  font-size: 0.7em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section.how-its-done .newsletter .mail :hover {
  outline: none;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}

.section.how-its-done .newsletter .mail .button {
  padding: 9px 9px;
  max-width: 7em;
  border: 2px solid;
  border-radius: 0.625em;
}

.section.how-its-done .newsletter .mail :invalid {
  color: red;
  border-color: #468966;
}

.section.how-its-done .newsletter .mail .error-focus {
  color: red;
  border-color: red;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.9);
          box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.9);
}

.section.how-its-done .newsletter .subscribe {
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.how-its-done .newsletter .subscribe .button {
  padding: 10px 10px;
  background: #468966;
  color: #dcf0a5;
  margin-top: 0em;
  border-radius: 0.625em;
  cursor: pointer;
}

.section.how-its-done .newsletter .subscribe :hover {
  background: green;
}

.section.how-its-done .newsletter .subscribe :active {
  background: gray;
}

.section.how-its-done .newsletter .subscribe .error-focus {
  color: red;
  background: #dcf0a5;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.9);
          box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.9);
}

.section.how-its-done .newsletter .is-subscribing {
  pointer-events: none;
}

.section.how-its-done .newsletter #subscribe-button-popup {
  --popup-width: 75%;
  position: absolute;
  width: var(--popup-width);
  left: 12.5%;
  background-color: #dcf0a5;
  border: #468966 solid 1px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: var(--padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  overflow: auto;
  margin-top: 0.8em;
  /* GDPR details */
  /* Loading screen */
}

.section.how-its-done .newsletter #subscribe-button-popup.is-shown {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

.section.how-its-done .newsletter #subscribe-button-popup #gdpr-details {
  display: none;
}

.section.how-its-done .newsletter #subscribe-button-popup #gdpr-details.is-shown {
  display: block;
}

.section.how-its-done .newsletter #subscribe-button-popup #gdpr-details .section1 {
  padding: 1em 2em 1em 2em;
  text-align: left;
}

.section.how-its-done .newsletter #subscribe-button-popup #gdpr-details .section1 a {
  color: #468966;
  text-decoration: none;
}

.section.how-its-done .newsletter #subscribe-button-popup #gdpr-details .section1 .headline {
  font-family: TTNormsPro-Bold;
  margin-bottom: 0.5em;
}

.section.how-its-done .newsletter #subscribe-button-popup #subscribe-button-popup-loading-screen {
  display: none;
}

.section.how-its-done .newsletter #subscribe-button-popup #subscribe-button-popup-loading-screen.is-shown {
  display: block;
}

.section.how-its-done .newsletter #subscribe-button-popup #subscribe-button-popup-loading-screen #subscribe-button-popup-loading-screen-subscribing {
  text-align: center;
  margin: 1.5em 0;
}

.section.how-its-done .newsletter #subscribe-button-popup #subscribe-button-popup-loading-screen .loader {
  margin: auto;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.section.how-its-done .newsletter #popup-triangle {
  position: absolute;
  left: 10em;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

.section.how-its-done .newsletter #popup-triangle .triangle {
  fill: #468966;
  position: absolute;
  left: 0px;
  z-index: 100;
}

.section.how-its-done .newsletter #popup-triangle.is-shown {
  display: inline;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

.section.how-its-done .newsletter #subscribe-button-popup #subscribe-button-popup-response {
  display: none;
}

.section.how-its-done .newsletter #subscribe-button-popup #subscribe-button-popup-response.is-shown {
  display: inherit;
}

@media screen and (max-width: 319px) {
  .section.how-its-done .newsletter #subscribe-button-popup {
    left: 19%;
  }
}

@media screen and (max-width: 300px) {
  .section.how-its-done .newsletter #popup-triangle {
    left: 11.2em;
  }
}

@media screen and (min-width: 390px) and (max-width: 530px) {
  .section.how-its-done .newsletter #popup-triangle {
    left: 10.7em;
  }
}

@media screen and (min-width: 540px) {
  .section.how-its-done .newsletter #popup-triangle {
    left: 11.3em;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .section.how-its-done .newsletter #popup-triangle {
    left: 20em;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1930px) {
  .section.how-its-done .newsletter #popup-triangle {
    left: 22em;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1379px) {
  .section.how-its-done .newsletter #popup-triangle {
    left: 21em;
  }
}

.show-elements-side-by-side .section.how-its-done {
  -webkit-column-gap: 1em;
          column-gap: 1em;
  row-gap: 3em;
}

.section.await-you {
  display: -ms-grid;
  display: grid;
  background: #ffbabf;
  color: #96558a;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto 1fr;
      grid-template-rows: 1fr auto auto 1fr;
  row-gap: 4em;
      grid-template-areas: '. . .' '. headline .' '. text .' '. . .';
}

.section.await-you .headline {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: headline;
  max-width: 7em;
      justify-self: center;
  text-align: center;
}

.section.await-you .text {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: text;
  gap: 4em;
  justify-items: center;
  text-align: center;
}

.section.await-you .text1 {
  max-width: 16em;
}

.section.await-you .text2 {
  max-width: 17em;
}

.section.await-you .text3 {
  max-width: 14em;
}

.show-elements-side-by-side .section.await-you {
  row-gap: 3em;
}

.section.background {
  display: -ms-grid;
  display: grid;
  background: #73c6ff;
  color: #5345eb;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto 1fr;
      grid-template-rows: 1fr auto auto 1fr;
  row-gap: 4em;
      grid-template-areas: '. . .' '. headline .' '. text .' '. . .';
}

.section.background .headline {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: headline;
      justify-self: center;
}

.section.background .text {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: text;
  gap: 4em;
  justify-items: center;
  text-align: center;
}

.section.background .text1 {
  max-width: 17em;
}

.section.background .text2 {
  max-width: 17em;
}

.section.background .text3 {
  max-width: 17.5em;
}

.show-elements-side-by-side .section.background {
  row-gap: 3em;
}

.section.people {
  display: -ms-grid;
  display: grid;
  background: #ffbabf;
  color: #96558a;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr auto auto auto auto auto auto auto 1fr;
      grid-template-rows: 1fr auto auto auto auto auto auto auto 1fr;
  row-gap: 3em;
      grid-template-areas: '. . .' '. headline .' '. gabriel .' '. text1 .' '. markus .' '. text2 .' '. david .' '. text3 .' '. . .';
}

.section.people .headline {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: headline;
  max-width: 7em;
  text-align: center;
      justify-self: center;
}

.section.people .image {
  max-width: 7em;
  border-radius: 10px;
  border: 1px solid white;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.people .gabriel {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: gabriel;
}

.section.people .text {
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 13em;
}

.section.people .text1 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: text1;
}

.section.people .markus {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: markus;
}

.section.people .text2 {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: text2;
}

.section.people .david {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
  grid-area: david;
}

.section.people .text3 {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  grid-area: text3;
}

.show-elements-side-by_side .section.people {
  -webkit-column-gap: 1em;
          column-gap: 1em;
  row-gap: 3em;
}

.show-elements-side-by_side .section.people .text {
  max-width: 25em;
}

.show-elements-side-by_side .section.people .image {
  max-width: 10em;
}

.section.connect-one-another {
  background: #dcf0a5;
  color: #468966;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto auto 1fr;
      grid-template-columns: 1fr auto auto auto 1fr;
  -ms-grid-rows: auto auto auto auto auto auto 1fr;
      grid-template-rows: auto auto auto auto auto auto 1fr;
  row-gap: 4em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
      grid-template-areas: '. . . . .' '. headline headline headline .' '. text1 text1 text1 .' '. mail mail mail .' '. text2 text2 text2 .' '. logo logo logo .' '. . . . .';
}

.section.connect-one-another .headline {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: headline;
  max-width: 7em;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.connect-one-another .text1 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: text1;
  max-width: 13em;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.connect-one-another .mail {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: mail;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 5em;
}

.section.connect-one-another .text2 {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: text2;
  max-width: 15em;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.connect-one-another .logos {
  display: -ms-grid;
  display: grid;
  row-gap: 2em;
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: logo;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.connect-one-another .logos .image {
  width: 3.5em;
}

.section.connect-one-another .logos .logo1 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 2em;
}

.section.connect-one-another .logos .logo1 .youtube {
  width: 4.7em;
}

.section.connect-one-another .logos .logo2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 2em;
}

.section.connect-one-another .logos .logo2 .twitter {
  width: 4.7em;
}

.show-elements-side-by-side .section.connect-one-another {
  row-gap: 3em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
}

.show-elements-side-by-side .section.connect-one-another .logos {
  row-gap: 1.4em;
}

.show-elements-side-by-side .section.connect-one-another .mail {
  width: 5.2em;
}

.section.impressum {
  background: #000000;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2em auto 2em;
      grid-template-columns: 2em auto 2em;
  -ms-grid-rows: 3em 1fr 3em;
      grid-template-rows: 3em 1fr 3em;
      grid-template-areas: '. . .' '. footer .' '. . .';
}

.section.impressum .footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: footer;
  row-gap: 7em;
  -ms-flex-line-pack: start;
      align-content: start;
}

.section.impressum .footer .logo {
  -webkit-filter: invert(1);
          filter: invert(1);
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 12em;
}

.section.impressum .footer .header {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: center;
      justify-self: center;
  cursor: pointer;
}

.section.impressum .footer .contact-main {
  display: -ms-grid;
  display: grid;
  row-gap: 0.7em;
}

.section.impressum .footer .contact-main .title {
  font-family: TTNormsPro-Bold;
}

.section.impressum .footer .sub-container {
  display: -ms-grid;
  display: grid;
  row-gap: 1em;
}

.section.impressum .footer .support-text {
  max-width: 19em;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.impressum .footer .rem {
  display: -ms-grid;
  display: grid;
  margin: auto;
}

.section.impressum .footer .rem a {
  color: #ffffff;
  text-decoration: none;
}

.section.impressum .footer ol {
  display: -ms-grid;
  display: grid;
  row-gap: 1em;
}

.section.impressum .footer ol a {
  color: #ffffff;
}

.section.impressum .footer ul {
  display: -ms-grid;
  display: grid;
  row-gap: 0.3em;
  font-style: italic;
}

.section.impressum .footer .hide-contact {
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
}

.section.impressum .footer .hide-support {
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
}

.section.impressum .footer .hide-privacy {
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
}

.section.impressum .footer .display-contact {
  display: -ms-grid;
  display: grid;
  row-gap: 1em;
}

.section.impressum .footer .display-support {
  display: -ms-grid;
  display: grid;
  row-gap: 1em;
}

.section.impressum .footer .display-privacy {
  display: -ms-grid;
  display: grid;
  row-gap: 1em;
  padding: 0 3.5em;
}

.show-elements-side-by_side .section.impressum .footer {
  row-gap: 2em;
}

.show-elements-side-by_side .section.impressum .contact-main {
  -ms-grid-column-align: center;
      justify-self: center;
}

.show-elements-side-by_side .section.impressum .footer {
  row-gap: 5em;
}

.show-elements-side-by_side .section.impressum .box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-column-gap: 3em;
          column-gap: 3em;
}

.show-elements-side-by_side .section.impressum .detail {
  text-align: right;
}

.section.thank {
  background: #ffffff;
  color: #000000;
  display: -ms-grid;
  display: grid;
  padding-top: 4em;
  row-gap: 4em;
}

.section.thank .headline {
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.thank .text1 {
  max-width: 13.25em;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
}

.section.thank .show-partners {
  text-align: center;
  cursor: pointer;
}

.section.thank .hide-container {
  -ms-grid-column-align: center;
      justify-self: center;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
}

.section.thank .first-item,
.section.thank .display-container {
  display: -ms-grid;
  display: grid;
  row-gap: 4em;
  max-width: 16.4em;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.thank .first-item a,
.section.thank .display-container a {
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.thank .first-item a .image,
.section.thank .first-item a .f-image,
.section.thank .display-container a .image,
.section.thank .display-container a .f-image {
  width: 10em;
}

.section.thank .first-item a #thank-item-ilmkubator-image-id,
.section.thank .display-container a #thank-item-ilmkubator-image-id {
  width: 7em;
}

.section.thank .first-item a #thank-item-ptj-image-id,
.section.thank .display-container a #thank-item-ptj-image-id {
  width: 5em;
}

.section.thank .first-item a #thank-item-engel-image-id,
.section.thank .display-container a #thank-item-engel-image-id {
  width: 7em;
}

.section.thank .first-item .texto,
.section.thank .first-item .f-texto,
.section.thank .display-container .texto,
.section.thank .display-container .f-texto {
  text-align: center;
}

.show-elements-side-by-side .section.thank .item {
  max-width: 28em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  padding: env(safe-area-inset);
  -webkit-text-size-adjust: 110%;
}

body {
  font-family: TTNormsPro-Normal;
  width: 100%;
  min-width: 320px;
}

.color-burn {
  width: 100%;
  height: 100%;
  text-align: cover;
  position: absolute;
  background: radial-gradient(ellipse, white 0%, #828282 100%);
  z-index: 999;
  mix-blend-mode: color-burn;
  pointer-events: none;
}

.button {
  outline: none;
  background: transparent;
  border: solid 0.15em;
  border-radius: 0.75em;
  padding: 0.418em;
  text-align: center;
  font-size: 1.25em;
}

.container {
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.section {
  min-height: 100vh;
  width: 100%;
}

.section .headline-50 {
  font-size: 3.125em;
  font-family: TTNormsPro-Bold;
}

.section .headline-40 {
  font-size: 2.5em;
  font-family: TTNormsPro-Bold;
}

.section .headline-35 {
  font-size: 2.188em;
  font-family: TTNormsPro-Bold;
}

.section .headline-30 {
  font-size: 1.875em;
  font-family: TTNormsPro-Bold;
}

.section .text-20 {
  font-size: 1.25em;
}

.section .text-15 {
  font-size: 0.938em;
}

.section .text-10 {
  font-size: 0.5125em;
}
/*# sourceMappingURL=audanika.css.map */