@media (min-width:1055px) {
	.container{
		width:1024px
	}
}

@media (min-width:992px) and (max-width: 1054px){
	#submenu_img.col-md-2 {
		width: 330px;
		padding-bottom: 20px;
	}
}

@media (max-width:1298px){
	#puk_bottom{
		margin-left: 320px
	}
}

@media (max-width:1257px){
	#puk_bottom{
		margin-left: 260px
	}
	#locatie{
		margin-left: 210px;
	}
}

@media (max-width:1153px){
	#locatie{
		height: 160px;
		margin-left: 215px;
		margin-top: -75px;
	}
	#puk_bottom{
		margin-left: 240px;
		height: 100px;
		margin-top: -265px;
	}
}

@media (max-width: 1075px) {
	#locatie{
		display: none;
	}
	#puk_bottom{
		display: none;
	}
}

@media (max-width: 768px) {
	#submenu_img.col-md-2 {
		width: 375px;
		float: left;
		padding-bottom: 15px;
	}
}

@media (max-width:991px){
	#head_tekst {
	float: none;
	}
	.zoeken {
		float: none;
		margin-top: 0px;
	}
	#submenu.container {
		padding-left: 15px;
	}
	#zoeken.form-control {
		width: 50%;
	}
	img {
		padding-bottom: 15px;
	}
	#top_foot_left {
		float: left;
	}
	#top_foot_mid {
		float: left;
	}
	#top_foot_right {
		float: left;
	}
	#puk_bottom{
		margin-top: -295px;
		margin-left: 100px;
	}
	.zoek_button {
		margin: 4px 0px 0px -35px;
	}
	#submenu_img.col-md-2 {
		width: 375px;
		float: left;
	}
	.breadcrumb {
		margin-top: 20px;
	}
}