/* *************************************** start tablet ******************************* */

@media (min-width: 1000px) and (max-width: 1400px) { 

  .mobile_only {
  display: none;
  } 

  #scrollHome {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  }
  
  /* *************************************** start menu ******************************* */

  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 6000;
  top: 0;
  right: 0;
  background-color: #393939;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 60px 0;
  }

  .sidenav a {
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  }

  .sidenav a:hover {
  color: #C00000;
  }

  .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  }

  #menuDiv {
  float: left;
  width: 20%;
  text-align: right;
  }

  #menuDiv p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 18px 15px 0 0;
  line-height: 1.0em;
  display: inline-block;
  height: 17px;
  color: #3C6FB7;
  text-decoration: none;
  padding: 0 30px 0 0;
  background: url(/images18/icon_menu2018.png) right 0px no-repeat;
  }

  #menuDiv p:hover {
  color: #fff;
  text-decoration: none;
  background: url(/images18/icon_menu2018.png) right -17px no-repeat;
  cursor: pointer;
  cursor: hand;
  }

  /* *************************************** einde menu ******************************* */

  #page-wrap {
	width: 100%;
  min-width: 1000px;
	min-height:	100%;
	height:	auto !important;
	height:	100%;
	margin:	0 auto -225px;
  background-attachment: fixed;
  }

  #page-footer, #page-footer-push {
	height:	225px;
  }

  #headerContainer {
  float: left;
  width: 100%;
  }

  #header {
  float: left;
  width: 100%;
  height: 55px;
  background-color: #B8B8B8;
  }

  #logoTxt {
  float: left;
  width: 30%;
  }

  #logoTxt h2 {
  color: #fff;
  font-size: 18px;
  margin: 16px 0 0 30px;
  text-transform: uppercase;
  }

  #phoneDiv {
  float: left;
  width: 50%;
  text-align: center;
  }

  #talen {
  float: left;
  width: 20%;
  text-align: right;
  }
  
  #talen ul {
  float: right;
  margin: 15px 30px 0 0;
  }
  
  #talen li {
  display: inline;
  margin-right: 8px;
  }

  #talen li:last-child {
  margin-right: 0;
  }
  
  #talen img {
  width: 30px;
  height: auto;
  }

  #logoContainer {
  display: none;
  position: absolute;
  top: 75px;
  right: 50px;
  width: 275px;
  z-index: 101;
  }

  #logoContainerSub {
  float: left;
  width: 100%;
  height: 55px;
  display: block;
  }

  #logoContainerSub #logo {
  display: none;
  }

  #logoContainer #logo {
  float: left;
  width: 100%;
  text-align: center;
  }

  #logo img {
  width: 100%;
  height: auto;
  margin: 0;
  }

  #fotoContainer {
  float: left;
  width: 100%;
  }

  #foto {
  float: left;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  }

  #foto img {
  max-width: 100%;
  height: auto;
  text-align: center;
  }

  #buttonContainer {
  float: left;
  width: 100%;
  }
  
  #buttonDiv {
  float: left;
  width: 100%;
  /* background-color: #393939; */
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
  }

  .myButton {
  width: 50%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  }

  #button1 {
  background-color: #4171B5;
  min-height: 225px;
  }

  #button2 {
  background-color: #2A4D9B;
  min-height: 225px;
  }

  #button3 {
  background-color: #3D496D;
  min-height: 225px;
  }

  .myButton h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3em;
  text-transform: uppercase;
  }

  .myButton p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 45px;
  line-height: 1.3em;
  }

  .myButton .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: inline-block;
  }

  p a.button {
  color: #393939 !important;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 10px;
  }

  p a:hover.button {
  color: #fff !important;
  text-decoration: none;
  background-color: #393939;
  }

  .check {
  padding: 5px 5px 6px 5px;
  margin-right: 5px;
  }

  #mainContainer {
  float: left;
  width: 100%;
  }

  #main {
  float: left;
  width: 100%;
  }

  #contentWide {
  float: left;
  width: 80%;
  padding: 25px 10%;
  }
  
  #content {
  float: left;
  width: 55%;
  padding: 25px 0 25px 10%;
  }

  #lineDiv {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  background-color: #e2e2e2;
  padding: 10px 10%;
  box-sizing: border-box;  
  }

  #lineDiv h1 {
  color: #4171B5;
  font-size: 25px;
  line-height: 1.3em;
  text-transform: uppercase;
  }
  
  #mainRight {
  float: left;
  width: 20%;
  padding: 25px 10% 25px 5%;
  }

  .blokRight {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #4171B5;
  box-sizing: border-box;
  }
  
  .quicklinks {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  }
  
  .quicklinks li {
  font-size: 12px;
  }
  
  .quicklinks li a {
  float: left;
  width: 100%;
  padding: 7px 0;
  background-image: url(/images18/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #fff;
  text-decoration: none;
  }
  
  .quicklinks li a:hover {
  color: #C0C0C0;
  text-decoration: none;
  }
  
  #mainRight h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  }
  
  #mainRight p {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  }
  
  #mainRight p a {
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  }
  
  #mainRight p a:hover {
  color: #393939;
  background-color: #fff;
  text-decoration: none;
  }
  
  #teamContainer {
  float: left;
  width: 100%;
  }

  #team {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 32%;
  }

  #team img {
  float: left;
  width: 100%;
  height: auto;
  }

  .teamDiv {
  float: left;
  width: 31.3333333333333333333333333333333333333%;
  margin: 0 2% 2% 0;
  cursor: pointer;
  }
  
  .teamDiv2 {
  float: left;
  width: 31.3333333333333333333333333333333333333%;
  margin: 0 2% 2% 0;
  cursor: pointer;
  }
  
  .teamFoto {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 133%;
  overflow: hidden;
  }
  
  .teamDiv .teamMeer {
  float: left;
  background-color: #4171B5;
  width: 96%;
  height: 25px;
  padding: 5px 2%;
  text-align: center;
  }
  
  .teamDiv2 .teamMeer {
  float: left;
  background-color: #fff;
  width: 100%;
  height: 35px;
  padding: 5px 2%;
  text-align: center;
  border-left: 1px solid #4171B5;
  border-right: 1px solid #4171B5;
  border-bottom: 1px solid #4171B5;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  }
  
  .teamDiv .teamMeer p a {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 12px !important;
  text-decoration: none !important;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  }
  
  .teamDiv2 .teamMeer p a {
  color: #4171B5 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  text-decoration: none !important;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  }
  
  #klantenContainer {
  float: left;
  width: 100%;
  }

  #klanten {
  float: left;
  width: 90%;
  height: 200px;
  background-color: #B8B8B8;
  padding: 25px 5%;
  }

  #klanten h3 {
  font-size: 18px;
  color: #393939;
  margin-bottom: 15px;
  padding-left: 20px;
  text-transform: uppercase;
  }

  .klantDiv {
  float: left;
  padding: 10px 0px;
  box-sizing: border-box;
  }

  .klantLeft {
  display: none;
  float: left;
  width: 60px;
  padding: 10px;
  box-sizing: border-box;
  }

  .klantLeft p {
  color: #4171B5 !important;
  font-size: 60px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 25px 0 0 0 !important;
  }

  .klantRight {
  float: left;
  /* width: calc(100% - 60px); */
  width: 100%;
  }

  .klantHead, .klantMain {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  }

  .klantHead p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  }

  .klantHead p em {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.3em;
  }

  .klantMain p {
  color: #2A4B9A;
  font-size: 14px;
  line-height: 1.3em;
  }

  .klantMain p a {
  color: #2A4B9A !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-style: italic !important;
  }

  .klantMain p a:hover {
  color: #fff !important;
  text-decoration: none !important;
  }

  .nieuwsDiv {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #555;
  box-sizing: border-box;
  background-color: #E9EEF5;
  }

  .nieuwsHead {
  float: left;
  width: 100%;
  }

  .nieuwsDatum {
  float: right;
  width: 115px;
  background: url(/images18/icon_datum.png) center left 10px no-repeat #393939;
  height: 38px;
  padding: 10px 7px 6px 29px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  box-sizing: border-box;
  }

  .nieuwsTitel {
  float: left;
  width: calc(100% - 115px);
  background-color: #4171B5;
  height: 38px;
  padding: 8px 7px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  }

  .nieuwsMain {
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  }

  .faqDiv {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  }

  .faqVraag {
  float: left;
  width: 96%;
  padding: 5px 2%;
  background-color: #4171B5;
  }

  .faqVraag:hover {
  background-color: #393939;
  cursor: pointer;
  cursor: hand; 
  }

  .faqVraag p {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-weight: bold !important;
  }

  .faqAntwoord {
  float: left;
  width: 100%;
  padding: 15px 2% 0 2%;
  border-left: 1px solid #4171B5; 
  border-right: 1px solid #4171B5; 
  border-bottom: 1px solid #4171B5;
  box-sizing: border-box; 
  }

  #footerContainer {
  float: left;
  width: 100%;
  }

  #footer {
  float: left;
  width: 100%;
  padding: 0;
  background-color: #4171B5;
  }

  .foot {
  float: left;
  width: 50%;
  padding: 25px 15px 0 15px;
  box-sizing: border-box;
  }

  .foot h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.1em;
  text-transform: uppercase; 
  }

  .foot p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3em; 
  }

  .foot li {
  color: #fff;
  font-size: 14px;
  line-height: 1.3em; 
  }

  .foot_sm li {
  display: inline;
  margin-right: 10px;
  }

  .foot_sm li:last-child {
  margin-right: 0;
  }

  .div30 {
  float: left;
  width: 28%;
  margin-right: 2%;
  }

  .div33 {
  float: left;
  width: 33.333333333333333333%;
  }

  .div40 {
  float: left;
  width: 40%;
  }

  .div50 {
  float: left;
  width: 50%;
  }

  .div60 {
  float: left;
  width: 60%;
  }

  .div70 {
  float: left;
  width: 68%;
  margin-right: 2%;
  }

  .div80 {
  float: left;
  width: 80%;
  margin: 0 10%;
  }

  .div90 {
  float: left;
  width: 90%;
  margin: 0 5%;
  }

  .twocolums {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 15px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  }

  .threecolums {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  }

  #kbDiv {
  float: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #E9EEF5;
  margin-bottom: 15px;
  }

  #kbDiv1 {
  float: left;
  width: 75%;
  padding-right: 5%;
  }

  #kbDiv2 {
  float: left;
  width: 20%;
  text-align: center;
  }

  .boA {
  float: left;
  width: 150px;
  height: 20px;
  padding-top: 3px;
  font-size: 14px;
  color: #393939;
  }

  .boC {
  float: left;
  width: calc(100% - 150px);
  height: 20px;
  padding-top: 3px;
  margin-bottom: 5px;
  box-sizing: border-box;
  color: #4171B5 !important;
  font-size: 14px;
  font-weight: bold;
  }

  .boE {
  float: left;
  width: calc(100% - 200px);
  height: 20px;
  margin-bottom: 5px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  }

  .ervaringLeft {
  float: left;
  width: 130px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  }

  .ervaringLeft h2 {
  color: #393939 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
  }

  .ervaringLeft p {
  color: #4171B5 !important;
  font-size: 60px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  }

  .ervaringRight {
  float: left;
  width: calc(100% - 150px);
  }

/* ********************************************* start survey ************************************************ */

.surveyTable {
  float: left;
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 65px !important;
}

.tableTr {
  float: left;
  width: 100%;
}

.surveyQ {
  font-weight: bold;
  color: #496CB3 !important;
}

p.surveyQ {
  margin-bottom: 3px !important;
}
 
p.surveyA {
  margin-bottom: 45px !important;
}

p select {
  width: 100%;
  height: 30px;
}
 
.sHead {
  float: left;
  width: 35px;
  height: 25px;
  padding: 0 5px 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #496CB3 !important; 
  box-sizing: border-box; 
}

.sHead:first-child {
  float: left;
  width: 150px;
  height: 15px; 
}

.sMain {
  float: left;
  width: 35px;
  height: 35px;
  border: 1px solid #e2e2e2;
  padding: 5px; 
  background-color: #B8CBE4;
  box-sizing: border-box; 
  font-size: 14px;
}

.sMain:first-child {
  float: left;
  background-color: #fff;
  width: 150px;
  padding-top: 10px !important; 
}

input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-top: 3px;
}

input[type="radio"] {
    margin-right: 5px;
}

.formOptie {
  display: inline-block;
  padding-right: 30px;
}

/* ********************************************* einde survey ************************************************ */

/* ********************************************* start popup ************************************************ */

#popupContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: url(/images18/bg_popup.png);
}

#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  margin: -200px 0 0 -200px;
  background-color: #fff;
  border: 1px solid #496CB3;
  padding: 20px;
  box-sizing: border-box;
}

#popup h2 {
  color: #496CB3;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 15px;
}

#popup p {
  color: #496CB3;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 15px;
}

#popup p a {
  color: #496CB3;
  text-decoration: underline;
}

#popup p a:hover {
  color: #496CB3;
  text-decoration: none;
}

#popup .div100 {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.nb_button {
  float: left;
  margin: 0 15px 0 0;
  display: inline-block;
  width: 65px;
  padding: 5px 0;
  background-color: #496CB3;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid #496CB3;
  text-align: center;
}

.nb_button:hover {
  border: 1px solid #496CB3;
  background-color: #fff;
  color: #496CB3 !important;
  text-decoration: none;
}

#popup .small {
  font-size: 13px !important;
}

/* ********************************************* einde popup ************************************************ */

/* ********************************************* start divs ************************************************ */

  .div30 {
  float: left;
  width: 28%;
  margin-right: 2%;
  }

  .div33 {
  float: left;
  width: 33.333333333333333333%;
  }

  .div333 {
  float: left;
  width: 31.333333333333333333%;
  margin-right: 2%;
  }
  
  .div333 img {
  float: left;
  width: 100%;
  height: auto;
  }

  .div40 {
  float: left;
  width: 40%;
  }

  .div50 {
  float: left;
  width: 48%;
  margin-right: 2%;
  }

  .div60 {
  float: left;
  width: 60%;
  }

  .div70 {
  float: left;
  width: 68%;
  margin-right: 2%;
  }

  .div80 {
  float: left;
  width: 80%;
  margin: 0 10%;
  }

  .div90 {
  float: left;
  width: 90%;
  margin: 0 5%;
  }

  .div100 {
  float: left;
  width: 100%;
  }
  
  .grey {
  box-sizing: border-box;
  background-color: #E9E9E9;
  padding: 25px; 
  }

/* ********************************************* einde divs ************************************************ */

/* ********************************************* start contact button ************************************************ */

  #footerForm {
  display: none;
  position: fixed;
  z-index: 5003;
  bottom: 25px;
  right: 20px;
  width: 250px;
  height: 100px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
  padding: 8px;
  box-sizing: border-box;
  background: url(/media/icon_offerte.png) center left 5px no-repeat #4171B5;
  background-size: 55px 55px;
  border-bottom: 20px solid #ff5500;
  cursor: pointer;
  }
  
  #footerFormHead {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  
  #footerFormHead p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 60px;
  }
  
  #footerFormHead h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 60px;
  padding-bottom: 5px;
  }
  
  #footerForm:hover {
  background: url(/media/icon_offerte.png) center left 5px no-repeat #fff;
  }

  #footerForm:hover #footerFormHead p {
  color: #4171B5;
  }
  
  #footerForm:hover #footerFormHead h3 {
  color: #4171B5;
  }
  
  .formContact { 
  padding: 40px 40px 10px 40px !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
  }
  
/* ********************************************* einde contact button ************************************************ */

} /* einde tablet */

/* *************************************** einde tablet ******************************* */

