/** CSS for responsive versions */
/*
Notes for use of hide/show elements for responsive versions

Version             min-res     max-res   |   desktop-version   tablet-version   mobile-version   mobile-portrait
------------------------------------------------------------------------------------------------------------------
Desktop              1024px       >>                 X                -                -                 -
Tablet (landscape)    960px     1023px               X                -                -                 -
Tablet (portrait)     768px      959px               -                X                -                 -
Mobile (landscape)    480px      767px               -                -                X                 -
Mobile (portrait)      <<        479px               -                -                X                 X
-------------------------------------------------------------------------------------------------------------------
Element shown:  X
Element hidden: -
Elements that are marked with multiple classes are shown if they match any shown class.
*/


.tablet-version, .mobile-portrait, .mobile-version {
	display: none;
}

/* Deskop or tablet */
@media only screen and (min-width: 960px) {
	.desktop-version {
		display: block;
	}
}

/* Tablet (landscape) */
/* At least standard 960 (devices and browsers), often treated same as desktop */
@media only screen and (min-width: 960px) and (max-width: 1023px) {
	.sitewrapper {
	
	}
}

/* Tablet (portrait) */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	.desktop-version {
		display: none;
	}
	.tablet-version {
		display: block;
	}
	span.tablet-version, a.tablet-version {
		display: inline;
	}
	img.tablet-version {
		display: inline-block;
	}
	.sitewrapper {
	}
}


/* Mobile (landscape)	*/
/* All Mobile Sizes (devices and browser) up to 767 px */
@media only screen and (max-width: 767px) {
	.desktop-version, .tablet-version, span.tablet-version, a.tablet-version, img.tablet-version {
		display: none;
	}
	.mobile-version {
		display: block;
	}
	span.mobile-version, a.mobile-version {
		display: inline;
	}
	img.mobile-version {
		display: inline-block;
	}
	.sitewrapper {
		width: 100%;
		margin: 0px;
	}

	header#main-header div.searchbox {
		display: none;
	}
	.nav-dropdown {
		display: none;
	}
	div#contentcontainer .sitecomponent {
		padding: 0px 10px;
		background-color: #FFFFFF;
	}
	.cmstext table, .cmstext tbody, .cmstext tr, .cmstext td {
		display: block;
		width: 100% !important;
		float: none !important;
		height: auto !important;		
		box-sizing: border-box;		
	}
	.contentcontainer {
		width: 100%;
	}
	footer {
		margin: 4%;
		width: 92%;
	}
	.socialmedia-container {
		float:none;
	}
	img, iframe, object {
		max-width: 100%;
	}
	img {
		height: auto;
	}	
	object {
		height: 315px;
	}
	.logo {
		float: none;
	}
	.logo img {
		width: 90%;
		max-width: 300px;
		height: auto;
	}	
	
  /*
	.list-items ul {
		width: 100% !important;
	}
	.list-items ul li  {
		margin-left: 0 !important;
		height: auto !important;
		margin-bottom: 20px;
		width: 100% !important;
	}
	.list-items ul li img{
		width: 100% !important;
		height: auto !important;
	}
	.list-items ul li > div {
		margin-left: 0 !important;
	}
	.list-items .intro-list {
		width: auto !important;
	}
 */
	
	/* forms */
	.formresponse.show-form {
		width: 100%;
	}
	.formresponse.show-form .col1 {
		width: 100% !important;
	}
	.formresponse.show-form .collabel1 {
		width: 100%;
		float: none;
	}
	.formresponse.show-form .col1 input[type="text"], .formresponse.show-form .col1 input[type="email"] {
		box-sizing: border-box;
		width: 100%;
		padding: 4px;
	}
	.formresponse.show-form textarea {
		box-sizing: border-box;
		width: 100%;
		padding: 4px;
	}
	.captcha  table, .captcha tbody, .captcha tr, .captcha td {
		display: block;
		width: 100%;
		clear: both;
	}
	.formresponse.show-form .collabel1 label, .formresponse.show-form .collabel2 label {
		float: none;
		margin-bottom:0;
	}
	.imageCaptcha .cp-image img {
		width: 95%;
		margin: 5px auto;
	}
	.imageCaptcha .cp-code input {
		padding: 4px;
	}

	/* search */
	#search-box {
		top: 0;
	}
	.search.show-item .searchbox {
		height: auto !important;
		text-align: left !important;
		margin-bottom: 0 !important;
	}
	.search.show-item .searchbox div {
		float: none !important;
	}
}

/* Mobile (portrait) */
/* Small mobile devices, up to 479 px */
@media only screen and (max-width: 479px) {
	.mobile-portrait {
		display: block;
	}
	span.mobile-portrait, a.mobile-portrait {
		display: inline;
	}
	img.mobile-portrait {
		display: inline-block;
	}
	.main-header {
		height: 125px;
		position:relative;
		width: 100%;
	}
	nav {
	}
}



/* SITE SPECIFIEK */
@media only screen and (max-width: 959px) {
	.sitewrapper{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;		
	}
	.cmstext img{
		width: 100%;
		height: auto;
		max-width: 100%;
		margin: 10px 0px;
	}

	.contentcontainer{
		width: 100%;
		box-sizing: border-box;
		padding: 0px;
	}
	.main-header{
		width: 100%;
	}
	.breadcrumbscontainer{
		width: 100%;
		clear: both;		
	}
	.article.list-items .article-list-masonry-column-width { 
		width: calc( 50% - 7.5px );
	}
	.article.list-items .article-list-masonry-gutter { 
		width: 15px;
	}
	.article.list-items ul li.item { 
		width: calc( 50% - 7.5px );
	}
	/*
	#article-container{
		height: auto !important;
		width: 100%;
	}
	#article-container li{
		width: 100% !important;
		margin: 0px;
		position: static;
		box-sizing: border-box;
		margin-bottom: 20px;
	}	
	#article-container li img{
		width: 100% !important;
		margin: 0px;
	}
	*/
	.formresponse.show-form .collabel1,
	.formresponse.show-form .col1{
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	.formresponse.show-form .collabel1 label{
		margin-bottom: 0px;
	}
	.formresponse.show-form input[type="email"], .formresponse.show-form input[type="text"],.formresponse.show-form textarea{
		width: 100%;
		box-sizing: border-box;
	}
	.imageCaptcha{
		width: 100%;
		margin: 10px 0px;
		box-sizing: border-box;
	}
	.memberregistration.show-form input,
	.memberregistration.show-form select,
	.memberregistration.show-form label{
		width: 100%;
		box-sizing: border-box;
		float: none;
	}
	.memberregistration.show-form input[type="submit"]{
		margin-left: 0px;
	}
	.cmstext table {
		width: 100% !important;
		box-sizing: border-box;
	}	
	.cmstext ul {
		padding-left: 10px;
	}
	 .banner.list-items{
		width: 100%;
		box-sizing: border-box;		 
	 }
	 .contentcontainer .page.show-home{
		margin: 0px;
		width: 100%;
	 }
	.show-home .banner.list-items ul{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 5px;
		row-gap: 5px;	
	}
	.show-home .banner.list-items ul li{
		margin: 0px;
	}
	.show-home .banner.list-items ul li img{
		width: 100%;
	}
	#slider1_container{
		margin-left: -10px !important;
	}
	#slider1_container img{
		max-width: none;
	}
	.slide-title{
		width: 40% !important;
		font-size: 35px !important;
	}
	.slide-intro{
		font-size: 25px !important;
	}
}
