/* *************************************** start mobiel ******************************* */

@media (max-width: 1000px) {

  .desktop_only {
  display: none;
  } 

  #scrollHome {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  }
  
  .imageLeft, .imageRight {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  }
  
  /* *************************************** start menu ******************************* */

  #menuDiv {
  position: fixed;
  display: inline-block;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 9001;
  }
  
  #menuDiv p {
  }
  
  #menuDiv img {
  position: absolute;
  top: 0;
  left: 0;
  }
  
  #menuDiv img:hover {
  position: absolute;
  top: -30px;
  left: 0;
  cursor: pointer;
  cursor: hand;
  }
  
  #menu_adres {
  display: none;
  }
  
  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9002;
  top: 0;
  right: 0;
  background-color: #20AAC7;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 60px 0;
  }

  .sidenav a, .sideNav {
  display: inline-block;
  padding: 0 0 0 50px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  line-height: 1.5em;
  }

  .sidenav a:hover, .sideNav:hover {
  color: #F2A447;
  cursor: pointer;
  cursor: hand;
  }

  .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 25px;
  }
  
  .sidenav .sideSubnavig {
  float: left;
  width: 100%;
  margin: 10px 0 25px 0;
  padding-left: 25px;
  box-sizing: border-box;
  }

  .sidenav .sideSubnavig a {
  float: left;
  width: 100%;
  }
  
  #sideSub1, #sideSub2, #sideSub3, #sideSub4, #sideSub5 {
  display: none;
  }

  /* *************************************** einde menu ******************************* */

  #headerContainer {
  float: left;
  width: 100%;
  background-color: #fff;
  z-index: 9000;
  }

  #header {
  float: left;
  width: 92%;
  margin: 0 4%;
  }
  
  .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: 100%;
  padding-top: 75px;
  text-align: center;
  }

  #logo img {
  max-width: 100%;
  height: auto;
  margin: 12px 0 5px 0;
  }
  
  .fixed #logo img {
  float: right;
  width: 200px;
  height: auto;
  margin: -60px 0 0 0;
  }
  
  #phoneDiv {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 100%;
  height: 25px;
  text-align: right;
  }
  
  #phoneDiv p {
  font-size: 13px;
  font-weight: bold;
  }
  
  #phoneDiv p a {
  background-color: #F65E23;
  border: 1px solid #F65E23;
  color: #fff;
  padding: 2px 5px;
  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 {
  display: none;
  }
  
  .whiteHeaderDiv {
  float: left;
  width: 100%;
  height: 0;
  }

  #fotoContainer {
  float: left;
  width: 100%;
  background-color: #F5A044;
  position: relative;
  }
  
  #sloganDiv {
  float: left;
  width: 92%;
  margin: 0 4%;
  padding: 50px 0;
  }

  #foto {
  float: left;
  width: 92%;
  margin: 0 4%;
  padding: 15px 0;
  }
  
  #slogan {
  float: left;
  width: 100%;
  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: 100px;
  background-color: #F89E3F;
  }
  
  .crumbs {
  display: none;
  }

  #categorieDivvvv {
  flex: 1;
  width: 49%;
  margin-left: 1%;
  background-color: #E2E3E5;
  padding: 0.5%;
  box-sizing: border-box;
  }
  
  #buttonContainer {
  float: left;
  width: 92%;
  margin: 50px 4% 25px 4%;
  }
  
  #mainContainer {
  float: left;
  width: 92%;
  margin: 0 4%;
  }

  #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 15px 0 0;
  }

  #kid2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: auto;
  margin: 0 0 -100px 75px;
  z-index: 100;
  }

  #kid2a {
  display: none;
  }

  #mainHome #content {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
  }
  
  #main #content {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
  box-sizing: border-box;
  }
  
  #mainRight {
  float: left;
  width: 100%;
  box-sizing: border-box;
  }

  .mainRightTop {
  float: left;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
  margin: 0 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: 350px;
  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: 20%;
  top: 0px;
  margin-left: -25px;
  z-index: 1;
  }

  /* afspraak maken */ 
  #rightButton2 {
  background-color: #67C1DB;
  position: absolute;
  left: 20%;
  top: 25px;
  margin-left: 115px;
  z-index: 2;
  }

  /* contact */ 
  #rightButton1 {
  background-color: #F8A03D;
  position: absolute;
  left: 20%;
  top: 150px;
  margin-left: 75px;
  z-index: 3;
  }

  #rightButton1:hover, #rightButton2:hover, #rightButton3:hover {
  background-color: #F65E23;
  }

  .crosses {
  float: left;
  width: 100%;
  height: 50px;
  }

  #content h1, #contentWide h1 {
	font-size: 24px;
	color: #00ACC8;
	line-height: 1.3em;
	margin-bottom: 25px;
  }
  
  .subnavig_next {
  display: none;
  }

  .subnavig_next_mob p {
  font-size: 13px !important;
  }

  #voetenContainer {
  float: left;
  width: 100%;
  }

  #voeten {
  float: left;
  width: 70%;
  padding: 40px 15%;
  background-color: #F5A242;
  }
  
  #voetenLeft {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  }
  
  #voetenRight {
  float: left;
  width: 100%;
  }

  #voetenLeft img {
  width: 100%;
  height: auto;
  border-radius: 15px 50px;
  }

  #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%;
  margin: 0;
  }

  #knopDiv {
  float: left;
  width: 70%;
  padding: 40px 15%;
  margin: 0;
  }
  
  #myKnop {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }
  
  #myKnop img {
  width: 100%;
  height: auto;
  }
  
  #myWidget {
  float: left;
  width: 100%;
  text-align: center;
  }

  #footerContainer {
  float: left;
  width: 100%;
  background-color: #fff;
  }

  #footer {
  float: left;
  width: 92%;
  margin: 0 4%;
  padding: 25px 0;
  background: url(/images/kid_running.png) bottom right no-repeat;
  background-size: 100px auto;
  }

  .footerDiv1 {
  float: left;
  width: 100%;
  padding: 0 25px 25px 0;
  box-sizing: border-box;
  }

  .footerDiv2 {
  float: left;
  width: 100%;
  padding: 0 25px 25px 0;
  box-sizing: border-box;
  }

  .footerDiv3 {
  float: left;
  width: 100%;
  padding: 0 25px 25px 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 {
  }
  
  .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 {
  }

  .threecolums {
  }
  
/* ********************************************* start divs ************************************************ */

  .div30 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div33 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div333 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }
  
  .div333 img {
  float: left;
  width: 100%;
  height: auto;
  }

  .div40 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div50 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div60 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div70 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div80 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div90 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div100 {
  float: left;
  width: 100%;
  }

/* ********************************************* einde divs ************************************************ */

/* ********************************************************************** start buttons home ********************************************** */

  #buttonDiv {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
  }

  .myButton1 {
  float: left;
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
  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: 100%;
  height: 150px;
  margin-bottom: 25px;
  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: 100%;
  height: 150px;
  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: 100%;
  height: 150px;
  margin-bottom: 25px;
  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: 100%;
  margin-bottom: 10px;
  }
  
  .teamImg img {
  float: left;
  width: 50%;
  max-width: 100%;
  height: auto;
  }
  
  .teamTxt {
  float: left;
  width: 100%;
  }
  
/* ********************************************************************** einde team ********************************************** */

/* ********************************************************************** start babymassage ********************************************** */

  .babyDiv {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  border: 1px solid #20AAC7;
  box-sizing: border-box;
  }
  
  .babyDivA {
  float: left;
  width: 100%;
  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%;
  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%;
  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%;
  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%;
  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 {
    float: left;
    width: 100%;
    background-color: #FF9932;
}

#reviewDiv {
    float: left;
    width: 92%;
    margin: 0 4%;
    padding: 35px 0 60px 0;
}

/* ********************************************************************** einde reviews ********************************************** */

/* ********************************************* start popup homepage ************************************************ */

	#popupContainer {
	z-index: 20000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg_popup.png);
  }
  
  #popup {
  position: absolute;
  top: 25px;
  left: 5%;
  width: 90%;
  background-color: #00ACC8;
  padding: 2%;
  border: 10px solid #fff;
  box-sizing: border-box;
  }
  
  #popup1, #popup2 {
  float: left;
  width: 100%;
  }
  
  #popup2 h1 {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.3em !important;
  margin-bottom: 10px !important;
  }
  
  #popup2 p {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.2em !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: 10px;
  }
  
  #popup1 img:hover {
  cursor: pointer;
  cursor: hand;
  }
  
  #popup2 img {
  max-width: 100%;
  height: auto;
  }
  
/* ********************************************* einde popup homepage ************************************************ */
} /* einde max 1000px */

/* *************************************** einde mobiel ******************************* */

