@font-face {
  font-family: 'akpva-light';
  src: url('../fonts/akpva-Lig.eot');
  src: url('../fonts/akpva-Lig.eot?#iefix') format('embedded-opentype'), url('../fonts/akpva-Lig.woff') format('woff'), url('../fonts/akpva-Lig.ttf') format('truetype'), url('../fonts/akpva-Lig.svg#akpva-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'akpva-regular';
  src: url('../fonts/akpva-Reg.eot');
  src: url('../fonts/akpva-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/akpva-Reg.woff') format('woff'), url('../fonts/akpva-Reg.ttf') format('truetype'), url('../fonts/akpva-Reg.svg#akpva-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'akpva-medium';
  src: url('../fonts/akpva-Med.eot');
  src: url('../fonts/akpva-Med.eot?#iefix') format('embedded-opentype'), url('../fonts/akpva-Med.woff') format('woff'), url('../fonts/akpva-Med.ttf') format('truetype'), url('../fonts/akpva-Med.svg#akpva-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.animation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav {
  float: left;
  margin: 35px 0 0 70px;
}
nav ul {
  list-style: none;
}
nav ul li {
  display: inline-block;
  padding: 4px 0;
  font-family: "akpva-Regular";
  font-weight: 100;
  letter-spacing: 0.1em;
  height: 16px;
  color: #009fe3;
}
nav ul li:before {
  display: inline-block;
  padding: 0 15px 0 9px;
  content: '|';
  font-size: 18px;
}
nav ul li a {
  font-size: 17px;
  margin-top: 20px;
}
nav ul li:first-child {
  border-left: none;
}
nav ul li:first-child:before {
  display: inline-block;
  padding-right: 6px;
  content: '•';
  font-size: 17px;
}
nav ul li.active a {
  color: #591201;
}
@media (max-width: 480px) {
  nav {
    margin: 25px 0 0 15px;
  }
  nav ul li:before {
    padding: 0 6px 0 4px;
  }
  nav ul li a {
    font-size: 15px;
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body,
html {
  background: #ffffff;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px;
  line-height: 1.6em;
  color: #1d1d1b;
  width: 100%;
  height: 100%;
}
h2,
h3 {
  font-family: 'akpva-regular', Helvetica, Arial;
  font-weight: 100;
  font-size: 28px;
  color: #591201;
}
h3 {
  font-size: 20px;
}
p {
  padding: 0 20px 20px 0;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #009fe3;
}
a:hover {
  text-decoration: underline;
  color: #591201;
}
a:visited {
  color: #009fe3;
}
header {
  display: block;
  width: 100%;
  height: 381px;
  padding: 53px 45px;
  background-image: url(img/back-wetboek.jpg);
  background-position: 0 155px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  header {
    height: 150px;
    background-position: 0 70px;
    padding: 0;
  }
}
a.logo {
  float: left;
  width: 106px;
  height: 160px;
  margin: 2px 0 0 20px;
  background-image: url(img/logo.svg);
  background-image: url(img/logo.png);
  background-size: 106px 160px;
  background-repeat: no-repeat;
  background-position: 0 top;
  background-color: white;
}
a.logo h1 {
  text-indent: -111111px;
}
@media (max-width: 480px) {
  a.logo {
    width: 53px;
    height: 80px;
    background-size: 53px 80px;
    margin: 20px 0 0 25px;
  }
}
body.contact header {
  background-image: url(img/back-peterogen.jpg);
  background-position: center 155px;
  background-size: cover;
}
@media (max-width: 480px) {
  body.contact header {
    background-position: center 70px;
  }
}
section {
  display: block;
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  section {
    width: 100%;
  }
}
section article {
  padding: 25px 0 100px 0;
  max-width: 760px;
  margin-left: 85px;
}
@media (max-width: 480px) {
  section article {
    max-width: 100%;
    margin-left: 0;
  }
}
section article h2 {
  margin: 20px 0 30px 125px;
  pading: 0 0 50px 0;
}
@media (max-width: 480px) {
  section article h2 {
    width: 100%;
    margin-left: 0;
    padding: 0 25px;
    text-align: center;
  }
}
section article h3 {
  margin: 10px 0 12px 125px;
  pading: 0 0 50px 0;
}
@media (max-width: 480px) {
  section article h3 {
    width: 100%;
    margin-left: 0;
    padding: 18px 25px;
    text-align: center;
  }
}
section article p {
  margin: 0 0 0 125px;
}
@media (max-width: 480px) {
  section article p {
    margin: 0;
    padding: 0 25px;
  }
}
section article img {
  float: right;
  margin: -78px -284px 40px 40px;
  width: 395px;
  border: 16px solid white;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  section article img {
    margin-right: -150px;
    width: 375px;
  }
}
@media (max-width: 480px) {
  section article img {
    margin: 30px 5%;
    padding: 0;
    width: 90%;
  }
}
section article ul {
  display: block;
  margin: 0 auto;
  padding: 0 50px 20px 109px;
}
section article ul.route {
  padding: 0px 50px 0 109px;
}
@media (max-width: 480px) {
  section article ul.route {
    padding: 20px 15px 0 25px;
  }
}
@media (max-width: 480px) {
  section article ul {
    padding: 0 15px 20px 25px;
  }
}
section article ul li {
  list-style: none;
  margin: 0 4px 0 26px;
  font-weight: 100;
  padding-left: 9px;
  color: #1d1d1b;
}
@media (max-width: 480px) {
  section article ul li {
    margin-left: 10px;
  }
}
section article ul li:before {
  margin-left: -20px;
  padding-right: 11px;
  content: '•';
  color: #009fe3;
}
section article ul li.telefoon:before {
  content: '';
  padding-right: 25px;
  background-image: url(img/circ-tel.svg);
  background-image: url(img/circ-tel.png);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 0 0px;
}
section article ul li.fax:before {
  content: '';
  padding-right: 25px;
  background-image: url(img/circ-fax.svg);
  background-image: url(img/circ-fax.png);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 0 0px;
}
section article ul li.e-mail:before {
  content: '';
  padding-right: 25px;
  background-image: url(img/circ-email.svg);
  background-image: url(img/circ-email.png);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 0 0px;
}
iframe.map {
  margin-left: 120px;
}
@media (max-width: 480px) {
  iframe.map {
    margin: 25px 5%;
    width: 90%;
  }
}
footer {
  display: block;
  width: 100%;
  min-height: 100px;
  background-color: #591201;
  text-align: center;
}
footer ul {
  display: block;
  width: 1024px;
  margin: 0 auto;
  padding: 20px 50px;
}
footer ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  padding-left: 1px;
  font-family: "akpva-medium";
  font-size: 12px;
  font-weight: 100;
  color: white;
}
footer ul li:before {
  display: inline-block;
  padding-right: 12px;
  content: '•';
  font-size: 17px;
  color: #009fe3;
}
@media (max-width: 480px) {
  footer ul li:before {
    display: none;
  }
}
footer ul li:first-child:before {
  content: none;
}
footer ul li a {
  text-decoration: none;
  color: #009fe3;
}
footer ul li a:hover {
  text-decoration: none;
  color: #17baff;
}
@media (max-width: 480px) {
  footer {
    min-height: 200px;
  }
  footer ul li {
    clear: both;
    display: block;
  }
}
body.booking div.content section div.col {
  background: none;
  border: 1px solid red;
}
body.booking div.content section div.col article {
  padding: 0;
  border: 1px solid red;
  height: inherit;
}
/* forms */
form {
  display: block;
  width: 500px;
  margin: 30px auto;
}
form h3,
form p {
  padding: 0 0 0 20px;
}
form ul li {
  list-style: none;
  display: block;
  width: 500px;
  font-size: 18px;
  text-align: left;
}
form ul li label {
  width: 500px;
  padding: 15px 18px 0 15px;
}
form ul li input,
form ul li textarea {
  margin: 0 15px 0 0;
  padding: 12px 18px 7px;
  font-size: 18px;
  border-radius: 15px;
}
form ul li input[type="radio"],
form ul li textarea[type="radio"] {
  margin: 4px 5px 18px 15px;
}
form ul li input.medium,
form ul li textarea.medium {
  width: 500px;
}
form ul li input.small,
form ul li textarea.small {
  width: 100px;
}
form ul li input.extrasmall,
form ul li textarea.extrasmall {
  width: 80px;
}
form ul li input.extrasmall.two,
form ul li textarea.extrasmall.two {
  margin-left: 20px;
}
form ul li textarea {
  width: 500px;
  height: 150px;
}
form ul li input.submit,
form ul li input.reset {
  margin-top: 20px;
}
form ul li input.submit:hover,
form ul li input.reset:hover,
form ul li input.submit:active,
form ul li input.reset:active {
  background: #ffffff;
  color: white;
}
form em {
  font-size: 18px;
  color: #f30;
  font-family: 'Clinicregular', Helvetica, Arial;
  font-style: normal;
}
span.verplichttext {
  margin: 10px 0 0 0;
  font-size: 10px;
}
