@font-face {
	font-family: 'comex';
	src:url('fonts/comex.eot');
	src:url('fonts/comex.eot?#iefix') format('embedded-opentype'),
		url('fonts/comex.woff') format('woff'),
		url('fonts/comex.ttf') format('truetype'),
		url('fonts/comex.svg#comex') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'comex';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-video, .icon-graphic, .icon-print, .icon-web, .icon-paste, .icon-pfeil_re, .icon-pfeil_li, .icon-mail, .icon-facebook, .icon-link, .icon-image, .icon-thumbs-up, .icon-font, .icon-newspaper, .icon-bubbles, .icon-facebook-2 {
	font-family: 'comex';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-video:before {
	content: "\e101";
}
.icon-graphic:before {
	content: "\e102";
}
.icon-print:before {
	content: "\e103";
}
.icon-web:before {
	content: "\e104";
}
.icon-paste:before {
	content: "\e105";
}
.icon-pfeil_re:before {
	content: "\e000";
}
.icon-pfeil_li:before {
	content: "\e001";
}
.icon-mail:before {
	content: "\e002";
}
.icon-facebook:before {
	content: "\e003";
}
.icon-link:before {
	content: "\e004";
}
.icon-image:before {
	content: "\e005";
}
.icon-thumbs-up:before {
	content: "\e007";
}
.icon-font:before {
	content: "\e106";
}
.icon-newspaper:before {
	content: "\e008";
}
.icon-bubbles:before {
	content: "\e009";
}
.icon-facebook-2:before {
	content: "\e010";
}

@font-face {
    font-family: 'robotoThin';
    src: url('fonts/Roboto-Thin-webfont.eot');
    src: url('fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Thin-webfont.svg#robotolight') format('svg');
    font-weight: normal !important;
    font-style: normal;
}
@font-face {
    font-family: 'robotoLight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal !important;
    font-style: normal;
}
a, a:link, a:visited {
	color: #e5e5e5;
	text-decoration: none;
	outline: none !important;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
a:hover {
	color: #1ac6ff;	
}
h1 {
	margin-bottom: 15px;
	font-family: 'robotoThin';
	font-size: 54px;
	line-height: 58px;
	color: #1ac6ff;
	text-transform: uppercase;
}
p {
	padding-bottom: 10px;
	font-family: 'robotoLight';
	font-size: 16px;
	line-height: 22px;
	color: #808080;	
}

html {
	width: 100%;
	height: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 44%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(44%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 44%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 44%,#cccccc 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 44%,#cccccc 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 44%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#page {
	display: block;
	position: relative;
	width: 888px;
	margin: 50px auto;	
	text-align: center;	
	z-index: 2;
}
#logo {
	display: block;
	position: relative;
	margin: 0 auto;	
}
.footerLink span {
	margin: 0 10px;
	font-size: 50px;	
}
#videos {
	margin: 0;
}

/*+-----------------------------------------------+*/
/*|             	Countdown			          |*/
/*+-----------------------------------------------+*/
#countdown {
	margin: 30px 0 80px;	
}
#countdown .cItem {
	float: left;
	width: 180px;
	height: 180px;
	margin: 0 20px;
	border-radius: 100px;
	border: 1px solid #1ac6ff;
	text-align: center;
	font-family: 'robotoThin';
}
#countdown .cItem .cNumber {
	margin-top: 40px;
	font-size: 80px;
	line-height: 70px;
	color: #1ac6ff;	
}
#countdown .cItem .cText {
	font-size: 20px;
	line-height: 20px;
	color: #999;	
}


@media all and (max-width: 800px) {

#page {
	width: 100%;
}
#logo {
	width: 100%;
	height: auto;
}
#countdown .cItem {
	width: 50px;
	height: 50px;
}
#countdown .cItem .cNumber {
	margin: 17px 0 17px;
	font-size: 24px;
	line-height: 15px;
}
#countdown .cItem .cText {
	font-size: 16px;
	line-height: 16px;
}
#videos iframe {
	width: 400px;
	height: 225px;
}


/*--- ENDE ---*/
}