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

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

.body {
  overflow: visible;
  height: auto;
}

.section1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30%;
}

.section4 {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 40;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 120%;
  margin-top: 0%;
  clear: none;
  background-color: #272727;
  color: #141414;
}

.section4._2 {
  position: relative;
  height: 10%;
}

.block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #8ad0ff;
  color: #74eeff;
}

.block1._2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #8affb4;
}

.block1._3 {
  width: 50%;
  background-color: #ffff8a;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  width: 100%;
  background-color: transparent;
}

.navbar.ex {
  position: absolute;
}

.gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-left: 0px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff0070;
}

.list-item._2 {
  background-color: #4277ff;
}

.list-item._3 {
  background-color: #ffe841;
}

.list-item._4 {
  background-color: #00e087;
}

.list-item._5 {
  background-color: #ebff00;
}

.wrappergallery {
  position: relative;
  overflow: hidden;
}

.button-menu {
  position: relative;
  left: 0px;
  top: 30%;
  right: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 54px;
  text-align: center;
  text-decoration: none;
}

.button-menu.link {
  font-weight: 100;
  text-decoration: none;
}

.button-menu.link-menu {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 700;
}

.burger {
  color: #fff;
  font-size: 36px;
  font-weight: 100;
}

.logo-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.brand {
  position: relative;
  z-index: 1000;
  width: 280px;
  margin-top: 20px;
  float: left;
}

.menu-open {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .43);
}

.button-burger.w--open {
  z-index: 999;
  background-color: transparent;
  color: transparent;
}

.headline-1 {
  display: none;
  margin-top: 0%;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 94px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.headline-1._2 {
  margin-left: 0px;
  text-align: center;
}

.headline-1._0 {
  font-size: 204px;
}

.headline-1.zero {
  position: static;
  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;
}

.wrapper-text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact {
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 40px 20px;
}

.headline3 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-contact {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text-contact.info {
  width: 40%;
  margin-left: 20px;
  text-align: left;
}

.footer {
  width: 100%;
  height: 10%;
  background-color: #242424;
}

.close {
  display: block;
  margin: 20px auto;
  float: none;
}

.slide-1 {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 21;
  width: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-last {
  width: 20px;
}

.link-menu {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.map {
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbarheader {
  padding-top: 0px;
}

.location {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 40;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 120%;
  background-color: #242424;
}

.information {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 40;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 120%;
  background-color: #242424;
}

.impressum {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 40;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 120%;
  background-color: #242424;
}

.imprint-button {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

.headline4 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.headline-5 {
  position: relative;
  left: 0px;
  top: 60%;
  bottom: 0px;
  z-index: 0;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper-head {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.headlinee0 {
  position: absolute;
  display: block;
  overflow: visible;
  width: 480vw;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlinezero {
  position: absolute;
  left: 0px;
  top: 48%;
  z-index: 30;
  display: block;
  width: 480vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 33vw;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.logo {
  width: auto;
  float: left;
}

.div-block {
  position: fixed;
  bottom: 0px;
}

.container {
  position: fixed;
  bottom: 0px;
}

.container-2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 5px;
}

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
  opacity: 1;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="information"] {
  display: none;
  opacity: 1;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  display: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .wrapper-text {
    padding-top: 0px;
  }
  .contact {
    margin-top: 60px;
  }
  .headline-5 {
    width: 40%;
  }
  .headlinezero {
    font-size: 33vw;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .list-item {
    height: 140vh;
  }
  .list-item._3 {
    background-color: #f0c;
  }
  .list-item._4 {
    background-color: #00e087;
  }
  .button-menu.link-menu {
    top: 15%;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .text-contact.info {
    width: 60%;
    font-size: 14px;
  }
  .navbarheader {
    padding-top: 0px;
  }
  .information {
    display: none;
  }
  .headline-5 {
    font-size: 18px;
  }
  .headlinezero {
    top: 40%;
    font-size: 33vw;
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  .section4 {
    display: none;
  }
  .list-item {
    height: 100vh;
  }
  .list-item._3 {
    background-color: #ffe841;
  }
  .logo-text {
    font-size: 20px;
  }
  .brand {
    width: 170px;
  }
  .button-burger {
    padding: 14px;
  }
  .button-burger.w--open {
    padding: 12px;
  }
  .headline-1 {
    font-size: 70px;
  }
  .wrapper-text {
    padding-top: 0px;
    padding-left: 0px;
  }
  .contact {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .headline-5 {
    width: 60%;
  }
  .headlinezero {
    top: 35%;
    font-size: 33vw;
  }
}

