@charset "utf-8";

/*	version: "v8.0"	*/
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

body {
	display: none;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.panel {
	overflow: hidden;
}

#main-panel {
	background-color: #fc2929;
}

img, svg {
	width: 100%;
	height: 100%;
}

.full-col { width: 300px; height: 250px; }

.free {
	position: absolute;
}

.centered {
	text-align: center;
}

.no-point {
	pointer-events: none !important;
}

.headline, #endhead, #legal {
	color: #fff;
}

.headline, #endhead {
	opacity: 0;
	font-family: 'Mecherle-Sans';
	font-size: 32px;
	line-height: 34px;
	font-weight: 600;
	top: 15px;
	left: 15px;
}

.headline {
	transform-origin: 50% 50%;
	transform: translateX(-15px);
}

.headline span, #endhead span {
	position: relative;
}
.headline sup, #endhead sup {
	font-size: 14px;
	line-height: 14px;
	top: 0;
	right: -7px;
}

#cta {
	left: 15px;
	width: 95px;
	height: 27px;
	opacity: 0;
}

#legal {
	font: normal 9px/10px 'Mecherle-Legal';
	transform-origin: 100% 0%;
	bottom: 15px;
	left: 15px;
}

#logo {
	width: 130px;
	height: 18px;
	bottom: 15px;
	right: 15px;
}