body {
  font-family: arial, geneva, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: white; }
  body a {
    color: black; }
  body a:hover {
    color: #a86971; }

#welkom {
  color: black; }

#prijzen {
  color: white;
  background: #1d1d1b; }

.block .holder {
  position: relative;
  display: grid;
  grid-template-columns: 320px auto; }
  @media (max-width: 760px) {
    .block .holder {
      grid-template-columns: 1fr; } }
  .block .holder .side {
    background-color: #a86971;
    text-align: center; }
    .block .holder .side img {
      width: 100%;
      max-width: 270px;
      padding: 35px 25px 0px 25px; }
      @media (max-width: 760px) {
        .block .holder .side img {
          width: 50%;
          padding: 20px; } }
  .block .holder .content .padding {
    padding: 32px; }

img.portret {
  width: 40% !important;
  height: auto !important;
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 360px; }
  @media (max-width: 760px) {
    img.portret.desktop {
      display: none; }
    img.portret.mobile {
      display: block;
      width: 100% !important;
      height: auto !important;
      margin: 0 0 0 0;
      max-width: none; } }
  @media (min-width: 760px) {
    img.portret.desktop {
      display: block; }
    img.portret.mobile {
      display: none; } }

h1, h2, h3 {
  font-family: Arial, Geneva, Tahoma, sans-serif;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-weight: bold;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

h1 {
  font-size: 20px !important; }

h2 {
  font-size: 18px !important; }

h3 {
  font-size: 16px !important; }

.pageWidth {
  margin: auto auto;
  width: 1600px; }
  @media (min-width: 0px) {
    .pageWidth {
      width: 100%; } }
  @media (min-width: 1600px) {
    .pageWidth {
      width: 1600px; } }

.clear {
  clear: both; }

.embeddedContent {
  position: relative;
  width: 100% !important; }
  .embeddedContent > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .embeddedContent:before {
    display: block;
    content: "";
    width: 100% !important;
    padding-top: 56%; }

a:hover {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
