/* Fonts */

@font-face {
	font-family: 'replicast';
	src: url('replicastdregular.woff2') format('woff2'), url('replicastdregular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'replicast';
	src: url('replicastdbold.woff2') format('woff2'), url('replicastdbold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}

/* Reset */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	background: none;
}

#stage {
	width: 300px;
	height: 600px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	font-family: 'replicast';
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.hiddenOnload {
	opacity:0;
}

.logo {
	position: absolute;
	top: 22px;
	width: 77px;
	left: calc(50% - 38.5px);
}

.cta {
	position: absolute;
	top: 537px;
	width: 170px;
	left: calc(50% - 85px);
	height: 31px;
	background-color: #FFE500;
	color: #000;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15.5px;
}

.card {
	position: absolute;
	width: 600px;
	left: 0px;
	top: 0;
	height: 600px;
	overflow: hidden;
}

.cardRight {
	clip-path: polygon(0 0,110% 0, 50% 100%, 0% 100%);
}

.cardLeft {
	clip-path: polygon(0 0,50% 0, 110% 100%, 0% 100%);
}

.cardOverflow {
	position: absolute;
	width: 300px;
	height: 600px;
	top: 0;
	left: 0px;
}

.bg {
	width: 300px;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card1 .bg {
	background-image: url('bg1.jpg');
}
.card2 .bg {
	background-image: url('bg2.jpg');
}
.card3 .bg {
	background-image: url('bg3.jpg');
}
.card4 .bg {
	background-image: url('bg4.jpg');
}
.card5 .bg {
	background-image: url('bg5.jpg');
}
.card6 .bg {
	background-image: url('bg6.jpg');
}

.mainCopy {
	position: absolute;
	top: 85px;
	width: 100%;
	font-size: 38px;
	font-weight: 400;
	text-align: center;
}

.gradientBottom {
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
}

.gradientTop {
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.copy {
	position: absolute;
	width: 100%;
	bottom: 74px;
	padding: 0 34px;
}

.title {
	position: relative;
	font-size: 21px;
	font-weight: 400;
	padding: 0 10px;
}

.location {
	color:#FFE500;
	font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
}

.location {
	position: relative;
}

.line {
	position: absolute;
	top: 0px;
	height: 100%;
}

.lineLinks {
	left: 300px;
}

.lineRechts {
	left: 300px;
}


