

body{
  height: 100vh; 
  background-size: cover !important;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.links{
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #a7cef8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.links .alink {display: none;}
.links .imagelogo {display: block;}
.links a.icon {
  display: block;
  font-size: 24px;
  padding: 14px 16px;
  text-decoration: none;
  color: black;
}


.links.responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #a7cef8;
  z-index: 9999;
  min-height: 50px;
}
.links.responsive .imagelogo {
  display: inline-block;
  position: relative;
  z-index: 10001;
}
.links.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 16px;
  font-size: 24px;
  z-index: 10002;
}
.links.responsive .alink {
  position: fixed !important;
  display: block !important;
  background-color: #a7cef8 !important;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #333;
  right: 10px;
  width: 150px;
  z-index: 10000;
  animation: slideDown 0.3s ease;
}
.links.responsive .alink:nth-child(2) {
  top: 55px !important;
  animation-delay: 0s;
}
.links.responsive .alink:nth-child(3) {
  top: 95px !important;
  animation-delay: 0.05s;
}
.links.responsive .alink:nth-child(4) {
  top: 135px !important;
  animation-delay: 0.1s;
}
.links.responsive .alink:nth-child(5) {
  top: 175px !important;
  animation-delay: 0.15s;
}

@keyframes slideDown {
from {
  opacity: 0;
  transform: translateY(-10px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}


.Welkom{
  font-size: 18px;
  margin-top: 100px;
  padding: 10px;
}

b{
  font-size: 20px;
}

.projecten{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.flex-container {
  width: 90%;
  max-width: 400px;
  margin: 15px auto;
}

.text_stuk > div {
  margin-left: 0px;
}

.img{
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.show-img {
  display: flex;
  justify-content: center;
  width: 100%;
}

.show-img > img{
  display: block;
  width: 80%;
  max-width: 200px;
}

.img2{
  display: none;
}

.goeidoel{
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.text_stuk{
  padding: 0%;
  width: auto;
}

.p{
  font-size: 14px;
  line-height: 1.5;
}

.naam{
  text-align: center;
  margin: 10px 0;
}

