@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");#header{position:fixed;z-index:999;left:0;top:0;width:100vw;height:auto;background-image:url(../images/bgmenu1.jpg);background-repeat:repeat-x}#header .header{min-height:8vh}#header .nav-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:89px;padding:12px}#header .nav-list ul{list-style:none;position:absolute;background-color:aliceblue;width:100vw;height:100vh;left:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;overflow-x:hidden;-webkit-transition:.5s ease left;transition:.5s ease left}#header .nav-list ul.active{left:0}#header .nav-list ul a{font-weight:500;letter-spacing:.2rem;text-decoration:none;color:red;text-transform:uppercase;padding:12px;display:block}#header .nav-list ul li:hover a{color:#000}#header .hamburger{height:60px;width:60px;display:inline-block;border:3px solid #fff;border-radius:50%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:100;cursor:pointer;-webkit-transform:scale(0.8);transform:scale(0.8)}#header .hamburger:after{position:absolute;content:"";height:100%;width:100%;border-radius:50%;border:3px solid #fff;-webkit-animation:hamburger_puls 3s ease infinite;animation:hamburger_puls 3s ease infinite}#header .hamburger .bar{height:2px;width:30px;position:relative;background-color:#fff;z-index:-1}#header .hamburger .bar::after,#header .hamburger .bar::before{content:"";position:absolute;height:100%;width:100%;left:0;background-color:#fff;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:top, bottom;transition-property:top, bottom}#header .hamburger .bar::after{top:8px}#header .hamburger .bar::before{bottom:8px}#header .hamburger.active .bar::before{bottom:0}#header .hamburger.active .bar::after{top:0}@-webkit-keyframes hamburger_puls{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes hamburger_puls{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(1.5);transform:scale(1.5)}}@media only screen and (min-width: 1450px){#header .nav-list ul a{color:#fff}#header .nav-list ul li:hover a{color:red}#header .hamburger{display:none}#header .nav-list ul{position:initial;display:block;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:transparent}#header .nav-list ul li{display:inline-block}#header .nav-list ul li a{font-size:22px;font-weight:bold}#header .nav-list ul a:after{display:none}}#footer{background-image:url(../images/bgmenu1.jpg);background-repeat:repeat-x;margin-top:40px}.copyright{height:89px;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.fa-copyright{margin-right:5px}.copyright-item1{color:#fff;margin:auto 10px}.copyright-item2{color:#fff;margin:auto 10px}#nul a:link{color:#fff;text-decoration:none}#nul a:visited{color:#fff;text-decoration:none}#nul a:hover{color:red;text-decoration:none}#nul a:active{color:#fff;text-decoration:none}#footer a:link{color:#fff;text-decoration:none}#footer a:visited{color:#fff;text-decoration:none}#footer a:hover{color:red;text-decoration:none}#footer a:active{color:#fff;text-decoration:none}@media only screen and (min-width: 500px){.copyright{height:89px;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}}.cookie__alert.show{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:1s;transition-delay:1s}.cookie__alert.show p{color:#fff;line-height:1.5;font-size:12px}.cookie__alert{position:fixed;bottom:0;left:0;width:100%;z-index:999;opacity:0;visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .5s ease-out;transition:all .5s ease-out;color:#fff;background:#b10707;padding:2rem;border-top:1px solid #f7f7f2}@media screen and (min-width: 600px){.cookie__alert{width:280px;left:20px;bottom:20px;border:1px solid #fff}}button{background-color:#fff;color:#000;float:right;padding:5px}.cookie__flex{margin-top:20px}.cookie__flex a:link{color:#fff;text-decoration:none;font-weight:normal}.cookie__flex a:hover{color:red;text-decoration:none}.cookie__flex a:active{color:#fff;text-decoration:none}.cookie__flex a:visited{color:#fff;text-decoration:none}*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{color:#000;font-family:"Source Sans Pro", Helvetica, sans-serif;font-size:12pt;line-height:1.65em}a{text-decoration:none}a:link{color:#2489ee}a:visited{color:#2489ee}a:hover{color:red}a:active{color:#2489ee}img-responsive{width:100%;height:auto}.handjes img{width:90%;margin-top:30px}.geel{background-image:url(../images/geel.png);background-repeat:no-repeat;background-position:center;height:190px;margin:20px 0}.blauw{background-image:url(../images/blauw.png);background-repeat:no-repeat;background-position:center;height:190px;margin:20px 0}.rood{background-image:url(../images/rood.png);background-repeat:no-repeat;background-position:center;height:190px;margin:20px 0}.kind{background-image:url(../images/geleverf.png);background-repeat:no-repeat;background-position:center}.header container{background-image:url(../images/bgmenugeel.jpg);background-repeat:repeat-x}.tarief{background-image:url(../images/tarieven.png);background-repeat:no-repeat;background-position:center;height:236px;margin-top:40px}.container-full{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1500px;margin:0 auto;padding-top:130px}.innerinhoud{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.img-responsive{width:100%;height:auto}.subinhoud{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4%;text-align:left}.subinhoudtherapie{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4%;text-align:left}.inhoud{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4%;text-align:left;background-color:aliceblue}.typen{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4%;text-align:left;margin:0 auto}.logo{padding-top:100px}h1{font-family:'Great Vibes', cursive;text-align:center;color:red;font-size:80px;margin:60px 0px;line-height:1.4;letter-spacing:5 px}h2{font-family:'Great Vibes', cursive;text-align:center;color:#fff;font-size:1.2em;margin-bottom:20px}h3{text-align:center;color:red;font-size:1em;line-height:1.30em;font-weight:100}h4{font-family:'Great Vibes', cursive;text-align:center;color:red;font-size:1.8em;line-height:2;letter-spacing:2px}h5{text-align:left;color:#fff;font-size:1.6em;line-height:1.35em;font-weight:100}h6{font-family:'Great Vibes', cursive;color:red;text-align:left;font-size:1.6em;line-height:1.35em;letter-spacing:2px}.h4midden{text-align:center;color:#000;font-size:1.4em;line-height:1.35em}.center{margin:0 auto;padding:50px 0;text-align:center;padding:6%}.center h5{text-align:center}@media only screen and (min-width: 980px){html{font-size:14pt}.center{padding:2%}.innerinhoud{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.subinhoud{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex}.tarinhoud{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex}.handjes img{width:25%}.padding{padding:2%}}@media all and (min-width: 1200px){html{font-size:16pt}}

/*# sourceMappingURL=style.css.map */