@charset "utf-8";
/* fuer jquery */


/* background-color: rgba(0,0,0,0.6); geht auch, sicherer mit halbtransparentem BG-Bild */
.popup-bg {
	position:fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	background-image: url(../images/gbp-bg.png);
	background-repeat: repeat;
}

.gsp-inputbox {
	text-align: center;
	width: 100%;
	z-index: 501;
	position: absolute;
	display: none;
}
.gsp-success {
	text-align: center;
	width: 100%;
	z-index: 501;
	position: absolute;
	display: none;
}

.nl-inputbox {
	text-align: center;
	width: 100%;
	z-index: 501;
	position: absolute;
	display: none;
}

.gsp-inner {
	margin-top: 50px;
	padding: 10px 10px 20px 10px;
	display: inline-block;
	background-color: #e9e3d5;
	width: 500px;
	border-radius: 6px;
	z-index: 502;
}

@media only screen and (max-width: 700px) {
	.gsp-inner {
	width: 350px;
}
}

@media only screen and (max-width: 450px) {
	.gsp-inner {
	width: 250px;
}
}