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

a:hover {
  color: #444;
  text-decoration: none;
}

a:active {
  color: #000;
}

.flex_parent {
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, transparent);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 13px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), color-stop(68%, rgba(0, 0, 0, 0.24))), url('../images/2ks_header.jpg');
  background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, 0.24) 68%), url('../images/2ks_header.jpg');
  background-position: 0px 0px, 50% 50%;
}

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

.content.color {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
  background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
}

.content.grey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c8c8), to(#fff));
  background-image: linear-gradient(180deg, #c9c8c8, #fff);
}

.menu_link {
  margin-top: 15px;
  padding: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero_header {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  background-image: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.hero_header:hover {
  color: #444;
  text-shadow: none;
}

.zwei_content {
  position: relative;
  display: block;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #8a8a8a;
  font-weight: 300;
}

.zwei_content.right {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.zwei_content.left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section_header {
  margin-top: 70px;
  margin-bottom: 20px;
  border-style: none;
  border-bottom-width: 1px;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.section_header.white {
  color: #fff;
}

.zwei_header {
  margin-top: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 700;
}

.zwei_bio {
  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;
  font-family: 'Open Sans', sans-serif;
}

.zwei_bio.right {
  text-align: right;
}

.zwei_image_clemens {
  min-height: 310px;
  min-width: 290px;
  background-image: url('../images/clemens.jpg');
  background-position: 50% 0px;
  background-size: 300px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.zwei_image_clemens:hover {
  background-image: url('../images/clemens_over.jpg');
  background-position: 50% 0px;
  background-size: 300px;
  background-repeat: no-repeat;
}

.content_header {
  background-image: none;
  color: #fff;
}

.content_header.white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.zwei_image_rei {
  min-height: 310px;
  min-width: 290px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/rei.jpg');
  background-position: 50% 0px;
  background-size: 300px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.zwei_image_rei:hover {
  background-image: url('../images/rei_over.jpg');
  background-position: 50% 0px;
  background-size: 300px;
  background-repeat: no-repeat;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info.highlight {
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f5f5;
  font-style: italic;
}

.spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}

.spacer.black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.middle {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.middle.black {
  background-color: #000;
}

.text_highlight {
  padding-top: 50px;
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.text {
  margin-top: 5px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

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

.zwei_seperator {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

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

.quote {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left-style: none;
  background-color: rgba(0, 0, 0, 0.62);
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.link {
  border-bottom: 5px solid #acacac;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #8f8f8f;
  text-decoration: none;
  text-transform: none;
}

.link:hover {
  border-bottom-color: red;
  color: #444;
}

.klang_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.headline {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Oswald, sans-serif;
  color: #f30;
  font-weight: 300;
  text-transform: uppercase;
}

.partner {
  display: -ms-grid;
  display: grid;
  padding-bottom: 60px;
  -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;
  grid-auto-columns: 1fr;
  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: auto auto;
  grid-template-rows: auto auto;
}

.logo_wrapper {
  padding: 10px;
}

.logo_rihafilm {
  display: block;
  width: 120px;
  height: 120px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo_rihafilm.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_ukweli {
  display: block;
  width: 140px;
  height: 140px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo_ukweli.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_uniwien {
  display: block;
  width: 120px;
  height: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo_uni_wien.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_samsung {
  width: 120px;
  height: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo_samsung.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_ecs {
  width: 100px;
  height: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo_ecs.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_kworks {
  width: 100px;
  height: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo_kworks.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_universum {
  width: 80px;
  height: 80px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo_universum.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.impressum {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e0e0e0;
  font-family: Oswald, sans-serif;
  color: #acacac;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #000;
}

.feedback {
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  text-align: center;
}

.form_wrapper {
  width: 100%;
}

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

.klang_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
  -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;
}

.flex_colum {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.form_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none none solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #e0e0e0;
  border-left-width: 1px;
  border-left-color: #000;
}

.c1 {
  color: #444;
}

.c2 {
  color: #444;
}

.c3 {
  color: #444;
}

.header_box {
  padding: 20px;
  background-color: transparent;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.header_border {
  padding: 8px;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 83.9%, 0.2);
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.header_border.left {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.header_text {
  padding: 9px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 49px;
  font-weight: 400;
  text-align: center;
}

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

.spacer_img.guitar {
  overflow: hidden;
}

.spacer_img.piano {
  background-image: url('../images/keyboard.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo_raiffeisen {
  width: 140px;
  height: 100px;
  background-image: url('../images/raiffeisen_holding.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.link-2 {
  border-bottom: 5px solid #468966;
  color: #444;
  text-decoration: none;
}

.link-3 {
  border-bottom: 5px solid #e6e6e6;
  color: #525050;
  text-decoration: none;
}

.h1 {
  font-family: Oswald, sans-serif;
}

.h1.white {
  color: #fff;
}

.slider {
  height: 100vh;
}

.slider_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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;
  color: #fff;
}

.slider_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #242424;
}

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

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  font-family: brandon-grotesque, sans-serif;
  color: #223457;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 13px;
  padding-left: 13px;
  background-color: #fff;
}

.heading-2 {
  display: inline-block;
  margin-top: 20px;
  padding-right: 15px;
  font-family: brandon-grotesque, sans-serif;
  color: #223457;
  font-weight: 400;
}

.heading-2.white {
  color: #fff;
}

.slider-1 {
  height: 100vh;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-nav {
  margin-bottom: 9px;
}

.slide.wiener_wasser_2010 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slider-2 {
  height: 100vh;
}

.wiener_wasser_2010 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/wiener_wasser_2010.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_container {
  height: 100vh;
  padding: 15px;
  background-color: #fff;
}

.ueber_oesterreich_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/412_Erzberg_Winter_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  border: 13px solid #fff;
}

.showcase_item {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 70px;
  background-color: #fff;
}

.heading-3 {
  display: inline-block;
  clear: both;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.header_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #444;
  text-decoration: none;
}

.header_link:hover {
  color: #b9b9b9;
}

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

.div-block-4 {
  position: relative;
  height: 1000px;
  background-image: url('../images/guitar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

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

.hero {
  width: 100%;
}

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

.video-2 {
  margin-bottom: 50px;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: 60%;
  opacity: 1;
}

.headline_chapter {
  margin-top: 90px;
  margin-bottom: 40px;
}

.image-5 {
  margin-bottom: -60px;
}

html.w-mod-js *[data-ix="hide"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .hero_header {
    font-size: 60px;
    line-height: 60px;
  }
  .zwei_content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section_header {
    left: 2%;
    width: 96%;
    margin-top: 100px;
  }
  .section_header.white {
    text-align: center;
  }
  .zwei_bio {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .spacer {
    display: none;
  }
  .middle {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text_highlight {
    margin-left: 0px;
  }
  .partner {
    -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;
  }
  .spacer_img {
    height: 200px;
  }
  .slider_middle {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-2 {
    margin-top: 30px;
  }
  .image-3 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero_header {
    font-size: 50px;
  }
  .zwei_content {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .zwei_content.right {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .zwei_content.left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .section_header {
    font-size: 80px;
    line-height: 80px;
  }
  .zwei_header {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .zwei_bio {
    -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;
  }
  .middle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .klang_seperator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex_order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video_container {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 50vh;
  }
  .menu_link {
    font-size: 20px;
  }
  .hero_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .zwei_content {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .section_header {
    margin-top: 50px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
  .zwei_bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zwei_bio.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .text_highlight {
    font-size: 19px;
    text-align: center;
  }
  .klang_seperator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex_order {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partner {
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .klang_details_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_box {
    margin-bottom: 50px;
    padding: 0px;
  }
  .header_border {
    padding: 0px;
    border-style: none;
    background-color: hsla(0, 0%, 83.9%, 0);
  }
  .header_text {
    font-size: 32px;
  }
  .error-message {
    border: 1px solid red;
    background-color: transparent;
  }
  .spacer_img {
    height: 150px;
    background-color: #000;
  }
  .div-block {
    -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;
  }
  .heading {
    font-size: 30px;
    line-height: 30px;
  }
  .div-block-2 {
    text-align: center;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 30px;
  }
  .heading-3 {
    margin-top: 10px;
    font-size: 18px;
  }
  .header_mask {
    height: 50vh;
  }
  .video {
    padding-right: 0px;
    padding-left: 0px;
  }
}

