






















































































































<style>

/* wrapping element */
	
.tabbed-content {
	position: relative;
	margin: 25px 0;
	overflow: hidden;
	font-family: arial, 'sans-serif';
	color: #525252;
}

/* tab links block */
.tabs{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	line-height: normal;
}

/* individual tab link */


/* tab content wrapper */
.tabs-wrapper {
	float: left;
}

/* tab content blocks to toggle between */
.tab-content{
	display: none;
	border:4px solid #CCCCCC;
	padding: 20px;
	margin:0;
	float: left;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	min-height: 231px;//height of tabs + 10
	width: 100%;
	box-sizing:border-box;
	position: relative;
	-moz-box-sizing:border-box;
	&.current {
		display: inherit;
	}
	*:first-child {
    margin-top:0;
	}
}

@media only screen and (max-width: 650px) {
	.tabs {
		width: 100%;
		float: none;
	}
	.tabs-wrapper {
		width: 100%;
	}
	.tab-content {
		min-height: 0;
	}
}	


</style>


<div class="tabbed-content clearfix">
		<!--Tabbed navigation-->
   
<ul class="tabs">


                        <li class="tab-link button-primary" data-tab="n-joy4kidz">N-Joy4kidz</li>
                                <li class="tab-link button-primary" data-tab="overige-samenwerkingsverbanden">Overige samenwerkingsverbanden</li>
            
</ul>

<div class="tabs-wrapper">

                        
			<div id="n-joy4kidz" class="tab-content">
				<h2>N-Joy4kidz</h2>
				
				<div class="tab-inner">
					<p>​Voor groepsbegeleiding, individuele begeleiding, behandeling en/of logeeropvang voor kinderen vanaf 4 jaar of volwassenen die niet gefinancieerd worden vanuit de WLZ, kunt u kijken op <span style="text-decoration: underline"><strong><a href="https://n-joy4kidz.nl/">N-Joy4kidz.</a></strong></span></p>
				</div>
			</div> 

                                
			<div id="overige-samenwerkingsverbanden" class="tab-content">
				<h2>Overige samenwerkingsverbanden</h2>
				
				<div class="tab-inner">
					<p>​Naast samenwerking met collega&#8217;s, besteden wij ook aandacht aan maatschappelijke participatie. Door diverse samenwerkingsverbanden en projecten, nemen wij op een leerzame en positieve manier deel aan de maatschappij.</p>
<p>Tevens zetten wij ons in voor goede doelen.</p>
				</div>
			</div> 

              

</div>
	
</div>




<script>


$(".tab-link").first().addClass("current");

$(".tab-content").first().addClass("current");




var tabbedContent = function() {
		//get all tab link elements
		var tab = document.getElementsByClassName("tab-link");
		//get all tab content elements
		var tabContent = document.getElementsByClassName("tab-content");
		//loop through each tab
		for (var i = 0; i < tab.length; i++) {
				//add click event listener to all tab links
				tab[i].addEventListener('click', function() {
						//each time tab clicked remove all current classes
						//remove 'current' class from all tabs
						for (var i = 0; i < tab.length; i++) {
								tab[i].classList.remove('current');
						};
						//remove 'current' class from all tab content
						for (var i = 0; i < tabContent.length; i++) {
								tabContent[i].classList.remove('current');
						};
						//add current class back to the clicked tab
						this.className += ' current';
						//get data-tab attribute of what has been clicked
						var matchingTab = this.getAttribute('data-tab');
						//add current class to the tabContent element thats id matches the data-tab of the clicked tab
						document.getElementById(matchingTab).className += ' current';
				}, false);
		}
}

tabbedContent();

</script>

	{"id":1418,"date":"2024-03-12T08:15:07","date_gmt":"2024-03-12T08:15:07","guid":{"rendered":"https:\/\/mprinsdesign.nl\/athome\/?page_id=1418"},"modified":"2024-04-19T18:32:27","modified_gmt":"2024-04-19T18:32:27","slug":"samenwerking","status":"publish","type":"page","link":"https:\/\/mprinsdesign.nl\/athome\/samenwerking\/","title":{"rendered":"Samenwerking"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h1>Samenwerking<\/h1>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Samenwerking [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-1.php","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-1418","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/pages\/1418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/comments?post=1418"}],"version-history":[{"count":7,"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/pages\/1418\/revisions"}],"predecessor-version":[{"id":2038,"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/pages\/1418\/revisions\/2038"}],"wp:attachment":[{"href":"https:\/\/mprinsdesign.nl\/athome\/wp-json\/wp\/v2\/media?parent=1418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}