@charset "utf-8";

@media only screen and (min-width: 0px) {

#contactpagina {
		background-image: url("../images/contact_ag_gsm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		height: auto;
		margin: 0px !important;
		padding: 0;
		top: 0;
		overflow: hidden;
		overflow-y: scroll;
	 	white-space: nowrap;
	cursor: url("../images/cursor_vlinder.png"), auto;
}

html, body {
	height: 100%;
	position: relative;
	width: auto;
	padding: 0;
	margin: 0 auto;
}

#pagina {
	min-height: 100%;
}

.container {
	min-width: 100%;
	min-height: 655px;
}

}

@media only screen and (min-width: 576px) {

#contactpagina {
		background-image: url("../images/contact_ag.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		height: auto;
		margin: 0px !important;
		padding: 0;
		top: 0;
		overflow: hidden;
		overflow-y: scroll;
	 	white-space: nowrap;
	cursor: url("../images/cursor_vlinder.png"), auto;
}

html, body {
	height: 100%;
	position: relative;
	width: auto;
	padding: 0;
	margin: 0 auto;
}

#pagina {
	min-height: 100%;
}

.container {
	min-width: 100%;
	min-height: 655px;
}

}

@media only screen and (min-width: 992px) {

#contactpagina {
		background-image: url("../images/contact_ag.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		height: auto;
		margin: 0px !important;
		padding: 0;
		top: 0;
		overflow: hidden;
		overflow-y: scroll;
	 	white-space: nowrap;
	cursor: url("../images/cursor_vlinder.png"), auto;
}

html, body {
	height: 100%;
	position: relative;
	width: auto;
	padding: 0;
	margin: 0 auto;
}

#pagina {
	min-height: 100%;
}

.container {
	min-width: 100%;
	min-height: 655px;
}
}