html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	background-color: #000000;
	overflow: hidden;
}

.container {
	background-image: url('sterne-hamburg-bg.jpg');
	position: absolute;
	top:0px;
	display: block;
	width:100%;
	height:100%;
	min-width: 250px;
}

.circle {
 	background-image: url('sterne-hamburg-circle-transparent.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 0;
    padding-top: 51%;
    position: relative;
	top:25%;
	margin: 0 auto;

}

.mail {
	position: absolute;
	width: 100%;
	bottom:0px;
	height: 44%;
}

.mail a {
	display: block;
	width: 96%;
	height: 100%;
}

.mail a:hover {
	background: transparent;
	background-color: rgba(139,139,139,0.15);
	border: none;
	border-radius: 20px 20px 250px 250px;

}


@media only screen
	and (orientation: landscape) {

.circle {
	top:5%;
	}

}

@media (max-height: 450px) {

.circle {
	top:5%;
	}

}

@media (max-width:767px) {

.circle {
	width: 80%;
	padding-top: 80%;
	}

}



@media (min-width:1000px) {

.circle {
	width: 500px;
	padding-top: 500px;
	top:25%;
	}

}