@import url("../webfonts/Cantarell_Bold/stylesheet.css");
@import url("../webfonts/Black_Olives/stylesheet.css");
@import url("../webfonts/Cantarell_Regular/stylesheet.css");

* {
	margin: 0%;
	padding: 0%;
}

html, body {
	width: 100%;
	height: 120%;
}

#background {
	background-image: url(../media/images/DSCN1810.JPG);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -500;
	height: 120%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#position {
	font-size: 10px;
}

#name {
	font-size: 16px;
}

#dates {
	font-size: 12px;
	font-family: "Cantarell Regular";
}

#number {
	font-size: 64px; 
	color: #EEE;
	position: absolute;
	bottom: 15%;
	
}

.slogan {
	font-family: "Black Olives";
	font-size: 24px;
	color: #FC3;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	border-bottom: 1px solid #AAA;
	padding-bottom: 20px;
	padding-left: 200px;
	padding-right: 200px;
}

.slogan {
	-webkit-animation: pulse2 4s ease-in-out infinite;
	-moz-animation: pulse2 4s ease-in-out infinite;
	-ms-animation: pulse2 4s ease-in-out infinite;
	animation: pulse2 4s ease-in-out infinite;
}

@keyframes "pulse2" {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); }
}

@-moz-keyframes pulse2 {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); }
}

@-webkit-keyframes "pulse2" {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); }
}

@-ms-keyframes "pulse2" {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); } 
}


.img { 
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgHover {
	background-image: url(../media/images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 200;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-size: 7%;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
	cursor: pointer;
}

.img:hover .imgHover {
	opacity: .9;
}

#teamImage {
	width: 90%;
	max-height: 90%;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -45%;
	display: none;
	z-index: 2000;
	overflow: hidden;
	border-bottom: 10px solid #AAA;
}

#backgroundImage {
	width: 100%;
	height: 260%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1999;
	background-color: #000;
	display: none;
	opacity: .8;
}

.newsWhite {
	padding: 7%;
	color: #000;
	z-index: 1;
}

h4 {
	font-family: "Cantarell Bold";
	text-transform: uppercase; 
	letter-spacing: .2em;
	font-size: 8px;
}

h2 {
	font-family: "Cantarell Bold";
	text-transform: uppercase; 
	letter-spacing: .15em;
	font-size: 12px;
}

p {
	font-family: "Cantarell Regular";
	font-size: 18px;
}

#phrase p {
	font-family: "Cantarell Regular";
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
}

.smallBoxWhite {
	min-width: 20%;
	height: 300%;
	float: left;
	overflow: hidden;
	font-size: 10px;
	color: #000;
	cursor: pointer;
}	

.smallBoxWhite2 {
	min-width: 20%;
	height: 30%;
	float: left;
	overflow: hidden;
	font-size: 10px;
}	

.newerMatch {
	padding: 7%;
	height: 100%;
	min-width: 100%;
	position: relative;
	color: #FFF;
	z-index: 100;
	opacity: 1;
	font-family: "Cantarell Bold";
	text-transform: uppercase;
	letter-spacing: .2em;
	background: rgba(0, 0, 0, 0.2);
	border-top: 10px solid #AAA;
}

.bilanz {
	padding: 10%;
	height: 100%;
	min-width: 100%;
	position: relative;
	color: #FFF;
	z-index: 100;
	opacity: 1;
	font-family: "Cantarell Bold";
	text-transform: uppercase;
	letter-spacing: .2em;
	background: rgba(0, 0, 0, 0.1);
	border-top: 10px solid #AAA;
}

.player {
	padding: 7%;
	height: 100%;
	min-width: 100%;
	position: relative;
	color: #000;
	z-index: 100;
	opacity: 1;
	font-family: "Cantarell Bold";
	text-transform: uppercase;
	letter-spacing: .2em;
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: 65% bottom;
	border-top: 10px solid #AF0015;
}

.trainer {
	padding: 7%;
	height: 100%;
	min-width: 100%;
	position: relative;
	color: #FFF;
	z-index: 100;
	opacity: 1;
	font-family: "Cantarell Bold";
	text-transform: uppercase;
	letter-spacing: .2em;
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: 65% bottom;
	border-top: 10px solid #AAA;
}

.smallBox {
	width: 20%;
	height: 30%;
	float: left;
	overflow: hidden;
	
}	

.smallBoxWhite:hover  {
	background-color: #FC3;
}

.middleBoxWhite:hover  {
	background-color: #FC3;
}

.middleBoxTabelle {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2);
	font-family: "Cantarell Regular";
	font-size: 10px;
	padding: 2%;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	border-top: 10px solid #AAA;
}

.middleBoxTabelle p {
	font-size: 14px;
	font-family: "Cantarell Bold";
	text-transform: uppercase;
	padding: 20px 0 20px 20px;
	letter-spacing: .2em;
	cursor: pointer; 
	display: inline;
	margin-left: -2%;
}

.middleBoxTabelle a:hover {
	color: #FC3;
	-webkit-transition: all 0.4s linear;
    -moz-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    transition: all 0.4s linear;
}

.middleBoxTabelle table {
	text-align: left;
	width: 100%;
	float: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: -2%;
}

.middleBoxTabelle tr:hover td {
	background-color: #FC0;
	color: #000;
	opacity: .6;
}

.middleBoxTabelle td {
	height: 25px;
	font-size: 10px;
	color: #FFF;
	font-family: "Cantarell Regular";
	text-transform: uppercase;
	padding-left: 20px;
	letter-spacing: .5em;
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
}

.middleBoxTabelle tr {
	padding-left: 20px;
}

.middleBoxTabelle th {
	font-family: "Cantarell Bold";
	color: #FFF;
	padding-left: 20px;
	font-size: 8px;
	height: 20px;
	vertical-align: top;
	letter-spacing: .2em;
}

.middleBoxWhite {
	width: 40%;
	height: 30%;
	float: left;
	overflow: hidden;
	font-size: 10px;
	color: #FFF;
	cursor: pointer;
}	

.middleBoxWhite2 {
	width: 40%;
	height: 30%;
	float: left;
	overflow: hidden;
	font-size: 10px;
	color: #FFF;
}	

.middleBox {
	width: 40%;
	height: 30%;
	float: left;
	overflow: hidden;
}

.squareBox {
	width: 60%;
	height: 59.9%;
	float: left;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
}

.middleBoxTurned {
	width: 20%;
	height: 59.9%;
	float: left;
	overflow: hidden;
}	

.bigBox {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	max-height: 6%;
	float: left;
	overflow: hidden;
	font-family: "Cantarell Bold";
	font-size: 15px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding-top: 7%;
	padding-bottom: 7%;
}	

.footer {
	background-color: #EEE;
	width: 100%;
	height: 6%;
	border-top: 20px solid #AF0015;
	float: left;
	overflow: hidden;
	font-family: "Cantarell Bold";
	font-size: 15px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding-top: 7%;
	padding-bottom: 7%;
}	


#phrase {
	width: 100%;
	padding: 0 0 50px 0;
	text-align: center;
	color: #FFF;
	font-family: "Cantarell Bold";
	letter-spacing: 2em;
	text-transform: uppercase;
	font-size: 34px;
	float: left;
	z-index: 1000000;
	background: rgba(0, 0, 0, 0.3);
	border-top: 10px solid #999;
}

#phrase a {
	-webkit-animation: pulse1 4s ease-in-out infinite;
	-moz-animation: pulse1 4s ease-in-out infinite;
	-ms-animation: pulse1 4s ease-in-out infinite;
	animation: pulse1 4s ease-in-out infinite;
}