.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: acumin-pro-condensed, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 5.5em;
  line-height: 0.85em;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

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

a {
  color: #000;
  text-decoration: none;
}

.page-wrapper {
  position: relative;
}

.site-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 185px;
  align-items: stretch;
  color: #fff;
}

.half {
  display: flex;
  width: 50%;
  padding-right: 70px;
  padding-left: 70px;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
}

.half.gn {
  background-color: #009640;
}

.social-navigation {
  flex: 1;
}

.menu-social-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.logo.quer {
  display: none;
}

.logo-wrapper {
  height: 130px;
}

.content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.promo-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100vh;
  flex: 0 0 auto;
}

.main-content-wrapper {
  width: 50%;
  min-height: 100vh;
  flex: 0 0 auto;
}

.promo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.promo-image.pos-ticket {
  -o-object-position: 75% 50%;
  object-position: 75% 50%;
}

.promo-image.pos-programm {
  -o-object-position: 17% 50%;
  object-position: 17% 50%;
}

.social-item-link {
  position: relative;
  width: 44px;
}

.social-item-link.dist {
  margin-right: 10px;
}

.img-social-ws {
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}

.img-social-ws.footer {
  padding: 0px;
}

.hoverliner {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -10px;
  width: 0px;
  height: 5px;
  background-color: #fff;
  transform: translate(-50%, 0px);
}

.hoverliner.navi {
  bottom: -18px;
}

.main-nav-wrapper {
  flex: 1;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.2em;
}

.main-nav {
  display: flex;
  justify-content: space-between;
}

.main-nav-item-link {
  position: relative;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.main-nav-item {
  font-size: 2.3vw;
}

.promo-info-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 120px;
  z-index: 10;
  padding-right: 70px;
  padding-left: 70px;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
}

.promo-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 6.5vw;
}

.colored {
  color: #96c11f;
}

.promo-link {
  display: inline-block;
  margin-top: 40px;
  padding-right: 30px;
  background-image: url('../images/play_white.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-link:hover {
  background-image: url('../images/play_light_green.svg');
  color: #96c11f;
}

.intro-text {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 400;
}

.intro-text.item {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1em;
}

.author {
  position: absolute;
  top: 50%;
  right: -75px;
  z-index: 20;
  width: 12em;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 0.85em;
}

.main-content {
  overflow: hidden;
  padding-top: 185px;
  padding-right: 70px;
  padding-left: 70px;
}

.text-home {
  position: relative;
}

.breadcrumb {
  position: relative;
  z-index: 5;
  display: flex;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.bg-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: flex;
  height: 100px;
  align-items: flex-end;
}

.content-title {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #000;
  font-size: 3em;
  line-height: 0.85em;
  text-transform: none;
}

.list-item {
  display: inline-block;
  margin-top: 6px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  color: #009640;
  font-size: 0.7em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.list-item.arrow {
  margin-right: 10px;
  padding-right: 16px;
  background-image: url('../images/arrow-right-dark-green.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.list-item.fact {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #009640;
}

.slogan {
  color: rgba(219, 224, 224, 0.47);
  font-size: 5.8em;
  line-height: 0.85em;
  white-space: nowrap;
}

.programm-outer {
  display: -ms-grid;
  display: grid;
  margin-top: 75px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(200px, 1fr) 65px minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr) 65px minmax(200px, 1fr);
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.seperator {
  z-index: 10;
  width: 10px;
  height: 100%;
  margin-right: 30px;
  margin-left: 15px;
  flex: 0 0 auto;
  background-color: rgba(233, 237, 237, 0.85);
}

.programm-wrapper {
  flex: 1;
}

.programm-wrapper.dist-top {
  margin-top: 100px;
}

.programm-wrapper.dist-bottom {
  margin-bottom: 100px;
}

.prg-img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
}

.prg-img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prg-img.left {
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.prg-img.right {
  -o-object-position: 95% 50%;
  object-position: 95% 50%;
}

.prg-img.bottom {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.prg-img-bg {
  position: absolute;
  left: -15px;
  top: auto;
  right: auto;
  bottom: -15px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #96c11f;
}

.prg-img-bg.grey {
  background-color: #ccc;
}

.prg-img-outer {
  position: relative;
}

.prg-item-content {
  padding-right: 15px;
}

.prg-item-head-wrapper {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-right: 30px;
}

.prg-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 13px;
}

.prg-item-head {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}

.prg-facts-wrapper {
  display: flex;
  padding-right: 30px;
  color: #009640;
  line-height: 1em;
}

.seperator-wrapper {
  padding-top: 100px;
}

.partner-outer {
  position: relative;
}

.slogan-wrapper {
  position: relative;
  z-index: 5;
  margin-bottom: -10px;
}

.partner-wrapper {
  margin-right: -70px;
  margin-left: -70px;
  padding: 100px 70px;
  background-color: #f0f6f2;
}

.heading {
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 800;
}

.partner-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partner-item {
  width: 28%;
  filter: grayscale(100%);
  transition: filter 300ms cubic-bezier(.77, 0, .175, 1);
}

.partner-item:hover {
  filter: none;
}

.footer {
  padding: 85px 70px 40px;
  background-color: #282a2a;
  color: #fff;
}

.site-info {
  display: flex;
  padding-bottom: 45px;
  align-items: flex-start;
}

.footer-column {
  display: flex;
  width: 50%;
  align-items: flex-start;
}

.footer-column.right {
  justify-content: flex-end;
}

.footer-slogan {
  margin-top: 0px;
  padding-right: 85px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 800;
}

.column-level-2 {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.footer-menu-head {
  margin-bottom: 15px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
}

.footer-txt-link {
  margin-bottom: 6px;
  transition: color 300ms cubic-bezier(.77, 0, .175, 1);
  font-family: acumin-pro-semi-condensed, sans-serif;
  color: #b2b3b3;
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: 500;
}

.footer-txt-link:hover {
  color: #fff;
}

.footer-txt-link.privacy {
  color: #fff;
}

.footer-txt-link.privacy:hover {
  color: #b2b3b3;
}

.footer-menu-wrapper {
  display: flex;
  width: 50%;
  padding-right: 85px;
  flex-direction: column;
  align-items: flex-start;
}

.form-input {
  height: 36px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 3px;
  border-color: transparent transparent #575757;
  background-color: transparent;
  font-family: acumin-pro-semi-condensed, sans-serif;
  color: #fff;
  font-size: 0.85em;
  font-weight: 500;
}

.form-input:focus {
  border-bottom-color: #ccc;
}

.form-input.contact {
  margin-bottom: 25px;
  border-bottom-color: #282a2a;
  color: #000;
}

.form-input.contact:focus {
  border-bottom-color: #575757;
}

.form-input.contact::-moz-placeholder {
  color: #575757;
}

.form-input.contact::-ms-input-placeholder {
  color: #575757;
}

.form-input.contact::placeholder {
  color: #575757;
}

.form-input.contact.msg {
  height: 90px;
}

.form-input.contact.slc {
  height: 42px;
  padding-left: 10px;
  background-color: rgba(219, 224, 224, 0.47);
  font-weight: 700;
}

.checkbox-label {
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: acumin-pro-condensed, sans-serif;
  color: #b2b3b3;
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: 700;
}

.checkbox-label.contact {
  color: #575757;
}

.checkbox-field {
  display: flex;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-left: 0px;
  align-items: flex-start;
}

.submit-button {
  padding-right: 33px;
  padding-bottom: 11px;
  padding-left: 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  background-color: transparent;
  transition: opacity 300ms cubic-bezier(.55, .055, .675, .19), background-color 300ms cubic-bezier(.55, .055, .675, .19);
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

.submit-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.submit-button.contact {
  width: 50%;
  border-color: #000;
  background-color: #000;
}

.submit-button.contact:hover {
  color: #fff;
}

.form-block-wrapper {
  width: 50%;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: #b2b3b3;
}

.checkbox.w--redirected-checked {
  border-color: #b2b3b3;
  background-color: #96c11f;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.contact {
  border-color: #282a2a;
}

.social-footer-container {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: flex-start;
  border-top: 3px solid #575757;
  border-bottom: 3px solid #575757;
}

.footer-slogan-head {
  margin-top: 0px;
  padding-right: 85px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 700;
}

.credits-footer-container {
  display: flex;
  padding-top: 30px;
  align-items: flex-start;
}

.footer-text {
  margin-bottom: 6px;
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: acumin-pro-semi-condensed, sans-serif;
  color: #b2b3b3;
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: 500;
}

.text-span {
  color: #fff;
}

.tickets-outer {
  margin-top: 50px;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(50%, 30%) 25% 25%;
  grid-template-columns: minmax(50%, 30%) 25% 25%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.table-head {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  color: #575757;
  font-weight: 700;
}

.table-head.row1 {
  width: 40%;
}

.table-head.row2 {
  width: 25%;
  text-align: center;
}

.table-head.row3 {
  width: 25%;
  text-align: center;
}

.theme-item-wrapper {
  width: 40%;
}

.theme-head {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 1.2em;
  line-height: 1em;
}

.theme-head:hover {
  color: #96c11f;
}

.theme-head.upper {
  text-transform: uppercase;
}

.meeting-point {
  font-size: 0.85em;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

.status {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009640;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.status:hover {
  letter-spacing: 1.05px;
}

.status.expired {
  background-color: #000;
}

.status.expired.canceled {
  text-decoration: line-through;
}

.status.sold-out {
  background-color: #d90004;
}

.event-date {
  width: 25%;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.event-date.finished {
  text-decoration: line-through;
}

.events-table-head-row {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233, 237, 237, 0.85);
}

.event-row {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid rgba(233, 237, 237, 0.85);
  border-bottom: 1px solid rgba(233, 237, 237, 0.85);
  border-left: 1px solid rgba(233, 237, 237, 0.85);
}

.event-row:hover {
  background-color: #f0f6f2;
}

.quote-wrapper {
  position: relative;
  z-index: 10;
  padding: 45px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f6f6f6;
}

.quote-seperator {
  width: 25px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 20px;
  background-color: #96c11f;
}

.quote-logo {
  width: 70px;
}

.quote {
  align-self: flex-start;
  color: #000;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 800;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background-color: #96c11f;
}

.quote-outer {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-2 {
  color: #000;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
}

.kontakt-txt {
  margin-top: 25px;
  margin-bottom: 60px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 800;
}

.kontakt-txt.item {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1em;
}

.heading-3 {
  color: #000;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
}

.registration-form-outer {
  width: 75%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.note-box {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 24px 18px 15px;
  background-color: #ffc107;
  font-weight: 700;
}

.note {
  margin-bottom: 10px;
  color: #000;
  font-size: 1em;
  font-weight: 700;
}

.note.head {
  padding-left: 27px;
  background-image: url('../images/attention.svg');
  background-position: 0px 4px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.note.voucher {
  padding-left: 27px;
  background-image: url('../images/play_black.svg');
  background-position: 0px 4px;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.facts-row {
  display: flex;
  padding: 12px 18px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(233, 237, 237, 0.85);
}

.fact-item {
  font-size: 1.05em;
  font-weight: 500;
  text-align: right;
}

.fact-item.label {
  padding-right: 60px;
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
}

.fact-item.expired {
  text-decoration: line-through;
}

.fact-item.finished {
  text-decoration: line-through;
}

.facts-wrapper {
  margin-bottom: 35px;
  border-top: 1px solid rgba(233, 237, 237, 0.85);
}

.map {
  width: 100%;
  height: 40vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.order-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 1;
  background-color: #009640;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.order-btn:hover {
  background-color: #009640;
  letter-spacing: 1.05px;
}

.order-btn.expired {
  background-color: #000;
}

.order-btn.expired.canceled {
  text-decoration: line-through;
}

.order-btn.sold-out {
  background-color: #d90004;
}

.order-wrapper {
  display: flex;
  margin-top: 20px;
  margin-bottom: 35px;
  justify-content: space-between;
  align-items: center;
}

.team-members-wrapper {
  margin-top: 30px;
  margin-bottom: 35px;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.member-item {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 40px;
  align-items: center;
}

.member-img-wrapper {
  width: 100px;
}

.member-txt-wrapper {
  padding-left: 10px;
  flex: 0 auto;
}

.text-block-3 {
  padding-left: 17px;
  background-image: url('../images/phone.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1em;
}

.heading-4 {
  margin-bottom: 5px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #009640;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 700;
}

.image-3 {
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #96c11f;
}

.faq-category-wrapper {
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(50%, 30%) 25% 25%;
  grid-template-columns: minmax(50%, 30%) 25% 25%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.faq-category-outer {
  margin-bottom: 60px;
}

.heading-5 {
  margin-top: 60px;
  margin-bottom: 25px;
  color: #000;
  font-size: 1.7em;
  line-height: 1em;
}

.faq-question-wrapper {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(233, 237, 237, 0.85);
  background-color: #fff;
  cursor: pointer;
}

.plus {
  width: 18px;
  height: 18px;
  margin-left: 15px;
  background-image: url('../images/minus.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: acumin-pro-condensed, sans-serif;
  color: #000;
  font-size: 1.1em;
  font-weight: 800;
}

.faq-item-wrapper {
  border-right: 1px solid rgba(233, 237, 237, 0.85);
  border-bottom: 1px solid rgba(233, 237, 237, 0.85);
  border-left: 1px solid rgba(233, 237, 237, 0.85);
}

.faq-item-wrapper._1st {
  border-top: 1px solid rgba(233, 237, 237, 0.85);
}

.faq-answer-wrapper {
  overflow: hidden;
}

.sign-btn {
  position: relative;
}

.minus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  margin-left: 15px;
  background-image: url('../images/bar.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-4 {
  padding: 14px 20px;
}

.img-social-sw {
  display: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-span-2 {
  display: block;
  font-size: 0.4em;
  font-weight: 500;
}

.link-3 {
  color: #b2b3b3;
}

.book-voucher {
  display: inline-block;
}

.take {
  background-image: url('../images/dot575757.svg');
  background-position: 0% 0%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.finished {
  text-decoration: line-through;
}

.kids-heading {
  margin-bottom: 5px;
  color: #96c11f;
  font-size: 1.2em;
  text-transform: uppercase;
}

.kids-heading.big {
  margin-top: -15px;
  font-size: 2.2em;
  line-height: 1;
}

.kids-yellow {
  color: #ecb40b;
}

.kids-red {
  color: #f00f0f;
}

.kids-blue {
  color: #1e37f3;
}

.kids-green {
  color: #0eb45e;
}

.success-message {
  background-color: #009640;
  color: #fff;
}

.error-message {
  margin-top: 25px;
  background-color: #960000;
  color: #fff;
}

.gosave {
  display: none;
}

.rich-text-block {
  font-size: 1.1em;
}

.heading-7 {
  margin-top: 35px;
  margin-bottom: -10px;
  color: #282a2a;
  font-size: 1.7em;
  line-height: 1;
}

.div-block-3 {
  display: flex;
  margin-top: 30px;
}

.list {
  width: 50%;
}

.list-item-2 {
  padding-bottom: 15px;
  font-size: 1.1em;
  font-weight: 700;
}

.heading-8 {
  margin-top: 24px;
  margin-bottom: -25px;
  color: #282a2a;
  font-size: 1.3em;
  font-weight: 700;
}

.heading-9 {
  margin-bottom: 0px;
  color: #000;
  font-size: 1.2em;
  line-height: 1;
}

.fs-cc-prefs2_form {
  position: relative;
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  margin-bottom: 0px;
  background-color: #333;
  color: #fff;
}

.fs-cc-prefs2_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #009640;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_title {
  color: #010440;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_option {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid hsla(0, 0%, 75.3%, 0.3);
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs2_submit {
  margin-top: 12px;
  padding: 12px 20px;
  background-color: #014001;
  font-weight: 700;
  text-align: center;
}

.fs-cc-banner2_container {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-start;
}

.fs-cc-prefs2_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: none;
  margin-bottom: 0px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.fs-cc-banner2_buttons-wrapper {
  display: flex;
  margin-top: 1.2em;
  align-items: center;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs2_button {
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #009640;
  background-color: #009640;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  margin-bottom: 12px;
  border-color: #009640;
  background-color: #fff;
  color: #009640;
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 999;
  display: none;
  width: 44%;
  padding: 1.5em;
  background-color: #009640;
  box-shadow: 6px 6px 12px -5px rgba(0, 0, 0, 0.7);
  color: #fff;
}

.fs-cc-prefs2_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #009640;
  background-color: #fff;
  cursor: pointer;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: #009640;
  background-color: #009640;
  background-size: auto;
}

.fs-cc-manager2_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.fs-cc-banner2_text {
  font-size: 0.9em;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.fs-cc-prefs2_content {
  height: 100%;
  padding: 40px 32px;
  background-color: #fff;
  color: #000;
}

.fs-cc-banner2_text-link {
  flex: 0 auto;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner2_text-link.dist {
  margin-left: 20px;
}

.fs-cc-banner2_button {
  min-width: 7.3em;
  margin-right: 8px;
  margin-left: 8px;
  padding: 8px 20px;
  flex: 1;
  background-color: #fff;
  color: #009640;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: rgba(87, 87, 87, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.fs-cc-prefs2_form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  margin-bottom: 0px;
  padding: 30px;
  justify-content: center;
  align-items: center;
}

.fs-cc-prefs2_close {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  padding: 12px;
  background-color: #009640;
  box-shadow: -1px 1px 4px 0 rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs2_toggle-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fs-cc-prefs2_buttons-wrapper {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs2_checkbox-field {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  padding: 2px;
  justify-content: center;
  align-items: center;
}

.fs-cc-manager2_button {
  display: flex;
  width: 48px;
  padding: 8px;
  flex-direction: column;
  background-color: #fff;
  transition: color 200ms ease;
  color: #0540f2;
  cursor: pointer;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fc-cc-banner2_outer {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  width: 44%;
  padding: 2em;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.35);
}

.fs-cc-prefs2_value {
  font-size: 16px;
}

.upper {
  text-transform: uppercase;
}

.form-state-wrap {
  padding: 2em;
  border-left: 0.2em solid #000;
}

.form-state-wrap.success {
  display: none;
  border-left-color: #009640;
  background-color: #ebfdf1;
}

.form-state-wrap.fail {
  display: none;
  border-left-color: #cb1414;
  background-color: #fdebeb;
}

.state-message-title {
  margin-bottom: 0.5em;
}

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

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .site-header {
    position: relative;
    height: auto;
    flex-direction: column;
  }

  .half {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }

  .logo {
    display: none;
  }

  .logo.quer {
    display: block;
  }

  .logo-wrapper {
    height: 50px;
    margin-left: 0px;
  }

  .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .promo-wrapper {
    position: relative;
    width: 100%;
    height: 85vh;
  }

  .main-content-wrapper {
    width: 100%;
  }

  .img-social-ws {
    display: none;
  }

  .img-social-ws.footer {
    display: block;
    padding: 0px;
  }

  .hoverliner {
    background-color: #000;
  }

  .hoverliner.main-nav {
    background-color: #fff;
  }

  .hoverliner.navi {
    background-color: #fff;
  }

  .main-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-nav-item {
    font-size: 4vw;
  }

  .promo-info-wrapper {
    bottom: 80px;
  }

  .promo-heading {
    font-size: 8.5vw;
  }

  .main-content {
    padding-top: 30px;
  }

  .programm-wrapper {
    flex: 0 0 auto;
  }

  .site-info {
    padding-bottom: 15px;
    flex-wrap: wrap;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column.right {
    justify-content: flex-start;
  }

  .footer-slogan {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .footer-menu-wrapper {
    padding-right: 60px;
  }

  .submit-button {
    width: 100%;
    margin-top: 10px;
  }

  .credits-footer-container {
    flex-wrap: wrap;
  }

  .tickets-outer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 3fr 1fr 1fr;
    grid-template-columns: 3fr 1fr 1fr;
  }

  .faq-category-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 3fr 1fr 1fr;
    grid-template-columns: 3fr 1fr 1fr;
  }

  .img-social-sw {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    height: 42px;
  }

  .social-item-link {
    width: 33px;
  }

  .social-item-link.dist {
    margin-right: 6px;
  }

  .main-nav-item {
    font-size: 4.6vw;
  }

  .promo-heading {
    font-size: 10vw;
    line-height: 0.9em;
    letter-spacing: 1px;
  }

  .list-item {
    font-size: 0.9em;
  }

  .programm-outer {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
  }

  .programm-wrapper.dist-top {
    margin-top: 0px;
  }

  .programm-wrapper.dist-bottom {
    margin-bottom: 0px;
  }

  .prg-item-wrapper {
    margin-bottom: 60px;
  }

  .prg-item-head {
    font-size: 1.6em;
  }

  .seperator-wrapper {
    display: none;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-slogan {
    font-size: 2em;
  }

  .footer-menu-wrapper {
    width: 100%;
  }

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

  .social-footer-container {
    flex-wrap: wrap;
  }

  .credits-footer-container {
    font-size: 15px;
  }

  .table-head.row3 {
    display: none;
  }

  .theme-item-wrapper {
    width: 70%;
  }

  .status {
    width: 100%;
    margin-top: 10px;
  }

  .event-row {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }

  .registration-form-outer {
    width: 100%;
  }

  .team-members {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .member-item.dist {
    margin-bottom: 20px;
  }

  .member-img-wrapper {
    flex: 0 0 auto;
  }

  .member-txt-wrapper {
    padding-left: 20px;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_component {
    width: 94%;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fc-cc-banner2_outer {
    right: 0%;
    bottom: 0%;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .half {
    padding-right: 25px;
    padding-left: 25px;
  }

  .menu-social-container {
    display: none;
  }

  .logo.quer {
    width: auto;
  }

  .logo-wrapper.w--current {
    justify-content: center;
  }

  .promo-wrapper {
    height: 90vh;
  }

  .main-nav-item-link {
    font-size: 1.15em;
  }

  .main-nav-item {
    font-size: 5.4vw;
  }

  .promo-info-wrapper {
    bottom: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .promo-heading {
    font-size: 14vw;
    line-height: 0.9em;
  }

  .promo-link {
    margin-top: 30px;
  }

  .intro-text.item {
    margin-top: 15px;
  }

  .author {
    top: 25%;
  }

  .main-content {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .prg-facts-wrapper {
    padding-right: 0px;
  }

  .footer {
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-slogan {
    font-size: 1.8em;
  }

  .footer-text {
    flex: 0 0 auto;
  }

  .facts-row {
    padding: 10px 0px;
    flex-direction: column;
  }

  .fact-item {
    text-align: left;
  }

  .fact-item.label {
    margin-bottom: 0.4em;
    padding-left: 0.9em;
    background-image: url('../images/arrow-right-black.svg');
    background-position: 0% 50%;
    background-size: 10px 16px;
    background-repeat: no-repeat;
    font-size: 1em;
  }

  .div-block-3 {
    flex-wrap: wrap;
  }

  .list {
    width: 100%;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-banner2_component {
    right: auto;
    bottom: 0%;
    width: 100%;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-banner2_text-link.dist {
    display: none;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }
}

#w-node-_857b3789-3da0-5448-695e-6dbf9ec04226-2cd1de12 {
  -ms-grid-row: span 7;
  grid-row-start: span 7;
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

