.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.main-wrapper {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ebf5f0;
}

.logo-wrapper {
  position: absolute;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
  width: 160px;
}

.text-wrapper {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  height: auto;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #5f5e5e;
  font-size: 100px;
  line-height: 90px;
  font-weight: 500;
}

.heading.white {
  color: #ebf5f0;
  font-size: 40px;
  line-height: 50px;
}

.heading.white.sub {
  margin-top: 20px;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

.heading.smaller {
  font-size: 33px;
  line-height: 33px;
}

.heading.smaller.danketext {
  font-size: 26px;
  line-height: 30px;
}

.heading.start {
  font-size: 70px;
  line-height: 75px;
}

.paragraph {
  color: #5f5e5e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.intro {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph.erkl-rung {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
}

.text-outer-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

.button {
  min-width: 150px;
  padding-right: 31px;
  padding-left: 31px;
  border-radius: 50px;
  background-color: #00a153;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button.grey {
  background-color: #5f5e5e;
}

.button.grey.big {
  margin-top: 15px;
}

.button.grey.big.danke {
  margin-left: 0px;
}

.button.big {
  width: 100%;
}

.startscreen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: block;
  background-color: #ebf5f0;
  opacity: 1;
}

.reset-wrapper {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 9;
  display: -ms-grid;
  display: grid;
  width: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: pointer;
}

.reset-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 10px;
  -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;
  border-radius: 50%;
  background-color: #5f5e5e;
  color: #ebf5f0;
}

.game-screen {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #ebf5f0;
}

.drop-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  padding: 20px;
  -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;
  border-radius: 50%;
  background-color: #00a153;
}

.drop-block.logo {
  position: absolute;
  width: 170px;
  height: 170px;
  padding: 13px;
}

.drop-block.entsorgung {
  margin-bottom: 80px;
  margin-left: 350px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.bildung {
  margin-top: -350px;
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.umweltschutz {
  margin-right: 330px;
  margin-bottom: 400px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.logistik {
  margin-top: 200px;
  margin-left: 520px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.energie {
  margin-right: 350px;
  margin-bottom: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.standortservice {
  margin-top: 290px;
  margin-right: 200px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.standortbetrieb {
  margin-top: 290px;
  margin-left: 200px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.prozesstechnik {
  margin-top: 550px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.arbeitsschutz {
  margin-top: 200px;
  margin-right: 520px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-block.facilitymanagement {
  margin-bottom: 400px;
  margin-left: 330px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-element {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 30px;
  padding: 20px;
  -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;
  border-radius: 20px;
  background-color: #00a153;
  text-align: center;
  cursor: pointer;
}

.text-element.standortservice {
  margin-right: 380px;
  margin-bottom: 730px;
}

.text-element.umweltschutz {
  margin-bottom: 650px;
  margin-left: 350px;
}

.text-element.prozesstechnik {
  left: auto;
  margin-right: 290px;
  margin-bottom: 620px;
}

.text-element.energien {
  margin-right: 650px;
  margin-bottom: 250px;
  font-weight: 400;
}

.text-element.bildung {
  margin-bottom: 250px;
  margin-left: 650px;
}

.text-element.entsorgung {
  margin-top: 440px;
  margin-left: 550px;
}

.text-element.logistik {
  margin-top: 560px;
  margin-left: 400px;
}

.text-element.standortbetrieb {
  height: 30px;
  margin-top: 450px;
  margin-right: 550px;
}

.text-element.arbeit {
  height: 60px;
  margin-top: 620px;
  margin-right: 420px;
  border-radius: 35px;
}

.text-element.facility {
  height: 60px;
  margin-top: 700px;
  margin-left: 500px;
  border-radius: 35px;
}

.text-block {
  margin-bottom: 0px;
  color: #ebf5f0;
  font-size: 18px;
  line-height: 24px;
}

.drop-block-text {
  display: block;
  overflow: visible;
  height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ebf5f0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.game-screen-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 900px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  width: 100%;
  max-width: 70%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image.logo {
  max-width: 100%;
}

.win-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  background-color: #00a153;
}

.text-wrapper-center {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 470px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.text-wrapper-center.wide {
  width: 600px;
}

.text-outer-wrapper-center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
}

.check-icon {
  width: 150px;
  margin-bottom: 20px;
}

.check-icon.turn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.error-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  background-color: #00a153;
}

.contact-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -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;
  background-color: #ebf5f0;
  opacity: 1;
}

.contact-screen-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.field-label {
  padding-left: 5px;
  font-weight: 400;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #00a153;
  border-radius: 50px;
}

.kontakt-form-block {
  margin-top: 20px;
}

.contact-screen-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.btn-group-submit {
  display: block;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.submit-inner-wrapper {
  width: 600px;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 10px;
  border-color: #00a153;
  border-radius: 50%;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  padding: 3px;
  background-color: #00a153;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-bottom: 0px;
  font-weight: 400;
}

.submit-screen-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  -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;
  background-color: #ebf5f0;
  opacity: 1;
}

.win-game-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  background-color: #00a153;
}

.fullscreen-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 10px;
  -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;
  border-radius: 50%;
  background-color: #5f5e5e;
  color: #ebf5f0;
}

.button-subline {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.body {
  font-family: Circularxxweb, sans-serif;
}

.erkl-rung-wrapper {
  position: absolute;
  left: 20px;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: block;
}

.bold-text {
  line-height: 80px;
}

.bold-text-3 {
  font-size: 60px;
  line-height: 65px;
}

@media screen and (max-width: 991px) {
  .logo-wrapper {
    width: 140px;
  }

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

  .heading.white.sub {
    font-size: 24px;
    line-height: 32px;
  }

  .heading.smaller {
    font-size: 30px;
    line-height: 30px;
  }

  .heading.start {
    font-size: 60px;
    line-height: 65px;
  }

  .paragraph.erkl-rung {
    font-size: 18px;
    line-height: 26px;
  }

  .button.grey {
    margin-left: 20px;
  }

  .drop-block.logo {
    width: 140px;
    height: 140px;
    padding: 10px;
  }

  .drop-block.entsorgung {
    margin-left: 290px;
  }

  .drop-block.bildung {
    margin-top: -300px;
  }

  .drop-block.umweltschutz {
    margin-right: 280px;
    margin-bottom: 360px;
  }

  .drop-block.logistik {
    margin-top: 160px;
    margin-left: 440px;
  }

  .drop-block.energie {
    margin-right: 290px;
  }

  .drop-block.standortservice {
    margin-top: 250px;
    margin-right: 170px;
  }

  .drop-block.standortbetrieb {
    margin-top: 250px;
    margin-left: 170px;
  }

  .drop-block.prozesstechnik {
    margin-top: 480px;
  }

  .drop-block.arbeitsschutz {
    margin-top: 160px;
    margin-right: 440px;
  }

  .drop-block.facilitymanagement {
    margin-bottom: 360px;
    margin-left: 280px;
  }

  .text-element.standortservice {
    width: auto;
    min-width: 150px;
    margin-bottom: 660px;
  }

  .text-element.umweltschutz {
    width: auto;
    min-width: 150px;
    margin-bottom: 590px;
  }

  .text-element.prozesstechnik {
    width: auto;
    min-width: 150px;
    margin-right: 260px;
    margin-bottom: 550px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-element.energien {
    width: auto;
    min-width: 150px;
    margin-right: 550px;
    margin-bottom: 230px;
  }

  .text-element.bildung {
    width: auto;
    min-width: 150px;
    margin-bottom: 230px;
    margin-left: 550px;
  }

  .text-element.entsorgung {
    width: auto;
    min-width: 150px;
    margin-top: 370px;
    margin-left: 500px;
  }

  .text-element.logistik {
    width: auto;
    min-width: 150px;
    margin-top: 480px;
    margin-left: 350px;
  }

  .text-element.standortbetrieb {
    width: auto;
    min-width: 150px;
    margin-top: 370px;
    margin-right: 500px;
  }

  .text-element.arbeit {
    width: auto;
    min-width: 150px;
    margin-top: 520px;
    margin-right: 350px;
  }

  .text-element.facility {
    width: auto;
    min-width: 150px;
    margin-top: 620px;
    margin-left: 450px;
  }

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

  .check-icon {
    width: 130px;
  }

  .btn-group {
    display: block;
  }

  .submit-inner-wrapper {
    width: 500px;
  }

  .erkl-rung-wrapper {
    right: 20px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    left: 30px;
    top: 30px;
    width: 120px;
  }

  .text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 60px;
    line-height: 70px;
  }

  .heading.white.sub {
    font-size: 20px;
    line-height: 28px;
  }

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

  .heading.start {
    font-size: 50px;
    line-height: 55px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.intro {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph.erkl-rung {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-outer-wrapper {
    padding: 30px;
  }

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

  .drop-block.logo {
    width: 120px;
    height: 120px;
  }

  .drop-block.entsorgung {
    width: 100px;
    height: 100px;
    margin-left: 230px;
  }

  .drop-block.bildung {
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 240px;
  }

  .drop-block.umweltschutz {
    width: 100px;
    height: 100px;
    margin-right: 220px;
    margin-bottom: 300px;
  }

  .drop-block.logistik {
    width: 100px;
    height: 100px;
    margin-top: 110px;
    margin-left: 360px;
  }

  .drop-block.energie {
    width: 100px;
    height: 100px;
    margin-right: 230px;
  }

  .drop-block.standortservice {
    width: 100px;
    height: 100px;
    margin-top: 200px;
    margin-right: 150px;
  }

  .drop-block.standortbetrieb {
    width: 100px;
    height: 100px;
    margin-top: 200px;
    margin-left: 150px;
  }

  .drop-block.prozesstechnik {
    width: 100px;
    height: 100px;
    margin-top: 370px;
  }

  .drop-block.arbeitsschutz {
    width: 100px;
    height: 100px;
    margin-top: 110px;
    margin-right: 360px;
  }

  .drop-block.facilitymanagement {
    width: 100px;
    height: 100px;
    margin-bottom: 300px;
    margin-left: 220px;
  }

  .text-element.standortservice {
    min-width: 130px;
    margin-right: 330px;
    margin-bottom: 580px;
  }

  .text-element.umweltschutz {
    min-width: 130px;
    margin-bottom: 510px;
    margin-left: 200px;
  }

  .text-element.prozesstechnik {
    min-width: 130px;
    margin-right: 220px;
    margin-bottom: 470px;
  }

  .text-element.energien {
    min-width: 130px;
    margin-right: 430px;
    margin-bottom: 200px;
  }

  .text-element.bildung {
    min-width: 120px;
    margin-bottom: 200px;
    margin-left: 420px;
  }

  .text-element.entsorgung {
    min-width: 130px;
    margin-top: 300px;
    margin-left: 380px;
  }

  .text-element.logistik {
    min-width: 130px;
    margin-top: 410px;
    margin-left: 280px;
  }

  .text-element.standortbetrieb {
    min-width: 130px;
    margin-top: 300px;
    margin-right: 390px;
  }

  .text-element.arbeit {
    min-width: 130px;
    margin-top: 480px;
    margin-right: 300px;
  }

  .text-element.facility {
    min-width: 130px;
    margin-top: 550px;
    margin-left: 400px;
  }

  .text-block {
    font-size: 14px;
    line-height: 18px;
  }

  .text-wrapper-center {
    width: 100%;
    max-width: 479px;
  }

  .text-outer-wrapper-center {
    padding: 30px;
  }

  .check-icon {
    width: 90px;
  }

  .contact-screen-container {
    width: 100%;
  }

  .btn-group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .kontakt-form-block {
    width: 100%;
  }

  .btn-group-submit {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .submit-inner-wrapper {
    width: 100%;
  }

  .button-subline {
    font-size: 13px;
  }

  .bold-text {
    font-size: 55px;
    line-height: 55px;
  }

  .bold-text-2 {
    font-size: 50px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapper {
    left: 20px;
    top: 20px;
    width: 110px;
  }

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

  .heading.white.sub {
    font-size: 18px;
    line-height: 24px;
  }

  .heading.smaller {
    font-size: 22px;
  }

  .heading.start {
    font-family: Circularxxweb, sans-serif;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph.intro {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.erkl-rung {
    font-size: 14px;
    line-height: 18px;
  }

  .text-outer-wrapper {
    padding: 20px;
  }

  .button {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .button.grey {
    margin-left: 0px;
  }

  .button.grey.big.danke {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .button.big {
    margin-bottom: 10px;
  }

  .reset-wrapper {
    top: 10px;
    right: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 3px;
  }

  .reset-button {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .drop-block.logo {
    width: 90px;
    height: 90px;
    padding: 5px;
  }

  .drop-block.entsorgung {
    width: 70px;
    height: 70px;
    margin-bottom: 100px;
    margin-left: 150px;
    padding: 6px;
  }

  .drop-block.bildung {
    width: 70px;
    height: 70px;
    margin-bottom: 170px;
    padding: 6px;
  }

  .drop-block.umweltschutz {
    width: 70px;
    height: 70px;
    margin-right: 140px;
    margin-bottom: 270px;
    padding: 6px;
  }

  .drop-block.logistik {
    width: 70px;
    height: 70px;
    margin-top: 40px;
    margin-left: 220px;
    padding: 6px;
  }

  .drop-block.energie {
    width: 70px;
    height: 70px;
    margin-right: 150px;
    margin-bottom: 100px;
    padding: 6px;
  }

  .drop-block.standortservice {
    width: 70px;
    height: 70px;
    margin-top: 150px;
    margin-right: 100px;
    padding: 6px;
  }

  .drop-block.standortbetrieb {
    width: 70px;
    height: 70px;
    margin-top: 150px;
    margin-left: 100px;
    padding: 6px;
  }

  .drop-block.prozesstechnik {
    width: 70px;
    height: 70px;
    margin-top: 270px;
    padding: 6px;
  }

  .drop-block.arbeitsschutz {
    width: 70px;
    height: 70px;
    margin-top: 40px;
    margin-right: 220px;
    padding: 6px;
  }

  .drop-block.facilitymanagement {
    width: 70px;
    height: 70px;
    margin-bottom: 270px;
    margin-left: 140px;
    padding: 6px;
  }

  .text-element.standortservice {
    min-width: 100px;
    margin-right: 200px;
    margin-bottom: 500px;
    padding: 16px;
  }

  .text-element.umweltschutz {
    margin-bottom: 440px;
    margin-left: 160px;
    padding: 16px;
  }

  .text-element.prozesstechnik {
    min-width: 100px;
    margin-right: 150px;
    margin-bottom: 410px;
    padding: 16px;
  }

  .text-element.energien {
    min-width: 100px;
    margin-right: 290px;
    margin-bottom: 190px;
    padding: 16px;
  }

  .text-element.bildung {
    min-width: 100px;
    margin-bottom: 190px;
    margin-left: 300px;
    padding: 16px;
  }

  .text-element.entsorgung {
    min-width: 100px;
    margin-top: 250px;
    margin-left: 250px;
    padding: 16px;
  }

  .text-element.logistik {
    min-width: 100px;
    margin-top: 340px;
    margin-left: 180px;
    padding: 16px;
  }

  .text-element.standortbetrieb {
    min-width: 100px;
    margin-top: 280px;
    margin-right: 220px;
    padding: 16px;
  }

  .text-element.arbeit {
    min-width: 100px;
    margin-top: 400px;
    margin-right: 170px;
    padding: 16px;
  }

  .text-element.facility {
    min-width: 100px;
    margin-top: 460px;
    margin-left: 220px;
    padding: 16px;
  }

  .drop-block-text {
    font-size: 10px;
    line-height: 12px;
  }

  .game-screen-container {
    margin-top: 30px;
  }

  .text-outer-wrapper-center {
    padding: 20px;
  }

  .contact-screen-container {
    width: 100%;
  }

  .btn-group {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kontakt-form-block {
    width: 100%;
  }

  .btn-group-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fullscreen-button {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .button-subline {
    font-size: 12px;
  }

  .erkl-rung-wrapper {
    left: 10px;
    top: auto;
    right: 10px;
    bottom: 10px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 30px;
  }
}

@font-face {
  font-family: 'Circularxxweb';
  src: url('../fonts/CircularXXWeb-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxxweb';
  src: url('../fonts/CircularXXWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}