html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "Roboto", Arial, Verdana;
}

ul,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.container {
  max-width: 1100px;
  min-width: 320px;
  margin: 0 auto;
}

/** Fixed header **/

.fixed-header {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.fixed-header .container,
#front-slider .container {
  padding: 0 25px;
}

.fixed-header .row {
  text-align: right;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
}

.fixed-header .second-row {
  position: relative;
}

.fixed-header .second-row img#logo {
  position: absolute;
  top: 5px;
  height: 74px;
  left: 0;
}

/** Menu **/

.menu {
  float: right;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  float: left;
  position: relative;
}

.menu ul li a {
  padding: 17px 15px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

.menu ul li.current_page_item a,
.menu ul li a:hover {
  color: #004a8d;
}

.menu ul li.current_page_item a {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.05);
}

.menu ul li .children {
  display: none;
}

.menu ul li.page_item_has_children:hover .children {
  display: block;
  position: absolute;
  left: 0;
  width: 175px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.menu ul li.page_item_has_children:hover .children li {
  width: 100%;
  display: block;
}

.menu ul li.page_item_has_children:hover .children li a {
  background-color: #fff;
  color: #333;
  font-weight: normal;
}

/** Frontpage **/

#front-slider {
  height: 500px;
  width: 100%;
  position: relative;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: center center;
}

#front-slider h1 {
  color: #fff;
  font-size: 35px;
  padding-top: 275px;
  font-weight: 300;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

#front-slider h1 span {
  font-size: 45px;
  display: block;
}

#front-slider .line {
  position: absolute;
  top: 75px;
  height: 7px;
  width: 100%;
  background: #338ee0; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #338ee0 0%,
    #004a8d 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #338ee0 0%,
    #004a8d 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #338ee0 0%,
    #004a8d 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338ee0', endColorstr='#004a8d',GradientType=1 ); /* IE6-9 */
}

#front-slider .line:last-child {
  top: auto;
  bottom: -7px;
}

#front-blocks {
  margin: -75px 0 0 0;
  position: relative;
  z-index: 5;
}

#front-blocks .block {
  padding: 25px;
  float: left;
  width: 33.3333%;
}

#front-blocks .block .inner {
  padding: 25px;
  color: #fff;
  background-color: #004a8d;
}

#front-blocks .block:nth-child(2) .inner {
  background-color: #0b64b5;
}

#front-blocks .block:last-child .inner {
  background-color: #338ee0;
}

#front-blocks .block .inner h2 {
  margin-bottom: 7px;
}

#front-blocks .block .inner p {
  margin: 0;
  line-height: 23px;
}

#front-blocks .block .inner h4 {
  font-size: 20px;
  margin: 9px 0 14px 0;
}

#front-blocks .block .inner table th {
  padding-right: 15px;
  text-align: right;
}

#front-blocks .block .inner table td {
  line-height: 20px;
}

.block-cta {
  background-color: #fff;
  display: block;
  padding: 5px 25px;
  color: #004a8d;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  margin-top: 14px;
}

/** vervolgpagina **/

#vervolgbanner {
  height: 275px;
  margin-top: 78px;
  width: 100%;
  position: relative;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
}

#vervolgbanner .container {
  padding: 0 25px;
}

#vervolgbanner h1 {
  top: 130px;
  position: relative;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

#content-vervolg {
  margin-top: 45px;
}

#content-vervolg .container {
  padding: 0 25px;
  line-height: 23px;
}

#content-vervolg .container .content-left {
  width: 75%;
  padding-right: 45px;
  float: left;
}

#content-vervolg .container .submenu {
  width: 25%;
  float: left;
}

#content-vervolg table {
  width: 100%;
}

.submenu ul {
  list-style: none;
  margin: 15px 0;
}

.submenu ul li {
  margin-bottom: 1px;
}

.submenu ul li a:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin-right: 5px;
  background: url(../img/beeldmerk.png);
  background-size: 22px auto;
  transition: all 0.3s linear;
}

.submenu ul li:hover a:before {
  -ms-transform: rotate(17deg); /* IE 9 */
  -webkit-transform: rotate(17deg); /* Chrome, Safari, Opera */
  transform: rotate(17deg);
}

.submenu ul li a {
  display: block;
  background-color: #0b64b5;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
}

.submenu ul li a:hover {
  background-color: #338ee0;
}

/** Footer **/

.footer {
  margin-top: 50px;
  padding: 0 0 10px 0;
  float: left;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: 300;
  background: #0b64b5;
}

.footer img {
  display: inline-block;
  margin: -15px 5px 0 5px;
  top: -11px;
  width: 35px;
}

#mobile-toggle {
  display: none;
}

#eu-cookie .popup-wrapper p {
  font-size: 13px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .menu ul li ul.children {
    display: none !important;
  }

  .menu ul {
    display: none;
    background-color: #338ee0;
    position: fixed;
    left: 0;
    top: 75px;
  }

  .menu ul li {
    width: 100%;
    border-bottom: 1px solid #0b64b5;
  }

  .menu ul li a {
    display: block;
    color: #fff;
  }

  #front-blocks .block {
    width: 100%;
    padding: 15px;
  }

  #front-blocks .block a {
    color: #fff;
  }

  #front-blocks .block .block-cta {
    color: #0b64b5;
  }

  .fixed-header {
    height: 75px;
  }

  .fixed-header .row {
    text-align: center;
  }

  .fixed-header .row a {
    color: #0b64b5;
  }

  .fixed-header .container,
  #front-slider .container {
    padding: 0 15px;
  }

  .fixed-header .second-row img#logo {
    height: 57px;
    z-index: 11;
  }

  #mobile-toggle {
    display: block;
    width: 35px;
    float: right;
    border: 1px solid #0b64b5;
    padding: 4px;
    border-radius: 3px;
    margin-top: 9px;
  }

  #mobile-toggle .bar {
    height: 3px;
    width: 100%;
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: #0b64b5;
  }

  #mobile-toggle .bar:last-child {
    margin-bottom: 0;
  }

  #front-slider {
    height: 375px;
  }

  #front-slider h1 {
    padding-top: 125px;
  }

  #vervolgbanner h1 {
    top: 111px;
    font-size: 25px;
  }

  #vervolgbanner {
    height: 175px;
  }

  #content-vervolg .container .content-left {
    width: 100%;
    padding-right: 0;
  }

  #content-vervolg {
    margin-top: 5px;
  }

  #content-vervolg p img {
    max-width: 60%;
    height: auto;
  }

  #content-vervolg .container .submenu {
    width: 100%;
  }

  .footer {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-header .second-row img#logo {
    height: 55px;
    top: 15px;
  }

  .menu ul li a {
    padding: 17px 10px;
  }

  #front-blocks .block {
    padding: 15px;
  }

  .submenu {
    width: 25% !important;
  }

  .menu ul li ul.children {
    display: none !important;
  }

  #vervolgbanner {
    height: 250px;
  }

  #vervolgbanner h1 {
    top: 120px;
  }
}

.page-id-29 .content-left img {
  width: 200px;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .page-id-29 .content-left img {
    width: 150px;
    height: 200px;
  }
  .page-id-29 #content-vervolg p img {
    width: 200px;
    height: 300px;
    max-width: 100%;
  }
}
