h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
}

.body {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 100;
}

.heading {
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 100;
  text-align: center;
}

.center {
  position: relative;
  z-index: 1;
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bildunterschrift {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 10px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.textbereich {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.content {
  padding-right: auto;
  padding-bottom: 30px;
  padding-left: auto;
  color: #000;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(5, 0, 0, .83);
}

.button:hover {
  background-color: #06080a;
  color: #fff;
}

.background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/0244e846-5f44-423c-85f4-152d88d81ed5-asset_ide739f033-77f0-4897-b695-feede38411ddimg_etag0913255f9d7ff4b61992f36b760622c3size1024.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.gradient-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .25) 75%, transparent);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .25) 75%, transparent);
}

.centered-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.center-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 25% 80px;
  background-color: #fff;
}

.fixed-background1 {
  height: 50vh;
  background-image: url('../images/6675862c-bc80-4ea3-9ddb-1fc2e3c4f633-asset_id8f72d355-fd31-4f43-aea2-52941a098a1eimg_etag4fab3515ab2706f539eb1ef105c035f4size1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.scrolling-text-box {
  position: absolute;
  left: 0px;
  bottom: -140px;
  z-index: 0;
  width: auto;
  max-width: 50%;
  margin: 48px 32px;
  padding: 24px;
  background-image: -webkit-linear-gradient(270deg, hsla(240, 1%, 84%, .75), hsla(240, 1%, 84%, .75));
  background-image: linear-gradient(180deg, hsla(240, 1%, 84%, .75), hsla(240, 1%, 84%, .75));
}

.flex-center {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blue-headline-smaller {
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #075081;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.fade-in-bottom {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.center-image {
  position: relative;
  z-index: 1;
  display: block;
  margin: 40px auto 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h2-black {
  margin-bottom: 30px;
  font-weight: 400;
}

.image-lightbox {
  min-height: 231px;
}

.fixed-background2 {
  height: 50vh;
  background-image: url('../images/1785920e-514f-4fd2-8ac4-aea5be314c8d-asset_id016f7df2-727a-4739-bc2c-814f60c5f1fdimg_etag5963134aa66498078f5e92c6bb686576size1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.fixed-background3 {
  height: 50vh;
  background-image: url('../images/725e3a05-24c1-4c4a-b8a2-4f81711cbcbf-asset_id1276d3e7-3e6a-4989-9f3f-982ea690bed9img_etagdcdfb8c1d4f8c95db38af359ec3cbf8esize1000.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.fixed-background4 {
  height: 50vh;
  background-image: url('../images/0b3c6f76-7a16-41c9-a00e-04ae58ce4545-asset_id4bd87d1a-fbeb-4648-beca-dd9084e88c61img_etag9a0490850078488c0f2d6247a6126388size1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.copyright-section {
  position: relative;
  z-index: 1;
  padding: 15px 2%;
  background-image: -webkit-linear-gradient(270deg, #35414d, #35414d);
  background-image: linear-gradient(180deg, #35414d, #35414d);
}

.row {
  height: 15px;
}

.bildnachweise {
  float: left;
  color: hsla(0, 0%, 100%, .75);
  font-size: 12px;
  line-height: 14px;
}

.copyright {
  float: right;
  color: hsla(0, 0%, 100%, .75);
  font-size: 12px;
  line-height: 14px;
}

.link {
  color: hsla(0, 0%, 100%, .85);
}

.fixed-background5 {
  height: 50vh;
  background-image: url('../images/a687448b-b8c7-4952-b5ce-045be8498207-asset_id472614a0-717b-4221-bc29-7e3493db13e4img_etag23b29a314cc5155e7a787840e8be1354size1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

@media (max-width: 991px) {
  .center {
    right: 0%;
  }
  .content {
    padding-right: 0%;
    padding-left: 0%;
  }
  .background-image {
    background-position: -383px 0px;
  }
  .gradient-header {
    right: 0%;
  }
  .center-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .fixed-background1 {
    background-position: 50% 50%;
  }
  .scrolling-text-box {
    bottom: 0px;
  }
  .flex-center {
    right: 0%;
  }
  .fixed-background2 {
    background-position: 50% 50%;
  }
  .fixed-background3 {
    background-position: 50% 50%;
  }
  .fixed-background4 {
    background-position: 50% 50%;
  }
  .copyright-section {
    min-height: 80px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .fixed-background5 {
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 4rem;
    line-height: 5rem;
  }
  .background-image {
    background-position: -371px 0px;
  }
  .scrolling-text-box {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 38px;
    line-height: 4rem;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 29px;
  }
  .bildunterschrift {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content {
    padding: 0px 5% 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
  .background-image {
    background-position: -449px 0px;
  }
  .center-wrapper {
    padding: 10px 0% 20px;
  }
  .fixed-background1 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .scrolling-text-box {
    bottom: -30px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .fade-in-bottom {
    width: 90%;
  }
  .h2-black {
    padding-right: 5%;
    padding-left: 5%;
  }
  .fixed-background2 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .fixed-background3 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .fixed-background4 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .copyright-section {
    height: 100px;
    padding-bottom: 20px;
  }
  .bildnachweise {
    display: inline-block;
    text-align: center;
  }
  .column-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .copyright {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .fixed-background5 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
}

