* {
  font-family: 'Overpass Mono', Monospace;
  font-weight: 400;
  pointer-events: auto;
}

.section {
  text-align: center;
}

p {
  font-size: 8pt;
  padding: 0;
}

#fullpage {
  pointer-events: auto;
}

h2 {
  font-size: calc(8pt + 0.66vw);
  background-color: white;
  padding: calc(8pt + 0.66vw);
}


/* === responsive menu === */

#menu li {
  z-index: 100;
  height: 20px;
  position: fixed;
}

@media only screen and (orientation: landscape) {
  .videowrapper {
    padding: 0 15vw;
  } 

  img {
    height: 75vh;
    padding-top: 10vh;
  }
  #menu li:first-child {
    width: 25vw;
    top: 5vh;
    left: 5vw;
    text-align: left;
  }
  #menu li:nth-child(2) {
    width: 25vw;
    top: 5vh;
    left: 31vw;
    text-align: left;
  }
  #menu li:nth-child(3) {
    width: 25vw;
    top: 5vh;
    left: 44vw;
    text-align: right;
  }
  #menu li:nth-child(4) {
    width: 20vw;
    top: 5vh;
    left: 75vw;
    text-align: right;
  }
  #menu> .parent >.submenu li {
    left: 5vw;
    text-align: left;
  }
  
  #menu> .parent >.submenu li:first-child {
    top: calc(5vh + 20px);
  }
  #menu> .parent > .submenu li:nth-child(2) {
    top: calc(5vh + 40px);
  }
  #menu> .parent >.submenu li:nth-child(3) {
    top: calc(5vh + 60px);
  }
  #menu> .parent >.submenu li:nth-child(4) {
    top: calc(5vh + 80px);
  }
  #menu> .parent >.submenu li:nth-child(5) {
    top: calc(5vh + 100px);
  }
  #menu> .parent >.submenu li:nth-child(6) {
    top: calc(5vh + 120px);
  }
  #menu> .parent >.submenu li:nth-child(7) {
    top: calc(5vh + 140px);
  }
  .fp-controlArrow.fp-next,
  .fp-controlArrow.fp-prev  {
    top: 50vh;
  }
  .fp-controlArrow.fp-prev  {
      border-width: 2vh 1.764vh 2vh 0px;
  }
  .fp-controlArrow.fp-next{
      border-width: 2vh 0px 2vh 1.764vh;
  }
}

@media only screen and (orientation: portrait) {
  .videowrapper {
    padding: 0;
  } 

  #cf img {
    top: 15vh;
  }
  img {
    height: 100vw;
    padding-top: 0vh;
  }
  #menu li:first-child {
    top: 5vh;
    left: 5vh;
  }
  #menu li:nth-child(2) {
    bottom: 5vh;
    left: 5vh;
  }
  #menu li:nth-child(3) {
    bottom: 5vh;
    right: 5vh;
  }
  #menu li:nth-child(4) {
    top: 5vh;
    right: 5vh;
  }


  #menu> .parent >.submenu li { 
    left: 5vh;
    text-align: left;
  }
  #menu> .parent >.submenu li:first-child {
    top: calc(5vh + 20px);
  }
  #menu> .parent > .submenu li:nth-child(2) {
    top: calc(5vh + 40px);
  }
  #menu> .parent >.submenu li:nth-child(3) {
    top: calc(5vh + 60px);
  }
  #menu> .parent >.submenu li:nth-child(4) {
    top: calc(5vh + 80px);
  }
  #menu> .parent >.submenu li:nth-child(5) {
    top: calc(5vh + 100px);
  }
  #menu> .parent >.submenu li:nth-child(6) {
    top: calc(5vh + 120px);
  }
  #menu> .parent >.submenu li:nth-child(7) {
    top: calc(5vh + 140px);
  }

  .fp-controlArrow.fp-next,
  .fp-controlArrow.fp-prev  {
    top: calc(50vh + 55vw );
  }
  .fp-controlArrow.fp-prev  {
      border-width: 2vw 1.764vw 2vw 0px;
  }
  .fp-controlArrow.fp-next{
      border-width: 2vw 0px 2vw 1.764vw;
  }
}



#menu> .parent > .submenu li a {
  pointer-events: auto;
  z-index: 10000;
  text-align: left;
  width: 73px;
}

#contactHP {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 40vw;
  height: auto;
  top: calc(50vh - 4vw);
  left: 30vw;
  z-index: 99;
  opacity: 0.75;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-size: 10pt;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

#hpdiv {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 90;
}