* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: url(bg.jpg);
}

.separator {
	padding-bottom: 100px;
}
/*h1 {
 text-align: center;
 font-family: 'Nothing You Could Do', cursive;
 padding: 10px;
 text-shadow: 1px 1px #333;
 background-color: #000;
 color: #fff;
 }*/
/****** Zettel **********************************************/

#zettel1 {
	margin: auto;
	position: relative;
	height: auto;
	width: 628px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#zettel1 a {
	text-decoration: none;
}

#zettel1 h1 {
	text-align: center;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 40px;
	padding: 0;
	margin-top: -225px;
	text-shadow: 1px 1px #333;
	color: #555;
	-webkit-transform: rotate(-2deg) scale(1,1);
	-moz-transform: rotate(-2deg) scale(1,1);
	transform: rotate(-2deg) scale(1,1);
}

/***** ZETTEL 2 *****/
#zettel2 {
	margin: auto;
	position: relative;
	height: auto;
	width: 628px;
	padding-bottom: 90px;
	margin-top: -150px;
	-webkit-transform: rotate(-2deg) scale(1,1);
	-moz-transform: rotate(-2deg) scale(1,1);
	transform: rotate(-2deg) scale(1,1);
}
#zettel2 a {
	text-decoration: none;
}

#zettel2 h1 {
	text-align: center;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 45px;
	padding: 0;
	margin-top: -210px;
	text-shadow: 1px 1px #333;
	color: #555;
}



/****** Turnierbilder **********************************************/
.turnier {
	margin: auto;
	margin: 0px auto;
	position: relative;
	height: 6000px;
	width: 800px;
}
.turnier a {
	background: #fff;
	display: inline;
	float: left;
	width: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 28px;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-transition: all .30s;
	-moz-transition: all .30s;
	-o-transition: all .30s;
	transition: all .30s;
	position: absolute;
}
.turnier img {
	display: block;
	/*padding-bottom:20px;*/
}

.turnier a:hover {
	z-index: 100;
}
.turnier a:after {
	content: attr(title);
}

/* Pictures placement, scaling and rotation */
/*BILD MIT TEXT*/
.turnier li:nth-child(1n) a {
	-webkit-transform: rotate(-2deg) scale(0.9,0.9);
	-moz-transform: rotate(-2deg) scale(0.9,0.9);
	transform: rotate(-2deg) scale(0.9,0.9);
	top: 1%;
	left: -13%;
	z-index: 35;
}
/*MARINA*/
.turnier li:nth-child(2n) a {
	-webkit-transform: rotate(3deg) scale(0.55,0.55);
	-moz-transform: rotate(3deg) scale(0.55,0.55);
	transform: rotate(3deg) scale(0.55,0.55);
	top: -0.5%;
	left: 57%;
	z-index: 30;
}
.turnier li:nth-child(3n) a {
	-webkit-transform: rotate(3deg) scale(0.55,0.55);
	-moz-transform: rotate(3deg) scale(0.55,0.55);
	transform: rotate(3deg) scale(0.55,0.55);
	top: 1%;
	left: 90%;
	z-index: 31;
}

.turnier li:nth-child(4n) a {
	-webkit-transform: rotate(6deg) scale(0.6,0.6);
	-moz-transform: rotate(6deg) scale(0.6,0.6);
	transform: rotate(6deg) scale(0.6,0.6);
	top: 5%;
	left: 66%;
	z-index: 31;
}
/*FEDERSPIEL*/
.turnier li:nth-child(5n) a {
	-webkit-transform: rotate(1deg) scale(0.8,0.8);
	-moz-transform: rotate(1deg) scale(0.8,0.8);
	transform: rotate(1deg) scale(0.8,0.8);
	top: 10%;
	left: -14%;
	z-index: 32;
}
.turnier li:nth-child(6n) a {
	-webkit-transform: rotate(-2deg) scale(0.5,0.5);
	-moz-transform: rotate(-2deg) scale(0.5,0.5);
	transform: rotate(-2deg) scale(0.5,0.5);
	top: 9.4%;
	left: 20%;
	z-index: 31;
}

.turnier li:nth-child(7n) a {
	-webkit-transform: rotate(-4deg) scale(0.5,0.5);
	-moz-transform: rotate(-4deg) scale(0.5,0.5);
	transform: rotate(-4deg) scale(0.5,0.5);
	top: 12.8%;
	left: 21%;
	z-index: 31;
}
/*DOMINIQUE*/
.turnier li:nth-child(8n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 9%;
	left: 60%;
	z-index: 32;
}
.turnier li:nth-child(9n) a {
	-webkit-transform: rotate(7deg) scale(0.45,0.45);
	-moz-transform: rotate(7deg) scale(0.45,0.45);
	transform: rotate(7deg) scale(0.45,0.45);
	top: 9%;
	left: 90%;
	z-index: 31;
}
.turnier li:nth-child(10n) a {
	-webkit-transform: rotate(4deg) scale(0.6,0.6);
	-moz-transform: rotate(4deg) scale(0.6,0.6);
	transform: rotate(4deg) scale(0.6,0.6);
	top: 12%;
	left: 68%;
}

.turnier li:nth-child(11n) a {
	-webkit-transform: rotate(-3deg) scale(0.6,0.6);
	-moz-transform: rotate(-3deg) scale(0.6,0.6);
	transform: rotate(-3deg) scale(0.6,0.6);
	top: 14.5%;
	left: 72%;
	
}
/*MARIE*/
.turnier li:nth-child(12n) a {
	-webkit-transform: rotate(-1deg) scale(0.8,0.8);
	-moz-transform: rotate(-1deg) scale(0.8,0.8);
	transform: rotate(-1deg) scale(0.8,0.8);
	top: 20.3%;
	left: 20%;
	z-index: 35;
}
.turnier li:nth-child(13n) a {
	-webkit-transform: rotate(3deg) scale(0.45,0.45);
	-moz-transform: rotate(3deg) scale(0.45,0.45);
	transform: rotate(3deg) scale(0.45,0.45);
	top: 19.2%;
	left: -25%;
	z-index: 36;
}
.turnier li:nth-child(14n) a {
	-webkit-transform: rotate(-4deg) scale(0.5,0.5);
	-moz-transform: rotate(-4deg) scale(0.5,0.5);
	transform: rotate(-4deg) scale(0.5,0.5);
	top: 23.5%;
	left: -21%;
	z-index: 35;
}

.turnier li:nth-child(15n) a {
	-webkit-transform: rotate(-6deg) scale(0.5,0.5);
	-moz-transform: rotate(-6deg) scale(0.5,0.5);
	transform: rotate(-6deg) scale(0.5,0.5);
	top:19.1%;
	left: 85%;
}
.turnier li:nth-child(16n) a {
	-webkit-transform: rotate(2deg) scale(0.5,0.5);
	-moz-transform: rotate(2deg) scale(0.5,0.5);
	transform: rotate(2deg) scale(0.5,0.5);
	top: 23%;
	left: 73%;
	z-index: 36;
}
/*NIKKI*/
.turnier li:nth-child(17n) a {
	-webkit-transform: rotate(-6deg) scale(0.65,0.65);
	-moz-transform: rotate(-6deg) scale(0.65,0.65);
	transform: rotate(-6deg) scale(0.65,0.65);
	top: 28.5%;
	left: -15%;
	z-index: 30;
}

.turnier li:nth-child(18n) a {
	-webkit-transform: rotate(2deg) scale(0.5,0.5);
	-moz-transform: rotate(2deg) scale(0.5,0.5);
	transform: rotate(2deg) scale(0.5,0.5);
	top: 28.7%;
	left: 12%;
	z-index: 32;
}
.turnier li:nth-child(19n) a {
	-webkit-transform: rotate(7deg) scale(0.45,0.45);
	-moz-transform: rotate(7deg) scale(0.45,0.45);
	transform: rotate(7deg) scale(0.45,0.45);
	top: 26%;
	left: 24%;
	z-index: 30;
}
/*TINA*/
.turnier li:nth-child(20n) a {
	-webkit-transform: rotate(-4deg) scale(0.4,0.4);
	-moz-transform: rotate(-4deg) scale(0.4,0.4);
	transform: rotate(-4deg) scale(0.4,0.4);
	top: 26%;
	left: 58%;
	z-index: 30;
}
.turnier li:nth-child(21n) a {
	-webkit-transform: rotate(7deg) scale(0.45,0.45);
	-moz-transform: rotate(7deg) scale(0.45,0.45);
	transform: rotate(7deg) scale(0.45,0.45);
	top: 26.5%;
	left: 80%;
	z-index: 30;
}

.turnier li:nth-child(22n) a {
	-webkit-transform: rotate(8deg) scale(0.45,0.45);
	-moz-transform: rotate(8deg) scale(0.45,0.45);
	transform: rotate(8deg) scale(0.45,0.45);
	top: 30.7%;
	left: 53%;
	z-index: 31;
}

.turnier li:nth-child(23n) a {
	-webkit-transform: rotate(1deg) scale(0.5,0.5);
	-moz-transform: rotate(1deg) scale(0.5,0.5);
	transform: rotate(1deg) scale(0.5,0.5);
	top: 30%;
	left: 84%;
	z-index: 31; /* liegt oben! */
}
/*HENRIK*/
.turnier li:nth-child(24n) a {
	-webkit-transform: rotate(1deg) scale(0.55,0.55);
	-moz-transform: rotate(1deg) scale(0.55,0.55);
	transform: rotate(1deg) scale(0.55,0.55);
	top: 35%;
	left: -14%;
	z-index: 33; /* liegt oben! */
}
/*BARBARA*/
.turnier li:nth-child(25n) a {
	-webkit-transform: rotate(-4deg) scale(0.55,0.55);
	-moz-transform: rotate(-4deg) scale(0.55,0.55);
	transform: rotate(-4deg) scale(0.55,0.55);
	top: 37%;
	left: 7%;
	z-index: 32; /* liegt oben! */
}
/*BIANCA*/
.turnier li:nth-child(26n) a {
	-webkit-transform: rotate(-2deg) scale(0.8,0.8);
	-moz-transform: rotate(-2deg) scale(0.8,0.8);
	transform: rotate(-2deg) scale(0.8,0.8);
	top: 38%;
	left: 61%;
	z-index: 30;
}
.turnier li:nth-child(27n) a {
	-webkit-transform: rotate(1deg) scale(0.5,0.5);
	-moz-transform: rotate(1deg) scale(0.5,0.5);
	transform: rotate(1deg) scale(0.5,0.5);
	top: 43.5%;
	left: 45%;
	z-index: 31;
}
.turnier li:nth-child(28n) a {
	-webkit-transform: rotate(-7deg) scale(0.5,0.5);
	-moz-transform: rotate(-7deg) scale(0.5,0.5);
	transform: rotate(-7deg) scale(0.5,0.5);
	top: 43.8%;
	left: 86%;
	z-index: 31;
}
/*CLAUDINE*/
.turnier li:nth-child(29n) a {
	-webkit-transform: rotate(-5deg) scale(0.5,0.5);
	-moz-transform: rotate(-5deg) scale(0.5,0.5);
	transform: rotate(-5deg) scale(0.5,0.5);
	top: 41%;
	left: -20%;
	z-index: 31;
}
/*MONIQUE*/
.turnier li:nth-child(30n) a {
	-webkit-transform: rotate(2deg) scale(0.5,0.5);
	-moz-transform: rotate(2deg) scale(0.5,0.5);
	transform: rotate(2deg) scale(0.5,0.5);
	top: 39.8%;
	left: 20%;
	z-index: 31; /* liegt oben! */
}
/*MAREN*/
.turnier li:nth-child(31n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 43.7%;
	left: -14%;
	z-index: 33;
}
/*MICHELLE*/
.turnier li:nth-child(32n) a {
	-webkit-transform: rotate(1deg) scale(0.5,0.5);
	-moz-transform: rotate(1deg) scale(0.5,0.5);
	transform: rotate(1deg) scale(0.5,0.5);
	top: 45%;
	left: 4%;
	z-index: 30;
}
/*SASSA*/
.turnier li:nth-child(33n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 49%;
	left: -16%;
	z-index: 30;
}
.turnier li:nth-child(34n) a {
	-webkit-transform: rotate(3deg) scale(0.5,0.5);
	-moz-transform: rotate(3deg) scale(0.5,0.5);
	transform: rotate(3deg) scale(0.5,0.5);
	top: 48.5%;
	left: 20%;
	z-index: 31;
}
.turnier li:nth-child(35n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 49%;
	left: 30%;
	z-index: 32; /* liegt oben! */
}
/*FRANZI*/
.turnier li:nth-child(36n) a {
	-webkit-transform: rotate(1deg) scale(0.75,0.75);
	-moz-transform: rotate(1deg) scale(0.75,0.75);
	transform: rotate(1deg) scale(0.75,0.75);
	top: 51%;
	left: 80%;
	z-index: 33;
}
.turnier li:nth-child(37n) a {
	-webkit-transform: rotate(5deg) scale(0.5,0.5);
	-moz-transform: rotate(5deg) scale(0.5,0.5);
	transform: rotate(5deg) scale(0.5,0.5);
	top: 57.7%;
	left: 65%;
}
/*ISA*/
.turnier li:nth-child(38n) a {
	-webkit-transform: rotate(3deg) scale(0.55,0.55);
	-moz-transform: rotate(3deg) scale(0.55,0.55);
	transform: rotate(3deg) scale(0.55,0.55);
	top: 52.8%;
	left: -16%;
	z-index: 36;
}
.turnier li:nth-child(39n) a {
	-webkit-transform: rotate(-3deg) scale(0.5,0.5);
	-moz-transform: rotate(-3deg) scale(0.5,0.5);
	transform: rotate(-3deg) scale(0.5,0.5);
	top: 53.3%;
	left: 6%;
	z-index: 37;
}
/*JULIA*/
.turnier li:nth-child(40n) a {
	-webkit-transform: rotate(1deg) scale(0.5,0.5);
	-moz-transform: rotate(1deg) scale(0.5,0.5);
	transform: rotate(1deg) scale(0.5,0.5);
	top: 53%;
	left: 42%;
	z-index: 38;
}
.turnier li:nth-child(41n) a {
	-webkit-transform: rotate(-2deg) scale(0.5,0.5);
	-moz-transform: rotate(-2deg) scale(0.5,0.5);
	transform: rotate(-2deg) scale(0.5,0.5);
	top: 57%;
	left: -15%;
	z-index: 35;
}
.turnier li:nth-child(42n) a {
	-webkit-transform: rotate(2deg) scale(0.5,0.5);
	-moz-transform: rotate(2deg) scale(0.5,0.5);
	transform: rotate(2deg) scale(0.5,0.5);
	top: 56%;
	left: 5%;
	z-index: 37;
}
/*JERUSCHA*/
.turnier li:nth-child(43n) a {
	-webkit-transform: rotate(1deg) scale(0.8,0.8);
	-moz-transform: rotate(1deg) scale(0.8,0.8);
	transform: rotate(1deg) scale(0.8,0.8);
	top: 62%;
	left: -10%;
	z-index: 30;
}
.turnier li:nth-child(44n) a {
	-webkit-transform: rotate(-1deg) scale(0.5,0.5);
	-moz-transform: rotate(-1deg) scale(0.5,0.5);
	transform: rotate(-1deg) scale(0.5,0.5);
	top: 61.5%;
	left: 24%;
	z-index: 31;
}
.turnier li:nth-child(45n) a {
	-webkit-transform: rotate(3deg) scale(0.45,0.45);
	-moz-transform: rotate(3deg) scale(0.45,0.45);
	transform: rotate(3deg) scale(0.45,0.45);
	top: 63.5%;
	left: 28%;
}
.turnier li:nth-child(46n) a {
	-webkit-transform: rotate(-3deg) scale(0.5,0.5);
	-moz-transform: rotate(-3deg) scale(0.5,0.5);
	transform: rotate(-3deg) scale(0.5,0.5);
	top: 68.5%;
	left: 25%;
}
/*SVENJA*/
.turnier li:nth-child(47n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 61.5%;
	left: 65%;
	
}
.turnier li:nth-child(48n) a {
	-webkit-transform: rotate(5deg) scale(0.45,0.45);
	-moz-transform: rotate(5deg) scale(0.45,0.45);
	transform: rotate(5deg) scale(0.45,0.45);
	top: 60.5%;
	left: 95%;
	z-index: 35; /* liegt oben! */
}
.turnier li:nth-child(49n) a {
	-webkit-transform: rotate(0deg) scale(0.4,0.4);
	-moz-transform: rotate(0deg) scale(0.4,0.4);
	transform: rotate(0deg) scale(0.4,0.4);
	top: 64.8%;
	left: 61%;
}
.turnier li:nth-child(50n) a {
	-webkit-transform: rotate(-4deg) scale(0.45,0.45);
	-moz-transform: rotate(-4deg) scale(0.45,0.45);
	transform: rotate(-4deg) scale(0.45,0.45);
	top: 66%;
	left: 85%;
}
/*AIMEE*/
.turnier li:nth-child(51n) a {
	-webkit-transform: rotate(-6deg) scale(0.4,0.4);
	-moz-transform: rotate(-6deg) scale(0.4,0.4);
	transform: rotate(-6deg) scale(0.4,0.4);
	top: 70%;
	left: -20%;
	z-index: 34; /* liegt oben! */
}
.turnier li:nth-child(52n) a {
	-webkit-transform: rotate(2deg) scale(0.5,0.5);
	-moz-transform: rotate(2deg) scale(0.5,0.5);
	transform: rotate(2deg) scale(0.5,0.5);
	top: 70.5%;
	left: 8%;
	z-index: 35; /* liegt oben! */
}
.turnier li:nth-child(53n) a {
	-webkit-transform: rotate(-3deg) scale(0.4,0.4);
	-moz-transform: rotate(-3deg) scale(0.4,0.4);
	transform: rotate(-3deg) scale(0.4,0.4);
	top: 70.5%;
	left: 40%;
}
.turnier li:nth-child(54n) a {
	-webkit-transform: rotate(4deg) scale(0.55,0.55);
	-moz-transform: rotate(4deg) scale(0.55,0.55);
	transform: rotate(4deg) scale(0.55,0.55);
	top: 70.8%;
	left: 72%;
}
/*SOPHIE*/
.turnier li:nth-child(55n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 75%;
	left: -20%;
}
.turnier li:nth-child(56n) a {
	-webkit-transform: rotate(3deg) scale(0.45,0.45);
	-moz-transform: rotate(3deg) scale(0.45,0.45);
	transform: rotate(3deg) scale(0.45,0.45);
	top: 74.4%;
	left: 22%;
	z-index: 36;
}
.turnier li:nth-child(57n) a {
	-webkit-transform: rotate(-3deg) scale(0.5,0.5);
	-moz-transform: rotate(-3deg) scale(0.5,0.5);
	transform: rotate(-3deg) scale(0.5,0.5);
	top: 75.1%;
	left: 40%;
	z-index: 35;
}
.turnier li:nth-child(58n) a {
	-webkit-transform: rotate(2deg) scale(0.5,0.5);
	-moz-transform: rotate(2deg) scale(0.5,0.5);
	transform: rotate(2deg) scale(0.5,0.5);
	top: 75.8%;
	left: 75%;
}
/*MÄDELS*/
.turnier li:nth-child(59n) a {
	-webkit-transform: rotate(1deg) scale(0.55,0.55);
	-moz-transform: rotate(1deg) scale(0.55,0.55);
	transform: rotate(1deg) scale(0.55,0.55);
	top: 80%;
	left: -10%;
	z-index: 37;
}
.turnier li:nth-child(60n) a {
	-webkit-transform: rotate(1deg) scale(0.45,0.45);
	-moz-transform: rotate(1deg) scale(0.45,0.45);
	transform: rotate(1deg) scale(0.45,0.45);
	top: 79%;
	left: 5%;
	z-index: 36;
}
.turnier li:nth-child(61n) a {
	-webkit-transform: rotate(-3deg) scale(0.5,0.5);
	-moz-transform: rotate(-3deg) scale(0.5,0.5);
	transform: rotate(-3deg) scale(0.5,0.5);
	top: 81%;
	left: 25%;
	z-index: 35; /* liegt oben! */
}
/*JUTTA*/
.turnier li:nth-child(62n) a {
	-webkit-transform: rotate(3deg) scale(0.75,0.75);
	-moz-transform: rotate(3deg) scale(0.75,0.75);
	transform: rotate(3deg) scale(0.75,0.75);
	top: 80.5%;
	left: 85%;
}
/*CHRISTOPH*/
.turnier li:nth-child(63n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 84%;
	left: -18%;
}
/*DORO*/
.turnier li:nth-child(64n) a {
	-webkit-transform: rotate(-2deg) scale(0.5,0.5);
	-moz-transform: rotate(-2deg) scale(0.5,0.5);
	transform: rotate(-2deg) scale(0.5,0.5);
	top: 84.5%;
	left: 7%;
	z-index: 30;
}
/*INGA*/
.turnier li:nth-child(65n) a {
	-webkit-transform: rotate(3deg) scale(0.5,0.5);
	-moz-transform: rotate(3deg) scale(0.5,0.5);
	transform: rotate(3deg) scale(0.5,0.5);
	top: 84.3%;
	left: 43%;
}
/*IRIS*/
.turnier li:nth-child(66n) a {
	-webkit-transform: rotate(-4deg) scale(0.5,0.5);
	-moz-transform: rotate(-4deg) scale(0.5,0.5);
	transform: rotate(-4deg) scale(0.5,0.5);
	top: 87%;
	left: -19%;
	z-index: 29;
}
/*KATHA*/
.turnier li:nth-child(67n) a {
	-webkit-transform: rotate(-2deg) scale(0.5,0.5);
	-moz-transform: rotate(-2deg) scale(0.5,0.5);
	transform: rotate(-2deg) scale(0.5,0.5);
	top: 87.1%;
	left: 15%;
	z-index: 28;
}
/*LEILI*/
.turnier li:nth-child(68n) a {
	-webkit-transform: rotate(2deg) scale(0.5,0.5);
	-moz-transform: rotate(2deg) scale(0.5,0.5);
	transform: rotate(2deg) scale(0.5,0.5);
	top: 87.3%;
	left: 44%;
	z-index: 27;
}
/*LIZ*/
.turnier li:nth-child(69n) a {
	-webkit-transform: rotate(-1deg) scale(0.55,0.55);
	-moz-transform: rotate(-1deg) scale(0.55,0.55);
	transform: rotate(-1deg) scale(0.55,0.55);
	top: 88.3%;
	left: 60%;
}
/*MAX*/
.turnier li:nth-child(70n) a {
	-webkit-transform: rotate(-1deg) scale(0.5,0.5);
	-moz-transform: rotate(-1deg) scale(0.5,0.5);
	transform: rotate(-1deg) scale(0.5,0.5);
	top: 89.1%;
	left: -15%;
	z-index: 30;
}
.turnier li:nth-child(71n) a {
	-webkit-transform: rotate(3deg) scale(0.5,0.5);
	-moz-transform: rotate(3deg) scale(0.5,0.5);
	transform: rotate(3deg) scale(0.5,0.5);
	top: 91.5%;
	left: 8%;
}
.turnier li:nth-child(72n) a {
	-webkit-transform: rotate(-2deg) scale(0.5,0.5);
	-moz-transform: rotate(-2deg) scale(0.5,0.5);
	transform: rotate(-2deg) scale(0.5,0.5);
	top: 91.7%;
	left: 40%;
}
.turnier li:nth-child(73n) a {
	-webkit-transform: rotate(4deg) scale(0.45,0.45);
	-moz-transform: rotate(4deg) scale(0.45,0.45);
	transform: rotate(4deg) scale(0.45,0.45);
	top: 91.2%;
	left: 80%;
}
/*DEBORAH*/
.turnier li:nth-child(74n) a {
	-webkit-transform: rotate(-5deg) scale(0.45,0.45);
	-moz-transform: rotate(-5deg) scale(0.45,0.45);
	transform: rotate(-5deg) scale(0.45,0.45);
	top: 94.8%;
	left: -18%;
}
/*NACHTRAG - PICS*/
.turnier li:nth-child(75n) a {
	-webkit-transform: rotate(-1deg) scale(0.5,0.5);
	-moz-transform: rotate(-1deg) scale(0.5,0.5);
	transform: rotate(-1deg) scale(0.5,0.5);
	top: 95.3%;
	left: 15%;
}
.turnier li:nth-child(76n) a {
	-webkit-transform: rotate(2deg) scale(0.45,0.45);
	-moz-transform: rotate(2deg) scale(0.45,0.45);
	transform: rotate(2deg) scale(0.45,0.45);
	top: 94.8%;
	left: 52%;
}
.turnier li:nth-child(77n) a {
	-webkit-transform: rotate(2deg) scale(0.45,0.45);
	-moz-transform: rotate(2deg) scale(0.45,0.45);
	transform: rotate(2deg) scale(0.45,0.45);
	top: 95%;
	left: 80%;
}
/*NACHZÜGLER SOPHIE*/
.turnier li:nth-child(78n) a {
	-webkit-transform: rotate(-1deg) scale(0.4,0.4);
	-moz-transform: rotate(-1deg) scale(0.4,0.4);
	transform: rotate(-1deg) scale(0.4,0.4);
	top: 76.8%;
	left: 36%;
	z-index: 35;
}


/* Pictures rotation and scaling on hover */
.turnier li:nth-child(n) a:hover {
	-webkit-transform: rotate(0deg) scale(1,1);
	-moz-transform: rotate(0deg) scale(1,1);
	transform: rotate(0deg) scale(1,1);
	z-index: 100;
}

/******* TT ***************************************************************************/

/* Pics */
.pics {
	margin: auto;
	margin: 0px auto;
	position: relative;
	height: 2000px;
	width: 800px;
	padding-bottom: 60px;
}
.pics a {

	background: #fff;
	display: inline;
	float: left;
	width: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 40px;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-transition: all .30s;
	-moz-transition: all .30s;
	-o-transition: all .30s;
	transition: all .30s;
	position: absolute;
}
.pics img {
	display: block;
	/*padding-bottom:20px;*/
}
#extra {
	padding-bottom: 20px;
	display: block;
}
#extra img {
	padding-bottom: 20px;
}

.pics a:hover {
	z-index: 100;
	
}
.pics a:after {
	content: attr(title);
}
/* Pictures placement, scaling and rotation */

.pics li:nth-child(1n) a {
	-webkit-transform: rotate(-2deg) scale(0.85,0.85);
	-moz-transform: rotate(-2deg) scale(0.85,0.85);
	transform: rotate(-2deg) scale(0.85,0.85);
	top: -2%;
	left: -16%;
}
.pics li:nth-child(2n) a {
	-webkit-transform: rotate(1deg) scale(0.5,0.5);
	-moz-transform: rotate(1deg) scale(0.5,0.5);
	transform: rotate(1deg) scale(0.5,0.5);
	top: -6%;
	left: 56%;
}
.pics li:nth-child(3n) a {
	-webkit-transform: rotate(4deg) scale(0.55,0.55);
	-moz-transform: rotate(4deg) scale(0.55,0.55);
	transform: rotate(4deg) scale(0.55,0.55);
	top: 3.5%;
	left: 70%;
}
.pics li:nth-child(4n) a {
	-webkit-transform: rotate(2deg) scale(0.6,0.6);
	-moz-transform: rotate(2deg) scale(0.6,0.6);
	transform: rotate(2deg) scale(0.6,0.6);
	top: 23.5%;
	left: -20%;
}
.pics li:nth-child(5n) a {
	-webkit-transform: rotate(-2deg) scale(0.55,0.55);
	-moz-transform: rotate(-2deg) scale(0.55,0.55);
	transform: rotate(-2deg) scale(0.55,0.55);
	top: 21.2%;
	left: 24%;
}
.pics li:nth-child(6n) a {
	-webkit-transform: rotate(3deg) scale(0.5,0.5);
	-moz-transform: rotate(3deg) scale(0.5,0.5);
	transform: rotate(3deg) scale(0.5,0.5);
	top: 21%;
	left: 47%;
}
.pics li:nth-child(7n) a {
	-webkit-transform: rotate(-4deg) scale(0.5,0.5);
	-moz-transform: rotate(-4deg) scale(0.5,0.5);
	transform: rotate(-4deg) scale(0.5,0.5);
	top: 23%;
	left: 66%;
}
.pics li:nth-child(8n) a {
	-webkit-transform: rotate(-3deg) scale(0.6,0.6);
	-moz-transform: rotate(-3deg) scale(0.6,0.6);
	transform: rotate(-3deg) scale(0.6,0.6);
	top: 36%;
	left: -20%;
}
.pics li:nth-child(9n) a {
	-webkit-transform: rotate(2deg) scale(0.55,0.55);
	-moz-transform: rotate(2deg) scale(0.55,0.55);
	transform: rotate(2deg) scale(0.55,0.55);
	top: 36%;
	left: 18%;
	z-index: 30;
}
.pics li:nth-child(10n) a {
	-webkit-transform: rotate(-3deg) scale(0.5,0.5);
	-moz-transform: rotate(-3deg) scale(0.5,0.5);
	transform: rotate(-3deg) scale(0.5,0.5);
	top: 36%;
	left: 46%;
	z-index: 31;
}
.pics li:nth-child(11n) a {
	-webkit-transform: rotate(3deg) scale(0.5,0.5);
	-moz-transform: rotate(3deg) scale(0.5,0.5);
	transform: rotate(3deg) scale(0.5,0.5);
	top: 33%;
	left: 78%;
	z-index: 32;
}
.pics li:nth-child(12n) a {
	-webkit-transform: rotate(-3deg) scale(0.55,0.55);
	-moz-transform: rotate(-3deg) scale(0.55,0.55);
	transform: rotate(-3deg) scale(0.55,0.55);
	top: 46.5%;
	left: -20%;
	z-index: 33;
}
.pics li:nth-child(13n) a {
	-webkit-transform: rotate(0deg) scale(0.45,0.45);
	-moz-transform: rotate(0deg) scale(0.45,0.45);
	transform: rotate(0deg) scale(0.45,0.45);
	top: 45.7%;
	left: 6%;
	z-index: 33;
}
.pics li:nth-child(14n) a {
	-webkit-transform: rotate(3deg) scale(0.8,0.8);
	-moz-transform: rotate(3deg) scale(0.8,0.8);
	transform: rotate(3deg) scale(0.8,0.8);
	top: 49.5%;
	left: 64%;
	z-index: 35;
}
.pics li:nth-child(15n) a {
	-webkit-transform: rotate(3deg) scale(0.5,0.5);
	-moz-transform: rotate(3deg) scale(0.5,0.5);
	transform: rotate(3deg) scale(0.5,0.5);
	top: 56%;
	left: -18%;
	
}
.pics li:nth-child(16n) a {
	-webkit-transform: rotate(-3deg) scale(0.5,0.5);
	-moz-transform: rotate(-3deg) scale(0.5,0.5);
	transform: rotate(-3deg) scale(0.5,0.5);
	top: 57%;
	left: 7%;
}
.pics li:nth-child(17n) a {
	-webkit-transform: rotate(1deg) scale(0.5,0.5);
	-moz-transform: rotate(1deg) scale(0.5,0.5);
	transform: rotate(1deg) scale(0.5,0.5);
	top: 56%;
	left: 30%;
}
.pics li:nth-child(18n) a {
	-webkit-transform: rotate(-1deg) scale(0.6,0.6);
	-moz-transform: rotate(-1deg) scale(0.6,0.6);
	transform: rotate(-1deg) scale(0.6,0.6);
	top: 71%;
	left: -20%;
}
.pics li:nth-child(19n) a {
	-webkit-transform: rotate(1deg) scale(0.55,0.55);
	-moz-transform: rotate(1deg) scale(0.55,0.55);
	transform: rotate(1deg) scale(0.55,0.55);
	top: 71.5%;
	left: 22%;
	z-index: 30; /* liegt oben! */
}
.pics li:nth-child(20n) a {
	-webkit-transform: rotate(-2deg) scale(0.55,0.55);
	-moz-transform: rotate(-2deg) scale(0.55,0.55);
	transform: rotate(-2deg) scale(0.55,0.55);
	top: 73.5%;
	left: 60%;
	z-index: 30; /* liegt oben! */
}
.pics li:nth-child(21n) a {
	-webkit-transform: rotate(-5deg) scale(0.5,0.5);
	-moz-transform: rotate(-5deg) scale(0.5,0.5);
	transform: rotate(-5deg) scale(0.5,0.5);
	top: 81%;
	left: -18%;
	z-index: 30; /* liegt oben! */
}
.pics li:nth-child(22n) a {
	-webkit-transform: rotate(1deg) scale(0.5,0.5);
	-moz-transform: rotate(1deg) scale(0.5,0.5);
	transform: rotate(1deg) scale(0.5,0.5);
	top: 82.5%;
	left: 3%;
	z-index: 30; /* liegt oben! */
}
.pics li:nth-child(23n) a {
	-webkit-transform: rotate(-2deg) scale(0.45,0.45);
	-moz-transform: rotate(-2deg) scale(0.45,0.45);
	transform: rotate(-2deg) scale(0.45,0.45);
	top: 80%;
	left: 45%;
	z-index: 30; /* liegt oben! */
}
.pics li:nth-child(24n) a {
	-webkit-transform: rotate(1deg) scale(0.45,0.45);
	-moz-transform: rotate(1deg) scale(0.45,0.45);
	transform: rotate(1deg) scale(0.45,0.45);
	top: 81.5%;
	left: 62%;
	z-index: 30; /* liegt oben! */
}
.pics li:nth-child(25n) a {
	-webkit-transform: rotate(-3deg) scale(0.6,0.6);
	-moz-transform: rotate(-3deg) scale(0.6,0.6);
	transform: rotate(-3deg) scale(0.6,0.6);
	top: 95.2%;
	left: -5%;
	z-index: 30; /* liegt oben! */
}
.pics li:nth-child(26n) a {
	-webkit-transform: rotate(1deg) scale(0.55,0.55);
	-moz-transform: rotate(1deg) scale(0.55,0.55);
	transform: rotate(1deg) scale(0.55,0.55);
	top: 95.7%;
	left: 38%;
	z-index: 30; /* liegt oben! */
}
/* Pictures rotation and scaling on hover */

.pics li:nth-child(n) a:hover {
	-webkit-transform: rotate(0deg) scale(1,1);
	-moz-transform: rotate(0deg) scale(1,1);
	transform: rotate(0deg) scale(1,1);
	z-index: 100;
}
