@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: grid;
  grid-template-columns: 1fr 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 ." ". . .";
  /* @media screen and (max-width: 320px) and (orientation: portrait) {
      .download-popup{
  display: none;
      }
    } */
}
.section.intro .logo {
  grid-area: logo;
  width: 100%;
  max-width: 12em;
  justify-self: center;
}
.section.intro .header {
  display: none;
  grid-area: header;
}
.section.intro .slogan {
  grid-area: slogan;
  color: #e34a3b;
  text-align: center;
  justify-self: center;
  max-width: 10em;
}
.section.intro .aud-img {
  grid-area: image;
  justify-self: flex-end;
  filter: drop-shadow(5px 5px 14px rgba(0, 0, 0, 0.51));
}
.section.intro .screenshot-full {
  max-height: 10.5em;
  height: 13.5em;
  justify-self: center;
}
.section.intro .one-liner {
  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;
  align-self: baseline;
  justify-self: center;
}
.section.intro .button:active {
  background: #f3f305;
}
.section.intro .button.download {
  grid-area: download;
  cursor: pointer;
}
.section.intro .download-popup {
  display: none;
}
.section.intro .download-popup {
  grid-template-columns: 1fr auto auto 0.3em;
  grid-template-rows: 1fr auto auto 1fr;
  row-gap: 0.5em;
  grid-template-areas: ". . close ." ". text text ." ". box box ." ". . . .";
  position: absolute;
  box-sizing: border-box;
  font-size: 0.7em;
  right: 21.5%;
  top: 59.8em;
  border: 2px solid #e34a3b;
  border-radius: 0.7em;
  height: 12.4em;
  width: 7em;
  color: #e34a3b;
  text-align: center;
  z-index: 100;
}
.section.intro .download-popup .text {
  grid-area: text;
}
.section.intro .download-popup .box {
  display: grid;
  grid-area: box;
  row-gap: 0.1em;
  margin: auto;
}
.section.intro .download-popup .box a {
  text-decoration: none;
}
.section.intro .download-popup .select-device {
  font-size: 0.9em;
  border: 2px solid #e34a3b;
  color: #000000;
  border-radius: 0.9em;
  padding: 0.1em 0.5em;
}
.section.intro .download-popup .select-device:active {
  background: #e9e9b5;
}
.section.intro .download-popup .close {
  grid-area: close;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
}
.show-elements-side-by_side .section.intro {
  grid-template-columns: 1fr auto auto 1fr;
  grid-template-rows: 1fr auto auto auto 1fr;
  column-gap: 1.8em;
  grid-template-areas: ". . . . " ". header header ." ". slogan slogan ." ". text image ." ". . . .";
}
.show-elements-side-by_side .section.intro .download-popup {
  right: 28.5%;
  top: 0.2em;
}
.show-elements-side-by_side .section.intro > .logo, .show-elements-side-by_side .section.intro > .button.download {
  display: none;
}
.show-elements-side-by_side .section.intro .header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo menu download";
  column-gap: 2em;
  align-items: baseline;
}
.show-elements-side-by_side .section.intro .header .logo {
  grid-area: logo;
  width: 9em;
}
.show-elements-side-by_side .section.intro .header .menu {
  display: none;
  grid-area: menu;
  grid-auto-flow: column;
  white-space: nowrap;
  column-gap: 2em;
  justify-self: center;
}
.show-elements-side-by_side .section.intro .header .download {
  grid-area: download;
  padding: 0.3em 0.918em;
}
.show-elements-side-by_side .section.intro .slogan {
  max-width: 12em;
  align-self: center;
}
.show-elements-side-by_side .section.intro .one-liner {
  text-align: right;
  align-self: center;
  justify-self: right;
  max-width: 12em;
}
.show-elements-side-by_side .section.intro .screenshot-full {
  align-self: center;
  justify-self: left;
}
.show-elements-side-by_side .section.intro .one-liner .extra-text-for-bigger-screens {
  display: inline;
}

.section.purpose {
  display: grid;
  background: #dcf0a5;
  color: #468966;
  grid-template-columns: 1fr 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 {
  grid-area: headline;
  justify-self: center;
}
.section.purpose .headline .text {
  max-width: 12em;
  text-align: center;
}
.section.purpose .sub-headline {
  display: grid;
  grid-area: image;
}
.section.purpose .sub-headline .text {
  display: none;
}
.section.purpose .sub-headline .image {
  width: 100%;
  max-width: 17em;
  justify-self: center;
  border-radius: 0.625em;
}
.section.purpose .change-the-world {
  display: none;
}
.section.purpose .one-liner {
  justify-self: center;
  align-self: top;
  grid-area: one-liner;
}
.section.purpose .one-liner .text {
  max-width: 15em;
  text-align: center;
}
.section.purpose .download {
  grid-area: download;
  border-color: #468966;
  justify-self: center;
  cursor: pointer;
}
.section.purpose .download:active {
  background: #87c487;
}
.section.purpose .purpose-popup-form {
  display: none;
}
.section.purpose .purpose-popup-form {
  position: absolute;
  border: 2px solid #468966;
  border-radius: 0.8em;
  font-size: 0.7em;
  width: 7.2em;
  right: 9.5em;
  top: 333em;
  z-index: 100;
  box-sizing: border-box;
  grid-template-columns: 0.7em auto auto 0.7em;
  grid-template-rows: 1fr auto 1fr;
  grid-template-areas: ". . cls ." ". bx bx ." ". . . .";
}
.section.purpose .purpose-popup-form .p-close {
  grid-area: cls;
  cursor: pointer;
}
.section.purpose .purpose-popup-form .p-box {
  grid-area: bx;
  display: grid;
  text-align: center;
  row-gap: 0.7em;
}
.section.purpose .purpose-popup-form .p-box a {
  text-decoration: none;
}
.section.purpose .purpose-popup-form .p-box .p-select-device {
  cursor: pointer;
  border: 2px solid #468966;
  border-radius: 1em;
  color: #000000;
}
.section.purpose .purpose-popup-form .p-box .p-select-device:active {
  background: #539453;
}
.show-elements-side-by_side .section.purpose {
  grid-template-columns: 45% 55%;
  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-form {
  display: none;
}
.show-elements-side-by_side .section.purpose .headline {
  grid-area: headline;
  justify-self: right;
  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: grid;
  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;
  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: grid;
  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;
  justify-self: right;
  align-self: end;
}
.show-elements-side-by_side .section.purpose .one-liner {
  display: grid;
  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;
  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: grid;
  grid-area: header;
  max-width: 10em;
  text-align: center;
  justify-self: center;
}
.section.midi .image {
  grid-area: image;
  max-width: 15em;
  border: solid #ffffff 3px;
  border-radius: 20px;
  justify-self: center;
}
.section.midi .one-liner {
  display: grid;
  grid-area: one-liner;
  max-width: 18em;
  justify-self: center;
  text-align: center;
}
.section.midi .download {
  grid-area: download;
  color: #ffffff;
  border-color: #ffffff;
  justify-self: center;
}
.show-elements-side-by_side .section.midi {
  grid-template-columns: 1fr auto auto 1fr;
  grid-template-rows: 1fr auto auto 1fr;
  column-gap: 1.5em;
  row-gap: 4em;
  grid-template-areas: ". . . ." ". header header ." ". one-liner image ." ". . . .";
}
.show-elements-side-by_side .section.midi .header {
  grid-area: header;
  justify-self: center;
  max-width: 11em;
}
.show-elements-side-by_side .section.midi .one-liner {
  grid-area: one-liner;
  max-width: 13em;
  text-align: left;
}
.show-elements-side-by_side .section.midi .image {
  grid-area: image;
  align-self: center;
}
.show-elements-side-by_side .section.midi .download {
  display: none;
}

.rmPopup {
  border-radius: 1em !important;
}
.rmPopup .rmPopup__close {
  background-color: #e34a3b !important;
  transform: translate(-0.5em, 0.5em);
}
.rmPopup .rmBase__comp--input {
  text-align: center;
  border: solid 1px #e34a3b !important;
  box-shadow: none !important;
  color: #e34a3b !important;
}

.section.how-its-done {
  --subscribe-button-width: 100px;
  --subscribe-button-height: 50px;
  display: grid;
  background: #dcf0a5;
  color: #468966;
  grid-template-columns: 1fr auto auto 1fr;
  grid-template-rows: 1fr auto auto auto auto auto 1fr;
  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;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section.how-its-done .button {
  border: 1px solid;
  color: #468966;
}
.section.how-its-done .number {
  display: grid;
  border: 2px solid;
  color: #468966;
  text-align: center;
  border-radius: 50%;
  height: 2.35em;
  width: 2.375em;
  align-items: center;
}
.section.how-its-done .number.one {
  grid-area: a;
}
.section.how-its-done .number.two {
  grid-area: b;
}
.section.how-its-done .number.three {
  grid-area: c;
}
.section.how-its-done .headline {
  grid-area: headline;
  justify-self: center;
}
.section.how-its-done .text1 {
  grid-area: text1;
  max-width: 12em;
}
.section.how-its-done .text2 {
  grid-area: text2;
  max-width: 12em;
}
.section.how-its-done .text3 {
  grid-area: text3;
  max-width: 12em;
}
.section.how-its-done .newsletter.button {
  grid-area: newsletter;
  justify-self: center;
  padding: 1em 1em;
  background: #468966;
  color: #dcf0a5;
  margin-top: 0em;
  border-radius: 0.625em;
  cursor: pointer;
}
.show-elements-side-by-side .section.how-its-done {
  column-gap: 1em;
  row-gap: 3em;
}

.section.await-you {
  display: grid;
  background: #ffbabf;
  color: #96558a;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto auto 1fr;
  row-gap: 4em;
  grid-template-areas: ". . ." ". headline ." ". text ." ". . .";
}
.section.await-you .headline {
  grid-area: headline;
  max-width: 7em;
  justify-self: center;
  text-align: center;
}
.section.await-you .text {
  display: grid;
  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: grid;
  background: #73c6ff;
  color: #5345eb;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto auto 1fr;
  row-gap: 4em;
  grid-template-areas: ". . ." ". headline ." ". text ." ". . .";
}
.section.background .headline {
  grid-area: headline;
  justify-self: center;
}
.section.background .text {
  display: grid;
  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: grid;
  background: #ffbabf;
  color: #96558a;
  grid-template-columns: 1fr 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 {
  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;
  justify-self: center;
}
.section.people .gabriel {
  grid-area: gabriel;
}
.section.people .text {
  justify-self: center;
  max-width: 13em;
}
.section.people .text1 {
  grid-area: text1;
}
.section.people .markus {
  grid-area: markus;
}
.section.people .text2 {
  grid-area: text2;
}
.section.people .david {
  grid-area: david;
}
.section.people .text3 {
  grid-area: text3;
}
.show-elements-side-by_side .section.people {
  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: grid;
  grid-template-columns: 1fr auto auto auto 1fr;
  grid-template-rows: auto auto auto auto auto auto 1fr;
  row-gap: 4em;
  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 {
  grid-area: headline;
  max-width: 7em;
  text-align: center;
  justify-self: center;
}
.section.connect-one-another .text1 {
  grid-area: text1;
  max-width: 13em;
  text-align: center;
  justify-self: center;
}
.section.connect-one-another .mail {
  grid-area: mail;
  justify-self: center;
  width: 5em;
}
.section.connect-one-another .text2 {
  grid-area: text2;
  max-width: 15em;
  text-align: center;
  justify-self: center;
}
.section.connect-one-another .logos {
  display: grid;
  row-gap: 2em;
  grid-area: logo;
  justify-self: center;
}
.section.connect-one-another .logos .image {
  width: 3.5em;
}
.section.connect-one-another .logos .logo1 {
  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: 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;
  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: grid;
  grid-template-columns: 2em auto 2em;
  grid-template-rows: 3em 1fr 3em;
  grid-template-areas: ". . ." ". footer ." ". . .";
}
.section.impressum .footer {
  display: grid;
  grid-area: footer;
  row-gap: 3em;
}
.section.impressum .footer .logo {
  filter: invert(1);
  justify-self: center;
  max-width: 12em;
}
.section.impressum .footer .header {
  display: grid;
  justify-self: center;
  cursor: pointer;
}
.section.impressum .footer .contact-main {
  display: grid;
  row-gap: 0.7em;
}
.section.impressum .footer .contact-main .title {
  font-family: TTNormsPro-Bold;
}
.section.impressum .footer .sub-container {
  display: grid;
  row-gap: 1em;
}
.section.impressum .footer .support-text {
  max-width: 19em;
  text-align: center;
  justify-self: center;
}
.section.impressum .footer .rem {
  display: grid;
  margin: auto;
}
.section.impressum .footer .rem a {
  color: #ffffff;
  text-decoration: none;
}
.section.impressum .footer ol {
  display: grid;
  row-gap: 1em;
}
.section.impressum .footer ol a {
  color: #ffffff;
}
.section.impressum .footer ul {
  display: grid;
  row-gap: 0.3em;
  font-style: italic;
}
.section.impressum .footer .hide-contact {
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}
.section.impressum .footer .hide-support {
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}
.section.impressum .footer .hide-privacy {
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}
.section.impressum .footer .display-contact {
  display: grid;
  row-gap: 1em;
}
.section.impressum .footer .display-support {
  display: grid;
  row-gap: 1em;
}
.section.impressum .footer .display-privacy {
  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 {
  justify-self: center;
}
.show-elements-side-by_side .section.impressum .box {
  display: grid;
  grid-auto-flow: column;
  column-gap: 3em;
}
.show-elements-side-by_side .section.impressum .detail {
  text-align: right;
}

.section.thank {
  background: #ffffff;
  color: #000000;
  display: grid;
  padding-top: 4em;
  row-gap: 4em;
}
.section.thank .headline {
  justify-self: center;
}
.section.thank .text1 {
  max-width: 13.25em;
  justify-self: center;
  text-align: center;
}
.section.thank .item {
  display: grid;
  row-gap: 4em;
  max-width: 16.4em;
  justify-self: center;
}
.section.thank .item a {
  justify-self: center;
}
.section.thank .item a .image {
  width: 10em;
}
.section.thank .item a #thank-item-ilmkubator-image-id {
  width: 7em;
}
.section.thank .item a #thank-item-ptj-image-id {
  width: 5em;
}
.section.thank .item a #thank-item-engel-image-id {
  width: 7em;
}
.section.thank .item .texto {
  text-align: center;
}
.show-elements-side-by-side .section.thank .item {
  max-width: 28em;
}

* {
  margin: 0;
  padding: 0;
  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: 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 */
