@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-Cn';
	src: url('/fonts/HelveticaNeueLTStd-Cn.eot');
	src: url('/fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
	url('/fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'),
	url('/fonts/HelveticaNeueLTStd-Cn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	src: url('/fonts/HelveticaNeueLTStd-BdCn.eot');
	src: url('/fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
	url('/fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
	url('/fonts/HelveticaNeueLTStd-BdCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	background: #f4f4f4;
}

body {
	font-family: 'Conv_HelveticaNeueLTStd-Cn';
	text-align: center;
	font-size: 24px;
	margin:  0;
	overflow-x: hidden;
}

h2 {
	line-height: 0px;
	margin: 0;
	margin-top: 40px;
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	font-size: 30px;
}

.menubar{
	width: 100vw;
	height: 47px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	background-color: #232323;
	border-bottom: 2px solid #ff4e08;
}

.button{
	width: auto;
	height: auto;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	color: white;
	position: relative;
	display: inline-block;
	background-color: #232323;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	margin: 0 -2px;
}

.button:hover{
	cursor: pointer;
	background:#ff4e08;
}

a {
	text-decoration: none;
}

.championshipHolder {
    display: inline-block;
    width: 100%;
    height: auto;
	text-align: center;
}

.iframeHolder {
    margin-left: 20px;
    width: 360px;
    height: 570px;
    overflow: hidden;
    cursor: pointer;
    background-image: url("../design/klassement_laden.gif");
    background-repeat: no-repeat;
    background-position: 50% 22px;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    display: inherit;
}

.iframeHolder:hover {
    transform: scale(1.05);
}

iframe {
    pointer-events: none;
    border: none;
    width: 1300px;
    height: 1380px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    top: -306px;
    left: -660px;
    transform: scale(0.607);
}

.championshipButton {
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	font-weight: 400;
	margin-left: 20px;
	width: 360px;
	height: 250px;
	line-height: 54px;
	font-size: 20px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: transform 0.2s ease;
	-moz-transition: transform 0.2s ease;
	-ms-transition: transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	display: inherit;
	background-position: -147px -45px;
	background-size: 656px;
}

.championshipButton:hover {
    transform: scale(1.05);	
}

body > .iframeHolder:nth-child(2) > iframe:nth-child(2) {
	z-index: 100;
	transform: scale(0.607) translateY(-1677px);
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: black;
}

a:active {
  color: black;
}