* {
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-decoration: none;
    color: #0077b6;
    text-rendering: optimizelegibility;
    cursor: url(globalassets/administrasjon/tfk/system/favicon/cursor\ \(3\).svg), auto;
}

@font-face {
    font-family: 'Font';
    src: url(fonts/Aktura_Complete/Fonts/OTF/Aktura-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

main {
    width: 85%;
    margin: auto;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


h1 {
    font-family: 'Font';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 76.8px;
}

.playlist-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.playlist-block {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}

.playlist-block:hover {
    transform: scale(1.05);
}

.playlist-block img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.playlist-block h3 {
    font-size: 1.2em;
    margin: 15px 0 10px;
}

.playlist-block p {
    color: #666;
    font-size: 0.9em;
}

.playlist-block a {
    text-decoration: none;
    color: inherit;
}


nav {
    text-align: center;
}




ul {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    column-gap: 10px;
}




.headbutton a {
    padding: 10px;
}

a:hover {
    text-decoration: underline;
}



header {
    margin-top: 20px;
    height: 80px;
    position: sticky;
    top: 0%;
    background-color: #f8f9fa;
    background-attachment: scroll;
}

.header-logo {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 25px;
}

.header-nav-left {
    float: left;
    width: auto;
    display: inline-flex;
}

.header-nav-right {
    float: right;
    width: auto;
    display: inline-flex;
}




footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    width: 25%;
    min-width: 180px;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    color: #fff;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}






@media (max-width: 960px) {
    .headbutton a {
        font-size: 14px;
        padding: 8px;
    }

    header {
        margin-top: 10px;
        height: 50px;
    }
}
@media (max-width: 650px) {
    .headbutton a {
        font-size: 14px;
        padding: 2px;
    }

    header {
        margin-top: 10px;
        height: 50px;
    }
}

@media (max-width: 500px) {
    .headbutton a {
        font-size: 12px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}

@media (max-width: 551px) {
    .headbutton a {
        font-size: 11px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}

@media (max-width: 441px) {
    .headbutton a {
        font-size: 10px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}