

:root{
  --top-brown: #393a3c;
}

/* Bag safe-area (øverst) */
html, body{
  height: 100%;
  margin: 0;
  background: var(--top-brown);
}

/* Din side/indhold skal ligge i en hvid wrapper */
#page{
  background: #fff;          /* bunden/indholdet forbliver hvid */
  min-height: 100%;
}

/* Hvis du har en topbar/header */
.header{
  background: var(--top-brown);
  padding-top: env(safe-area-inset-top); /* iOS notch-safe */
}

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;
}