/* Scss Document */
.flexslider, .lSSlideWrapper, .menubalk, .languagepicker, .accordion, .schaduw, .btn-invert, .btn-standard, .btn-filter, .btn-filter:hover, .btn-filter-select, .overlayblocks img, .newsbox, .sub-menu {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5); }

nav, .menu li a, .accordion, .accpanel, a, .btn, a *, .btn *, .category-item, .calltos, .topper, .news li, .logos img, .homelayer, .bolle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.sidebarClosebtn {
  padding-left: 10px; }

[data-role="sidemenu"] {
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 180px;
  height: 100vh !important;
  background-color: #111;
  font-size: 14px;
  z-index: 99999;
  display: block !important;
  padding: 15px; }

[data-role="sidemenu"] ul {
  list-style: none;
  margin: 0 0 0px;
  padding: 0;
  padding-top: 10px; }

[data-role="sidemenu"] ul li a {
  display: block;
  padding: 10px;
  color: #eee;
  text-decoration: none;
  border-bottom: 1px solid #222;
  width: 100%;
  font-size: 12pt;
  font-weight: 100; }

[data-role="sidemenu"] ul li a:hover {
  background-color: #16bec8; }

/*
[data-role="sidemenu"] li.active{
  	border-bottom: 1px solid #222;
	background-color: rgba(2, 67, 95, 1);
	width: 100%;
	color: #fff;
}
[data-role="sidemenu"] li.active a, [data-role="sidemenu"] li:hover a{
	text-decoration: none !important;
}


[data-role="sidemenu"] .divider {
	height: 20px;
}
*/
[data-role="sidemenu"] ul li ul li a {
  padding: 5px 10px 5px 25px;
  font-size: 9pt;
  font-weight: 300; }

/* Scss Document */
/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider2 {
  background: rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 80px;
  margin: -20px 0 0;
  padding: 5px;
  position: absolute;
  top: 40%;
  z-index: 4;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 60px;
  display: inline-block;
  content: '\f104';
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

.flex-direction-nav a.flex-next:before {
  content: '\f105'; }

.flex-direction-nav .flex-prev {
  left: -30px;
  opacity: 0; }

.flex-direction-nav .flex-next {
  right: -30px;
  text-align: right;
  opacity: 0; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 15px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 12px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flexslider2:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 15px; }

.flexslider2:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider2:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 12px; }

.flexslider2:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*============================================================================================================================================================
slideshow
=============================================================================================================================================================-*/
.slidecontent {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center; }

.slidecontent .container {
  position: absolute;
  top: 200px; }

@media (max-width: 991px) {
  .slidecontent .container {
    position: absolute;
    top: 164px; } }
@media (max-width: 768px) {
  .slidecontent .container {
    position: relative;
    bottom: unset;
    top: unset; } }
.slidecontent h1 {
  color: white;
  border: none;
  font-size: 20pt;
  padding: 0px;
  padding-bottom: 0px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0px;
  text-align: left;
  line-height: 1;
  text-shadow: 0px 1px 2px black; }

.slidecontent p {
  color: white;
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
  font-size: 11pt; }

@media (max-width: 768px) {
  .slidecontent {
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    border: 0px; }

  .slidecontent h1 {
    font-size: 16pt;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }

  .slidecontent p {
    font-size: 8pt; } }
/* Scss Document */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  background: #eee;
  text-align: center; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #6b665e; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 5px; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  background-color: #fff;
  border: 1px solid  #fff; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border: 1px solid #6b665e; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* slider actions */
.lSAction a {
  text-decoration: none;
  display: block;
  width: 45px;
  height: 100px;
  margin: -25px 0 0;
  padding: 5px;
  position: absolute;
  top: 45%;
  z-index: 4;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.lSAction a:before {
  font-family: "fontawesome";
  font-size: 60px;
  display: inline-block;
  content: '\f104';
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0px 0px 8px black;
  padding: 5px; }

.lSAction a.lSNext:before {
  content: '\f105'; }

.lSAction > .lSPrev {
  left: -50px; }

.lSAction > .lSNext {
  right: -50px;
  text-align: right; }

.lSSlideOuter:hover .lSPrev {
  opacity: 0.9;
  left: 5px; }

.lSSlideOuter:hover .lSPrev:hover {
  opacity: 1; }

.lSSlideOuter:hover .lSNext {
  opacity: 0.9;
  right: 5px; }

.lSSlideOuter:hover .lSNext:hover {
  opacity: 1; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/* Scss Document */
/*

#sidebar {
	display: block;
	position: fixed;
	right: -10px;
	border-radius: 10px;
	top: 45vh;
	margin-top: -100px;

	padding: 15px 30px 5px 15px;
	background-color: rgba(200, 200, 200, 0.3);
	z-index: 99;

}

#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar ul li {

	padding-bottom: 10px;
}

#sidebar ul li a {

        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(138, 15, 58, 0.3);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(138, 15, 58, 0.3);
    box-shadow:         inset 0px 0px 5px 0px rgba(138, 15, 58, 0.3);

	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(2, 67, 95, 0.5);
}

#sidebar ul li a.nav-active {
	background-color: $primary-color;
}
*/
.sidebarClosebtn {
  padding-left: 20px; }

.menubalk {
  /* background-color:  rgba( $primary-color, .7 ); */
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 0;
  height: 44px;
  margin-top: 36px; }

nav {
  width: 100%;
  margin-top: 80px; }

@media (min-width: 990px) {
  .navscroll {
    margin-top: 50px; } }
.menu {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  white-space: nowrap;
  float: right;
  display: block; }

/*
.menunomargtop{
	margin: 0px 0px 0px 0px;

}
*/
.menu li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  float: left; }

.menu li a {
  text-decoration: none;
  padding: 8px 0px 8px 40px;
  font-size: 14pt;
  display: block;
  cursor: pointer;
  /*  margin: 0px 20px !important;*/
  color: white;
  font-weight: 400;
  /*text-shadow: 0px 0px 8px rgba(255, 201, 4, 1),0px 0px 8px rgba(255, 201, 4, 1),0px 0px 8px $secondary-color;*/ }

.menu li a:hover {
  text-decoration: none;
  color: #ff0000; }

.menu li#active a {
  text-decoration: none;
  color: #ff0000; }

.menu li#active a {
  text-decoration: none;
  color: #ff0000; }

/*
@media (max-width: 1300px) {
	.menu li a {

    padding: 10px 18px 10px 18px;
	    font-size: 12pt;

}
	}
@media (max-width: 1200px) {
	.menu li a {

    padding: 11px 16px 11px 16px;
	    font-size: 11pt;

}
	}
*/
@media (max-width: 991px) {
  .menu {
    display: none; }

  nav {
    padding-top: 0px; } }
.menu > div > li > a:hover {
  text-decoration: none;
  color: #ff0000; }

.menu > div > li.active > a {
  text-decoration: none;
  color: #ff0000; }

.menu > div > li.active > a:hover {
  text-decoration: none;
  color: #ff0000; }

.dropdown:hover .dropdown-menu {
  display: block; }

/*------------------*/
.dropdown-menu {
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 500;
  margin-top: 0px;
  margin-left: 40px;
  min-width: unset;
  position: absolute;
  border: none;
  padding: 0; }

.dropdown-menu > li {
  padding-top: 0px;
  width: 100%;
  border-bottom: 1px solid #6b665e; }

.dropdown-menu > li > a {
  color: #6b665e;
  padding: 8px 10px;
  font-weight: 300;
  /*white-space: normal;*/
  min-width: 200px;
  text-align: left;
  font-size: 10pt; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #6b665e;
  color: white !important;
  font-weight: 300; }

.dropdown-menu > li.active > a {
  background-color: transparent; }

.navbar-toggle {
  height: 46px;
  font-size: 16pt;
  color: white;
  background-color: transparent;
  line-height: 20pt;
  padding: 5px 10px 5px 10px;
  z-index: 999;
  text-decoration: none;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  right: 0;
  margin: 0px;
  margin-top: 80px;
  padding-top: 7px;
  		/* -webkit-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);*/
  position: static; }

.navbar-toggle:hover {
  text-decoration: none;
  color: white;
  background-color: #6b665e; }

@media (max-width: 1070px) {
  .navbar-toggle {
    display: block;
    text-align: center; }

  .menu {
    display: none; }

  /* */ }
/* Scss Document */
/*================================================================================
Taalmenu
=================================================================================-*/
.language {
  display: block;
  position: absolute;
  right: 15px;
  top: 0px;
  padding-top: 20px; }

.language li {
  display: inline-block; }

.language a:link, .language a:visited {
  color: #ccc;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 10px;
  font-size: 9pt; }

.language .active a {
  color: #fff;
  font-weight: bold; }

@media (max-width: 990px) {
  .language {
    display: none; } }
#activeLanguage {
  font-weight: 600; }

#activeLanguage a {
  font-weight: 600; }

.taalli:hover {
  background-color: transparent !important; }

.languagepicker {
  background-color: #6b665e;
  color: #FFF;
  display: inline-block;
  position: absolute;
  padding: 0;
  height: 25px;
  overflow: hidden;
  transition: all .3s ease;
  vertical-align: top;
  border-radius: 0px;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 15px;
  right: 15px; }

.languagepickermt {
  margin-top: 10px; }

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 50px; }

.languagepicker li {
  display: block;
  padding: 0px 0px;
  border-top: 1px solid #EEE;
  width: 25px;
  height: 25px;
  text-align: center; }

.languagepicker li:hover {
  background-color: white; }

.languagepicker a {
  /*	font-family: 'Roboto condensed';*/
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  height: 25px;
  display: block;
  padding-top: 3px; }

.languagepicker li:hover a {
  color: #6b665e !important; }

.languagepicker li:first-child {
  border: none; }

.languagepicker li img {
  margin-right: 5px; }

@media (max-width: 990px) {
  .languagepicker {
    display: none; } }
/* Scss Document */
#footer-wrapper {
  position: relative;
  padding: 40px 0 60px;
  background-position: center center;
  background-size: cover;
  border-top: 1px solid #fff;
  color: #fff;
  background-color: #6b665e;
  font-weight: 300;
  font-size: 11pt; }

a.tel {
  font-size: 15pt;
  font-weight: 700; }

#footer-wrapper h4 {
  font-weight: 800;
  color: white;
  text-transform: uppercase; }

#footer-wrapper ul {
  padding: 0;
  margin: 0; }

#footer-wrapper li {
  list-style: none;
  padding: 0 0;
  line-height: 20px; }

#footer-wrapper li input {
  width: 100% !important; }

#footer-wrapper a {
  color: white; }

#footer-wrapper a:hover {
  color: white; }

#footer-wrapper .sitemap li ul {
  margin-left: 20px; }

#footer-wrapper .sitemap a {
  text-decoration: none;
  /*color: white !important;*/
  width: 100%;
  padding-bottom: 6px;
  display: block;
  line-height: 13pt;
  padding-left: 20pt; }

#footer-wrapper .sitemap a:before {
  font-family: FontAwesome;
  content: '\f105';
  /*right: 15px;*/
  position: absolute;
  color: #37322d;
  color: #ffffff;
  margin-left: -20pt; }

.bottomwrapper {
  padding: 12px 0; }

.bottomwrapper a {
  color: black  !important;
  font-weight: 600;
  margin-right: 30px; }

.bottomwrapper span {
  display: inline-block;
  margin-right: 30px; }

#footer-wrapper a:hover {
  outline: 0;
  /*  color: rgba(255, 255, 255, 1);*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#footer-wrapper .btn:hover {
  color: #505050;
  color: #fff; }

#footer-wrapper .subtiel {
  color: rgba(255, 255, 255, 0.7);
  font-size: 9pt; }

#footer-wrapper .subtiel a:hover {
  color: #6b665e;
  opacity: 1; }

#footer-wrapper .lastcollumn {
  text-align: right; }

#footer-wrapper .col-sm-6 {
  /* min-height: 200px;*/
  padding-bottom: 30px; }

/*
@media (max-width: 990px) {

    #footer-wrapper .lastcollumn {
        text-align: center;
    }



    #footer-wrapper {
        text-align: center !important;
    }

    #footer-wrapper .col-sm-12 {
        text-align: center !important;
    }
	
    }

*/
/*
.socialtop {
  display: block;
  position: absolute;
  right: 0;
  float: right;
  margin-right: 15px;
  padding-top: 65px;
  top: 0; }

.socialtop a, .socialtop a:hover, .socialtop a:visited, .socialtop a:active {
  color: #ffffff !important;
  text-decoration: none; }
*/
.socialtop a, .socialtop a:hover, .socialtop a:visited, .socialtop a:active {
  text-decoration: none; }

/*.socialbottom {
  display: block;
  position: relative;
  right: auto;
  float: none;
  margin-right: 0;
  padding-top: 10px;
  top: auto;
  padding-bottom: 30px; }

.icons .row {
  padding-top: 10px; }
*/
.icons {
  /*
padding-top: 10px;
max-width: 180px;*/ }

/* SOCIAL ICONS */
@font-face {
  font-family: 'si';
  src: url("/website/static/fonts/socicon.eot");
  src: url("/website/static/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("/website/static/fonts/socicon.woff") format("woff"), url("/website/static/fonts/socicon.ttf") format("truetype"), url("/website/static/fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(PATH_TO/socicon.svg) format(svg); } }
.soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-size: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  color: #ffffff !important;
  background-color: none;
  text-decoration: none !important;
  opacity: 1 !important; }

.soc li a:hover {
  text-decoration: none !important; }

.soc-icon-last {
  margin: 0 !important; }

.soc-twitter {
  background-color: #4da7de; }

.soc-twitter:before {
  content: '\e040'; }

.soc-facebook {
  background-color: #3e5b98; }

.soc-facebook:before {
  content: '\e041'; }

.soc-linkedin {
  background-color: #3371b7; }

.soc-linkedin:before {
  content: '\e049'; }

#uitleg-element {
  display: none; }

#uitleg-label {
  width: 100%; }

#uitleg-label label {
  font-weight: bold; }

.optie {
  width: 60px; }

/* Scss Document */
/*============================================================================================================================================================
FORMULIEREN
=============================================================================================================================================================-*/
input[type="text"], input[type="email"], input[type="phone"] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: white;
  background-image: none;
  -webkit-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;
  border-radius: 0px;
  border: 1px solid white;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 1px solid #6b665e;
  height: 38px;
  margin-bottom: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* @extend %box-shadow; */ }

textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: white;
  background-image: none;
  -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, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0px;
  border: 1px solid white;
  height: 250px;
  border-bottom: 1px solid #6b665e;
  margin-bottom: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* @extend %box-shadow; */ }

input[type="text"].form-control, input[type="email"].form-control, input[type="tel"].form-control {
  height: 38px;
  border-radius: 0px;
  border: 1px solid white;
  border-bottom: 1px solid #6b665e;
  margin-bottom: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* @extend %box-shadow; */ }

input[type="checkbox"].form-control {
  height: 20px !important;
  margin-bottom: 11px;
  margin-top: 11px; }

select.form-control {
  height: 38px;
  margin-bottom: 8px;
  border: 1px solid #bbb;
  border-bottom: 1px solid #6b665e; }

textarea.form-control {
  height: 120px;
  border-radius: 0px;
  border: 1px solid white;
  border-bottom: 1px solid #6b665e;
  margin-bottom: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* @extend %box-shadow; */ }

label.required {
  /*  background: url("/website/static/images/required.png") no-repeat scroll right top transparent;*/
  /* padding-right: 10px;*/ }

dl {
  width: 100%;
  overflow: hidden; }

dt {
  float: left;
  width: 30%;
  /* adjust the width; make sure the total of both is 100% */ }

dd {
  float: left;
  width: 70%;
  /* adjust the width; make sure the total of both is 100% */
  min-height: 38px; }

#submit-element {
  text-align: right; }

#hiddie-label {
  display: none; }

#hiddie-element {
  display: none; }

.mapgrey {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */ }

@media (max-width: 600px) {
  dt, dd {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px; } }
#hideMe {
  -moz-animation: cssAnimation 1s ease-in 6s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 1s ease-in 6s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 1s ease-in 6s forwards;
  /* Opera */
  animation: cssAnimation 1s ease-in 6s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/*============================================================================================================================================================
CONTACT
=============================================================================================================================================================-*/
.smallcontainer {
  max-width: 1000px; }

#contact-wrapper {
  margin: 50px 0 60px 0; }

#contact-wrapper a {
  color: #222; }

#contact-wrapper a {
  outline: 0;
  text-decoration: none; }

#contact-wrapper a:hover {
  color: #222;
  border-bottom: dotted 1px #222; }

#contact_form input, #contact_form textarea {
  width: 100%;
  padding: 20px 12px;
  margin: 0 0 6px 0;
  border: none;
  background: #eeeeee; }

#contact_form input:focus, #contact_form textarea:focus {
  background: #f3f3f3; }

#contact_form label {
  font-weight: normal;
  color: black; }

#contact_form #submit_button {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  background: #444444;
  margin: 20px 0 0 0;
  padding: 20px 30px 16px 30px;
  width: 200px;
  opacity: 1; }

#contact_form #submit_button:hover {
  opacity: 0.9; }

#contact-wrapper ul {
  padding: 0;
  margin: 0; }

#contact-wrapper li {
  list-style: none;
  padding: 0;
  margin: 0; }

label {
  font-weight: normal; }

.g-recaptcha {
  display: inline-block; }

@media screen and (max-width: 500px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
/* Scss Document */
#pc-cookie-notice {
  background-color: #6b665e;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0 5px;
  /* font-family: 'Arial Unicode MS', Arial, Verdana, sans-serif;*/
  font-size: 13px;
  font-weight: 300;
  z-index: 10000;
  border-top: 1px solid white; }

#pc-cookie-notice a, #pc-cookie-notice a:active, #pc-cookie-notice a:visited, #pc-cookie-notice a:focus, #pc-cookie-notice a:link {
  color: white !important;
  text-decoration: underline !important;
  cursor: pointer !important; }

#pc-cookie-notice #pc-icon {
  position: absolute;
  top: 5px;
  left: 5px; }

#pc-cookie-notice #pc-message {
  width: 100%;
  padding: 5px 30px 5px 30px; }

#pc-cookie-notice #pc-message span:after {
  content: attr(data-content); }

#pc-cookie-notice #pc-message a:after {
  content: attr(data-content); }

#pc-cookie-notice #pc-button {
  position: relative;
  display: inline;
  padding-left: 10px; }

#pc-cookie-notice #pc-button button {
        /*
		font-weight: bold;
        background-color: rgba(208, 44, 36, 1);
        border-radius: 2px;
        border:1px solid #000;
        padding: 3px 5px;
		*/
  cursor: pointer; }

#pc-cookie-notice #pc-button button:after {
  content: attr(data-content); }

@media (max-width: 750px) {
  #pc-cookie-notice #pc-icon {
    display: none; }

  #pc-cookie-notice #pc-message {
    padding-left: 5px; }

  /* #pc-cookie-notice #pc-button {
       right:5px;
       top:5px;
   }*/
  #pc-cookie-notice #pc-button button {
    padding: 3px 5px; } }
/*============================================================================================================================================================
accordion
=============================================================================================================================================================-*/
.accordion {
  cursor: pointer;
  padding: 15px 15px 12px 15px;
  width: 100%;
  /*border: 1px solid rgba(63, 83, 132, 0.1);*/
  border-radius: 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14pt;
  margin-top: 8px; }

.accordion.active, .accordion:hover {
  background-color: rgba(107, 102, 94, 0.2); }

.accpanel {
  padding: 0px 15px 0px 15px;
  border-radius: 0px;
  margin-bottom: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border: none;
  /*display: none;*/ }

.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #3f5384;
  float: right;
  margin-left: 5px; }

.accordion.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */ }

/* tabs */
.tab-wrap {
  transition: 0.3s box-shadow ease;
  /*border-radius: 6px;*/
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

/*
.tab-wrap:hover {
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}
*/
.tab {
  display: none; }

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0; }

.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default; }

.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff; }

.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px; }

.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset; }

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 6px; }

.flipbook-container {
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 3px; }

.flipbook-container > div {
  height: 100%;
  width: 100%; }

html, body {
  overflow-x: hidden; }

body {
  background: white;
  padding: 0;
  height: 100%; }

body, th, td {
  font-family: "Barlow", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11pt;
  color: black;
  font-weight: 300;
  line-height: 1.5; }

.rd {
  background-color: #6b665e; }

.gl {
  background-color: #ff0000; }

.gr {
  background-color: #e6e6e6; }

.anchor {
  pointer-events: none; }

:target::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
  pointer-events: none; }

a {
  color: #6b665e;
  text-decoration: none; }

.blauw {
  color: #6b665e; }

.img-responsive {
  display: inline; }

ul {
  margin: 0 0 15px;
  padding-left: 15px; }

li {
  margin: 0;
  padding: 0; }

hr {
  width: 100%;
  clear: both;
  border-top: 2px dotted #eee; }

a, a:active, a:focus {
  outline: 0;
  cursor: pointer;
  outline-style: none; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

.adminknop {
  background-color: rgba(107, 102, 94, 0.2);
  border: 1px solid #6b665e;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px; }

.advice {
  font-weight: normal !important;
  font-size: 10px !important;
  margin-top: 20px !important;
  color: red !important; }

.lijntje {
  display: block;
  border-bottom: 1px solid #6b665e;
  margin: 15px 0; }

.block {
  display: block; }

.logo {
  display: inline-block;
  position: absolute;
  float: left;
  padding: 10px; }

.logo img {
  max-height: 100px; }

@media (min-width: 990px) {
  .logo.smaller img {
    max-height: 70px; } }
@media (max-width: 550px) {
  .logobalk {
    display: none;
    width: 100vw;
    padding: 20px 0 0;
    text-align: center;
    z-index: 10; }

  .logobalk img {
    max-width: 200px; }

  .logo img {
    max-height: 100px; } }
.logo-bt {
  max-width: 200px;
  height: auto; }

.lid {
  padding-bottom: 30px; }

.breadcrum {
  background-color: #eee;
  padding: 10px;
  margin: 0 0 20px  0;
  font-size: 11pt; }

.zoekbalk a {
  color: #6b665e; }

@media (max-width: 450px) {
  .zoekbalk {
    width: 120px;
    text-align: right; }

  .zoekbalk img {
    width: 24px;
    margin-bottom: 5px; } }
strong {
  font-weight: 600; }

h1 {
  color: #ff0000;
  font-size: 24pt;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
  text-transform: uppercase; }

h2 {
  font-weight: 600;
  color: #6b665e;
  font-size: 20pt;
  margin: 0;
  padding-bottom: 15px;
  pointer-events: none;
  text-transform: uppercase; }

.event h2 {
  padding-bottom: 4px; }

h3 {
  font-weight: 800;
  color: black;
  font-size: 16pt;
  line-height: 20px;
  padding: 10px 0;
  margin: 0; }

.sicon {
  width: 20px;
  height: auto; }

h4 {
  font-weight: 300;
  color: #6b665e;
  font-size: 14pt;
  padding: 10px 0;
  margin: 0; }

h5 {
  color: #6b665e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

p {
  padding-top: 0;
  padding-bottom: 15px;
  margin: 0; }

.topmarge {
  padding-top: 50px; }

.inhoud {
  padding-bottom: 50px;
  padding-top: 50px; }

.topspace {
  display: block;
  width: 100vw;
  height: 125px; }

@media (max-width: 990px) {
  .topspace {
    display: block;
    width: 100vw;
    height: 0; } }
.padded {
  padding-top: 35px;
  padding-bottom: 35px; }

.padbot {
  padding-bottom: 35px; }

.padtop {
  padding-top: 35px; }

.fotoframe {
  padding: 0 30px 30px 0; }

@media (max-width: 768px) {
  .fotoframe {
    padding: 0 0 30px 0; } }
.calltoaction {
  background-color: rgba(107, 102, 94, 0.3); }

.calltos {
  display: block;
  position: absolute;
  right: 15px;
  z-index: 80;
  padding-top: 40px; }

@media (max-width: 480px) {
  .calltos {
    display: none; } }
@media (min-width: 990px) {
  .calltosscrol {
    padding-top: 10px; } }
.calltos a,
.calltos a:hover {
  text-decoration: none; }

.calltos a.tel {
  font-size: 15pt;
  font-weight: 700;
  padding: 2px;
  display: block;
  float: left;
  color: #ff0000;
  margin-right: 20px; }

.calltos a.tel:hover {
  color: white; }

.bg {
  background-color: #6b665e; }

.bg2 {
  background-color: rgba(107, 102, 94, 0.2); }

.bg h1 {
  color: white; }

.bg h2 {
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15pt; }

.overons {
  display: block;
  position: relative;
  margin-top: -30px;
  z-index: 5; }

.parallax {
  display: block;
  width: 100vw;
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/website/static/images/btc-bg-big_mini.jpg); }

.btn-invert {
  background-color: white;
  color: #6b665e;
  border: 1px solid #6b665e;
  font-weight: 600;
  white-space: normal;
  padding: 8px 15px 8px 15px;
  font-size: 11pt;
  border-radius: 0; }

.btn-invert:hover,
.btn-invert:focus {
  background-color: #6b665e;
  color: white !important;
  border: 1px solid #6b665e; }

.btn-standard {
  background-color: #ff0000;
  color: white;
  border: 1px solid #ff0000;
  font-weight: 600;
  white-space: normal;
  padding: 8px 15px 8px 15px;
  font-size: 11pt;
  border-radius: 0; }

.btn-standard:hover,
.btn-standard:focus {
  background-color: white;
  color: #ff0000 !important;
  border: 1px solid #ff0000; }

.btn-filter {
  background-color: white;
  color: #6b665e;
  border: 1px solid #6b665e;
  font-weight: 600;
  white-space: normal;
  padding: 8px 15px;
  font-size: 11pt;
  border-radius: 0;
  margin-bottom: 8px; }

.btn-filter:hover {
  background-color: #6b665e, 0.3;
  color: #6b665e;
  border: 1px solid #6b665e;
  font-weight: 600;
  white-space: normal;
  padding: 8px 15px 8px 15px;
  font-size: 11pt;
  border-radius: 0;
  margin-bottom: 8px; }

.btn-filter-select {
  background-color: #6b665e;
  color: white !important;
  border: 1px solid #6b665e;
  font-weight: 600;
  white-space: normal;
  padding: 8px 15px 8px 15px;
  font-size: 11pt;
  border-radius: 0;
  margin-bottom: 8px; }

.biglink {
  font-size: 11pt;
  font-weight: 600; }

input[type="submit"] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #fff !important;
  background-color: #6b665e;
  white-space: normal;
  padding: 8px 15px 8px 15px;
  font-size: 11pt;
  border-radius: 0;
  margin-bottom: 5px; }

@media (max-width: 991px) {
  .btn-standard, .btn-invert {
    font-size: 11pt; } }
.vacalink {
  text-decoration: none;
  color: black;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 12pt;
  border-bottom: 2px dotted #eee;
  overflow: hidden; }

.vacalink h3 {
  color: #6b665e;
  font-weight: 400;
  font-size: 14pt; }

.vacalink:visited {
  color: black; }

.vacalink:hover {
  color: #6b665e; }

.vacalink span {
  text-decoration: none;
  font-weight: 300;
  line-height: 10pt; }

.vacalink:hover {
  text-decoration: none; }

.vacalink img {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .kolomA {
    padding-right: 40px; }

  .kolomB {
    padding-left: 40px; } }
@media (max-width: 768px) {
  .producten .kolomA {
    padding-bottom: 10px; }

  .producten .kolomB {
    text-align: center;
    padding-bottom: 30px; } }
.center {
  text-align: center; }

.content {
  padding-top: 30px; }

.content ul li {
  margin-bottom: 10px; }

.content .flexslider ul {
  list-style: none; }

.content .flexslider ul li {
  margin-bottom: 0; }

.topper {
  background-color: #6b665e;
  width: 100vw;
  z-index: 15;
  position: fixed; }

@media (max-width: 990px) {
  .topper {
    position: static; } }
.zoekbalk {
  position: absolute;
  display: block;
  right: 15px;
  margin-top: 20px;
  font-size: 20pt;
  font-weight: bold;
  color: #6b665e; }

.zoekbalk a {
  text-decoration: none; }

.smallpad {
  padding-right: 2px;
  padding-left: 2px; }

.smallpad p {
  padding: 5px;
  color: white;
  max-height: 50%;
  overflow: hidden;
  font-size: 15pt;
  line-height: 1; }

@media (max-width: 768px) {
  .smallpad p {
    font-size: 12pt; } }
.imageshome div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.imageshome img {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px; }

.overlayblocks {
  position: absolute;
  top: 0;
  padding-top: 20px !important;
  padding-left: 20px !important;
  text-transform: uppercase;
  text-shadow: 0 0 10px black;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  font-size: 8pt !important; }

.overlayblocks img {
  height: 25px;
  width: auto;
  margin-right: 8px;
  margin-top: -2px;
  border: none !important; }

.aankondiging {
  animation-duration: 3s;
  animation-delay: 1s; }

sub, sup {
  /* Specified in % so that the sup/sup is the
	 right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
	 interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
	 the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
	 is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.5em; }

sub {
  /* Move the subscripted text down, but only
	 half as far down as the superscript moved up */
  bottom: -0.25em; }

.x-panel-body {
  background-color: #ccc !important; }

.fadeout {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 66px;
  height: 50px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  padding-top: 4px;
  background-color: black;
  border: #C43924;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  float: left;
  margin-right: 10px;
  margin-top: -8px; }

.flexrow {
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }

.boxgrijs {
  background-color: black;
  flex: 1;
  /* additionally, equal width */
  font-size: 30px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: white;
  font-weight: 100;
  line-height: 40px;
  text-transform: uppercase;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none; }

.boxgrijs p {
  margin: 0;
  padding: 0;
  color: white; }

.boxgrijs:hover {
  color: white;
  background-color: #444;
  text-decoration: none; }

.boxgroen {
  background-color: #6b665e;
  flex: 1;
  /* additionally, equal width */
  font-size: 30px;
  padding: 20px;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: white;
  font-weight: 100;
  line-height: 40px;
  text-transform: uppercase;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center; }

.boxgroen p {
  margin: 0;
  padding: 0;
  color: white; }

.boxgroen:hover {
  color: white;
  background-color: #529E00;
  text-decoration: none; }

.testis {
  background-color: #6b665e;
  padding: 20px;
  border: none;
  color: white; }

.testis h4 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  color: white; }

.logosrow {
  text-align: center;
  background-color: rgba(138, 15, 58, 0.3);
  padding: 30px 0; }

.logosrow img {
  mix-blend-mode: multiply;
  width: auto;
  max-height: 60px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.infobox {
  padding: 50px;
  padding-bottom: 35px;
  height: 100%;
  background-color: white; }

.infoboxnews {
  padding: 35px;
  padding-bottom: 25px;
  padding-top: 0; }

@media (max-width: 768px) {
  .infobox {
    padding: 20px;
    padding-bottom: 25px;
    background-color: white; }

  .infoboxnews {
    padding: 15px;
    padding-bottom: 15px;
    padding-top: 0; } }
@media (min-width: 1300px) {
  .bgslide {
    background-color: rgba(138, 15, 58, 0.1);
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.35);
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }

  .youtubeframe {
    width: 100%;
    height: 100%; } }
.whitegradient {
  display: block;
  position: absolute;
  width: 100vw;
  height: 50px;
  z-index: 300;
  background: white;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

.flexslider {
  margin: 0; }

.flex-control-paging {
  bottom: -25px; }

.flex-control-paging li a {
  text-indent: -999999px;
  display: block;
  background: white;
  font-size: 2.5em;
  width: 10px;
  height: 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer; }

.flex-control-paging li a.flex-active {
  background: #6b665e; }

.slides img {
  width: 100%;
  position: relative; }

.adreskader {
  display: block;
  padding: 30px 20px 20px; }

.sollicitatiekader {
  margin-top: 30px;
  display: block;
  padding: 30px 30px 10px 30px;
  background-color: rgba(107, 102, 94, 0.2); }

.specificatiekader {
  display: block;
  padding: 20px 20px 20px 20px;
  margin-bottom: 15px;
  border: 1px solid #ff0000; }

.specificatiekader p {
  padding-bottom: 6px; }

.specificatiekader2 {
  border: 1px solid #6b665e;
  display: block;
  padding: 20px;
  margin-bottom: 15px; }

.category-item a {
  text-decoration: none !important; }

.category-item figure {
  text-align: center;
  background-color: #504c46;
  overflow: hidden; }

.category-item figure img {
  width: 100%;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.category-item figcaption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(107, 102, 94, 0.3);
  color: white;
  line-height: 1;
  text-decoration: none !important;
  text-align: center;
  padding: 5px 10px 10px 10px;
  font-size: 18pt;
  text-transform: uppercase;
  position: absolute;
  width: calc(100% - 16px);
  top: 0;
  font-weight: 800;
  margin-right: -30px;
  height: calc(100% ); }

.category-item figure:hover {
  background-color: white; }

.category-item figure:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  mix-blend-mode: multiply;
  -webkit-filter: none;
  filter: none;
  opacity: 1; }

.category-item:hover figcaption {
  text-shadow: 0 0 5px black;
  text-decoration: none !important;
  background-color: rgba(107, 102, 94, 0); }

.category-item figcaption p {
  padding: 0 20px;
  margin: 0;
  font-weight: 300;
  font-size: 10pt; }

.category-item figcaption strong {
  font-weight: 800; }

@media (min-width: 990px) {
  .category-item a figure > img {
    opacity: 1; }

  .category-item a:hover figure > img {
    opacity: 0.9; } }
.prod figcaption {
  background-color: #e6e6e6; }

.brochure-item {
  padding-bottom: 0; }

.brochure-item figure {
  padding-top: 80px;
  background-color: #6b665e; }

.brochure-item figcaption {
  padding-top: 10px;
  font-size: 14pt; }

.brochure-item figcaption p {
  color: black; }

.owl-nav a:before {
  color: #ff0000; }

.owl-nav {
  pointer-events: none; }

.owl-prev {
  pointer-events: all;
  margin-top: -40px; }

.owl-next {
  pointer-events: all;
  margin-top: -40px; }

/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  text-align: center; }

.col {
  margin-right: -8px;
  margin-left: -8px; }

.col > .category-item {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .home-item {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 16px; }

.col > .col-xs-6 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-sm-6 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-xs-12 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-xs-3 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-md-12 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-lg-12 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-md-8 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-md-4 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-sm-4 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-sm-12 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.col > .col-sm-6 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.product-item figure {
  background-color: #6b665e; }

.product-item a figure > img {
  opacity: 1; }

.product-item a:hover figure > img {
  opacity: 0.3; }

.product-item a figure figcaption {
  opacity: 0; }

.product-item a:hover figure figcaption {
  opacity: 1; }

.iconrow {
  background-color: #eee;
  padding-top: 45px;
  padding-bottom: 30px; }

.tekstbalk {
  padding-top: 00px;
  margin-bottom: 30px; }

.iconrow .col-sm-15 {
  padding-bottom: 30px; }

.iconrow h4 {
  color: white;
  text-transform: uppercase;
  font-size: 11pt;
  padding: 5px;
  margin-bottom: 20px;
  font-weight: 300;
  display: inline-block;
  background-color: black;
  clear: both; }

.news {
  background-color: white;
  list-style: none;
  padding: 0; }

.contactgegevens {
  background-color: #eee;
  list-style: none;
  padding: 20px; }

.news li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 20px 00px; }

.news li:hover {
  background-color: #fafafa; }

.news li h3 {
  color: black;
  font-weight: 400; }

.news li a, .news li a:hover {
  text-decoration: none; }

.news li p {
  color: #555;
  font-size: 10pt; }

.newsitem {
  margin-bottom: 10px; }

.datumblock p {
  margin-top: 14px;
  color: white;
  font-weight: normal; }

.productbox {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #6b665e;
  font-size: 12pt; }

.newsbox {
  background-color: white;
  margin-bottom: 25px;
  padding: 25px;
  overflow: hidden;
  text-align: initial; }

#messages * {
  color: red; }

.newsbox a {
  color: black;
  text-decoration: none; }

.newsbox .btn {
  color: white;
  text-decoration: none; }

@media (max-width: 990px) {
  .newsbox h5 {
    padding-top: 15px; } }
#homenieuws .newsitem {
  margin-bottom: 10px; }

#homenieuws .datumblock p {
  margin-top: 14px;
  color: white;
  font-weight: normal; }

#homenieuws .newsbox {
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
  overflow: hidden;
  text-align: initial;
  font-size: 11pt;
  border-bottom: none;
  background-color: transparent;
  box-shadow: none;
  background-position: bottom;
  background-repeat: repeat-x; }

#homenieuws .newsbox p {
  margin: 0;
  padding: 0;
  margin-bottom: 6px; }

#homenieuws .newsbox h4 {
  margin-bottom: 6px; }

.info {
  height: 20px;
  padding-right: 40px;
  color: black;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain; }

#homenieuws .newsbox a {
  color: black;
  text-decoration: none; }

#homenieuws .newsbox .btn {
  color: white;
  text-decoration: none; }

#homenieuws .date {
  text-align: left;
  color: black;
  font-weight: 400;
  font-size: 15pt; }

#homenieuws .newstxt {
  border-left: 1px solid black; }

#image-wrapper {
  height: 30%; }

#details-content-wrapper {
  margin: 40px 0 60px 0; }

#details-content-wrapper a:hover {
  opacity: 1;
  margin-bottom: 10px; }

#detail-images img {
  margin-bottom: 15px; }

#details-content-wrapper a:hover {
  opacity: 0.7; }

#details-content {
  margin: 0 0 50px 0; }

/* these styles are for the demo, but are not required for the plugin */
.zoom {
  position: relative;
  display: block;
  border: 1px solid white; }

.zoom:hover {
  border: 1px solid #eee; }

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/website/static/images/zoom.png); }

.zoom img {
  display: block; }

.zoom img::selection {
  background-color: transparent; }

#ex2 img:hover {
  cursor: url(grab.cur), default; }

#ex2 img:active {
  cursor: url(grabbed.cur), default; }

.zoom p {
  position: absolute;
  top: 3px;
  right: 28px;
  color: #555;
  font: bold 13px/1 sans-serif; }

.date {
  font-size: 11px;
  color: #bbb;
  padding-bottom: 0;
  margin-bottom: 0; }

.ref {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #007CC2;
  overflow: hidden; }

.topproduct {
  padding-top: 70px;
  padding-bottom: 22px; }

@media (max-width: 991px) {
  .featurette-heading {
    font-size: 30px; }

  .navbar-header {
    float: none; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }
@media (max-width: 768px) {
  .featurette-divider {
    margin: 30px 0; }

  .featurette-heading {
    font-size: 25px; } }
@media (max-width: 768px) {
  body, th, td {
    font-size: 10pt; }

  h1 {
    font-size: 20pt; }

  h2 {
    font-size: 18pt; }

  h2 {
    font-size: 16pt; } }
.slideshow {
  width: 100%; }

@media (min-width: 767px) {
  .slideshow {
    background-color: #00a19c;
    width: 100%; } }
@media print {
  .noprint {
    display: none;
    visibility: hidden; }

  a[href]:after {
    content: none !important; } }
#menu li:hover .sub-menu {
  z-index: 1000;
  opacity: 1; }

.sub-menu {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity linear 0.15s;
  background: #2e2728;
  z-index: 999; }

.sub-menu li {
  display: block;
  font-size: 16px;
  width: 100% !important;
  text-align: center; }

.sub-menu li a {
  padding: 10px;
  display: block;
  font-size: 16px !important;
  text-decoration: none !important; }

.references-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.references-list li {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
  margin: 0 !important;
  padding-left: 0; }

.references-list li.active a {
  background-color: #F08827; }

#motivation-label {
  clear: both; }

#login {
  position: absolute;
  overflow: hidden;
  display: block;
  top: 70px;
  right: 25px;
  z-index: 9999; }

.product {
  margin-bottom: 30px; }

.product h3 {
  margin-bottom: 00px;
  padding-bottom: 00px; }

ul.nav-subpages {
  list-style: none; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.container {
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  max-width: 1400px;
  pointer-events: auto; }

.container .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1400px;
  pointer-events: auto; }

.linkbalk {
  padding-top: 20px;
  padding-bottom: 20px; }

.titelbalk {
  padding-top: 100px;
  padding-bottom: 0; }

.eerstebalk {
  background-color: white; }

@media (min-width: 768px) {
  .gutterright {
    padding-right: 30px; }

  .gutterleft {
    padding-left: 30px; }

  .nogutterright {
    padding-right: 0; }

  .nogutterleft {
    padding-left: 0; } }
.fotoright {
  padding: 0; }

.fotoleftt {
  padding: 0; }

@media (max-width: 990px) {
  .tekstbalk {
    padding-top: 0;
    margin-bottom: 30px; }

  .dienstblok2 {
    padding-top: 40px; }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    pointer-events: auto; } }
@media (max-width: 1300px) {
  .sliderrekken {
    width: auto;
    padding: 0 15px; } }
.onzichtbaar {
  display: none; }

@media (max-width: 550px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    pointer-events: auto; }

  .zoekbalk {
    font-size: 11pt; } }
@media (min-width: 991px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .flex {
    display: flex;
    align-items: center; }

  .logos {
    padding: 50px; } }
.logos {
  padding: 25px; }

@media (min-width: 600px) {
  .logos {
    padding: 50px; }

  .logos img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transform: scale(1.1);
    margin-bottom: 22px; }

  .logos:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    transform: scale(1.2); } }
@media (min-width: 990px) {
  .centerflex {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 20px; } }
.tweedecontact iframe {
  width: 100%;
  height: 50vh; }

@media (min-width: 990px) {
  .tweedecontact iframe {
    width: 100%;
    height: 100vh; }

  .textmarge {
    padding-right: 55px; } }
.lead {
  font-size: inherit; }

@keyframes cssAnimation {
  to {
    opacity: 1; } }
@-webkit-keyframes cssAnimation {
  to {
    opacity: 0; } }
td {
  vertical-align: top; }

.collectiemenu {
  width: 100%;
  border: none;
  margin-top: 20px; }

.collectiemenu td a {
  color: white;
  font-size: 14pt;
  font-weight: 600;
  text-decoration: none; }

.collectiemenu td a:hover {
  text-decoration: underline; }

#sidebar {
  display: block;
  position: fixed;
  right: -10px;
  border-radius: 10px;
  top: 45vh;
  margin-top: -100px;
  padding: 15px 30px 5px 15px;
  background-color: rgba(200, 200, 200, 0.3);
  z-index: 99; }

#sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#sidebar ul li {
  padding-bottom: 10px; }

#sidebar ul li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(2, 67, 95, 0.5); }

#sidebar ul li a.nav-active {
  background-color: #6b665e; }

.filterbox {
  display: block;
  position: fixed;
  margin-left: 15px;
  margin-top: 100px; }

@media (max-width: 768px) {
  .filterbox {
    display: block;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    background-color: #eeeeee;
    width: 100%;
    border-radius: 10px;
    padding: 10px; } }
#results {
  min-height: 600px; }

a.page-scroll {
  margin-top: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  width: 60px;
  margin-left: calc(50vw - 30px); }

@media (max-width: 768px) {
  a.page-scroll {
    display: none; } }
a.page-scroll.firstscroll {
  margin-top: -80px; }

a.page-scroll {
  opacity: .9; }

a.page-scroll {
  padding-top: 60px; }

a.page-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    transform: rotate(-45deg) translate(0, 0); } }
* {
  box-sizing: border-box; }

table {
  max-width: 100% !important; }

table tr td {
  padding: 3px; }

table h1, table h2, table h3, table h4 {
  padding: 0;
  margin: 0; }

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative; }

  tr td:first-child {
    font-weight: 600; } }
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  text-align: center; }

.navbar .navbar-collapse {
  text-align: center; }

.socialbottom {
  position: relative;
  right: auto;
  float: none;
  margin-right: 0;
  padding-top: 10px;
  top: auto;
  padding-bottom: 10px;
  text-align: right;
  display: inline-block; }

.icons .row {
  padding-top: 10px; }

/* SOCIAL ICONS */
@font-face {
  font-family: 'si';
  src: url("/website/static/fonts/socicon.eot");
  src: url("/website/static/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("/website/static/fonts/socicon.woff") format("woff"), url("/website/static/fonts/socicon.ttf") format("truetype"), url("/website/static/fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(PATH_TO/socicon.svg) format(svg); } }
.soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-size: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  color: #fff !important;
  background-color: none;
  text-decoration: none !important;
  opacity: 1 !important; }

.soc li a:hover {
  text-decoration: none !important; }

.soc-icon-last {
  margin: 0 !important; }

.soc-twitter {
  background-color: #4da7de; }

.soc-twitter:before {
  content: '\e040'; }

.soc-facebook {
  background-color: #3e5b98; }

.soc-facebook:before {
  content: '\e041'; }

.soc-linkedin {
  background-color: #3371b7; }

.soc-linkedin:before {
  content: '\e049'; }

#uitleg-element {
  display: none; }

#uitleg-label {
  width: 100%; }

#uitleg-label label {
  font-weight: bold; }

.optie {
  width: 60px; }

.aankondiging {
  display: block;
  position: absolute;
  right: 0;
  margin-right: -40px;
  bottom: 0;
  z-index: 500;
  width: 200px; }

@media (max-width: 768px) {
  .aankondiging {
    display: block;
    position: absolute;
    right: 0;
    top: -15px;
    margin-right: -25px;
    bottom: auto;
    z-index: 500;
    width: 180px; } }
@media (max-width: 450px) {
  .aankondiging {
    display: none; } }
.submenubox {
  margin-bottom: 50px; }

.submenubox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 9pt; }

.submenubox a {
  text-transform: uppercase;
  text-decoration: none; }

.submenubox a:hover {
  text-decoration: underline; }

.submenubox a.active {
  text-decoration: none;
  color: #505050; }

.submenubox h4 {
  text-transform: uppercase;
  font-weight: 300; }

.submenubox h4 a {
  color: #505050 !important; }

.submenubox h4.active a {
  color: #8a0f3a !important;
  padding-left: 20px;
  background-size: 15px auto;
  background-position: left center;
  background-repeat: no-repeat; }

.submenubox h4.active a.greentxt {
  color: #29c300 !important;
  padding-left: 20px;
  background-size: 15px auto;
  background-position: left center;
  background-repeat: no-repeat; }

.submenubox ul > li {
  list-style: none;
  margin: 0;
  padding: 0 0 5px 20px; }

.submenubox ul > li.active a {
  text-decoration: underline !important; }

.submenubox ul > li:first-child {
  margin-top: 0; }

.submenubox ul > li > a {
  text-transform: none;
  font-weight: 400;
  color: #505050; }

.homelayer {
  display: block;
  bottom: 9vw;
  height: 100px;
  position: absolute;
  text-align: center;
  width: auto;
  padding: 0 15px;
  margin: 15px;
  left: 0;
  right: 0; }

.homelayer {
  bottom: 20%; }

.homelayer h1 {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 24pt;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.homelayer h1:after {
  content: "";
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: table-cell;
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  margin-top: 10px;
  border-color: white; }

.homelayer h1:before {
  content: "";
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: table-cell;
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  margin-top: -11px;
  border-color: white; }

.homelayer p {
  color: white;
  font-size: 13pt;
  font-weight: 200;
  margin: 0; }

@media (max-width: 911px) {
  .homelayer {
    bottom: 7vw; }

  .homelayer h1 {
    font-size: 22pt; }

  .homelayer p {
    font-size: 11pt; }

  .promo h1 {
    font-size: 14pt; }

  .promo p {
    font-size: 11pt; } }
@media (max-width: 768px) {
  .homebuts h2 {
    font-size: 18pt;
    left: 30px;
    bottom: -10px; }

  .homebut .beschrijving {
    padding: 15px; }

  .homebut .beschrijving p {
    font-size: 10pt; } }
@media (max-width: 600px) {
  .homebuts h2 {
    font-size: 16pt;
    left: 30px;
    bottom: -10px; } }
.cover {
  display: none; }

.coverzichtbaar img {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  -ms-transform: rotate(5deg);
  /* IE 9 */
  -webkit-transform: rotate(5deg);
  /* Safari */
  transform: rotate(5deg);
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 1 !important;
  max-width: 30%; }

.titlesmall {
  max-width: 63%; }

ul#gallery {
  margin: 0;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%; }

/* line 3, sections/_gallery.scss */
ul#gallery li {
  width: 46%;
  float: left;
  margin: 0 6% 20px 0 !important;
  text-align: center;
  list-style-type: none !important;
  height: auto;
  overflow: hidden; }

/* line 11, sections/_gallery.scss */
ul#gallery li:nth-child(2n) {
  margin-right: 0 !important; }

/* line 14, sections/_gallery.scss */
ul#gallery li img {
  box-sizing: border-box; }

/* line 19, sections/_gallery.scss */
@media all and (min-width: 767px) {
  /* line 30, sections/_gallery.scss */
  ul#gallery li {
    width: 30.3%;
    margin: 0 3% 20px 0 !important; }

  /* line 33, sections/_gallery.scss */
  ul#gallery li:nth-child(2n) {
    margin-right: 3% !important; }

  /* line 36, sections/_gallery.scss */
  ul#gallery li:nth-child(3n) {
    margin-right: 0 !important; }

  .beschrijvinggallery {
    height: 100px;
    overflow: hidden; } }
@media all and (min-width: 1024px) {
  /* line 46, sections/_gallery.scss */
  ul#gallery li {
    width: 22.7%;
    margin: 0 3% 20px 0 !important; }

  /* line 49, sections/_gallery.scss */
  ul#gallery li:nth-child(3n) {
    margin-right: 3% !important; }

  /* line 52, sections/_gallery.scss */
  ul#gallery li:nth-child(4n) {
    margin-right: 0 !important; } }
/* line 982, _screen.scss */
#paging {
  list-style-type: none;
  margin: 40px 0 0 0;
  position: relative;
  z-index: 1000; }

/* line 989, _screen.scss */
#paging li {
  float: left;
  margin: 0 5px 5px 0;
  list-style-type: none; }

/* line 995, _screen.scss */
#paging li a,
#paging li a:visited {
  display: block;
  background-color: #9cd1e1;
  padding: 0 5px;
  color: white;
  border-bottom: 0 solid black; }

/* line 1004, _screen.scss */
#paging li a:hover {
  border-bottom: 0 solid black;
  background-color: #352f2d;
  color: white; }

/* line 533, _screen.scss */
.facebook-page .itemBlock li, #sidebar li,
ul.facebook-content li {
  list-style-type: none;
  margin: 2em 0; }

/* line 539, _screen.scss */
.facebook-page .itemBlock li .image, #sidebar li .image,
ul.facebook-content li .image {
  margin-bottom: .5em; }

/* line 542, _screen.scss */
.facebook-page .itemBlock li .image img, #sidebar li .image img,
ul.facebook-content li .image img {
  margin: 0; }

/* line 547, _screen.scss */
.facebook-page .itemBlock li .info, #sidebar li .info,
ul.facebook-content li .info {
  overflow: hidden; }

/* line 550, _screen.scss */
.facebook-page .itemBlock li .info .link, #sidebar li .info .link,
ul.facebook-content li .info .link {
  width: 50%;
  float: left; }

/* line 554, _screen.scss */
.facebook-page .itemBlock li .info .link a, #sidebar li .info .link a,
ul.facebook-content li .info .link a {
  color: #3b5998;
  border-bottom-color: #718dc8; }

/* line 558, _screen.scss */
.facebook-page .itemBlock li .info .link a:hover, #sidebar li .info .link a:hover,
ul.facebook-content li .info .link a:hover {
  color: #2d4373;
  border-bottom-color: #3b5998; }

/* line 565, _screen.scss */
.facebook-page .itemBlock li .info .created_time, #sidebar li .info .created_time,
ul.facebook-content li .info .created_time {
  width: 50%;
  float: right;
  font-size: .9em;
  color: #9b9795;
  text-align: right; }

@media screen and (min-width: 768px) {
  /* line 582, _screen.scss */
  .facebook-page .itemBlock {
    margin-left: -3%;
    max-width: 105%; }

  /* line 586, _screen.scss */
  .facebook-page .itemBlock :before, .facebook-page .itemBlock :after {
    content: " ";
    display: table; }

  /* line 595, _screen.scss */
  .facebook-page li {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    margin-right: -.25em;
    width: 47%;
    padding: 0;
    float: none; } }
@media screen and (min-width: 1024px) {
  /* line 611, _screen.scss */
  .facebook-page li {
    width: 30.33%; } }
.green {
  background-color: #29c300 !important; }

.greentxt {
  color: #29c300 !important; }

.fa {
  padding: 5px 6px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%; }

.juweel {
  padding-bottom: 20px; }

.juweel h2 {
  padding-bottom: 10px; }

.fa-facebook {
  background: #3B5998;
  color: white; }

.fa-facebook {
  float: left;
  border-radius: 4px;
  background-color: #ff0000;
  color: #6b665e !important; }

.fa-twitter {
  background: #55ACEE;
  color: white; }

.fa-google {
  background: #dd4b39;
  color: white; }

.fa-linkedin {
  background: #007bb5;
  color: white; }

.fa-youtube {
  background: #DD0000;
  color: white; }

.fa-instagram {
  background: #ff0090;
  color: white; }

.fa-pinterest {
  background: #cb2027;
  color: white; }

.fa-facebook:hover {
  background-color: white;
  opacity: 1;
  color: #6b665e; }

.pimcore_tag_image {
  border: 1px solid silver;
  background-color: #eee; }

.pimcore_tag_input {
  border: 1px solid silver;
  background-color: rgba(255, 255, 255, 0.5); }

.pimcore_tag_wysiwyg {
  border: 1px solid silver;
  background-color: rgba(255, 255, 255, 0.5); }

.datebox {
  background-color: white;
  display: inline-block;
  width: 120px;
  height: 70px;
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666;
  font-weight: 600;
  font-size: 30px;
  padding-top: 15px;
  line-height: 20px; }

.datebox span {
  font-size: 16px; }

.dateboxtwee {
  display: inline-block;
  width: 90px;
  height: 50px;
  float: left;
  margin-right: 15px;
  color: #aaa;
  font-weight: 600;
  font-size: 17px;
  padding-top: 15px;
  line-height: 20px;
  border-right: 1px solid #aaa; }

.respbalk {
  display: none; }

@media (max-width: 990px) {
  .respbalk {
    display: block;
    width: 100vw;
    height: 36px; } }
.resplogo {
  float: left;
  display: inline-block; }

.bol {
  display: block;
  width: 30px;
  margin-top: 5px;
  opacity: 0; }

.bolle {
  opacity: 1;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(-180deg); }
  to {
    -ms-transform: rotate(0deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(-180deg); }
  to {
    -moz-transform: rotate(0deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(-180deg); }
  to {
    -webkit-transform: rotate(0deg); } }
@keyframes spin {
  from {
    transform: rotate(-180deg); }
  to {
    transform: rotate(0deg); } }
.form-group {
  display: inline-block;
  width: 100%; }

/*# sourceMappingURL=global.css.map */
