*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html, body {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: auto;
  margin-left: auto;
}

html {
  width: 100%;
}

body {
  width: 100%;
  max-height: 100vh;
  position: relative;
  background-color: transparent;
}

img, figure {
  width: 100%;
  height: auto;
}

p, h1, h2, h3, h4, b, strong, li {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  font-style: normal;
}

p, .val-button {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: auto;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 2.2rem;
}

strong, b {
  font-weight: 500;
}

a {
  color: currentColor;
  text-decoration: none;
  font-size: 1.2rem;
}

li {
  list-style: none;
  font-size: 1.2rem;
  line-height: 2rem;
}

.cc-window {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem !important;
  color: black !important;
  border: 1px black solid !important;
  border-radius: 15px !important;
  z-index: 9999;
}

.cc-color-override--38786966.cc-window {
  background: white !important;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: left !important;
}

.cc-window a {
  font-size: 1.2rem !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  color: #000 !important;
}

.cc-link:active, .cc-link:visited, .cc-link, .cc-link::before, .cc-link::after {
  color: #000 !important;
}

.cc-btn {
  color: black !important;
  background: white !important;
  border: 1px black solid !important;
  border-radius: 15px !important;
}

.menu a {
  margin: 0 0.5rem;
}

.menu a[aria-current] {
  border-bottom: 1px solid #000;
}

.page {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.logo-top-left {
  position: absolute;
  top: 5vw;
  left: 5vw;
  z-index: 2;
}

a .logo-top-left {
  cursor: w-resize;
}

.logo-top-left img {
  width: 50vw;
  height: auto;
}

.arrow-bottom {
  z-index: 200;
  position: absolute;
  bottom: 1.5vw;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
  opacity: .2;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 50 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;'%3E%3Cg transform='matrix(1,-3.67394e-16,3.67394e-16,1,-0.0328736,0.802308)'%3E%3Ccircle  cx='25.033' cy='24.794' r='20.021'/%3E%3C/g%3E%3Cg transform='matrix(2.50496e-16,0.454545,-0.454545,2.50496e-16,35.5726,22.1421)'%3E%3Cpath d='M1,45L23,23L1,1' style='fill:none;stroke:white;stroke-width:2.2px;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.padding-to-footer {
  padding-bottom: 16vh;
}

.arrow-bottom-white {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 50 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;'%3E%3Cg transform='matrix(1,-3.67394e-16,3.67394e-16,1,-0.0328736,0.802308)'%3E%3Ccircle fill='white' cx='25.033' cy='24.794' r='20.021'/%3E%3C/g%3E%3Cg transform='matrix(2.50496e-16,0.454545,-0.454545,2.50496e-16,35.5726,22.1421)'%3E%3Cpath d='M1,45L23,23L1,1' style='fill:none;stroke:black;stroke-width:2.2px;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.arrow-top {
  position: absolute;
  /* vertical-align: bottom; */
  left: 50%;
  bottom: 2.5vw;
  transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 50 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;'%3E%3Cg transform='matrix(1,-3.67394e-16,3.67394e-16,1,-0.0328736,0.802308)'%3E%3Ccircle fill='white' cx='25.033' cy='24.794' r='20.021'/%3E%3C/g%3E%3Cg transform='matrix(-2.50496e-16,-0.454545,0.454545,-2.50496e-16,14.6635,30.0512)'%3E%3Cpath d='M1,45L23,23L1,1' style='fill:none;stroke:black;stroke-width:2.2px;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.arrow-back {
  width: 46px;
  height: 24px;
  z-index: 5000;
  cursor: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Symbols__x26__Arrows' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 46' style='enable-background:new 0 0 24 46;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='23,45 1,23 23,1 '/%3E%3C/g%3E%3C/svg%3E%0A");
}

.val-button {
  margin-top: 5vh;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background: none;
  opacity: 1;
  transition: all 0.4s ease-in;
}

.project-headline .val-button {
  margin-right: 1vw;
  margin-left: 1vw;
}

.val-button-white {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.val-button-black {
  color: #000000;
  border: solid 1px #4D4D4D;
}

.activ {
  color: #ffffff;
  border: solid 1px #ffffff;
  opacity: 1;
  background: #000;
}

.site-title {
  text-align: center;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
}

.site-text {
  /* max-width: 80vw; */
  margin: 0 auto;
  text-align: left;
}

.footer-bot-padding {
  padding-bottom: 15vh;
}

@media only screen and (min-width: 600px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
  }

  .logo-top-left {
    top: 2.5vw;
    left: 2.5vw;
  }

  .logo-top-left img {
    width: 30vw;
    height: auto;
  }

  .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
  }
}

@media only screen and (min-width: 600px) and (orientation: landscape) {
  .logo-top-left img {
    width: 40vh;
  }
}

@media only screen and (min-width: 900px) {
  h1 {
    font-size: 32px;
  }

  .logo-top-left {
    top: 2.5vw;
    left: 2.5vw;
  }

  .logo-top-left img {
    width: 25vw;
  }
}

@media only screen and (min-width: 900px) and (orientation: landscape) {
  .logo-top-left img {
    width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  p, a, li, .val-button, .alt-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  p {
    max-width: 75vw;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 4.25rem;
  }

  .site-title {
    text-align: center;
  }

  .val-button {
    margin-top: 2.5vw;
  }

  .logo-top-left img {
    width: 300px;
  }

  .padding-to-footer {
    padding-bottom: 15vh;
  }

  .arrow-bottom {
    bottom: 0.55vw;
  }
}

@media only screen and (min-width: 1800px) {
  .arrow-bottom {
    bottom: 0.55vw;
  }

  p {
    max-width: 50vw;
  }
}

@media only screen and (min-width: 2400px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 2rem;
  }

  p, a, .alt-text, .content-text li {
    font-size: 2rem;
    line-height: 3rem;
    backface-visibility: hidden;
  }

  .val-button-black {
    font-size: 2rem;
  }

  .val-button-white {
    font-size: 2rem;
  }

  .logo-top-left img {
    width: 400px;
  }

  .padding-to-footer {
    padding-bottom: 0;
  }

  .arrow-bottom, .arrow-bottom-white, .arrow-top {
    bottom: 1.7vw;
  }
}

/*# sourceMappingURL=index.css.map */
