/*     0101     02  02   01010    202020   01   */
/*    01  01    20  20   30  30   03            */
/*   00    00   02  02   02030    102020   10   */
/*    01  01    20  20   30  30       02   01   */
/*     0101      2030    01   10  102020   10   */
/*       07                                08   */
/*        06     www.qursisoftware.com     90   */


/* Body */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f1ede1;
}

/* Menu */
.blad {
  height: 25px;
}

.language-flag {
  width: 25px;
  margin-right: 5px;
  cursor: pointer;
}

/* Main */
.banier {
  padding: 20px;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banier img {
  padding: 5px;
}

.baniertekst {
  background-color: #394609;
  color: #ddefaf;
  padding: 20px;
}

.pica img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

.pica h5 {
  text-align: center;
  margin-top: 25px;
}

.picatekst p {
  text-align: center;
  margin-top: 10px;
}

.kleineplaatjes {
  width: 100%
}

.caveat {
  font-family: 'Caveat', cursive;
  font-size: 60px;
}

.thumbnail {
  padding: 5px;
}

/* Animatie hoofdafbeelding: Define the animation */
@keyframes moveUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Animatie hoofdafbeelding: Apply the animation to the image */
.animated-image {
    animation: moveUpDown 2s ease-in-out infinite;
}

/* Voet */
.voet {
  margin-top: 20px;
  background-color: #f6f4ef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.voet h4 {
  font-size: 16px;
}

.voet p {
  font-size: 14px;
}

.voet li {
  font-size: 14px;
}

.adress {
  padding: 0px;
  margin: 0px;
}

.copyright {
  padding-top: 20px;
  font-size: 10px;
}
