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

body {
  font-family: Roboto, sans-serif;
  color: #06365e;
  font-size: 16px;
  line-height: 1.3em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

a {
  color: #06365e;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.logo-holder {
  position: relative;
  float: left;
  color: #e8ca1c;
}

.image {
  width: 250px;
}

.main-container {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.main-container.main-container-header {
  padding: 50px 48px;
}

.main-navigation-bar {
  border-top: 1px solid rgba(51, 51, 51, 0.05);
  background-color: rgba(51, 51, 51, 0.05);
}

.main-nav-item {
  padding: 15px 2%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #06365e;
  font-size: 20px;
  font-weight: 400;
}

.main-nav-item:hover {
  color: #0ba9b3;
}

.main-nav-item.first-navitem {
  padding-left: 0%;
}

.main-nav-item-box {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 48px;
  text-align: left;
}

.schulbeschreibung {
  margin-right: 220px;
  float: right;
  text-align: right;
}

.landeshauptsdadt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 48px;
  bottom: auto;
  width: 200px;
  float: left;
}

.footer {
  width: 100%;
}

.section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-column {
  position: relative;
  float: left;
}

.content-column._50._50center {
  float: none;
}

.content-column._66._66-100 {
  width: 100%;
}

.content-column._30 {
  width: 30%;
}

.content-column._30.center {
  float: none;
}

._100 {
  width: 100%;
}

._50 {
  width: 50%;
}

._33 {
  width: 33.333333333333336%;
}

.module {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
}

.news-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news-label {
  padding: 3px 3px 3px 10px;
  background-color: #333;
  color: #fff;
}

.icon-news {
  font-family: Iconfont;
}

.button-weiterlesen {
  padding: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: #06365e;
  border-radius: 2px;
  -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out, color 300ms ease-in-out;
}

.button-weiterlesen:hover {
  border-color: #becb41;
  background-color: #becb41;
  color: #fff;
}

.text-button {
  text-transform: uppercase;
}

.image-2 {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.statartgrafik {
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 200px;
  background-color: #e8ca1c;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.background {
  position: absolute;
  left: -10%;
  top: -50px;
  width: 120%;
  min-height: 120vh;
  background-image: url('../images/loka_hero.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.module-2 {
  padding-right: 24px;
  padding-left: 24px;
}

.attow-hero {
  position: absolute;
  left: auto;
  top: auto;
  right: 69%;
  bottom: 0%;
  font-family: Icomoon, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 1em;
}

.link-block-2 {
  position: absolute;
  left: 4%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 10;
  display: block;
  width: 35%;
  height: 50%;
}

.h3-spiele-black {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 5px solid #fff;
  color: #f10eb5;
  font-weight: 700;
  text-transform: uppercase;
}

.dots {
  position: absolute;
  left: -10%;
  right: auto;
  bottom: auto;
  display: block;
  width: 120%;
  height: 120vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.55;
}

.big-spot {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background-color: #ffca43;
}

.wrapper-2 {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.dots3 {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 100vh;
  background-image: url('../images/stars.svg');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.contact-label {
  position: absolute;
  left: -32px;
  top: 50%;
  right: auto;
  bottom: auto;
  display: inline-block;
  border-radius: 0px 0px 3px 3px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #eb597a;
  font-weight: 700;
  cursor: pointer;
}

.contact-label:hover {
  background-color: #000;
  color: #fff;
}

.text-block-4 {
  float: left;
}

.scene {
  position: relative;
  display: block;
  height: 100%;
}

.section-2 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ddd;
}

.section-2.section-spiele {
  padding-top: 100px;
  background-color: #38484e;
  background-image: none;
  background-size: cover;
  background-attachment: fixed;
}

.section-2.section-spiele.hidden {
  display: block;
}

.section-2.first {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3d3d3d;
  background-image: none;
  background-size: cover;
  background-attachment: fixed;
}

.section-2.first.hidden {
  display: block;
}

.heading-28 {
  width: auto;
  margin-top: 100px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

.text-block-2 {
  position: relative;
  display: inline-block;
  padding: 18px;
  float: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #43c7ff;
}

.image-titel {
  padding-top: 20px;
  color: #b4b4b4;
  text-align: center;
}

.layer {
  position: absolute;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 120%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.star-big {
  position: relative;
  top: 6px;
}

.main-container-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.pfeil {
  position: relative;
  margin-right: 10px;
  float: left;
  font-family: Icomoon, sans-serif;
  text-align: left;
  text-transform: none;
}

.hero-content-box {
  position: absolute;
  left: 20%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spiel-box {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 24px;
  border-radius: 0px 5px 5px;
  background-color: #1d1d1d;
}

.dots2 {
  position: absolute;
  left: -10%;
  right: auto;
  bottom: auto;
  display: block;
  width: 120%;
  height: 100%;
  background-image: url('../images/stars_blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.lissym {
  position: absolute;
  left: 0%;
  top: -50px;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  background-image: none;
  background-position: -100px 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-5 {
  position: absolute;
  bottom: 27%;
  z-index: 2;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.arrow {
  position: absolute;
  left: 27%;
  top: auto;
  right: auto;
  bottom: 20%;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-right: 10px;
  float: left;
  text-align: left;
  text-transform: none;
}

.textholder {
  overflow: visible;
  padding: 14px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.hero.hidden {
  display: block;
}

.heading-subhead {
  margin-top: 0px;
  border-bottom-style: none;
  color: #fff;
}

.button {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 23px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #43c7ff;
  -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  font-family: 'Roboto condensed', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f10eb5;
  box-shadow: inset 0 0 0 5px #fff;
}

.grid-2 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pen-icon {
  position: static;
  font-family: Icomoon, sans-serif;
}

.headline-holder {
  position: relative;
  width: 100%;
  float: left;
}

.h1-lukapps {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 48px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.h1-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h1-bg-grafik {
  position: absolute;
  width: 300px;
  height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d1d1d;
}

.h2-lukapps {
  color: #fff;
}

.h1-white {
  color: #fff;
}

.h1-white.h1-einger-ckt {
  padding-left: 83px;
}

.module-3 {
  padding: 48px;
}

.module-3.module-ohne-padding-top {
  padding-top: 0px;
  padding-bottom: 80px;
}

.module-3.module-ohne-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.module-3.center {
  text-align: center;
}

.module-3.center.padding-less-botton {
  padding-top: 24px;
  padding-bottom: 0px;
}

.module-3.padding-les {
  padding-top: 0px;
}

.h2-white {
  margin-top: 50px;
  color: #fff;
  font-size: 24px;
  text-transform: none;
}

.icon-up {
  padding: 9px;
  font-family: Icomoon, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.inline-link-to-youtube {
  padding: 2px;
  -webkit-transition: box-shadow 1000ms ease, color 500ms ease;
  transition: box-shadow 1000ms ease, color 500ms ease;
  color: #f10eb5;
  font-weight: 500;
}

.inline-link-to-youtube:hover {
  box-shadow: inset 0 -100px 0 0 #eb597a;
  color: #fff;
}

.close-button {
  position: absolute;
  left: 48px;
  top: 64px;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  margin-right: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.close-button.close-datenschutz-unten {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.hidden {
  display: none;
}

.column {
  position: relative;
  float: left;
}

.column._100.padding-top {
  padding-top: 50px;
}

.link-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.list-item {
  margin-bottom: 5px;
  padding-left: 23px;
  border-left: 3px solid #f10eb5;
  font-size: 16px;
  line-height: 22px;
}

.impressum-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.icopn-up-2nd {
  padding: 9px;
  font-family: Icomoon, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.about-liste {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.footer-2 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #000;
}

.haftung-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.h3-pink {
  color: #f10eb5;
}

.h3-pink.he-pink-eiongerueckt {
  padding-left: 85px;
}

.main-container-3 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.text-white-italic {
  display: inline-block;
  padding: 24px;
  border-radius: 2px;
  background-color: #363636;
  color: #fff;
  font-style: italic;
}

.email {
  padding: 3px;
  -webkit-transition: color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  color: #fff;
}

.email:hover {
  box-shadow: inset -8px -39px 0 -10px #fff;
  color: #eb597a;
}

.up-to-projects {
  position: relative;
  left: 0%;
  top: -8px;
  right: auto;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  width: 58px;
  height: 58px;
  float: right;
  background-color: #fff;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #000;
}

.up-to-projects.w--current {
  background-color: #000;
  color: #fff;
}

.icon-link-footer {
  position: relative;
  top: -7px;
  padding: 9px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  font-family: Icomoon, sans-serif;
  color: #f10eb5;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
}

.icon-link-footer:hover {
  background-color: #000;
  color: #fff;
}

.p-imprint {
  color: #fff;
}

.support-bg {
  position: relative;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  background-image: linear-gradient(145deg, #6c8ff0, #ed3f4c);
}

.auto-generated-holder {
  position: relative;
  width: 100%;
  float: left;
}

.richt-ext-white {
  color: #fff;
}

.richt-ext-white a {
  color: #f10eb5;
}

.richt-ext-white h2 {
  margin-top: 50px;
  color: #f10eb5;
  line-height: 1.2em;
}

.richt-ext-white h1 {
  color: #f10eb5;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-privacy-policy {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.inline-mehr-link {
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 3px;
  background-color: #fff;
}

.text-block-5 {
  color: #f10eb5;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.google-play-link {
  position: relative;
  width: 300px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding: 12px;
  float: none;
  border-radius: 8px;
  background-color: #333;
}

.qr-code-holder {
  position: relative;
  overflow: hidden;
  width: 200px;
  float: left;
  border-radius: 8px;
}

.submit-button {
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #06365e;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
}

.textarea {
  min-height: 150px;
  border-style: solid;
  border-width: 3px;
  border-color: #eb597a;
  border-radius: 20px;
  color: #06365e;
  font-size: 20px;
}

.textarea::-webkit-input-placeholder {
  color: #06365e;
  font-size: 16px;
  font-weight: 700;
}

.textarea:-ms-input-placeholder {
  color: #06365e;
  font-size: 16px;
  font-weight: 700;
}

.textarea::-ms-input-placeholder {
  color: #06365e;
  font-size: 16px;
  font-weight: 700;
}

.textarea::placeholder {
  color: #06365e;
  font-size: 16px;
  font-weight: 700;
}

.privacy-policy-bg-black {
  position: relative;
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #000;
}

.text-field {
  height: 40px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #eb597a;
  border-radius: 20px;
}

.success-message {
  position: relative;
  padding-left: 0px;
  float: left;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-6 {
  width: 50%;
}

.form-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form {
  text-align: center;
}

.link-holder-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

@media screen and (max-width: 991px) {
  .content-column._50._50-100 {
    width: 100%;
  }

  .content-column._50._50center {
    width: 80%;
  }

  .content-column._66._66-100 {
    width: 100%;
  }

  .link-block-2 {
    left: 13%;
    right: 7%;
    width: 40%;
  }

  .heading-28 {
    font-size: 90px;
    line-height: 80px;
  }

  .hero-content-box {
    width: 50%;
  }

  .dots2 {
    left: -14%;
    background-position: 60% 50%;
  }

  .lissym {
    background-position: 50% 50%;
  }

  .image-5 {
    width: 80%;
  }

  .h1-white.h1-einger-ckt {
    margin-top: 45px;
  }

  .module-3 {
    padding: 24px;
  }

  .module-3.module-ohne-padding-top {
    padding-bottom: 80px;
  }

  .module-3.center {
    text-align: center;
  }

  .h2-white._50 {
    width: 100%;
  }

  .close-button {
    left: 25px;
    top: 63px;
  }

  .close-button.close-datenschutz-unten {
    left: 24px;
    top: auto;
    right: auto;
    bottom: 0px;
  }

  .column._33._33-100 {
    width: 50%;
  }

  .footer-2 {
    padding-top: 60px;
  }

  .support-bg {
    padding-top: 30px;
  }

  .main-privacy-policy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .privacy-policy-bg-black {
    padding-top: 30px;
  }

  .image-6 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .content-column._50._50-20 {
    width: 20%;
  }

  .content-column._50._50-80 {
    width: 80%;
  }

  .module.module-privacy-policy {
    padding-right: 14px;
    padding-left: 14px;
  }

  .background {
    background-size: cover;
  }

  .attow-hero {
    bottom: 19%;
    font-size: 50px;
  }

  .link-block-2 {
    left: 22%;
    bottom: 4%;
  }

  .h3-spiele-black {
    font-size: 20px;
    line-height: 22px;
  }

  .dots {
    height: 100vh;
  }

  .big-spot {
    width: 400px;
    height: 400px;
  }

  .contact-label {
    left: -8px;
    top: 45%;
  }

  .section-2.section-spiele.hidden {
    padding-top: 50px;
  }

  .section-2.first.hidden {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-28 {
    margin-top: 21px;
    font-size: 60px;
    line-height: 50px;
  }

  .text-block-2 {
    padding-top: 14px;
    line-height: 1em;
  }

  .star-big {
    top: 4px;
  }

  .main-container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-content-box {
    right: 9%;
    width: 40%;
  }

  .spiel-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lissym {
    top: -5px;
    background-position: 50% 0px;
  }

  .image-5 {
    left: 47px;
    width: 50%;
  }

  .arrow {
    left: 199px;
    bottom: 10%;
    width: 20%;
    height: 100px;
  }

  .hero {
    width: 110%;
    height: 340px;
    min-height: 0px;
    -webkit-transform: translate(-5%, 0px);
    -ms-transform: translate(-5%, 0px);
    transform: translate(-5%, 0px);
  }

  .heading-subhead {
    font-size: 24px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h1-lukapps {
    padding-left: 24px;
    font-size: 50px;
  }

  .h1-bg-grafik {
    width: 240px;
    height: 40px;
  }

  .h1-white.h1-einger-ckt {
    padding-top: 17px;
    padding-left: 75px;
    font-size: 28px;
  }

  .module-3 {
    padding: 9px 12px;
  }

  .module-3.module-center-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .module-3.center {
    text-align: center;
  }

  .h2-white._50 {
    margin-top: 10px;
  }

  .close-button {
    left: 12px;
  }

  .close-button.close-datenschutz-unten {
    left: 12px;
  }

  .column._33._33-100 {
    width: 100%;
  }

  .link-footer {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
  }

  .list-item {
    font-size: 16px;
    line-height: 1.4em;
  }

  .about-liste {
    margin-left: 0px;
  }

  .footer-2 {
    padding-top: 50px;
  }

  .main-container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-white-italic {
    display: block;
  }

  .up-to-projects {
    position: absolute;
    left: auto;
    top: 0%;
    right: 24px;
    bottom: auto;
    width: 58px;
    height: 58px;
  }

  .icon-link-footer {
    top: 0px;
    margin-right: 20px;
  }

  .support-bg {
    padding-top: 0px;
  }

  .richt-ext-white h2 {
    font-size: 26px;
  }

  .richt-ext-white h1 {
    font-size: 32px;
  }

  .main-privacy-policy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .privacy-policy-bg-black {
    padding-top: 0px;
  }

  .image-6 {
    width: 30%;
  }

  .heading-29 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .content-column._50._50-20 {
    width: 100%;
  }

  .content-column._50._50-80 {
    width: 100%;
  }

  .content-column._50._50center {
    width: 100%;
  }

  .background {
    height: 90vh;
    background-position: 60% 0%;
  }

  .module-2 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .attow-hero {
    bottom: 50%;
    font-size: 70px;
  }

  .link-block-2 {
    bottom: 5%;
    width: 50%;
  }

  .contact-label {
    left: -18px;
    top: 50%;
  }

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

  .section-2.first.hidden {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-28 {
    font-size: 50px;
    line-height: 40px;
  }

  .pfeil {
    font-size: 20px;
  }

  .hero-content-box {
    left: auto;
    top: auto;
    right: 14%;
    bottom: 35%;
    width: 60%;
  }

  .spiel-box {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .dots2 {
    top: 78px;
    background-position: 65% 60%;
  }

  .lissym {
    top: -10px;
    background-size: cover;
  }

  .image-5 {
    left: 35px;
    width: 80%;
  }

  .arrow {
    left: 50%;
    top: auto;
    right: 0%;
    bottom: 16%;
    display: block;
  }

  .hero {
    overflow: hidden;
    height: 100vh;
  }

  .button {
    padding: 16px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h1-lukapps {
    padding-left: 14px;
    font-size: 40px;
  }

  .h1-bg-grafik {
    width: 170px;
    height: 30px;
  }

  .h1-white.h1-einger-ckt {
    padding-left: 66px;
    font-size: 20px;
  }

  .module-3 {
    padding: 4px;
    text-align: center;
  }

  .module-3.module-center-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2-white._50 {
    font-size: 20px;
  }

  .icon-up {
    font-size: 30px;
    line-height: 30px;
  }

  .inline-link-to-youtube {
    color: #f10eb5;
  }

  .close-button {
    left: 4px;
  }

  .close-button.close-datenschutz-unten {
    left: 4px;
  }

  .column._33._33-100 {
    width: 100%;
  }

  .link-footer {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .list-item {
    border-left-color: #f10eb5;
  }

  .icopn-up-2nd {
    font-size: 30px;
    line-height: 30px;
  }

  .footer-2 {
    padding-top: 70px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .h3-pink {
    color: #f10eb5;
  }

  .h3-pink.he-pink-eiongerueckt {
    margin-bottom: 20px;
    padding-left: 74px;
  }

  .up-to-projects {
    right: 0px;
    width: 50px;
    height: 50px;
  }

  .icon-link-footer {
    top: 0px;
    margin-right: 20px;
    color: #f10eb5;
    font-size: 30px;
    line-height: 30px;
  }

  .support-bg {
    height: auto;
    min-height: 100vh;
    padding: 20px 12px;
  }

  .richt-ext-white h2 {
    font-size: 23px;
  }

  .richt-ext-white h1 {
    font-size: 26px;
  }

  .privacy-policy-bg-black {
    padding-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .image-6 {
    width: 50%;
  }

  .heading-29 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.woff2') format('woff2'), url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v29-latin-regular.eot') format('embedded-opentype'), url('../fonts/roboto-v29-latin-regular.woff') format('woff'), url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v29-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), url('../fonts/roboto-v29-latin-700.eot') format('embedded-opentype'), url('../fonts/roboto-v29-latin-700.woff') format('woff'), url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), url('../fonts/roboto-v29-latin-700.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto condensed';
  src: url('../fonts/roboto-condensed-v24-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v24-latin-regular.eot') format('embedded-opentype'), url('../fonts/roboto-condensed-v24-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v24-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v24-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto condensed';
  src: url('../fonts/roboto-condensed-v24-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v24-latin-700.eot') format('embedded-opentype'), url('../fonts/roboto-condensed-v24-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v24-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v24-latin-700.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}