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


	.container-fluid{
		width: 90%;
	}

}


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



}

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

}

@media screen and (max-width: 1024px) and (orientation: landscape) {


}

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


}

/** MOBILE SMALL **/

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

/* SINGLE */

.sidebar {
	display: none;
}

.content-page {
	min-height:auto;
}

.content-page .content {
	width:90%;
	margin:0 auto;
}

/* MENU */

.menu {
	width:100vw;
}
.menu-links, .menu-rechts {
	width:100%;
}

.menu-rechts {
	display: none;
}

.menu-links {
	margin-top:10vh;
}

.menu-links ul li a {
	font-size:30px;
}

.menu-links ul li.has-children .submenu {
	display: none;
}

.menu-links .submenu li a {
	font-size:20px;
	margin-bottom:15px;
}

/* */

.header .header-container {
	width:90%;
}

.header-artikelen {
	width:90%;
}

.header-links {
	width:80%;
}

.header-links h2 {
	font-size:20px;
}

.header-rechts {
	width:20%;
	text-align: right;
}

.header-rechts ul {
	display: none;
}

.header-rechts .hamburger-menu {
	display: block;
}

.header h1 {
	font-size:40px;
}

.header-top .container-fluid {
	width:95%;
}

/* */

.artikel-box-links, .artikel-box-rechts {
	height:auto!important;
	width:100%;
	display: block;
}

.artikel-box-links {
	height:150px!important;
	margin-bottom:0;
}

.header-artikel-box .artikel-box-rechts, .artikel-box .artikel-box-rechts{
	border:1px solid rgba(130, 130, 130, 0.1);
	margin-bottom:30px;
}

.artikelen-overzicht .artikel-box-rechts {
	padding:20px;
}

.footer h3 {
	margin-top:30px;
}

.footer .logo h2 {
	font-size:20px;
}

.single-post {
	margin:0 auto;
}

.pagina-header {
	height:250px;
}

/* PARTNERS SIDEBAR */

.partners-sidebar .logo h2 {
	font-size:30px;
}

}

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

}