@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 {
  color: #e34a3b;
  border-color: #e34a3b;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -ms-grid-column-align: center;
      justify-self: center;
}

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

.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 {
  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: -ms-grid;
  display: grid;
  -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 .download {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: download;
}

.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 {
  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;
}

.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 .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;
  font-family: TTNormsPro-Bold;
}

.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;
  font-family: TTNormsPro-Bold;
}

.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: -ms-grid;
  display: grid;
  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 {
  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 .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;
}

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

.section.how-its-done .mail .button {
  padding: 10px 17px;
  border: 2px solid;
  border-radius: 0.625em;
}

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

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

.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;
  min-height: 7vh;
  -ms-grid-rows: 9em 1fr 9em;
      grid-template-rows: 9em 1fr 9em;
      grid-template-areas: '.' 'footer' '.';
}

.section.impressum .footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: footer;
  row-gap: 4em;
}

.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 .text.impressum {
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.impressum .footer .text.data-protection {
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.impressum .footer .text.contact {
  -ms-grid-column-align: center;
      justify-self: center;
}

.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 .item {
  display: -ms-grid;
  display: grid;
  row-gap: 4em;
  max-width: 16.4em;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section.thank .item a {
  -ms-grid-column-align: center;
      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;
  -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 {
  background: transparent;
  border: solid black 0.15em;
  border-radius: 0.75em;
  padding: 0.418em;
  text-align: center;
  font-size: 1.25em;
  /* font-weight: bold; */
}

.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 */