h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

a {
  color: #333;
  font-size: 4vmin;
  line-height: 5vmin;
  text-decoration: none;
}

.text-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  padding-top: 0px;
  -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-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-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 15vmin;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.hl-wrapper {
  display: block;
  width: auto;
  height: auto;
  -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;
  background-size: auto;
  background-repeat: repeat;
  color: lime;
}

.div-block-2 {
  display: block;
  height: 100vh;
  -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: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.david-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 100vh;
  float: left;
  clear: none;
  -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-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;
  background-image: -webkit-linear-gradient(270deg, blue, blue);
  background-image: linear-gradient(180deg, blue, blue);
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.david-wrapper:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.paul-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  float: none;
  -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;
  background-image: -webkit-linear-gradient(270deg, red, red);
  background-image: linear-gradient(180deg, red, red);
}

.paul-wrapper:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 25vmin;
  text-align: center;
}

.david {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
  color: #fff;
  font-size: 25vmin;
  text-align: center;
}

.body {
  background-color: #fff;
  -webkit-perspective: 1429px;
  perspective: 1429px;
}

.div-block-3 {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: lime;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 900;
  display: none;
  width: 90%;
  height: 90%;
  margin: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-linear-gradient(270deg, #333, #333);
  background-image: linear-gradient(180deg, #333, #333);
}

.text-block-2 {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.button {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.text-block-3 {
  font-size: 12vmin;
  line-height: 12vmin;
}

.heading {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 12vmin;
  line-height: 13vmin;
  font-weight: 400;
}

.link-about {
  position: fixed;
  left: 42%;
  top: 50%;
  right: 0%;
  bottom: 30%;
  width: 16%;
  height: auto;
  margin: 0%;
  color: #fff;
  font-size: 25vmin;
  text-align: center;
  text-decoration: none;
}

.link-about:hover {
  color: pink;
}

.link-blue {
  color: #fff;
  font-size: 12vmin;
  line-height: 13vmin;
  text-decoration: none;
}

.link-blue:hover {
  color: blue;
}

.link-red {
  color: #fff;
  font-size: 12vmin;
  line-height: 13vmin;
  text-decoration: none;
}

.link-red:hover {
  color: red;
}

.link-red:focus {
  color: red;
}

.link-close {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 10%;
  width: 100%;
  height: auto;
  margin: 0%;
  float: none;
  clear: both;
  color: #fff;
  font-size: 4vmin;
  text-align: right;
  text-decoration: none;
}

.link-close:hover {
  color: #000;
}

.link-david {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 25vmin;
  text-decoration: none;
}

.link-david:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: pink;
}

.link-paul {
  -webkit-transform: rotate(90deg) skew(0deg, 0deg);
  -ms-transform: rotate(90deg) skew(0deg, 0deg);
  transform: rotate(90deg) skew(0deg, 0deg);
  color: #fff;
  font-size: 25vmin;
  text-decoration: none;
}

.link-paul:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: pink;
}

.imprint-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: both;
  -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: 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: #666;
  font-size: 2vmin;
  line-height: 3vmin;
}

.js-email {
  color: blue;
  text-decoration: none;
}

.js-email:hover {
  color: #fff;
  text-decoration: none;
}

.link {
  color: #333;
  text-decoration: none;
}

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

.imprint-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.html-embed {
  color: #666;
  font-size: 2vmin;
  line-height: 3vmin;
  text-decoration: none;
}

.imprint-copy {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #333;
  font-size: 4vmin;
  line-height: 5vmin;
}

.imprint {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
}

.link-close-inverted {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 100%;
  height: auto;
  color: #333;
  font-size: 4vmin;
  line-height: 5vmin;
  text-align: right;
}

.link-close-inverted:hover {
  color: #000;
}

.link-3 {
  position: fixed;
  left: 0px;
  bottom: 0px;
}

.link-impressum {
  position: fixed;
  left: 0px;
  bottom: 0px;
  margin: 20px;
  color: #fff;
  font-size: 2vmin;
  line-height: 3vmin;
}

.link-impressum:hover {
  color: pink;
}

.privacy {
  width: 60vmax;
  margin-top: 75px;
}

.privacy h2 {
  font-size: 4vmin;
  line-height: 5vmin;
  font-weight: 400;
}

@media (max-width: 991px) {
  .text-block {
    font-size: 15vmin;
  }
  .name {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .david {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .modal {
    display: none;
  }
  .heading {
    font-size: 10vmin;
    line-height: 11vmin;
  }
  .link-about {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .link-blue {
    font-size: 9vmin;
    line-height: 10vmin;
  }
  .link-red {
    font-size: 10vmin;
    line-height: 11vmin;
  }
  .link-close {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .link-david {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 25vmin;
  }
  .link-david:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .link-paul {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 25vmin;
  }
  .link-paul:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .privacy {
    width: 80vmin;
  }
}

@media (max-width: 767px) {
  .david-wrapper {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paul-wrapper {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal {
    display: none;
    height: 90%;
  }
  .text-block-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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .link-about {
    font-size: 25vmin;
  }
  .link-close {
    font-size: 5vmin;
  }
  .imprint-link {
    font-size: 3vmin;
    line-height: 4vmin;
  }
  .link {
    font-size: 2vmin;
    line-height: 3vmin;
  }
  .imprint-wrapper {
    display: block;
  }
  .html-embed {
    font-size: 3vmin;
    line-height: 4vmin;
  }
  .imprint-copy {
    font-size: 4vmin;
    line-height: 5vmin;
  }
  .link-impressum {
    font-size: 3vmin;
    line-height: 4vmin;
  }
}

@media (max-width: 479px) {
  .hl-wrapper {
    background-size: 200px;
    background-repeat: no-repeat;
  }
  .modal {
    height: 90%;
  }
  .heading {
    font-size: 11vmin;
    line-height: 12vmin;
  }
  .link-about {
    font-size: 25vmin;
  }
  .link-close {
    font-size: 7vmin;
  }
  .imprint-link {
    font-size: 3vmin;
    line-height: 4vmin;
  }
  .link-impressum {
    font-size: 4vmin;
    line-height: 5vmin;
  }
  .privacy {
    width: auto;
  }
}

