/* Fonts */
	
	/* Raleway */
	@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100,500,600,700,800);

	/* Open Sans */
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);

	/* Oswald */
	@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

	/* Indie Flower */
	@import url(http://fonts.googleapis.com/css?family=Indie+Flower);


/* ALTE HISTORY FONTS */

	/* Open Sans */
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);

	/* Open Sans Condensed */
	@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

	/* Condiment */
	@import url(http://fonts.googleapis.com/css?family=Condiment);

	/* Playball */
	@import url(http://fonts.googleapis.com/css?family=Playball);

/* Main Styles */


	.clear{
		clear:both;
	}

/* Font Classes */	

	.oswald{
		font-family: 'Oswald', 'sans-serif';
	}

	.open-sans{
		font-family: 'Open Sans', sans-serif;
	}

	.flower{
		font-family: 'Indie Flower', cursive;
	}

/* ALTE HISTORY FONTS */

	.condensed{
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.condiment{
		font-family: 'Condiment', cursive;
	}

	.playball{
		font-family: 'Playball', cursive;
	}

/* Fonts */

	.header{
		width:100%;
		height: auto;
		font-size:35px;
		font-weight: 400;
		text-align: center;
		margin:0 auto;
	}

	.t-left{
		text-align:left !important;
	}

	.t-center{
		text-align:center !important;
	}

	.t-right{
		text-align:right !important;
	}

	.dark{
		color: #505050;
	}

	.h-desc{
		font-size:15px;
		font-weight: 100;
		text-align: center;
		margin:20px auto;
		max-width: 900px;
		line-height: 20px;
	}

	.extrabold{
		font-weight: 800;
	}

	.bold{
		font-weight: 700;
	}

	.semibold{
		font-weight: 600;
	}

	.normal{
		font-weight: 400;
	}

	.light{
		font-weight: 100;
	}

	.italic{
		font-style: italic;
	}

	.uppercase{
		text-transform: uppercase;
	}

/* Colors */

	.white{
		color:white;
	}

	.gray1{
		color:#a8a7a7;
	}

	.gray2{
		color:#8c8c8c;
	}

	.colored{
		color: #000f8a;
	}

	.colored-bg{
		background-color: #000f8a;
	}

	.gray-border{
		border-color:#eeeeee;
	}

	.colored-border{
		border-color: #000f8a;
	}

	.colored-border-left{
		border-left-color: #000f8a;
	}

	.colored-border-right{
		border-right-color: #000f8a;
	}

	.white-bg{
		background-color:white !important;
	}

	.gray-bg{
		background-color:#f5f5f5 !important;
	}

	.black-bg{
		background-color:black !important;
	}

/* History */

	#history{
		background:url(../images/spielplan/i3.jpg) top fixed;
	}

	.history{
		padding-bottom:0;
	}

/* Timeline */

	#history ul.timeline{
		width: 100%;
		max-width:1170px;
		margin:50px auto 0;
		display: block;
		background:url(../images/spielplan/history-strip.jpg) center center repeat-y;
		position: relative;
		height: auto;
		padding:0 0 150px;
	}

/* Years */

	#history ul.timeline li.time{
		width: 75px;
		height: 50px;
		position: relative;
		clear: both;
		border-radius: 5px;
		background: white;
		text-align: center;
		color:#aaa9a9;
		line-height: 52px;
		font-family: 'Oswald', cursive;
		font-size: 20px;
		margin:30px auto;
		cursor: default;
	}

	#history ul.timeline li.today{
		background: #3c3c3c;
		color:white;
		margin:40px auto;
	}

/* Notes */

	#history ul.timeline li.note{
		width:46%;
		min-height: 100px;
		float:right;
		background:white;
		border:1px solid #ececec;
		margin:35px 0;
		border-radius:12px;
		position: relative;
		text-align:left;
		padding:24px 24px 50px;
		cursor:pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#history ul.timeline li.note:nth-of-type(2n){
		float: left;
		clear: left;
	}

	#history ul.timeline li.time + li.note{
		margin-top:-5px;
	}

	#history ul.timeline li.note:after{
		content:'';
		position:absolute;
		left:-10.7%;
		right: auto;
		display:block;
		width:21px;
		height:21px;
		background:white;
		border-radius:100px;
		top:50%;
		z-index:20;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#history ul.timeline li.note:nth-of-type(2n):after{
		right:-11%;
		left: auto;
	}

/* Note Arrows */

	.note-arrow{
		position: absolute;
		right: 100%;
		left: auto;
	   	top: 50%;
	   	display: block;
	  	border-right: 15px solid;
	   	border-right-color: #ececec; 
	   	border-left: none;
	  	border-top: 15px solid transparent;
	  	border-bottom: 15px solid transparent; 
	  	-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.note-arrow:after{
		content:'';
		position: absolute;
		left: 1px;
		right:auto;
	   	top: 0px;
	   	display: block;
	  	border-right: 14px solid;
	   	border-right-color: white; 
	   	border-left: none;
	  	border-top: 14px solid transparent;
	  	border-bottom: 14px solid transparent; 
	  	-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#history ul.timeline li.note:nth-of-type(2n) .note-arrow{
		left: 100%;
		right: auto;
		border-left: 15px solid;
	   	border-left-color: #ececec; 
	   	border-right: none;
	}

	#history ul.timeline li.note:nth-of-type(2n) .note-arrow:after{
		border-left: 14px solid;
	   	border-left-color: white; 
	  	border-top: 14px solid transparent;
	  	border-bottom: 14px solid transparent; 
	  	border-right: none;
	  	right:1px;
	  	left:auto;
	}

/* Start Icon */

	#history ul.timeline li.start{
		clear: both;
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		left:50%;
		margin-left:-30px;
		bottom: 0;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		transform: translateY(50%);
	}

	#history ul.timeline li.start a{
		width: 60px;
		height: 60px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		display: block;
		color: white;
		text-align: center;
		border-radius: 10px;
	}

	#history ul.timeline li.start a span.up-arrow{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		line-height: 50px;
		display: block;
		width: 12px;
		height: 17px;
		top:20px;
		position: relative;
		margin:0 auto;
		background: url(../images/spielplan/up-arrow.png) center center no-repeat;
	}

/* History Note Inners */
	
	li.note p,
	li.note span,
	li.note span:after{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	

	li.note p.history-date{
		font-size:13px;
		color:#949494;
	}

	li.note p.history-head{
		font-size:17px;
		color:#696969;
		margin:3px auto;
	}

	li.note p.history-desc{
		font-size:13px;
		color:#949494;
	}

/* History Note Images */

	.timeline-images{
		width:90%;
		position: absolute;
		bottom:-35px;
		height: auto;
	}

	.timeline-images a.timeline-image{
		width:70px;
		height: 70px;
		margin-right:15px;
		margin-left:0;
		float:left;
		display: block;
		position: relative;
	}

	#history ul.timeline li.note:nth-of-type(2n) .timeline-images a.timeline-image{
		float:right;
		margin-left:15px;
		margin-right:0;
	}

	.timeline-images a.timeline-image img{
		width:70px;
		height: 70px;
		border-radius: 100px;
		border:2px solid rgba(255, 255, 255, 0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* History Rollovers */

	#history ul.timeline li.note:hover,
	#history ul.timeline li.note:hover:after{
		background:#000f8a;
	}

	#history ul.timeline li.note:hover p.history-date,
	#history ul.timeline li.note:hover p.history-head,
	#history ul.timeline li.note:hover p.history-desc{
		color:white;
	}

	#history ul.timeline li.note:hover span.note-arrow,
	#history ul.timeline li.note:hover span.note-arrow:after{
		border-right-color: #000f8a; 
	}

	#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow,
	#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow:after{
		border-left-color: #000f8a; 
	}

	a.timeline-image img:hover{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	.dark-gray-degrade-diagonal{
		background: #4f4f4f; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #4f4f4f 0%, #2d2d2d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4f4f4f), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  #4f4f4f 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  #4f4f4f 0%,#2d2d2d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  #4f4f4f 0%,#2d2d2d 100%); /* IE10+ */
		background: linear-gradient(135deg,  #4f4f4f 0%,#2d2d2d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#2d2d2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}




/* Spielplan */

	#spielplan{
		background-color:#f3f3f3;
		/*background:url(../images/spielplan/i3.jpg) top fixed;*/
	}

	.history{
		padding-bottom:0;
	}

/* Timeline */

	#spielplan ul.timeline{
		width: 100%;
		max-width:1170px;
		margin:50px auto 0;
		display: block;
		background:url(../images/spielplan/history-strip.jpg) center center repeat-y;
		position: relative;
		height: auto;
		padding:0 0 150px;
	}

/* Years */

	#spielplan ul.timeline li.time{
		width: 75px;
		height: 50px;
		position: relative;
		clear: both;
		border-radius: 5px;
		background: #000f8a;
		text-align: center;
		color:white;
		line-height: 52px;
		font-family: 'Oswald';
		font-size: 20px;
		margin:30px auto;
		cursor: default;
	}

	#spielplan ul.timeline li.today{
		background: #000f8a;
		color:white;
		margin:40px auto;
	}

/* Notes */

	#spielplan ul.timeline li.note{
		width:46%;
		min-height: 140px;
		float:right;
		background:white;
		border:1px solid #ececec;
		margin:3% 0 ;
		border-radius:12px;
		position:relative;
		text-align:left;
		padding:24px 24px 44px;
		cursor:auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#spielplan ul.timeline li.note:nth-of-type(2n){
		float: left;
		clear: left;
	}

	#spielplan ul.timeline li.time + li.note{
		margin-top:-5px;
	}

	/*#spielplan ul.timeline li.note:after{
		content:'';
		position:absolute;
		left:-10.7%;
		right: auto;
		display:block;
		width:21px;
		height:21px;
		background:white;
		border-radius:100px;
		top:50%;
		z-index:20;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}*/

	#spielplan ul.timeline li.note:nth-of-type(2n):after{
		right:-11%;
		left: auto;
	}

/* Note Arrows */

	.note-arrow{
		position: absolute;
		right: 100%;
		left: auto;
	   	top: 50%;
	   	display: block;
	  	border-right: 15px solid;
	   	border-right-color: #ececec; 
	   	border-left: none;
	  	border-top: 15px solid transparent;
	  	border-bottom: 15px solid transparent; 
	  	-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.note-arrow:after{
		content:'';
		position: absolute;
		left: 1px;
		right:auto;
	   	top: 0px;
	   	display: block;
	  	border-right: 14px solid;
	   	border-right-color: white; 
	   	border-left: none;
	  	border-top: 14px solid transparent;
	  	border-bottom: 14px solid transparent; 
	  	-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#spielplan ul.timeline li.note:nth-of-type(2n) .note-arrow{
		left: 100%;
		right: auto;
		border-left: 15px solid;
	   	border-left-color: #ececec; 
	   	border-right: none;
	}

	#spielplan ul.timeline li.note:nth-of-type(2n) .note-arrow:after{
		border-left: 14px solid;
	   	border-left-color: white; 
	  	border-top: 14px solid transparent;
	  	border-bottom: 14px solid transparent; 
	  	border-right: none;
	  	right:1px;
	  	left:auto;
	}

/* Start Icon */

	#spielplan ul.timeline li.start{
		clear: both;
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		left:50%;
		margin-left:-30px;
		bottom: 0;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		transform: translateY(50%);
	}

	#spielplan ul.timeline li.start a{
		width: 60px;
		height: 60px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		display: block;
		color: white;
		text-align: center;
		border-radius: 10px;
	}

	#spielplan ul.timeline li.start a span.up-arrow{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		line-height: 50px;
		display: block;
		width: 12px;
		height: 17px;
		top:20px;
		position: relative;
		margin:0 auto;
		background:url(../images/spielplan/up-arrow.png) center center no-repeat;
	}

/* Spielplan Note Inners */
	
	li.note p,
	li.note span,
	li.note span:after{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	

	li.note p.history-date{
		font-size:13px;
		color:#949494;
	}

	li.note p.history-head{
		font-size:20px;
		color:#000f8a;
		margin:3px auto;
	}

	li.note p.history-desc{
		font-size:13px;
		color:#949494;
	}

/* Spielplan Note Images */

	.timeline-images{
		width:90%;
		position: absolute;
		bottom:-35px;
		height: auto;
	}

	.timeline-images a.timeline-image{
		width:70px;
		height: 70px;
		margin-right:15px;
		margin-left:0;
		float:right;
		display: block;
		position: relative;
	}

	#spielplan ul.timeline li.note:nth-of-type(2n) .timeline-images a.timeline-image{
		float:right;
		margin-left:15px;
		margin-right:0;
	}

	.timeline-images a.timeline-image img{
		width:70px;
		height: 70px;
		border-radius: 100px;
		border:2px solid rgba(255, 255, 255, 0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Spielplan Rollovers */

	#spielplan ul.timeline li.note:hover,
	#spielplan ul.timeline li.note:hover:after{
		background:#000f8a;
	}

	#spielplan ul.timeline li.note:hover p.history-date,
	#spielplan ul.timeline li.note:hover p.history-head,
	#spielplan ul.timeline li.note:hover p.history-head a.spielplan-detail-button,
	#spielplan ul.timeline li.note:hover p.history-head a.images-detail-button,
	#spielplan ul.timeline li.note:hover p.history-desc{
		color:white;
	}

	#spielplan ul.timeline li.note:hover span.note-arrow,
	#spielplan ul.timeline li.note:hover span.note-arrow:after{
		border-right-color: #000f8a; 
	}

	#spielplan ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow,
	#spielplan ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow:after{
		border-left-color: #000f8a; 
	}

	a.timeline-image img:hover{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	.dark-gray-degrade-diagonal{
		background: #4f4f4f; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #4f4f4f 0%, #2d2d2d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4f4f4f), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  #4f4f4f 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  #4f4f4f 0%,#2d2d2d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  #4f4f4f 0%,#2d2d2d 100%); /* IE10+ */
		background: linear-gradient(135deg,  #4f4f4f 0%,#2d2d2d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#2d2d2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}



	#spielplan .history .timeline .timeline-images a.spielplan-detail-button{
		font-size:17px;
		text-indent: -1px;
		color:#fff;
		float:right;
		display:block;
		width:70px;
		height: 70px;
		text-align:left;
		border-radius: 200px;
		cursor: pointer;
		margin:20px 5px 0;
		background-color:#fff;
		background: #fff url(../images/icons/news.png) center center no-repeat;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#spielplan .history .timeline .timeline-images a.spielplan-detail-button:hover{
		font-size:17px;
		text-indent: -1px;
		color:#000f8a;
		float:right;
		display:block;
		width:70px;
		height: 70px;
		text-align:left;
		border-radius: 200px;
		cursor: pointer;
		margin:20px 5px 0;
		background-color:#000f8a;
		background: #000f8a url(../images/icons/news_weiss.png) center center no-repeat;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	#spielplan .history .timeline .timeline-images a.images-detail-button{
		font-size:17px;
		text-indent: -1px;
		color:#fff;
		float:right;
		display:block;
		width:70px;
		height: 70px;
		text-align:left;
		border-radius: 200px;
		cursor: pointer;
		margin:20px 5px 0;
		background-color:#fff;
		background: #fff url(../images/icons/pics.png) center center no-repeat;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#spielplan .history .timeline .timeline-images a.images-detail-button:hover{
		font-size:17px;
		text-indent: -1px;
		color:#000f8a;
		float:right;
		display:block;
		width:70px;
		height: 70px;
		text-align:left;
		border-radius: 200px;
		cursor: pointer;
		margin:20px 5px 0;
		background-color:#000f8a;
		background: #000f8a url(../images/icons/pics_weiss.png) center center no-repeat;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

