a { text-decoration: none; }
.pp-content { line-height: 1.6; }
.pp-content img { max-width: 100%; height: auto; }
.pp-header-image {
  max-height: 420px;
  overflow: hidden;
}

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

.pp-header-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.pp-header-image {
  border-radius: 6px 6px 0 0;
}
.w3-card {
  border-radius: 6px;
}

/* Op mobiel iets lager */
@media (max-width: 600px) {
  .pp-header-image {
    max-height: 260px;
  }
  .pp-header-image img {
    height: 260px;
  }
}
