@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1;
}
*:focus,
*:active,
*:hover {
  outline: none;
}
html,
body {
  line-height: 0;
  font-size: 0;
}
body {
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
*:focus,
*:active,
*:hover,
*:visited {
  outline: none !important;
}
.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header.transform {
  top: -40px;
}
.table {
  display: table;
  width: 100%;
  margin-bottom: 0px !important;
}
.clearfix {
  display: inline-block;
  width: 100%;
}
h1 {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  font-weight: bold;
  line-height: 125%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 28px;
  font-weight: 600;
  color: #005674;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #005674;
}
h4 {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00989a;
}
h5 {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 700;
}
p,
li,
a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 160%;
}
p strong,
p b {
  font-weight: 600;
}
p a {
  color: #00989a;
}
p a:hover {
  color: #00989a;
}
.breadcrumbs a,
.breadcrumbs p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.white {
  color: white;
}
.taskbar {
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: #00989a;
  position: relative;
  z-index: 1001;
}
@media (max-width: 767px) {
  .taskbar {
    min-height: 40px;
    height: auto;
  }
}
.taskbar div.taskbar-content {
  float: right;
}
.taskbar a {
  font-size: 12px;
  display: inline-block;
  line-height: 40px;
  color: white;
}
.taskbar a:last-of-type {
  margin-right: 0px;
}
.taskbar a i {
  display: inline-block;
  margin-right: 10px;
}
.taskbar p {
  font-size: 12px;
  display: inline-block;
  color: white;
}
.taskbar a:after,
.taskbar p:after {
  content: '|';
  font-family: 'Poppins', sans-serif;
  margin: 0 10px;
}
.taskbar a.last:after,
.taskbar p.last:after {
  display: none;
}
.navbar-default {
  background-color: #ffffff !important;
  border: none;
  margin: 0px;
  position: relative;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .navbar-default {
    height: 60px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-default .container {
    padding: 0px;
  }
}
.navbar-default .container .navbar-header {
  float: left;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-header {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0px;
    height: 60px;
    padding: 0px 15px;
  }
}
.navbar-default .container .navbar-header .navbar-brand {
  padding: 0px;
  height: 54px;
  width: 200px;
  margin-top: 13px;
  background-position: left center;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-header .navbar-brand {
    float: left;
    height: 40px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .container .navbar-header .navbar-brand {
    width: 100px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar-default .container .navbar-header .navbar-brand {
    width: 140px;
  }
}
.navbar-default .container .navbar-header button {
  float: right;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: none;
  height: 80px;
}
.navbar-default .container .navbar-header button:hover,
.navbar-default .container .navbar-header button:active,
.navbar-default .container .navbar-header button:focus {
  background-color: transparent !important;
}
.navbar-default .container .navbar-header button span {
  background-color: #000000 !important;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-header button {
    height: 60px;
  }
}
.navbar-default .container .navbar-collapse {
  float: right;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse {
    margin: 0px 0px 0px 0px;
    width: 100%;
    background-color: white;
  }
}
.navbar-default .container .navbar-collapse ul {
  height: 80px;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul {
    height: auto;
    margin: 0px;
    background-color: white;
  }
}
.navbar-default .container .navbar-collapse ul .nav-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .navbar-default .container .navbar-collapse ul .nav-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-default .container .navbar-collapse ul .nav-wrapper li {
    display: table-cell;
    vertical-align: middle;
  }
}
.navbar-default .container .navbar-collapse ul li {
  padding: 0px 22px;
}
.navbar-default .container .navbar-collapse ul li:last-of-type {
  padding-right: 0;
}
.navbar-default .container .navbar-collapse ul li:last-of-type:hover,
.navbar-default .container .navbar-collapse ul li:last-of-type:active,
.navbar-default .container .navbar-collapse ul li:last-of-type:focus {
  box-shadow: none;
}
.navbar-default .container .navbar-collapse ul li:last-of-type a {
  padding: 9px 18px;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li:last-of-type a {
    padding: 15px 20px;
    background-color: white;
    color: black!important;
    border: none!important;
    text-align: left;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar-default .container .navbar-collapse ul li {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .container .navbar-collapse ul li {
    padding: 0px 4px;
  }
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li {
    display: inline-block;
    padding: 0;
    height: auto;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
  }
}
.navbar-default .container .navbar-collapse ul li a {
  color: #000000;
  text-transform: none;
  font-size: 14px;
  height: auto;
  font-weight: 600;
  text-decoration: none;
}
.navbar-default .container .navbar-collapse ul li a.active {
  color: #00989a;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li a {
    padding: 15px 20px;
    width: 100%;
    line-height: 14px;
  }
  .navbar-default .container .navbar-collapse ul li a:hover,
  .navbar-default .container .navbar-collapse ul li a:active,
  .navbar-default .container .navbar-collapse ul li a:focus {
    background-color: #005674 !important;
    color: #ffffff !important;
  }
  .navbar-default .container .navbar-collapse ul li a.active {
    background-color: #005674 !important;
    color: #ffffff !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .container .navbar-collapse ul li a {
    padding: 0px 6px;
  }
}
@media (min-width: 993px) and (max-width: 1110px) {
  .navbar-default .container .navbar-collapse ul li a {
    padding: 0px 10px;
  }
}
.navbar-default .container .navbar-collapse ul li.open a {
  background-color: transparent !important;
  color: black !important;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu li {
  border-bottom: 1px solid black;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu li:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li.open .dropdown-menu li {
    border-bottom: none;
  }
  .navbar-default .container .navbar-collapse ul li.open .dropdown-menu li a {
    padding-left: 40px;
  }
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a {
  line-height: 100%;
  padding: 15px 20px;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a:hover,
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a:active,
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a:focus {
  background-color: #005674 !important;
  color: #ffffff !important;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a.active {
  background-color: #005674 !important;
  color: #ffffff !important;
}
.breadcrumbs {
  display: inline-block;
  width: 100%;
  padding: 20px 0px 30px 0px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 0px 30px 0px;
  }
}
.breadcrumbs a {
  display: inline-block;
  color: #00989a;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumbs a:after {
  display: inline-block;
  content: '>';
  margin: 0px 10px;
}
.breadcrumbs p {
  display: inline-block;
  color: #000000;
  font-size: 14px;
}
.footer {
  display: inline-block;
  width: 100%;
  padding: 70px 0px 70px 0px;
  position: relative;
  background-color: #282828;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0px 50px 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer {
    padding: 50px 0px 50px 0px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .container .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .container .footer-wrapper .footer-links {
  text-align: center;
}
.footer .container .footer-wrapper .footer-links .logo {
  display: inline-block;
  height: 150px;
}
@media (max-width: 992px) {
  .footer .container .footer-wrapper .footer-links .logo {
    background-position: center center;
  }
}
.footer .container .footer-wrapper .footer-rechts .social-media a {
  height: 36px;
  width: 36px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  padding: 8px 0;
}
.footer .container .footer-wrapper .footer-rechts .social-media a i {
  display: inline-block;
  color: #282828 !important;
  font-size: 20px;
}
.footer .container .navigatie a:before {
  display: inline-block;
  content: '>';
  color: #1998d5;
  margin-right: 10px;
}
.footer .container h5 {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 30px 0px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer .container h5 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.footer .container p {
  display: inline-block;
  width: 100%;
  line-height: 175%;
  color: #ffffff;
  font-size: 13px;
}
.footer .container a {
  display: inline-block;
  width: 100%;
  line-height: 175%;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
.footer .container i {
  color: #1998d5;
  font-size: 17px;
}
.footer .logo {
  display: inline-block;
  width: 65%;
  height: 80px;
  background-position: left center;
}
@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 20px;
    height: 50px;
    width: 100%;
  }
}
.copyright {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .copyright {
    padding: 15px 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .copyright {
    padding: 15px 0px;
  }
}
.copyright .owner {
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  .copyright .owner {
    width: 100%;
  }
}
.copyright .owner p {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}
.copyright .owner a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}
.copyright .owner a:before {
  display: inline-block;
  content: '|';
  margin: 0px 5px;
}
.copyright .created {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .copyright .created {
    float: left;
    width: 100%;
  }
}
.copyright .created a {
  font-size: 14px;
  color: #ffffff;
}
.container-content {
  display: inline-block;
  width: 100%;
  padding: 120px 0px 0px 0px;
}
@media (max-width: 767px) {
  .container-content {
    padding: 140px 0px 0px 0px;
  }
}
.container .container-padding {
  display: inline-block;
  width: 100%;
  padding: 0px 200px;
}
@media (max-width: 767px) {
  .container .container-padding {
    padding: 0px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container .container-padding {
    padding: 0px 50px;
  }
}
.container .container-padding.padding-top-btm {
  padding: 50px 200px;
}
@media (max-width: 767px) {
  .container .container-padding.padding-top-btm {
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container .container-padding.padding-top-btm {
    padding: 50px 50px;
  }
}
.content-margin-btm {
  margin-bottom: 30px;
}
.content-margin-top {
  margin-top: 30px;
}
.tekst {
  display: inline-block;
  width: 100%;
}
.tekst .tekst-padding {
  display: inline-block;
  width: 100%;
  padding: 25px 20px;
}
.padding-block-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-block-large {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-block-bottom {
  padding-bottom: 90px;
}
.padding-block-intro {
  padding-top: 45px;
  padding-bottom: 90px;
}
.padding-block-small {
  padding-top: 45px;
  padding-bottom: 45px;
}
.text-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.text-wrapper .text {
  display: table-cell;
  vertical-align: middle;
}
button {
  border: none;
}
.btn-flat {
  padding: 15px 25px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
}
.btn-flat:hover {
  text-decoration: none;
}
.btn-flat:active,
.btn-flat:focus {
  text-decoration: none;
}
.btn-flat i {
  margin-left: 10px;
}
.btn-transp-white {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
.btn-transp-white:hover,
.btn-transp-white:active,
.btn-transp-white:focus {
  background-color: #1891cc;
  border: 1px solid #1891cc;
  color: #ffffff;
}
.btn-blue {
  background-color: #005674;
  color: white!important;
  border: 1px solid #005674;
  text-decoration: none;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background-color: #005e7e;
  border: 1px solid #005e7e;
  color: white!important;
}
.btn-error {
  background-color: #1998d5;
  color: white;
  border: 1px solid #1998d5;
  text-decoration: none;
}
.btn-error:hover,
.btn-error:active,
.btn-error:focus {
  background-color: #1891cc;
  color: white;
}
.btn-transparent-white {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.btn-transparent-white:hover,
.btn-transparent-white:active,
.btn-transparent-white:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.btn-lightblue {
  background-color: #00989a;
  color: white!important;
  border: 1px solid #00989a;
  text-decoration: none;
}
.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue:focus {
  background-color: #008e90;
  border: 1px solid #008e90;
  color: white!important;
}
.btn-transparent-black {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
.btn-transparent-black:hover,
.btn-transparent-black:active,
.btn-transparent-black:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}
.slick-prev {
  left: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .slick-prev {
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slick-prev {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    left: -10px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
  }
}
.slick-prev:hover {
  background-color: transparent;
}
.slick-prev:before {
  color: #00989a;
  content: '\f177';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .slick-prev:before {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .slick-prev:before {
    font-size: 20px;
  }
}
.slick-next {
  right: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .slick-next {
    right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slick-next {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .slick-next {
    right: -10px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
  }
}
.slick-next:hover {
  background-color: transparent;
}
.slick-next:before {
  color: #00989a;
  content: '\f178';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .slick-next:before {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .slick-next:before {
    font-size: 20px;
  }
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0 -10px;
}
.slider-for {
  margin-bottom: 20px;
  padding: 0px 200px;
}
@media (max-width: 767px) {
  .slider-for {
    padding: 0px 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slider-for {
    padding: 0px 50px;
  }
}
.slider-for .item {
  height: 500px;
}
@media (max-width: 767px) {
  .slider-for .item {
    height: 300px;
  }
}
.slider-nav {
  padding: 0px 200px;
}
@media (max-width: 767px) {
  .slider-nav {
    padding: 0px 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slider-nav {
    padding: 0px 50px;
  }
}
.slider-nav .item {
  height: 200px;
}
@media (max-width: 767px) {
  .slider-nav .item {
    height: 130px;
  }
}
.slick-track {
  padding-top: 15px;
  padding-bottom: 15px;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
}
form {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  border-top: none;
}
input,
textarea {
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  padding: 12px 20px;
  margin-bottom: 25px;
  color: black;
  border: 1px solid #f1f1f1;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  resize: none;
}
select {
  -webkit-appearance: none!important;
  background-color: #ffffff !important;
  width: 100%!important;
  border-radius: 0px!important;
  height: 48px!important;
  border: 1px solid #f1f1f1 !important;
  margin-bottom: 25px!important;
  padding: 12px 20px!important;
  background-image: url('/storage/packages/select.png') !important;
  background-size: 10px!important;
  background-position: center right 15px!important;
  background-repeat: no-repeat !important;
  color: black;
  box-shadow: none!important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400!important;
  font-size: 15px!important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727271;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #727271;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  padding: 0px;
  margin: 0px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #727271;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  padding: 0px;
  margin: 0px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #727271;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.footer form input,
.footer form textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  color: white;
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 160%;
  resize: none;
}
.footer form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.footer form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 160%;
  padding: 0px;
  margin: 0px;
}
.footer form :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 160%;
  padding: 0px;
  margin: 0px;
}
.footer form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
}
.hoofding {
  position: relative;
}
.hoofding .top-img {
  z-index: 0;
  display: table;
  width: 100vw;
  background: rgba(0, 152, 154, 0.9);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(0, 152, 154, 0.9), rgba(0, 86, 116, 0.9));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0, 152, 154, 0.9), rgba(0, 86, 116, 0.9));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0, 152, 154, 0.9), gba(0, 86, 116, 0.9));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0, 152, 154, 0.9), rgba(0, 86, 116, 0.9));
  /* Standard syntax */
}
.hoofding .top-img .hoofding-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
@media (min-width: 993px) {
  .hoofding .top-img .hoofding-content {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.hoofding .top-img .hoofding-content h1 {
  color: white;
  margin-bottom: 40px;
}
.hoofding .top-img .hoofding-content p {
  color: white;
}
.hoofding .top-img .hoofding-content a {
  margin-top: 40px;
}
.hoofding .hoofding-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.over-ons .over-ons-content {
  text-align: center;
}
@media (min-width: 993px) {
  .over-ons .over-ons-content {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.over-ons .over-ons-content h2,
.over-ons .over-ons-content h3 {
  margin: 10px 0 30px 0;
}
.over-ons .over-ons-content a {
  margin-top: 40px;
}
.diensten-home {
  position: relative;
}
.diensten-home #diensten {
  position: absolute;
  top: -120px;
  left: 0;
}
@media (max-width: 767px) {
  .diensten-home #diensten {
    top: -100px;
  }
}
@media (min-width: 768px) {
  .diensten-home .dienst-slider {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .diensten-home .dienst-slider {
    padding: 0 20px;
  }
}
.diensten-home .dienst-slider .dienst {
  display: inline-block;
  color: black;
  text-decoration: none;
  border: 1px solid #f1f1f1;
  width: 100%;
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.diensten-home .dienst-slider .dienst:hover,
.diensten-home .dienst-slider .dienst:active,
.diensten-home .dienst-slider .dienst:focus {
  box-shadow: 0 10px 10px #f1f1f1;
  -ms-transform: translate(0px, -5px);
  /* IE 9 */
  -webkit-transform: translate(0px, -5px);
  /* Safari */
  transform: translate(0px, -5px);
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.diensten-home .dienst-slider .dienst .dienst-image {
  height: 250px;
}
@media (max-width: 767px) {
  .diensten-home .dienst-slider .dienst .dienst-image {
    height: 180px;
  }
}
.diensten-home .dienst-slider .dienst .dienst-content {
  padding: 30px;
}
.diensten-home .dienst-slider .dienst .dienst-content h3 {
  margin-bottom: 30px;
}
.diensten-home .dienst-slider .dienst .dienst-content p.lees-meer {
  display: inline-block;
  margin-top: 30px;
  color: #005674;
  font-weight: bold;
  text-transform: uppercase;
}
.cta {
  position: relative;
  overflow: hidden;
}
.cta .cta-wrapper {
  z-index: 0;
  background: rgba(0, 152, 154, 0.9);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(0, 152, 154, 0.9), rgba(0, 86, 116, 0.9));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0, 152, 154, 0.9), rgba(0, 86, 116, 0.9));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0, 152, 154, 0.9), gba(0, 86, 116, 0.9));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0, 152, 154, 0.9), rgba(0, 86, 116, 0.9));
  /* Standard syntax */
}
.cta .cta-wrapper .cta-content {
  z-index: 10;
  text-align: center;
}
.cta .cta-wrapper .cta-content h2 {
  color: white;
  margin-bottom: 40px;
}
.cta .cta-image {
  position: absolute;
  bottom: -100%;
  right: -20%;
  height: 200%;
  width: 50%;
  z-index: 1;
  opacity: 0.10;
}
.tekst-blok .tekst-blok-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tekst-blok .tekst-blok-wrapper .tekst-blok-content {
  padding: 30px;
}
.tekst-blok .tekst-blok-wrapper .tekst-blok-content h2,
.tekst-blok .tekst-blok-wrapper .tekst-blok-content h3 {
  margin: 10px 0 30px 0;
}
.tekst-blok .tekst-blok-wrapper .tekst-blok-content a {
  margin-top: 30px;
}
.tekst-blok .tekst-blok-wrapper .tekst-blok-image {
  min-height: 300px;
}
@media (min-width: 992px) {
  .tekst-blok.tekst-blok-links .tekst-blok-content {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .tekst-blok.tekst-blok-rechts .tekst-blok-content {
    padding-right: 0px;
  }
}
.recente-projecten {
  background-color: #f1f1f1;
}
.recente-projecten .recente-projecten-content {
  text-align: center;
}
.recente-projecten .recente-projecten-content .project-list {
  text-align: left;
}
.recente-projecten .recente-projecten-content .project-list .project {
  display: inline-block;
  width: 100%;
  background-color: white;
  color: black;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.recente-projecten .recente-projecten-content .project-list .project:hover,
.recente-projecten .recente-projecten-content .project-list .project:active,
.recente-projecten .recente-projecten-content .project-list .project:focus {
  box-shadow: 0 10px 10px #cdcdcd;
  -ms-transform: translate(0px, -5px);
  /* IE 9 */
  -webkit-transform: translate(0px, -5px);
  /* Safari */
  transform: translate(0px, -5px);
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.recente-projecten .recente-projecten-content .project-list .project .project-image {
  height: 200px;
}
.recente-projecten .recente-projecten-content .project-list .project .project-content {
  padding: 30px;
}
.recente-projecten .recente-projecten-content .project-list .project .project-content h3 {
  margin-bottom: 0px;
}
.recente-projecten .recente-projecten-content h3 {
  margin-bottom: 50px;
}
.recente-projecten .recente-projecten-content a.btn {
  margin-top: 60px;
}
.diensten .diensten-list .diensten-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.diensten .diensten-list .diensten-wrapper .dienst-container {
  margin-bottom: 20px;
}
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst {
  display: inline-block;
  color: black;
  text-decoration: none;
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst:hover,
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst:active,
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst:focus {
  box-shadow: 0 10px 10px #f1f1f1;
  -ms-transform: translate(0px, -5px);
  /* IE 9 */
  -webkit-transform: translate(0px, -5px);
  /* Safari */
  transform: translate(0px, -5px);
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst .dienst-image {
  height: 250px;
}
@media (max-width: 767px) {
  .diensten .diensten-list .diensten-wrapper .dienst-container .dienst .dienst-image {
    height: 180px;
  }
}
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst .dienst-content {
  padding: 30px;
}
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst .dienst-content h3 {
  margin-bottom: 30px;
}
.diensten .diensten-list .diensten-wrapper .dienst-container .dienst .dienst-content p.lees-meer {
  display: inline-block;
  margin-top: 30px;
  color: #005674;
  font-weight: bold;
  text-transform: uppercase;
}
.dienst-detail h2 {
  margin-bottom: 30px;
}
@media (min-width: 993px) {
  .dienst-detail .dienst-detail-content {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .dienst-detail .dienst-detail-content {
    margin-bottom: 30px;
  }
}
.dienst-detail .dienst-detail-content .dienst-detail-image {
  height: 350px;
  margin: 30px 0;
}
.dienst-detail .dienst-detail-side a.btn {
  margin-bottom: 30px;
}
.dienst-detail .dienst-detail-side a.btn i {
  margin-right: 10px;
}
.dienst-detail .dienst-detail-side .andere-diensten {
  margin-top: 30px;
}
.dienst-detail .dienst-detail-side .andere-diensten .andere-dienst {
  width: 100%;
  border: 1px solid #f1f1f1;
  margin-bottom: 10px;
  display: inline-block;
  color: black;
  text-decoration: none;
}
.dienst-detail .dienst-detail-side .andere-diensten .andere-dienst:hover,
.dienst-detail .dienst-detail-side .andere-diensten .andere-dienst:focus,
.dienst-detail .dienst-detail-side .andere-diensten .andere-dienst:active {
  box-shadow: 0 0 15px #cdcdcd;
}
@media (min-width: 768px) {
  .dienst-detail .dienst-detail-side .andere-diensten .andere-dienst .andere-dienst-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.dienst-detail .dienst-detail-side .andere-diensten .andere-dienst .andere-dienst-wrapper .andere-dienst-image-container {
  min-height: 100px;
}
@media (max-width: 767px) {
  .dienst-detail .dienst-detail-side .andere-diensten .andere-dienst .andere-dienst-wrapper .andere-dienst-image-container {
    height: 150px;
  }
}
.dienst-detail .dienst-detail-side .andere-diensten .andere-dienst .andere-dienst-wrapper .andere-dienst-image-container .andere-dienst-image {
  height: 100%;
}
.dienst-detail .dienst-detail-side .andere-diensten .andere-dienst .andere-dienst-wrapper .andere-dienst-content {
  padding: 30px;
}
#referentie-detail .dienst-detail .dienst-detail-content .dienst-detail-slider .slick-track {
  padding-top: 0;
  padding-bottom: 0;
}
#referentie-detail .dienst-detail .dienst-detail-content .dienst-detail-slider .slick-prev {
  left: -40px;
}
#referentie-detail .dienst-detail .dienst-detail-content .dienst-detail-slider .slick-next {
  right: -40px;
}
#referentie-detail .dienst-detail .dienst-detail-content .dienst-detail-slider .dienst-detail-slider-item {
  height: 450px;
  background-color: #f1f1f1;
  background-position: center center;
}
.referenties {
  text-align: center;
}
.referenties .referentie-filters {
  text-align: left;
}
.referenties .referentie-filters .referentie-filter {
  padding: 15px 25px;
  display: inline-block;
  font-size: 15px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid black;
  color: black;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .referenties .referentie-filters .referentie-filter {
    width: 100%;
    display: block;
  }
}
.referenties .referentie-filters .referentie-filter:hover,
.referenties .referentie-filters .referentie-filter:active,
.referenties .referentie-filters .referentie-filter:focus {
  background-color: #00989a;
  color: white;
  border: 1px solid #00989a;
  text-decoration: none;
}
.referenties .referentie-filters .referentie-filter.active {
  background-color: #00989a;
  color: white;
  border: 1px solid #00989a;
  text-decoration: none;
  pointer-events: none;
}
.referenties #load-more {
  display: none;
}
.referenties .referentie-list {
  margin: 40px 0 30px 0;
  text-align: left;
}
.referenties .referentie-list .referentie-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.referenties .referentie-list .referentie-wrapper .referentie-container {
  margin-bottom: 20px;
}
.referenties .referentie-list .referentie-wrapper .referentie-container .referentie {
  display: inline-block;
  width: 100%;
  background-color: white;
  color: black;
  text-decoration: none;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.referenties .referentie-list .referentie-wrapper .referentie-container .referentie:hover,
.referenties .referentie-list .referentie-wrapper .referentie-container .referentie:active,
.referenties .referentie-list .referentie-wrapper .referentie-container .referentie:focus {
  box-shadow: 0 10px 10px #f1f1f1;
  -ms-transform: translate(0px, -5px);
  /* IE 9 */
  -webkit-transform: translate(0px, -5px);
  /* Safari */
  transform: translate(0px, -5px);
  -webkit-transition: transform 800ms, box-shadow 800ms;
  /* Safari */
  transition: transform 800ms, box-shadow 800ms;
}
.referenties .referentie-list .referentie-wrapper .referentie-container .referentie .referentie-image {
  height: 200px;
}
.referenties .referentie-list .referentie-wrapper .referentie-container .referentie .referentie-content {
  padding: 30px;
}
.referenties .referentie-list .referentie-wrapper .referentie-container .referentie .referentie-content h3 {
  margin-bottom: 0px;
}
.intro h2 {
  margin-bottom: 30px;
}
@media (min-width: 993px) {
  .formulier-gegevens .contactformulier {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .formulier-gegevens .contactformulier {
    margin-bottom: 30px;
  }
}
.formulier-gegevens .contactgegevens {
  padding: 60px;
  width: 100%;
  background-color: #005674;
}
.formulier-gegevens .contactgegevens h3 {
  color: white;
  margin-bottom: 30px;
}
.formulier-gegevens .contactgegevens p,
.formulier-gegevens .contactgegevens a {
  color: white;
  text-decoration: none;
}
.formulier-gegevens .contactgegevens .adres,
.formulier-gegevens .contactgegevens .contact {
  margin-bottom: 20px;
}
.vacancy-list .vacancy {
  display: block;
  color: #005674;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
}
.vacancy-list .vacancy:before {
  display: inline-block;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  color: #005674;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .vacature-detail .vacature-detail-content {
    padding-right: 60px;
  }
}
.vacature-detail .vacature-detail-side .contactgegevens {
  padding: 60px;
  width: 100%;
  background-color: #005674;
}
.vacature-detail .vacature-detail-side .contactgegevens h3 {
  color: white;
  margin-bottom: 30px;
}
.vacature-detail .vacature-detail-side .contactgegevens p,
.vacature-detail .vacature-detail-side .contactgegevens a {
  color: white;
  text-decoration: none;
}
.vacature-detail .vacature-detail-side .contactgegevens .adres,
.vacature-detail .vacature-detail-side .contactgegevens .contact {
  margin-bottom: 20px;
}
.webshop {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.webshop.no-padding {
  padding: 0px;
}
.webshop .product-overzicht .producten .top {
  display: inline-block;
  margin-bottom: 35px;
}
.webshop .product-overzicht .producten .top select {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 250px;
  line-height: 35px;
  border: 1px solid #3c3c3c;
  border-radius: 0px;
  padding: 0px 15px;
  height: 35px;
  background-color: transparent;
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
  background-image: url('/assets/img/select.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 7%;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .top select {
    width: 150px;
    margin-bottom: 10px;
  }
}
.webshop .product-overzicht .producten .top p {
  display: inline-block;
  float: right;
  line-height: 35px;
  font-size: 14px;
}
.webshop .product-overzicht .producten .box-producten {
  display: inline-block;
  width: 100%;
}
.webshop .product-overzicht .producten .box-producten .item {
  text-align: center;
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}
.webshop .product-overzicht .producten .box-producten .item .titel {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 2px solid #1998d5;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .titel {
    border-bottom: none;
  }
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto {
  display: inline-block;
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto {
    border: 2px solid #1998d5;
  }
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto .filter {
  display: none;
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto:hover .filter,
.webshop .product-overzicht .producten .box-producten .item .webshop-fotoactive .filter,
.webshop .product-overzicht .producten .box-producten .item .webshop-foto:focus .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid #1998d5;
  background-color: rgba(25, 152, 213, 0.02);
  border-top: none;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto:hover .filter,
  .webshop .product-overzicht .producten .box-producten .item .webshop-fotoactive .filter,
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto:focus .filter {
    border: none;
  }
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto {
    height: 175px;
  }
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto p {
  display: none;
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto.nieuw p {
  color: white;
  background-color: #1998d5;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto.actie p {
  color: white;
  background-color: #1998d5;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop .product-overzicht .producten .paginatie {
  display: inline-block;
  padding: 15px 0px;
  border-top: 1px solid black;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .paginatie {
    text-align: center;
    padding: 0px 12px 15px 12px;
    border-top: none;
  }
}
.webshop .product-overzicht .producten .paginatie p {
  display: inline-block;
  float: left;
  line-height: 29px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .paginatie p {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid black;
    padding-top: 15px;
  }
}
.webshop .product-overzicht .producten .paginatie .pagination {
  display: inline-block;
  float: right;
  margin: 0px;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .paginatie .pagination {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.webshop .product-overzicht .producten .paginatie .pagination li {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: none;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}
.webshop .product-overzicht .producten .paginatie .pagination li:last-of-type {
  margin-right: 0px;
}
.webshop .product-overzicht .producten .paginatie .pagination li.active {
  background-color: #1998d5;
  border: 1px solid #1998d5;
}
.webshop .product-overzicht .producten .paginatie .pagination li.active a {
  color: white;
  font-size: 12px;
}
.webshop .product-overzicht .producten .paginatie .pagination li:hover {
  background-color: #1998d5;
  border: 1px solid #1998d5;
}
.webshop .product-overzicht .producten .paginatie .pagination li:hover a {
  color: white;
}
.webshop .product-overzicht .producten .paginatie .pagination li a {
  display: inline-block;
  padding: 0px;
  line-height: 25px;
  float: none;
  background-color: transparent;
  color: #000000;
  border: none;
  font-size: 12px;
}
.webshop .product-overzicht .producten .paginatie .pagination li a i {
  font-size: 10px;
}
.webshop .product-detail {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .terug {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.webshop .product-detail .terug a {
  color: #1998d5;
}
.webshop .product-detail .terug a:before {
  display: inline-block;
  content: '\f0a8';
  font-family: FontAwesome;
  margin-right: 10px;
}
.webshop .product-detail .productnaam {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.webshop .product-detail .productnaam h4 {
  text-transform: uppercase;
}
.webshop .product-detail .fotos {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .fotos .slider-for {
  margin-bottom: 10px;
}
.webshop .product-detail .product-details .naam {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .webshop .product-detail .product-details .naam {
    margin-top: 20px;
  }
}
.webshop .product-detail .product-details .naam p {
  font-weight: 700;
}
.webshop .product-detail .product-details .beschrijving {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
.webshop .product-detail .product-details .details {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
.webshop .product-detail .product-details .details ul {
  list-style-position: outside;
  margin-left: 20px;
}
.webshop .product-detail .product-details .details ul li {
  font-size: 13px;
  color: #727271;
}
.webshop .product-detail .product-details .details p {
  font-size: 13px;
  color: #727271;
}
.webshop .product-detail .product-details .iconen .icoon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0px 7px 7px 0px;
}
.webshop .product-detail .staalkaart {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 5px 20px;
  border: 2px dotted black;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .webshop .product-detail .staalkaart {
    margin-top: 20px;
  }
}
.webshop .product-detail .staalkaart .top {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.webshop .product-detail .staalkaart .top h4 {
  float: left;
}
.webshop .product-detail .staalkaart .top a {
  float: right;
  color: #1998d5;
}
.webshop .product-detail .staalkaart .kleuren {
  display: inline-block;
  margin-left: -5px;
  margin-right: 0px;
  width: calc(100% + 10px);
}
.webshop .product-detail .staalkaart .kleuren .vierkant {
  padding-right: 5px;
  padding-left: 5px;
}
.webshop .product-detail .staalkaart .kleuren .vierkant .afbeelding {
  display: inline-block;
  border: 1px solid black;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.webshop .product-detail .staalkaart .kleuren .vierkant .afbeelding .nummer {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  background-color: #727271;
}
.webshop .product-detail .staalkaart .kleuren .vierkant .afbeelding .nummer p {
  color: white;
  font-size: 13px;
}
.webshop .product-detail .note p {
  font-size: 12px;
  color: #727271;
}
.webshop .suggestie {
  display: inline-block;
  width: 100%;
  margin: 40px 0px 0px 0px;
}
.webshop .suggestie h4 {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
.webshop .suggestie .item {
  text-align: center;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}
.webshop .suggestie .item .titel {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 2px solid #1998d5;
}
@media (max-width: 767px) {
  .webshop .suggestie .item .titel {
    border-bottom: none;
  }
}
.webshop .suggestie .item .titel h4 {
  margin: 0px;
}
.webshop .suggestie .item .webshop-foto {
  display: inline-block;
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .webshop .suggestie .item .webshop-foto {
    border: 2px solid #1998d5;
  }
}
.webshop .suggestie .item .webshop-foto .filter {
  display: none;
}
.webshop .suggestie .item .webshop-foto:hover .filter,
.webshop .suggestie .item .webshop-fotoactive .filter,
.webshop .suggestie .item .webshop-foto:focus .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid #1998d5;
  background-color: rgba(25, 152, 213, 0.02);
  border-top: none;
}
@media (max-width: 767px) {
  .webshop .suggestie .item .webshop-foto:hover .filter,
  .webshop .suggestie .item .webshop-fotoactive .filter,
  .webshop .suggestie .item .webshop-foto:focus .filter {
    border: none;
  }
}
@media (max-width: 767px) {
  .webshop .suggestie .item .webshop-foto {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .suggestie .item .webshop-foto {
    height: 175px;
  }
}
.webshop .suggestie .item .webshop-foto p {
  display: none;
}
.webshop .suggestie .item .webshop-foto.nieuw p {
  color: white;
  background-color: #1998d5;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop .suggestie .item .webshop-foto.actie p {
  color: white;
  background-color: #1998d5;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.webshop ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.webshop :-ms-input-placeholder {
  /* IE 10+ */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.webshop :-moz-placeholder {
  /* Firefox 18- */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.partial {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.partial.knop-naast-tekst .tekst {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .partial.knop-naast-tekst .tekst {
    margin-bottom: 25px;
  }
}
.partial.knop-naast-tekst .tekst h3 {
  color: white;
}
.partial.knop-naast-tekst .table .content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 992px) {
  .partial.knop-naast-tekst .table .content {
    text-align: center;
  }
}
.partial.knop-naast-tekst .table .content .btn-flat {
  margin-top: -6px;
}
.pagination-align {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pagination li.active:hover a {
  background-color: transparent;
  color: #1998d5;
}
.pagination li.active a {
  background-color: transparent;
  color: #1998d5;
}
.pagination li a {
  border: none;
  color: #18212f;
}
.pagination li a:hover {
  background-color: transparent;
  color: #1998d5;
}
.ck-editor p {
  margin-bottom: 10px;
}
.ck-editor p:last-of-type {
  margin-bottom: 0px;
}
#map {
  display: inline-block;
  width: 100%;
  height: 350px;
}
.alert {
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  margin-bottom: 0;
  color: #ffffff;
  border: none;
}
.alert i {
  font-size: 50px !important;
  line-height: 100%;
}
.alert button.close {
  opacity: .7;
  color: #ffffff;
}
.alert.alert-success {
  background-color: #16b775;
  border: 1px solid #16b775;
}
.alert.alert-danger {
  background-color: #d33a37;
  border: 1px solid #d33a37;
}
div.error {
  text-align: center;
  padding: 100px 0;
}
div.error h2,
div.error h3 {
  margin-bottom: 20px;
}
div.error a {
  margin-top: 20px;
}
label.error {
  display: inline-block;
  color: #d33a37;
  height: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
