.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: Inter, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

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

.welcome.h-600 {
  height: 600px;
  background-color: #16161a;
}

.welcome.bg-dark {
  position: static;
  width: auto;
  height: 100vh;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 0px;
  background-color: #16161a;
  background-image: url('../images/BG.png');
  background-position: 60% 50%;
  background-size: cover;
}

.welcome.bg-dark.h-100 {
  height: 100vh;
}

.welcome.bg-dark.footers {
  background-position: 50% 50%;
  background-size: cover;
}

.welcome.bg-dark.liveshows {
  height: 30vh;
  text-align: center;
}

.welcome.bg-dark.kontakt {
  height: 40vh;
}

.body-2 {
  margin: 20px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.nav-width {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.simplenavbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(255, 255, 254, 0.1);
}

.simplenavbar.pos-abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.simplenavbar.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-logo-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo-link.left-align {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.nav-logo {
  display: block;
  width: 150px;
  margin-top: 20px;
  margin-left: 10px;
}

.nav-logo.sm-logo {
  width: 30px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.nav-list.stretch-full {
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-items-ul {
  display: -ms-grid;
  display: grid;
  height: 100%;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 15px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 15px;
  grid-template-rows: 15px;
}

.nav-items-ul.stretch {
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-item-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fffffe;
  font-weight: 500;
}

.nav-item-li.drop-down-trigger {
  position: relative;
}

.nav-link-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -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;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.nav-link-text.hover-effect {
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.nav-link-text.hover-effect:hover {
  background-color: rgba(148, 161, 178, 0.1);
}

.nav-signup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.nav-signup-wrapper.right-align {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-primary-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2cb67d;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.nav-primary-button:hover {
  background-color: rgba(34, 140, 96, 0.9);
}

.button-text {
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
}

.button-text.dark {
  color: #16161a;
}

.navigation-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #16161a;
}

.navigation-item-list.footer {
  border-bottom: 1px solid #94a1b2;
}

.caption-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.caption-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2cb67d;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.nav-hamburger-icon-wrapper {
  width: 60px;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/5b3fef9a95a9f08651df7e64_lll.svg');
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.nav-mobile {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(255, 255, 254, 0.1);
}

.nav-mobile.d-md-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-img {
  width: 24px;
}

.nav-icon-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffffe;
}

.span-text {
  color: #94a1b2;
  font-size: 13px;
  font-weight: 400;
}

.nav-link-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-dropdown-link-text {
  font-size: 14px;
  line-height: 1em;
}

.carot-dropdown-icon {
  width: 8px;
  margin-top: 3px;
  margin-left: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-icon {
  width: 20px;
}

.logo-text {
  color: #fffffe;
  font-size: 19px;
  font-weight: 600;
}

.section-header-well {
  position: relative;
  z-index: 70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 70px;
  text-align: center;
}

.section-header-well.unterseite {
  height: 40vh;
}

.section-header-well.unterseite.liveshows {
  height: 100%;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.h1 {
  display: block;
  margin: auto;
  font-family: Montserrat, sans-serif;
  color: #fffffe;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.h1.kontakt {
  color: #16161a;
}

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

.nav-close-icon-mobile {
  display: none;
}

.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 65px;
  z-index: 9999;
  min-width: 100%;
  margin-top: -4px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0px;
  background-color: #fffffe;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.17);
}

.footer {
  position: relative;
  z-index: 200;
  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;
  background-color: #16161a;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 20px auto 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-wrap.complete-footer {
  margin-bottom: 10px;
  padding-top: 20px;
}

.footer-wrap.complete-footer.centered-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.footer-link-column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link-column.footer-link-column--logo {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-link-column.footer-column-link--social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link-column.footer-column-link--social.row.right-align {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer-link-column.footer-column-link--social.row.centered {
  margin-top: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link-column.footer-column-link--social.row.centered.made {
  margin-top: 20px;
}

.footer-link-column.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-column.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-link-column.inline.centered {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo-link {
  margin-bottom: 10px;
}

.footer-logo-link.grouped-with-detail {
  margin-bottom: 35px;
}

.footer-logo-link.clear-bottom {
  margin-bottom: 0px;
}

.footer-logo-link.clear-bottom.mr-25 {
  margin-right: 25px;
}

.footer-logo-link.right-align {
  position: absolute;
  left: 0px;
}

.footer-logo-link.padding-horizontal {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.footer-logo {
  width: 150px;
  margin-left: 0px;
}

.footer-logo.logo-2x {
  width: 150px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-link-wrap.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-header {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #fffffe;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.footer-link {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.footer-link.light {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #94a1b2;
}

.footer-link.light:hover {
  color: #fffffe;
}

.footer-link.light.inline {
  margin: 15px 13px 0px 12px;
}

.footer-link-social {
  margin-bottom: 25px;
  opacity: 0.7;
}

.footer-link-social.yt-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 25px;
  background-image: url('../images/youtube-fill.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.yt-icon:hover {
  opacity: 1;
}

.footer-link-social.yt-icon.inline {
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.footer-link-social.fb-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/facebook-box-fill.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.fb-icon:hover {
  opacity: 1;
}

.footer-link-social.fb-icon.inline {
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.footer-link-social.ig-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 25px;
  background-image: url('../images/instagram-fill.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.ig-icon:hover {
  opacity: 1;
}

.footer-link-social.ig-icon.inline {
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.footer-link-social.linkedin-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 25px;
  background-image: url('../images/linkedin-box-fill.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.linkedin-icon:hover {
  opacity: 1;
}

.footer-link-social.linkedin-icon.inline {
  margin-bottom: 0px;
  margin-left: 12px;
}

.footer-bottom {
  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;
}

.footer-bottom.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-copyright-text {
  margin-bottom: 0px;
  color: #fffffe;
  font-size: 15px;
}

.footer-copyright-text.light {
  color: #94a1b2;
}

.footer-copyright-text.light.small {
  font-size: 13px;
}

.hr-line {
  width: 1280px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(148, 161, 178, 0.25);
}

.hr-line.separator {
  height: 2px;
  background-color: #2cb67d;
}

.contact-info-text {
  margin-bottom: 25px;
  color: #94a1b2;
  font-size: 15px;
}

.button {
  padding: 15px 20px;
  background-color: #2cb67d;
}

.button.rounded {
  padding-top: 13px;
  padding-bottom: 13px;
}

.heading {
  color: #2cb67d;
}

.button-2 {
  width: 500px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 42px;
  border-style: solid;
  border-width: 3px;
  border-color: #fffffe;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.nav-primary-button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2cb67d;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.nav-primary-button-2:hover {
  background-color: rgba(34, 140, 96, 0.9);
}

.nav-logo-2 {
  display: block;
  width: 150px;
  margin-top: 10px;
}

.nav-item-li-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fffffe;
  font-weight: 500;
}

.nav-items-ul-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.nav-link-text-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 1em;
}

.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(255, 255, 254, 0.1);
}

.nav-main.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link-2 {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo-3 {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.scroll-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  -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-filter: brightness(10000%) grayscale(100%);
  filter: brightness(10000%) grayscale(100%);
}

.lottie-animation {
  position: -webkit-sticky;
  position: sticky;
  width: 55px;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
}

.button-3 {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-3:hover {
  background-color: #025c5f;
}

.button-3.button-mobile {
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 10px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #16161a;
  font-weight: 600;
}

.logo {
  width: 150px;
}

.nav-menu-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.nav03 {
  position: fixed;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}

.brand {
  margin-right: 20px;
  padding: 12px;
}

.line-break {
  width: 1px;
  min-height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ddd;
}

.nav-link-plain {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 15px;
}

.nav-link-plain:hover {
  color: #02676b;
}

.videos {
  position: relative;
  z-index: 80;
  width: auto;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #2cb67d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/LK_680-Kopie.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/LK_680-Kopie.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.service-photo-block {
  z-index: -1;
  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;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
}

.service-photo-block:hover {
  box-shadow: -16px 37px 50px -40px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.03) translate(5px, -5px);
  -ms-transform: scale(1.03) translate(5px, -5px);
  transform: scale(1.03) translate(5px, -5px);
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.line-link {
  margin-top: 40px;
  border-bottom-style: none;
  color: #b62654;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.line-link:hover {
  text-decoration: none;
}

.line-link:active {
  border-bottom-color: #833777;
  color: #888;
}

.container {
  position: relative;
  z-index: 1;
  padding-right: 16.66667%;
  padding-left: 16.66667%;
  -webkit-perspective: 679px;
  perspective: 679px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.sec {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.btn-white {
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #292929;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-white:hover {
  box-shadow: -10px 10px 23px 0 rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(3px, -3px);
  -ms-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
  text-decoration: none;
}

.list-name {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 700;
}

.service-photo-wrapper {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line {
  width: 50px;
  height: 1px;
  margin-top: 42px;
  margin-right: 30px;
  float: left;
  background-color: rgba(0, 0, 0, 0.3);
}

.service-text-block {
  width: 70%;
  margin-top: 30px;
  float: left;
}

.service-block {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #16161a;
}

.service-content-wrapper {
  width: 70%;
  padding-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.more-line {
  display: block;
  width: 0%;
  height: 1px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b62654;
  opacity: 0;
}

.text-block {
  color: #4d4d4d;
  font-size: 12px;
}

.link {
  color: #ddc9a2;
}

.unten {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  padding-bottom: 0px;
  background-color: #fffffe;
}

.unten.banner1 {
  z-index: 1100;
}

.unten.oben {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.oben {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  padding-bottom: 0px;
  background-color: #fffffe;
}

.oben.banner2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1100;
}

.shop {
  width: auto;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #2cb67d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/IP20195663_credit_benedikt_schnermann.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/IP20195663_credit_benedikt_schnermann.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  text-align: center;
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  z-index: 0;
  height: 100px;
}

.lottie-animation-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 30;
  height: 100px;
  -webkit-filter: brightness(300%) grayscale(100%);
  filter: brightness(300%) grayscale(100%);
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  display: block;
  height: 100vh;
  padding-top: 7px;
  padding-right: 83px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  height: 50vh;
}

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

.section-2 {
  position: relative;
  z-index: 40;
  display: none;
  height: 100vh;
  padding: 30px 0px;
  background-color: #fffffe;
  color: #fffffe;
}

.form-subtitle-cf10 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-cf10 {
  margin-top: 0px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #f4f6fc;
  font-size: 16px;
  text-align: left;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: #f76874;
}

.text-field-cf10.other {
  width: 50%;
  margin-top: 10px;
}

.text-field-cf10.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.checkbox-wrapper-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-subwrapper-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-cf10 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 18px;
}

.checkbox-cf10.w--redirected-checked {
  border-color: #f76874;
  background-color: #f76874;
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf10 {
  margin-top: 20px;
  padding: 10px 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #f76874;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #f76874;
  font-size: 14px;
  font-weight: 600;
}

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

.submit-button-cf10:active {
  border-style: none;
  background-color: #94a1b2;
}

.field-label-cf10 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.checkbox-field-cf10 {
  width: 40%;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 7px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f3f6fb;
  color: #999;
  font-size: 14px;
}

.contact-form-wrapper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-title-cf10 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.wkontakt.h-600 {
  height: 600px;
  background-color: #16161a;
}

.wkontakt.bg-dark {
  position: static;
  width: auto;
  height: 100vh;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 0px;
  background-color: #16161a;
  background-image: url('../images/BG.png');
  background-position: 60% 50%;
  background-size: cover;
}

.wkontakt.bg-dark.h-100 {
  height: 100vh;
}

.wkontakt.bg-dark.footers {
  background-position: 50% 50%;
  background-size: cover;
}

.wkontakt.bg-dark.liveshows {
  height: 30vh;
  text-align: center;
}

.wkontakt.bg-dark.kontakt {
  height: 40vh;
}

.wkontakt.bg-dark.kontakt.liveshowss {
  background-color: #fffffe;
}

.section-3 {
  position: relative;
  z-index: 150;
  height: auto;
  max-height: none;
  background-color: #fffffe;
}

.section-4 {
  width: auto;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.video {
  width: auto;
  max-height: 2500px;
  max-width: 2500px;
  min-height: auto;
  min-width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.html-embed {
  height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: auto;
  margin: 0px auto 20px;
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.liveshowse.h-600 {
  height: 600px;
  background-color: #16161a;
}

.liveshowse.bg-dark {
  position: static;
  width: auto;
  height: 100vh;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 0px;
  background-color: #16161a;
  background-image: url('../images/BG.png');
  background-position: 60% 50%;
  background-size: cover;
}

.liveshowse.bg-dark.h-100 {
  height: 100vh;
}

.liveshowse.bg-dark.footers {
  background-position: 50% 50%;
  background-size: cover;
}

.liveshowse.bg-dark.liveshows {
  height: 30vh;
  text-align: center;
}

.liveshowse.bg-dark.kontakt {
  height: 40vh;
}

.liveshowse.bg-dark.kontakt.liveshowss {
  background-color: #fffffe;
}

.section-5 {
  height: 50vh;
}

.songbook.h-600 {
  height: 600px;
  background-color: #16161a;
}

.songbook.bg-dark {
  position: static;
  width: auto;
  height: 100vh;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 0px;
  background-color: #16161a;
  background-image: url('../images/BG.png');
  background-position: 60% 50%;
  background-size: cover;
}

.songbook.bg-dark.h-100 {
  height: 100vh;
}

.songbook.bg-dark.footers {
  background-position: 50% 50%;
  background-size: cover;
}

.songbook.bg-dark.liveshows {
  height: 30vh;
  text-align: center;
}

.songbook.bg-dark.kontakt {
  height: 40vh;
}

.songbook.bg-dark.kontakt.liveshowss {
  background-color: #fffffe;
}

.section-6 {
  height: auto;
}

.heading-2 {
  margin-top: 30px;
  color: #16161a;
  text-align: left;
}

.video-2 {
  position: static;
  width: 600px;
  height: 500px;
  max-height: 500px;
  max-width: 500px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
}

.video-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -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;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 7px 7px 60px 0 #f2f3f6;
  text-decoration: none;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.highlight {
  color: #784fe0;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-text-details {
  margin-top: 15px;
  color: #637178;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.27px;
}

.paragraph {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  color: #445567;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.animation {
  width: 60px;
  height: 60px;
}

.container-2 {
  text-align: center;
}

.heading-3 {
  margin-top: 5px;
}

.underlass {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 50px;
  padding-left: 0px;
  -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: 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;
  background-color: #fffffe;
}

.underlass.kontakt2 {
  height: 300px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  display: block;
  text-align: center;
}

.link-2 {
  color: #94a1b2;
}

.heading-4 {
  margin-top: 20px;
}

.container-4 {
  text-align: center;
}

.container-5 {
  text-align: center;
}

.link-3 {
  color: #94a1b2;
}

.bold-text {
  color: #94a1b2;
}

.html-embed-2 {
  margin-top: 100px;
  padding: 97px;
  background-color: transparent;
  color: #16161a;
  font-size: 18px;
  text-align: center;
}

.html-embed-3 {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-3.desk {
  height: 800px;
  max-height: 2000px;
  min-height: 1000px;
  min-width: auto;
}

.html-embed-3.mob {
  display: none;
}

.section-7 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-8 {
  margin-top: 50px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.heading-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-6 {
  margin-bottom: 50px;
}

.html-embed-4 {
  width: 100%;
}

.section-9 {
  width: 100%;
}

.section-10 {
  width: 100%;
  height: auto;
}

.heading-6 {
  margin-top: 50px;
  text-align: center;
}

.container-7 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.container-7._24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-3 {
  display: block;
  height: 100px;
  max-width: 100%;
  margin: 20px auto;
}

.image-3.god {
  height: auto;
  max-width: 1100px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.image-4 {
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  margin-right: auto;
  margin-left: auto;
}

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

.section-11 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 1100;
  width: 100vw;
  height: 100vh;
  margin: auto 20px;
  padding-bottom: 0px;
  background-color: #e0e0e0;
}

.lottie-animation-4 {
  position: static;
  height: 100px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 227px;
}

.container-8 {
  height: 800%;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-3 {
  position: relative;
  top: 80px;
  z-index: 1101;
  width: 100px;
  height: 100px;
  margin: auto;
  padding-top: 50%;
  padding-bottom: 50%;
}

.video_tut {
  margin-bottom: 50px;
}

.link-block {
  display: block;
}

.link-block-2 {
  display: block;
}

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

.link-block-4 {
  display: block;
}

.link-block-5 {
  display: block;
}

.link-block-6 {
  display: block;
}

@media screen and (max-width: 991px) {
  .welcome.bg-dark {
    background-position: 60% 50%;
  }

  .nav-width {
    max-width: 95%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .caption-wrapper {
    max-width: 95%;
  }

  .section-header-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .footer-container {
    width: 95%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-wrap.complete-footer {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-wrap.complete-footer.centered-footer {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-column {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link-column.footer-column-link--social.row {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-link-column.footer-column-link--social.row.right-align {
    position: static;
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link-column.footer-column-link--social.row.centered {
    width: 100%;
  }

  .footer-link-column.row {
    width: auto;
  }

  .footer-link-column.inline {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link-column.inline.centered {
    width: 100%;
  }

  .footer-link-column.top {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-logo-link.grouped-with-detail {
    margin-bottom: 10px;
  }

  .footer-logo-link.right-align {
    position: static;
    margin-bottom: 25px;
  }

  .footer-link-wrap.inline {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link-wrap.d-tablet-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-link-wrap.d-tablet-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-bottom.py-25 {
    width: 100%;
  }

  .hr-line {
    width: 100%;
  }

  .hr-line.separator {
    width: 95%;
  }

  .button-2 {
    margin-right: 25px;
  }

  .scroll-wrapper {
    display: none;
  }

  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-3.button-mobile {
    display: none;
  }

  .nav-menu-green {
    height: auto;
    background-color: #02676b;
    color: #fff;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    width: 100%;
    color: #fff;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    color: #fffffe;
  }

  .menu-button-green.w--open {
    border-color: #02676b;
    background-color: #02676b;
  }

  .videos {
    background-image: url('../images/N7zrBA3K8Z7YV2M43ZUX4UgDytHpsDNFcp_mUyRyx8o.jpg');
    background-position: 50% 50%;
  }

  .service-photo-block {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .service-photo-block:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .line-link {
    margin-top: 20px;
  }

  .sec {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .service-text-block {
    width: 80%;
  }

  .image-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .wkontakt.bg-dark {
    background-position: 60% 50%;
  }

  .liveshowse.bg-dark {
    background-position: 60% 50%;
  }

  .songbook.bg-dark {
    background-position: 60% 50%;
  }
}

@media screen and (max-width: 767px) {
  .welcome.bg-dark {
    background-position: 60% 50%;
  }

  .navbar {
    height: 50px;
  }

  .nav-width {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-inner {
    height: 50px;
  }

  .simplenavbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: none;
    overflow: scroll;
    height: auto;
    padding: 25vw 8vw 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #16161a;
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  .nav-logo-link {
    position: absolute;
    left: 8vw;
    top: 8vw;
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .nav-logo-link.normal {
    position: static;
  }

  .nav-logo {
    width: 76px;
  }

  .nav-list {
    display: block;
    height: auto;
    margin-bottom: 10vw;
  }

  .nav-items-ul {
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .nav-item-li {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-text.hover-effect {
    height: auto;
  }

  .nav-signup-wrapper.right-align {
    position: relative;
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-primary-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-hamburger-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }

  .nav-close-icon-mobile {
    position: absolute;
    top: 8vw;
    right: 8vw;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -8px;
    background-image: url('../images/close-line.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .footer-container {
    width: 95%;
  }

  .footer-wrap.complete-footer {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link-column {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-link-column.footer-column-link--social {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-link-column.footer-column-link--social.row.right-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo-link.right-align {
    position: static;
    margin-bottom: 25px;
  }

  .footer-header.d-none {
    display: none;
  }

  .footer-link-social.yt-icon {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .footer-link-social.fb-icon {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .footer-link-social.ig-icon {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .footer-link-social.linkedin-icon {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .footer-bottom.py-25 {
    -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;
  }

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

  .nav-primary-button-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-logo-2 {
    width: 76px;
  }

  .nav-item-li-2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-items-ul-2 {
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .nav-link-text-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-main {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: none;
    overflow: scroll;
    height: auto;
    padding: 25vw 8vw 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #16161a;
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .videos {
    background-image: url('../images/N7zrBA3K8Z7YV2M43ZUX4UgDytHpsDNFcp_mUyRyx8o.jpg');
    background-position: 40% 50%;
  }

  .service-photo-block {
    margin-top: 0px;
  }

  .sec {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .service-photo-wrapper {
    width: 80%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .line {
    width: 10%;
    margin-right: 10%;
  }

  .service-block {
    -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;
  }

  .service-content-wrapper {
    width: 100%;
    padding-right: 0%;
  }

  .image-2.livesshows {
    z-index: 2;
    padding-right: 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .text-field-cf10.other {
    width: 60%;
  }

  .field-label-cf10 {
    font-size: 16px;
  }

  .checkbox-field-cf10 {
    width: 60%;
  }

  .contact-form-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form-wrapper.extra-large {
    height: auto;
  }

  .wkontakt.bg-dark {
    background-position: 60% 50%;
  }

  .section-4 {
    width: auto;
    height: auto;
    max-height: none;
  }

  .video {
    max-height: none;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .html-embed {
    height: 100%;
    padding-top: 20px;
  }

  .liveshowse.bg-dark {
    background-position: 60% 50%;
  }

  .songbook.bg-dark {
    background-position: 60% 50%;
  }
}

@media screen and (max-width: 479px) {
  .welcome.bg-dark {
    margin-top: -80px;
    background-position: 57% 50%;
  }

  .simplenavbar.justify-space-between {
    position: relative;
    display: block;
  }

  .nav-logo {
    margin-top: 0px;
  }

  .section-header-well {
    height: 80vh;
  }

  .section-header-wrapper {
    max-width: none;
    margin-top: 300px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-header-wrapper.liveshows {
    margin-top: 100px;
  }

  .section-header-wrapper.liveshows.daenschut {
    margin-top: 150px;
  }

  .section-header-wrapper.konta {
    margin-top: 200px;
  }

  .section-header-wrapper.imp {
    margin-top: 200px;
  }

  .h1 {
    display: block;
    font-size: 30px;
  }

  .h1.kontakt.j {
    position: relative;
    margin-top: 50px;
  }

  .h1.liveshows.datenschutz {
    font-size: 20px;
  }

  .nav-close-icon-mobile {
    margin-top: 0px;
  }

  .footer-link-column.footer-column-link--social.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-link-column.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-column.inline {
    -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;
  }

  .footer-logo-link.clear-bottom.mr-25 {
    margin-right: 0px;
  }

  .footer-logo.logo-2x {
    width: 100px;
  }

  .footer-link.light.inline {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-copyright-text.light.small {
    margin-top: 15px;
  }

  .button-2 {
    width: 270px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .nav-logo-2 {
    width: 125px;
    margin-top: 0px;
  }

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

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .scroll-wrapper {
    display: none;
  }

  .lottie-animation {
    -webkit-filter: brightness(10000%);
    filter: brightness(10000%);
    color: #fffffe;
  }

  .nav-menu-green {
    background-color: #72757e;
  }

  .menu-button-green {
    width: auto;
    margin-right: -16px;
    border-style: none;
  }

  .menu-button-green.w--open {
    background-color: #72757e;
    color: #16161a;
  }

  .videos {
    background-image: url('../images/N7zrBA3K8Z7YV2M43ZUX4UgDytHpsDNFcp_mUyRyx8o.jpg');
    background-position: 43% 50%;
  }

  .icon {
    width: 20px;
    color: #fffffe;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .sec {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .service-photo-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .line {
    margin-top: 22px;
  }

  .service-text-block {
    margin-top: 10px;
  }

  .image-2 {
    display: none;
    padding-top: 84px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-2.livesshows {
    height: 40vh;
    max-width: 100vw;
    padding-top: 44px;
    text-align: center;
    text-decoration: none;
  }

  .image-2.home {
    display: block;
    padding-top: 92px;
    padding-right: 20px;
  }

  .contact-form {
    width: 100%;
  }

  .text-field-cf10.other {
    width: 80%;
  }

  .text-field-cf10.extra-left {
    margin-left: 0px;
  }

  .form-subwrapper-cf10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0px;
  }

  .contact-form-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .wkontakt.bg-dark {
    margin-top: -80px;
    background-position: 57% 50%;
  }

  .section-3 {
    height: auto;
  }

  .section-4 {
    width: auto;
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video {
    position: relative;
    max-height: none;
    max-width: none;
    min-width: auto;
  }

  .html-embed {
    position: relative;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .liveshowse.bg-dark {
    margin-top: -80px;
    background-position: 57% 50%;
  }

  .songbook.bg-dark {
    margin-top: -80px;
    background-position: 57% 50%;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .underlass {
    height: 22%;
  }

  .underlass.kontakt2 {
    height: 400px;
  }

  .html-embed-3.desk {
    display: none;
  }

  .html-embed-3.mob {
    display: block;
    height: 400px;
    min-height: 1000px;
  }

  .heading-5 {
    font-size: 23px;
  }

  .section-9 {
    width: 100%;
  }

  .section-10 {
    height: 100%;
    margin-bottom: 100px;
  }

  .container-7 {
    margin-bottom: 50px;
  }

  .container-7._24 {
    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;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .image-3 {
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-3.god {
    max-width: 250px;
  }

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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter beta';
  src: url('../fonts/Inter-Light-BETA.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.otf') format('opentype'), url('../fonts/Gilroy-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype'), url('../fonts/Gilroy-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}