@charset "utf-8";
/* 	//////////////////
	CSS Document 
	//////////////////*/
/* 	/////////////////////////////////////////////////////
	General Styles 
	/////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section, main {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #0a8a3d;
  text-decoration: none;
  outline: none;
  outline-style: none;
  outline-width: 0;
}

a:hover {
  color: inherit;
  text-decoration: underline;
  outline: none;
  outline-style: none;
  outline-width: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* 	//////////////////////
	BUTTONS
	//////////////////////*/
.fa {
  display: inline-block;
}
.fa-file-pdf-o:before {
  content: url('../images/pdf-ico.png');
}
.overflow-icon-btn, .overflow-icon-btn:focus {
  --bg-color: #414143;
  text-decoration: none;
  background: #414143;
  padding: 12px 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.overflow-icon-btn i {
  -webkit-text-stroke-color: var(--bg-color, white);
  -webkit-text-stroke-width: 0.02em;
}
.overflow-icon-btn:hover {
  text-decoration: none;
  text-shadow: 0 8px 16px 0 var(--bg-color, #414143);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #0a8a3d;
  padding: 12px 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.margin-8-wrapper {
  margin-right: 8px;
  margin-bottom: 10px;
}
/*for IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .overflow-icon-btn {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .overflow-icon-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
.overflow-icon-btn.pdf {
  --bg-color: #414143;
}
.overflow-icon-btn.pdf i {
  vertical-align: sub;
}
/*  //////////////////////*/
.button, button, html input[type=button], input[type=reset], input[type=submit] {
  background: #414143; /* #ff9c00; */
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.button-pdf:before {
  content: url('../images/pdf-ico.png');
}
label, select, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
  cursor: pointer;
}
.button:hover, button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #0a8a3d;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/*
.button, button, html input[type=button], input[type=reset], input[type=submit] {

  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.button-pdf:before {
  content: url('../images/pdf-ico.png');
}
label, select, button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
  cursor: pointer;
}
.button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #0a8a3d !important;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
*/
body {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3f3f3f;
  background: #fff;
  font-size: 14px;
}
form #website {
  display: none; /* Dav1d 2-8-2021 anti SPAM */
}
.clr {
  font-size: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.left {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
}
.right {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: right;
}
.mobile {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.container {
  position: relative;
  width: 1175px;
  margin: 0px auto;
/*  z-index: 	2;   */
}

.container.big {
/*  width: 1040px; */
	text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.image-left {
  float: left;
  margin: 0px 20px 0px 0px;
}
.image-right {
  float: right;
  margin: 0px 0px 0px 20px;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.nopadding-left {
  padding-left: 0px;
}
.nopadding-right {
  padding-right: 0px;
}
.slicknav_menu {
  display: none;
}
.full-img {
  width: 100%;
}
.mobile {
  display: none;
}
.top-section {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  background-color: #fff;	
}
.logo {
  padding: 15px 0px;
}
.contact-bar { /*background:url(../images/contact-sidebar.png) left 10px no-repeat;*/
  margin: 20px 0px 13px 0px;
  font-size: 13px;
}
.contact-text {
  font-size: 13px;
}
.contact-bar .phone {
  color: #404041;
  margin-top: 10px;
  font-size: 24px; /* 13px; *Dav1d telefoonnummer op homepager */
  font-weight: 400;
  margin-left: 85px;	
}

.contact-bar .phone a {
  color: inherit;
}

.contact-bar .phone a:hover {
 color: #0a8a3d;
}

.contact-bar .email {
  color: #404041;
  font-size: 13px;
}
.contact-bar .email a {
  color: #0b9444;
  font-size: 13px;
  font-weight: 400;
}
.language-section {
  width: 252px;
  margin: 0px;
  padding: 26px 0 10px 15px;
}
.language-section h3 {
  color: #656565;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px 0px 3px 0px;
}
.language-section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.language-section ul li {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}
.contact-bar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.contact-bar ul li {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}
/* 	/////////////////////////////
	Navigation Document 
	/////////////////////////////*/
.navigation-section {
  background: url("../images/navigation-bg.jpg") top repeat-x;
  height: 43px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.navigation-section.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 800;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900
}
/* 	//////////////////////
	DROPDOWN NIEUW 
	//////////////////////*/
#primary_nav_wrap {
  margin-top: 0px;
}
#primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 950;
}
#primary_nav_wrap ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px; /* Font grootte menu items */
  line-height: 42px;
  padding: 0 8px;
}
#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
 
}
#primary_nav_wrap ul li.rechts {
  float: right;
}
#primary_nav_wrap ul li selected, #primary_nav_wrap ul li a:hover, #primary_nav_wrap a.selected {
  background: url('../images/navigation-hover.jpg') top repeat-x;
  color: #fff;
}
#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0px;
  width: min-content;	
}
#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 8px 8px;
  width: max-content;	
}
#primary_nav_wrap ul ul li {
  float: none;
  background-color: #404042;
  min-width: 110px;  
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
}
#primary_nav_wrap ul ul li a:hover {
  color: #000000;
  background-color: #f1f1f1;
  background-image: none;
}
#primary_nav_wrap ul ul ul {
  top: 0px;
  left: 100%;
}
#primary_nav_wrap ul li:hover > ul {
  display: block;
}
/* 	/////////////////////////
	Banner Document 
	/////////////////////////*/
.banner-document {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.inner-banner {
  background: url("../images/inner-banner-bg.jpg") left top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 45px 0px;
}
.inner-banner h1 {
  color: #282828;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #fff;
}
.inner-banner p {
  color: #282828;
  font-size: 17px;
  font-weight: 400;
  text-shadow: 1px 1px #fff;
}
/* 	/////////////////////////
	Welcome Document 
	/////////////////////////*/
.welcome-section {
  margin: 0px;
  padding: 0px 0px 40px 0px;
  width: 100%;
  border-top: 9px solid #dfdfdf;
  background: #f3f3f3;
}
.welcome-graphics {
  text-align: center;
  margin: -4px 0 0 0;
  padding: 0px;
  width: 100%;
}
.welcome-section h1 {
  background: url("../images/heading-graphics.png") bottom no-repeat;
  margin: 30px 0 25px 0;
  padding: 0px 0px 36px 0px;
  color: #737373;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.welcome-section h1 span {
  color: #404041;
  font-size: 28px;
  text-transform: uppercase;
}
.welcome-section h2 {
  color: #404041;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
.welcome-section p {
  color: #606060;
  font-size: 14px;
  line-height: 21px;
}
/* 	///////////////////////////
	Portfolio Document 
	///////////////////////////*/
.portfolio-section {
  width: 100%;
  margin: 0px;
  padding: 30px 0px 90px 0px;
  background: url("../images/portfolio-section-bg.jpg") left repeat;
  text-align: center;
  color: #fff;
  position: relative;
}
.portfolio-section h2 {
  background: url("../images/heading-bg.jpg") bottom no-repeat;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 0px 12px 0px;
  margin: 0px 0px 20px 0px;
}
.portfolio-products p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.portfolio-products .portfolio-heading h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}
.portfolio-products {
  max-width: 91%;
  margin: 0px auto;
  padding: 0px;
}
.portfolio-products .form-row {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 22px 0px;
}
.portfolio-products .left-col {
  width: 30%;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
.portfolio-products .left-col img {
  max-width: 100%;
  height: auto;
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  background-color: #fff;
  vertical-align: middle;
}
.portfolio-products .right-col {
  width: 68%;
  margin: 0px;
  padding: 10px;
  position: relative;
}
.portfolio-button {
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}
.portfolio-tag {
  background-color: #404042;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center
}
.portfolio-display-container {
  position: relative
}
.portfolio-container:after, .portfolio-container:before, .portfolio-row:after, .portfolio-row:before, .portfolio-row-padding:after, .portfolio-row-padding:before {
  content: "";
  display: table;
  clear: both
}
.portfolio-col {
  float: left;
  width: 100%
}
.portfolio-col.s6 {
  width: 49.99999%
}
.portfolio-display-topleft {
  position: absolute;
  left: 0;
  top: 0
}
.portfolio-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.portfolio-display-bottommiddle {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  opacity: .55;
}
.overlay {
  border: none;
  background-color: transparent;
  opacity: .55;
}
.portfolio-display-container:hover .portfolio-display-hover {
  display: block
}
.portfolio-display-container:hover span.portfolio-display-hover {
  display: inline-block
}
.portfolio-display-hover {
  display: none
}
.portfolio-display-position {
  position: absolute
}
.portfolio-row-padding {
  padding: 0 8px
}
.portfolio-container {
  padding: 0.01em 16px
}
.portfolio-container p {
  padding-top: 5px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.portfolio-img {
  max-width: 100%;
  height: auto;
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  background-color: #fff;
}
.portfolio-black, .portfolio-hover-black:hover {
  color: #fff !important;
  background-color: #414143 !important; /* #ff9c00!important; */
  background: #0a8a3d;
}
.download a {
  color: #656565;
  text-decoration: underline;
  margin: 5px 0px 0px 5px;
  vertical-align: bottom;
}
.download a:hover {
  color: #0a8a3d; /* #656565; */
  text-decoration: underline;
  margin: 5px 0px 0px 5px;
  vertical-align: bottom;
}
.download img {
  margin: 5px 0px 4px 10px;
}
/* 	///////////////////////////////////
	Portfolio showcase Document 
	///////////////////////////////////*/
.portfolio-showcase {
  width: 100%;
/*  margin-bottom: 50px; */
  padding: 80px 0px 20px;
  background-color: #fff;	
}
.portfolio-showcase.land {
  width: 100%;
  margin: 0px;
  /* padding: 40px 0px 40px; */
}
.showcase-graphics {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -173px;
  text-align: center;
z-index: -1; 
}
.portfolio-section { z-index: 1; }

.portfolio-showcase ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.portfolio-showcase ul li {
  float: left;
  margin: 0px 10px 10px 0px;
  background: #f0f0f0;
  border: 1px solid #d9d9d9;
  display: block;
  position: relative;
}
.showcase-hover {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  display: none;
  left: 7px;
  top: 7px;
  width: 208px;
  height: 248px;
  background: url("../images/trans-green.png") left top repeat;
}
.showcase-hover ul {
  padding: 0px;
  margin: 7px;
}
.showcase-hover ul li {
  background: url("../images/circle-bg.png") left no-repeat;
  padding: 0px 0px 0px 18px;
  border: none;
  float: none;
  margin: 7px;
}
.showcase-hover ul li a {
  color: #fff;
}
.showcase-hover ul li a:hover {
  text-decoration: underline;
}
.portfolio-showcase ul li:hover .showcase-hover {
  display: block;
}
/* 	/////////////////////////////////
	googleMap Document 
	/////////////////////////////////*/
#googleMap {
  top: 0;
  left: 0;
  z-index: 8; /* Set z-index to 0 as it will be on a layer below the contact form */
  height: 430px; /* height: 380px; */
}
.map-section {
  position: relative;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 0px 0px;
}
.map-section .left-col {
  width: 43%; /* 49%; */
  margin: 60px 0 0 0;
  padding: 0px;
}
.map-section .left-col h3 {
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 0px 0px 0px;
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}
.map-section .left-col ul {
  margin: 0px 0px 20px 30px;
  list-style: none;
  padding: 0px;
}
.map-section .left-col ul li {
  margin: 0px;
  padding: 0px;
  color: #0b0b0b;
  font-size: 17px;
  font-weight: 700;
}
.map-section .left-col ul li img {
  margin: 0px 5px 0px 0px;
}
.green-text {
  background: #0b9444;
  z-index: 10;
  padding: 25px 25px 10px;
  opacity: .80; /* Set the opacity for a slightly transparent Google Form */ /* background: url("../images/trans-green.png") left top repeat; */
}
.green-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
}
.map-section .right-col {
  width: 49%;
  margin: 0px;
  padding: 0px;
  border: 8px solid #fff;
  background: url("../images/map-bg.jpg") left top no-repeat;
  height: 406px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.map-section .right-col .map-text {
  background: url("../images/map-text-bg.png") left top no-repeat;
  width: 180px;
  height: 132px;
  padding: 17px 20px;
  margin: 0px 0px 0px 0px;
  font-size: 0.8em;
  text-align: left;
}
.address-in-map {
  margin-top: 7px
}
/* 	/////////////////////////////
	partner Document 
	/////////////////////////////*/
.partner-section {
  width: 100%;
  margin: 0px;
  padding: 50px 0 100px 0;
  background-color: #fff;
}
.partner-section .heading {
  background: url("../images/heading.jpg") left repeat-x;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.partner-section h2 {
  background: url("../images/heading-graphics.png") bottom no-repeat;
  margin: 25px 0 25px 0;
  padding: 0px 0px 36px 0px;
  color: #515151;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  /*
	background: #fff;
	padding: 10px;
	display: table;
	margin: 0px auto;
	color: #2c2c2c;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 8px;
	text-transform: uppercase;
	width: auto;
	*/
}
.partner-section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.partner-section ul li {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.partner-border {
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  display: block;
}
/* LOGO PARTNER: KPN */
.p01 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-kpn.png") top left no-repeat;
}
.p01:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: SPIE */
.p02 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-spie.png") top left no-repeat;
}
.p02:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: EUROCOM */
.p03 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-eurocom.png") top left no-repeat;
}
.p03:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: DAKTEL */
.p04 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-daktel.png") top left no-repeat;
}
.p04:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: RUWIDO */
.p05 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-ruwido.png") top left no-repeat;
}
.p05:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: MULTITONE */
.p06 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-multitone.png") top left no-repeat;
}
.p06:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: NEC */
.p07 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-nec.png") top left no-repeat;
}
.p07:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: HERTEK */
.p08 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-hertek.png") top left no-repeat;
}
.p08:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: K&H */
.p09 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-koning-hartman.png") top left no-repeat;
}
.p09:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: TUNSTALL */
.p10 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-tunstall-condigi.png") top left no-repeat;
}
.p10:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: DAZA */
.p11 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-daza.png") top left no-repeat;
}
.p11:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: CONSYST */
.p12 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-consyst.png") top left no-repeat;
}
.p12:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: LUCOMS */
.p13 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-lucoms.png") top left no-repeat;
}
.p13:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: BusinessCom */
.p14 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-businesscom.png") top left no-repeat;
}
.p14:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: Zetacom */
.p15 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-esprit-ict.png") top left no-repeat;
}
.p15:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: Saylus */
.p16 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-saylus.png") top left no-repeat;
}
.p16:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: Voicecon */
.p17 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-voicecon.png") top left no-repeat;
}
.p17:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: TS Leek */
.p18 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-telecomservicegroep.png") top left no-repeat;
}
.p18:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: IP Care */
.p19 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-ipcare.png") top left no-repeat;
}
.p19:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: Verkerk */
.p20 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-verkerk.png") top left no-repeat;
}
.p20:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: Detron */
.p21 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-yourizon.png") top left no-repeat;
}
.p21:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER: Kadex */
.p22 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-kadex.png") top left no-repeat;
}
.p22:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
/* LOGO PARTNER / PORTFOLIO: Blanco */
.p23, .p23 a {
  font-size: 15px;
  color: #0a8a3d;
  font-weight: 600;
  text-align: center;
  padding-top: 31px;
  text-transform: uppercase;
  width: 163px;
  height: 82px;
  background: url("../images/partner-blanco.png") center no-repeat;
}
.p23:hover, .p23 a:hover {
  opacity: 0.6;
  filter: grayscale(100%);
  text-decoration: none;
}
/* LOGO PARTNER: Kadex */
.p24 {
  width: 163px;
  height: 82px;
  background: url("../images/partner-safetytracer.png") top left no-repeat;
}
.p24:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}
.nav-phone {
  display: none;
}
/* 	////////////////////////////////
	middle-grey Document 
	////////////////////////////////*/
.middle-section {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: url("../images/middle-section-bg.jpg") top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 55px 0px;
}
.middle-section.lbf {
  padding: 25px 0px 55px;
}
.middle-section h2 {
  background: url("../images/heading-graphics.png") bottom no-repeat;
  margin: 30px 0 25px 0;
  padding: 0px 0px 36px 0px;
  color: #515151;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.middle-section h2 span {
  color: #404041;
  font-size: 28px;
  text-transform: uppercase;
}
.middle-section h3 {
  color: #404041;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
.middle-section p {
  color: #606060;
  font-size: 14px;
  line-height: 21px;
}
/*	///////////////////////////
	bottom Document 
	///////////////////////////*/
.bottom-section {
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding: 55px 0px 15px;
}
.bottom-section h2 {
  background: url("../images/heading-graphics.png") bottom no-repeat;
  margin: 30px 0 25px 0;
  padding: 0px 0px 36px 0px;
  color: #515151;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.bottom-section h2 span {
  color: #404041;
  font-size: 28px;
  text-transform: uppercase;
}
.bottom-section h3 {
  color: #404041;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
.bottom-section p {
  color: #606060;
  font-size: 14px;
  line-height: 21px;
}
/* 	///////////////////////////////
	contact Document 
	///////////////////////////////*/
.contact-section {
  background: url("../images/contact-bg.jpg") top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 70px 0px 60px;
}
.contact-icon {
  position: absolute;
  left: 0px;
  top: -110px;
  width: 100%;
  text-align: center;
}
.contact-section .contact-heading {
  margin: 0px;
  padding: 0px;
  background: url("../images/contact-heading.png") center no-repeat;
  width: 100%;
}
.contact-section .contact-heading h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}
.contact-section form {
  max-width: 91%;
  margin: 0px auto;
  padding: 0px;
}
.contact-section form .form-row {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 22px 0px;
}
.contact-section form .form-row .left-col {
  width: 40%;
  margin: 0px;
  padding: 0px;
  text-align: right;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}
.contact-section form .form-row .right-col {
  width: 58%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.contact-section form .form-row input[type=text] {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  border: none;
  padding: 0px 10px;
  background: #fff;
}
.contact-section form .form-row .right-col input[type=text] {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 32px;
  border: none;
  padding: 0px 10px;
  background: #fff;
}
.contact-section form .form-row .right-col input[type=text].error {
  border: solid 3px red;
}
.contact-section form .form-row .right-col textarea.error {
  border: solid 3px red;
}
.valid {
  background: #AFE2C4 !important;
}
input.hide {
  display: none;
  visibility: hidden;
}
span.error, span.valid {
  text-indent: -99999px;
}
.contact-section form .form-row input[type=email] {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 32px;
  border: none;
  padding: 0px 10px;
}
.contact-section form .form-row input[type=password] {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  border: none;
  padding: 0px 10px;
}
.contact-section form .form-row textarea {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 88px;
  line-height: 28px;
  border: none;
  padding: 0px 10px;
  resize: none;
  background: #fff;
}
.contact-section form .form-row input[type=submit] {
  background: #414143; /* #ff9c00; */
  width: 100%;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0px;
  /* text-shadow: 2px 2px 1px rgba(157, 103, 18, 1); */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-section form .form-row input[type=submit]:hover {
  background: #0a8a3d;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* 	/////////////////////////////////
	form Document 
	/////////////////////////////////*/
.formArikel {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
}
.formpage {
  width: 100%;
  background: #f5f5f5;
}
.formpage h2 {
  color: #0a8a3d;
  font-size: 27px;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
  margin: 0px 0px 25px;
  padding: 0px 0px 10px;
  word-break: break-all;
}
.formpage .full-row {
  width: 100%;
  padding: 0px 0px 5px 0px;
}
.formpage .full-row .form-box {
  width: 47%;
  padding: 0px;
  position: relative;
}
.formpage .full-row p {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
}
.formpage .full-row input[type=text] {
  width: 100%;
  padding: 0px 5px;
  border: 1px solid #dedede;
  background: #fff;
  height: 32px;
  line-height: 32px;
}
.formpage .full-row input[type=text].error {
  border: 3px solid red;
}
.formpage .full-row input[type=tel] {
  width: 100%;
  padding: 0px 5px;
  border: 1px solid #dedede;
  background: #fff;
  height: 32px;
  line-height: 32px;
}
.formpage .full-row input[type=password] {
  width: 100%;
  padding: 0px 5px;
  border: 1px solid #dedede;
  background: #fff;
  height: 32px;
  line-height: 32px;
}
.formpage .full-row input[type=email] {
  width: 100%;
  padding: 0px 5px;
  border: 1px solid #dedede;
  background: #fff;
  height: 32px;
  line-height: 32px;
}
.formpage .full-row input[type=email].error {
  width: 100%;
  padding: 0px 5px;
  border: 3px solid red;
  background: #fff;
  height: 32px;
  line-height: 32px;
}
.formpage .full-row select {
  width: 100%;
  padding: 0px 5px;
  border: 1px solid #dedede;
  background: #fff;
  height: 32px;
  line-height: 60px;
}
.formpage .full-row select.error {
  width: 100%;
  padding: 0px 5px;
  border: 3px solid red;
  background: #fff;
  height: 32px;
  line-height: 60px;
}
.formpage .full-row textarea {
  width: 100%;
  padding: 0px 5px;
  border: 1px solid #dedede;
  background: #fff;
/*  height: 50px; */
  line-height: 19px;
  resize: none;
}
.formpage .full-row textarea.error {
  border: 3px solid red;
  margin: 0px;
}
.formpage .full-row input[type=submit] {
  background: #414143; /* #ff9c00; */
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.formpage .full-row input[type=submit]:hover {
  background: #0a8a3d;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.formpage .full-row input[type=reset] {
  background: #0a8a3d;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 0px 0px 10px;
}
/* 	///////////////////////////
	footer Document 
	///////////////////////////*/
.footer-section {
  background: url("../images/footer-bg.jpg") top repeat-x #2b2b2b;
  width: 100%;
 /*  margin: 0px; */
  margin-top: auto;	
  padding: 28px 0px;
  border-top: 1px solid #565656;
  position: relative;
}
.footer-logo {
  width: 214px;
  margin: 0px;
  padding: 0px;
}
.footer-content { /* width:776px; */
  margin: 0px;
  padding: 10px 0px 10px 20px;
  background: url("../images/footer-sep.png") left no-repeat;
  position: relative;
  float: left
}
.footer-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-content ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background: url("../images/fnav-sep.png") right no-repeat;
}
.footer-content ul li:last-child {
  background: none;
}
.footer-content ul li a {
  color: #fff;
  padding: 0px 10px;
  text-decoration: none;
}
.footer-content ul li a:hover {
  color: #fff;
  padding: 0px 10px;
  text-decoration: underline;
}
/* verwijder dropdown menu in footer */
#footer-menu .nav-footer {
  display: none;
}
p.copyright {
  color: #8e8e8e;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  clear: both;
  margin: 5px 0px 0px 10px;
}
p.copyright a {
  color: inherit;
}
.footer-content p.download a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  margin: 5px 0px 0px 5px;
  vertical-align: bottom;
  	
}
.footer-content p.download a:hover {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  margin: 5px 0px 0px 5px;
  vertical-align: bottom;
}
.footer-content p.download img {
  margin: 5px 0px 4px 10px;
}
.backto-top {
  position: absolute;
  right: 10px;
  bottom: 40px;
}
.tooltip {
  color: #fff;
  line-height: 18px;
  text-align: center;
  position: absolute;
  right: 263px;
  top: 165px;
  cursor: pointer;
}
.tooltip.neth {
  color: #fff;
  line-height: 18px;
  text-align: center;
  position: absolute;
  right: 319px;
  top: 125px;
  cursor: pointer;
}
.tooltip.paris {
  color: #fff;
  line-height: 18px;
  text-align: center;
  position: absolute;
  right: 363px;
  top: 245px;
  cursor: pointer;
}
.tooltip:hover .tooltip__content {
  visibility: visible;
}
.tooltip__content {
  color: #000;
  width: auto;
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: 0px;
  margin-top: -20px;
  z-index: 2;
  cursor: default;
}
.tooltip__content.right-edge {
  left: -100px !important; /* has the upper hand compared the left side */
}
.tooltip__content.left-edge {
  left: 150px;
}
/*  ///////////////////////////////////
    Mobile Menu Core Style
	///////////////////////////////////*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 10px 20px 10px 10px; /* 0.438em 2% 0.438em 2%; */
  line-height: 1.125em;
  cursor: pointer;
  text-align: center;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 42px; /* 1.125em; */
  height: 3px; /* 0.125em; */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em
}
.slicknav_nav {
  clear: both
}
.slicknav_nav ul, .slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  float: right;	
  margin: 0;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
  color: inherit;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1
}
/* 	////////////////////////////////////////////////////////////////////////
    Menu User Default Style
    Change the following styles to modify the appearance of the menu.
	////////////////////////////////////////////////////////////////////////*/
.slicknav_menu {
  font-size: 32px;
}
/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
  width: 42px;
  height: 42px;
  /* background: #0a8a3d; */
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background: #f5f5f5;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav, .slicknav_nav ul {
  list-style: none;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0;
  background-color: #404042;	
  /*   max-height:400px;
    overflow-y:auto; */
}
.slicknav_nav ul ul {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 8px 0px 0px 0px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  float: none;
}
.slicknav_nav a:hover {
  background: #fff;
  color: #000;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  margin: 2px 0px;
}
.slicknav_nav a:hover .slicknav_row:hover {
  margin: 2px 0px;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/* 	//////////////////////////////////
	The Nivo Slider styles 
	//////////////////////////////////*/
.nivoSlider {
  position: relative;
  width: 100%;
  max-height: 260px; /* maximale grootte slide-foto's op homepage 04-12-20 */
  overflow: hidden;
  z-index: 800;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
.nivo-box img {
  display: block;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  display: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.nivo-caption a {
  display: inline !important;
  text-decoration: none;
}
.nivo-caption a:hover {
  text-decoration: underline
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
.theme-default .nivoSlider {
  position: relative;
  background: #fff url("loading.gif") no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
  display: none;
}
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("bullets.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
  display: block;
  width: 45px;
  height: 45px;
  background: url("arrows.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}
.theme-default a.nivo-nextNav {
  background-position: -45px 0;
  right: 15px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
  color: #fff;
}
.theme-default .nivo-caption a:hover {
  color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
img.translation-flag {
  width: 23px;
}
.dropdown, .dropbtn, a.dropbtn {
  display: none;
  z-index: 0; 
}
/* //////////////////////////////////
	RESPONSIVE
   ///////////////////////////////// */
@media only screen and (max-width:850px) {
  .nav-phone {
    display: block
  }
  img.translation-flag {
    height: 23px; /* 42px; i.v.m. responsive min. button grootte */
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
  }
  .dropdown, .dropbtn, a.dropbtn {
    display: block;
    z-index: 999;
  }
  /*
img {
	max-width: 100%;
	height: auto;
}
*/
  .theme-default .nivoSlider {
    position: relative;
    background: #fff url("loading.gif") no-repeat 50% 50%;
  }
  .top-section {
    padding-top: 50px
  }
  .pull-left {
    float: none;
  }
  .pull-center {
    float: left;
  }
  .pull-right {
    float: none;
  }
  .container, .container.big {
    width: 100%;
    padding: 0px 2%;
    text-align: center;
  }
  .logo {
    display: none; /* Dav1d - verberg logo op telefoon */
    margin: 0px;
    padding: 15px 0px 0px 0px;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .contact-bar {
    display: none; /* Dav1d - verberg adres en telefoonnummer op telefoon */
    margin: 10px auto;
    background: none;
  }
  .language-section {
    margin: 0px auto 10px;
    padding: 10px 0px;
  }
  .navigation-section {
    display: none;
  }
  #googleMap {
    z-index: 0;
	  max-height: 360px;
	  margin-top: 28px;
  }
  .map-section .left-col {
    width: 100%;
    margin-top: 80px;
  }
  .map-section .right-col {
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
    border: 8px solid #fff;
    position: relative;
  }
  .partner-section ul li {
    margin: 10px 10px;
  }
  .contact-section form .form-row .left-col {
    width: 100%;
    text-align: left;
  }
  .contact-section form .form-row .right-col {
    width: 100%;
  }
  .footer-logo {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  .footer-content {
    width: 100%;
    background: none;
    text-align: center;
    padding: 20px 0px;
  }
  .portfolio-showcase ul {
    text-align: center;
  }
  .portfolio-showcase ul li {
    float: none;
    display: inline-block;
  }
  .showcase-hover ul {
    text-align: left;
  }
  .showcase-hover ul li {
    display: block;
    text-align: left;
  }
  .backto-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .footer-content ul {
    text-align: center;
  }
  .footer-content ul li {
    float: none;
    display: inline-block;
  }
  .nivo-caption {
    top: 37%;
  }
  .nivo-caption h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px #000;
  }
  .theme-default .nivo-directionNav a {
    display: block;
    width: 25px;
    height: 25px;
    background: url("arrows-mobile.png") no-repeat;
    opacity: 1;
  }
  .formpage .full-row .form-box {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .theme-default a.nivo-nextNav {
    background-position: -25px 0;
    right: 15px;
  }
  .map-section .right-col .map-text {
    margin-left: 97px;
  }
  .map-section .right-col {
    position: relative;
  }
  .tooltip {
    right: 37%;
  }
  .tooltip.paris {
    right: 61%;
    top: 230px;
  }
  .tooltip.neth {
    right: 48%;
    top: 107px;
  }
  .map-section .right-col .map-text {
    margin-left: 100px;
  }
  .portfolio-products .left-col {
    width: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  .portfolio-products .left-col img {
    width: 310px;
    vertical-align: middle;
  }
  .portfolio-products .right-col {
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .js #menu-primary-navigation {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  /* opheffen rechts uitlijnen menu item */
  #primary_nav_wrap ul li.rechts {
    float: none;
  }
  .slicknav_nav li.no-phone {
    display: none;
  }
  .slicknav_menu ul ul {
    overflow-y: auto;
    max-height: 200px;
  }
  /* /////////////////////// */
  /* Taalkeuze dropdown */
  a.dropbtn {
    color: white;
    padding: 10px 0 0 10px;
    position: fixed;
    cursor: pointer;
  }
  a.dropbtn:hover {	
	text-decoration: none;  
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: fixed;
    top: 78px;
    background-color: #f1f1f1;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 800;
  }
  .dropdown-content a {
    color: #393839;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {
    color: #656565;
    background-color: #393839;
  }
  .show {
    display: block;
  }
  /* /////////////////////// */
}
@media only screen and (min-width:530px) and (max-width:800px) {
  .nivo-caption {
    top: 33%;
  }
  .nivo-caption h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px #000;
  }
  #googleMap {
    height: 600px;
  }
  .map-section .left-col {
    width: 100%;
    margin-top: 80px;
  }
  .tooltip {
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 243px;
    top: 165px;
    cursor: pointer;
  }
  .tooltip.paris {
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 303px;
    top: 125px;
    cursor: pointer;
  }
  .tooltip.neth {
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 353px;
    top: 245px;
    cursor: pointer;
  }
  .tooltip:hover .tooltip__content {
    visibility: visible;
  }
  .tooltip__content {
    color: #000;
    width: auto;
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: 0px;
    margin-top: -20px;
    z-index: 2;
    cursor: default;
  }
}
@media only screen and (min-width:800px) and (max-width:1230px) {
  .nivo-caption {
    top: 40%;
  }
  .nivo-caption h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px #000;
  }
  .container, .container.big {
    width: 100%;
    padding: 0px 2%;
  }
  .navigation-section ul li a {
    padding: 0px 8px;
  }
  .navigation-section ul li {
    font-size: 13px;
  }
  .portfolio-showcase ul {
    text-align: center;
  }
  .portfolio-showcase ul li {
    float: none;
    display: inline-block;
  }
  .showcase-hover ul {
    text-align: left;
  }
  .showcase-hover ul li {
    display: block;
    text-align: left;
  }
  .map-section .left-col {
    width: 100%;
    margin: 10px 0 0 0;
    float: none;
  }
  .map-section .right-col {
    width: 500px;
    margin: 10px auto;
    padding: 0px;
    border: 8px solid #fff;
    position: relative;
    float: none;
  }
  .partner-section ul li {
    margin: 10px 10px;
  }
  .nivo-caption {
    top: 40%px;
  }
}
@media (min-width:993px) {
  .portfolio-col.l3 {
    width: 24.99999%
  }
}
@media only screen and (min-width:1040px) {
  .nivo-caption h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px #000;
  }
  .nivo-caption {
    top: 40%;
  }
}
