/* CSS Document */
@font-face {
  font-family: 'kalmansk';
  src: url("../fonts/kalmansk-regular-webfont.woff2") format("woff2"), url("../fonts/kalmansk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'winky';
  src: url("../fonts/winkysans-variablefont_wght-webfont.woff2") format("woff2"), url("../fonts/winkysans-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  min-height: 100%;
  height: 100%;
  color: #333333;
  font-family: 'winky',sans-serif; }

body {
  margin: 0;
  padding: 0px;
  font-size: 20px;
  min-width: 320px;
  font-family: 'winky',sans-serif;
  -webkit-user-select: text;
  -webkit-text-size-adjust: none;
  min-height: 100%;
  height: 100%;
  background: #fff; }

section {
  clear: both; }

ul {
  list-style: disc;
  margin-left: 10px;
  padding: 0 0 0 10px;
  width: 100%;
  text-align: left;
  box-sizing: border-box; }

li {
  margin: 0;
  padding: 0 0 15px0;
  border: 0; }

h1, h2, h3 {
  word-spacing: -3px; }

h1 {
  font-size: 48px;
  font-family: 'kalmansk',sans;
  font-weight: normal;
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
  line-height: 2px !important;
  color: #fff;
  text-transform: uppercase; }

h2 {
  font-size: 48px;
  font-family: 'kalmansk';
  font-weight: normal;
  margin: 0px;
  padding: 15px 0px 4px 0px;
  color: #A4B51B;
  text-transform: uppercase; }

h3 {
  font-size: 36px;
  font-family: 'kalmansk';
  font-weight: normal;
  margin: 0px;
  -webkit-margin-after: 0px;
  padding: 0px;
  text-transform: uppercase; }

h4 {
  font-size: 24px;
  font-family: 'kalmansk';
  font-weight: normal;
  margin: 17px 0 0 0;
  -webkit-margin-after: 0px;
  padding: 0px; }

p {
  margin: 0px 0px 0.3em 0px;
  line-height: 30px; }

a, .afake {
  cursor: pointer;
  text-decoration: none;
  color: #A4B51B; }

.btn {
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  background-size: contain;
  background-color: #A4B51B;
  color:#fff;
  display: inline-block;
  box-sizing: border-box; 
  padding: 20px;
  margin: 20px;
  box-shadow: 4px 4px 0 0 #C4D53B;
}
.btn:hover{ 
  background-color: #A0B010;
  box-shadow: 4px 4px 0 0 #A4B51B;
}
  .btn.start {
    width: 106px;
    height: 61px;
    padding-top: 19px;
    margin-top: 10px; }
  .btn.groot {
    width: 142px;
    height: 61px;
    padding-top: 19px;
    margin-top: 10px;
    font-size: 28px; }

.logo {
  max-width: 90%;
  width: 300px;
  padding: 15px 0; }

.textblock {
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 0px;
  max-width: 450px;
  width: 100%;
  display: inline-block; }

/* MAIN FRAME */
.inner-wrapper {
  width: 100%;
  box-sizing: border-box; }
  .inner-wrapper .content-wrapper {
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box; }

img {
  max-width: 100%; }

.img-green1, .img_samen, .img-green3, .img_plantenbak {
  background-size: cover;
  position: absolute; }

.img-green1 {
  background-image: url("../img/veilig.png");
  left: 0px;
  top: 300px;
  width: 20vw;
  height: 20vw; }

.img_samen {
  background-image: url("../img/groen-voorbeeld2.png");
  right: 0px;
  top: 580px;
  width: 20vw;
  height: 20vw; }

.img-green3 {
  background-image: url("../img/groen-voorbeeld.png");
  left: 0px;
  top: 1300px;
  width: 20vw;
  height: 20vw; }

.img_plantenbak {
  background-image: url("../img/plantenbak.png");
  right: 0px;
  top: 1800px;
  width: 20vw;
  height: 20vw; }

footer {
  background: #A4B51B;
  bottom: 0px;
  height: 80px;
  width: 100%; }

.close {
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 3;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  margin: 15px;
  color: #A4B51B;
  transform: rotate(45deg);
  font-size: 24px;
  border-radius: 20px; }

.vraag_hoelang, .vraag_leeftijd, .vraag_meer {
  display: none; }

@media screen and (max-width: 1365px) {
  .img-green1, .img_samen, .img-green3, .img_plantenbak {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0px auto;
    width: 30vw;
    height: 30vw;
    min-width: 300px;
    min-height: 300px;
    margin-top: 15px; } }
