/*FONTS*/
svg {
  /* pointer-events: none;*/
}

@font-face {
  font-family: 'DINfon2t';
  src: url('../fonts/din-bold.eot');
  src: url('../fonts/din-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/din-bold.woff') format('woff'),
    url('../fonts/din-bold.ttf') format('truetype'),
    url('../fonts/din-bold.svg#DINBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'DINfon2t';
  src: url('../fonts/din-medium.eot');
  src: url('../fonts/din-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/din-medium.woff') format('woff'),
    url('../fonts/din-medium.ttf') format('truetype'),
    url('../fonts/din-medium.svg#DINMedium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'DINfon2t';
  src: url('../fonts/din-regular.eot');
  src: url('../fonts/din-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/din-regular.woff') format('woff'),
    url('../fonts/din-regular.ttf') format('truetype'),
    url('../fonts/din-regular.svg#DINRegular') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Jubel';
  src: url('../fonts/Jubel-Bold.eot');
  src: url('../fonts/Jubel-Boldd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jubel-Bold.woff') format('woff'),
    url('../fonts/din-bold.ttf') format('truetype'),
    url('../fonts/Jubel-Bold.svg#DINBold') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Jubel';
  src: url('../fonts/Jubel-Medium.eot');
  src: url('../fonts/Jubel-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jubel-Medium.woff') format('woff'),
    url('../fonts/Jubel-Medium.ttf') format('truetype'),
    url('../fonts/Jubel-Medium.svg#DINMedium') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Jubel';
  src: url('../fonts/Jubel-Medium.eot');
  src: url('../fonts/Jubel-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jubel-Medium.woff') format('woff'),
    url('../fonts/Jubel-Medium.ttf') format('truetype'),
    url('../fonts/Jubel-Medium.svg#DINMedium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Jubel';
  src: url('../fonts/Jubel-Regular.eot');
  src: url('../fonts/dJubel-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jubel-Regular.woff') format('woff'),
    url('../fonts/Jubel-Regular.ttf') format('truetype'),
    url('../fonts/Jubel-Regular.svg#DINRegular') format('svg');
  font-style: normal;
  font-weight: 400;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Styles ==================================================
========================================================================== */
body,
html {
  /*width: 100%;*/
  font: 16px/26px Jubel, Helvetica, Helvetica Neue, Arial;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #fff;
  background-color: #261440;
}

/*
::-webkit-scrollbar {
    width: 4px;
    background: black;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset -1px -1px 0px rgba(255, 255, 255, 1), inset 1px 1px 0px rgba(255, 255, 255, 1);
}
*/
html.loading {
  background-color: #261440;
  /*
    .menu{
      display: none;
    }
    header{
      .logo{
          margin-top: -101px;
          width: 216px;
          height: 203px;
           position: fixed;
          top: 50%;
          left: 50%;
          margin-left: -108px;

      }
      nav{
        position: static;
      }
      .nt-logo{
        display: none;
      }
      .potter_items{
        display: none;
      }
    }*/
}
html.loading body {
  background-color: #261440;
}
html.loading .menu {
  opacity: 0;
  display: none;
}
html.loading header nav {
  /* background-image:none;*/
}
html.loading header .nt-logo {
  opacity: 0;
}

/*
.svgclippaths{
.potterSlide{
  background-color: red!important;
}
}
*/
#loader {
  width: 75%;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -37.5%;
  z-index: 999;
  text-align: center;
  display: none;
}

#loader-content {
  width: 100%;
  background-color: #0e5c90;
  padding: 50px 0;
  height: 50px;
}
#loader-content svg {
  width: 50px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nooverflow {
  overflow: hidden;
}
.nooverflow #toggle.inverse div {
  background-color: #fff;
}

.nooverflow::-webkit-scrollbar {
  width: 15px;
  opacity: 0;
}

.wrapper {
  width: 90%;
  margin: 0 5%;
}

.isMobile {
  float: left;
}

h1 {
  -webkit-hyphens: auto;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 18px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.blocktextblack {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 1% 0.5% 1%;
}

.blocktextwhite {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 1% 0.5% 1%;
}

h2 {
  -webkit-hyphens: auto;
  font-weight: 200;
  font-size: 35px;
  line-height: 40px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
  padding: 0px;
  -webkit-margin-after: 0px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}

a {
  color: #0075ac;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.game-1 {
  fill: #c60c30;
}

.game-2 {
  fill: #007ac9;
}

.game-3 {
  fill: #eaab00;
}

.game-4 {
  fill: #832a8a;
}

.game-5 {
  fill: #e66428;
}

.game-6 {
  fill: #000;
}

.game-8 {
  fill: #89bd21;
}

.game-9 {
  fill: #ddac0a;
}

.game-11,
.game-12,
.game-13,
.game-14,
.game-15,
.game-16 {
  fill: #eb5f0a;
}

.def {
  fill: #007ac9;
  cursor: pointer;
}

header {
  padding: 0;
  margin: 0;
  color: #fff;
  height: auto;
  min-height: 194px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0770b4+0,065b92+100 */
  background-color: #261440;
}

.decor {
  position: absolute;
  width: 100%;
  height: 100%;
}
header nav {
  width: 100%;
  height: 194px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.greentriangle {
  position: absolute;
  right: 0px;
  top: 0px;
}

.stripes {
  position: absolute;
  left: 0;
  bottom: 0px;
}
.confetti {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
}

header .premiepotterarrow {
  width: 137px;
  display: none;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  font-weight: 600;
}
header .logo {
  width: 216px;
  height: 203px;
  /*margin: 34px auto 0 auto;*/
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 29px;
  margin-left: -108px;
}
header .logokommune {
  width: 200px;
  height: 188px;
  margin: 20px auto 0 auto;
}
header .nt-logo {
  position: absolute;
  left: 4vw;
  bottom: 19px;
  width: 42px;
  width: auto;
  height: 42px;
}
header .nt-logo img {
  width: 39px;
  width: auto;
  height: 42px;
}
#nt_svg_logo {
  display: none;
}

.loaderSlide {
  padding: 60px 0 0 0;
  opacity: 0;
  font-size: 16px;
  font-weight: 600;
}

.potterSlide {
  opacity: 0;
  padding-top: 30px;
}
.potterSlide h1 {
  text-shadow: none;
}
.potterSlide .pottertitle {
  font-size: 20px;
  display: none;
}
.potterSlide #potter {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  max-width: 980px;
  margin: 0 auto;
}
.potterSlide .potter_items {
  height: 100%;
  padding-top: 41px;
  display: inline-block;
  margin: 0 auto;
}
.potterSlide .potter_items a {
  color: inherit;
  text-decoration: none;
}
.potterSlide .potter_item {
  width: 31.3333%;
  margin: 0 1%;
  height: 135px;
  text-align: center;
  font-family: Jubel;
  font-size: 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  float: left;
}
.potterSlide .potter_item div {
  line-height: 18px;
  font-size: 14px;
}
.potterSlide .potter_item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.potterSlide .potter_pot {
  font-family: Jubel;
  font-weight: 600;
  font-size: 16px;
}
.potterSlide .logo-tipping {
  width: 113px;
  height: 18px;
  margin: 0px auto 20px auto;
}
.potterSlide .logo-nabolaget {
  width: 145px;
  height: 26px;
  margin: 0px auto 12px auto;
}
.potterSlide .logo-extra {
  width: 103px;
  height: 20px;
  margin: 0px auto 20px auto;
}
.potterSlide .logo-eurojackpot {
  width: 151px;
  height: 20px;
  margin: 0px auto 20px auto;
}
.potterSlide .logo-lotto {
  width: 119px;
  height: 21px;
  margin: 0px auto 19px auto;
}
.potterSlide .logo-viking {
  width: 159px;
  height: 26px;
  margin: 0px auto 20px auto;
}

main .filter {
  display: none;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  background-color: #074a78;
  background-color: #261440;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 56px;
}
main .filter .location {
  font-weight: 800;
}
main .filter .back {
  font-weight: 400;
  margin-left: 20px;
}
main .filter .back a {
  color: inherit;
  text-decoration: underline;
}
main .homeSlide {
  margin-top: 100%;
  background-color: #261440;
  background-color: #fff;
  display: none;
}
main .preview {
  cursor: pointer;
}
main .preview .bgimg {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
main .preview:hover .bgimg,
main .preview:hover .bgimg.hover_effect {
  opacity: 1;
  filter: alpha(opacity=100);
}
main .bluebg {
  background-color: #0770b4;
}
main .canvas-holder {
  width: 80%;
  margin: 20px 10%;
}
main article {
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  text-align: left;
  background-color: #000;
  position: relative;
  /*        height:40vh;*/
  overflow: hidden;
}
main article .featuredbox {
  position: relative;
}
main article .featuredbox .holder {
  height: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 85%;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
main article .featuredbox .headlinecenter {
  height: 100%;
  display: table;
  width: 100%;
}
main article .featuredbox .headlinecenter .headlineholder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
main article .featuredbox .headlinecenter .headlineholder h1 {
  margin: 0;
  text-shadow: none;
}
main article .contentbox {
  width: 100%;
  left: 0;
  padding-left: 10.4%;
  padding-right: 18.4%;
  box-sizing: border-box;
  position: absolute;
  bottom: 35px;
}
main article .contentbox .headlinecenter {
  height: 100%;
  display: table;
  width: 100%;
}
main article .contentbox .headlinecenter .headlineholder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
}
main article .contentbox a {
  color: #fff;
}
main article svg {
  vertical-align: top;
}
main article .rewind {
  width: 6vw;
  height: 6vw;
  margin-bottom: 20px;
  vertical-align: top;
  -webkit-transition: width 0.3s, height 0.3s;
  /* Safari */
  transition: width 0.3s, height 0.3s;
}
main article .bigicon {
  width: 9vw;
  height: 9vw;
}
main article .facebook {
  width: 12px;
  height: 25px;
  margin-right: 26px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}
main article .twitter {
  width: 24px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
main article .share {
  height: 30px;
}
main article .share a {
  text-decoration: none;
}
main article .share::before {
  content: '';
  display: inline-block;
  border: 0;
  border-right: 1px #898989 solid;
  height: 30px;
  margin-left: 24px;
  margin-right: 29px;
}
main article .noline::before {
  content: '';
  display: inline-block;
  border: 0;
  height: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
main article .csv_link_article {
  color: #444444;
}
main article .csv_link_article::before {
  content: '';
  border: 0;
  border-right: 1px #898989 solid;
  height: 30px;
  padding: 5px 0;
  margin-left: 24px;
  margin-right: 29px;
}
main article .moreinfo-tof .divderstats,
main article .moreinfo-tof .bubble,
main article .moreinfo-tof .date,
main article .moreinfo-tof .clock-small {
  display: none !important;
}
main article .moreinfo-tof .share {
  margin-left: 5px;
}
main article .moreinfo-tof .share::before {
  content: none;
  border: 0;
  display: none;
}
main article .moreinfo-tof .headlines {
  display: none;
}
main article .moreinfo-tof h2 {
  margin-top: 40px;
}
main article .moreinfo {
  -webkit-backface-visibility: hidden;
  color: #444444;
}
main article .moreinfo .credits {
  color: #777;
  font-size: 12px;
}
main article .moreinfo .credits a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
main article .moreinfo .credits a:hover {
  text-decoration: underline;
}
main article .moreinfo .twocol {
  font-size: 18px;
  line-height: 22px;
}
main article .moreinfo .twocol .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
main article .moreinfo .twocol .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
main article .moreinfo .twocol strong {
  font-weight: 800;
}
main article .moreinfo .twocol ul,
main article .moreinfo .twocol ol {
  list-style-position: outside !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
  margin-left: 20px;
}
main article .moreinfo .twocol ul li {
  list-style-type: disc;
  padding: 5px 0;
}
main article .moreinfo .twocol ol li {
  list-style-type: decimal;
  padding: 5px 0;
}
main article .moreinfo .twocol h1,
main article .moreinfo .twocol h2,
main article .moreinfo .twocol h3 {
  font-size: inherit;
  font-weight: 800;
  margin: 22px 0;
  line-height: inherit;
}
main article .moreinfo .headlines {
  margin: 0;
  padding: 70px 25% 50px 0;
}
main article .moreinfo .twocol p {
  padding: 0 25% 0 0;
}
main article .fullarticle {
  background: #fff;
  padding-left: 10.4%;
  padding-right: 18.4%;
  position: relative;
  padding-top: 0px;
  bottom: auto;
}
main article .fullarticle .tof {
  margin: 70px 0 40px 0;
}
main article .fullarticle .clock-small-icon {
  height: inherit;
}
main article .fullarticle .clock-small-icon svg .st0 {
  fill: #444;
}
main article .fullarticle h1,
main article .fullarticle h2,
main article .fullarticle h3 {
  text-shadow: none;
}
main article .fullarticle h1 {
  /*color:#000;*/
  font-size: 34px;
  line-height: 34px;
}
main article .fullarticle h2 {
  /*color:#000;*/
  font-size: 30px;
  line-height: 38px;
}
main article .fullarticle h3 {
  font-weight: 400;
}
main article .fullarticle .divider {
  background: #e0e0e0;
  width: 100%;
  height: 4px;
  margin: 70px 0;
}
main article .fullarticle .divderstats {
  display: none;
}
main article .fullarticle .menu-morestats,
main article .fullarticle .menu-abo,
main article .fullarticle .menu-abospill {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 0px;
  font-weight: 400;
  white-space: nowrap;
}
main article .fullarticle .menu-morestats,
main article .fullarticle .menu-abo:hover,
main article .fullarticle .menu-abospill:hover {
  text-decoration: underline;
}
main article .fullarticle .stats {
  text-align: center;
  padding-top: 30px;
}
main article .fullarticle .stats h3 {
  font-size: 24px;
  margin: 100px 0 30px 0;
  line-height: 24px;
}
main article .fullarticle .game {
  width: 245px;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  color: #777777;
}
main article .fullarticle .game img {
  height: auto;
  margin-bottom: 18px;
}
main article .fullarticle .game .subtitle {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
main article .fullarticle .game .subtitle a {
  color: inherit;
  text-decoration: none;
}
main article .fullarticle .game .subtitle a:hover {
  text-decoration: underline;
}
main article .fullarticle .game .gamebtn {
  padding: 10px 35px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  border: 0;
  margin: 20px 0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
main article .fullarticle .game .gamebtn a {
  text-decoration: none;
  color: inherit;
}
main article .fullarticle .game .chance {
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
}
main article.preview:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
main article.preview:hover h1 {
  /*text-decoration: underline;*/
}
main article.preview .bgimg::after {
  content: ' ';
  width: 100%;
  height: 225px;
  position: absolute;
  bottom: 0;
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
main .bgimg2 {
  height: 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
main .FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}
main .FlexEmbed:before {
  content: '';
  display: block;
  width: 100%;
}
main .FlexEmbed--3by1:before {
  padding-bottom: 33.33333%;
}
main .FlexEmbed--2by1:before {
  padding-bottom: 50%;
}
main .FlexEmbed--16by9:before {
  padding-bottom: 56.25%;
}
main .FlexEmbed--4by3:before {
  padding-bottom: 75%;
}
main .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
  /*margin: 0 auto 1em;*/
  max-width: 3600px;
  opacity: 1;
  filter: alpha(opacity=100);
}
main .bgimg video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main .bgimg video {
  width: 100%;
}
main .bgimg .header-video__teaser-video {
  width: 100%;
  height: auto;
}
main .bgimg .header-video__media {
  width: 100%;
  height: auto;
}
main article.open.nohover .holder {
  height: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 85%;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
main article.open.nohover .headlinecenter {
  height: 100%;
  display: table;
  width: 100%;
}
main article.open.nohover .headlinecenter .headlineholder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
main article.open.nohover .headlinecenter .headlineholder .titleicon {
  width: 50%;
  margin: 0px auto 20px auto;
}
main article.open.nohover h1 {
  text-shadow: none;
}
main article.preview.nohover h1 {
  text-shadow: none;
}
main article.preview.nohover .holder {
  height: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 85%;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
main article.preview.nohover .headlinecenter {
  height: 100%;
  display: table;
  width: 100%;
}
main article.preview.nohover .headlinecenter .headlineholder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
main article.preview.nohover .headlinecenter .headlineholder .titleicon {
  width: 50%;
  margin: 0px auto 20px auto;
}
main article.preview.nohover .bgimg {
  opacity: 1;
  filter: alpha(opacity=100);
}
main article.preview.nohover .bgimg::after {
  content: ' ';
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  background-image: none;
  background-image: none;
  background-image: none;
}
main article.preview.nohover .prevhead {
  text-align: center;
}
main article.preview.nohover h3 {
  text-shadow: none;
}
main .btnwhite {
  background-color: #fff;
  padding: 5px 20px;
  display: inline-block;
  color: #0770b4;
  border-radius: 30px;
  margin-top: 3em;
}
main .fxd {
  background-attachment: fixed;
}
main .articletxt {
  color: #fff;
}
main .tags {
  margin-top: 34px;
}
main .prevhead .tags {
  margin-top: 26px;
}
main .subline {
  display: none;
}
main .subline .graph {
  width: 19px;
  height: 16px;
  margin-right: 10px;
  float: left;
}
main .subline .graph svg {
  vertical-align: baseline;
}
main .subline .tags {
  /*float: left;*/
  margin-top: 0px;
  margin-left: 30px;
}
main .subline .share {
  float: left;
}
main .subline .more-stats {
  float: left;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.clock-small {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.clock-small-icon {
  height: inherit;
}

.date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
  float: left;
  margin-top: 3px;
  line-height: 22px;
}

#pott {
  background-color: #043758;
  height: 400px;
  min-height: 100px;
}

#filtrere {
  background-color: #043758;
  height: 280px;
  min-height: 120px;
}

.scrollimg {
  background-attachment: scroll !important;
}

.moreinfo {
  padding-bottom: 0px;
  margin-top: 0px;
  display: none;
  overflow: hidden;
}

.menu {
  position: fixed;
  top: 2%;
  top: 0;
  right: 0;
  z-index: 100;
  width: 56px;
}
.menu .menu-close {
  width: 37px;
  height: 25px;
}
.menu #search-icon {
  width: 36px;
  height: 36px;
  margin: 39px auto 0 auto;
  cursor: pointer;
}
.menu .clock-big {
  width: 39px;
  height: 39px;
  cursor: pointer;
  margin: 39px auto 0 auto;
}
.menu .scrolltotop {
  width: 30px;
  padding: 0 6px;
  height: 21px;
  margin: 0 auto;
  position: fixed;
  bottom: 30px;
  cursor: pointer;
  display: none;
}

.menuholder {
  position: absolute;
  right: 28px;
  /*overflow: hidden;*/
}

.menustart {
  position: absolute;
  top: 110px;
  height: 100%;
  width: 60px;
}
.menustart .years-menu:before {
  display: none;
}

.nooverflow .menustart {
  position: fixed;
  top: 2%;
}

#toggle {
  width: 39px;
  height: 27px;
  margin: 39px auto 0 auto;
  cursor: pointer;
}

#toggle div {
  width: 100%;
  height: 4px;
  background: white;
  margin: 6px auto;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#toggle.inverse div {
  background: #444;
}

#toggle.on .one {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -moz-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  -o-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
  transform: rotate(-45deg) translate(9px, -9px);
}

.close-article {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 39px auto 0;
  display: none;
}

.close-article-inline {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 31px;
  z-index: 149;
}

.yearslist {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.close-years {
  cursor: pointer;
  display: none;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 33px;
  cursor: pointer;
}

.arrow-up {
  border-bottom: 10px solid white;
  position: absolute;
  top: 10px;
}

.arrow-down {
  border-top: 10px solid white;
  position: absolute;
  bottom: 10px;
}

.years-menu {
  margin-top: 0px;
  height: 100%;
  width: 80px;
  text-align: left;
  position: fixed;
  z-index: 100;
  top: 0px;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.7);
}
.years-menu li.selected,
.years-menu li.selected:hover {
  background-color: #ffffff !important;
}
.years-menu li.selected a,
.years-menu li.selected:hover a {
  color: #000 !important;
}
.years-menu .inverse li:not(.last):hover {
  background-color: #dadada;
}
.years-menu .inverse li:not(.last):hover a {
  text-decoration: none;
  color: #696969;
}
.years-menu .inverse li.selected,
.years-menu .inverse li.selected:hover {
  background-color: #444444;
}
.years-menu .inverse li.selected a,
.years-menu .inverse li.selected:hover a {
  color: #fff;
}
.years-menu .inverse li a {
  color: #fff;
}
.years-menu ul {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -30px;
  overflow: auto;
  padding: 0px 0px;
  margin: 30px 0;
  width: 100px;
}
.years-menu ul::-webkit-scrollbar {
  display: none;
}
.years-menu li {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  width: 65px;
  margin-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.years-menu li a {
  text-decoration: none;
  color: inherit;
}
.years-menu li a:focus {
  outline: 0;
}
.years-menu li:not(.last):hover {
  background-color: #444;
}
.years-menu li:not(.last):hover a {
  color: #fff;
}

.years-menu:before {
  right: 100%;
  top: 100px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.7);
  border-width: 15px;
  margin-top: 10px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push,
.menuholder {
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 320px;
  padding: 20px;
  padding-top: 120px;
  height: 100%;
  top: 0px;
  box-sizing: border-box;
  z-index: 100;
}

.cbp-spmenu-vertical a {
  padding: 0;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  right: 95px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}

/**
*
* BUTTON
*
**/
.btn {
  width: 135px;
  height: 40px;
  color: #000;
  text-align: center;
  font-weight: 800;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  margin: 10px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn a {
  text-decoration: none;
}

.btn:hover {
  background-color: white;
}

/**
*
* MAIN MENU
*
**/
.overlaymenu {
  position: fixed;
  box-sizing: border-box;
  padding-top: 90px;
  display: none;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
  padding-bottom: 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.overlaymenu a {
  color: inherit;
  text-decoration: none;
}
.overlaymenu .holder {
  box-sizing: border-box;
  padding: 0 4.9% 0 28.4%;
  width: 100%;
  max-width: 1200px;
  text-align: left;
  font-weight: 800;
}
.overlaymenu .statsholder,
.overlaymenu .aboVOholder {
  margin: 0 auto;
  text-align: left;
  max-width: 540px;
}
.overlaymenu .emailfield {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  width: 273px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.overlaymenu .emailfield:focus {
  outline: 0;
}
.overlaymenu .error {
  background-color: #c60c30;
}
.overlaymenu h1 {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  vertical-align: top;
}
.overlaymenu h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  vertical-align: top;
}
.overlaymenu h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  vertical-align: top;
}
.overlaymenu ul {
  margin-top: 10px;
  margin-bottom: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlaymenu li {
  display: block;
  list-style-type: none;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}
.overlaymenu li:hover {
  text-decoration: underline;
}

#searchmenu .searching,
#statsmenu .searching,
#aboVOmenu .searching,
#aboGamemenu .searching {
  min-height: 80px;
  max-width: 780px;
}
#searchmenu .searchresults .search-Steder,
#searchmenu .searchresults .search-Spill,
#searchmenu .searchresults .search-Artikler,
#statsmenu .searchresults .search-Steder,
#statsmenu .searchresults .search-Spill,
#statsmenu .searchresults .search-Artikler,
#aboVOmenu .searchresults .search-Steder,
#aboVOmenu .searchresults .search-Spill,
#aboVOmenu .searchresults .search-Artikler,
#aboGamemenu .searchresults .search-Steder,
#aboGamemenu .searchresults .search-Spill,
#aboGamemenu .searchresults .search-Artikler {
  opacity: 0;
}
#searchmenu .searchresults ul,
#statsmenu .searchresults ul,
#aboVOmenu .searchresults ul,
#aboGamemenu .searchresults ul {
  margin-top: 10px;
  margin-bottom: 60px;
}
#searchmenu .noresult,
#statsmenu .noresult,
#aboVOmenu .noresult,
#aboGamemenu .noresult {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
}
#searchmenu #searchbox,
#statsmenu #searchbox,
#aboVOmenu #searchbox,
#aboGamemenu #searchbox {
  margin-bottom: 70px;
  margin-top: 20px;
}
#searchmenu #searchbox input::-webkit-input-placeholder,
#statsmenu #searchbox input::-webkit-input-placeholder,
#aboVOmenu #searchbox input::-webkit-input-placeholder,
#aboGamemenu #searchbox input::-webkit-input-placeholder {
  color: #fff;
}
#searchmenu #searchbox input:-moz-placeholder,
#statsmenu #searchbox input:-moz-placeholder,
#aboVOmenu #searchbox input:-moz-placeholder,
#aboGamemenu #searchbox input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#searchmenu #searchbox input::-moz-placeholder,
#statsmenu #searchbox input::-moz-placeholder,
#aboVOmenu #searchbox input::-moz-placeholder,
#aboGamemenu #searchbox input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#searchmenu #searchbox input:-ms-input-placeholder,
#statsmenu #searchbox input:-ms-input-placeholder,
#aboVOmenu #searchbox input:-ms-input-placeholder,
#aboGamemenu #searchbox input:-ms-input-placeholder {
  color: #fff;
}
#searchmenu #searchbox input,
#statsmenu #searchbox input,
#aboVOmenu #searchbox input,
#aboGamemenu #searchbox input {
  width: 100%;
  max-width: 520px;
  height: 70px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 41px;
  font-weight: 600;
  color: #fff;
  padding-left: 0;
  vertical-align: top;
}
#searchmenu #searchbox input:focus,
#statsmenu #searchbox input:focus,
#aboVOmenu #searchbox input:focus,
#aboGamemenu #searchbox input:focus {
  outline: 0;
}
#searchmenu .graph,
#statsmenu .graph,
#aboVOmenu .graph,
#aboGamemenu .graph {
  width: 21px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}
#searchmenu .search-icon,
#searchmenu .terningskast,
#searchmenu .location,
#statsmenu .search-icon,
#statsmenu .terningskast,
#statsmenu .location,
#aboVOmenu .search-icon,
#aboVOmenu .terningskast,
#aboVOmenu .location,
#aboGamemenu .search-icon,
#aboGamemenu .terningskast,
#aboGamemenu .location {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  margin-top: -3px;
}
#searchmenu .search-icon-big,
#statsmenu .search-icon-big,
#aboVOmenu .search-icon-big,
#aboGamemenu .search-icon-big {
  pointer-events: all;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
#searchmenu .om-links,
#statsmenu .om-links,
#aboVOmenu .om-links,
#aboGamemenu .om-links {
  padding: 20px 0;
}
#searchmenu .om-links a,
#statsmenu .om-links a,
#aboVOmenu .om-links a,
#aboGamemenu .om-links a {
  display: inline-block;
  margin-right: 15px;
  text-decoration: underline;
  font-weight: 600;
}
#searchmenu .om-item,
#statsmenu .om-item,
#aboVOmenu .om-item,
#aboGamemenu .om-item {
  clear: both;
  width: 88%;
  border-top: 1px solid #5c5c5c;
  padding: 30px 0;
}
#searchmenu .om-item ul,
#statsmenu .om-item ul,
#aboVOmenu .om-item ul,
#aboGamemenu .om-item ul {
  margin: 0;
}
#searchmenu .om-item li,
#statsmenu .om-item li,
#aboVOmenu .om-item li,
#aboGamemenu .om-item li {
  display: block;
  list-style-type: none;
  margin: 0px;
  cursor: pointer;
}

.statsholder .abonner,
.kommuner {
  display: none;
}

.showAbo {
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

.emailholder {
  font-weight: 800;
}
.emailholder .abo-feed {
  font-size: 14px;
}
.emailholder .abo-takk {
  font-weight: 600;
  font-size: 24px;
  margin-top: 8px;
  display: none;
}
.emailholder input::-webkit-input-placeholder {
  color: #fff;
}
.emailholder input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.emailholder input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.emailholder input:-ms-input-placeholder {
  color: #fff;
}
.emailholder .btn {
  margin-left: 10px;
  display: inline-block;
}

.dropdown {
  line-height: 28px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 100;
}
.dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.dropdown .dropdowntext {
  padding: 40px 0;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  line-height: 30px;
}
.dropdown .dropdownarrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  margin-left: 10px;
  margin-bottom: 3px;
  display: inline-block;
}
.dropdown select {
  margin: 0px;
  padding: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 101;
  color: #000;
}
.dropdown select::-ms-expand {
  display: none;
}

.dropdown :-moz-any(select) {
  width: 110%;
}

.dropdown.ie9 select {
  width: 110%;
}

.dropdown select:focus {
  outline: 0px;
}

/*DROPDOWN*/
.ui-widget-content {
  color: #fff;
  font-family: Jubel;
  font-size: 24px;
  font-weight: 600;
  background: transparent;
  border: 0;
  text-align: left;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 7px 1em 3px 0px;
  cursor: pointer;
  min-height: 0;
  /* support: IE7; */
  /* support: IE10, see #8844; */
  list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

#mainmenu .graph {
  width: 21px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}
#mainmenu .graph svg {
  margin-top: -3px;
}
#mainmenu .play {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
}
#mainmenu .play svg {
  margin-top: -3px;
}
#mainmenu .clock-small-icon,
#mainmenu .terningskast {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  display: inline-block;
}
#mainmenu .clock-small-icon svg,
#mainmenu .terningskast svg {
  margin-top: -3px;
}

/**
*
* SLIDER
*
**/
.is_clickable {
  cursor: hand;
  cursor: pointer;
}

.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 80%;
  max-width: 365px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}

.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}

.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  top: -10px;
}

.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #ffffff;
  height: 4px;
  top: -1px;
}

.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}

.periodeLabel,
.premieLabel {
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.premieValue,
.periodeValue {
  display: none;
}

.bubble {
  padding: 0 10px;
  height: 24px;
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 20px;
  margin-top: 3px;
}

.bubble_0 {
  background-color: #cf092c;
  color: #fff;
  opacity: 0;
  display: none;
}

.bubble_1 {
  background-color: #c60c30;
  color: #fff;
}

.bubble_2 {
  background-color: #007ac9;
  color: #fff;
}

.bubble_3 {
  background-color: #c60c30;
  color: #fff;
}

.bubble_4 {
  background-color: #832a8a;
  color: #fff;
}

.bubble_5 {
  background-color: #e66428;
  color: #fff;
}

.bubble_6 {
  background-color: #000;
  color: #fff;
}

.bubble_8 {
  background-color: #89bd21;
  color: #fff;
}

.bubble_9 {
  background-color: #ddac0a;
  color: #fff;
}

.bubble_12 {
  background-color: #58a618;
  color: #fff;
}

.bubble_11,
.bubble_13,
.bubble_14,
.bubble_15,
.bubble_16 {
  background-color: #eb5f0a;
  color: #fff;
}

/*YOUTUBE*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1240px) {
  .overlaymenu .holder {
    padding: 0 !important;
    width: 650px;
    margin: 0 0 0 28.4%;
  }
}
@media only screen and (max-width: 940px) {
  .overlaymenu .holder {
    padding: 0 2% 0 12%;
  }
  .overlaymenu .statsholder {
    margin: 0 auto;
    text-align: left;
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .bgimg video {
    display: none;
  }

  .hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .cbp-spmenu-push-toright #toggle,
  .cbp-spmenu-push-toright #menuicons {
    display: none !important;
  }

  .cbp-spmenu-open .close-years {
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .arrow-up {
    position: absolute;
    top: 50px;
  }

  header #potter {
    padding: 0 12.37% 0 6.12%;
  }
  header .potter_item {
    width: 48%;
    margin: 0 1%;
    height: 125px;
  }
  header .premiepotterarrow {
    width: 130px;
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
  }

  main .FlexEmbed--3by1:before {
    padding-bottom: 56.25%;
  }
  main article .contentbox {
    padding-left: 6.12%;
    padding-right: 12.37%;
  }
  main article .share {
    display: inline-block !important;
    margin-top: 20px;
    width: 100%;
  }
  main article .share::before {
    content: '';
    border: 0;
    display: none;
    margin-top: 10px;
  }
  main article .moreinfo .twocol p {
    padding: 0;
  }

  .years-menu ul {
    margin-top: 70px;
  }
  .years-menu li {
    margin-left: 9px;
  }

  .years-menu:before {
    display: none;
  }

  .overlaymenu h1 {
    font-size: 12px;
  }
  .overlaymenu .holder {
    padding: 0 12.37% 0 6.12%;
  }
  .overlaymenu .statsholder {
    margin: 0 auto;
    text-align: left;
    max-width: 80%;
  }
  .overlaymenu .statsholder h1 {
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 800;
  }
  .overlaymenu .statsholder .om-links {
    font-weight: 600;
    font-size: 12px;
  }
  .overlaymenu .statsholder .om-item {
    font-weight: 600;
    font-size: 12px;
  }
  .overlaymenu .statsholder .om-item h2 {
    font-size: inherit;
  }

  #searchmenu #searchbox,
  #statsmenu #searchbox {
    margin-bottom: 50px;
  }
  #searchmenu #searchbox input,
  #statsmenu #searchbox input {
    width: 80%;
    height: 40px;
    font-size: 24px;
  }
  #searchmenu .search-icon-big,
  #statsmenu .search-icon-big {
    width: 29px;
    height: 29px;
    margin-top: 10px;
  }

  .premieValue,
  .periodeValue {
    display: inline-block;
  }

  header .nt-logo {
    width: 31px;
    height: 20px;
  }

  #nt_svg_logo {
    display: block;
  }
  header .nt-logo img {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .decor {
    display: none;
  }
  main .btnwhite {
    font-size: 12px;
    line-height: 12px;
  }

  .csv_link_article {
    display: none;
  }

  .csv_link_article::before {
    display: none;
  }

  .close-article {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 30px auto 0;
    display: none;
  }

  .close-article-inline {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: 22px;
  }

  h1,
  h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 14px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .isMobile {
    float: none !important;
  }

  .loaderSlide {
    font-size: 12px;
  }

  .nooverflow {
    position: fixed;
  }
  .nooverflow #menu {
    pointer-events: none;
  }
  .nooverflow #toggle {
    pointer-events: all;
  }

  .menuholder {
    position: absolute;
    right: 18px;
    /* overflow: hidden;*/
  }

  .menu {
    position: fixed;
    top: 2%;
    top: 0;
    right: 0;
    z-index: 100;
    width: 46px;
  }
  .menu #search-icon {
    width: 27px;
    height: 29px;
    margin: 30px auto 0 auto;
    cursor: pointer;
  }
  .menu .clock-big {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 30px auto 0 auto;
  }

  .menustart {
    position: absolute;
    top: 907px;
  }

  .years-menu {
    font-size: 14px;
    width: 60px;
  }
  .years-menu ul {
    width: 80px;
  }
  .years-menu li {
    width: 45px;
  }

  .arrow {
    left: 20px;
  }

  .potterSlide {
    padding-top: 0px;
  }
  .potterSlide .pottertitle {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    padding: 35px 0 35px 0;
  }
  .potterSlide #potter {
    padding: 0;
  }
  .potterSlide .potter_items {
    padding-top: 22px;
  }
  .potterSlide .potter_item {
    width: 98%;
    margin: 0 1%;
    height: 120px;
    opacity: 1;
  }

  html.loading header {
    background-color: #261440;
  }

  header {
    background-image: none;
  }
  header nav {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0770b4+0,065b92+100 */
    background: #261440;
  }

  header {
    min-height: 146px;
  }
  header .premiepotterarrow {
    opacity: 0;
    cursor: pointer;
    display: none;
    width: 110px;
    right: 5px;
    font-size: 12px;
  }
  header nav {
    height: 146px;
  }
  header .logo {
    width: 135px;
    height: 128px;
    margin-left: -67px;
    top: 35px;
  }
  header .logokommune {
    width: 135px;
    height: 128px;
    margin: 34px auto 0 auto;
  }
  header .nt-logo {
    position: absolute;
    left: 20px;
    bottom: 17px;
  }
  header .nt-logo img {
    width: 31px;
    height: 20px;
    display: none;
  }
  header .nt-logo {
    width: 31px;
    height: 20px;
  }

  #nt_svg_logo {
    display: block;
  }

  main .FlexEmbed--3by1:before {
    padding-bottom: 75%;
  }
  main .prevhead .tags {
    margin-top: 0px;
  }
  main .filter-holder {
    width: 80%;
    margin: 13px auto;
    line-height: 16px;
    display: inline-block;
  }
  main .filter {
    font-size: 14px;
  }
  main .filter .back {
    margin-left: 10px;
  }
  main article .rewind {
    width: 12vw;
    height: 12vw;
    margin-bottom: 20px;
  }
  main article .bigicon {
    width: 12vw;
    height: 12vw;
  }
  main article .contentbox {
    padding-left: 6.25%;
    padding-right: 18.75%;
    bottom: 23px;
  }
  main article .contentbox .headlines > h3 {
    display: none;
  }
  main article .share {
    display: inline-block !important;
    margin-top: 20px;
    width: 100%;
  }
  main article .share::before {
    content: '';
    border: 0;
    display: none;
    margin-top: 10px;
  }
  main article .moreinfo .credits {
    font-size: 10px;
  }
  main article .moreinfo .twocol {
    font-size: 14px;
    line-height: 18px;
  }
  main article .moreinfo .twocol ul,
  main article .moreinfo .twocol ol {
    list-style-position: outside !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
    margin-left: 15px;
  }
  main article .moreinfo .headlines {
    padding: 40px 0 40px 0;
  }
  main article .moreinfo .twocol p {
    padding: 0;
  }
  main article .fullarticle {
    padding-top: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  main article .fullarticle h1 {
    /*color:#000;*/
    font-size: 20px;
    line-height: 23px;
  }
  main article .fullarticle h2 {
    /*color:#000;*/
    font-size: 20px;
    line-height: 23px;
  }
  main article .fullarticle h3 {
    font-weight: 400;
  }
  main article .fullarticle .divider {
    margin: 40px 0;
  }
  main article .fullarticle .stats {
    padding-top: 0px;
  }
  main article .fullarticle .stats h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 50px 0 15px 0;
  }
  main article .fullarticle .game {
    width: 165px;
    line-height: 16px;
  }
  main article .fullarticle .game img {
    margin-bottom: 6px;
  }
  main article .fullarticle .game .subtitle {
    font-size: 14px;
  }
  main article .fullarticle .game .chance {
    font-size: 10px;
  }
  main article .fullarticle .game .gamebtn {
    padding: 7px 25px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    border: 0;
    margin: 10px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
  main .tags {
    margin-top: 28px;
  }
  main .subline {
    margin-top: 12px;
    font-size: 12px;
  }
  main .subline .share {
    float: none;
  }
  main .subline .more-stats {
    padding-left: 30px;
  }

  .clock-small {
    width: 13px;
    height: 13px;
    margin-top: 6px;
    line-height: 13px;
  }

  .date {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 2px;
  }

  .bubble {
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    margin-right: 14px;
  }

  .overlaymenu {
    padding-top: 30px;
  }
  .overlaymenu .emailfield {
    width: 193px;
    margin: 20px 0;
  }
  .overlaymenu .holder {
    padding: 0 0 0 6.12%;
    font-size: 12px;
  }
  .overlaymenu h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    vertical-align: top;
  }
  .overlaymenu h3 {
    font-size: 12px;
    font-weight: 800;
    line-height: 26px;
    vertical-align: top;
  }
  .overlaymenu ul {
    margin-top: 0.7%;
    margin-bottom: 6%;
  }
  .overlaymenu li {
    display: block;
    list-style-type: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .overlaymenu li:hover {
    text-decoration: underline;
  }
  .overlaymenu .disclaimer {
    font-size: 11px;
    line-height: 1.3;
    margin-right: 10px;
  }

  #searchmenu .searchresults .search-Steder,
  #searchmenu .searchresults .search-Spill,
  #searchmenu .searchresults .search-Artikler,
  #statsmenu .searchresults .search-Steder,
  #statsmenu .searchresults .search-Spill,
  #statsmenu .searchresults .search-Artikler,
  #aboVOmenu .searchresults .search-Steder,
  #aboVOmenu .searchresults .search-Spill,
  #aboVOmenu .searchresults .search-Artikler,
  #aboGamemenu .searchresults .search-Steder,
  #aboGamemenu .searchresults .search-Spill,
  #aboGamemenu .searchresults .search-Artikler {
    opacity: 0;
  }
  #searchmenu .searchresults ul,
  #statsmenu .searchresults ul,
  #aboVOmenu .searchresults ul,
  #aboGamemenu .searchresults ul {
    margin-top: 3px;
    margin-bottom: 30px;
  }
  #searchmenu .holder,
  #statsmenu .holder,
  #aboVOmenu .holder,
  #aboGamemenu .holder {
    margin-top: 0px;
  }
  #searchmenu .noresult,
  #statsmenu .noresult,
  #aboVOmenu .noresult,
  #aboGamemenu .noresult {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  #searchmenu #searchbox,
  #statsmenu #searchbox,
  #aboVOmenu #searchbox,
  #aboGamemenu #searchbox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #searchmenu #searchbox input,
  #statsmenu #searchbox input,
  #aboVOmenu #searchbox input,
  #aboGamemenu #searchbox input {
    width: 245px;
    height: 40px;
    font-size: 24px;
  }
  #searchmenu .search-icon,
  #statsmenu .search-icon,
  #aboVOmenu .search-icon,
  #aboGamemenu .search-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  #searchmenu .search-icon-big,
  #statsmenu .search-icon-big,
  #aboVOmenu .search-icon-big,
  #aboGamemenu .search-icon-big {
    width: 29px;
    height: 29px;
    margin-top: 10px;
  }
  #searchmenu .graph,
  #statsmenu .graph,
  #aboVOmenu .graph,
  #aboGamemenu .graph {
    width: 16px;
    height: 14px;
    margin-right: 10px;
  }
  #searchmenu .search-icon,
  #searchmenu .terningskast,
  #searchmenu .location,
  #statsmenu .search-icon,
  #statsmenu .terningskast,
  #statsmenu .location,
  #aboVOmenu .search-icon,
  #aboVOmenu .terningskast,
  #aboVOmenu .location,
  #aboGamemenu .search-icon,
  #aboGamemenu .terningskast,
  #aboGamemenu .location {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: -3px;
  }

  .om-item {
    padding: 20px 0 !important;
  }
  .om-item .dropdowntext {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    line-height: 30px;
  }
  .om-item .dropdownarrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
  }

  /*DROPDOWN*/
  .ui-widget-content {
    font-size: 16px;
  }

  .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 7px 1em 3px 0px;
    cursor: pointer;
    min-height: 0;
    /* support: IE7; */
    /* support: IE10, see #8844; */
    list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  }

  #mainmenu .graph {
    width: 16px;
    height: 14px;
    margin-right: 10px;
  }
  #mainmenu .play {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }
  #mainmenu .clock-small-icon,
  #mainmenu .terningskast {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }

  #toggle {
    width: 27px;
    height: 19px;
    margin: 29px auto 0 auto;
    cursor: pointer;
  }

  #toggle div {
    height: 3px;
    margin: 5px auto;
  }

  #toggle.on .one {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -moz-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    -o-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }

  #toggle.on .two {
    opacity: 0;
  }

  #toggle.on .three {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    -moz-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    -o-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .menu .scrolltotop {
    width: 26px;
    padding: 0 16px;
    height: 18px;
    margin: 0 auto;
    position: fixed;
    bottom: 30px;
    right: 0;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
