* {margin: auto;}

body {
	background-color: #393a3c;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#container {
	width: 100%;
	padding-top: 60px;
}

#hare {
  	background: url("https://hare.dk/images/splash_logo.png") no-repeat center bottom; background-size: 183px 210px;
	width: 183px;
	height: 210px;
	position: absolute;
	bottom: 150px;
	width: 100%;
}

h1 {
	color: #545454;
	font-family: verdana;
	font-style: 10px;
	margin: 20px 0px 30px 0px;
}

h3 {
	color: #fff;
	background-color: none;
	font-family: verdana;
	font-style: 10px;
	padding-bottom: 5px;
}

h4 {
	color: #000;
	background-color: none;
	font-family: verdana;
	text-align: center;
	padding-top: 18px;
	font-size: 24px;
}

#indhold {
  	padding: 20px;
}

#indhold p {
	color: #545454;
	font-family: verdana;
	font-style: 12px;
}

#footer {
	height: 130px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
}

#footer p {
	text-align: center;
	padding-top: 8px;
}

#kontakt p {
	color: #000;
	font-family: verdana;
	font-size: 14px;
}

#copy p {
	color:#cfcfcf;
	font-family: verdana;
	font-size: 12px;
}

.headline {
	color: #565759;
	background-color: none;
	font-family: verdana;
	text-align: center;
	padding-top: 15px;
	font-size: 80px;
}

.white {
	color: #bebebe;
	font-size: 90px;
	background-image: linear-gradient(to left, #878787, #bebebe, #fff);
	-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {

	:root { --footer-h: 180px; }

	html, body { height: 100%; margin: 0; }

	#container {
		padding-top: 40px;
		padding-bottom: calc(var(--footer-h) + 20px + env(safe-area-inset-bottom));
		position: relative;
	}

	.headline { font-size: 40px; padding-top: 10px; }
	.white    { font-size: 46px; }

	#footer {
		position: fixed !important;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100px;
		z-index: 999;
		overflow: visible !important;
		max-height: none !important;
		padding-bottom: calc(20px + env(safe-area-inset-bottom));
	}

	#hare {
		background: url("https://hare.dk/images/splash_logo.png") no-repeat center bottom;
		background-size: 183px 210px;
		width: 100%;
		height: 210px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 140px;
		z-index: 998;
	}
}