/* media queries */

@media screen and (max-width: 1300px) {

	#header #logo {
		width: 150px; 
		height: 65px; 
		top: 30px
	}
	#header #logo a {
		background-size: 150px 65px;
	}	
	#header #menu ul li a {
		 font-size: 1em;
	}

    #filters > div.group {
		float:left;
		border-left: none;
		width: 100%;
		padding-left: 0;
	}


    #filters > div.group:nth-child(2){
		border-top: 1px solid rgba(255,255,255,.5);
		border-left: none;
		padding-left: 0;
	}



}
@media screen and (max-width: 900px) {

	#header,
	#header #header-container {
		min-height: 75px;
	}

	/* header */
	#wrapper #header #menu-mobile {
		width: 50px; height: 75px;
		position: fixed; right: 0em; top: 0px;
		background-color: #fff;
		background-image: url('../images/icons/menu-mobile.png');
		background-size: 15px 15px; background-position: 50% 50%; background-repeat: no-repeat;
		z-index: 9; cursor: pointer;
	}
	#wrapper #header #menu {
		position: fixed; left: 0; top: 75px;
		width: 100%; height: calc(100% - 75px);
		/*		background: rgba(211,45,46,0.9);*/
		background: rgba(0,204,173,0.9);
		transform: none; -webkit-transform: none;
		display: none;
		z-index: 9;
	}
	#wrapper #header #menu.active {
		display: block;
	}	
	#header #logo {
		width: 150px; 
		height: 65px; 
		top: 5px
	}
	#header #logo a {
		background-size: 150px 65px;
	}
	#wrapper #header #menu ul {
		position: absolute; left: 0; top: 50%; width: 100%;
		transform: translateY(-50%); -webkit-transform: translateY(-50%);
	}
	#wrapper #header #menu ul li {
		float: none; text-align: center;
	}
	#wrapper #header #menu ul li a {
	   margin-left:0;
    }

	#header.compact {
		transform: none;
		-webkit-tranform: none;
	}

	/* main layout */
	#wrapper #content #submenu {
		width: 100%; margin-bottom: 3em;
	}
	#wrapper #content .page_content,
	#wrapper #content .page_content.hassubmenu,
	#wrapper #content .page_content.hasmedia,
	#wrapper #content .page_content.hassubmenu.hasmedia {
		width: 100%; padding-left: 0; padding-right: 0;
	}
	#wrapper #content .media {
		width: 100%; margin-bottom: 2em; margin-top: 2em;
	}

	/* home */
	#content.home ul li {
		width: 100%;
		padding: 10px 0!important;
		background: #fff!important;
	}
	#content.home ul li:first-child {
		padding-top: 30px!important
	}
	#content.home ul li:nth-child(2),
	#content.home ul li:nth-child(4),
	#content.home ul li:nth-child(6) {
		background: #efefef!important;
	}
	#content.home .label {
		margin-top: -10px;
	}
	#art {
		height: auto;
		min-height: auto;
		padding-top: 75px;
	}
	#art img {
		position: relative;
		left: auto; top: auto;
		min-width: 100%;
		min-height: 0; 
		transform: none;
		-webkit-transform: none;
		display: block;
		width: 100%;			
	}
	#art h1, h1 {
		font-size: 1.2em; padding-right: 0;
	}
	#art h1:before, #art .overlay {
		display: none;
	}
	#content.home ul li a strong {
		font-size: 0.8em;
	}
	#social-bar .item {
		width: 100%;
	}

	/* lvc */
	#lvc {
		top: 75px;
		width: 50px; 
		height: 50px;
	}


	/* #carrousel */
	#carrousel {
		padding-top: 75px;
	}

	/* fotoboeken */
	#content .page_content .fotoalbum,
	#content .page_content .fotoalbum a,
	#content .page_content .fotoalbum a.foto {
		width: 100%;
		margin: 0;
		margin-bottom: 1em;
	}

	/* sponsorbalk */
	#sponsor-balk #sponsor-balk-content  {
		padding: 2em;
	}
	#sponsor-balk #sponsor-balk-content img {
		width: 50%;
	}

	/* sm */
	#social-media-buttons  {
		top: -15px;
	}


	#social-bar .item .content {
		word-break: break-all;
	}

	/* agenda */
	.page_content.agenda-page .agenda .item {
		padding-bottom: 60px;
	}
	.page_content.agenda-page .agenda .item .info strong {
		display: block;
	}
	.page_content.agenda-page {
		width: 100%!important;
	}
	.agenda-widgets  {
		width: 100%;
		padding: 0;
	}
	.agenda-widgets .widget {
		width: 100%; 
		padding: 0;
		padding-top: 40px;
		margin-top: 40px;
		border-top: 2px solid #ccc;
	}
	.agenda-widgets .widget iframe {
		margin: 0 auto;
	}

	/* selector */
	.page_content.agenda-page #selector span {
		font-size: 1em;
		box-sizing: border-box;
		width: 50%;
		float: left;
		margin: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.page_content.agenda-page #selector a.print {
		display: none;
	}


	/* maandsel nav */
	#maandselector {
		width: 100%; 
		float: none;
	}
	#maandselector > div.curr{
		width: calc(100% - 80px);
	}
	#maandselector > div.curr span  {
		font-size: 1.2em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#maandselector div span.monthname {
		display: none;
	}
	#maandselector div a {
		display: block;
	}
	#maandselector div.prev,
	#maandselector div.next {

		font-size: 1.5em; width: 40px; height: 40px;
		background: #eee; line-height: 40px;
		text-align: center;
	}
	.filters-wrap {
		width: 100%;
		height: 100px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#filters {
		width: 600px;
		border: 1px solid #f00;
	}

	/* nieuws */
	.news-page {
		width: 100%!important;		
	}



#logo-lvc {
    right: 5%;
    width: 30px;
    top: 75px;
}


}
