h1 {
  margin-top: 20px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 40px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

h4 {
  margin-top: 32px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

h5 {
  margin-top: 48px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: #bebebe;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.mastercontainer {
  position: relative;
  z-index: 2;
  max-width: 1080px;
}

.mastercontainer.hero {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mastercontainer.impressum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  background-color: #001733;
  font-family: 'Noah webfont', sans-serif;
  font-weight: 400;
}

.links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 72px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left {
  margin-right: auto;
  margin-left: 0px;
}

.gradients-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gradient {
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001733), color-stop(64%, transparent));
  background-image: linear-gradient(180deg, #001733, transparent 64%);
}

.gradient.mirrowed {
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #001733), color-stop(88%, transparent));
  background-image: linear-gradient(0deg, #001733 10%, transparent 88%);
}

.p-tall {
  padding-right: 32px;
  padding-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
}

.impressum-text {
  padding-right: 30px;
}

.image {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  max-width: 500px;
  margin-left: auto;
}

.h4 {
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.wrapper {
  margin-bottom: 80px;
}

.bg-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/IMG_7109-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/tisch_img-04.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/tisch_img-07.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/tisch_img-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/tisch_img-02_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.icon {
  position: relative;
}

.left-arrow {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.left-arrow:hover {
  display: block;
  opacity: 1;
}

.left-arrow:active {
  left: -15px;
}

.right-arrow {
  opacity: 0;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.right-arrow:active {
  right: -15px;
}

.right {
  margin-left: 25px;
}

.section {
  padding: 40px 20px;
}

.section.impressum {
  padding-top: 140px;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-6 {
  background-image: url('../images/tisch_img-05.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/tisch_img-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.inline-link {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

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

@media screen and (min-width: 1920px) {
  h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  .mastercontainer.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gradients-wrapper {
    z-index: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .bg-slider {
    z-index: 1;
  }
  .slide {
    background-attachment: scroll;
  }
  .slide-2 {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-3 {
    background-image: url('../images/tisch_img-05_1.jpg');
  }
  .left-arrow {
    z-index: 2;
  }
  .right-arrow {
    z-index: 2;
  }
  .mask {
    z-index: 0;
  }
  .inline-link {
    font-size: 18px;
  }
  .inline-link.klein {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .mastercontainer.impressum {
    overflow: hidden;
    min-height: 5vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gradient.mirrowed {
    height: 70%;
  }
  .image {
    display: none;
    max-width: 500px;
    margin-top: 80px;
    margin-left: 0px;
  }
  .div-block {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .inline-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .links-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gradient.mirrowed {
    height: 80%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(38%, #001733), color-stop(88%, transparent));
    background-image: linear-gradient(0deg, #001733 38%, transparent 88%);
  }
  .p-tall {
    font-size: 18px;
  }
  .left-arrow {
    display: none;
  }
  .paragraph-2 {
    overflow: hidden;
  }
  .right-arrow {
    display: none;
  }
  .link-wrapper {
    margin-top: 15px;
  }
  .section.impressum {
    padding-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    line-height: 28px;
  }
  p {
    font-size: 16px;
  }
  a {
    margin-top: 15px;
    margin-left: 0px;
  }
  .mastercontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .links-div {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left {
    margin-right: 0px;
  }
  .gradient {
    height: 35%;
  }
  .gradient.mirrowed {
    height: 90%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58%, #001733), to(transparent));
    background-image: linear-gradient(0deg, #001733 58%, transparent);
  }
  .section.impressum {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Noah webfont';
  src: url('../fonts/noah-regularitalic-webfont.woff2') format('woff2'), url('../fonts/noah-regularitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah webfont';
  src: url('../fonts/noah-regular-webfont.woff2') format('woff2'), url('../fonts/noah-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah webfont';
  src: url('../fonts/noah-bold-webfont.woff2') format('woff2'), url('../fonts/noah-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}