

#custom-content{
	width:600px;
	max-width:600px;
	height:300px;
	min-height:300px;
	height:auto;
	margin:150px auto;
	background-color:white;
	padding:15px 20px 15px 20px;
}




.getButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #lightgray;
	-webkit-box-shadow:inset 0px 1px 0px 0px #lightgray;
	box-shadow:inset 0px 1px 0px 0px #lightgray;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px lightgray solid;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #lightgray;
	background-color:lightgray;
	margin-top:20px;
}
.getButton:hover {
	/*background-color:transparent;*/
}
.getButton:active {
	position:relative;
	top:1px;
}

.getButtonMargin {
	/*margin-top:40px;*/
}


/*Display Anpassunge mit Screen Size*/
@media only screen and (max-device-width : 640px) {
/*Background Durchsichtig machen bei kleinen Bildschirmen*/
	.mfp-bg {
	  opacity: 0; 
	  }

	
	#custom-content{
		width:90%;
		height:100%;
		padding:10px;
		border:1px black solid;
	}
	

}

