:root {
  --monawhite: #fffcf3;
  --primary: #18b3d6;
  --greendark: #162629;
  --green-stumphorn: #2db39c;
  --black: black;
  --white: white;
  --maxwidth_desktop: 1024px;
  --headerheight: 80px;
  --heroheight: 700px;
  --brown2: #412720;
  --yellow-forkhorn: #cc921f;
  --red-peakhorn: #bf401d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--monawhite);
  font-family: Grandstander, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--monawhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luckiest Guy, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--monawhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luckiest Guy, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--monawhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luckiest Guy, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--monawhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grandstander, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--monawhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grandstander, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--monawhite);
  font-family: Grandstander, sans-serif;
  font-weight: 700;
}

img {
  display: inline-block;
}

strong {
  font-weight: bold;
}

.headerfixedlogowhite {
  height: 64px;
}

.footersection {
  background-color: #17262a;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footercontent {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1024px;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.footercontentleft {
  align-items: center;
  display: flex;
}

.footercontentright {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button {
  background-color: #0000;
  height: 48px;
  font-family: Inconsolata, monospace;
  text-decoration: underline;
}

.image-8 {
  width: 200px;
}

.textstyles {
  background-color: #000;
  padding-top: 100px;
  display: none;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.herosection {
  background-image: linear-gradient(#0006, #0000 25%);
  height: 700px;
}

.body {
  color: var(--monawhite);
  background-color: #fff8e5;
  font-weight: 300;
}

.herodesktopfront {
  z-index: 10;
  background-image: url('../images/MonaRisottoHeroDesktopFG.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.herodesktopbg {
  z-index: -100;
  background-image: url('../images/MonaRisottoHeroDesktopBG.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  position: absolute;
  inset: 0% 0% auto;
}

.herodesktopcharacter {
  z-index: -99;
  object-fit: contain;
  object-position: 50% 0%;
  height: 700px;
  display: block;
  position: absolute;
  inset: 0% 0% auto -20%;
}

.herocontentrightwrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 20px;
  display: flex;
}

.herocontentwrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  margin-top: -700px;
  padding-top: 120px;
  display: flex;
}

.woodpanelsection {
  height: 800px;
  margin-top: -80px;
}

.herotextwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/MonaRisottoWoodPanelDesktop.png');
  background-position: 50%;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 520px;
  padding: 30px 40px 50px;
  display: flex;
}

.woodpanel {
  z-index: 100;
  background-image: url('../images/MonaRisottoHeroWoodStemDesktop.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.herobuttonswrapper {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-top: -24px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.herotitletextwrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.heromobilebg, .heromobilecharacter {
  display: none;
}

.featureverticalwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.featurevertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 275px;
  display: flex;
}

.featureverticaltitle {
  font-family: Grandstander, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.downloadapplewrapper {
  border: 3px solid var(--monawhite);
  cursor: pointer;
  background-image: url('../images/AppStore.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  display: flex;
}

.mantikoasset {
  width: 240px;
  margin-top: -1250px;
  position: relative;
  left: 25%;
}

.heroplayasset {
  width: 60px;
}

.heroplaywrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.heroplayvideotittlewrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.videosection {
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.videowrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 100%;
  display: flex;
}

.closevideolinkblock {
  flex: 1;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  width: 100%;
}

.headercontentleft {
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  display: flex;
}

.headercontentright {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.headerstaticsection {
  z-index: 5000;
  background-image: linear-gradient(#0003, #0000);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.headerstaticcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  padding: 10px 20px;
  display: flex;
}

.downloadandroidwrapper {
  border: 3px solid var(--monawhite);
  cursor: pointer;
  background-image: url('../images/PlayStore.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  display: flex;
}

.aboutussection {
  background-color: var(--primary);
  background-image: url('../images/WoodHanddrawn_Seamless_1.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 1400px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 200px;
  display: flex;
}

.aboutuscontainer {
  justify-content: center;
  align-items: flex-start;
  max-width: 1024px;
  display: flex;
}

.aboutuscard {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--monawhite);
  flex-flow: column;
  max-width: 800px;
  margin-left: -60px;
  padding: 80px 140px 100px;
  display: flex;
}

.aboutustext {
  color: #093c47;
  text-align: left;
  max-width: 600px;
  font-size: 16px;
  line-height: 30px;
}

.aboutusportraits {
  z-index: 2000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 140px;
  padding-top: 120px;
  display: flex;
}

.quatschsection {
  background-color: #de5d4d;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.quatschcontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
  min-height: 48px;
  text-decoration: none;
  display: flex;
}

.buttontext {
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: underline;
  display: flex;
}

.quatschtextwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: var(--monawhite);
  text-align: left;
  margin-bottom: 0;
}

.heading-4.aboutustext {
  color: #0b5667;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 48px;
}

.aboutustext_line1 {
  color: #0b5667;
  max-width: 600px;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

.aboutus_portraitname {
  color: var(--greendark);
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 700;
}

.link-block-2.w--current {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 48px;
}

.aboutus_portraitwrapper {
  flex-flow: column;
  display: flex;
}

.aboutus_portraitasset {
  width: 100%;
}

.quatschheadline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 46px;
}

.stars_5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonialcardswrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonialchild {
  color: var(--greendark);
}

.testimonialcard {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 280px;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.masonry-grid {
  padding-bottom: 20px;
  display: block;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.testimonialsection {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5% 60px;
  display: flex;
}

.testimonialtext {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 568px;
  padding-bottom: 50px;
  display: flex;
}

.testimonialportrait {
  object-fit: cover;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.testimonialtextwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.testimonialcardtext, .greendark {
  color: var(--greendark);
}

.testimonialname {
  color: var(--greendark);
  font-family: Grandstander, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
}

.testimonial_showwrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.testimonialcard_fold {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 280px;
  padding: 20px;
  display: none;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.aboutuspreviewsection {
  display: none;
}

.aboutusdivideranimal {
  z-index: 5000;
  height: 50px;
  position: relative;
}

.aboutusdividerwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.herotitle, .heroplayvideotitle {
  font-family: Grandstander, sans-serif;
  font-weight: 900;
}

.opacity90 {
  opacity: .9;
}

.quatschtitlewrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  margin-bottom: -10px;
  display: flex;
}

.aboutusdivideranimalshadow {
  height: 50px;
  margin-top: -50px;
}

.mockupsection {
  background-color: #fffcf5;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -460px;
  padding-top: 250px;
  padding-bottom: 100px;
  display: flex;
}

.mockupcontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.mockuptext_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.mockupassetwrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.mockuptext_maxwidth {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.mockupbuttonwrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background-video-2 {
  z-index: 1;
  width: 417px;
  height: 362px;
}

.quatschbuttonwrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.mockupbuttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: -5px;
  display: flex;
}

.footer-row-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-row-title {
  opacity: .8;
  padding-bottom: 10px;
  padding-left: 0;
  font-weight: 500;
}

.footer-social-button-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.freeuntil-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.freeuntil-card {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c44620;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -20px;
  margin-right: -15px;
  padding: 10px 15px 5px;
  display: inline-block;
  position: relative;
  transform: rotate(5deg);
}

.freeuntil-title {
  text-align: center;
  width: 100%;
  font-family: Grandstander, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.freeuntil-subline {
  opacity: .8;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.freeuntilwrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.grid-section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gridcard {
  width: 100%;
  height: 300px;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gridcard---heutespeisekarte {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--green-stumphorn);
  background-image: linear-gradient(#2db39c99, #2db39c99), url('../images/WoodHanddrawn_Seamless.png');
  background-position: 0 0, 50%;
  background-size: auto, 700px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-3 {
  padding-right: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-4 {
  opacity: .9;
  font-size: 13px;
  transform: rotate(5deg);
}

.gridcard---speisekarte---subline {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.gridcard---speisekarte---textwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-12 {
  width: 40px;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gridcard---matheeltern {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
}

.text-block-3-copy {
  color: var(--greendark);
  text-align: center;
  letter-spacing: .5px;
  padding-right: 20px;
  font-family: Luckiest Guy, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 22px;
}

.gridcard---mathe---speechbubble {
  background-image: url('../images/Speechbubble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70%;
  padding-top: 11px;
  padding-left: 10px;
  display: flex;
}

.text-block-3-copy-copy {
  color: var(--monawhite);
  text-align: center;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
}

.gridcard---mathe {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-image: linear-gradient(#18b3d633, #18b3d633), url('../images/PatternFur_1.png');
  background-position: 0 0, 50%;
  background-size: auto, 240px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-16 {
  background-color: var(--monawhite);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-2 {
  background-color: var(--black);
}

.diysection {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fffcf5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.diycontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.diytextandform {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.diyassetwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.diytextwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.diychecklistwrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.diychecklistline_text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  display: flex;
}

.image-17 {
  width: 20px;
}

.diychecklistline {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primarybutton {
  background-color: var(--primary);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.textfield-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.textfield {
  color: var(--greendark);
  border-radius: 10px;
}

.image-18 {
  width: 400px;
}

.diyassetcolumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.diyasset-ausmalen {
  width: 100%;
}

.diyheaderbackground {
  background-color: var(--primary);
  width: 100%;
  height: 120px;
}

.textfield-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex;
}

.diyassets-row-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.diyassetanleitung {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .herodesktopcharacter {
    left: -185px;
  }
}

@media screen and (min-width: 1440px) {
  .herodesktopcharacter {
    left: -80px;
  }

  .quatschsection {
    background-color: #de5d4d;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
  }

  .quatschcontainer {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1024px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .link-block {
    display: flex;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .herodesktopcharacter {
    left: 10%;
  }

  .mantikoasset {
    left: 39%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .body {
    font-size: 14px;
  }

  .herodesktopcharacter {
    left: -35%;
  }

  .herocontentwrapper {
    padding-top: 129px;
  }

  .herotextwrapper {
    padding-left: 30px;
    padding-right: 20px;
  }

  .featureverticalwrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .featurevertical {
    flex: 1;
    max-width: 240px;
  }

  .mantikoasset {
    left: 18%;
  }

  .headerstaticcontainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .aboutussection, .aboutuscontainer {
    flex-flow: column;
  }

  .aboutuscard {
    margin-top: -100px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 120px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .aboutustext {
    font-size: 18px;
    line-height: 34px;
  }

  .aboutusportraits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .quatschcontainer {
    flex-flow: column;
  }

  .buttontext {
    text-align: center;
  }

  .quatschtextwrapper {
    width: 100%;
  }

  .aboutustext_line1 {
    font-size: 18px;
    line-height: 34px;
  }

  .aboutus_portraitwrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .aboutus_portraitasset {
    width: 140px;
  }

  .masonry-grid {
    flex-flow: column;
    display: flex;
  }

  .mockupsection {
    margin-top: -500px;
  }

  .mockupcontainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-video-2 {
    width: 320px;
    height: 275px;
  }

  .quatschbuttonwrapper {
    width: 100%;
  }

  .freeuntil-card {
    flex: 1;
    max-width: 240px;
  }

  .grid-section {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .diycontainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footercontentright {
    flex-flow: column;
  }

  .herodesktopcharacter {
    object-fit: cover;
    object-position: 100% 50%;
    left: -29%;
  }

  .herocontentrightwrapper {
    width: 70%;
  }

  .herocontentwrapper {
    padding-top: 70px;
  }

  .herobuttonswrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mantikoasset {
    left: 6%;
  }

  .aboutuscard {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quatschcontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mockupsection {
    margin-top: -560px;
  }

  .mockupcontainer {
    flex-flow: wrap-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mockupassetwrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .mockuptext_maxwidth {
    max-width: 1200px;
  }

  .diycontainer {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .diytextwrapper {
    max-width: 1200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .headerfixedlogowhite {
    height: 48px;
  }

  .footercontent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footercontentright {
    align-items: flex-start;
  }

  .body {
    font-size: 14px;
    line-height: 22px;
  }

  .herodesktopfront {
    display: none;
  }

  .herodesktopbg {
    height: 960px;
    display: none;
  }

  .herodesktopcharacter {
    display: none;
  }

  .herocontentrightwrapper {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herocontentwrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 920px;
    margin-top: 0;
    padding-top: 120px;
  }

  .woodpanelsection {
    margin-top: 176px;
  }

  .woodpanel {
    background-image: url('../images/MonaRisottoHeroWoodStemMobile.png');
    background-size: 100% 100%;
    height: 800px;
    padding-top: 40px;
  }

  .heromobilebg {
    z-index: -100;
    background-image: url('../images/MonaRisottoHeroMobile.jpg');
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 960px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heromobilecharacter {
    z-index: -99;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .featureverticalwrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .downloadapplewrapper {
    width: 150px;
    height: 50px;
  }

  .mantikoasset {
    margin-top: -1700px;
    left: 25%;
  }

  .headercontentright {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .headerstaticcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .downloadandroidwrapper {
    width: 150px;
    height: 50px;
  }

  .aboutussection {
    background-size: 120%;
  }

  .aboutuscard {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aboutustext {
    font-size: 16px;
    line-height: 28px;
  }

  .aboutusportraits {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-4.aboutustext {
    font-size: 34px;
  }

  .aboutustext_line1 {
    font-size: 16px;
    line-height: 28px;
  }

  .aboutus_portraitasset {
    width: 90px;
  }

  .mockupsection {
    margin-top: -250px;
  }

  .background-video-2 {
    width: 278px;
    height: 241px;
  }

  .grid-section {
    grid-template-columns: 1fr;
  }
}

#w-node-_9dc74274-c54c-37b7-ae00-acfb23574151-9d0df5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


