/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ––––––––––––––––––––––––––––––––––––––––– */
/* Allgemein                                 */
/* ––––––––––––––––––––––––––––––––––––––––– */
body, html { color: #000; font-size: 101%; font-family: "OswaldRegular", "LeagueGothicRegular", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }

h2 { margin: 90px 0 30px 0; }
p { margin: 0 0 20px 0; line-height: 1.3em; }

#pageWrapper { font-size: 1.1em; width: 800px; margin: 70px auto 140px auto; padding-bottom: 140px; position: relative; padding-left: 220px; z-index: 5; min-width: 800px; }

#logos { bottom: 30px; left: 10px; z-index: 200; }
#logos a {
	background: url('../img/logos.png');
	display: block;
	height: 60px;
	width: 140px;
	color: rgba(0,0,0,0);
}
#logos a.ratpack { background-position: -1px 66px; }
#logos span { display: none; }

.fixed { position: fixed; }
.absolute { position: absolute; }

.floatRight { float: right; }

.alignRight { text-align: right; }

.imgReplace span { display: none; }

a { color: #666; }
#navigation a:hover, #navigation a:active, a:hover, a:active, .highlight  { color: #940f25; }
#navigation a.active { color: #000;}

.uppercase { text-transform: uppercase; }

.col2 { width: 45%; margin-right: 40px; float: left; }
.col3 { width: 25%; margin-left: 25px; float: left; }

/* ––––––––––––––––––––––––––––––––––––––––– */
/* Navigation	                             */
/* ––––––––––––––––––––––––––––––––––––––––– */

#navigationWrapper {
	background: #fff;
	background: rgba(255,255,255,0.7);
	width: 800px;
	height: 60px;
	top: 0;
}

#navigation {
	padding: 10px 5px;
	margin-top: 20px;
	margin-left: -5px;
	color: #000;
	top: 0;
	left: 0;
	z-index: 10000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

#navigation ul { text-align: right; }

#navigation li {
	margin-right: 30px;
	float: left;
}

#navigation a {
	color: #666;
	text-decoration: none;
}


/* ––––––––––––––––––––––––––––––––––––––––– */
/* Home                                      */
/* ––––––––––––––––––––––––––––––––––––––––– */

#homeHand {
	background: url('../img/homeHand.png') center no-repeat;
	width: 367px;
	height: 524px;
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 300px;
	width: 100%;
	text-align: center;
}

#homeTeaser { z-index: 10; margin-top: 30px; bottom: 50px; }
#homeTeaser img { margin-left: 170px; }
#homeTeaser h2 { margin: 0 !important; }

#postit { left: 5px; top: 80px; z-index: 1; }

#stoererVerlaengerung {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 490px;
	background: url('../img/stoererVerlaengerung.png') no-repeat;
	z-index: 1;
	
	-webkit-animation-name: 'swinging';
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: swinging;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-name: swinging;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;
	animation-name: swinging;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
#stoererVerlaengerung span { display: none; }

/*#stoererFalldown {
	-webkit-animation-name: 'falldown';
	-webkit-animation-duration: .5s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in;
}

@-webkit-keyframes 'falldown' {
	0% { margin-top: -300px; }
	100% { margin-top: 0px; }
}*/
@-webkit-keyframes 'swinging' {
  0% {
  	-webkit-transform: rotate(-1.7deg) translate(8px, 0);
  }
  100% {
  	-webkit-transform: rotate(1.7deg) translate(-8px, 0);
  }
}
@-moz-keyframes swinging {
  0% {
  	-moz-transform: rotate(-1.7deg) translate(8px, 0);
  }
  100% {
  	-moz-transform: rotate(1.7deg) translate(-8px, 0);
  }
}
@-o-keyframes swinging {
  0% {
  	-o-transform: rotate(-1.7deg) translate(8px, 0);
  }
  100% {
  	-o-transform: rotate(1.7deg) translate(-8px, 0);
  }
}
@keyframes swinging {
  0% {
  	transform: rotate(-1.7deg) translate(8px, 0);
  }
  100% {
  	transform: rotate(1.7deg) translate(-8px, 0);
  }
}

/* ––––––––––––––––––––––––––––––––––––––––– */
/* Gewinnspiel                               */
/* ––––––––––––––––––––––––––––––––––––––––– */

.dunkleSeite, .alptraum, .jury, .schreibOderStirb, .gewinne, h2.anmeldung, .kontakt, .impressum { background: url('../img/headlines.png') -5px -484px no-repeat; }
.dunkleSeite { background-position: -10px -6px; height: 95px; }
.alptraum { background-position: -5px -142px; height: 75px; }
.jury { background-position: -2px -237px; height: 80px; }
.schreibOderStirb { background-position: -1px -365px; height: 80px; }
h2.anmeldung { background-position: -4px -774px; height: 80px; }
.kontakt { background-position: -7px -572px; height: 80px; }
.impressum { background-position: -7px -663px; height: 80px; }

#ende {
	position: relative;
	width: 410px;
	z-index: 100000;
	/*background: rgb(255,255,230);
	border-color: #eee;
	border: 1px solid rgba(238,238,238,.8);*/
}
#ende span, #gewinner span { color: #940f25; }

#gewinner h2 { margin-top: 0; }

/* ––––––––––––––––––––––––––––––––––––––––– */
/* Gewinne                                   */
/* ––––––––––––––––––––––––––––––––––––––––– */

.gewinne { background-position: -5px -484px; height: 60px; }

.preis { width: 120px; }
.preise { margin-bottom: 40px; }

/* ––––––––––––––––––––––––––––––––––––––––– */
/* Gewinne / Anmeldung                       */
/* ––––––––––––––––––––––––––––––––––––––––– */
label { display: inline-block; width: 80px; }
label.anmeldung { width: auto; }

#vorname, #nachname, #email, #tel, textarea {
	background: #fff;
	background: rgba(255,255,255,0.8);
	font-size: 0.8em;
	border: 1px solid #940f25;
}

#vorname, #nachname, #email, #tel {
	width: 200px;
	border-width: 0 0 1px 0;
	font-weight: bold;
}
#vorname, #email { margin-right: 42px; }

label[for="nachricht"] { padding-bottom: 4px; }

textarea {
	width: 610px;
	height: 150px;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-bottom: 1px;
}

#kontaktForm { width: 610px; }

#bedingungen {
	font-size: 0.85em;
	height: 300px;
	width: 750px;
	padding-right: 30px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

#bedingungen h3 { font-size: 1.1em; margin: 20px 0 10px 0; }

/* ––––––––––––––––––––––––––––––––––––––––– */
/* Splatter                                  */
/* ––––––––––––––––––––––––––––––––––––––––– */
.splatter { z-index: 0; }

/* ––––––––––––––––––––––––––––––––––––––––– */
/* iPhone/iPad                               */
/* ––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-device-width: 640px) and (orientation:landscape) /* iPhone */
{
	#homeTeaser { bottom: auto; top: 120px; }
	#homeHand { bottom: auto; top: 120px; }
	#logos { bottom: auto; top: 500px; }
	body { min-height: 570px; }
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) /* iPad Portrait */
{
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)/* iPhone */
{
}

/*
<link rel="stylesheet" media="all and (max-device-width: 480px)" href="iphone.css"> 
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" href="ipad-portrait.css"> 
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" href="ipad-landscape.css"> 
<link rel="stylesheet" media="all and (min-device-width: 1025px)" href="ipad-landscape.css"> 
*/

