/*-----------------------------------------------------------------------------------
	annickgaarthuis.nl
	About: Je kunt terrecht bij de wekelijkse teken-en schilderlessen. Of andere creative workshops en curcussen volgen. 
	Author: Annick Gaarthuis
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Lato-Bold';
	src: url('./fonts/Lato-Bold/lato.woff2');
	src: url('./fonts/Lato-Bold/lato.woff2') format('woff2'),
	url('./fonts/Lato-Bold/lato.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Bold/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}





.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Old Standard TT";
	font-size:18px;
	color:#000000!important;
}
.container{
	max-width:1140px;
	border-width:100px 100px 100px 100px!important;
}
.footer-link{
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
	font-family:"Open Sans";
	font-weight:600;
	font-size:20px;
}
.info-text{
	font-size:16px;
}
.cap-heading{
	text-transform:uppercase;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:30px;
}
.feature-icon{
	text-align:center;
}
.primary-icon{
	fill:var(--swatch-var-3409);
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
	border-radius:0px 0px 0px 0px;
}
.navbar-brand img{
	height:90px;
	width:18-px;
}
.p-style{
	opacity:1.0;
	font-size:18px;
	font-family:"Lato";
	font-weight:600;
	width:100%;
}
.p-2-style{
	width:90.22%;
	font-family:"Lato";
	font-weight:700;
}
.h3-style{
	font-family:"Abril Fatface";
	font-size:25px;
}
.p-bloc-2-style{
	font-size:13px;
	font-family:"Open Sans";
}
.text-span-style{
	opacity:1.0;
}
.h2-style{
	font-size:48px;
	font-family:"Abril Fatface";
}
.img-bloc-3-style{
	width:710px;
}
.h2-bloc-3-style{
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.field-style{
	height:95px;
}
.container-div-style{
	width:100%;
}
.h1-6-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h2-grond-gezocht-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:40px;
}
.h3-21-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:24px;
}
.img-bloc-22-style{
	height:164px;
}
.img-39-style{
	height:164px;
	width:256px;
}
.h3-inspiratie-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-bloc-22-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.h3-23-style{
	font-size:18px;
	font-family:"Open Sans";
	font-weight:600;
}
.img-37-style{
	height:164px;
	width:256px;
}
.img-devoedselbo-style{
	height:164px;
	width:260px;
}
.img-kissthegrou-style{
	height:164px;
	width:256px;
}
.h3-bloc-22-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.h3-25-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.p-brand-area-style{
	width:100%;
	font-size:20px;
}
.divider-background-color{
	background-color:var(--swatch-var-6728);
}
.h3-26-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.img-groengo-style{
	height:164px;
	width:265px;
}
.h3-24-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.h3-26-bloc-22-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.h3-28-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.h3-30-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.h3-bloc-24-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:22px;
}
.link-style{
	font-weight:bold;
}
.link-bloc-25-style{
	font-weight:bold;
}
.link-content-2-style{
	font-weight:bold;
}
.h3-34-style{
	font-family:"Abril Fatface";
	font-weight:600;
	font-size:22px;
}
.carousel-style{
	width:100%;
}
.carousel-bloc-24-style{
	width:100%;
}
.h3-33-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-bloc-25-style{
	font-family:"Open Sans";
	font-weight:600;
}
.row-style{
	width:100%;
}
.h3-range-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:20px;
}
.h3-3-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:20px;
}
.h3-4-style{
	font-family:"Abril Fatface";
	font-weight:600;
	font-size:22px;
}
.h3-5-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:20px;
}
.h1-ons-verhaal-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:50px;
}
.p-9-style{
	width:91.91%;
	font-size:18px;
}
.h3-6-style{
	font-family:"Abril Fatface";
	font-weight:600;
	font-size:22px;
}
.p-menu-style{
	font-size:14px;
	font-family:"Open Sans";
	font-weight:600;
}
.p-12-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:14px;
}
.h3-4529-style{
	font-family:"Open Sans";
	font-weight:600;
}
.p-14-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:14px;
}
.p-bloc-28-style{
	width:77.78%;
}
.divider-footer-background-color{
	background-color:#48543E;
	height:01px;
	width:100%;
}
.h3-bloc-8-style{
	font-family:"Abril Fatface";
	font-weight:600;
	font-size:30px;
}
.img-bloc-29-style{
	width:536px;
}
.h3-7-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:20px;
}
.img-bloc-27-style{
	height:870px;
	width:570px;
}
.link-bloc-33-style{
	font-style:italic;
}
.img-bloc-28-style{
	height:720px;
}
.h3-5-bloc-8-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:20px;
}
.link-bloc-27-style{
	font-style:italic;
}
.link-200-soorten-style{
	font-style:italic;
}
.link-permacultuur-style{
	font-style:italic;
}
.link-voedselbos-style{
	font-style:italic;
}
.link-bodem-style{
	font-style:italic;
}
.link-bomen-style{
	font-style:italic;
}
.link-deze--style{
	font-style:italic;
	font-weight:bold;
}
.link-deze-style{
	font-style:italic;
}
.link-bloc-28-style{
	font-style:italic;
}
.link-0-style{
	font-style:italic;
}
.link-landbouwgif--style{
	font-style:italic;
}
.link-documentaire-style{
	font-style:italic;
}
.img-bloc-40-style{
	height:700px;
}
.h3-25002-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:20px;
}
.card-header-style{
	width:85.61%;
}
.p-bloc-27-style{
	font-size:18px;
}
.p-61-style{
	font-size:18px;
}
.btn-style{
	font-weight:bold;
	font-family:"Lato-Bold";
	font-size:15px;
	width:41.58%;
}
.btn-koop-nu-style{
	font-weight:bold;
}
.btn-5-style{
	font-weight:bold;
}
.btn-6-style{
	font-weight:bold;
}
.h3-7-bloc-8-style{
	font-size:18px;
	font-family:"Open Sans";
	font-weight:600;
}
.link-tuinjoop-style{
	font-weight:bold;
}
.h5-style{
	font-size:30px;
	font-family:"Abril Fatface";
}
.p-bloc-7-style{
	font-size:22px;
}
.p-12-bloc-7-style{
	font-size:22px;
}
.p-13-style{
	font-size:22px;
}
.h3-reviews-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:300;
}
.h3-3-reviews-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.h3-4-reviews-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.grid-style{
	column-gap:98px;
}
.btn-aanbod-style{
	font-weight:bold;
}
.bloc-style{
	opacity:1.0;
}
.h1---style{
	font-family:"Abril Fatface";
	font-weight:600;
	font-size:60px;
	line-height:53px;
}
.p---style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-bloc-63-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-bloc-28-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-bloc-40-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-proefles-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-bloc-43-style{
	font-size:20px;
}
.h2-bloc-42-style{
	font-family:"Abril Fatface";
	font-size:43px;
	width:100%;
	font-weight:700;
}
.p-bloc-43-style{
	font-size:18px;
}
.p-bloc-42-style{
	font-size:18px;
}
.p-56-style{
	font-size:18px;
}
.h2-bloc-44-style{
	font-family:"Abril Fatface";
	font-size:35px;
}
.h2-5-style{
	font-family:"Abril Fatface";
	font-size:35px;
}
.h2-reviews-style{
	font-family:"Abril Fatface";
	font-size:35px;
}
.h2-bloc-46-style{
	font-family:"Abril Fatface";
	font-size:34px;
}
.h2-bloc-47-style{
	font-family:"Abril Fatface";
	font-size:35px;
}
.h2-18-style{
	font-family:"Abril Fatface";
	font-size:33px;
}
.h3-bloc-2-style{
	font-family:"Abril Fatface";
	font-size:22px;
}
.h3-natuurtekenen-style{
	font-family:"Abril Fatface";
	font-size:22px;
}
.h3-2-style{
	font-family:"Abril Fatface";
	font-size:22px;
}
.h3-bloc-5-style{
	font-family:"Abril Fatface";
	font-size:22px;
}
.p-bloc-62-style{
	font-family:"Abril Fatface";
	font-size:28px;
}
.h3-bloc-12-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.h2-bloc-12-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.h2-3-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.h3-het-atelier-style{
	font-family:"Abril Fatface";
	font-size:35px;
}
.h2-over-de-docent-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.h3-32-style{
	font-family:"Abril Fatface";
	font-size:25px;
}
.h3-35-style{
	font-family:"Abril Fatface";
	font-size:22px;
}
.h3-bloc-66-style{
	font-family:"Abril Fatface";
	font-size:22px;
}
.h2-bloc-10-style{
	font-family:"Abril Fatface";
}
.h2-4-style{
	font-family:"Abril Fatface";
}
.h2-3-bloc-10-style{
	font-family:"Abril Fatface";
}
.h2-5-bloc-10-style{
	font-family:"Abril Fatface";
}
.h3-43-style{
	font-family:"Abril Fatface";
	font-size:25px;
}
.h2-7-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.h2-8-style{
	font-family:"Abril Fatface";
}
.h3-50-style{
	font-family:"Abril Fatface";
	font-size:28px;
}
.h2-9-style{
	font-family:"Abril Fatface";
}
.h2-10-style{
	font-family:"Abril Fatface";
}
.h3-bloc-98-style{
	font-family:"Abril Fatface";
}
.h2-kinderfeestje--style{
	font-size:30px;
}
.h5-2-style{
	font-size:30px;
}
.link-bloc-46-style{
	font-style:normal;
}
.img-style{
	border-radius:0px 0px 0px 0px;
	width:555px;
}
.blocs-card-width{
	width:25%;
}
.h3-boeken-style{
	font-family:"Abril Fatface";
	font-size:48px;
}
.h5-bloc-117-style{
	font-size:18px;
}
.img-bloc-121-style{
	width:700px;
}
.img-bloc-126-style{
	width:1086px;
}
.p-bloc-117-style{
	line-height:22px;
}
.p-160-style{
	line-height:22px;
}
.p-161-style{
	line-height:22px;
}
.p-162-style{
	line-height:22px;
}
.p-164-style{
	line-height:22px;
}
.p-165-style{
	line-height:22px;
}
.img-mountainlig-style{
	width:613px;
	border-radius:0px 0px 0px 0px;
}
.h2-bloc-188-style{
	font-family:"Abril Fatface";
	font-size:34px;
}
.h3-89-style{
	font-family:"Abril Fatface";
	font-size:28px;
}
.link-car-market-style{
	font-style:italic;
}
.link-trade-me-style{
	font-style:italic;
}
.link-bloc-44-style{
	font-style:italic;
}
.link-gelderlander-style{
	font-style:italic;
}
.link-hetkanwel-style{
	font-style:italic;
}
.link-eetbaar-ede-style{
	font-style:italic;
}
.link-indebuurtede-style{
	font-style:italic;
}
.link-edestad-style{
	font-style:italic;
}
.link-winterkamperen-style{
	font-style:italic;
}
.link-hier-style{
	font-style:italic;
}
.link-bloc-189-style{
	font-style:italic;
}
.link-aquarelverf-style{
	font-style:italic;
}
.link-bloc-65-style{
	font-style:italic;
}
.link-pastelkrijt-style{
	font-style:italic;
}
.link-oilpastel--style{
	font-style:italic;
}
.link-gouacheverf-style{
	font-style:italic;
}
.link-de-sysselt-style{
	font-style:italic;
}
.link-kreelsche-plas-style{
	font-style:italic;
}
.link-bloc-67-style{
	font-style:italic;
}
.link-hier--style{
	font-style:italic;
	font-weight:bold;
}
.link-gratis-pdf-style{
	font-weight:bold;
}
.link-liedjes-style{
	font-style:italic;
	font-weight:bold;
}
.link-deze-website-style{
	font-style:italic;
	font-weight:bold;
}
.link-bloc-45-style{
	font-weight:bold;
	font-style:italic;
}
.link-blog--style{
	font-style:italic;
	font-weight:bold;
}
.link-24140-style{
	font-weight:bold;
}
.h2-69-style{
	font-family:"Abril Fatface";
	font-size:34px;
}
.h2-74-style{
	font-family:"Abril Fatface";
	font-size:35px;
}
.h2-75-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.h2-76-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.img-img-93-style{
	opacity:0.2;
}
.link-0-bloc-45-style{
	font-weight:bold;
}
.link-25061-style{
	font-weight:bold;
}
.link-0-bloc-44-style{
	font-weight:bold;
}
.link--beginnen-style{
	font-style:italic;
}
.link-wildegaard-style{
	font-weight:bold;
}
.link-0-hier-style{
	font-weight:bold;
}
.h1-style{
	font-family:"Abril Fatface";
	font-size:40px;
}
.h3-bloc-3-style{
	font-family:"Abril Fatface";
	font-size:40px;
}
.p-bloc-3-style{
	font-family:"Lato";
	font-weight:700;
}
.-vierkant{
	width:50%;
	height:100%;
}
.vierkant{
	width:50%;
	height:50%;
}
.vierkanttest{
	height:50%;
	width:50%;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.bgcolor{
	background-color:var(--swatch-var-2033);
}
.greencontainer{
	background-color:var(--swatch-var-3409);
}
.kleurgroen{
	background-color:var(--swatch-var-3409);
}
.orangjekleur{
	background-color:var(--swatch-var-519);
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:#F0F0F0;
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(137,157,108,1.00);
	
	--swatch-var-7552:#000000;
	
	--swatch-var-2771:rgba(150,178,139,1.00);
	
	--swatch-var-6961:rgba(207,51,0,1.00);
	
	--swatch-var-5978:#EAE6DD;
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-166:rgba(255,255,255,1.0);
	
	--swatch-var-519:rgba(207,107,12,1.00);
	
	--swatch-var-2033:#FFB71B;
	
	--swatch-var-3577:rgba(185,140,35,0.10);
	
	--swatch-var-633:#E9A54D;
	
}


/* Background colour styles */

.bgc-519{
	background-color:var(--swatch-var-519);
}
.bgc-3577{
	background-color:var(--swatch-var-3577);
}
.bgc-633{
	background-color:var(--swatch-var-633);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}

/* Text colour styles */

.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.tc-7552{
	color:var(--swatch-var-7552)!important;
}
.tc-6728{
	color:var(--swatch-var-6728)!important;
}

/* Button colour styles */

.btn-c-2033{
	background:var(--swatch-var-2033);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2033:hover{
	background:#CC8400!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3409{
	background:var(--swatch-var-3409);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3409:hover{
	background:#566A39!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-633{
	background:var(--swatch-var-633);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-633:hover{
	background:#B6721A!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2771{
	background:var(--swatch-var-2771);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2771:hover{
	background:#637F58!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-7376{
	color:var(--swatch-var-7376)!important;
}
.ltc-7376:hover{
	color:#000000!important;
}
.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}
.ltc-3409{
	color:var(--swatch-var-3409)!important;
}
.ltc-3409:hover{
	color:#566A39!important;
}

/* Bloc image backgrounds */

.bg-slak{
	background-image:url("img/slak.jpg");
	background-image: -webkit-image-set(url("img/slak.webp") 1x,
url("img/slak.webp") 2x);background-image: image-set(url("img/slak.jpg") 1x,
url("img/slak.jpg") 2x,url("img/slak.webp") 1x,
url("img/slak.webp") 2x);
}
.bg-Scherm­afbeelding-202025-12-22-20om-2018-00-37{
	background-image:url("img/Scherm%C2%ADafbeelding%202025-12-22%20om%2018.00.37.png");
}
.bg-Scherm­afbeelding-202025-12-22-20om-2022-43-37{
	background-image:url("img/Scherm%C2%ADafbeelding%202025-12-22%20om%2022.43.37.png");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-fill-mask{
		fill:rgba(0,0,0,0.70);
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.carousel-style{
		width:100%;
	}
	.carousel-bloc-24-style{
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	.img-bloc-22-style{
		width:265px;
	}
	.p-12-bloc-7-style{
		font-size:12px;
	}
	.p-bloc-7-style{
		font-size:12px;
	}
	.h3-reviews-style{
		font-size:12px;
	}
	.h3-3-reviews-style{
		font-size:12px;
	}
	.p-13-style{
		font-size:12px;
	}
	.h3-4-reviews-style{
		font-size:12px;
	}
	.blocs-card-width{
		width:50%;
	}
	.btn-style{
		width:85.66%;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:rgba(0,0,0,0.80);
	}
	.navbar-logo{
		font-size:18px;
	}
	.mt-1{
	}
	.p-bloc-40-style{
		width:100%;
	}
	.carousel-style{
		width:99.64%;
	}
	.p-9-style{
		font-size:20px;
	}
	.blocs-card-width{
		width:100%;
	}
	
}

