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: 160px;
  height: 600px;
  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 {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:85px;
  background-color: #fff;
  text-align: center;
}

#info {
  position: absolute;
  left: -160px;
  width: 160px;

  bottom: 113px;
}

#info-block {
  line-height: 18px;
  padding: 4px 0 0 4px;
  background-color: #408B90;
  height: 94px;
}

  #info-block p {
    font-size: 10px;
  }

  #info-block img {
    margin-right: 2px;
    vertical-align: middle;
  }

.darkline {
  font-family: 'Darkline', sans-serif;
}

#header {
  position: absolute;
  left: 12px;
  top: 190px;
  font-size: 33px;
  font-weight: 300;
  line-height: 29px;
  opacity: 0;
}

#in-brabant {
  font-size: 15px;

  margin-left: 36px;
}

#verkoop {
  position: absolute;
  right: 10px;
  top: 100px;
  width: 80px;
  opacity: 0;
}


#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #0c0c0c;
  color: #0c0c0c;
  font-size: 12px;
  padding: 6px 2px;
  height: 100px;
  text-align: center;
}

  #footer img {
    margin-top: 10px;
    width: 40px;
  }


#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;
  }
