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

@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:991px){
	#head_tekst {
	float: none;
	}
	.subhead_tekst {
	float: none;
	}
	.zoeken {
		float: none;
		margin-top: 15px;
	}
	#zoeken.form-control {
		width: 50%;
	}
	img {
		padding-bottom: 15px;
	}
	#top_foot_left {
		float: left;
	}
	#top_foot_mid {
		float: left;
	}
	#top_foot_right {
		float: right;
	}
	.zoek_button {
    margin: 4px 0px 0px -35px;
	}
}
	
@media (max-width:721px){
	#top_foot_left {
		float: none;
	}
	#top_foot_mid {
		float: none;
	}
	#top_foot_right {
		float: none;
	}
	#puk_bottom {
		display: none;
	}
	.zoek_button {
		margin: 4px 0px 0px -35px;
	}
	#foot-top.container-fluid {
		padding-bottom: 25px;
	}
}

@media (min-width:405px) and (max-width:464px){
	#head_tekst {
		font-size: 28px;
	}
}
	
@media (max-width:470px){
	#zoeken.form-control {
		width: 100%;
	}
}

@media (max-width:404px){
	#head_tekst {
		font-size: 20px;
	}
}

@media (max-width:349px){
	#sitemap {
		float: none;
	}
	#ontwikkeling {
		float: none;
	}
}

@media (max-width:279px){
	#head_tekst {
		font-size: 16px;
	}
}

.lrkp{
	display: inline-block;
	text-align: center;
	padding: 1px 8px;
	font-family: MfReallyAwesome;
	color: #337ab7;
	font-size: 25px;
	vertical-align: bottom;
	margin-left: 20px;
	cursor: pointer;
}

.lrkp a{
    text-decoration: underline;
}

.lrkp a:hover{
	color: #e41a28;
}