:root {
  --white: white;
  --black: black;
}

.main {
  float: none;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.welcome {
  background-color: #fff;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-wrapper {
  float: none;
  clear: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.main1 {
  background-image: linear-gradient(#fff, rgba(0, 0, 0, .75)), url('../images/main4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.main2 {
  opacity: 1;
  cursor: s-resize;
  background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, .75)), url('../images/main2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.arrow-light {
  opacity: .3;
}

.nav {
  opacity: 1;
  background-color: rgba(255, 255, 255, .9);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 8px -5px #000;
}

.nav-link {
  color: #000;
  padding-top: 41px;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  display: inline-block;
}

.nav-link:hover {
  color: #883434;
}

.nav-link:active {
  color: #000;
}

.header-logo {
  margin-top: 24px;
}

.content-welcome {
  padding-top: 100px;
}

.h1 {
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  border: 1px solid #000;
  border-top-style: none;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  font-family: Bitter, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  display: block;
}

.h1._2 {
  width: 400px;
  padding-left: 116px;
  font-family: Bitter, serif;
  font-size: 39px;
}

.h1._3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 161px;
  padding-top: 0;
  padding-left: 73px;
  font-family: Bitter, serif;
  line-height: 44px;
}

.h2 {
  letter-spacing: 12px;
  text-indent: 29px;
  text-transform: uppercase;
  width: 300px;
  margin: -14px auto 21px;
  padding-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  display: block;
}

.h2._2 {
  letter-spacing: 4px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 41px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  display: block;
}

.text-normal {
  text-align: center;
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 92px;
  font-family: Inconsolata, monospace;
}

.text-normal.team {
  text-align: justify;
  padding-top: 0;
}

.team {
  padding-bottom: 100px;
}

.welcome-image {
  padding-bottom: 136px;
}

.welcome-bottom {
  background-image: url('../images/main3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.team-row {
  margin-top: 45px;
}

.column {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bottom {
  background-color: #4b4b4b;
  padding-top: 45px;
  padding-bottom: 70px;
}

.logo-big {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: 0;
  right: 0;
}

.kontakt {
  background-image: url('../images/main1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.kontakt-content {
  z-index: 4;
  background-color: rgba(255, 255, 255, .8);
  position: relative;
}

.scrolldown {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 90%;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-bottom {
  background-image: url('../images/main1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.b {
  font-size: 15px;
  font-weight: 700;
}

.text-footer {
  color: #d8d8d8;
  text-transform: uppercase;
  text-decoration: none;
}

.text-footer:hover {
  text-shadow: 0 1px #000;
  text-decoration: none;
}

.text-footer:active {
  text-shadow: none;
}

.main-label {
  position: fixed;
  top: 7%;
  bottom: 0;
  right: 7%;
}

.name {
  font-size: 16px;
  font-weight: 700;
}

.welcome-bottom-copy {
  background-image: url('../images/bg4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.preise {
  background-color: #fff;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.list-item {
  margin-top: 20px;
  padding-top: 0;
  font-family: Inconsolata, monospace;
}

.unordered-list {
  margin-top: 0;
  padding-top: 0;
  font-family: Inconsolata, monospace;
  list-style-type: none;
}

.column-2 {
  border-top: 1px #000;
}

.list-item-2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.list-item-4 {
  margin-top: 20px;
  padding-bottom: 0;
}

.list-item-4-copy {
  margin-top: 20px;
  margin-bottom: 70px;
  padding-bottom: 0;
}

.h1-copy {
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  border: 1px solid #000;
  border-top-style: none;
  width: 300px;
  padding-left: 58px;
  font-family: Bitter, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  display: block;
}

.h1-copy._2 {
  width: 400px;
  padding-left: 116px;
  font-family: Bitter, serif;
  font-size: 39px;
}

.h1-copy._3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 161px;
  padding-top: 0;
  padding-left: 73px;
  font-family: Bitter, serif;
  line-height: 44px;
}

.text-span {
  color: var(--white);
}

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

html.w-mod-js [data-ix="slide-up"] {
  display: none;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="slide-down"] {
  display: none;
  transform: translate(0, -100px);
}


