html, body {
  height: 100%;
  position: relative; }

.container {
  max-width: 1180px;
  width: 1180px; }
  @media screen and (min-width: 768px) and (max-width: 1216px) {
    .container {
      width: 100%; }
      .container .row {
        margin-left: 0;
        margin-right: 0; } }

.search-container {
  position: relative; }
  .search-container .row {
    position: relative; }
    .search-container .row .avia-search-tooltip {
      background-color: #ffffff;
      color: #808080;
      position: absolute;
      z-index: 9999999;
      padding: 0;
      width: 300px;
      top: 50px;
      border-radius: 2px;
      box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
      border-width: 1px;
      border-style: solid;
      right: 20px;
      border-color: #e1e1e1;
      display: none; }
      .search-container .row .avia-search-tooltip.active {
        display: block; }
      .search-container .row .avia-search-tooltip #searchform {
        margin: 0;
        padding: 0;
        margin: 16px; }
        .search-container .row .avia-search-tooltip #searchform div {
          position: relative;
          max-width: 300px; }
          .search-container .row .avia-search-tooltip #searchform div #searchsubmit, .search-container .row .avia-search-tooltip #searchform div .ajax_load {
            width: 90px;
            height: 39px;
            line-height: 40px;
            padding: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            margin: 0;
            border-radius: 0;
            min-width: 40px;
            background-color: #5ac1e8;
            border: none;
            color: #ffffff; }
          .search-container .row .avia-search-tooltip #searchform div #s {
            border: none;
            width: 100%;
            position: relative;
            padding: 11px 47px 11px 5px;
            z-index: 1;
            margin: 0;
            box-shadow: none;
            background-color: #e1e1e1;
            color: #808080; }

header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  height: 60px;
  width: 100%;
  z-index: 2;
  opacity: .95; }
  @media screen and (max-width: 767px) {
    header {
      opacity: 1; } }
  header.no-blue-header {
    border-bottom: none; }
  header .main-logo {
    display: inline-block;
    float: left;
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      header .main-logo {
        margin-left: 15px;
        position: relative;
        z-index: 10;
        margin-top: 10px; } }
  header .navbar {
    display: inline-block;
    float: right;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      header .navbar {
        float: none;
        display: block; } }
    header .navbar .navbar-nav li a {
      background-color: #ffffff; }
      header .navbar .navbar-nav li a:hover {
        background-color: #ffffff; }
    header .navbar .navbar-nav li.search-button a {
      color: #808080 !important; }
    header .navbar .navbar-nav li:last-child a:after, header .navbar .navbar-nav li:nth-last-child(2) a:after {
      border-right: none; }

#page-header {
  background-color: #0a5593;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    #page-header {
      padding-bottom: 20px; } }
  #page-header h1 {
    margin-bottom: 0;
    float: left; }
    @media screen and (max-width: 767px) {
      #page-header h1 {
        float: none;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px; } }
    #page-header h1 a {
      color: #ffffff;
      text-transform: none;
      font-weight: normal; }
  #page-header .breadcrumb-trail {
    float: right;
    z-index: 10;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -7px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #page-header .breadcrumb-trail {
        float: none;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    #page-header .breadcrumb-trail a {
      color: #ffffff;
      text-decoration: none; }
      #page-header .breadcrumb-trail a:hover {
        text-decoration: underline; }

#main-content {
  padding: 14px 14px 56px;
  position: relative;
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #main-content {
      z-index: -1; }
      #main-content .row {
        margin-right: 0;
        margin-left: 0; } }
  #main-content.flex-content-present {
    margin-bottom: 0; }
  #main-content h1 {
    margin-bottom: 50px; }
  #main-content p {
    margin-bottom: 20px !important;
    font-weight: 100;
    font-size: 16px;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #main-content p strong {
      color: #0a5593; }

.bottom {
  bottom: 150px; }

footer {
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    footer {
      z-index: 0;
      position: relative; } }
  footer .footer-top {
    border-top: 1px solid #444444;
    background: #0a5593;
    padding: 20px 0px;
    font-size: 16px; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      footer .footer-top {
        padding-left: 15px;
        padding-right: 15px; } }
    footer .footer-top ul {
      list-style-type: none;
      display: inline-block;
      float: left;
      margin-bottom: 0;
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        footer .footer-top ul {
          padding-left: 15px; } }
      footer .footer-top ul li {
        float: left;
        color: #ffffff; }
        footer .footer-top ul li a {
          color: #ffffff;
          text-transform: uppercase;
          font-weight: bold;
          text-decoration: none; }
          footer .footer-top ul li a:after {
            content: '|';
            padding-left: 5px;
            margin-right: 5px; }
          footer .footer-top ul li a:hover {
            text-decoration: underline; }
        footer .footer-top ul li:last-child a {
          text-decoration: none; }
          footer .footer-top ul li:last-child a:after {
            content: none; }
          footer .footer-top ul li:last-child a:hover {
            text-decoration: underline; }
    footer .footer-top .footer-top-right {
      float: right; }
      @media screen and (max-width: 767px) {
        footer .footer-top .footer-top-right {
          margin-right: 15px; } }
      footer .footer-top .footer-top-right a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none; }
        footer .footer-top .footer-top-right a:hover {
          text-decoration: underline; }
  footer .footer-bottom {
    background: #333333;
    padding: 20px 0;
    font-size: 11px; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      footer .footer-bottom {
        padding-left: 15px;
        padding-right: 15px; } }
    footer .footer-bottom .footer-bottom-tekst {
      color: #eee;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        footer .footer-bottom .footer-bottom-tekst {
          padding-left: 15px;
          padding-right: 15px; } }

#veelgestelde-vragen {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  #veelgestelde-vragen .veelgestelde-vraag {
    border-left: 1px #0a5593 solid;
    border-top: 1px #0a5593 solid;
    border-right: 1px #0a5593 solid; }
    #veelgestelde-vragen .veelgestelde-vraag:last-child {
      border-bottom: 1px #0a5593 solid; }
      #veelgestelde-vragen .veelgestelde-vraag:last-child .tekst {
        border-bottom: none; }
    #veelgestelde-vragen .veelgestelde-vraag .toggler {
      cursor: pointer;
      display: block;
      margin: 0;
      padding: 9px 3px 9px 35px;
      position: relative;
      top: 1px;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      #veelgestelde-vragen .veelgestelde-vraag .toggler.activeTitle {
        border: none; }
        #veelgestelde-vragen .veelgestelde-vraag .toggler.activeTitle .toggle_icon .vert_icon {
          display: none; }
      #veelgestelde-vragen .veelgestelde-vraag .toggler .toggle_icon {
        position: absolute;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 1px;
        top: 12px;
        left: 10px;
        color: #0a5593; }
        #veelgestelde-vragen .veelgestelde-vraag .toggler .toggle_icon .vert_icon {
          border-left-style: solid;
          border-left-width: 3px;
          position: absolute;
          left: 5px;
          top: 1px;
          height: 11px; }
        #veelgestelde-vragen .veelgestelde-vraag .toggler .toggle_icon .hor_icon {
          border-top-style: solid;
          border-top-width: 3px;
          position: absolute;
          top: 5px;
          left: 1px;
          width: 11px; }
    #veelgestelde-vragen .veelgestelde-vraag .tekst {
      padding: 12px 30px 11px 30px;
      display: none;
      border-top: 1px #0a5593 solid;
      border-bottom: 1px #0a5593 solid;
      margin-bottom: 5px; }
      #veelgestelde-vragen .veelgestelde-vraag .tekst.active {
        display: block; }

body.page #main-content {
  padding-top: 50px;
  margin-bottom: 0; }
  body.page #main-content h2 {
    font-size: 28px;
    margin-bottom: 38px; }
    body.page #main-content h2 span {
      background-color: #fff;
      z-index: 10;
      position: relative;
      padding-right: 10px; }
    body.page #main-content h2:after {
      content: '';
      position: absolute;
      width: 80%;
      height: 20px;
      background-image: url("../../images/header-border.png");
      background-repeat: repeat-x;
      background-position: left bottom;
      margin-left: 14px; }
      @media screen and (max-width: 767px) {
        body.page #main-content h2:after {
          content: none; } }
    body.page #main-content h2.border-line:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 20px;
      background-image: url("../../images/header-border.png");
      background-repeat: repeat-x;
      background-position: left bottom;
      margin-left: 14px;
      left: 0; }
      @media screen and (max-width: 767px) {
        body.page #main-content h2.border-line:after {
          content: '';
          left: 0;
          width: 100%; } }
  body.page #main-content h3 {
    font-size: 20px;
    text-transform: none;
    margin-top: 50px;
    margin-bottom: 24px; }
    body.page #main-content h3 span {
      background-color: #fff;
      z-index: 10;
      position: relative;
      padding-right: 10px; }
    body.page #main-content h3:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 16px;
      background-image: url("../../images/header-border.png");
      background-repeat: repeat-x;
      background-position: left bottom;
      margin-left: 0;
      left: 0; }
  body.page #main-content ul {
    margin-left: 20px;
    padding-left: 0; }
    body.page #main-content ul li {
      font-size: 16px;
      font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 15px; }

body.home #main-content {
  padding-top: 20px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    body.home #main-content {
      z-index: -1; } }
@media screen and (max-width: 767px) {
  body.home .bottom {
    bottom: 20px; } }

body.page-template-template-alle-molens h2 {
  font-size: 29px !important; }
body.page-template-template-alle-molens .rechter-blok h3 {
  margin-top: 0 !important;
  margin-bottom: 10px; }
body.page-template-template-alle-molens .rechter-blok ul {
  margin-left: 0 !important;
  padding-left: 0;
  list-style-type: none; }
  body.page-template-template-alle-molens .rechter-blok ul li {
    margin-bottom: 0 !important; }
    body.page-template-template-alle-molens .rechter-blok ul li a {
      font-size: 16px;
      font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #3d71a1;
      padding-top: 16px;
      padding-bottom: 16px;
      border-top: 1px #0a5593 solid;
      display: block; }
      @media screen and (max-width: 767px) {
        body.page-template-template-alle-molens .rechter-blok ul li a {
          font-size: 14px; } }
      body.page-template-template-alle-molens .rechter-blok ul li a.active {
        font-weight: bold; }
    body.page-template-template-alle-molens .rechter-blok ul li:last-child a {
      border-bottom: 1px #0a5593 solid; }
body.page-template-template-alle-molens .rechter-blok .een-afbeelding {
  margin-top: 40px; }
  body.page-template-template-alle-molens .rechter-blok .een-afbeelding img {
    width: 100%;
    height: auto; }
body.page-template-template-alle-molens .rechter-blok .meer-afbeeldingen {
  margin-top: 40px; }
  body.page-template-template-alle-molens .rechter-blok .meer-afbeeldingen .bx-wrapper {
    box-shadow: none;
    border: none; }

body.page-template-template-contact #main-content {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    body.page-template-template-contact #main-content {
      z-index: -1; } }
  body.page-template-template-contact #main-content .wpforms-container .wpforms-field .wpforms-field-label {
    font-size: 15px;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    body.page-template-template-contact #main-content .wpforms-container .wpforms-field .wpforms-field-label .wpforms-required-label {
      color: #0a5593; }
  body.page-template-template-contact #main-content .wpforms-container .wpforms-field input, body.page-template-template-contact #main-content .wpforms-container .wpforms-field textarea {
    border-color: #e1e1e1;
    background-color: #fcfcfc;
    color: #919191; }
  body.page-template-template-contact #main-content .wpforms-container .wpforms-field textarea {
    min-height: 220px; }
  body.page-template-template-contact #main-content .wpforms-submit-container button {
    background-color: #3d71a1;
    color: #ffffff;
    border-color: #1b5080;
    padding: 16px 45px;
    font-size: 15px; }
  body.page-template-template-contact #main-content .wpforms-confirmation-container-full {
    color: #333;
    margin: 0;
    background: transparent;
    border: none;
    padding: 0; }

body.search #main-content {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    body.search #main-content {
      z-index: -1; } }
body.search .linker-blok {
  border-right: 1px #0a5593 solid; }
body.search h2 {
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 4px;
  font-weight: 600;
  font-family: 'gearedslab' !important;
  color: #000000;
  text-transform: none;
  margin-top: 30px; }
body.search .search-box {
  border-bottom: 1px #0a5593 solid;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  body.search .search-box .searchform label {
    display: none; }
  body.search .search-box .searchform input[type="text"] {
    border: 1px #e1e1e1 solid;
    background-color: #fcfcfc;
    color: #919191;
    padding: 11px 47px 11px 5px;
    box-shadow: none;
    line-height: 40px;
    height: 39px;
    float: left; }
  body.search .search-box .searchform button {
    width: 90px;
    height: 39px;
    line-height: 40px;
    padding: 0;
    z-index: 2;
    margin: 0;
    border: none;
    min-width: 40px;
    background-color: #5ac1e8;
    color: #ffffff;
    font-size: 14px; }
body.search .search-results h3 {
  color: #919191;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  padding-bottom: 20px;
  font-size: 18px; }
body.search .search-results .searchitem {
  display: block;
  margin-bottom: 50px;
  overflow: hidden; }
  body.search .search-results .searchitem .searchitem-counter {
    float: left;
    background: #fcfcfc;
    border-color: #0a5593;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    height: 44px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    width: 44px;
    margin-right: 16px; }
  body.search .search-results .searchitem .searchitem-result {
    float: left; }
    body.search .search-results .searchitem .searchitem-result a {
      color: #3d71a1;
      font-size: 19px;
      font-weight: 600;
      font-family: 'gearedslab' !important; }
      body.search .search-results .searchitem .searchitem-result a:hover {
        text-decoration: underline; }
    body.search .search-results .searchitem .searchitem-result .searchitem-result-date {
      color: #919191;
      font-size: 11px;
      margin-top: 10px; }
body.search .pagination {
  padding: 1px 50px 10px 55px;
  clear: both;
  position: relative;
  z-index: 3;
  line-height: 13px;
  overflow: hidden;
  display: block; }
  body.search .pagination span {
    display: block;
    font-size: 11px;
    padding: 2px 9px 1px 9px;
    text-decoration: none;
    width: auto; }
  body.search .pagination .pagination-meta {
    float: right;
    line-height: 35px;
    color: #919191; }
  body.search .pagination .current {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); }
  body.search .pagination a {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #fcfcfc;
    color: #919191;
    border-color: #0a5593; }
body.search .rechter-blok {
  padding-left: 50px;
  padding-top: 50px; }
  body.search .rechter-blok ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
    body.search .rechter-blok ul li a {
      font-size: 16px;
      font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #919191;
      padding-top: 10px;
      padding-bottom: 10px;
      display: block; }

body.page-template-template-mooi-bijzonder #main-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  height: calc(100% - 180px); }
  @media screen and (max-width: 767px) {
    body.page-template-template-mooi-bijzonder #main-content {
      height: auto;
      margin-bottom: 40px; } }
  body.page-template-template-mooi-bijzonder #main-content .container {
    height: 100%; }
    @media screen and (max-width: 767px) {
      body.page-template-template-mooi-bijzonder #main-content .container {
        height: auto; } }
    body.page-template-template-mooi-bijzonder #main-content .container .row {
      height: 100%; }
      @media screen and (max-width: 767px) {
        body.page-template-template-mooi-bijzonder #main-content .container .row {
          height: auto; } }
  body.page-template-template-mooi-bijzonder #main-content h2 {
    font-size: 28px;
    margin-bottom: 38px; }
    body.page-template-template-mooi-bijzonder #main-content h2 span {
      background-color: #fff;
      z-index: 10;
      position: relative;
      padding-right: 10px; }
    body.page-template-template-mooi-bijzonder #main-content h2:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 20px;
      background-image: url("../../images/header-border.png");
      background-repeat: repeat-x;
      background-position: left bottom;
      margin-left: 14px; }
  @media screen and (max-width: 767px) {
    body.page-template-template-mooi-bijzonder #main-content {
      z-index: 1; } }
  body.page-template-template-mooi-bijzonder #main-content .submenu {
    padding-top: 50px;
    padding-right: 50px; }
    body.page-template-template-mooi-bijzonder #main-content .submenu ul {
      list-style-type: none;
      margin-left: 0; }
      body.page-template-template-mooi-bijzonder #main-content .submenu ul li {
        text-align: left;
        margin-bottom: 0; }
        body.page-template-template-mooi-bijzonder #main-content .submenu ul li a {
          display: block;
          padding-top: 18px;
          padding-bottom: 18px;
          border-top: 1px #0a5593 solid;
          color: #0a5593;
          font-size: 17px; }
          body.page-template-template-mooi-bijzonder #main-content .submenu ul li a.active {
            font-weight: bold; }
          body.page-template-template-mooi-bijzonder #main-content .submenu ul li a:hover {
            color: #23679e; }
        body.page-template-template-mooi-bijzonder #main-content .submenu ul li:last-child a {
          border-bottom: 1px #0a5593 solid; }
    body.page-template-template-mooi-bijzonder #main-content .submenu.submenu-parent ul li {
      text-align: right; }
      body.page-template-template-mooi-bijzonder #main-content .submenu.submenu-parent ul li a {
        color: #919191;
        font-size: 16px;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px; }
        body.page-template-template-mooi-bijzonder #main-content .submenu.submenu-parent ul li a:hover {
          color: #3d71a1; }
    body.page-template-template-mooi-bijzonder #main-content .submenu .afbeelding-onder-menu {
      margin-top: 50px; }
  body.page-template-template-mooi-bijzonder #main-content .main-content {
    padding-left: 50px;
    padding-top: 50px; }
    body.page-template-template-mooi-bijzonder #main-content .main-content p:first-letter {
      display: block;
      float: left;
      font-size: 38px;
      line-height: 32px;
      margin: 4px 8px 0 0; }
    @media screen and (max-width: 767px) {
      body.page-template-template-mooi-bijzonder #main-content .main-content {
        padding-left: 0;
        padding-right: 0; } }
    body.page-template-template-mooi-bijzonder #main-content .main-content.main-content-parent {
      border-left: 1px #0a5593 solid;
      padding-bottom: 60px;
      height: 100%; }
      @media screen and (max-width: 767px) {
        body.page-template-template-mooi-bijzonder #main-content .main-content.main-content-parent {
          height: auto; } }
      @media screen and (max-width: 767px) {
        body.page-template-template-mooi-bijzonder #main-content .main-content.main-content-parent {
          border: none; } }
    body.page-template-template-mooi-bijzonder #main-content .main-content h2 {
      font-size: 29px; }
      body.page-template-template-mooi-bijzonder #main-content .main-content h2:after {
        width: 58%; }
  body.page-template-template-mooi-bijzonder #main-content .rechterblok {
    padding-top: 50px; }
    body.page-template-template-mooi-bijzonder #main-content .rechterblok img {
      margin-bottom: 20px; }
      body.page-template-template-mooi-bijzonder #main-content .rechterblok img:last-child {
        border-bottom: 1px #0a5593 solid;
        padding-bottom: 60px; }

.hr {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .hr .hr-inner {
    width: 50px;
    border-bottom: 1px #0a5593 solid;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .hr .hr-inner .hr-inner-style {
      border-color: #0a5593; }

.flex-content-block {
  overflow: hidden;
  display: block;
  border-top: 1px #0a5593 solid;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .flex-content-block .container .row {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px; } }
  .flex-content-block.twee_kolommen .tekst-links,
  .flex-content-block.twee_kolommen .tekst-rechts {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em; }
  .flex-content-block.twee_kolommen .tekst-links {
    padding-right: 40px; }
  .flex-content-block.afbeeldingen img {
    display: block;
    float: left;
    border: 1px #0a5593 solid;
    padding: 2px; }
  .flex-content-block.tekst_links_afbeelding_rechts .tekst, .flex-content-block.tekst_rechts_afbeelding_links .tekst {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em; }
  .flex-content-block.tekst_links_afbeelding_rechts .afbeelding, .flex-content-block.tekst_rechts_afbeelding_links .afbeelding {
    text-align: center; }
    .flex-content-block.tekst_links_afbeelding_rechts .afbeelding .afbeelding-ondertitel, .flex-content-block.tekst_rechts_afbeelding_links .afbeelding .afbeelding-ondertitel {
      margin-top: 10px;
      font-size: 11px; }

.flex-content-bottom {
  display: block;
  overflow: hidden;
  height: 200px; }

#mb-blok {
  border: 1px #0a5593 solid;
  padding: 20px 30px;
  margin-top: 50px;
  display: block;
  overflow: hidden;
  position: relative; }
  #mb-blok .tekst {
    float: left;
    width: 60%;
    font-size: 14px;
    box-sizing: border-box;
    color: #000000;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.85em; }
    @media screen and (max-width: 767px) {
      #mb-blok .tekst {
        float: none;
        clear: both;
        width: 100%;
        display: block;
        overflow: hidden; } }
  #mb-blok .knop {
    float: left;
    width: 40%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #mb-blok .knop {
        float: none;
        clear: both;
        display: block;
        overflow: hidden;
        width: 100%;
        margin-top: 20px; } }
    #mb-blok .knop a {
      color: #ffffff;
      border-color: #083371;
      background-color: #0a5593;
      top: 40%;
      position: absolute;
      right: 30px;
      text-align: center;
      padding: 15px 30px 13px;
      font-size: 13px;
      min-width: 139px; }
      @media screen and (max-width: 767px) {
        #mb-blok .knop a {
          position: relative;
          display: inline-block;
          top: auto;
          right: auto;
          padding: 15px 30px;
          text-align: center;
          width: 100%; } }
      #mb-blok .knop a:hover {
        background-color: #23679e; }

#home-search-form {
  padding: 22px; }
  @media screen and (max-width: 991px) {
    #home-search-form {
      width: 95%;
      margin: 0 auto; }
      #home-search-form .custom-textfield {
        width: 67% !important; } }
  #home-search-form #GlobalSearchTemplate .atlantis-form-label {
    display: none; }
  #home-search-form #GlobalSearchTemplate .atlantis-form-input {
    float: left;
    width: 68% !important; }
    #home-search-form #GlobalSearchTemplate .atlantis-form-input input[type="text"] {
      display: inline-block;
      width: 100%;
      margin-right: 5px;
      border: 1px #84cde8 solid;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      height: 42px;
      margin-bottom: 5px;
      font-size: 17px !important;
      padding-left: 10px; }
  #home-search-form #GlobalSearchTemplate input[type="submit"] {
    float: left;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -5px;
    height: 42px;
    background-color: #5ac1e8;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 17px;
    width: 33% !important; }
    #home-search-form #GlobalSearchTemplate input[type="submit"]:hover {
      background-color: #84cde8; }
  #home-search-form .atlantis-href {
    float: none;
    clear: both;
    background-color: #5ac1e8;
    color: #ffffff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    border-radius: 3px !important;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url("../../images/zoeken.png");
    background-repeat: no-repeat;
    background-position: 24% center; }
    @media screen and (max-width: 400px) {
      #home-search-form .atlantis-href {
        background-position: 14% center; } }
    #home-search-form .atlantis-href:hover {
      background-color: #84cde8; }

.collapse.in {
  display: block; }

@media screen and (max-width: 767px) {
  body.page-template-template-contact #main-content {
    margin-bottom: 0; } }

.floating-button {
  position: fixed;
  z-index: 99999;
  bottom: 2rem;
  right: 2rem; }
  .floating-button a {
    padding: 10px 20px;
    background-color: #5ac1e8;
    color: #ffffff;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }

/*# sourceMappingURL=combined.css.map */
