/* Import our master theme*/
/*  ==============================
      FONTS
    ============================== */
/*  ==============================
      LESS FUNCTIONS
    ============================== */
/* Lighten or Darken background */
/* Scalable image. @par: max-width */
/* Scalable image snapped to parent container */
/* Vertical aligns a component. @par: percentage from top */
/*  ==============================
      PREDEFINED CLASSES
    ============================== */
/* Full width container */
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* Horizontally aligns absolute component in relative/absolute container */
.h-align {
  left: 0;
  right: 0;
  margin: auto;
}
/* Vertically aligns absolute container in relative/absolute container */
.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Default link */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Default button */
a.button {
  background: #a1c2ce;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
}
a.button:hover {
  background: #919192;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
/*  ===============
    Social
    =============== */
.social li {
  display: inline-block;
}
.social img {
  width: 32px;
  height: 32px;
}
/*  ===============
    PARALLAX
    =============== */
.parallax.has-overlay {
  position: relative;
}
.parallax .overlay {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.parallax .overlay .content {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.parallax .overlay .content h1,
.parallax .overlay .content p {
  text-shadow: 1px 1px 1px #000;
}
/*  ===============
    KOLOMMEN
    =============== */
.kolom .row .inner {
  margin: 0 auto;
}
.ruimte-top.kolom {
  padding-top: 40px;
  padding-bottom: 0;
}
.ruimte-bottom.kolom {
  padding-top: 0;
  padding-bottom: 40px;
}
.ruimte-both.kolom {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ruimte-none.kolom {
  padding-top: 0px;
  padding-bottom: 0;
}
/*  ===============
    CONTACT FORM
    =============== */
.gform_wrapper .validation_error {
  font-size: 18px;
  color: #c33;
  margin-bottom: 16px;
}
.gform_wrapper label {
  display: none !important;
}
.gform_wrapper .gform_fields li {
  width: 100%;
}
.gform_wrapper .gform_fields li input,
.gform_wrapper .gform_fields li textarea {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
.gform_wrapper .gform_fields li textarea {
  resize: none;
  height: 224px;
  float: right;
  overflow: auto;
}
.gform_wrapper .gforms_confirmation_message {
  font-size: 14px;
}
.gform_wrapper .gfield.gf_left_half {
  float: left;
  margin-bottom: 12px !important;
}
.gform_wrapper .gfield.gf_right_half {
  float: right;
}
.gform_wrapper .gform_button.button {
  margin-top: 16px;
  clear: both;
  float: right;
  background: #a1c2ce;
  padding: 8px 20px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.gform_wrapper .gform_button.button:hover {
  background: #c3d8df;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 1px solid #A63232 !important;
}
.gform_wrapper .gfield_error .validation_message {
  background: #FFDFE0;
  color: #A63232;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
}
.gform_wrapper .gform_ajax_spinner {
  clear: left;
  float: left;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-sm-c5 {
    width: 20%;
    float: left;
  }
  .gform_wrapper .gform_fields li {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .container .row .inner {
    width: auto !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-md-c5 {
    width: 20%;
    float: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-lg-c5 {
    width: 20%;
    float: left;
  }
}
/*  ==============================
      DEFAULTS (DON'T TOUCH)
    ============================== */
/* Browser upgrade message */
.browser-upgrade {
  background: #ccc;
  color: #000;
  padding: 4px 0;
  text-align: center;
}
/* Reset List styles */
#gform_fields_1,
#gform_fields_1 li,
.nostyle,
.nostyle li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* Mobile icon in mobile navbar */
#mobile-icon {
  position: relative;
  float: right;
  right: 10px;
}
#mobile-icon a {
  background: none;
}
#mobile-icon a img {
  width: 22px;
  height: 22px;
}
/* Extra 5-column layout */
.col-xs-c5,
.col-sm-c5,
.col-md-c5,
.col-lg-c5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-c5 {
  width: 20%;
  float: left;
}
.element-animation {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'Athelas';
  src: url('http://nl.rvdg.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Athelas Regular.eot');
  src: url('http://nl.rvdg.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Athelas Regular.eot?#iefix') format('embedded-opentype'), url('http://nl.rvdg.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Athelas Regular.woff2') format('woff2'), url('http://nl.rvdg.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Athelas Regular.woff') format('woff'), url('http://nl.rvdg.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Athelas Regular.svg#Athelas Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-03BC;
}
h2,
h3,
h4,
h5,
h6 {
  color: #3d7183;
  font-weight: normal;
}
h2 {
  font-size: 20px;
  margin-top: 20px;
}
h3 {
  font-size: 18px;
  color: #6ca6ba;
}
h4 {
  font-size: 18px;
  color: #8ebbcb;
}
h5 {
  font-size: 14px;
  color: #b1d0db;
}
h6 {
  font-size: 12px;
  color: #d4e5eb;
}
body {
  font-family: "Athelas", "Georgia", "Times New Roman", "Bitstream Charter", "Times", serif;
}
#topbalk {
  background-color: #a1c2ce;
  min-height: 58px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#topbalk a {
  color: #3d7183;
}
#topbalk #s {
  border: 2px solid #95BAC8;
  background-color: #ffffff;
  border-radius: 7px 0px 0px 7px;
  -webkit-appearance: none;
  padding-left: 5px;
  border-right: 0px solid #fff;
  height: 30px;
  position: relative;
  top: 1px;
}
#topbalk #searchsubmit {
  border: 2px solid #95BAC8;
  background-color: #ffffff;
  border-radius: 0px 7px 7px 0px;
  -webkit-appearance: none;
  border-left: 0px solid #fff;
  text-indent: -1000px;
  width: 30px;
  height: 30px;
  margin-left: -4px;
  background-image: url(http://nl.rvdg.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/searchicon.png);
  background-position: center;
  background-repeat: no-repeat;
}
#logo {
  text-align: center;
  margin-top: 20px;
}
#logo img {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin-bottom: 10px;
}
.payoff {
  text-align: center;
}
.payoff h6 {
  color: #919192;
  font-size: 15px;
  margin-bottom: 20px;
}
.bxslider {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.bxslider li {
  padding: 0px;
  margin: 0px;
}
.page-title {
  color: #919192;
  margin-top: 20px;
  margin-bottom: 0px;
}
.entry-content {
  color: #919192;
  font-size: 18px;
}
.entry-content ul {
  margin: 0px;
  padding: 0px;
  margin-left: 18px;
}
.entry-content a {
  color: #3d7183;
}
#content {
  min-height: 400px;
}
#content .container {
  background-color: #fff !important;
}
.blokken {
  padding-top: 30px;
}
.blokken .blok {
  display: table;
  min-height: 90px;
  margin-bottom: 30px;
}
.blokken .blok div {
  background-color: #a1c2ce;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  min-height: 90px;
}
.blokken .blok div:hover {
  background-color: #919192;
}
#footer {
  background-color: #a1c2ce;
  min-height: 58px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer a {
  color: #3d7183;
}
#footer .facebook {
  padding-top: 20px;
}
.blauweachtergrond {
  background-color: #a1c2ce;
}
.blauweachtergrond img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blauweachtergrond .menucontainer.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background-color: #a1c2ce;
  z-index: 10;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    background-color: #E4E4E5;
  }
  #header {
    background-color: #fff;
  }
  #topbalk {
    text-align: left;
  }
  #topbalk form {
    text-align: right;
  }
  #logo img {
    width: 100%;
    max-width: 80%;
    height: auto;
    margin-bottom: 20px;
  }
  .payoff {
    text-align: right;
    font-style: italic;
  }
  .payoff h6 {
    font-size: 22px;
    margin-top: 90px;
  }
  #mainmenu {
    background-color: #a1c2ce;
  }
  .mainmenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mainmenu > li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: relative;
    padding-right: 15px;
    border-right: 1px solid #fff;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mainmenu > li:last-child {
    border-right: 0px !important;
  }
  .mainmenu > li > ul {
    display: none;
    visibility: hidden;
  }
  .mainmenu > li a {
    color: #ffffff;
  }
  .mainmenu > li a:hover {
    color: #3d7183;
    text-decoration: none;
  }
  .blauweachtergrond {
    background-color: #a1c2ce;
  }
  .blauweachtergrond img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .mainmenu > li:hover ul {
    display: inline-block;
    visibility: visible;
    position: fixed;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-color: #a1c2ce;
  }
}
.mainmenu2 {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mainmenu2 > li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  position: relative;
  padding-right: 10px;
  border-right: 1px solid #fff;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #a1c2ce;
}
.mainmenu2 > li a {
  color: #ffffff;
}
.mainmenu2 > li a:hover {
  color: #3d7183;
  text-decoration: none;
}
.mainmenu2 > li > ul {
  visibility: hidden;
  display: none;
}
.mainmenu2 > li:hover > ul {
  position: absolute;
  width: 275px;
  display: inline-block;
  visibility: visible;
  background: #a1c2ce;
  list-style: none;
  padding: 0px;
  margin: 0px;
  z-index: 10;
  padding: 10px;
  margin-left: -10px;
}
.mainmenu2 > li:hover > ul li {
  padding: 4px;
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
