
@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) {

	.bottom-bar {
		z-index:9999;
		display: block;
		position: fixed;
		bottom:0;
		left:0;
		width:100%;
		height:70px;
		background:#d8232b;
		border-top:1px solid #fff;
	}

	.bottom-bar-left {
		float:left;
		width:50%;
		height:100%;
	}

	.bottom-bar-right {
		float:right;
		width:50%;
		height:100%;
	}

	.bottom-bar-left .bottom-bar-item {
		border-right:1px solid #fff;
	}

	.bottom-bar-right .bottom-bar-item {
		border-left:1px solid #fff;
		float:right;
	}

	.bottom-bar-item {
		display: inline-block;
		width:70px;
		text-align:center;
	}

	.bottom-bar-item i {
		width:100%;
		color:#fff;
		line-height:70px;
		font-size:20px;
	}

	.contact .contactgegevens {
		margin-top:50px;
	}

	/* MENU */

	nav.menu-responsive{
		display: block;
		position: fixed;
		left: 0;
		top: -200%;
		background-color: rgba(216, 35, 43, 0.9);
		color: #ffffff;
		width: 100%;
		height: 100%;
		z-index: 99999999;
		transition:all 300ms ease-in-out;
		-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
	}

	nav.menu-responsive .menu-header-container {
		display: block;
	}


	.menu-responsive.open{
		top: 0;
	}

	.menu-home{
		position: absolute;
		top: 30px;
		left:30px;
		font-size: 60px;
		color: #ffffff;
		cursor: pointer;
	}

	.menu-home a{
		color: #ffffff;
	}

	.menu-sluiten{
		position: relative;
		top: 30px;
		right:30px;
		float:right;
		font-size: 60px;
		color: #ffffff;
		cursor: pointer;
	}

	.menu-links{
		width: 100%;
		float: left;
		margin-top: 10vh;
	}

	.menu .menu-rechts{
		font-size:25px;
		width: 30%;
		float: right;
		margin-top: 25vh;
	}

	.menu .menu-rechts a {
		color:#fff;
	}

	.menu-rechts a.button-donkerblauw {
		font-size:15px;
	}

	.menu .menu-rechts .contact-container {
		margin-bottom:20px;
	}

	.menu .menu-rechts .icon {
		width:40px;
		text-align:center;
		margin-right:20px;
	}

	.menu-links ul {
		padding: 0;
		margin: 0;
	}

	.menu-links ul li {
		display: block;
		list-style-type: none;
		width:100%;
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		margin-bottom:10px;
	}

	.menu-links ul li a {
		font-size: 30px;
		color: #ffffff;
		font-weight: 700;
		display: block;
		text-transform: uppercase;
	}

	.menu-links ul li a .menu-rondje {
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 26px;
		border: 2px solid #d4d4d4;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		font-size: 18px;
		margin-right: 15px;
		margin-top: 10px;
	}

	.menu-rechts .contact-mail,.menu-rechts .contact-tel {
		font-size: 24px;
		display: block;
		margin-bottom: 25px;
	}

	.menu-rechts .contact-mail i,.menu-rechts .contact-tel i {
		color: #fff;
		margin-right: 25px;
	}

	.menu-rechts .knop {
		display: block;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

	.menu .menu-rechts ul {
		padding: 0;
		margin: 0;
	}

	.menu .menu-rechts ul li {
		display: block;
		list-style-type: none;
	}

	.menu .menu-rechts ul li a {
		font-size: 24px;
		color: #ffffff;
		font-weight: 700;
		margin-bottom: 30px;
		display: block;
		text-transform: uppercase;
	}

	.menu .menu-rechts ul li a .menu-rondje {
		display: block;
		float: left;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 20px;
		border: 2px solid #d4d4d4;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		font-size: 14px;
		margin-right: 15px;
		margin-top: 3px;
	}	

}

@media screen and (max-width: 800px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {


	.orientation-notice{
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		background: #d8232b;
		z-index: 9999999999;
		display: block;
	}

	.orientation-notice-inner{
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		text-align: center;
		font-size: 18px;
		color: #ffffff;
		width: 80%;
	}

	.orientation-notice .logo-inner {
		width:75px;
		height:75px;
		margin-bottom:20px;
	}

	.orientation-notice .logo {
		padding-top:0;
	}

}

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


}

/** MOBILE SMALL **/

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


}

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

}