/* MAIN */
/* FONTS */
/* VARS */
/* Compass */
/* Imports */
/* line 1, ../sass/_base.scss */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

/* line 6, ../sass/_base.scss */
body {
  margin-bottom: 0px;
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background-color: white;
  font-size: 14px;
  line-height: 24px;
  color: #323e48;
}

/* line 19, ../sass/_base.scss */
p.center {
  text-align: center;
}

/* line 23, ../sass/_base.scss */
.center {
  text-align: center;
}
/* line 26, ../sass/_base.scss */
.center .col-md-3 {
  margin-bottom: 45px;
}

/* line 32, ../sass/_base.scss */
#content .item-page .btn-group.pull-right {
  display: none;
}

/* line 37, ../sass/_base.scss */
.item.column-1, .item.column-2 {
  border: 1px solid #d5d7d9;
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
}
/* line 44, ../sass/_base.scss */
.item.column-1 .page-header h2, .item.column-2 .page-header h2 {
  margin-bottom: 30px;
}

/* line 51, ../sass/_base.scss */
.contact i.fab.fa-facebook-square {
  font-size: 35px;
  color: #027a35;
}
/* line 54, ../sass/_base.scss */
.contact i.fab.fa-facebook-square a {
  font-size: 35px;
  color: #027a35;
}

/* line 59, ../sass/_base.scss */
.contact i.fab.fa-linkedin {
  font-size: 35px;
  color: #027a35;
}
/* line 62, ../sass/_base.scss */
.contact i.fab.fa-linkedin a {
  font-size: 35px;
  color: #027a35;
}

/* line 67, ../sass/_base.scss */
img {
  width: 100%;
  margin-bottom: 30px;
}

/* line 72, ../sass/_base.scss */
.intro {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

/* line 78, ../sass/_base.scss */
ul.tags.inline {
  display: inline-block;
  min-width: 10px;
  padding: 15px 15px 0px 15px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #027a35;
  border-radius: 10px;
  margin-top: -213px;
}

/*Buttons*/
/* line 98, ../sass/_base.scss */
.btn {
  border-radius: 4px;
}

/* line 102, ../sass/_base.scss */
.btn-outline-primary {
  color: #027a35;
  border-color: #027a35;
}

/* line 107, ../sass/_base.scss */
.btn-primary {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  background-color: #027a35;
  border-color: #027a35;
  text-transform: uppercase;
}

/* line 117, ../sass/_base.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: white !important;
  background-color: #027a35;
  border-color: #027a35;
}
/* line 121, ../sass/_base.scss */
.btn-primary:hover a, .btn-primary:focus a, .btn-primary:active a, .btn-primary.active a, .open > .dropdown-toggle.btn-primary a {
  color: white !important;
}

/* line 126, ../sass/_base.scss */
.btn-secondary {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: black;
  border-color: black;
}

/* line 135, ../sass/_base.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: white !important;
  background-color: #d5d7d9;
  border-color: #d5d7d9;
}
/* line 139, ../sass/_base.scss */
.btn-secondary:hover a, .btn-secondary:focus a, .btn-secondary:active a, .btn-secondary.active a, .open > .dropdown-toggle.btn-secondary a {
  color: white !important;
}

/* line 144, ../sass/_base.scss */
.btn-default {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #027a35;
  background-color: #323e48;
  border-color: #323e48;
  font-size: 14px;
}

/* line 154, ../sass/_base.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #027a35 !important;
  background-color: #d5d7d9;
  border-color: #d5d7d9;
}

/* line 160, ../sass/_base.scss */
.btn-success {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #027a35;
  border-color: #027a35;
}

/* line 169, ../sass/_base.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 173, ../sass/_base.scss */
.btn-success:hover a, .btn-success:focus a, .btn-success:active a, .btn-success.active a, .open > .dropdown-toggle.btn-success a {
  color: white !important;
}

/* line 178, ../sass/_base.scss */
.btn-info {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d5d7d9;
  background-color: #323e48;
  border-color: #323e48;
}

/* line 187, ../sass/_base.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 191, ../sass/_base.scss */
.btn-info:hover a, .btn-info:focus a, .btn-info:active a, .btn-info.active a, .open > .dropdown-toggle.btn-info a {
  color: white !important;
}

/* line 196, ../sass/_base.scss */
a {
  color: #323e48;
  text-decoration: none;
}
/* line 200, ../sass/_base.scss */
a:hover {
  color: black;
}

/* line 205, ../sass/_base.scss */
.lead {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #027a35;
  text-align: center;
}

/* line 215, ../sass/_base.scss */
.ctr {
  text-align: center !important;
}

/* line 219, ../sass/_base.scss */
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 29px;
  line-height: 39px;
  color: #027a35;
  text-align: center;
  text-transform: uppercase;
}

/* line 231, ../sass/_base.scss */
h1.regular {
  font-weight: 400 !important;
}

/* line 237, ../sass/_base.scss */
#articletitel {
  margin-bottom: 40px;
}

/* line 241, ../sass/_base.scss */
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  color: #027a35;
}

/* line 250, ../sass/_base.scss */
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0px;
  color: #027a35;
}

/* line 259, ../sass/_base.scss */
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #027a35;
}
/* line 265, ../sass/_base.scss */
h4 a {
  color: #323e48;
}

/* line 271, ../sass/_base.scss */
.headertekst {
  margin-top: 30px;
}
/* line 274, ../sass/_base.scss */
.headertekst h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 26px;
  text-align: left;
  text-shadow: 0px 0px 6px #ffffff;
}
/* line 284, ../sass/_base.scss */
.headertekst h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  text-align: left;
  text-shadow: 0px 0px 6px #ffffff;
}

/* line 295, ../sass/_base.scss */
p.blockheading {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #027a35;
  font-size: 32px;
  line-height: 44px;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 0px;
}
/* line 305, ../sass/_base.scss */
p.blockheading a {
  color: white;
  text-decoration: none;
}

/* line 311, ../sass/_base.scss */
p.blocksub {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #027a35;
  text-transform: uppercase;
  padding-top: 10px;
}
/* line 318, ../sass/_base.scss */
p.blocksub a {
  color: #d2e3d6;
  text-decoration: none;
}

/* line 324, ../sass/_base.scss */
p.blockheading2 {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #d5d7d9;
  font-size: 20px;
  width: 100%;
  margin-bottom: 0px;
}
/* line 333, ../sass/_base.scss */
p.blockheading2 a {
  color: white;
  text-decoration: none;
}

/* line 339, ../sass/_base.scss */
p.blocksub2 {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #027a35;
  text-transform: uppercase;
}
/* line 346, ../sass/_base.scss */
p.blocksub2 a {
  color: #d2e3d6;
  text-decoration: none;
}

/* line 352, ../sass/_base.scss */
a {
  color: #027a35;
}

/* line 356, ../sass/_base.scss */
.linkSpanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 365, ../sass/_base.scss */
blockquote {
  padding-bottom: 30px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #027a35;
}

/* line 375, ../sass/_base.scss */
.fixed-top2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
}

/* line 383, ../sass/_base.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040 !important;
}

/* line 391, ../sass/_base.scss */
.logo {
  position: fixed;
  z-index: 9999;
  text-align: center;
  transition: none;
  margin-top: -18px;
}
/* line 399, ../sass/_base.scss */
.logo img {
  width: 190px;
}

/*navigatie topmenu en menu*/
/* line 406, ../sass/_base.scss */
.topcontent {
  margin-top: 6px;
}

/* line 411, ../sass/_base.scss */
.fa-phone-alt::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 422, ../sass/_base.scss */
.fa-envelope::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 433, ../sass/_base.scss */
.fa-facebook-square::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 444, ../sass/_base.scss */
.fa-instagram-square::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 454, ../sass/_base.scss */
.fa-linkedin::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f08c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 464, ../sass/_base.scss */
.navbar-collapse {
  max-height: 560px;
  overflow-y: auto;
  padding-top: 10px;
}

/* line 470, ../sass/_base.scss */
.topmenu {
  background-color: #d5d7d9;
  height: 55px;
}
/* line 477, ../sass/_base.scss */
.topmenu .custom p {
  color: #323e48;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 16px !important;
  text-transform: none;
}
/* line 486, ../sass/_base.scss */
.topmenu .custom a {
  color: #323e48 !important;
}
/* line 490, ../sass/_base.scss */
.topmenu .custom a:hover {
  text-decoration: none;
  color: #000000 !important;
}

/* line 498, ../sass/_base.scss */
div#navbarSupportedContent {
  background-color: #323e48;
  box-shadow: 0 4px 8px -4px #666;
  margin-top: 5px;
}

/* line 507, ../sass/_base.scss */
.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

/* line 511, ../sass/_base.scss */
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

/* line 515, ../sass/_base.scss */
.dropdown-menu {
  margin-top: 0;
  left: auto !important;
  right: 0 !important;
}

/* line 521, ../sass/_base.scss */
.bmmenu a.nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: white !important;
  text-transform: none;
}

/* line 530, ../sass/_base.scss */
.bmmenu a.active.nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #eaebec !important;
}

/* line 537, ../sass/_base.scss */
.bmmenu a.nav-link:hover {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #eaebec !important;
}

/* line 544, ../sass/_base.scss */
.bmmenu li.nav-item {
  padding: 0px 10px 0px 10px !important;
}

/* line 548, ../sass/_base.scss */
.bmmenu li.nav-item.current.active {
  background-color: transparent !important;
}

/* line 552, ../sass/_base.scss */
.bmmenu li.nav-item:hover {
  background-color: transparent !important;
}

/************nav2************/
/* line 559, ../sass/_base.scss */
.navbar {
  height: 55px;
  background: #323e48;
  border-color: transparent !important;
}

/* line 565, ../sass/_base.scss */
a.nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: white !important;
  text-transform: uppercase;
}

/* line 574, ../sass/_base.scss */
a.active.nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white !important;
}

/* line 581, ../sass/_base.scss */
a.nav-link:hover {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white !important;
}

/* line 588, ../sass/_base.scss */
li.nav-item {
  padding: 5px 10px 5px 10px;
}

/* line 592, ../sass/_base.scss */
li.nav-item.current.active {
  background-color: #027a35;
}

/* line 596, ../sass/_base.scss */
li.nav-item:hover {
  background-color: #027a35;
}

/* line 604, ../sass/_base.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: black;
  text-decoration: none;
  background-color: transparent !important;
}

/* line 610, ../sass/_base.scss */
.dropdown-item.active, .dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: transparent !important;
}

/* line 617, ../sass/_base.scss */
.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #d5d7d9;
  margin-top: 0px;
}
/* line 624, ../sass/_base.scss */
.dropdown-menu li.nav-item:hover {
  background-color: #d5d7d9;
}
/* line 627, ../sass/_base.scss */
.dropdown-menu li.nav-item ::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 12px;
  margin-left: -1.3em;
  margin-right: 1.3em;
  width: 1.3em;
}

/* line 640, ../sass/_base.scss */
.jumbotron {
  background-color: #46515a;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}

/* line 646, ../sass/_base.scss */
.ctahome {
  margin-top: 40px;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: -20px;
}
/* line 652, ../sass/_base.scss */
.ctahome h1 {
  color: white;
  font-size: 34px;
  text-align: left;
}

/* line 661, ../sass/_base.scss */
div#menuspacer {
  height: 100px;
}

/* line 666, ../sass/_base.scss */
#headerslider {
  margin-top: 55px;
  margin-bottom: 30px;
}
/* line 674, ../sass/_base.scss */
#headerslider div#n2-ss-6 .n2-ss-slide {
  border-radius: 0px !important;
}

/* line 687, ../sass/_base.scss */
#headerimage {
  /*margin-top: 55px;*/
}
/* line 690, ../sass/_base.scss */
#headerimage #mod-custom109 {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 700, ../sass/_base.scss */
#headerimagesmall {
  /*margin-top: 55px;*/
}
/* line 703, ../sass/_base.scss */
#headerimagesmall #mod-custom103, #headerimagesmall #mod-custom104, #headerimagesmall #mod-custom105, #headerimagesmall #mod-custom106, #headerimagesmall #mod-custom110, #headerimagesmall #mod-custom111 {
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 714, ../sass/_base.scss */
section#curve {
  background-image: url("../images/Curve-wit.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 99999;
  height: 160px;
  margin-top: -160px;
}

/**************aankondiging*******************/
/* line 728, ../sass/_base.scss */
.aankondiging {
  background-color: #d5d7d9;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: center;
}
/* line 736, ../sass/_base.scss */
.aankondiging h2 {
  color: black;
  font-weight: 600;
  text-transform: none !important;
  font-size: 18px;
}
/* line 743, ../sass/_base.scss */
.aankondiging p {
  font-size: 22px;
}

/************** content *********************/
/* line 750, ../sass/_base.scss */
#content {
  padding-bottom: 40px;
  text-align: left;
}
/* line 754, ../sass/_base.scss */
#content img {
  margin-bottom: 30px;
}
/* line 760, ../sass/_base.scss */
#content .fa-ul {
  font-size: 16px;
  line-height: 30px;
}

/* line 768, ../sass/_base.scss */
.page-header {
  margin-bottom: 45px;
}

/* line 774, ../sass/_base.scss */
.topmrgn img {
  margin-top: -80px;
}

/* line 780, ../sass/_base.scss */
ul.fields-container {
  list-style: none;
  padding: 0;
}

/************streamers**************/
/* line 790, ../sass/_base.scss */
#streamer {
  background-color: #d5d7d9;
}
/* line 792, ../sass/_base.scss */
#streamer .streamer {
  color: #323e48;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 799, ../sass/_base.scss */
#streamer .streamer h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: #323e48;
  text-align: left;
  margin-bottom: 30px;
}
/* line 808, ../sass/_base.scss */
#streamer .streamer h3 .ytxt {
  color: #ffce00;
}
/* line 813, ../sass/_base.scss */
#streamer .streamer .btn {
  margin-bottom: 15px;
  font-size: 14px;
}
/* line 821, ../sass/_base.scss */
#streamer .topmargin {
  margin-top: 20px;
}

/* line 827, ../sass/_base.scss */
#streamer2 {
  background-color: white;
}
/* line 829, ../sass/_base.scss */
#streamer2 .streamer2 {
  color: #323e48;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 836, ../sass/_base.scss */
#streamer2 .streamer2 h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: #323e48;
  text-align: left;
  margin-bottom: 30px;
}
/* line 845, ../sass/_base.scss */
#streamer2 .streamer2 h3 .ytxt {
  color: #ffce00;
}
/* line 850, ../sass/_base.scss */
#streamer2 .streamer2 .btn {
  margin-bottom: 15px;
  font-size: 14px;
}
/* line 858, ../sass/_base.scss */
#streamer2 .topmargin {
  margin-top: 20px;
}

/****************extra content*******************/
/* line 866, ../sass/_base.scss */
section#diensten {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../images/Curve.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #027a35 !important;
  font-size: 18px !important;
  text-align: center !important;
}
/* line 877, ../sass/_base.scss */
section#diensten h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 0px;
  font-weight: 700;
  color: #027a35;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 887, ../sass/_base.scss */
section#diensten h3 p {
  color: #027a35 !important;
  font-size: 18px !important;
  text-align: center !important;
}

/* line 895, ../sass/_base.scss */
section#materialen {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2e3d6;
  color: #323e48 !important;
  font-size: 18px !important;
  text-align: center !important;
}
/* line 904, ../sass/_base.scss */
section#materialen h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 0px;
  font-weight: 700;
  color: #323e48;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 914, ../sass/_base.scss */
section#materialen h3 p {
  color: #323e48 !important;
  font-size: 18px !important;
  text-align: center !important;
}

/* line 923, ../sass/_base.scss */
section#certificeringen {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../images/Curve.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #027a35 !important;
  font-size: 18px !important;
  text-align: center !important;
}
/* line 934, ../sass/_base.scss */
section#certificeringen h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 0px;
  font-weight: 700;
  color: #027a35;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 944, ../sass/_base.scss */
section#certificeringen h3 p {
  color: #027a35 !important;
  font-size: 18px !important;
  text-align: center !important;
}

/* line 952, ../sass/_base.scss */
section#bottomlogo {
  background-color: #eaebec;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
/* line 958, ../sass/_base.scss */
section#bottomlogo img {
  width: 210px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 965, ../sass/_base.scss */
section#bottomlogo h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

/* line 974, ../sass/_base.scss */
.fa-ul {
  font-size: 15px !important;
  line-height: 28px !important;
}

/* line 980, ../sass/_base.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
  color: #d2e3d6;
}

/* line 989, ../sass/_base.scss */
.row.gmap {
  margin-bottom: -30px;
  margin-top: 45px;
}

/******************footer******************/
/* line 998, ../sass/_base.scss */
.bottom1 {
  margin-top: 10px;
}
/* line 1002, ../sass/_base.scss */
.bottom1 img {
  width: 180px;
  margin-bottom: 10px !important;
}

/* line 1010, ../sass/_base.scss */
.bottom2, .bottom3, .bottom4 {
  margin-top: 30px;
}

/* line 1014, ../sass/_base.scss */
.bottom {
  background-color: #323e48;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
}
/* line 1021, ../sass/_base.scss */
.bottom h3 {
  color: white;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1029, ../sass/_base.scss */
.bottom .moduletable a {
  color: white;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: none;
}
/* line 1037, ../sass/_base.scss */
.bottom .moduletable p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 0px;
}
/* line 1046, ../sass/_base.scss */
.bottom .moduletable i.fab.fa-facebook-square {
  font-size: 40px;
}
/* line 1051, ../sass/_base.scss */
.bottom .moduletable i.fab.fa-linkedin {
  font-size: 40px;
}
/* line 1055, ../sass/_base.scss */
.bottom .moduletable .followus {
  margin-top: 30px;
}

/* line 1062, ../sass/_base.scss */
.footer {
  background-color: #027a35;
  height: 50px;
  color: white;
}
/* line 1067, ../sass/_base.scss */
.footer a {
  color: white;
}

/* line 1073, ../sass/_base.scss */
.copyright {
  text-align: center;
  font-size: 12px;
  color: white;
}
/* line 1078, ../sass/_base.scss */
.copyright a {
  color: white;
}
/* line 1082, ../sass/_base.scss */
.copyright p {
  padding-top: 12px;
  margin-bottom: 0px;
}

/****************** formulieren RS Form ********************/
/* line 1091, ../sass/_base.scss */
#txtjQcal1_0 {
  margin-right: 20px;
}

/* line 1096, ../sass/_base.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 24px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black !important;
  background-color: #d5d7d9 !important;
  background-image: none;
  border: 0px solid #d5d7d9 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 1116, ../sass/_base.scss */
.form-control:focus {
  color: #323e48;
  background-color: #fff;
  border-color: #027a35;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(145, 181, 56, 0.25);
}

/* line 1125, ../sass/_base.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

/* line 1132, ../sass/_base.scss */
label.control-label.formControlLabel {
  /*display: none;*/
}

/* line 1137, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: white !important;
}

/* line 1142, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #027a35 !important;
  box-shadow: none !important;
}

/* line 1148, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #027a35 !important;
  box-shadow: #831c20 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1155, ../sass/_base.scss */
button#Verzenden {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

/* line 1178, ../sass/_base.scss */
button#Verzenden:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f054";
  display: inline-block;
  width: 1.3em;
  font-weight: 400;
  margin-left: -5px;
}

/********************* gallerij*************************************/
/* line 1190, ../sass/_base.scss */
dl.fields-container {
  margin-top: 15px;
}

/*********************  Facebook Feed ***********************/
/* line 1197, ../sass/_base.scss */
.ffp-feed-posts-items {
  background-color: #E5E5E5;
}

/* line 1202, ../sass/_base.scss */
#ffp-feed-1 .ffp-feed-posts-item {
  box-shadow: 0 0px 0px transparent;
}

/* line 1207, ../sass/_base.scss */
.ffp-feed-posts-item {
  background: #fff;
  padding: 20px 20px 15px;
  border-radius: 0px;
}

/* line 1214, ../sass/_base.scss */
a.ffp-feed-header-button, a.ffp-feed-btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #027a35;
  background: #323e48;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: .5rem;
  transition: .2s all;
  box-shadow: 0 0px 0px transparent;
}

/* line 1228, ../sass/_base.scss */
a.ffp-feed-header-button:hover, a.ffp-feed-header-button:active, a.ffp-feed-header-button:focus, a.ffp-feed-btn:hover, a.ffp-feed-btn:active, a.ffp-feed-btn:focus {
  color: #027a35;
  background: #d5d7d9;
  text-decoration: none;
}

/********************** Mixitup responsive grid **********************/
/* line 1237, ../sass/_base.scss */
ul#regridart-115 {
  padding-top: 10px;
}

/* line 1243, ../sass/_base.scss */
.theme_elegant .mix {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0;
  overflow: hidden;
  background: white !important;
  padding: 15px;
}

/* line 1253, ../sass/_base.scss */
li.mix {
  background-color: #eaebec !important;
  border: 0px solid #d5d7d9 !important;
}

/* line 1259, ../sass/_base.scss */
.mix-introtext {
  min-height: 40px;
  margin-bottom: 15px;
}

/* line 1265, ../sass/_base.scss */
.theme_elegant.mix-grid .inner-mix {
  background: none;
  border: 0px solid #e5e5e5;
  border-top: 0;
  border-radius: 0;
}
/* line 1272, ../sass/_base.scss */
.theme_elegant.mix-grid .inner-mix h4 {
  text-transform: uppercase;
  color: #027a35;
  font-weight: 600;
}
/* line 1275, ../sass/_base.scss */
.theme_elegant.mix-grid .inner-mix h4 a {
  color: #027a35;
  font-weight: 600;
}

/* line 1282, ../sass/_base.scss */
.regridart .mix img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 !important;
}

/* line 1289, ../sass/_base.scss */
.mix-introtext {
  font-weight: 300;
  color: #555;
  line-height: 1.4;
}
/* line 1294, ../sass/_base.scss */
.mix-introtext p {
  margin-bottom: 0px;
}

/* line 1303, ../sass/_base.scss */
.mix-filters .drop_down.expanded .label {
  border-radius: 3px 3px 0 0;
  background: #ffce00 !important;
  border-color: #ffce00 !important;
}

/* line 1310, ../sass/_base.scss */
.mix-controls .button.active,
.inner-mix .button.active {
  background: none repeat scroll 0 0 #ffce00 !important;
}

/* line 1315, ../sass/_base.scss */
.mix-sorts .button.active,
.inner-mix .button.active {
  background: #ffce00 !important;
}

/* line 1320, ../sass/_base.scss */
.mix-sorts .button.active i.toggle_layout:before,
.mix-sorts .button.active i.toggle_layout:after {
  background: #ffce00 !important;
}

/* line 1326, ../sass/_base.scss */
.drop_down .label:hover div {
  color: #027a35 !important;
}

/* line 1329, ../sass/_base.scss */
.drop_down li.active {
  color: #ffce00 !important;
}

/* line 1333, ../sass/_base.scss */
.mix-filters .drop_down.expanded ul {
  border-top-color: #ffce00 !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* line 1338, ../sass/_base.scss */
.drop_down .label:hover i.fa {
  color: #027a35 !important;
}

/* line 1342, ../sass/_base.scss */
.btn.btn-reset:hover {
  color: #ffce00 !important;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
}

/* MEDIA QUERIES */
@media (min-width: 576px) {
  /* line 4, ../sass/_mediaqueries.scss */
  #headerimage .moduletable .custom {
    height: 250px;
  }

  /* line 8, ../sass/_mediaqueries.scss */
  #headerimagesmall .moduletable .custom {
    height: 125px;
  }
}
@media (min-width: 768px) {
  /* line 17, ../sass/_mediaqueries.scss */
  .navbar-collapse {
    max-height: 280px;
    overflow-y: visible;
  }

  /* line 26, ../sass/_mediaqueries.scss */
  .topblocks-inner {
    margin-top: 45px;
  }

  /* line 31, ../sass/_mediaqueries.scss */
  .topblock .moduletable {
    padding-bottom: 1px;
  }

  /* line 36, ../sass/_mediaqueries.scss */
  .lead {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  /* line 45, ../sass/_mediaqueries.scss */
  .ctahome {
    margin-top: 115px;
    text-align: left;
    padding-bottom: 150px;
    margin-bottom: 1px;
  }
  /* line 51, ../sass/_mediaqueries.scss */
  .ctahome h1 {
    color: white;
    font-size: 34px;
    text-align: left;
  }

  /* line 61, ../sass/_mediaqueries.scss */
  .bottom1 {
    margin-top: 10px;
  }
  /* line 65, ../sass/_mediaqueries.scss */
  .bottom1 img {
    width: 100%;
  }

  /* line 72, ../sass/_mediaqueries.scss */
  .bottom2, .bottom3, .bottom4 {
    margin-top: 45px;
  }

  /* line 78, ../sass/_mediaqueries.scss */
  #headerslider {
    margin-top: 85px;
  }

  /* line 86, ../sass/_mediaqueries.scss */
  div#navbarSupportedContent {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  /* line 91, ../sass/_mediaqueries.scss */
  ul.menu.ml-auto.bmmenu.navbar-nav {
    margin-top: -11px;
    height: 42px;
  }

  /* line 96, ../sass/_mediaqueries.scss */
  .bmmenu li.nav-item {
    padding: 5px 10px 0px 10px !important;
  }

  /* line 101, ../sass/_mediaqueries.scss */
  ul.menu.justify-content-end.w-100.navbar-nav {
    height: 68px;
  }

  /* line 105, ../sass/_mediaqueries.scss */
  .navbar {
    height: 85px;
    background: #027a35;
    background: -webkit-linear-gradient(#027a35 0%, #027a35 40%, #323e48 40%, #323e48 100%);
    background: -o-linear-gradient(#027a35 0%, #027a35 40%, #323e48 40%, #323e48 100%);
    background: linear-gradient(#027a35 0%, #027a35 40%, #323e48 40%, #323e48 100%);
  }

  /* line 113, ../sass/_mediaqueries.scss */
  ul.menu.ml-auto.navbar-nav {
    margin-top: -5px;
  }

  /* line 118, ../sass/_mediaqueries.scss */
  .navbar-collapse {
    margin-top: 0px;
    padding-top: 0px;
  }

  /* line 124, ../sass/_mediaqueries.scss */
  .navbar .container {
    margin-top: 0px;
  }

  /* line 128, ../sass/_mediaqueries.scss */
  li.nav-item {
    padding: 5px 10px 5px 10px;
  }

  /* line 135, ../sass/_mediaqueries.scss */
  ul.nav-child.unstyled.dropdown-menu li.nav-item {
    padding: 5px 10px 5px 10px;
  }

  /* line 141, ../sass/_mediaqueries.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* line 147, ../sass/_mediaqueries.scss */
  ul.menu.justify-content-end.w-100.tm.navbar-nav {
    color: #323e48;
  }
  /* line 152, ../sass/_mediaqueries.scss */
  ul.menu.justify-content-end.w-100.tm.navbar-nav li.nav-item a {
    color: #027a35;
    font-size: 16px;
  }

  /* line 160, ../sass/_mediaqueries.scss */
  h1 {
    font-size: 48px;
    line-height: 55px;
    text-align: center;
  }

  /* line 167, ../sass/_mediaqueries.scss */
  h2 {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
  }

  /* line 173, ../sass/_mediaqueries.scss */
  .headertekst {
    margin-top: 45px;
  }
  /* line 176, ../sass/_mediaqueries.scss */
  .headertekst h1 {
    font-size: 40px;
    line-height: 28px;
    text-align: left !important;
  }
  /* line 182, ../sass/_mediaqueries.scss */
  .headertekst h2 {
    font-size: 38px;
    line-height: 32px;
    text-align: left !important;
  }

  /* line 189, ../sass/_mediaqueries.scss */
  .logo {
    position: fixed;
    z-index: 9999;
    text-align: center;
    transition: none;
    margin-top: 0px;
    width: 210px;
  }
  /* line 196, ../sass/_mediaqueries.scss */
  .logo img {
    width: 100%;
  }
  /* line 203, ../sass/_mediaqueries.scss */
  .logo:hover {
    text-align: center;
    transition: none;
  }
  /* line 207, ../sass/_mediaqueries.scss */
  .logo p {
    margin-bottom: 0px;
  }

  /* line 214, ../sass/_mediaqueries.scss */
  #headerimage {
    /*margin-top: 55px;*/
  }
  /* line 217, ../sass/_mediaqueries.scss */
  #headerimage #mod-custom109 {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* line 227, ../sass/_mediaqueries.scss */
  #headerimagesmall {
    /*margin-top: 55px;*/
  }
  /* line 230, ../sass/_mediaqueries.scss */
  #headerimagesmall #mod-custom103, #headerimagesmall #mod-custom104, #headerimagesmall #mod-custom105, #headerimagesmall #mod-custom106, #headerimagesmall #mod-custom110, #headerimagesmall #mod-custom111 {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* line 242, ../sass/_mediaqueries.scss */
  section#contentblock1 img {
    margin-top: 0px;
  }

  /* line 248, ../sass/_mediaqueries.scss */
  ul.tags.inline {
    margin-top: -83px;
  }
}
@media (min-width: 1200px) {
  /* line 259, ../sass/_mediaqueries.scss */
  #headerimage {
    /*margin-top: 80px;*/
  }
  /* line 262, ../sass/_mediaqueries.scss */
  #headerimage #mod-custom109 {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* line 272, ../sass/_mediaqueries.scss */
  #headerimagesmall {
    /*margin-top: 55px;*/
  }
  /* line 275, ../sass/_mediaqueries.scss */
  #headerimagesmall #mod-custom103, #headerimagesmall #mod-custom104, #headerimagesmall #mod-custom105, #headerimagesmall #mod-custom106, #headerimagesmall #mod-custom110, #headerimagesmall #mod-custom111 {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* line 283, ../sass/_mediaqueries.scss */
  .ctahome {
    margin-top: 115px;
    text-align: left;
    padding-bottom: 150px;
    margin-bottom: 1px;
  }
  /* line 289, ../sass/_mediaqueries.scss */
  .ctahome h1 {
    color: white;
    font-size: 34px;
    text-align: left;
  }
}
