/* work-sans-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/work-sans-v19-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/work-sans-v19-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "GT Walsheim";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/GT-Walsheim-Ultra-Bold.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Work Sans";
  font-weight: 200;
}

a, a:link, a:visited {
  color: black;
}

p {
  margin-top: 0;
}

h2 {
  font-size: 23px;
}

h2, h3 {
  font-weight: 200;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
  letter-spacing: 1px;
}

#page {
  margin-left: 3%;
  margin-right: 3%;
  min-height: 100vh;
}

#phone {
  width: 40%;
  font-size: 14vw;
  line-height: 0.9;
  font-family: "GT Walsheim";
  position: relative;
  word-wrap: break-word;
  margin-left: 2%;
  pointer-events: none;
  margin-top: 10vw;
}
#phone a {
  text-decoration: none;
  color: inherit;
}
#phone span {
  display: inline-block;
  width: 1vw;
}
#phone p {
  width: 60vw;
  display: block;
  word-wrap: break-word;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-80%);
}

#image {
  width: 60%;
  margin-left: -2%;
  margin-top: 17vw;
  z-index: 999;
}
#image img {
  width: 100%;
  height: auto;
}

#navigation {
  margin-right: 2%;
  margin-top: 6vw;
  width: 31%;
  font-size: 2.5vw;
  text-align: right;
  text-transform: uppercase;
  margin-left: -5vw;
}
#navigation a, #navigation a:visited {
  text-decoration: none;
  border-bottom: 1px solid black;
  position: relative;
  display: inline-block;
  line-height: 0.85;
}

#main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 200;
}

.row {
  display: flex;
}

#impressum {
  margin-left: 6%;
  margin-right: 5%;
  max-width: 1100px;
  margin-bottom: 100px;
}
#impressum p {
  line-height: 1.5;
}

@media (max-width: 768px) {
  #page {
    margin-left: 0;
  }

  #impressum {
    margin-left: 3%;
  }

  #navigation {
    order: 1;
    width: 100%;
    position: absolute;
    right: 5%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  #navigation ul li {
    margin-bottom: 3px;
  }

  #image {
    order: 3;
    margin-top: 30vw;
  }

  #phone {
    order: 2;
    margin-top: 37vw;
  }
}
