html, body, p, a {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Alegreya Sans', sans-serif;
}

@font-face {
  font-family: 'Darkline';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/darkline.woff) format('woff');
}


#bg {
  opacity: 0;
}

.content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#stage {
  border: 1px solid rgb(43, 46, 107);
  position: relative;
  width: 300px;
  height: 250px;
  cursor: pointer;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#logo {
  background-color: #fff;
  text-align: center;
  padding-top: 16px;
}

#info {
  position: absolute;
  left: -300px;
  width: 300px;
  top: 0;
  bottom: 0;
}

#info-block {
  line-height: 18px;
  padding: 8px 0 0 24px;
  background-color: #408B90;
  height: 150px;
}

  #info-block p {
    font-size: 12px;
  }

  #info-block img {
    margin-right: 6px;
    vertical-align: middle;
  }

.darkline {
  font-family: 'Darkline', sans-serif;
}

#header {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 28px;
  opacity: 0;
}

#in-brabant {
  font-size: 15px;
  margin-top: -4px;
  margin-left: 55px;
}

#verkoop {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 90px;
  opacity: 0;
}

#meer-info {
  position: absolute;
  right: 17px;
  top: 40px;
  width: 90px;
  opacity: 1;
  background-color: #31919B;
  transform: rotate(6deg);
  width: 66px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  font-weight:700;
}

#prijzen {
  position: absolute;
  top: 156px;
  right: 20px;
  height: 29px;
  line-height: 29px;
  background-color: #408B90;
  padding-left: 14px;
  padding-right: 14px;
  opacity: 0;
}

#afspraak {
  position: relative;
  top: 156px;
  right: 0;
  left: 0;
  height: 29px;
  line-height: 29px;
  text-align: right;
  font-style: italic;
  letter-spacing: .3px;
  padding-right: 21px;
  background-color: #98A188;
  font-size: 10px;
  opacity: 0;
}

#afspraak-tekst, #contact-tekst {
  position: absolute;
  right: -900px;
}

#contact {
  color: #000;
  position: absolute;
  top: 185px;
  right: 0;
  left: 0;
  height: 42px;
  line-height: 42px;
  text-align: right;
  padding-right: 21px;
  background-color: #E8E8E1;
  opacity: 0;
}

#website {
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px;
}


#footer {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  padding-left:20px;
  height: 23px;
  font-weight: 600;
  vertical-align: middle;
  color: #000;
  bottom: 0;
  background-color: white;
  width: 300px;
  text-align: left;
  font-size:10px;
}

  #footer img {
    position: absolute;
    width: 30px;
    right: 30px;
    bottom: 5px
  }

#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

  #preloader img {
    width: 50px;
  }
