#startupsite{
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
}
#loader{
    position: fixed;
    align-content: center;
    top: 50% !important;
    left: 50%;
    width: 64px;
    margin-top: -32px;
    margin-left: -32px;
    display: none;
    z-index: 600;
}
#loaderBackground{
    position: fixed;
    width: 100%;
    height: 100%;
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    background-color: rgba(0,0,0,0.86);
    z-index: 550;
    display: none;
    top: 0;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
div.progress{
    position: fixed;
    display: none;
    z-index: 600;
    width: 70%;
    height: 50px;
    align-content: center;
    top: 60%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
}
.progress-bar {
    line-height: 50px;
    font-size: 24px;
}

/*Breedte Setting:*/
@media (max-width: 992px) {
    #loader{
        transform: scale(2);
    }
}
@media (min-width: 992px) {
    #loader{
        top: 470px !important;
    }
}