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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.navbar {
  position: fixed;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 1.7em 3.5em 0.7em;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  width: 26px;
  color: #333;
  cursor: pointer;
}

.body {
  background-color: #000424;
  background-image: url('../images/191007_DEF_Webdesign_BG-Animation_slow.gif');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: block;
  width: 32px;
  margin: 0px 13px 10px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: default;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 15vh;
  margin-bottom: 2.7em;
  padding-top: 7em;
  padding-right: 0em;
  padding-left: 0em;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu-button {
  overflow: hidden;
  padding: 15px;
}

.menu-button.w--open {
  background-color: transparent;
  color: transparent;
}

.text-block {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 2.5em 1em 1em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #000424;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-indent: 0em;
  text-transform: none;
  cursor: pointer;
}

.text-block.underline {
  position: relative;
  left: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  text-indent: 0em;
  cursor: default;
}

.text-block.bright {
  display: block;
  max-width: none;
  padding-bottom: 0.7em;
  color: #e7bfa3;
}

.text-block.bright.copyright {
  margin-bottom: 0em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000424;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-menu {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  max-width: 70vw;
  margin: 0em 0em 0px 0px;
  padding: 0em;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #eba062;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.text.bold-text {
  margin-top: 0.7em;
  text-align: center;
}

.text._3colums {
  width: 30vw;
}

.text.videobeschreibung {
  margin-right: 4em;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.h1 {
  display: block;
  width: 90vw;
  max-width: 1200px;
  margin-top: 0em;
  margin-bottom: 0px;
  padding: 1em 1.7em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
  font-size: 2.3em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.h1.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0em;
  padding: 1em 3em;
  -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;
  color: #000424;
}

.content-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 3em;
  margin-bottom: 0em;
  padding-top: 0px;
  padding-right: 0em;
  padding-left: 0em;
  -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: transparent;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.logo-text {
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  cursor: default;
}

.form-block {
  width: 60vw;
  max-width: 800px;
  padding: 2.5em 0em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.text-field {
  display: inline-block;
  max-width: 300px;
  margin-bottom: 33px;
  background-color: #e7bfa3;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #000424;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
}

.submit-button {
  display: inline-block;
  margin-bottom: 44px;
  background-color: #8b1f01;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.form {
  display: block;
  margin-top: 1em;
  -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;
  color: #000424;
  text-align: center;
}

.image-chandra-marquart {
  width: 100vw;
  max-width: none;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5em;
  -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: left;
}

.down-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  position: relative;
  top: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.textarea {
  display: inline-block;
  max-width: 300px;
  min-height: 270px;
  margin-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e7bfa3;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #000424;
  font-style: normal;
  text-align: center;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dark-text {
  position: relative;
  margin-top: 0em;
  margin-bottom: 0px;
  padding: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #010737;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.h7 {
  margin: 2em 1em;
  padding-bottom: 0em;
  padding-left: 0em;
  font-family: Kirsty, Impact, sans-serif;
  color: #010737;
  font-size: 2em;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.div-block {
  position: fixed;
}

.link-block {
  background-image: url('../images/instagram-button_1instagram-button.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.instagram-button {
  width: 33px;
  height: 33px;
  background-color: transparent;
  background-image: url('../images/instagram-button_1instagram-button.png');
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.mail-button {
  width: 33px;
  height: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('../images/email-icon_1email-icon.png');
  background-size: 100% 100%;
  line-height: 11px;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 4.3em;
  padding-bottom: 1.3em;
  padding-left: 4.3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-message {
  padding-left: 20px;
  background-color: #e7bfa3;
  color: #000424;
}

.error-message {
  position: static;
  max-width: none;
  background-color: #e7bfa3;
  color: #000424;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0em;
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
  font-size: 2.3em;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.7em;
  -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;
}

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

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

.about-the-founder {
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.about-chandra-marquart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33vh;
  max-width: 80vw;
  min-height: auto;
  min-width: auto;
  padding-top: 0px;
  padding-right: 0em;
  padding-left: 0em;
  -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: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0em;
  padding-bottom: 3.7em;
  padding-left: 0em;
  -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;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-3 {
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40vh;
  max-width: 70vw;
  margin-right: 0px;
  margin-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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6em;
  margin-bottom: 2em;
  margin-left: 6em;
  -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-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.h1-2 {
  display: block;
  width: 90vw;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.5em 0em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
  font-size: 2.3em;
  line-height: 1.3em;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.h1-2.opener {
  padding-top: 9em;
  padding-bottom: 0.5em;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  font-size: 1em;
}

.text-block-2 {
  margin: 0em 1em 1em 2em;
  padding: 2em;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 0%;
  background-size: cover;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  text-align: right;
}

.text-block-3 {
  margin-right: 20px;
  margin-bottom: 3em;
  margin-left: 20px;
  padding: 2em;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  text-align: left;
}

.text-block-4 {
  margin-right: 2em;
  margin-bottom: 3em;
  margin-left: 0.5em;
  padding: 2em;
  background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  background-position: 50% 100%;
  background-size: cover;
  font-family: Asm, 'Palatino Linotype', sans-serif;
}

.link {
  color: #e40000;
}

.columns {
  margin-bottom: 2.7em;
}

.video {
  position: relative;
  display: block;
  height: 10vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: none;
}

.section {
  overflow: hidden;
  height: 500px;
}

.video-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 10vw;
  min-width: 0%;
  margin-bottom: 0px;
  margin-left: 25%;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
}

.youtube {
  margin-bottom: -87px;
  padding-bottom: 137px;
}

.video-1 {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
}

.slider {
  display: block;
  margin-top: 50px;
}

.container-4 {
  position: absolute;
  max-height: 10vw;
  max-width: 10vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  position: relative;
  max-height: 10vw;
  max-width: 10vw;
}

.image-4 {
  position: relative;
  margin-left: 0px;
  padding-left: 45%;
  float: none;
  clear: both;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0em 0px 1.3em;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.image-5 {
  position: relative;
  padding-left: 40%;
}

.image-6 {
  padding-left: 40%;
}

.column {
  padding-right: 10px;
  padding-left: 10px;
}

.video-4 {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0px 1em 2.3em;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
  font-size: 2.3em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.columns-2 {
  margin-top: 20px;
}

.video-5 {
  min-width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
}

.container-6 {
  max-width: 90vw;
}

.image-7 {
  max-width: 90%;
  margin-right: 1.7em;
  margin-left: 2.7em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
  cursor: pointer;
}

.heading-4 {
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
  text-align: center;
}

.paragraph {
  font-family: Kirsty, Impact, sans-serif;
  color: #b68760;
}

.columns-3 {
  margin-bottom: 20px;
}

.heading-5 {
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 0px dashed #eba062;
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
}

.columns-4 {
  padding-top: 20px;
}

.text-block-5 {
  margin-bottom: 50px;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  font-size: 15px;
}

.italic-text {
  padding-top: 40px;
}

.image-8 {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

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

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  -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;
  cursor: pointer;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.7em;
  padding-right: 0px;
  padding-bottom: 0em;
  padding-left: 0px;
  -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;
}

.div-block-5 {
  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: 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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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;
}

.video-6 {
  margin-bottom: 0em;
}

.slide-1 {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0em;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/t-r_titelbild_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
}

.slide-nav-2 {
  overflow: hidden;
}

.slider-2 {
  height: 90vh;
  margin-bottom: 0em;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-04 {
  background-image: url('../images/200118_VILLA-Bloodrush_Storyboard_0009_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/t-r_buch_3-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-03 {
  background-image: url('../images/200119_VILLA-Bloodrush_Storyboard_0010_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-2 {
  padding: 0em 3.7em 3.7em;
}

.slide-6 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/t-r_buch_4-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-02 {
  background-image: url('../images/200119_VILLA-Bloodrush_Storyboard_0012_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.description-titel {
  padding: 0.1em 0.7em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #000;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #eba062;
  font-size: 1em;
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
}

.slide-7 {
  background-image: url('../images/200118_VILLA-Bloodrush_Storyboard_0008_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/t-r_buch_15-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/t-r_buch_11-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/t-r_buch_8-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/t-r_buch_7-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.description-text {
  margin-bottom: 0em;
  padding: 0.1em 0.7em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #000;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #eba062;
  font-size: 1em;
  text-align: right;
  white-space: normal;
}

.slide-17 {
  background-image: url('../images/t-r_buch_6-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/200119_VILLA-Bloodrush_Storyboard_0014_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask-2 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-3 {
  position: relative;
  display: block;
  width: 100%;
  height: 66vh;
  margin-bottom: 0em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-7 {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-bottom: 0em;
}

.slide-10 {
  background-image: url('../images/t-r_buch_10-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/t-r_buch_13-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-19 {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/t-r_buch_2-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/t-r_buch_12-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-20 {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/t-r_buch_1-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/t-r_buch_14-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/t-r_buch_9-1296x810_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-3 {
  margin-bottom: 0em;
  padding-bottom: 0em;
}

.link-2 {
  margin-right: 7px;
  margin-left: 7px;
  font-family: Asms, Tahoma, sans-serif;
  color: #eba062;
  text-decoration: none;
  text-transform: uppercase;
}

.link-1 {
  display: block;
  margin-right: 7px;
  margin-left: 7px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Asms, Tahoma, sans-serif;
  color: #eba062;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-3 {
  margin-right: 7px;
  margin-left: 7px;
  font-family: Asms, Tahoma, sans-serif;
  color: #eba062;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.3em;
  -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;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-9 {
  display: inline-block;
}

.h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin-top: 0em;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #e44712;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

.h2.green {
  color: #b2ff00;
}

.h3 {
  width: 50vw;
  margin-top: 2.3em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
  font-size: 2.3em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.h4 {
  margin-left: 2.3em;
  font-family: Kirsty, Impact, sans-serif;
  color: #eba062;
  font-size: 2.3em;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.button {
  width: 270px;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  border-radius: 7px;
  background-color: #eba062;
  box-shadow: 0 3px 0 0 #e44712;
  font-family: Asms, Tahoma, sans-serif;
  color: #010737;
  text-align: center;
  cursor: pointer;
}

.cta-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  padding: 9px 17px;
  -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: 7px;
  background-color: #eba062;
  box-shadow: 0 3px 0 0 #e44712;
  font-family: Asms, Tahoma, sans-serif;
  color: #010737;
  text-align: center;
  cursor: pointer;
}

.columns-5 {
  margin-top: 1em;
  margin-bottom: 3em;
}

.image-10 {
  margin-left: 7em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-11 {
  width: 100%;
  margin-right: 2.5em;
  margin-left: 2.5em;
  padding-right: 0em;
  padding-left: 0em;
}

.image-12 {
  margin-left: 7em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-13 {
  margin-left: 7em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-14 {
  margin-left: 7em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000424;
}

.nav-link-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000424;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #eba062;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-active.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #eba062;
  text-decoration: none;
}

.impressum {
  width: 90vw;
  margin-top: 0px;
  margin-bottom: 33px;
  padding: 5.7em 1.7em 1.7em;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #eba062;
  font-size: 9px;
  line-height: 17px;
  font-weight: 400;
}

.columns-7 {
  cursor: pointer;
}

.video-8 {
  margin-top: 2.7em;
  margin-bottom: 2.7em;
}

.image-15 {
  margin-bottom: 2.5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-16 {
  display: block;
  margin-bottom: 1.7em;
}

.bold-text {
  margin-bottom: 0.7em;
}

.bold-text-2 {
  margin-bottom: 0.7em;
}

.bold-text-3 {
  margin-bottom: 0.7em;
}

.image-17 {
  margin-top: 2.7em;
  margin-bottom: 0.7em;
}

.video-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin: 0em;
  -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;
}

.div-block-10 {
  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: 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;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7em;
  -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;
}

.html-embed {
  width: 50vw;
  margin-right: 2.7em;
}

.html-embed-2 {
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #010737;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Asms, Tahoma, sans-serif;
  color: #010737;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  -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;
}

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

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.popup-bg {
  position: fixed;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 4, 36, 0.7);
  opacity: 1;
  white-space: normal;
  cursor: auto;
}

.popup-box {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 400px;
  margin: auto;
  padding: 1em;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 7px;
  background-color: #fff;
  cursor: default;
}

.popup-headline {
  font-family: Asm, 'Palatino Linotype', sans-serif;
  color: #010737;
  font-size: 27px;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  font-family: Inconsolata, monospace;
  color: #010737;
  font-size: 1.1em;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.popup-close {
  position: static;
  display: block;
  width: 22px;
  height: 22px;
  max-width: none;
  margin: 0.3em;
  padding: 0em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.progress-bar {
  margin-bottom: 1em;
}

.cta-button {
  width: 270px;
  margin: 1em 1em 1.7em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #010737;
  cursor: pointer;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-top: 1em;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.security {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.lock-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cta-button-frame {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 2.7em;
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .image {
    width: 26px;
    height: auto;
  }

  .body {
    background-position: 50% 0%;
    background-attachment: fixed;
  }

  .logo {
    margin-top: 6px;
  }

  .hero-text {
    min-height: 30vh;
  }

  .text-block {
    cursor: default;
  }

  .text-block.bright {
    text-align: center;
  }

  .text-block.bright.copyright {
    padding-right: 0em;
    padding-left: 0em;
  }

  .text {
    width: 60vw;
    margin-right: 0em;
    margin-left: 0em;
    font-family: Asm, 'Palatino Linotype', sans-serif;
    color: #eba062;
    font-size: 1.1em;
    line-height: 1.5em;
    text-transform: none;
  }

  .h1 {
    margin-bottom: 0.7em;
    padding: 1em 2em;
    font-size: 2em;
    cursor: default;
  }

  .h1.dark {
    cursor: default;
  }

  .image-chandra-marquart {
    width: 100vw;
    max-width: none;
  }

  .image-3 {
    position: relative;
    top: -44px;
    cursor: pointer;
  }

  .textarea {
    background-color: #e7bfa3;
  }

  .dark-text {
    padding: 1em;
    color: #000424;
  }

  .h7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000424;
  }

  .instagram-button {
    background-color: transparent;
  }

  .mail-button {
    background-color: transparent;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading {
    margin-right: 2.5em;
    margin-left: 2.5em;
    font-size: 2em;
  }

  .about-chandra-marquart {
    width: 65vw;
    height: 40vh;
    max-width: 65vw;
    min-width: 65vw;
  }

  .div-block-3 {
    max-width: 65vw;
  }

  .h1-2 {
    padding-right: 2em;
    padding-left: 2em;
    font-size: 2em;
    cursor: default;
  }

  .h1-2.opener {
    padding-top: 17em;
    font-size: 0.73em;
  }

  .video-1 {
    margin-top: 0px;
  }

  .h5 {
    margin-right: 2.3em;
    margin-bottom: 1em;
    font-size: 2em;
  }

  .image-7 {
    margin-right: 0em;
    margin-bottom: 2.7em;
    margin-left: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-6 {
    height: 90vh;
  }

  .slider-2 {
    height: 43vh;
    margin-bottom: 1.3em;
  }

  .description-titel {
    font-size: 0.73em;
  }

  .description-text {
    font-size: 0.74em;
  }

  .slider-3 {
    height: 36vh;
  }

  .video-3 {
    padding-bottom: 0em;
  }

  .h2 {
    width: 70vw;
  }

  .h3 {
    width: 65vw;
    font-size: 2em;
  }

  .h4 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0em;
    margin-left: 0em;
    -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;
  }

  .html-embed {
    margin-right: 0em;
  }

  .html-embed-2 {
    width: 70vw;
    margin-right: 0em;
  }

  .popup-box {
    margin-top: auto;
  }

  .lock-icon {
    margin-right: 0em;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 3em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .body {
    background-size: cover;
  }

  .text-block {
    max-width: 400px;
  }

  .text {
    width: 70vw;
    max-width: none;
    margin-left: 0em;
    font-size: 0.9em;
  }

  .text.videobeschreibung {
    margin-right: 0em;
  }

  .h1 {
    width: 100vw;
    max-width: none;
    padding: 0.5em 1.3em;
    font-size: 1.7em;
  }

  .h1.dark {
    padding-right: 1.3em;
    padding-left: 1.3em;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-3 {
    position: relative;
    top: -38px;
  }

  .dark-text {
    font-size: 0.9em;
  }

  .h7 {
    line-height: 37px;
  }

  .heading {
    font-size: 1.7em;
  }

  .div-block-3 {
    margin-right: 2em;
    margin-left: 2em;
  }

  .div-block-4 {
    margin-right: 2em;
    margin-left: 2em;
  }

  .h1-2 {
    max-width: none;
    padding-top: 0.5em;
    font-size: 1.7em;
  }

  .h1-2.opener {
    padding-top: 11em;
    font-size: 0.8em;
  }

  .video-1 {
    margin-top: 0px;
    margin-bottom: 0em;
  }

  .section-1 {
    margin-top: 0px;
    margin-bottom: 1.7em;
  }

  .h5 {
    margin-top: 2em;
  }

  .image-7 {
    width: 50vw;
    max-width: none;
    margin-right: 0em;
    margin-bottom: 1.7em;
    margin-left: 0em;
  }

  .div-block-6 {
    height: 90vh;
  }

  .video-6 {
    margin-bottom: 0em;
  }

  .slider-2 {
    height: 35vh;
    margin-bottom: 1.4em;
  }

  .slide-04 {
    background-size: cover;
  }

  .slide-5 {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slide-03 {
    background-size: cover;
  }

  .section-2 {
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }

  .slide-6 {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slide-02 {
    background-size: cover;
  }

  .description-titel {
    font-size: 0.6em;
  }

  .slide-7 {
    background-size: cover;
  }

  .description-text {
    padding-top: 0px;
    font-size: 0.6em;
  }

  .slide-18 {
    background-size: cover;
  }

  .slider-3 {
    height: 28vh;
  }

  .video-7 {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .slide-19 {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slide-20 {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .video-3 {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }

  .h2 {
    width: 90vw;
    font-size: 0.9em;
  }

  .h3 {
    width: 70vw;
  }

  .columns-7 {
    margin-right: 0em;
    margin-left: 0em;
    -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;
  }

  .video-9 {
    width: 95vw;
  }

  .html-embed {
    width: 90vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .html-embed-2 {
    width: 80vw;
  }

  .popup-box {
    width: 95vw;
    height: 400px;
    margin-top: auto;
    padding: 0.7em;
  }

  .cta-button {
    margin: 1em;
  }

  .lock-icon {
    margin-right: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1em 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    position: static;
    width: 26px;
    height: auto;
  }

  .header {
    margin-top: 0.7em;
    -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;
  }

  .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-text {
    min-height: 0vh;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-block {
    margin-top: 0px;
    padding: 0em 1.5em 1.7em 0.3em;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .text-block.underline {
    left: auto;
    padding-top: 1.7em;
    padding-bottom: 0em;
    padding-left: 1.7em;
  }

  .text-block.bright {
    text-align: center;
  }

  .text-block.bright.copyright {
    padding-top: 0.7em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #eba062;
    font-size: 0.9em;
  }

  .nav-link {
    top: 27px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    margin-top: -21px;
    padding-top: 0px;
  }

  .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    max-width: 85vw;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.8em;
    text-align: left;
    text-transform: none;
  }

  .text.bold-text {
    text-align: center;
  }

  .text._3colums {
    width: 80vw;
  }

  .text.videobeschreibung {
    margin-right: 0em;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .h1 {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em 0.5em 1.7em;
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
  }

  .h1.dark {
    padding-right: 0.5em;
    padding-bottom: 2.5em;
    padding-left: 0.5em;
    text-decoration: underline;
  }

  .logo-text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 17px;
  }

  .form-block {
    width: 100vw;
    padding-right: 0em;
    padding-left: 0em;
  }

  .list {
    margin-bottom: 0em;
  }

  .image-3 {
    position: relative;
    top: -11px;
  }

  .textarea {
    min-height: 200px;
  }

  .dark-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #010737;
    font-size: 0.9em;
    text-align: center;
  }

  .h7 {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 2em 0em;
    color: #010737;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .footer {
    padding-right: 1em;
    padding-left: 1em;
  }

  .div-block-2 {
    height: 100%;
    padding-top: 4px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading {
    margin-right: 0em;
    margin-left: 0em;
    padding-right: 1em;
    padding-bottom: 2.5em;
    padding-left: 1em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 0.03em;
  }

  .thank-you {
    padding-bottom: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-chandra-marquart {
    max-width: 85vw;
    margin-top: 0em;
  }

  .div-block-3 {
    width: 90vw;
    max-width: 100vw;
    margin-top: 2.5em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: url('../images/die-erfindr_seamlesspaper_1200.jpg');
  }

  .div-block-4 {
    margin-right: 0em;
    margin-left: 0em;
  }

  .h1-2 {
    padding-top: 0.5em;
    padding-right: 0em;
    padding-left: 0em;
    font-size: 1.3em;
    letter-spacing: 0.04em;
  }

  .h1-2.opener {
    padding-top: 12em;
    font-size: 0.7em;
  }

  .video-1 {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .section-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0em;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .h5 {
    margin: 2.5em 1em 1em;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: left;
  }

  .image-7 {
    display: block;
    width: 53vw;
    max-width: none;
    margin-bottom: 2.7em;
    margin-left: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-5 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 2em;
  }

  .italic-text {
    padding-top: 0px;
  }

  .image-8 {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .italic-text-2 {
    padding-bottom: 2em;
  }

  .link-block-4 {
    margin-bottom: 0px;
  }

  .link-block-4.w--current {
    margin-bottom: 0px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 0em;
    padding-left: 0px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 33vh;
    margin-top: 3em;
    margin-bottom: 3em;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-7 {
    height: 33vh;
  }

  .video-6 {
    margin-bottom: 0em;
  }

  .slide-1 {
    width: auto;
    height: auto;
  }

  .mask-3 {
    margin-bottom: 0px;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vh;
    height: 17vh;
    margin-bottom: 0em;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-2 {
    padding-right: 0em;
    padding-bottom: 2em;
    padding-left: 0em;
  }

  .description-titel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.7em;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 0.7em;
    line-height: 2em;
  }

  .description-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.7em;
  }

  .slide-18 {
    background-size: cover;
  }

  .mask-2 {
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-3 {
    height: 17vh;
    margin-bottom: 0em;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .video-7 {
    margin-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0em;
  }

  .video-3 {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }

  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .link-2:hover {
    color: #ff5222;
    white-space: normal;
  }

  .link-1 {
    margin-left: 0px;
    color: #eba062;
    text-align: left;
  }

  .link-1:hover {
    color: #ff5222;
  }

  .link-3:hover {
    color: #ff5222;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    margin-bottom: 0em;
    -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;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .h6 {
    font-family: Kirsty, Impact, sans-serif;
    color: #eba062;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
  }

  .container-7 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .link-block-5 {
    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: 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;
  }

  .h2 {
    width: 95vw;
    margin-top: 1em;
    margin-bottom: 0em;
    font-size: 0.8em;
  }

  .h3 {
    width: 80vw;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    font-size: 1.3em;
    text-align: left;
  }

  .h4 {
    margin-right: 1em;
    margin-left: 1em;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .button {
    width: 270px;
    margin-top: 2.7em;
    margin-right: 1.7em;
    margin-left: 1.7em;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    text-align: center;
  }

  .cta-button-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 7px;
    background-color: #eba062;
  }

  .h0 {
    margin-top: 11em;
    font-family: Asm, 'Palatino Linotype', sans-serif;
    color: #eba062;
    text-align: center;
  }

  .columns-5 {
    margin-bottom: 0em;
  }

  .image-11 {
    margin-right: 0em;
    margin-left: 0em;
    padding-right: 0em;
    padding-left: 0em;
  }

  .image-12 {
    margin-left: 5em;
  }

  .image-13 {
    margin-left: 4.7em;
  }

  .image-14 {
    margin-left: 5em;
  }

  .language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav-link-active {
    top: 27px;
  }

  .nav-link-active.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #eba062;
  }

  .impressum {
    width: 100vw;
    color: #e7bfa3;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: 0em;
    margin-left: 0em;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-15 {
    width: 70vw;
  }

  .image-17 {
    margin-top: 2.7em;
    margin-bottom: 0.7em;
  }

  .video-9 {
    width: 100vw;
    margin-bottom: 0em;
  }

  .html-embed {
    width: 100vw;
  }

  .html-embed-2 {
    width: 100vw;
    margin-left: 0em;
  }

  .popup-bg {
    z-index: 5;
  }

  .popup-box {
    height: 400px;
  }

  .html-embed-3 {
    width: 90vw;
  }

  .popup-close {
    margin-top: 1.7em;
  }

  .progress-bar {
    margin-top: 1em;
    margin-bottom: 0.3em;
  }

  .cta-button {
    margin: 2.7em 1.7em;
    background-color: transparent;
  }

  .lock-icon {
    margin-right: 0.1em;
    margin-left: 0.7em;
  }
}

@font-face {
  font-family: 'Asm';
  src: url('../fonts/ASM-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Asm';
  src: url('../fonts/ASM-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kirsty';
  src: url('../fonts/kirstyrg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Asms';
  src: url('../fonts/ASMS-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}