/* header*/
#topHeader {
  display: block;
}

/* background */
.bgiDiv {
  position: fixed;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  background-color: #cccccc;
  background-image: url("../ud/groot/jenh_groot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.presCont {
  position: relative;
  max-width: 100%;
  min-height: 500px;
  z-index: 150;
  /*background-color: hsla(198.00000000000003, 6.57%, 63.94%, 0.50);*/
  background-color: hsla(198.00000000000003, 15.75%, 79.01%, 1);
  background-attachment: scroll;
  background-image: url("../ud/groot/jenh_achtergrond.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.presFlex .row {
  max-width: 1024px;
}

p {
  font-size: 150%;
}

.overLine {
  border: none;
  border-top-style: solid;
  border-top-color: white;
  border-top-width: 1px;
}

.goUrl {
  margin-bottom: 100px;
}

.goUrl a {
  text-decoration: none;
}

.goUrl a p {
  color: #fff;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
}

/* footer */
#myFooter {
  display: block;
}

.footerRow .backArrow {
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 36px;
  max-width: 36px;
  right: 35px;
  top: 20px;
}

.footerRow .backArrow img {
  display: block;
  height: 36px;
  width: 36px;
  opacity: 0.8;
}
