
@media screen and (max-width: 1023px) {
  
	#wrapper {
		max-width: 100vw;
		min-width:1px;
	}
	#wrapper .al-page-wrapper {
		max-width:100%;
	}
	#wrapper > header .main-menu {
		width: calc(100% - 135px);
	}
	#wrapper > header .short-nav {
		margin-top:10px;
		position: absolute;
		right: -75px;

	}
	#wrapper > header .main-menu a {
		font-size:12px;
		margin-left:6px;
		margin-right:6px;
	}
	#wrapper > section.main footer .al-footer-wrapper, #wrapper > section.main footer .al-misc-footer-wrapper {
		max-width:100%;
	}
	#wrapper > section.main .main-content .richtingen li:first-child {
		width:100vw;
		text-align: center;
		margin-top:60px;
		border: 0px solid #c8c8c8;
	}
	#wrapper > section.main .main-content .richtingen li {
		width:100vw;
	}
	#wrapper > section.main .main-content .home-tmpl .home-tmpl-row-one .home-tmpl-row-one_second-col {
		width:100vw;
	}
	#wrapper > section.main .main-content .richtingen li .news-contents .read-more {
		position: relative;
		right: 10px;
		width: 50%;
		left: 0%;
		margin-top: 40px;
		margin-left: 25%;
		display: block;

	}
	#wrapper > section.main .main-content .richtingen li {
		margin:0px;
		margin-top:15px;
	}
	#wrapper > section.main .main-side .content-side iframe {
		max-width:100% !important;
	}
	#wrapper > header .banner {
		 min-height:300px !important; 
	}
	#wrapper > header {
		height:300px;
	}
	#wrapper.is-home header .banner {
		height:425px;
	}
	#wrapper > section.main .main-content {
		top:0px;
		clear:both;
	}
	#wrapper > section.main {
		margin-top: -181px;
	}
	#wrapper > section.home {
		margin-top:20px;
	}
	#wrapper > section.main footer {
		margin-top:0px;
	}
	
}

@media screen and (max-width: 799px) {
	#wrapper > header .main-menu > ul > li:hover > ul {
		display: none !important;
	}
	#wrapper > header .main-menu > ul > li {
		width:100%;
	}
	#wrapper > header {
		height:auto !important;
	}
	#wrapper > header .banner {
		display:none;
	}
	#wrapper > section.home {
		margin-top:-20px;
	}
	#wrapper > section.main .main-side {
		max-width:90vw;
		width:90%;
	}
	#wrapper > section.main .left-side {
		max-width:90vw;
		width:90%;
		margin-bottom:20px;
		margin-left: 19px;
	}
	#wrapper iframe {
		width:100vw !important;
		max-width:100vw !important;
	}
	#wrapper > section.main .main-content .richtingen li:first-child {
		margin-top:0px;
	}
}