html,
body {
	width: 100%;	
	margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
	overflow-y: hidden;
}

body,
div {
	color:#222222;
	font-family: "Roboto", sans-serif;
}

h2, .h2, 
h3, .h3, 
h4, .h4,
h5, .h5 {
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

h2, .h2 {
	font-weight: 700;
	font-size: 50px;
}

h3, .h3 {
	font-weight: 100;
	font-size:35px;
}

h4, .h4 {
	font-weight: 700;
	font-size: 32px;
}

h5, .h5 {
	font-weight: 100;
	font-size: 22px;
}

ul {
  list-style: none;
}

ul li {
	position: relative;
}

ul li::before {
	content: "";
	font-weight: bold;
	display: inline-block;
	width: 8px;
	height: 8px;
	background:#e6002a;
	border-radius: 5px; 
	position: absolute;
	left:-20px;
	top:10px;
}

.header img {
	z-index: -2;
	position: relative;
}

.absolute {
	position: absolute;
	z-index: -2;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cloudsleft img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    animation: animate calc(30s * var(--i)) linear infinite;
}
@keyframes animate {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.headline {
	margin:0 auto;
	display: inline-block;
	position: relative;
}

.centered-headline {
	text-align: center;
	width:auto;
}

.dash {
	width:120px;
	height:5px;
	background:#222222;
	position: absolute;
	display: block;
}

.dash-1 {
	left: 300px;
	top:80px;
}

.dash-2 {
	left: 235px;
	top:65px;
}

.dash-3 {
	right: 350px;
	top:65px;
}

.intro-text {
	width:100%;
	max-width:800px;
	margin-top:75px;
	display: inline-block;
	font-size: 18px;
	z-index:99;
}

.equipment {
	margin-top: 200px;
	position: relative;
	z-index: -2;
}

.equipment .cell {
	position: relative;
}

.equipment img.berg {
	margin-top:600px;
	position: absolute;
}

.equipment img.stiefel {
	    margin-top: 800px;
}

.equipment img.trinkflasche {
	margin-top: 1250px;
    margin-left: -10px;
    width: 35%;
    position: absolute;
}

.equipment .text {
	margin-top:75px;
	font-size: 18px;
}

.equipment-list {
	margin-top:50px;
	font-size: 18px;
}

.start {
	margin-top: -600px;
	position: relative;
}

.start .cell {
	max-height:450px;
	position: relative;
}

.start .h4,
.start .h5 {
	position: relative;
	z-index: 20;
}

.start img {
	margin-top: -50px;
	z-index:-2;
	position: relative;
	display: block;
}

.start img.berg {
	margin-top: 700px;
}

.start img.uhr {
	margin-top:80px;
	left:50%;
	margin-left:-130px;
}

.start img.stock {
	margin-top: 800px;
	margin-left: 370px;
	width: 35%;
	position: absolute;
}

.start img.stock-2 {
	margin-top: 700px;
	margin-left: -50px;
	width: 35%;
	position: absolute;
}

.start .text {
	margin-top: 75px;
}

.timer {
	letter-spacing: -4px;
	margin-top: 70px;
}

.time {
	font-size: 70px;
}

.pre-footer {
	position: relative;
}

.pre-footer img {
	z-index:-20;
	position: relative;
}

.pre-footer span {
	z-index: 2;
    top: 1550px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -200px;
    color:#ffffff;
    font-size: 50px;
}

.footer {
	width: 100%;
	height:auto;
	padding:50px 0;
	background: #222222;
	text-align: center;
}

.footer .cell {
	color: #ffffff;
}

.footer .cell span {
	letter-spacing: 1px;
	word-spacing: 5px;
	font-weight: 300;
}

/* red line */

.red-line {
	position: absolute;
	left: 50%;
	top:1030px;
	margin-left:-95px;
	z-index:-1;
	height:auto;
	width:auto;
}

@media only screen and (max-width:640px) {

	ul {
		margin:0;
		padding: 0;
	}

	ul li {
		text-align: center;
	}

	ul li::before {
		content: "";
		display: none;
	}

	span {
		position: relative;
		width: 100%;		
		text-align: center;
		display: block;
	}

	h2, .h2 {
		font-weight: 700;
		font-size: 40px;
		margin-top: 25px;
	}

	h3, .h3 {
		font-weight: 100;
		font-size:35px;
	}

	h4, .h4 {
		font-weight: 700;
		font-size: 32px;
	}

	h5, .h5 {
		font-weight: 100;
		font-size: 22px;
	}

	.grid-container {
		padding:0;
	}

	.absolute {
	    top: -575px;
	}

	.intro-text {
		width:100%;
		max-width: 350px;
		margin-top: 20px;
	}

	.equipment {
		margin-top: 75px;
	}

	.equipment .text {
		margin-top: 20px;
		text-align: center;
		padding:0 20px;
	}

	.equipment .equipment-list {
		margin-top:25px;
		font-weight: bold;
		font-size: 24px;
	}

	.start {
		margin-top:-400px;
	}

	.start .cell:not(:last-child) {
		max-height:150px;
	}

	.start img.berg {
		margin-top:500px;
	}

	.start img.uhr {
		margin-top:200px;
		width:50%;
		left:50%;
		margin-left:-100px;
	}

	.start img.stock {
		margin-left:250px;
	}

	.start img.stock-2 {
		margin-left:10px;
	}

	.start .text {
		font-size: 18px;
		text-align: center;
		padding:0 20px;
	}

	.start .timer {
		margin-top: 25px;
		text-align: center;
	}

	.start span.time {
		width:auto;
		display: inline-block;
		margin-right: 5px;
		letter-spacing: 1px;
	}

	.start .time {
		font-size: 35px;
	}

	.pre-footer span {
	    top: 1150px;
	    font-size: 30px;
	}

	.dash {
		display: none;
		visibility: hidden;
	}

	.red-line {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (min-width:651px) and (max-width:768px) {

	.dash {
		display: none;
		visibility: hidden;
	}

	.red-line {
		display: none;
		visibility: hidden;
	}
}