:root {
  --white: white;
  --black: black;
}

.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 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Natompro Lokal, sans-serif;
  display: flex;
}

.navbar {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  cursor: nw-resize;
  background-color: #311e3b;
  background-clip: border-box;
  position: static;
}

.hero {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: center;
  align-items: center;
  width: 940px;
  height: 600px;
  line-height: 400%;
  display: flex;
}

.sloganb {
  border-radius: 0;
}

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

.functions {
  background-color: rgba(150, 124, 163, 0);
  width: 940px;
  margin-top: 0;
  font-family: Natompro Lokal, sans-serif;
  display: flex;
}

.aboutus {
  font-family: Latolokal, sans-serif;
}

.footer {
  background-color: #311e3b;
}

.container_heroimage {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 250px;
  font-family: Latolokal, sans-serif;
  line-height: 12px;
  display: flex;
}

.container_heroimage.home {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 600px;
  margin-left: 50px;
  font-family: Natompro Lokal, sans-serif;
}

.logo_anim {
  background-image: url('../images/PrintMyNest_AnimC.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 450px;
  height: 170px;
}

.logo-slogana {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-top: 137px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Latolokal, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Natompro Lokal, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.text-block-3 {
  color: #ecaa2d;
  margin-top: 10px;
  font-family: Lokal, sans-serif;
  font-weight: 700;
}

.textelemente {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Latolokal, sans-serif;
  font-weight: 700;
  display: flex;
}

.container_slogan_formular {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 350px;
  padding-left: 0;
  display: flex;
}

.step {
  text-align: center;
  border: 10px solid #311e3b;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  margin: 0 15px;
  font-family: Latolokal, sans-serif;
  display: flex;
}

.kreis {
  background-color: #fff;
  border-radius: 200px;
  width: 10px;
  height: 10px;
}

.text-block-4 {
  color: #fff;
  font-family: Latolokal, sans-serif;
  font-weight: 300;
}

.container_designs {
  max-width: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.design {
  align-items: center;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.design.printmynest {
  background-color: #311e3b;
  padding-left: 0;
  padding-right: 0;
}

.design_content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

.design_content.printmynest {
  margin-top: 50px;
}

.textbubble {
  color: #11001e;
  background-color: #11001e;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-width: 400px;
  height: 330px;
  padding-right: 40px;
  display: flex;
}

.textbubble.printmynest {
  text-align: center;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  align-self: center;
  align-items: center;
  padding-right: 0;
}

.image_a {
  background-color: #625fff;
  background-image: url('../images/Hamster.jpg');
  background-position: 200% 60%;
  background-repeat: repeat;
  background-size: auto;
  border: 10px #000;
  border-radius: 200px;
  align-items: center;
  width: 75%;
  height: 330px;
  font-family: Latolokal, sans-serif;
  display: flex;
}

.image_a.mushroom {
  background-image: url('../images/Art_HerzWatchbox_B.jpg');
  background-position: 100%;
  background-size: 60%;
}

.image_a.creepy {
  background-image: url('../images/Art_Spider_E.jpg');
  background-position: 100%;
  background-size: auto 600px;
}

.image_a.printmynest {
  background-image: url('../images/Watchbox_PrintMyNest.jpg');
  background-position: 0%;
  background-size: 130%;
  width: 100%;
}

.image_b {
  background-color: red;
  background-image: url('../images/Kaktus_Hamster.jpg');
  background-position: 100% 60%;
  background-size: 60%;
  border: 10px solid #11001e;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 100%;
  max-width: 900px;
  height: 350px;
}

.image_b.mushroom {
  background-image: url('../images/Pilz_Hamster_V2_1.jpg');
}

.image_b.creepy {
  background-image: url('../images/Art_Spider_C.jpg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: 60%;
}

.image_b.logo {
  background-image: none;
  width: 0%;
  overflow: visible;
}

.image_c {
  background-color: #fff;
  background-image: url('../images/Kaktus_Watchbox.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 200px;
  width: 350px;
  height: 350px;
  margin-left: 30px;
}

.image_c.mushroom {
  background-image: url('../images/Herz_BOX_V2.jpg');
}

.image_c.creepy {
  background-image: url('../images/Skull_Watchbox.jpg');
}

.bold-text {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Natompro Lokal, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}

.bold-text-2 {
  color: #bd1aa2;
  -webkit-text-stroke-color: #82198a;
  font-size: 24px;
}

.bold-text-3 {
  font-family: Latolokal, sans-serif;
  font-size: 18px;
}

.bold-text-4, .bold-text-5 {
  font-size: 18px;
}

.designtext {
  color: #fff;
  font-family: Latolokal, sans-serif;
  font-weight: 300;
}

.text-span {
  color: #fff;
  font-family: Lokal, sans-serif;
  font-size: 18px;
}

.design_title {
  color: #bd1aa2;
  font-family: Lokal, sans-serif;
  font-size: 22px;
}

.design_title.rainbow, .design_title.creepy {
  color: #bd1aa2;
}

.design_title.printmynest {
  color: #834b99;
  font-weight: 400;
}

.link-block {
  background-color: #ecaa2d;
  border: 1px solid #d36f6f;
  border-radius: 0;
}

.button_colour {
  background-color: #ff9100;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 12px;
  text-decoration: none;
  display: flex;
}

.button_colour:hover {
  background-color: #ffce8e;
}

.button_colour.printmynest {
  background-color: #ff9100;
}

.button_colour.printmynest:hover {
  background-color: #ffce8e;
}

.text-block-6 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Latolokal, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-7 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Latolokal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-8 {
  font-style: normal;
  text-decoration: none;
}

.button {
  color: #000;
  align-self: auto;
  font-family: Lokal, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button.printmynest {
  align-self: center;
}

.div-block-2 {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 22px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.text-span-2 {
  text-decoration: none;
}

.link-block-3 {
  padding: 10px;
  font-family: Natompro Lokal, sans-serif;
  text-decoration: none;
  display: block;
}

.link-block-3.agb {
  display: none;
}

.text-block-9 {
  color: #fff;
  font-family: Latolokal, sans-serif;
  font-weight: 400;
}

.text-block-9:hover {
  color: #c4d896;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.text-block-10 {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  justify-content: center;
  font-family: Natompro Lokal, sans-serif;
  font-weight: 300;
  display: flex;
}

.text-span-3 {
  color: #ecaa2d;
}

.bold-text-7 {
  color: #fff;
}

.trennlinie {
  background-color: #311e3b;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 700px;
  height: 10px;
}

.bold-text-8 {
  font-weight: 300;
}

.div-block-4 {
  width: 75%;
  max-width: 900px;
  display: block;
}

.container-2 {
  aspect-ratio: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-5 {
  opacity: 1;
  cursor: nw-resize;
  mix-blend-mode: normal;
  background-image: url('../images/NavBar_Logo_weiss.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  height: 35px;
  margin-left: 50px;
}

.nav_logo {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
}

.nav_language {
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_language:hover {
  color: #ffce8e;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.text-block-11 {
  text-transform: uppercase;
  font-family: Latolokal, sans-serif;
  font-weight: 300;
}

.div-block-7 {
  flex: 1;
}

.hero_subpage {
  width: 100%;
  font-family: Natompro Lokal, sans-serif;
}

.title_subpage {
  letter-spacing: 0;
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.text {
  padding-bottom: 0;
  font-family: Natompro Lokal, sans-serif;
}

.bold-text-9, .bold-text-10 {
  font-weight: 300;
}

.bold-text-11 {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.text-span-4, .bold-text-12, .bold-text-13 {
  font-weight: 300;
}

.pmn_link {
  color: rgba(255, 255, 255, .55);
  font-weight: 300;
  text-decoration: none;
}

.pmn_link:hover {
  color: #9bfaff;
}

.pmn_link:focus {
  color: rgba(255, 255, 255, .55);
}

.pmn_link:focus-visible {
  color: rgba(255, 255, 255, .55);
}

.pmn_link[data-wf-focus-visible] {
  color: rgba(255, 255, 255, .55);
}

.titlesubpage_text {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 0;
  padding-left: 100px;
  font-family: Natompro Lokal, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.impressum-ds-agb {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #72e1ff;
}

.link-2 {
  -webkit-text-stroke-color: rgba(255, 255, 255, .55);
  text-decoration: underline;
}

.container-3 {
  font-family: Latolokal, sans-serif;
}

.container_functions {
  margin-left: 0;
}

.imagea2 {
  display: flex;
}

.nav_bar_right {
  display: block;
}

.nav_aboutus_subpages {
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: none;
}

.nav_aboutus_subpages:hover {
  color: #ffce8e;
}

.nav_aboutus_subpages.w--current {
  display: none;
}

.bold-text-14, .bold-text-15 {
  font-weight: 300;
}

.bold-text-16, .bold-text-17 {
  font-weight: 700;
}

.text-span-5 {
  font-family: Natompro Lokal, sans-serif;
}

.step_de {
  text-align: center;
  border: 10px solid #311e3b;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  margin: 0 15px;
  font-family: Latolokal, sans-serif;
  display: flex;
}

.text-block-12 {
  font-family: Latolokal, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.language {
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Latolokal, sans-serif;
  font-weight: 300;
}

.line {
  color: #fff;
}

.nav_de {
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_de:hover {
  color: #ffce8e;
}

.nav_de.w--current {
  color: #ff9100;
}

.nav_en {
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_en:hover {
  color: #ffce8e;
}

.nav_en.w--current {
  color: #ff9100;
}

.footer-copy {
  background-color: #311e3b;
}

.footer_en {
  background-color: rgba(25, 44, 53, 0);
}

.impressum {
  color: #fff;
  font-family: Latolokal, sans-serif;
  font-weight: 400;
}

.impressum:hover {
  color: #c4d896;
}

.imprint {
  color: #fff;
  font-family: Natompro Lokal, sans-serif;
  font-weight: 400;
}

.imprint:hover {
  color: #c4d896;
  -webkit-text-stroke-color: #9ffff9;
}

.impressum-copy {
  color: #fff;
  font-family: Latolokal, sans-serif;
  font-weight: 400;
}

.impressum-copy:hover {
  color: #ffce8e;
}

.dataprivacy {
  color: #fff;
  font-family: Natompro Lokal, sans-serif;
  font-weight: 400;
}

.dataprivacy:hover {
  color: #c4d896;
}

.terms_conditions {
  color: #fff;
  font-family: Latolokal, sans-serif;
  font-weight: 400;
}

.terms_conditions:hover {
  color: #ffce8e;
}

.button_subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-3, .link-4 {
  text-decoration: none;
}

.language_main {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-left: 5px;
  padding-left: 0;
  font-family: Latolokal, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.language_main:hover {
  color: #fff;
}

.language_sub {
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Latolokal, sans-serif;
  font-weight: 300;
}

.language_sub:hover {
  color: #ffce8e;
}

.text-block-13 {
  color: #fff;
  padding-bottom: 8px;
  font-family: Latolokal, sans-serif;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.shop-link {
  color: #fff;
  font-family: Latolokal, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.shop-link:hover {
  color: #ffce8e;
}

.link-block-4 {
  text-decoration: none;
}

.check {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  width: 20px;
  height: 25px;
}

.text_function {
  color: #fff;
  padding-top: 5px;
  padding-left: 15px;
  font-family: Natompro Lokal, sans-serif;
}

.single_function {
  margin-top: 10px;
  display: flex;
}

.slogan {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: auto;
}

.box_formular {
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 680px;
  margin-top: -150px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.text-block-14 {
  color: #91c025;
  letter-spacing: 1px;
  font-family: Natompro Lokal, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.content_formular {
  margin-top: -200px;
}

.logo {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  display: flex;
}

.codebox {
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 360px;
  padding-top: 195px;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.bold-text-25 {
  color: #fff;
}

.text-span-6 {
  font-family: Roboto Lokal, sans-serif;
}

.link-5 {
  text-decoration: none;
}

.impressum_content {
  margin-top: 80px;
}

.text-block-15 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  font-family: Natompro Lokal, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-16 {
  color: #fff;
  text-transform: none;
  margin-top: 25px;
  font-family: Natompro Lokal, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-6:hover {
  color: #49c7c3;
}

.div-block-10 {
  padding-bottom: 80px;
}

.section {
  margin-top: 30px;
}

.headline {
  margin-top: 100px;
  font-size: 16px;
}

.text-block-15-copy {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Roboto Lokal, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hl {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Roboto Lokal, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.link-7 {
  color: #fff;
  text-decoration: underline;
}

.link-7:hover {
  color: #82dcff;
}

.link_genormt {
  font-weight: 300;
  text-decoration: none;
}

.link-block-5 {
  height: 200px;
}

.link-block-5.w--current {
  background-color: #000;
  flex: 1;
  align-self: center;
  width: 100%;
}

.link-block-6 {
  text-align: left;
  background-color: #91c025;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  background-color: #c4d896;
}

.nach_oben {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.text-block-17 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-17:hover {
  color: #fff;
}

.container-8 {
  height: 80px;
}

.link-block-7 {
  background-color: #fff;
}

.link-block-7.w--current {
  width: 30px;
  height: 30px;
}

.link-block-8 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 250px;
  font-family: Natompro Lokal, sans-serif;
  text-decoration: none;
}

.link-block-8.w--current {
  background-image: none;
}

.code-embed {
  width: 230px;
  margin-bottom: 35px;
}

.text-span-8 {
  color: #91c025;
  letter-spacing: 1px;
  font-family: Natompro Lokal, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.text-block-18 {
  color: #fff;
  font-family: Natompro Lokal, sans-serif;
  text-decoration: none;
}

.link-block-9 {
  text-align: center;
  background-color: #91c025;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-9:hover {
  background-color: #c4d896;
}

.link-block-10 {
  padding-top: 0;
}

.div-block-11 {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/Logo_kraftwerk_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 50px;
  display: flex;
}

.navbar_logo {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100px;
  margin-left: 0;
  padding-left: 100px;
}

.navbar_logo.home {
  margin-bottom: 100px;
  padding-left: 0;
}

.div-block-13 {
  width: 940px;
  margin-top: -50px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.text-span-9 {
  font-family: Natompro Lokal, sans-serif;
}

.text-block-19 {
  font-size: 34px;
  font-weight: 900;
}

.div-block-14 {
  flex-flow: column;
  width: auto;
  display: flex;
}

.text-block-20 {
  color: #fff;
  width: 200px;
  margin-top: 10px;
  line-height: 20px;
}

.siegel {
  flex: 1;
  width: 150px;
  height: 100px;
}

.siegel.server {
  background-image: url('../images/ServerinD.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  height: 75px;
  margin-right: 15px;
  display: block;
}

.siegel.dsgvo {
  background-image: url('../images/DSGVO.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 100px;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .body {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .steps {
    flex-direction: column;
  }

  .functions {
    width: auto;
  }

  .container_heroimage {
    justify-content: flex-start;
    align-items: center;
    height: 0;
  }

  .container_heroimage.home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .text-block {
    font-size: 20px;
    line-height: 22px;
  }

  .container_slogan_formular {
    justify-content: flex-start;
    align-items: center;
    max-width: 700px;
  }

  .kreis {
    width: 8px;
    height: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .container_designs {
    margin-top: 0;
  }

  .design {
    height: 700px;
  }

  .design_content {
    flex-direction: column;
    height: 700px;
  }

  .design_content.printmynest {
    justify-content: flex-end;
    height: 700px;
    margin-top: 0;
    padding-bottom: 50px;
  }

  .textbubble {
    border-top: 10px #11001e;
    border-bottom: 10px #11001e;
    border-right: 10px #11001e;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .textbubble.printmynest {
    background-color: rgba(17, 0, 30, 0);
    margin-top: -296px;
    padding-top: 0;
  }

  .image_a {
    background-color: rgba(98, 95, 255, 0);
    background-image: none;
    background-size: auto;
    border-style: none;
    border-width: 12px;
    flex-direction: column;
  }

  .image_a.mushroom {
    background-color: rgba(98, 95, 255, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .image_a.creepy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .image_a.printmynest {
    background-position: 50%;
    background-size: cover;
    width: 350px;
    height: 350px;
    padding-top: 0;
  }

  .image_b {
    background-color: rgba(255, 0, 0, 0);
    background-image: none;
    background-size: auto;
    border-style: none;
    justify-content: center;
    display: flex;
  }

  .image_b.mushroom {
    background-color: rgba(255, 0, 0, 0);
    background-image: none;
    background-size: auto;
    border-style: none;
    display: flex;
  }

  .image_b.creepy {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .image_c {
    background-image: url('../images/Kaktus_Hamster.jpg');
    background-position: 0 0;
    background-size: cover;
    margin-left: 0;
  }

  .image_c.mushroom {
    background-image: url('../images/Pilz_Hamster_V2_1.jpg');
  }

  .image_c.creepy {
    background-image: url('../images/Art_Spider_C.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .designtext {
    text-align: center;
  }

  .design_title {
    flex-direction: column;
  }

  .text-block-6 {
    margin-top: 0;
  }

  .trennlinie {
    width: 250px;
    margin-top: 50px;
  }

  .text-span-4 {
    flex-direction: column;
    min-width: auto;
    max-width: 728px;
    display: flex;
  }

  .titlesubpage_text {
    padding-top: 50px;
    padding-left: 30px;
  }

  .container_functions {
    height: auto;
    margin-left: 0;
    display: block;
  }

  .bold-text-21 {
    display: inline;
  }

  .slogan {
    width: auto;
    padding-right: 0;
  }

  .box_formular {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-8.w--current {
    height: 100px;
  }

  .link-block-9 {
    display: flex;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .navbar_logo {
    margin-top: 30px;
    padding-left: 30px;
  }

  .div-block-13 {
    width: 768px;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50%;
    background-size: 700px;
    height: 450px;
  }

  .sloganb {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .steps {
    flex-direction: column;
  }

  .functions {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .container_heroimage {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100px;
  }

  .container_heroimage.home {
    justify-content: flex-start;
    align-items: flex-start;
    height: 400px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 22px;
  }

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

  .textelemente {
    padding: 20px;
  }

  .container_slogan_formular {
    flex-flow: column;
    align-self: center;
    height: 1000px;
    margin-top: 30px;
    display: flex;
  }

  .kreis {
    width: 8px;
    height: 8px;
    margin: 8px 7px;
  }

  .container_designs {
    margin-bottom: 50px;
  }

  .design {
    height: 700px;
  }

  .design_content {
    flex-direction: column;
    height: 700px;
    display: flex;
  }

  .design_content.printmynest {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 50px;
  }

  .textbubble {
    text-align: center;
    align-items: center;
    height: 280px;
    padding-right: 0;
    display: flex;
  }

  .textbubble.printmynest {
    color: #311e3b;
    background-color: rgba(17, 0, 30, 0);
    width: 100%;
    margin-top: -647px;
    display: flex;
  }

  .image_a {
    background-color: rgba(98, 95, 255, 0);
    background-image: none;
    background-size: auto;
    flex-direction: column;
    display: flex;
  }

  .image_a.mushroom, .image_a.creepy {
    background-image: none;
    background-size: auto;
    display: flex;
  }

  .image_a.printmynest {
    background-image: none;
    background-size: auto;
    justify-content: flex-start;
    width: 350px;
    height: 350px;
    display: flex;
  }

  .image_b {
    background-color: rgba(255, 0, 0, 0);
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .image_b.mushroom {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .image_b.creepy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image_c {
    margin-left: 0;
    display: flex;
  }

  .bold-text {
    text-align: center;
    width: 350px;
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .text-span {
    display: inline;
  }

  .design_title {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .design_title.printmynest {
    line-height: 24px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-block-7 {
    flex-direction: column;
    justify-content: flex-start;
    font-size: 16px;
    display: flex;
  }

  .trennlinie {
    width: 250px;
    margin-top: 50px;
  }

  .container-2 {
    flex-direction: column;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .div-block-7 {
    flex: 0 auto;
  }

  .hero_subpage {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text {
    width: 100%;
    padding: 15px;
  }

  .text-span-4 {
    min-width: 450px;
    max-width: 740px;
    display: block;
  }

  .titlesubpage_text {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    display: flex;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .container_functions {
    flex-direction: column;
    order: -1;
    margin-top: 0;
    padding: 20px 0;
    display: flex;
  }

  .imagea2 {
    background-image: url('../images/Watchbox_PrintMyNest.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 200px;
    justify-content: center;
    width: 350px;
    height: 350px;
    display: flex;
  }

  .container-5 {
    padding: 20px;
  }

  .div-block-8 {
    font-size: 12px;
  }

  .bold-text-18 {
    display: flex;
  }

  .bold-text-19, .bold-text-20, .bold-text-21 {
    display: none;
  }

  .bold-text-22 {
    display: inline;
  }

  .bold-text-23, .bold-text-24 {
    display: none;
  }

  .shop-link {
    font-size: 20px;
  }

  .slogan {
    order: -1;
    width: 450px;
    margin-bottom: 30px;
  }

  .box_formular {
    align-self: center;
    width: 320px;
    margin: 50px 0 30px;
  }

  .container-8 {
    display: none;
  }

  .link-block-8.w--current {
    text-align: left;
    align-self: flex-start;
    height: 50px;
  }

  .text-span-8 {
    font-size: 32px;
  }

  .link-block-9, .div-block-11 {
    margin-top: 0;
  }

  .navbar_logo {
    order: -1;
    height: 100px;
    margin-top: 100px;
    padding-left: 30px;
  }

  .navbar_logo.home {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: -64px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-14 {
    margin-top: 30px;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 50% 180%;
  }

  .steps {
    margin-bottom: 30px;
  }

  .functions {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  .container_heroimage.home {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 0;
  }

  .logo_anim {
    width: 200px;
    height: 80px;
  }

  .logo-slogana {
    margin-top: 45px;
  }

  .text-block {
    letter-spacing: 1px;
    margin-top: -10px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-2 {
    width: 240px;
  }

  .container_slogan_formular {
    margin-top: 26px;
    padding: 0 13px 13px;
    display: flex;
  }

  .step {
    width: 220px;
    font-size: 12px;
    line-height: 16px;
  }

  .container_designs {
    margin-top: 0;
  }

  .design, .design_content {
    height: auto;
  }

  .design_content.printmynest {
    height: 450px;
    padding-bottom: 0;
  }

  .textbubble {
    justify-content: center;
    min-width: 200px;
    height: auto;
  }

  .textbubble.printmynest {
    margin-top: -387px;
    padding-bottom: 30px;
  }

  .image_a {
    background-image: none;
    background-size: auto;
    height: auto;
    display: flex;
  }

  .image_a.mushroom {
    display: flex;
  }

  .image_a.printmynest {
    height: auto;
    margin-bottom: 30px;
  }

  .image_b {
    background-image: none;
    background-size: auto;
    height: auto;
    display: flex;
  }

  .image_b.creepy {
    height: auto;
  }

  .image_c {
    width: 160px;
    height: 160px;
    margin-top: 20px;
  }

  .image_c.mushroom {
    background-image: url('../images/Pilz_Hamster_V2.jpg');
  }

  .bold-text {
    width: 240px;
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 12px;
  }

  .design_title.printmynest {
    overflow-wrap: normal;
  }

  .text-block-6 {
    margin-top: 20px;
    font-size: 14px;
  }

  .text-block-7 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .container {
    padding: 12px;
  }

  .text-block-10 {
    flex-direction: column;
  }

  .trennlinie {
    width: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-2 {
    flex-direction: column;
  }

  .div-block-5 {
    width: 250px;
    margin-left: 0;
  }

  .nav_logo, .nav_logo.w--current {
    width: 150px;
    height: 40px;
  }

  .nav_language {
    margin-top: 15px;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .text {
    padding: 12px 15px;
  }

  .text-span-4 {
    min-width: 240px;
    max-width: 460px;
    display: block;
  }

  .container-3 {
    display: flex;
  }

  .container_functions {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .imagea2 {
    width: 160px;
    height: 160px;
    margin-top: 0;
  }

  .nav_aboutus_subpages {
    margin-top: 15px;
  }

  .container-6 {
    display: flex;
  }

  .text-span-5 {
    word-break: keep-all;
  }

  .step_de {
    border-width: 8px;
    width: 220px;
    font-size: 12px;
    line-height: 16px;
  }

  .nav_de, .nav_en, .nav_en.w--current {
    margin-top: 0;
  }

  .shop-link {
    font-size: 11px;
  }

  .check {
    clear: none;
    width: 15px;
    height: 15px;
    display: flex;
  }

  .text_function {
    width: 200px;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .single_function {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 18px;
    display: flex;
  }

  .slogan {
    width: auto;
    padding-right: 0;
  }

  .box_formular {
    width: 320px;
    margin-top: 35px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-14 {
    margin-bottom: 30px;
    line-height: 22px;
  }

  .impressum_content {
    margin-top: 0;
  }

  .text-block-15, .text-block-16 {
    font-size: 14px;
  }

  .hl {
    font-size: 18px;
    line-height: 24px;
  }

  .link_genormt {
    word-break: break-all;
  }

  .container-8 {
    height: 20px;
  }

  .text-span-8 {
    width: 240px;
    font-size: 32px;
  }

  .navbar_logo {
    margin-top: 60px;
  }

  .navbar_logo.home {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .div-block-13 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-14 {
    width: auto;
  }

  .text-block-20 {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Latolokal';
  src: url('../fonts/Latolokal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latolokal';
  src: url('../fonts/Latolokal-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Lokal';
  src: url('../fonts/Roboto-Regular_lokal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latolokal Hairline';
  src: url('../fonts/Latolokal-Hairline.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Lokal';
  src: url('../fonts/Roboto-Light_lokal.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latolokal';
  src: url('../fonts/Latolokal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Lokal';
  src: url('../fonts/Roboto-Thin_lokal.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Lokal';
  src: url('../fonts/Roboto-Black_lokal.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Lokal';
  src: url('../fonts/Roboto-Medium_lokal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latolokal';
  src: url('../fonts/Latolokal-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latolokal';
  src: url('../fonts/Latolokal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Lokal';
  src: url('../fonts/Roboto-Bold_lokal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron Lokal';
  src: url('../fonts/orbitron-medium_lokal.woff2') format('woff2'), url('../fonts/orbitron-medium_lokal.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Natompro Lokal';
  src: url('../fonts/natompro-black-lokal.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Natompro Lokal';
  src: url('../fonts/natompro-regular-lokal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lokal';
  src: url('../fonts/MikadoRegularlokal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lokal';
  src: url('../fonts/MikadoBoldlokal.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}