body {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
body { padding-top: 75px; }
}
@media screen and (max-width: 400px) {
body { padding-top: 100px; }
}
.atk-lang{
float:right;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.loading-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
}
.debug{
/* desactiveer deze lijn om debugging actief te hebben */
visibility: hidden; display: none;
/*visibility: visible;*/
border:1px solid black;
background-color:yellow
}
.debugshow{
visibility: visible;
border:1px solid black;
background-color:yellow
}

