@media all and (max-width: 960px) { 
	    .menu_toggle { 
        display:block; 
        position:absolute; 
        left: -10px; 
        top: 20px; 
        z-index:999; 
        border-left: 0px !important; 
        padding: 0px 0px !important;
        padding-top: 0px !important;
    }

    .menu_toggle:hover {
        background-color: transparent!important;
    }

    .menustreep {
        width: 30px;
        height: 4px;
        background-color: #000000;
        margin-bottom: 5px;
        z-index: 999;
    }

    #mainmenu {
    	display: none;
    }
}

@media all and (max-width: 1080px) { 
	.atmos-logo {
	    margin-left: 0px;
	}
}

@media all and (max-width: 1080px) { 

	#nav li {

	    padding: 0px 15px 0px 15px;
	}

	.blok-vervolg {
    	width: 47.5%;
    	margin-right: 5%;
    	margin-bottom: 5%;
    	float: left;
	}

	.blok-vervolg:nth-child(2n+2) {
		margin-right: 0% !important;
	}

	.laatsteblok {
		margin-right: 5% !important;
	}

}

@media all and (max-width: 900px) { 
	#contactform_landing {
	    width: 100%;
	    max-width: 100%;
	    margin-top: 50px;
	}
	#tekst-left {
	    width: 100%;
	}

	#kolom-left {
    	width: 100%;
    	padding-right: 0px;
    	padding-bottom: 40px;
	}

	#kolom-right {
    	width: 100%;
	}
	#kolom-left-contact {
    	width: 100%;
    	padding-right: 0px;
    	margin-bottom: 40px;
	}

	#kolom-right-contact {
	    width: 100%;
	}
}

@media all and (min-width: 450px) and (max-width: 800px) { 

.foot-col {
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #fff;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media all and (max-width: 450px) { 
	.foot-col {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #fff;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#telnr:after {
	    content: '';
	}

	#telnr {
		margin-top: 15px;
    	margin-right: 40px;
	}

}
@media all and (max-width: 670px) { 
	#mainslider {
	    	height: 200px;
	}

	.flex-control-nav {
    	right: 20px !important;
    	bottom: 20px !important;
	}

	.blok-vervolg {
    	width: 100%;
    	margin-right: 0%;
    	margin-bottom: 25px;
	}

	#contact-overlay {
    	padding-top: 40px;
    	padding-bottom: 50px;
	}

	#vervolgpagina {
    	padding-top: 40px;
    	padding-bottom: 40px;
    }
}