@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background-color: #000000;
	background: url(Disco_Seduction_bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	height: auto;
	min-height: 100%;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 15px;
}

p {
	font-size: 18px;
	line-height: 24px;
}

.hinweis {
	font-size: 14px;
	line-height: 28px;
	margin-top: 8px;
	margin-bottom: 12px;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	color:#cccccc;
}

a:visited {
		color:#ffffff;

}

#logo {
	width:100%;
	height:50%;
	/*background-image:url("discoseduction.png");
	background-repeat:no-repeat;
	background-size:45%;
	background-position:center bottom;*/
	text-align:center;
	position:absolute;
	top:0;
}

#disco {
	//background-color: rgba(000,000,000,0.70);
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	padding-top: 25px;
	padding-bottom: 20px;
	bottom: 0;
	margin: auto;
	overflow:scroll;
}

#formular {
	background-color: rgba(000,000,000,0.70);
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	padding-top: 25px;
	padding-bottom: 20px;
	bottom: 0;
	margin: auto;
	overflow:scroll;
}

img {
	max-width:100%;
	max-height:100%;
}

.mbutton {
	background-color:#00a3e4;
	height: auto;
	width: auto;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.wabutton {
	background-color:#25D366;
	height: auto;
	width: auto;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.mbutton:hover {
	background-color:#999999;
}

.wabutton:hover {
	background-color:#999999;
}

a .mbutton {
	color:#ffffff;
	text-decoration:none;
}

a:hover .mbutton {
	color:#ffffff;
}

a:visited .mbutton {
	color:#ffffff;
}

 a .wabutton{
	color:#ffffff;
	text-decoration:none;
}

a:hover .wabutton {
	color:#ffffff;
}

a:visited .wabutton {
	color:#ffffff;
}

#info {
	width:100%;
	padding-top:1em;
	text-align:center;
	position:absolute;
	top:50%;
}

@media (max-height: 600px){
#formular {
	background-color: rgba(000,000,000,0.70);
	width: 100%;
	position: relative;
	height: auto;
	min-height: 100%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	bottom: 0;
	margin: auto;
}

	}
}
