html {
  background: #F3F3F3;
}

body {
  font-size: 16px;
  font-family: 'Khula', sans-serif;
  font-weight: 300;
}

.header {
  padding-top: 20px;
  margin-bottom: 30px;
  background: #E6007D;
  min-width: 340px;
}

.header-image {
  width: 310px;
}

.alles-kids-logo {
  padding:30px 0 0 0;
}
.alles-kids-phone-logo {
  display: none;
}

.logocontainer {
  height: 69px;
}

h1 {
  color: #fff;
  font-weight: 700;
}
h1 > span {
  color: #000;
}

h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #A6C1E0;
}

.bol2 h3 {
  color: #ED9FC6;
}


a {
  color: #fff;
  text-decoration: none;
}

a:hover, a:active, a:focus, a:visited {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.intro span {
  color: #E6007D;
}

a.contactlink, a.contactlink:hover, a.contactlink:active, a.contactlink:focus {
  color: #000;
}

.content {
  overflow: hidden;
  min-width: 320px;
}

.bol {
  color: #fff;
}

.contactbol {
  position: absolute;
  left: 58px;
  bottom: -281px;
  background: #fff;
  border-radius: 50%;
  z-index: 1000;
  width: 250px;
  height: 250px;
  padding: 71px 20px 0 48px;
}

.contactbol:after {
  content:"";
  width: 40px;
  height: 40px;
  background: #E6007D;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: -10px;
}

.contactbol:before {
  content:"";
  width: 20px;
  height: 20px;
  background: #E6007D;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 30px;
}

.contactbol h2 {
  color: #E6007D;
}

/* Kleuren: blauw = #0089BE en roze = #E6007D */ 
.bol1 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #0089BE;
  border-radius: 50%;
  left: 50%;
  top: 13px;
  margin-left: -250px;
  padding: 60px 90px 0 110px;
}
/* bol2 - leerproblemen */
.bol2 {
  position: absolute;
  width: 450px;
  height: 450px;
  background: #E6007D;
  border-radius: 50%;
  left: 50%;
  top: 240px;
  margin-left: -225px;
  padding: 60px 90px 40px 110px;
}
.bol2:after {
  content:"";
  width: 80px;
  height: 80px;
  background: #E6007D;
  border-radius: 50%;
  position: absolute;
  top: 315px;
}
.bol3 {
  position: absolute;
  width: 450px;
  height: 450px;
  background: #0089BE;
  border-radius: 50%;
  left: 50%;
  top: 50px;
  margin-left: -225px;
  padding: 60px 90px 0 110px;
}

/* bol4 - ergotherapie */
.bol4{
  position: absolute;
  width: 360px;
  height: 360px;
  background: #0089BE;
  border-radius: 50%;
  left: -32%;
  top: 470px;
  margin-left: -235px;
  padding: 55px 40px 0 60px;
}

.bol4 h3 {
  color: #A6C1E0;
}

.bol5{
  position: absolute;
  width: 360px;
  height: 360px;
  background: #0089BE;
  border-radius: 50%;
  left: 70%;
  top: 570px;
  margin-left: -215px;
  padding: 45px 44px 0 76px;
}

.bol5 h3 {
  color: #A6C1E0;
}


.bol-row1 {
  height: 400px;
}
.bol-row2 {
  height: 700px;
}
.bol-row3 {
  height: 950px;
}

.footer-image {
  position: absolute;
    bottom: 0;
    right: -80px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .header-image {
    width: 310px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -155px;
    z-index: 100;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .bol2:after {
    left: -15px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .contactbol {
    left: 30px;
    bottom: -267px;
  }
  .bol1 {
    left: 37%;
  }
  .bol2 {
    left: 37%;
  }
  .bol3 {
    left: 59%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
  .bol2:after {
    right: -15px;
  }
  .bol-row2 {
    height: 740px;
  }
  .contactbol {
    left: 115px;
    bottom: -275px;
  }
  .bol1 {
    left: 50%;
  }
  .bol2 {
    left: 50%;
  }
  .bol3 {
    left: 50%;
  }
  .bol5 {
    left: 50%;
  }
  .alles-kids-logo {
    padding:30px 0 0 60px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .intro {
    z-index: 1005;
    position: relative;
  }
  .content {
    overflow: hidden;
  }
  
  .bol-row1 {
    height: 560px;
    margin-top: 75px;
  }
  .bol1 {
    top: 60px;
  }
  .bol-row2 {
    height: 600px;
  }
  .bol2 {
    top: -30px;
  }
  
  .bol-row3 {
    height: 975px;
  }
  .bol3 {
    top: -20px;
  }
  .bol4 {
    left: 50%;
    top: 280px;
  }
  .bol5 {
    left: 55%;
    top: 970px;
  }
  
  .contactbol {
    left: 50%;
    bottom: auto;
    top: 170px;
  }
  
  .contactbol:after {
    top: 95px;
    left: -20px;
  }
  
  .contactbol:before {
    top: 70px;
    left: -45px;
  }
  
  .alles-kids-logo {
    display: none;
  }
  
  .header {
    background: none;
    padding-top: 0;
  }
  .logocontainer {
    background: #E6007D;
    width: 100%;
    height: 210px;
    padding-top: 30px;
    min-width: 340px;
  }
  .header-image {
    display: block;
    margin: 0 auto -60px;
    position: relative;
    top: -68px;
  }
  .alles-kids-phone-logo {
    width: 100%;
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .contactbol {
    left: 50%;
    bottom: auto;
    top: 200px;
  }
  
  .bol1 {
    top: 90px;
  }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 400px) {
  .contactbol {
    left: 35%;
    bottom: auto;
    top: 230px;
  }
  
  .contactbol:after {
    top: 105px;
    left: -20px;
  }
  
  .contactbol:before {
    top: 135px;
    left: -45px;
  }
  
  .bol1 {
    top: 120px;
  }
  
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
