body{
    margin:0;
    background:#111;
    color:white;
    font-family:Arial,sans-serif;
}

header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 40px;
    background:#1a1a1a;
}

.logo{
    height:100px;
}

nav a{
    color:white;
    text-decoration:none;
    margin-left:20px;
}

.hero{
    text-align:center;
    padding:100px 20px;
}

.hero h1{
    color:#ff7b00;
    font-size:60px;
}
#kontakt a{
    text-align: center;
    color:#ff7b00;
    text-decoration:none;
    font-weight:bold;
    font-size:20px;
}

#kontakt a:hover{
    text-decoration:underline;
}
.banner{
    width:100%;
    overflow:hidden;
}

.banner img{
    width:100%;
    display:block;
}
.knapp {
    display: inline-block;
    text-align: center;
    padding: 12px 25px;
    margin-top: 15px;
    background: #8b0000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}

.knapp:hover {
    opacity: 0.8;
}
.sosiale-medier {
    display: flex;
    text-align: center;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.sosiale-medier a {
    padding: 10px 20px;
    text-align: center;
    background: #8b0000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}

.sosiale-medier a:hover {
    opacity: 0.8;
    text-align: center;
}
.om-oss {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    line-height: 1.7;
}
html {
    scroll-behavior: smooth;
}
.skjult {
    display: none;
}

.om-oss {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}
nav button {
    background: none;
    text-align: center;
    border: none;
    color: white;
    font-size: inherit;
    cursor: pointer;
    padding: 10px;
    font-family: inherit;
}
html {
    scroll-behavior: smooth;
}
.qr-kode {
    margin-top: 25px;
    text-align: center;
}

.qr-kode img {
    width: 180px;
    height: auto;
}
#countdown{
    background:#ff7b00;
    color:white;
    text-align:center;
    padding:12px;
    font-size:20px;
    font-weight:bold;
}
.prosjekt-tekst {
    text-align: center;
    font-size: 80px;
}
.Prosjekterovertekst {
    text-align: center;
    font-size: 70px;
}
.undersokelse {
    text-align: center;
    font-size: 20px;
}
.Folg-osspa {
    text-align: center;
    font-size: 20px;
}