#content {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.cikk {
  background: white;
  max-width: 1100px;
  margin: 0px auto;
  margin-bottom: 28px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cikk .bovebben {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #23668b;
  padding: 5px 16px;
  border-radius: 10px 0px 10px 0px;
}
.cikk .bovebben a {
  color: white;
}
.cikk p,
.cikk h2,
.cikk h1 {
  margin: 20px;
}
