@font-face {
    font-family: AuntJudy;
    src: url(https://annozone.de/FONT/AUNTJUDY.TTF);
}
*{
	margin: 0;
	padding: 0;
	font-family: sans-serif, Geneva;
	box-sizing: border-box;
	color: #663200;
}
.header {
	background-color: #f1e6c5;
	margin: 0;
	top: 0;
	min-height: 80pt;
	padding: 10pt;
    width: 100%;
	text-align: center;
	font-size: 1em;
	color: #663300;	
}
body{
	clear: both !important; 
	background-color: #eddeb1;
	padding-bottom: 10em;
	height:100% !important; 
	font-size: 0.9em;
}
footer {
	clear: both !important; 
	position: fixed;
	background-color: #f1e6c5;
    bottom: 0;
	padding: 10pt;
    width: 100%;
	text-align: center;
	font-size: 0.7em;
	color: #663300;	
}
.fullscreen{
	width: 100%;
}
.fullscreen .kacheln_positionieren{
	text-align: center;
	margin-right: 8%;
	margin-left: 8%;
}
.p_kacheln{
	position: absolute;
	vertical-align: center;
	text-align: center;
	bottom: 15%;
	font: 170% bold;
	color: white;
	transition: .5s ease;
}
.div_kacheln_flex{
	position:relative;
	display: inline-block;
	width: 17em;
	padding-top: 17em;
	margin-left: 5pt;
	margin-right: 5pt;
	transition: .5s ease; 
}
.div_kacheln_flex:hover{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

footer a, footer a:link {
	color: #000;
	text-decoration:underline;
}
footer a:hover {
	text-decoration:none;
	color: #663200;
}
.kacheln_positionieren a, .kacheln_positionieren a:link {
	color: #000;
	text-decoration:none;
}
.kacheln_positionieren a:hover {
	text-decoration:none;
	color: #663200;
}
img {
	border: 0;
	vertical-align: middle;
}

.welcome {
	margin: 1em 0 0.5em 0;
	text-align: center;
	font-size: 30pt;
	font-family:AuntJudy,'Linux Libertine','Hoefler Text',Georgia,'Times New Roman',Times,serif;
	padding:15pt 0;
}
.welcome .subtitle {
	font-size: 20pt;
}
.normal{
	font-size: 10pt;
}
.suche {
	float: none;
	padding: 10pt;
	text-align: center;
	vertical-align: middle; 
}
form fieldset {
	border: 0px solid #385888;
}
.suche input[type=text], .suche select, .suche textarea {
	font-size: 0.9em;
    padding: 12px;
    border: 1px solid #663200;
	background: #f1e6c5;
    border-radius: 4px;
    resize: vertical;
}
.suche 	input[type=text]:hover, .suche select:hover, .suche textarea:hover {
	background: #f5eed9;
}
.suche input[type=submit] {
	font-size: 0.9em;
    padding: 12px;
    border: 1px solid #663200;
	background: #663200;
    border-radius: 4px;
    resize: vertical;
	color: #fff;
	font-weight: bold;
}
.position-spiel{
	width: 100%;
}
.logo {
	position:absolute;
	left:50%;
	top:65%;
	width:0;
	height:0;
}
.logo-inner {
	position:relative;
	left:-150px;
	top:-30px;
	width:300px;
	height:100px;
}
@media only screen and (max-width: 700px) {
	.suche input, .suche select{
		min-width: 90% !important;
		margin-bottom: 5pt;
	}
}
