/* 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: 26px;
}

/* 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 33, ../sass/_base.scss */
#content .item-page .btn-group.pull-right {
  display: none;
}

/* line 39, ../sass/_base.scss */
.item.column-1, .item.column-2 {
  border: 1px solid #c4c4c4;
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
}
/* line 47, ../sass/_base.scss */
.item.column-1 .page-header h2, .item.column-2 .page-header h2 {
  margin-bottom: 30px;
}

/* line 54, ../sass/_base.scss */
.contact i.fab.fa-facebook-square {
  font-size: 35px;
  color: #353535;
  margin-left: 20px;
}
/* line 59, ../sass/_base.scss */
.contact i.fab.fa-facebook-square a {
  font-size: 35px;
  color: #353535;
  margin-left: 20px;
}

/* line 66, ../sass/_base.scss */
img {
  width: 100%;
}

/* line 71, ../sass/_base.scss */
.intro {
  text-align: center;
  font-size: 18px;
}

/* line 76, ../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: #ffce00;
  border-radius: 10px;
  margin-top: -213px;
}

/*Buttons*/
/* line 95, ../sass/_base.scss */
.btn {
  border-radius: 4px;
}

/* line 99, ../sass/_base.scss */
.btn-primary {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #eb5793;
  border-color: #eb5793;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 113, ../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: black;
  border-color: black;
}
/* line 117, ../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 122, ../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 131, ../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: #c4c4c4;
  border-color: #c4c4c4;
}
/* line 135, ../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 140, ../sass/_base.scss */
.btn-default {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  background-color: #eb5793;
  border-color: #eb5793;
  font-size: 14px;
}

/* line 151, ../sass/_base.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #eb5793 !important;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

/* line 157, ../sass/_base.scss */
.btn-success {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #eb5793;
  border-color: #eb5793;
}

/* line 166, ../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 170, ../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 175, ../sass/_base.scss */
.btn-info {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c4c4c4;
  background-color: #9d9d9d;
  border-color: #9d9d9d;
}

/* line 184, ../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 188, ../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 193, ../sass/_base.scss */
a {
  color: #9d9d9d;
  text-decoration: none;
}
/* line 197, ../sass/_base.scss */
a:hover {
  color: black;
}

/* line 202, ../sass/_base.scss */
.lead {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #eb5793;
  text-align: center;
}

/* line 212, ../sass/_base.scss */
.ctr {
  text-align: center !important;
}

/* line 216, ../sass/_base.scss */
h1 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 55px;
  color: #353535;
  text-align: center;
}

/* line 226, ../sass/_base.scss */
#articletitel {
  margin-bottom: 40px;
}

/* line 230, ../sass/_base.scss */
h2 {
font-family: Roboto, sans-serif;
	font-weight: 700;
  font-style: normal;
  font-size: 35px;
  text-align: center;
  color: #353535;
		text-transform: uppercase;

}

/* line 239, ../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: #353535;

}

/* line 249, ../sass/_base.scss */
h4 {
font-family: Roboto, sans-serif;
	font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #353535;
		text-transform: uppercase;

}
/* line 256, ../sass/_base.scss */
h4 a {
  color: #9d9d9d;
}

/* line 262, ../sass/_base.scss */
.headertekst {
  margin-top: 30px;
}
/* line 265, ../sass/_base.scss */
.headertekst h1 {
  font-family: 'Comic Neue', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 26px;
  text-align: left;
  text-shadow: 0px 0px 6px #ffffff;
}
/* line 275, ../sass/_base.scss */
.headertekst h2 {
  font-family: 'Comic Neue', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  text-align: left;
  text-shadow: 0px 0px 6px #ffffff;
}

/* line 287, ../sass/_base.scss */
p.blockheading {
  text-align: center;
  font-weight: 400;
  color: #eb5793;
  font-size: 32px;
  line-height: 44px;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 0px;
}
/* line 297, ../sass/_base.scss */
p.blockheading a {
  color: white;
  text-decoration: none;
}

/* line 303, ../sass/_base.scss */
p.blocksub {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #eb5793;
  padding-top: 10px;
}
/* line 310, ../sass/_base.scss */
p.blocksub a {
  color: #75d1e0;
  text-decoration: none;
}

/* line 317, ../sass/_base.scss */
p.blockheading2 {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #c4c4c4;
  font-size: 20px;
  width: 100%;
  margin-bottom: 0px;
}
/* line 326, ../sass/_base.scss */
p.blockheading2 a {
  color: white;
  text-decoration: none;
}

/* line 332, ../sass/_base.scss */
p.blocksub2 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffce00;
}
/* line 338, ../sass/_base.scss */
p.blocksub2 a {
  color: #75d1e0;
  text-decoration: none;
}

/* line 344, ../sass/_base.scss */
a {
  color: #eb5793;
}

/* line 349, ../sass/_base.scss */
.linkSpanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 358, ../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 #eb5793;
}

/* line 368, ../sass/_base.scss */
.fixed-top2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
}

/* line 376, ../sass/_base.scss */
.logo {
  position: fixed;
  z-index: 9999;
  text-align: center;
  transition: none;
  margin-top: -230px;
}
/* line 384, ../sass/_base.scss */
.logo img {
  width: 230px;
}

/*navigatie topmenu en menu*/
/* line 391, ../sass/_base.scss */
.topcontent {
  margin-top: 6px;
}

/* line 395, ../sass/_base.scss */
.navbar-collapse {
  max-height: 560px;
  overflow-y: auto;
  margin-top: 14px;
}

/* line 401, ../sass/_base.scss */
.topmenu {
  background-color: #c4c4c4;
  height: 55px;
}
/* line 408, ../sass/_base.scss */
.topmenu .custom p {
  color: #9d9d9d;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 16px !important;
  text-transform: none;
}
/* line 417, ../sass/_base.scss */
.topmenu .custom a {
  color: #9d9d9d !important;
}
/* line 421, ../sass/_base.scss */
.topmenu .custom a:hover {
  text-decoration: none;
  color: #000000 !important;
}

/* line 429, ../sass/_base.scss */
div#navbarSupportedContent {
  background-color: white;
  box-shadow: 0 4px 8px -4px #666;
}

/* line 437, ../sass/_base.scss */
.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

/* line 441, ../sass/_base.scss */
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

/* line 445, ../sass/_base.scss */
.dropdown-menu {
  margin-top: 0;
  left: auto !important;
  right: 0 !important;
}

/* line 451, ../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 460, ../sass/_base.scss */
.bmmenu a.active.nav-link {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white !important;
}

/* line 467, ../sass/_base.scss */
.bmmenu a.nav-link:hover {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #75d1e0 !important;
}

/* line 474, ../sass/_base.scss */
.bmmenu li.nav-item {
  padding: 0px 10px 0px 10px !important;
}

/* line 478, ../sass/_base.scss */
.bmmenu li.nav-item.current.active {
  background-color: transparent !important;
}

/* line 482, ../sass/_base.scss */
.bmmenu li.nav-item:hover {
  background-color: transparent !important;
}

/************nav2************/
/* line 487, ../sass/_base.scss */
.navbar {
  height: 55px;
  background: #c4c4c4;
  border-color: transparent !important;
  box-shadow: 0 4px 8px -4px #666;
}

/* line 494, ../sass/_base.scss */
a.nav-link {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: white !important;
  text-transform: uppercase;
}

/* line 503, ../sass/_base.scss */
a.active.nav-link {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white !important;
}

/* line 510, ../sass/_base.scss */
a.nav-link:hover {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white !important;
}

/* line 517, ../sass/_base.scss */
li.nav-item {
  padding: 10px 10px 10px 10px;
}

/* line 521, ../sass/_base.scss */
li.nav-item.current.active {
  background-color: #eb5793;
}

/* line 525, ../sass/_base.scss */
li.nav-item:hover {
  background-color: #eb5793;
}

/* line 536, ../sass/_base.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: black;
  text-decoration: none;
  background-color: transparent !important;
}

/* line 542, ../sass/_base.scss */
.dropdown-item.active, .dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: transparent !important;
}

/* line 549, ../sass/_base.scss */
.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #eb5793;
  margin-top: 0px;
}
/* line 556, ../sass/_base.scss */
.dropdown-menu li.nav-item:hover {
  background-color: #75d1e0;
}
/* line 559, ../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 574, ../sass/_base.scss */
.jumbotron {
  padding: 0px !important;
  background-color: transparent !important;
  margin-bottom: 0px !important;
}

/* line 581, ../sass/_base.scss */
div#menuspacer {
  height: 100px;
}

/* line 586, ../sass/_base.scss */
#headerslider {
  margin-top: 94px;
}

/* line 593, ../sass/_base.scss */
#headerimage {
  margin-top: 54px;
}
/* line 596, ../sass/_base.scss */
#headerimage .moduletable .custom {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 605, ../sass/_base.scss */
#headerimagesmall {
  margin-top: 94px;
}
/* line 608, ../sass/_base.scss */
#headerimagesmall .moduletable .custom {
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/**************aankondiging*******************/
/* line 620, ../sass/_base.scss */
.aankondiging {
  background-color: #c4c4c4;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: center;
}
/* line 628, ../sass/_base.scss */
.aankondiging h2 {
  color: black;
  font-weight: 400;
  text-transform: none !important;
  font-size: 18px;
}
/* line 635, ../sass/_base.scss */
.aankondiging p {
  font-size: 22px;
}

/************** content *********************/
/* line 642, ../sass/_base.scss */
#content {
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: left;
}
/* line 648, ../sass/_base.scss */
#content .fa-ul {
  font-size: 16px;
  line-height: 30px;
}

/***************topblocks***************/
/* line 660, ../sass/_base.scss */
.topblocks-inner {
  margin-top: 45px;
}

/* line 665, ../sass/_base.scss */
.topblock .moduletable {
  background-color: #c4c4c4;
  padding-bottom: 1px;
  margin-bottom: 30px;
  height: 162px;
}

/* line 675, ../sass/_base.scss */
.topblock2 .moduletable {
  background-color: #eb5793;
  padding-bottom: 1px;
  margin-bottom: 30px;
  height: 162px;
}

/************aanbod**************/
/* line 686, ../sass/_base.scss */
section#aanbod {
  background-color: #f0f0f0;
  padding-top: 45px;
  padding-bottom: 45px;
}
/* line 692, ../sass/_base.scss */
section#aanbod h2 {
  font-size: 38px;
  line-height: 40px;
  text-align: left !important;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 699, ../sass/_base.scss */
section#aanbod h4 {
  text-transform: uppercase;
  color: #eb5793;
  font-weight: 400;
}
/* line 703, ../sass/_base.scss */
section#aanbod h4 a {
  color: #eb5793;
  font-weight: 400;
}

/************merken**************/
/* line 713, ../sass/_base.scss */
section#merken {
  background-color: white;
  padding-top: 45px;
  padding-bottom: 45px;
}
/* line 719, ../sass/_base.scss */
section#merken h2 {
  font-size: 38px;
  line-height: 40px;
  text-align: left !important;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 726, ../sass/_base.scss */
section#merken h4 {
  text-transform: uppercase;
  color: #eb5793;
  font-weight: 400;
}
/* line 730, ../sass/_base.scss */
section#merken h4 a {
  color: #eb5793;
  font-weight: 400;
}
/* line 737, ../sass/_base.scss */
section#merken .bluebox {
  background-color: #eb5793;
  padding: 30px;
  margin-bottom: 30px;
}
/* line 742, ../sass/_base.scss */
section#merken .bluebox h3 {
  font-family: Roboto-condensed, sans-serif;
  font-weight: 400;
  color: #ffce00;
}

/************streamers**************/
/* line 757, ../sass/_base.scss */
#streamer {
  background-color: #eb5793;
}
/* line 759, ../sass/_base.scss */
#streamer .streamer {
  color: white;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
/* line 766, ../sass/_base.scss */
#streamer .streamer h3 {
  font-family: Roboto-condensed, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: white;
  text-align: left;
  margin-bottom: 30px;
}
/* line 775, ../sass/_base.scss */
#streamer .streamer h3 .ytxt {
  color: #ffce00;
}
/* line 785, ../sass/_base.scss */
#streamer .topmargin {
  margin-top: 20px;
}

/* line 790, ../sass/_base.scss */
#streamer2 {
  background-color: #eb5793;
  margin-top: 40px;
}
/* line 794, ../sass/_base.scss */
#streamer2 .streamer2 {
  color: white;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
/* line 803, ../sass/_base.scss */
#streamer2 .streamer2 h2 {
  font-size: 40px;
  line-height: 42px;
  color: white;
  text-align: center;
}
/* line 810, ../sass/_base.scss */
#streamer2 .streamer2 .btn {
  margin-top: 15px;
}
/* line 816, ../sass/_base.scss */
#streamer2 .topmargin {
  margin-top: 20px;
}

/****************extra content*******************/
/* line 823, ../sass/_base.scss */
section#facebook {
  background-color: #E5E5E5;
  padding-top: 30px;
  text-align: left;
}
/* line 828, ../sass/_base.scss */
section#facebook h3 {
  font-size: 40px;
  line-height: 46px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #eb5793;
}

/* line 839, ../sass/_base.scss */
.ffp-feed-wrap {
  min-height: 60px;
  position: relative;
  transition: 0.2s;
  border: 0px solid #E5E5E5 !important;
  border-radius: 0px !important;
  overflow: hidden;
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  font-weight: 400;
}

/* line 855, ../sass/_base.scss */
.ffp-feed-container {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  border-top: 0px solid #E5E5E5 !important;
  background: rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}

/* line 867, ../sass/_base.scss */
section#contentblock1 {
  background-color: #B1B1B1;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #eb5793;
}
/* line 873, ../sass/_base.scss */
section#contentblock1 img {
  margin-top: 15px;
}
/* line 878, ../sass/_base.scss */
section#contentblock1 h3 {
  font-size: 40px;
  line-height: 46px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #eb5793;
}
/* line 888, ../sass/_base.scss */
section#contentblock1 ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 15px;
  margin-inline-end: 0px;
  padding-inline-start: 15px;
}
/* line 898, ../sass/_base.scss */
section#contentblock1 ul li {
  list-style: none;
}

/* line 909, ../sass/_base.scss */
section#filter {
  background-color: #eb5793;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -30px;
}

/* line 920, ../sass/_base.scss */
section#bottomlogo {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
/* line 926, ../sass/_base.scss */
section#bottomlogo img {
  width: 210px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 933, ../sass/_base.scss */
section#bottomlogo h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

/* line 941, ../sass/_base.scss */
section#hse {
  background-color: #c4c4c4;
}
/* line 945, ../sass/_base.scss */
section#hse .hse .moduletable {
  background-color: #75d1e0;
  color: #eb5793;
  text-align: center;
  height: 60px;
}
/* line 951, ../sass/_base.scss */
section#hse .hse .moduletable p {
  font-size: 20px;
  padding-top: 15px;
}
/* line 959, ../sass/_base.scss */
section#hse .incompany .moduletable {
  background-color: #9d9d9d;
  color: #636363;
  text-align: center;
  height: 60px;
}
/* line 964, ../sass/_base.scss */
section#hse .incompany .moduletable p {
  font-size: 20px;
  padding-top: 15px;
}
/* line 972, ../sass/_base.scss */
section#hse .training .moduletable {
  background-color: black;
  color: #636363;
  text-align: center;
  height: 60px;
}
/* line 977, ../sass/_base.scss */
section#hse .training .moduletable p {
  font-size: 20px;
  padding-top: 15px;
}

/* line 987, ../sass/_base.scss */
.fa-ul {
  font-size: 18px;
  line-height: 43px;
}

/* line 993, ../sass/_base.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
  color: #a1bf52;
}

/* line 1002, ../sass/_base.scss */
.row.gmap {
  margin-bottom: -30px;
  margin-top: 45px;
}

/******************footer******************/
/* line 1010, ../sass/_base.scss */
.bottom {
  background-color: #75d1e0;
  color: black;
  padding-bottom: 25px;
  padding-top: 40px;
  margin-bottom: -10px;
}
/* line 1017, ../sass/_base.scss */
.bottom .col-lg-2.bottom1 {
  margin-top: -20px;
}
/* line 1021, ../sass/_base.scss */
.bottom h3 {
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}
/* line 1028, ../sass/_base.scss */
.bottom .moduletable {
  margin-bottom: 15px;
}
/* line 1031, ../sass/_base.scss */
.bottom .moduletable a {
  color: #eb5793;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
}
/* line 1038, ../sass/_base.scss */
.bottom .moduletable p {
  font-family: Roboto-condensed, sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
}
/* line 1048, ../sass/_base.scss */
.bottom .moduletable i.fab.fa-facebook-square {
  font-size: 40px;
}
/* line 1053, ../sass/_base.scss */
.bottom .moduletable i.fab.fa-linkedin {
  font-size: 40px;
}
/* line 1057, ../sass/_base.scss */
.bottom .moduletable .followus {
  margin-top: 30px;
}

/* line 1064, ../sass/_base.scss */
.footer {
  background-color: #353535;
  height: 50px;
  color: white;
}
/* line 1069, ../sass/_base.scss */
.footer a {
  color: white;
}

/* line 1075, ../sass/_base.scss */
.copyright {
  text-align: center;
  font-size: 12px;
  color: white;
}
/* line 1080, ../sass/_base.scss */
.copyright a {
  color: white;
}
/* line 1084, ../sass/_base.scss */
.copyright p {
  margin-top: 10px;
  padding-top: 12px;
  margin-bottom: 0px;
}

/****************** formulieren RS Form ********************/
/* line 1094, ../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: #c4c4c4 !important;
  background-image: none;
  border: 0px solid #c4c4c4 !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 1114, ../sass/_base.scss */
.form-control:focus {
  color: #9d9d9d;
  background-color: #fff;
  border-color: #eb5793;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(145, 181, 56, 0.25);
}

/* line 1123, ../sass/_base.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

/* line 1130, ../sass/_base.scss */
label.control-label.formControlLabel {
  display: none;
}

/* line 1135, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #eb5793 !important;
}

/* line 1140, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #eb5793 !important;
  box-shadow: none !important;
}

/* line 1146, ../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: #eb5793 !important;
  box-shadow: #831c20 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1153, ../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 1176, ../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 1187, ../sass/_base.scss */
dl.fields-container {
  margin-top: 15px;
}

/*********************  Facebook Feed ***********************/
/* line 1194, ../sass/_base.scss */
.ffp-feed-posts-items {
  background-color: #E5E5E5;
}

/* line 1199, ../sass/_base.scss */
#ffp-feed-1 .ffp-feed-posts-item {
  box-shadow: 0 0px 0px transparent;
}

/* line 1204, ../sass/_base.scss */
.ffp-feed-posts-item {
  background: #fff;
  padding: 20px 20px 15px;
  border-radius: 0px;
}

/* line 1211, ../sass/_base.scss */
a.ffp-feed-header-button, a.ffp-feed-btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: white;
  background: #eb5793;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  padding: .5rem;
  transition: .2s all;
  box-shadow: 0 0px 0px transparent;
}

/* line 1226, ../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: #eb5793;
  background: #c4c4c4;
  text-decoration: none;
}

/********************** Mixitup responsive grid **********************/
/* line 1236, ../sass/_base.scss */
ul#regridart-115 {
  padding-top: 10px;
}

/* line 1242, ../sass/_base.scss */
.theme_elegant .mix {
  box-shadow: 0 0 0px transparent;
  border-radius: 0;
  overflow: hidden;
  background: white !important;
}

/* line 1249, ../sass/_base.scss */
li.mix {
  background-color: #f0f0f0 !important;
  border: 0px solid #c4c4c4 !important;
}

/* line 1255, ../sass/_base.scss */
.mix-introtext {
  margin-bottom: 0px !important;
  min-height: 40px;
}

/* line 1261, ../sass/_base.scss */
.theme_elegant.mix-grid .inner-mix {
  background: none;
  border: 0px solid #e5e5e5;
  border-top: 0;
  border-radius: 0;
}
/* line 1268, ../sass/_base.scss */
.theme_elegant.mix-grid .inner-mix h4 {
  text-transform: uppercase;
  color: #eb5793;
  font-weight: 400;
}
/* line 1272, ../sass/_base.scss */
.theme_elegant.mix-grid .inner-mix h4 a {
  color: #eb5793;
  font-weight: 400;
}

/* line 1280, ../sass/_base.scss */
.regridart .mix img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1289, ../sass/_base.scss */
.mix-introtext {
  font-weight: 300;
  color: #555;
  line-height: 1.4;
  margin: 0 0 8px;
}
/* line 1295, ../sass/_base.scss */
.mix-introtext p {
  margin-bottom: 0px;
}

/* line 1300, ../sass/_base.scss */
.button-mix {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1307, ../sass/_base.scss */
.mix-filters .drop_down.expanded .label {
  border-radius: 3px 3px 0 0;
  background: #ffce00 !important;
  border-color: #ffce00 !important;
}

/* line 1314, ../sass/_base.scss */
.mix-controls .button.active,
.inner-mix .button.active {
  background: none repeat scroll 0 0 #ffce00 !important;
}

/* line 1319, ../sass/_base.scss */
.mix-sorts .button.active,
.inner-mix .button.active {
  background: #ffce00 !important;
}

/* line 1324, ../sass/_base.scss */
.mix-sorts .button.active i.toggle_layout:before,
.mix-sorts .button.active i.toggle_layout:after {
  background: #ffce00 !important;
}

/* line 1330, ../sass/_base.scss */
.drop_down .label:hover div {
  color: #eb5793 !important;
}

/* line 1333, ../sass/_base.scss */
.drop_down li.active {
  color: #ffce00 !important;
}

/* line 1337, ../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 1342, ../sass/_base.scss */
.drop_down .label:hover i.fa {
  color: #eb5793 !important;
}

/* line 1346, ../sass/_base.scss */
.btn.btn-reset:hover {
  color: #ffce00 !important;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
}

/************** logo slider***************/
/* line 1358, ../sass/_base.scss */
div#n2-ss-3 .n2-ss-slider-3 img :hover {
  box-shadow: 0px transperant !important;
}

/* 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 */
  div#navbarSupportedContent {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  /* line 50, ../sass/_mediaqueries.scss */
  ul.menu.ml-auto.bmmenu.navbar-nav {
    margin-top: -8px;
    height: 43px;
  }

  /* line 55, ../sass/_mediaqueries.scss */
  .bmmenu li.nav-item {
    padding: 5px 10px 0px 10px !important;
  }

  /* line 60, ../sass/_mediaqueries.scss */
  ul.menu.justify-content-end.w-100.navbar-nav {
    height: 74px;
  }

  /* line 64, ../sass/_mediaqueries.scss */
  .navbar {
    height: 95px;
background: rgb(53,53,53);
background: linear-gradient(180deg, rgba(53,53,53,1) 0%, rgba(53,53,53,1) 36%, rgba(117,209,224,1) 36%, rgba(117,209,224,1) 100%);
  }

  /* line 73, ../sass/_mediaqueries.scss */
  .navbar-collapse {
    margin-top: 0px;
  }

  /* line 78, ../sass/_mediaqueries.scss */
  .navbar .container {
    margin-top: 0px;
  }

  /* line 82, ../sass/_mediaqueries.scss */
  li.nav-item {
    padding: 10px 10px 10px 10px;
  }

  /* line 89, ../sass/_mediaqueries.scss */
  ul.nav-child.unstyled.dropdown-menu li.nav-item {
    padding: 5px 10px 0px 10px;
  }

  /* line 95, ../sass/_mediaqueries.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* line 101, ../sass/_mediaqueries.scss */
  ul.menu.justify-content-end.w-100.tm.navbar-nav {
    color: #9d9d9d;
  }
  /* line 106, ../sass/_mediaqueries.scss */
  ul.menu.justify-content-end.w-100.tm.navbar-nav li.nav-item a {
    color: #eb5793;
    font-size: 16px;
  }

  /* line 113, ../sass/_mediaqueries.scss */
  h1 {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
  }

  /* line 120, ../sass/_mediaqueries.scss */
  h2 {
    font-size: 35px;
    line-height: 58px;
    text-align: left;
  }

  /* line 126, ../sass/_mediaqueries.scss */
  .headertekst {
    margin-top: 45px;
  }
  /* line 129, ../sass/_mediaqueries.scss */
  .headertekst h1 {
    font-size: 40px;
    line-height: 60px;
    text-align: left !important;
  }
  /* line 135, ../sass/_mediaqueries.scss */
  .headertekst h2 {
    font-size: 38px;
    line-height: 58px;
    text-align: left !important;
  }

  /* line 142, ../sass/_mediaqueries.scss */
  .logo {
    position: fixed;
    z-index: 9999;
    text-align: center;
    transition: none;
    margin-top: -90px;
  }
  /* line 151, ../sass/_mediaqueries.scss */
  .logo:hover {
    text-align: center;
    transition: none;
  }
  /* line 155, ../sass/_mediaqueries.scss */
  .logo p {
    margin-bottom: 0px;
  }

  /* line 160, ../sass/_mediaqueries.scss */
  #headerimage .moduletable .custom {
    height: 500px;
  }

  /* line 164, ../sass/_mediaqueries.scss */
  #headerimagesmall .moduletable .custom {
    height: 250px;
  }

  /* line 169, ../sass/_mediaqueries.scss */
  section#contentblock1 img {
    margin-top: 0px;
  }

  /* line 175, ../sass/_mediaqueries.scss */
  ul.tags.inline {
    margin-top: -83px;
  }
}
@media (min-width: 1200px) {
  /* line 186, ../sass/_mediaqueries.scss */
  #headerimage .moduletable .custom {
    height: 500px;
    margin-top: 109px;
  }

  /* line 191, ../sass/_mediaqueries.scss */
  #headerimagesmall .moduletable .custom {
    height: 250px;
  }
}
