@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

a {
	color:#000;
	text-decoration:none;
}

body, html {
	width:auto 100%;
	height:auto;
	height: 100%;
	min-height: 100%;
	padding:0;
	margin:0;
	background-color:#fff;
}


#wrapper, #wrapper_head{
	margin:auto;
	width:700px;
}

#wrapper {
	font-family: Courier, monospace;
}


/*titel*/
#titel {
	position:fixed;
	top:-30;
	width:700px;
	z-index:5;
	height:inherit;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	background-image:url(../images/startseite/hg_titel.png);
	background-repeat:repeat-x;
}

#titel:hover {
	top:0;
}

#titel img {
	width:512px;
	height:auto;
	z-index:-1;
}
#titel p {
	display:block;
	font-weight:bold;
	font-family: Courier, monospace;
	margin:0;
	padding:0;
	position:absolute;
	bottom:17%;
	right:1%;
	width:250px;
	text-align:left;
}

/* film */
#film {
	margin-top:150px;
}



#teilnahme {
	position:relative;
	margin-top:50px;
}

.test_antworten{
	background-color:#9B9DA9;
	padding:1em;
	vertical-align:top;
}

label .kommentar {
	background-color:#9F0;	
}

#abschicken {
	background-color:#FFF;
	text-align:center;
	margin-top:0;
	padding:1em;
}

#abschicken:hover {
	background-color:#9B9DA9;
}
#email, #kommentar, #name{
	width:60%;
	position:absolute;
	left:160px;
}
#teilnahme_chbox {
	margin-left:1em;
}


/* Liste */
#liste {
	margin-top:50px }
#liste_daten {
	
	}

#liste_daten .liste_daten_satz {
	
	}

.liste_daten_datum, 
.liste_daten_name,
.liste_daten_kommentar{
	display:inline-block;
}

.liste_daten_datum{
	width:28%;
	text-align:right;
}
.liste_daten_name{
	width:70%;
	padding-right:25%;
	text-align:right;
	word-wrap:break-word;
}
.liste_daten_kommentar {
	width: 70%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.liste_daten_satz {
	border-color:#000;
	border-bottom:1px;
	border-bottom-style:solid;
}

#liste_anzeigen {
	background-color:#FFF;
	text-align:center;
	padding:1em;
}
#liste_anzeigen:hover {
	background-color:#9B9DA9;
}




@media screen and (max-width: 700px){	
	
	img {
		max-width:100%;
		height:auto;
	}

	body, html, #wrapper, #wrapper_head{
		width:100%;
		margin:0;
		padding:0;
	}
	html{
		font-size:200%;
	}
	
	#head a {
		clear:both;
		display:inline-block;
		width:auto;
		width:23.5%;
	}
	

	#wrapper {
	}

	/*titel*/
	#titel {
		position:fixed;
		top:-30;
		width:100%;
		z-index:5;
		height:inherit;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	
	#titel:hover {
		top:0;
	}
	
	
	#titel img {
		width:100%;
		height:auto;
		z-index:-1;
	}
	#titel p {
		display:block;
		font-weight:bold;
		font-family: Courier, monospace;
		font-size:1em;
		margin:0;
		padding:0;
		position:absolute;
		bottom:2%;
		right:10%;
		width:380px;
		text-align:right;
	}
	
	#film p {
		font-weight:bold;
		padding:5%;
	}
	
	#film {
		margin-top:200px;
		width:100%;
	}
	
	#Neujahrsansprache {
		width:100%;
	}
	
	#eingabe p{
		padding:5%;
	}
	
	
	#email, #kommentar, #name{
		width:100%;
		padding:5%;
		left:0;
		position:relative;
		font-family:"Courier New", Courier, monospace;
		font-size:1em;

	}
	
	.liste_daten_datum, .liste_daten_name{
		width:80%;
		text-align:left;
	}

	#liste{
		padding:5%;
	}

	/* ende */
	#teilnahme {

	}
	
	/* ende */

	#ende label {
		width:50%;
		vertical-align:top;
		padding-left:0em;
		padding-bottom:0em;
	}
	
	#ende input {
		vertical-align:top;
		top: 0em;
	}
	
	#ende input[name="teilnahme_chbox"] {
		margin-right:0em;
		margin-bottom:0em;
		margin-top:1em;
	}
	
	#ende input[type="text"], #eingabefehler, #ende .input_kommentar, #ende #eingabefehler {
		width:100%;
	}
	
	#ende label[for="teilnahme_chbox"] {
		width:80%;
		padding-left:1em;
		padding-bottom:1em;
	}
	
	#ende #eingabefehler {
		height:4em;
	}
	
	#ende .input_kommentar {
		height:4em;
	}
	
	#ende  #chbox_prelabel{
		width:0;
	}
	
	
	#liste_anzeigen {
		text-align:center;
		margin-top:1em;
		padding:1em;
	}

}