.messages {
  display: none; }

/***** **** *** ** * global * ** *** **** *****/
body {
  -webkit-font-smoothing: antialiased;
  /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
  -moz-osx-font-smoothing: grayscale;
  /* Fixes font bold issue in Firefox version 25+ on Mac */
  position: relative;
  background: #fff;
  margin: 0; }
  body a {
    color: #000; }
    body a.active {
      color: #000; }
  body strong, body b {
    font-weight: 700; }
  body img {
    max-width: 100%;
    height: auto; }
  body input, body textarea, body select, body option,
  body input[type="text"], body input[type="reset"], body input[type="submit"], body input[type="button"],
  body input[type=text], body input[type=email], body input[type=password], body select {
    box-sizing: border-box;
    font: 14px/1.5 "Rajdhani", sans-serif;
    font-weight: 400;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 0;
    padding: 5px 5px 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    body input:active, body input:focus, body textarea:active, body textarea:focus, body select:active, body select:focus, body option:active, body option:focus,
    body input[type="text"]:active,
    body input[type="text"]:focus, body input[type="reset"]:active, body input[type="reset"]:focus, body input[type="submit"]:active, body input[type="submit"]:focus, body input[type="button"]:active, body input[type="button"]:focus,
    body input[type=text]:active,
    body input[type=text]:focus, body input[type=email]:active, body input[type=email]:focus, body input[type=password]:active, body input[type=password]:focus, body select:active, body select:focus {
      box-shadow: none; }
    body input.error, body textarea.error, body select.error, body option.error,
    body input[type="text"].error, body input[type="reset"].error, body input[type="submit"].error, body input[type="button"].error,
    body input[type=text].error, body input[type=email].error, body input[type=password].error, body select.error {
      border: 2px solid #ff0000; }
  body .form-actions {
    text-align: right; }
    body .form-actions input {
      cursor: pointer; }
  body input[type="submit"] {
    background: #000;
    color: #fff;
    text-shadow: none;
    text-align: center;
    width: auto;
    padding: 10px 35px;
    text-transform: uppercase;
    height: 50px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    -webkit-appearance: none; }
  body textarea {
    background: #fff;
    border-radius: 0;
    height: 140px; }
  body label {
    font: 14px/1.2 "Rajdhani", sans-serif;
    padding-bottom: 5px;
    color: #000;
    font-weight: 400; }
    body label .form-required {
      color: #ff0000; }
  body sup, body sub {
    font-size: 60%; }
  body sup {
    vertical-align: top; }
  body table {
    width: 100%; }
  body table td {
    vertical-align: top; }

.content {
  font: 16px/1.5 "Rajdhani", sans-serif;
  font-weight: 400;
  color: #000; }
  .content p, .content ul, .content ol {
    padding-bottom: 18px; }
  .content table {
    margin-bottom: 24px; }
  .content ul li {
    margin: 0 0 0 16px;
    padding: 0;
    list-style: disc outside; }
  .content ol li {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: decimal outside; }
  .content ul ol li {
    list-style-type: decimal; }
  .content ol ul li {
    list-style-type: disc; }
  .content h1, .content h2, .content h3, .content h4, .content h5 {
    padding-bottom: 5px; }
  .content table td {
    padding: 0 10px 10px 0; }

ul.menu {
  margin: 0;
  padding: 0; }
  ul.menu li {
    margin: 0;
    padding: 0; }

h1, h2, h3, h4, h5 {
  font-family: "Rajdhani", sans-serif;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.2; }
  h1 a, h1 a.active, h2 a, h2 a.active, h3 a, h3 a.active, h4 a, h4 a.active, h5 a, h5 a.active {
    color: inherit;
    text-decoration: none; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px;
  font-weight: 700; }

h5 {
  font-size: 14px;
  text-transform: uppercase; }

.not-logged-in .tabs, .not-logged-in .messages {
  display: none; }

/***** **** *** ** * header * ** *** **** *****/
.menu-button {
  position: absolute;
  top: 56px;
  right: 50px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: transparent url(../img/menu-button.png) no-repeat 50% 50%; }
  .menu-button.active {
    background: transparent url(../img/close.png) no-repeat 50% 50%; }
  @media all and (min-width: 1250px) {
    .menu-button {
      display: none; } }

@media all and (max-width: 1250px) {
  #block-system-main-menu {
    height: 0px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    width: 100%;
    border-top: 1px solid lightgrey;
    margin-top: 0px !important;
    overflow: hidden; }
    #block-system-main-menu li {
      float: none;
      display: block;
      width: 100%; }
      #block-system-main-menu li:hover a {
        color: #23b3a6 !important; }
      #block-system-main-menu li#magic-line {
        background: none !important; }
    #block-system-main-menu.active {
      height: 350px; } }
@media all and (min-width: 1250px) {
  #block-system-main-menu {
    display: block !important; } }

/***** Stijl voor deze website ******/
body.front #page-title {
  display: none; }
body #header #block-block-6 {
  float: left; }
  body #header #block-block-6 img {
    width: 300px; }
body #header #block-system-main-menu {
  float: right;
  margin-top: 40px;
  /*Menu*/
  /*Clear Fix*/ }
  body #header #block-system-main-menu ul li {
    list-style-type: none;
    float: left; }
    body #header #block-system-main-menu ul li a {
      text-decoration: none;
      font-size: 20px; }
  body #header #block-system-main-menu ul.menu {
    list-style-type: none;
    position: relative;
    padding: 0; }
  body #header #block-system-main-menu ul.menu li {
    float: left; }
  body #header #block-system-main-menu ul.menu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #666;
    padding: 12px 20px;
    min-width: 85px;
    font-weight: normal;
    transition: color 0.3s; }
  body #header #block-system-main-menu #magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 125px;
    height: 4px;
    background: #23b3a6;
    transition: all 0.3s; }
  body #header #block-system-main-menu .menu:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  body #header #block-system-main-menu *:first-child + html .menu {
    zoom: 1; }
body #main {
  width: auto;
  max-width: none; }
  body #main #block-views-frontsliderblock-block {
    box-sizing: border-box;
    border-top: 25px solid #23b3a6;
    position: relative;
    height: 625px; }
    body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs {
      position: absolute;
      top: 0px;
      width: 100%; }
      body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper {
        max-width: 1200px;
        margin: auto;
        width: 90%;
        color: white;
        margin-top: 50px; }
        body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-title {
          font-size: 50px; }
        body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-body {
          max-width: 500px;
          font-size: 25px; }
          body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-body p:nth-child(1) {
            margin-bottom: 35px; }
            body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-body p:nth-child(1) a {
              color: white; }
          body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-body p:nth-child(2) a {
            text-decoration: none;
            color: white;
            border: 3px solid #23b3a6;
            padding: 15px;
            font-size: 40px;
            padding-left: 80px;
            padding-right: 80px;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
            body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-body p:nth-child(2) a:hover {
              background: #23b3a6; }
    body #main #block-views-frontsliderblock-block .views-field-field-image {
      height: 600px;
      background-position: center, center;
      filter: brightness(0.6);
      height: 600px; }
  body #main #block-views-page-block-block {
    box-sizing: border-box;
    border-top: 25px solid #23b3a6;
    height: 250px;
    position: relative; }
    body #main #block-views-page-block-block #page-title {
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 1;
      font-size: 70px;
      text-align: center;
      width: 100%;
      color: white;
      margin-top: 100px;
      transform: translate(0, -50%); }
    body #main #block-views-page-block-block .views-field-field-image {
      height: 225px;
      width: 100%;
      background-position: center top -293px;
      filter: brightness(0.6); }
  body #main #block-block-3 {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px; }
    body #main #block-block-3 .content {
      max-width: 90%;
      margin: auto;
      font-size: 23px;
      color: #3e3e3e; }
      body #main #block-block-3 .content p {
        margin-bottom: 20px; }
      body #main #block-block-3 .content a {
        text-decoration: none;
        border: 3px solid #23b3a6;
        padding: 15px;
        font-size: 29px;
        padding-left: 40px;
        padding-right: 40px;
        color: #23b3a6;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        body #main #block-block-3 .content a:hover {
          background: #23b3a6;
          color: white; }
  body #main #block-views-event-block {
    margin: auto;
    max-width: 1200px;
    color: #3e3e3e; }
    body #main #block-views-event-block hr {
      height: 1px;
      border: 0px;
      background: #bcbcbc; }
    body #main #block-views-event-block .views-row {
      color: #3e3e3e;
      max-width: 90%;
      margin: auto; }
      body #main #block-views-event-block .views-row .views-field-nothing {
        color: #23b3a6;
        font-weight: 900;
        font-size: 18px; }
      body #main #block-views-event-block .views-row .views-field-field-image1 {
        width: 20%;
        float: left;
        margin-right: 30px;
        position: relative; }
        body #main #block-views-event-block .views-row .views-field-field-image1 img {
          filter: brightness(0.5); }
        body #main #block-views-event-block .views-row .views-field-field-image1 .datum-block {
          position: absolute;
          top: 0px;
          color: white;
          font-size: 40px;
          text-align: center;
          width: 100%;
          margin-top: 18px;
          font-weight: 700; }
          body #main #block-views-event-block .views-row .views-field-field-image1 .datum-block .field-content {
            margin-bottom: -20px; }
      body #main #block-views-event-block .views-row .views-field-title {
        font-size: 35px;
        font-weight: 100; }
      body #main #block-views-event-block .views-row .views-field-body:after {
        clear: both;
        display: block;
        content: " "; }
body #footer-wrapper {
  background: #23b3a6;
  padding: 40px;
  margin-top: 80px; }
  body #footer-wrapper #block-block-5 p {
    color: white; }
  body #footer-wrapper #block-block-2 {
    float: right; }
    body #footer-wrapper #block-block-2 p {
      color: white; }
      body #footer-wrapper #block-block-2 p a {
        color: white;
        text-decoration: none; }
body h2 {
  color: #23b3a6;
  font-weight: 900;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  font-size: 30px; }
  body h2:nth-child(1) {
    border-top: 0px solid #d8d8d8; }
body .field-name-body {
  max-width: 1200px;
  margin: auto;
  margin-top: 40px; }
  body .field-name-body table td {
    padding: 0; }
body.page-node-10 #block-system-main .field-name-field-images {
  max-width: 1200px;
  margin: auto; }
  body.page-node-10 #block-system-main .field-name-field-images .field-item {
    float: left;
    width: calc(25% - 20px);
    margin: 5px; }
    body.page-node-10 #block-system-main .field-name-field-images .field-item img {
      width: 100%;
      height: 187.5px; }
body.page-node-9 .content .field-items table {
  width: 100% !important; }
  body.page-node-9 .content .field-items table td {
    width: calc(100% / 6);
    padding: 10px; }
  body.page-node-9 .content .field-items table tr {
    border-bottom: 2px solid #23b3a6; }
  body.page-node-9 .content .field-items table img {
    width: 100%; }
body.page-node-7 iframe {
  width: 100%; }

body #main #block-views-page-block-block .views-field-field-image {
  background-repeat: no-repeat; }

#imageDetails {
  display: none; }

#bottomNavZoom {
  display: none; }

#header .clearfix {
  max-width: 1200px;
  width: 90% !important;
  margin: auto; }

body .field-name-body {
  width: 90%; }

body.page-node-10 #block-system-main .field-name-field-images {
  width: 90%; }

@media only screen and (max-width: 1200px) {
  body.page-node-10 #block-system-main .field-name-field-images {
    width: 90%; }

  body.page-node-10 #block-system-main .field-name-field-images .field-item {
    width: calc(33.333% - 20px); } }
@media only screen and (max-width: 800px) {
  body #main #block-views-page-block-block .views-field-field-image {
    background-position: center,center; } }
@media only screen and (max-width: 750px) {
  body.page-node-10 #block-system-main .field-name-field-images .field-item {
    width: calc(50% - 20px); } }
@media only screen and (max-width: 550px) {
  body.page-node-10 #block-system-main .field-name-field-images .field-item {
    width: calc(100% - 20px); } }
@media only screen and (max-width: 560px) {
  body table {
    width: 100% !important; } }
@media only screen and (max-width: 500px) {
  body #header #block-block-6 img {
    width: 220px; }

  .menu-button {
    top: 38px;
    right: 10px; }

  body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-body a {
    font-size: 30px;
    padding-left: 45px;
    padding-right: 45px; }
  body #main #block-views-frontsliderblock-block .frontslider-wrapper-abs .frontslider-wrapper .views-field-body p {
    font-size: 18px; }

  body #main #block-block-3 .content p {
    font-size: 18px; }

  body #main #block-views-event-block .views-row .views-field-title {
    font-size: 25px; }

  #block-block-2 {
    margin-top: 50px; } }
@media only screen and (max-width: 475px) {
  body #main #block-views-page-block-block #page-title {
    font-size: 40px; } }
@media only screen and (max-width: 290px) {
  body a {
    font-size: 14px; } }
@media only screen and (max-width: 500px) {
  body #header #block-block-6 img {
    width: 220px; }

  .menu-button {
    top: 38px; }

  body #block-system-main {
    font-size: 18px; } }
@media only screen and (max-width: 330px) {
  body table {
    width: 100% !important;
    font-size: 13px; }

  body h2 {
    font-size: 28px; }

  body #header #block-block-6 {
    padding-bottom: 0px; }
    body #header #block-block-6 img {
      width: 170px; }

  .menu-button {
    top: 26px; } }

/*# sourceMappingURL=style.css.map */
