@charset "UTF-8";
/* CSS Document */
/* Voting Mobile index.php */

* { 
	margin:0; 
	padding:0; 
	font-family:"Helvetica Neue", Arial, sans-serif;   
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

body {
	background-color:#255174;
	height:100%;
}

form {
	height:100%;
}

#chatwall {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-spacing:0;
}

#chatwall tr {
	height:20%;
}

#chatwall .center {
	height:60%;
}

#chatwall td {
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	font-size:3em;
	font-weight:500;
}

#chatwall td a {
	text-decoration:none;
	color:#fff;
}

#chatwall td.schriftGross {
	font-size:4em;
}

/* impressum */
#chatwall td.impressumText {
	color:#fff;
	font-size:1em;
	text-align:center;
	vertical-align:top;
	font-weight:normal;
	padding:4%;
}

#chatwall td.impressumText a {
	color:#fff;
	text-decoration:underline;
}


/* pfeile */
.next {
	background-image:url(../img/pfeil.png);
	background-repeat:no-repeat;
	background-size:40px 32px;
	background-position:center right;
}

.back {
	background-image:url(../img/back.png);
	background-repeat:no-repeat;
	background-size:40px 32px;
	background-position:center left;
	
}

/**************/

/* Formular */
#hashtag {
	width:88%;
	padding:2%;
	color:#666;
	font-size:0.33em;
	vertical-align:middle;
}

#text {
	width:88%;
	padding:2%;
	color:#666;
	font-size:0.33em;
	vertical-align:middle;
}

#button {
	background:none;
	border:none;
	outline:none;
	width:100%;
	height:100%;
	color:#fff;
	font-size:1em;
}

#button:active,
td a:active {
	color:#333;
}

/* Ergebnis */
#ergebnis {
	position:absolute;
	background-color:#f5f5f5;
	top:-125px;
	left:0;
	width:100%;
	z-index:9999;
}

#ergebnis .text {
	display:block;
	color:#666;
	font-size:1em;
	font-weight:400;
	text-align:center;
	padding:25px;
}