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: #fc6020; }

#welkom {
  color: black; }

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

.block .holder {
  position: relative; }
  @media (min-width: 0px) {
    .block .holder .side {
      width: 100%;
      text-align: center;
      position: relative; } }
  @media (min-width: 600px) {
    .block .holder .side {
      width: 33%;
      position: fixed;
      z-index: 100;
      margin-left: 10px; } }
  @media (min-width: 900px) {
    .block .holder .side {
      width: 325px;
      margin-left: 30px; } }
  .block .holder .side img {
    width: 100%;
    max-width: 325px; }
    @media (max-width: 600px) {
      .block .holder .side img {
        width: 50%; } }
  @media (min-width: 0px) {
    .block .holder .content {
      width: 100%;
      position: relative; } }
  @media (min-width: 600px) {
    .block .holder .content {
      width: auto;
      padding-left: 34%;
      position: relative; } }
  @media (min-width: 900px) {
    .block .holder .content {
      padding-left: 325px; } }
  @media (min-width: 900px) {
    .block .holder .content {
      background-image: url("../images/bg.png");
      background-position: left;
      background-repeat: repeat-y;
      margin-left: 30px; } }
  .block .holder .content .padding {
    padding: 32px; }
  .block .holder .content img.portret {
    width: 40% !important;
    height: auto !important;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 360px; }
    @media (min-width: 600px) {
      .block .holder .content img.portret {
        margin-left: 50px;
        margin-top: -40px; } }

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; }
