/* *************************************** start desktop ******************************* */

@media (min-width: 1400px) { 

  .mobile_only {
  display: none;
  } 

  #scrollHome {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  }
  
  .imageLeft {
  float: left;
  margin: 0 10px 10px 0;
  }
  
  .imageRight {
  float: right;
  margin: 0 0 10px 10px;
  }
  
  /* *************************************** start menu ******************************* */

  .sidenav {
  display: none;
  }

  /* *************************************** einde menu ******************************* */

  #page-wrap {
  width: 100%;
  min-height:	100%;
  height:	auto !important;
  height:	100%;
  margin:	0 auto;
  }

  #page-footer, #page-footer-push {
  float: left;
  width: 100%;
  }

  #headerContainer {
  position: relative;
  float: left;
  width: 100%;
  height: 150px;
  background-color: #fff;
  z-index: 9000;
  }

  #header {
  float: left;
  width: 80%;
  margin: 0 10%;
  }
  
  .fixed {
  position: fixed !important;
  height: 65px !important;
  background-color: #fff !important;
  -webkit-animation: mymove 1s 1; /* Safari 4.0 - 8.0 */
  animation: mymove 1s 1;
  }

  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes mymove {
  from {top: -65px;}
  to {top: 0px;}
  }

  @keyframes mymove {
  from {top: -65px;}
  to {top: 0px;}
  }

  #logo {
  float: left;
  width: 500px;
  }

  #logo img {
  width: 400px;
  height: auto;
  margin: 15px 0 0 15px;
  }
  
  .fixed #logo img {
  width: 250px;
  height: auto;
  margin: 10px 0 0 15px;
  }
  
  #phoneDiv {
  float: left;
  width: calc(100% - 500px);
  }
  
  #phoneDiv p {
  float: right;
  margin: 45px 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  }
  
  #phoneDiv p a {
  background-color: #F65E23;
  border: 1px solid #F65E23;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  }
  
  #phoneDiv p a:hover {
  background-color: #fff;
  border: 1px solid #F65E23;
  color: #F65E23;
  text-decoration: none;
  }
  
  .fixed #phoneDiv {
  display: none;
  }

  .fixed #phoneDiv ul {
  display: none;
  }

  #navig {
  float: left;
  width: 100%;
  }
  
/* start navig */

.nav {
	float: right;
	list-style-type: none;
	border: 0 none;
	padding: 0;
  margin: 18px 15px 0 0;
}

.fixed .nav {
  margin-top: -40px;
}


.nav ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	width: 140px;
	list-style: none;
}

.nav li {
	float: left;
	display: inline;
	position: relative;
	margin: 0 0 0 30px;
	padding: 0;
	border: 0 none;
	list-style: none;
  color: #24AF78;
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 1500px) { 

  .nav li {
	margin: 0 0 0 20px;
  }

  .fixed .nav li {
	margin: 0 0 0 15px;
  }

}

.nav ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.nav ul li {
	float: left;
	display: block !important;
	display: inline;
	top: 6px;
	width: 230px;
  margin-left: 0 !important;
}

.nav a {
	float: none !important;
	float: left;
	display: block;
	padding: 0 0 16px 0;
	border: none;
  color: #00ACC8;
	text-decoration: none;
}

.nav ul li {
  margin-right: 0;
}

.nav li a {
  color: #00ACC8; /* 1e li */
  text-decoration: none;
}

.nav li a:hover {
  color: #FB5A1D;
  text-decoration: none;
}

.nav ul li a {
	color: #00ACC8 !important; /* 2e li */
  font-size: 14px !important;
  padding: 5px 0 5px 5px !important;
	border-bottom: 1px solid #00ACC8;
}

.nav a:hover,
.nav li:hover a,
.nav li.iehover a {
  color: #FB5A1D;
	text-decoration: none;
}

.nav li:hover li a,
.nav li.iehover li a {
	float: none;
	background-color: #fff;
  color: #FB5A1D;
}

.nav ul li a:hover {
  color: #F89E3F !important;
}

.nav li:hover li a:hover,
.nav li:hover li:hover a,
.nav li.iehover li a:hover,
.nav li.iehover li.iehover a {
	background-color: color: #00ACC8;
	color: #FB5A1D;
}

.nav ul ul,
.nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

.nav li:hover ul ul,
.nav li:hover ul ul ul,
.nav li.iehover ul ul,
.nav li.iehover ul ul ul {
	display: none;
}

.nav li:hover ul,
.nav ul li:hover ul,
.nav ul ul li:hover ul,
.nav li.iehover ul,
.nav ul li.iehover ul,
.nav ul ul li.iehover ul {
	display: block;
}

/* einde navig */

  #menuDiv {
  display: none;
  }
  
  .whiteHeaderDiv {
  float: left;
  width: 100%;
  height: 0;
  }

  #fotoContainer {
  float: left;
  width: 100%;
  background-color: #F5A044;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
  position: relative;
  }
  
  #sloganDiv {
  float: left;
  width: 60%;
  padding: 10px 50px 15px 100px;
  box-sizing: border-box;
  -webkit-flex: 1; /* Safari 6.1+ */
   flex: 1;
  }

  #foto {
  float: left;
  width: 40%;
  padding: 15px 100px 15px 0;
  box-sizing: border-box;
  -webkit-flex: 1; /* Safari 6.1+ */
   flex: 1;
  }
  
  #slogan {
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 65px;
  box-sizing: border-box;
  background: url(/images/icon_attention_neg.png) top 5px left no-repeat;
  }
  
  #slogan h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 5px;
  }
  
  #slogan p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 15px;
  }
  
  #foto img {
  border-radius: 15px 50px !important;
  }
  
  #fotoSubContainer {
  float: left;
  width: 100%;
  position: relative;
  }
  
  #fotoSub {
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  background-color: #F89E3F;
  }
  
  .crumbs {
  position: absolute;
  bottom: 25px;
  left: 15%;
  }

  #categorieDiv {
  flex: 1;
  width: 49%;
  margin-left: 1%;
  background-color: #E2E3E5;
  padding: 0.5%;
  box-sizing: border-box;
  }
  
  #buttonContainer {
  float: left;
  width: 70%;
  margin: 25px 15% 0 15%;
  }
  
  #mainContainer {
  float: left;
  width: 70%;
  margin: 0 15%;
  }

  #main {
  float: left;
  width: 100%;
  position: relative;
  }

  #mainHome {
  float: left;
  width: 100%;
  position: relative;
  }
  
  #kid1 {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 85px;
  height: auto;
  margin: 0 -100px 0 0;
  }

  #kid2, #kid2a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: auto;
  margin: 0 0 0 100px;
  z-index: 100;
  }

  #mainHome #content {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
  }
  
  #main #content {
  float: left;
  width: 65%;
  margin: 0 0 50px 0;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  }
  
  #mainRight {
  float: left;
  width: 35%;
  padding: 0 0 100px 0;
  box-sizing: border-box;
  }

  .mainRightTop {
  float: left;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
  margin: -200px 0 25px 0;
  padding: 15px;
  background-color: #20AAC7;
  position: relative;
  z-index: 2000;
  border-radius: 15px 50px;
  }
  
  .mainRightTop img {
  width: 100%;
  height: auto;
  border-radius: 15px 50px;
  }
  
  .mainRightBottom {
  float: left;
  width: 100%;
  box-sizing: border-box;
  }

  .mainRightBottom ul {
  float: left;
  width: 100%;
  min-height: 270px;
  position: relative;
  }
  
  .mainRightBottom li {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 25px;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  }

  .mainRightBottom li a {
  display: block;
  width: 150px;
  height: 150px;
  padding: 65px 10px 0 10px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  }
  
  .mainRightBottom li a:hover {
  color: #fff;
  text-decoration: none;
  }
  
  /* vergoedingen */ 
  #rightButton3 {
  background-color: #20AAC7;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -125px;
  z-index: 1;
  }

  /* afspraak maken */ 
  #rightButton2 {
  background-color: #67C1DB;
  position: absolute;
  left: 50%;
  top: 25px;
  margin-left: 15px;
  z-index: 2;
  }

  /* contact */ 
  #rightButton1 {
  background-color: #F8A03D;
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -25px;
  z-index: 3;
  }

  #rightButton1:hover, #rightButton2:hover, #rightButton3:hover {
  background-color: #F65E23;
  }

  .crosses {
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  }

  #content h1, #contentWide h1 {
	font-size: 30px;
	color: #00ACC8;
	line-height: 1.3em;
	margin-bottom: 25px;
  }
  
  .subnavig_next {
  float: left;
  width: 100%;
  padding-top: 15px;
  margin-top: 50px;
  border-top: 1px dashed #F65E28;
  }

  #voetenContainer {
  float: left;
  width: 100%;
  }

  #voeten {
  float: left;
  width: 60%;
  padding: 40px 20%;
  background-color: #F5A242;
  }
  
  #voetenLeft {
  float: left;
  width: 48%;
  margin-right: 2%;
  }
  
  #voetenLeft img {
  width: 100%;
  height: auto;
  border-radius: 15px 50px;
  }

  #voetenRight {
  float: left;
  width: 48%;
  margin-left: 2%;
  }

  #voetenRight h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 5px;
  }
  
  #voetenRight p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 15px;
  }
  
#voetenRight ul {
    list-style-type: square;
	margin: 0 0 25px 15px;
}

  #voetenRight li {
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
  }
  
  #voetenRight p a, #voetenRight li a {
  color: #fff;
  text-decoration: underline;
  }
  
  #voetenRight p a:hover, #voetenRight li a:hover {
  color: #000;
  text-decoration: underline;
  }
  
  #knopContainer {
  float: left;
  width: 100%;
  }

  #knopDiv {
  float: left;
  width: 70%;
  margin: 40px 15%;
  }
  
  #myKnop {
  float: left;
  width: 45%;
  padding-right: 5%;
  }
  
  #myKnop img {
  width: 300px;
  max-width: 100%;
  height: auto;
  }
  
  #myWidget {
  float: left;
  width: 300px;
  padding-left: calc(50% - 150px);
  }

  /* #widgetContainer {
  float: left;
  width: 100%;
  }

  #widgetDiv {
  float: left;
  width: 70%;
  padding: 40px 15%;
  text-align: center;
  }
  
  #widgetDiv_mob {
  display: none;
  } */
  
  #footerContainer {
  float: left;
  width: 100%;
  background-color: #fff;
  }

  #footer {
  float: left;
  width: 70%;
  margin: 0 15%;
  padding: 25px 0;
  background: url(/images/kid_running.png) bottom right no-repeat;
  background-size: 100px auto;
  }

  .footerDiv1 {
  float: left;
  width: calc(50% - 100px);
  padding: 0 25px 0 0;
  box-sizing: border-box;
  }

  .footerDiv2 {
  float: left;
  width: calc(50% - 100px);
  padding: 0 25px 0 0;
  box-sizing: border-box;
  }

  .footerDiv3 {
  float: left;
  width: 200px;
  padding: 0;
  box-sizing: border-box;
  }

  #footer p {
  color: #00ACC8;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
  }

  #footer p a {
  color: #00ACC8;
  text-decoration: underline;
  }

  #footer p a:hover {
  color: #F85B19;
  text-decoration: none;
  }
  
  .footerDiv3 ul {
  float: right;
  }
  
  .footerDiv3 li {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 35px;
  width: 35px;
  overflow: hidden;
  position: relative;
  }
  
  .footerDiv3 img {
  position: absolute;
  top: 0;
  left: 0;
  }

  .footerDiv3 img:hover {
  position: absolute;
  top: -35px;
  left: 0;
  }

  footerDiv3 li:last-child {
  margin-right: 0;
  }

  .twocolums {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  }

  .threecolums {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  list-style-type: none !important;
  }
  
/* ********************************************* 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: 49%;
  margin-right: 1%;
  }

  .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%;
  }

/* ********************************************* einde divs ************************************************ */

/* ********************************************************************** start buttons home ********************************************** */

  #buttonDiv {
  margin: 0 auto 50px auto;
  width: 100%;
  max-width: 1200px;
	/* display: -ms-flex;
	display: -webkit-flex;
	display: flex; */
  }

  .myButton1 {
  float: left;
  width: 27.33333333333333333333333333%;
  height: 0;
  padding-bottom: 22.5%; 
  margin: 0 3%;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px 50px;
  border: 1px solid #00ACC8;
  cursor: pointer;
  overflow: hidden;
  background-color: #00ACC8;
  }
  
  .myButton2 {
  float: left;
  width: 27.33333333333333333333333333%;
  height: 0;
  padding-bottom: 22.5%; 
  margin: 0 3%;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px 50px;
  border: 1px solid #00ACC8;
  cursor: pointer;
  overflow: hidden;
  background-color: #61C3DB;
  }
  
  .myButton3 {
  float: left;
  width: 27.33333333333333333333333333%;
  height: 0;
  padding-bottom: 22.5%; 
  margin: 0 3%;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px 50px;
  border: 1px solid #00ACC8;
  cursor: pointer;
  overflow: hidden;
  background-color: #FB9C39;
  }
  
  .myButton_hover {
  float: left;
  width: 27.33333333333333333333333333%;
  height: 0;
  padding-bottom: 22.5%; 
  margin: 0 3%;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px 50px;
  border: 1px solid #00ACC8;
  cursor: pointer;
  overflow: hidden;
  background-color: #F95A1B;
  }
  
  .myButton1 .buttonTxt, .myButton2 .buttonTxt, .myButton3 .buttonTxt, .myButton_hover .buttonTxt {
  position: absolute;
  width: 100%;
  padding: 50px 10% 0 10%;
  box-sizing: border-box;
  }
  
  .myButton1 .buttonTxt p, .myButton2 .buttonTxt p, .myButton3 .buttonTxt p {
  font-size: 18px;
  text-align: right;
  color: #fff;
  }
  
  .myButton1 .buttonTxt h2, .myButton2 .buttonTxt h2, .myButton3 .buttonTxt h2 {
  font-weight: bold;
  font-size: 32px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  line-height: 1.0em !important;
  margin-bottom: 0;
  }
  
  .myButton_hover .buttonTxt p {
  font-size: 16px;
  text-align: right;
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  }
  
  .myButton_hover .buttonTxt h2 {
  font-size: 35px;
  text-align: right;
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.0em !important;
  margin-bottom: 0;
  }
  
  .buttonTxt span {
  font-size: 16px !important;
  }
  
  .myButton .buttonImg, .myButton2 .buttonImg {
  float: left;
  width: 100%;
  }
  
  .myButton .buttonImg img {
  float: left;
  width: 100%;
  height: auto;
  }
  
  .myButton2 .buttonImg img {
  float: left;
  width: 104%;
  height: auto;
  margin-left: -2%;
  margin-top: -2%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  }
  
/* ********************************************************************** einde buttons home ********************************************** */

/* ********************************************************************** start team ********************************************** */

  .teamDiv {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }
  
  .teamImg {
  float: left;
  width: 300px;
  margin-right: 25px;
  }
  
  .teamImg img {
  float: left;
  width: 100%;
  height: auto;
  }
  
  .teamTxt {
  float: left;
  width: calc(100% - 325px);
  }
  
/* ********************************************************************** einde team ********************************************** */

/* ********************************************************************** start babymassage ********************************************** */

  .babyDiv {
  float: left;
  width: 31.333333%;
  margin: 0 2% 25px 0;
  border: 1px solid #20AAC7;
  box-sizing: border-box;
  }
  
  .babyDivA {
  float: left;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 10px;
  background-color: #20AAC7;
  box-sizing: border-box;
  text-align: center;
  }
  
  .babyDivA h3 {
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 !important;
  line-height: 1.1em !important;
  }
  
  .babyDivB {
  float: left;
  width: 100%;
  height: 95px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #20AAC7;
  box-sizing: border-box;
  text-align: center;
  }
  
  .babyDivB h3 {
  color: #F65E23 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 1.1em !important;
  }
  
  .babyDivB p {
  color: #20AAC7 !important;
  font-size: 14px !important;
  line-height: 1.1em !important;
  }
  
  .babyDivD {
  float: left;
  width: 100%;
  height: 220px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #20AAC7;
  box-sizing: border-box;
  text-align: center;
  }
  
  .babyDivD h3 {
  color: #F65E23 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 1.1em !important;
  }
  
  .babyDivD p {
  color: #20AAC7 !important;
  font-size: 14px !important;
  line-height: 1.1em !important;
  margin-bottom: 10px !important;
  }
  
  .babyDivE {
  float: left;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #20AAC7;
  box-sizing: border-box;
  text-align: center;
  }
  
  .babyDivE h3 {
  color: #F65E23 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 1.1em !important;
  }
  
  .babyDivE p {
  color: #20AAC7 !important;
  font-size: 14px !important;
  line-height: 1.1em !important;
  margin-bottom: 10px !important;
  }
  
  .babyDivF {
  float: left;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #20AAC7;
  box-sizing: border-box;
  text-align: center;
  }
  
  .babyDivF h4 {
  color: #F65E23 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 1.2em !important;
  }
  
  .babyDivF p {
  color: #20AAC7 !important;
  font-size: 14px !important;
  line-height: 1.1em !important;
  margin-bottom: 10px !important;
  }
  
/* ********************************************************************** einde babymassage ********************************************** */

/* ********************************************************************** start reviews ********************************************** */

#reviewContainer {
    /* display: none; */
    float: left;
    width: 100%;
    background-color: #FF9932;
}

#reviewDiv {
    float: left;
    width: 70%;
    margin: 0 15%;
    padding: 35px 0 60px 0;
}

/* ********************************************************************** einde reviews ********************************************** */

/* ********************************************* start popup homepage ************************************************ */

#popupContainer {
  z-index: 20000;
  position: fixed; /* Use fixed positioning */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; /* Use flex container */
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  background: url(/images/bg_popup.png);
}

#popup {
  background-color: #00ACC8;
  width: 460px; /* Fixed width */
  padding: 20px;
  border: 10px solid #fff;
}

  #popup1, #popup2 {
  float: left;
  width: 100%;
  }
  
  #popup2 h1 {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.3em !important;
  margin-bottom: 10px !important;
  }
  
  #popup2 p {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.5em !important;
  margin-bottom: 15px !important;
  }
  
  #popup2 p a {
  color: #fff !important;
  text-decoration: underline;
  }
  
  #popup2 p a:hover {
  color: #fff !important;
  text-decoration: none;
  }

  #popup2 ul {
    margin: 0 0 15px 20px;
  }
  
  #popup2 li {
    list-style-type: square;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.5em !important;
    }
    
    #popup1 img {
  float: right;
  margin-bottom: 15px;
  }
  
  #popup1 img:hover {
  cursor: pointer;
  cursor: hand;
  }
  
  #popup2 img {
  max-width: 100%;
  height: auto;
  }
  
/* ********************************************* einde popup homepage ************************************************ */
} /* einde desktop */

/* *************************************** einde desktop ******************************* */

