@charset "UTF-8";
/* CSS Document */

body {
  font-family: MuseoSans-500, Verdana, Arial, Helvetica, sans-serif;
  color: #1e1e1e;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

a:link {
  color: #1e1e1e;
  text-decoration: none;
}

a:visited {
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  color: #f5007a;
  text-decoration: none;
}

a:active {
  color: #1e1e1e;
  text-decoration: none;
}

b {
  font-family: MuseoSans-900;
  font-weight: normal !important;
}

#mainframedims {
  width: 940px;
}

#listeholderen {
  width: 690px;
  height: auto;
  float: left;
  display: block;
}

#bigone {
  background-color: #fff;
  width: 1000px;
  height: auto;
}

#charts {
  background-color: #fff;
  width: 670px;
  height: auto;
  float: left;
}




/* * * *   T O P N A V I G A T I O N   * * * */

#topnav {
  background-color: #f7f7f7; 
  position: fixed; 
  top: 0; 
  width: 100%; 
  text-align: -webkit-center;
  transition: top 0.3s; 
}

#tusind a {
  float: right;
  color: #666;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#tusind a:hover {
  color: black;
}

#tusind {
width:940px;
}



/* * * * *  H E A D E R  * * * * */

#header {
  width: 940px;
  padding-top: 30px;
  height: auto;
}
#logoherop {
  width: 686px;
  height: 80px;
  float: left;
}
#headerlinks {
  height: auto;
  float: left;
  padding-top: 30px;
}
#toplinks:hover {
  font-family: "Hitcons";
  color: black;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#Twitterlink {
  width: 40px;
  height: 40px;
  float: left;
}
#fb {
  font-family: "Hitcons";
}
#Facebooklink {
  width: 40px;
  height: 40px;
  float: left;
}
#sociallinks {
  color: gray;
  width: 105px;
  float: left;
  font-family: "Hitcons";
  font-size: 35px;
  padding-left: 5px;
}
#sociallinks a {
  color: gray;
}
#presentedbyifpi {
  color: gray;
  width: 144px;
  height: 30px;
  margin-top: -10px;
  float: left;
  font-family: "Hitcons";
  font-size: 58px;
}
#ifpi {
  background-repeat: no-repeat;
  width: 129px;
  height: 32px;
}
#ifpilink {
  width: 144px;
  height: 40px;
  float: left;
}
#ifpilink a {
  color: gray;
}





/* * * * *  M E G A M E N U  * * * * */


#hitlistemegamenu{
width:940px;
}

.mmh{
font-family: MuseoSans-900;
font-size: 18px;
padding: 16px!important;
text-align: left;

}

.mmcolumn {
  padding-left: 24px;
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  color: #1e1e1e!important;
}

.mmtx {
 color: #FFF!important;
}
	
.mmnavbar {
  overflow: hidden;
  background-color: #1e1e1e;
  font-family: MuseoSans-900, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.mmnavbar a {
  float: left;
  font-size: 18px;
  text-align: center;
  padding: 15 20 12 20px;
  text-decoration: none;
  }

.mmdropdown {
  float: left;
  overflow: hidden;
}


.mmheader{
font-size: 28px;
text-align: left;
}

.mmrow{  
}

.mmdropdown .mmdropbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: white;
  padding: 15 20 12 20px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.mmnavbar a:hover  {
  background-color: #f5007a;
  transition: .3s ease all;
}

.mmdropbtn  {
}

.mmdropdown:hover {
  background-color: #2e2d93;
  float: left;
  transition: .3s ease all;
}

.mmdropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 940px;
  z-index: 13;
  transition: .3s ease all;
}

.mmdropdown-content .mmheader {
  background: #2e2d93;
  padding: 20px;
  color: white;
}

.mmdropdown:hover .mmdropdown-content {
  display: block;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}

/* Create three equal columns that floats next to each other */
.mmcolumn {
  float: left;
  width: 33.33%;
  padding: 0px;
  background-color: #f9f9f9;
  height: auto;
}

.mmcolumn a {
  float: none;
  color: black;
  font-size: 15px;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.mmcolumn a:hover {
  background-color: #e8e8e8;
}
/* Create a single column */
.mmcolumnfull {
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  float: left;
  width: 100%;
  padding: 0px;
  background-color: #f9f9f9;
  height: auto;
}

.mmcolumnfull a {
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.mmcolumnfull a:hover {
  background-color: #e8e8e8;
}

/* Clear floats after the columns */
.mmrow:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 20px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width : 600px ){
  .mmcolumn {
    width: 100%;
    height: auto;
  }
}




/* * * * *  LISTER  * * * * */


#datal {
  width: 60px;
  height: 170px;
  float: left;
  clear: left;
margin-right: 10px;
}
#denneuge {
  font-size: 32px;
  font-family: MuseoSans-900;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 60px;
  float: left;
  clear: none;
  margin: 0;
  padding: 9px 0 0;
  border-radius: 4px;
}
#denneugeny {
  font-family: MuseoSans-900;
  font-size: 32px;
  text-align: center;
  width: 100%;
  height: 60px;
  background-color: #ff90c7;
  float: left;
  clear: none;
  margin: 0;
  padding: 9px 0 0;
  border-radius: 4px;
}
#denneugere {
  font-family: MuseoSans-900;
  font-size: 32px;
  text-align: center;
  width: 100%;
  height: 60px;
  background-color: #6ce2cf;
  float: left;
  clear: none;
  margin: 0;
  padding: 9px 0 0;
  border-radius: 4px;
}
#pile {
  text-align: center;
  width: 100%;
  height: 15px;
  float: left;
  position: relative;
  top: -12px;
  height: 10px;
  z-index: 12;
  float: left;
  clear: none;
}
#listeikon {
  font-size: 20px;
  float: left;
  padding-left: 4px;
  font-family: "Hitcons";
  line-height: 22px;
}
#sidsteuge {
  text-align: right;
  line-height: 22px;
  width: 100%;
  height: 20px;
  float: left;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
}
#ugerialt {
  font-size: 13px;
  line-height: 22px;
  text-align: right;
  float: left;
  width: 100%;
  height: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
#peak {
  font-size: 13px;
  text-align: right;
  line-height: 22px;
  height: 20px;
  width: 100%;
  float: left;
}
#certificering {
  z-index: 11;
}
#udgivelse {
  text-align: left;
  padding: 0;
}
.udgivelse {
  font-family: MuseoSans-500;
  width: 450px;
  height: 170px;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}
.kunstneren {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-top: 0;
  padding-right: 40px;
}
#artist {
  font-size: 20px;
  font-family: MuseoSans-900;
  height: auto;
  margin-top: 25px;
  padding: 0;
}
#titel {
  text-transform: uppercase;
  width: 260px;
  height: auto;
}
.titel {
  color: #272727;
  font-size: 14px;
  line-height: 16px;
}
.label {
  color: #969696;
  font-size: 10px;
}
.udgivelsesinfo {
  float: left;
  line-height: 22px;
}
.selskab, .selskab a {
  color: #444;
  font-size: 12px;
  text-decoration: none;
  margin-top: 2px;
}

#cover{
  width: 160px;
  height: 160px;
  float: left;
}
#cover img {
  width: 140px;
  height: 140px;
  border-radius: 4px;
}

#cover140 {
  width: 140px;
  height: 140px;
}
#udgivelse {
  width: 280px;
  height: 160px;
  float: left;
  margin-left: 10px;
}
#bredudgivelse {
  width: 400px;
  height: 160px;
  float: left;
}
#artistnavn {
  font-size: 20px;
  font-family: MuseoSans-900;
  width: 260px;
  height: auto;
}

#vinyltitel {
  text-transform: uppercase;
  width: 380px;
  height: auto;
}
#titelbred {
  text-transform: uppercase;
  width: 350px;
  height: auto;
}
#selskab {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 2px;
  color: #999;
}
#udgivelsesinfo {
  width: 100%;
  height: 30px;
}
#basisinfo {
  padding-top: 12px;
  width: 260px;
  height: 105px;
}
#bredbasisinfo {
  padding-top: 15px;
  width: 390px;
  height: 105px;
}
#certificering {
  font-size: 13px;
  padding-left: 8px;
  width: auto;
  height: 30px;
  float: left;
  margin-right: 20px;
  line-height: 22px;
}
#ugersomnr1 {
  font-size: 13px;
  padding-left: 8px;
  width: 90px;
  height: 30px;
  float: left;
  line-height: 22px;
}









/* * * *   A N D R E   * * * */



.dsR7  {
  width: 400px
}
.dsR8  {
  width: auto;
  height: auto;
}
.dsR10  {
  width: 277px;
  height: auto;
}
.dsR11  {
  width: 277px;
  height: 16px;
}
.nyy {
  background-color: #f5007a;
}
.hitcon {
  font-family: Hitcons;
  font-weight: normal;
}


/* * * * *  Listetitel og ugevalg  * * * * */



#listevisning {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 10px;
  border-bottom: 5px solid;
  display: block;
}
.listetitler {
  color: #f5007a;
  font-size: 28px;
  font-family: MuseoSans-900, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  line-height: 28px;
}
.listetitleraar {
  color: #f5007a;
  font-size: 22px;
  font-family: MuseoSans-900, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  text-transform: uppercase;
}
.dsR26 {
  width: 100%;
}
select {
  text-transform: uppercase;
  font-family: MuseoSans-500, Helvetica;
  font-size: 14px;
  padding: 4px;
  margin-right: 15px;
  width: 120px;
  position: relative;
  top: -9px;
  z-index: 0;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 70%;
background-size: 14%; 
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#ugevalg {
  width: auto;
  float: right;
  height: 26px !important;
}
#ugevalg a img {
  height: 20px;
  padding: 3px;
  background: #f5007a;
  border-radius: 4px;
}
#ugevalg a:hover img {
  background: #f5007a;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 4px;
}


/* * * * *  Footer  * * * * */

#copyright {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #1e1e1e;
   color: gray;
   text-align: center;
   height: 60px;
   padding: 0;
}

#copyright a {
   color: gray;
}

#copyright a:hover {
   color: #f5007a;
}

#newfooter {
   width: 100%;
   left: 0;
  height: auto;
  background: #f5f5f5;
}
#newfootercontent {
   width: 1000px;
   text-align: center;
}

.footeroverskrift {
  font-size: 18px;
  line-height: 36px;
  font-family: MuseoSans-900;
}
.insidethefooter {
  width: 670px;
  height: auto;
  padding: 30 0 0 30;
  text-align: left;
  float: left
}
.footernummer {
  float: left;
  width: 250px;
  clear: right;
  padding: 30 50 30 0;
  text-align: right;
}
.footernummer img {
  height: 120px;
}
.footertekst {
  font-size: 13px;
  line-height: 16px;
}
.kontakt {
  font-size: 13px;
  font-family: MuseoSans-500;
  line-height: 16px;
}
#container40 {
  width: 940px;
  height: 30px;
  clear: both;
  text-align: left;
}



/* * * * *  H O J R E  S P A L T E  * * * * */


#rightcolumn {
  width: 250px;
  float: left;
}

#Twitter {
  width: 250px;
  height: 320px;
  float: left;
  clear: both;
  margin-top: 10px;
}
.boxes {
  width: 250px;
  height: 125px;
  border-radius: 4px;
}
.boxes:hover {
  width: 250px;
  height: 125px;
  border-radius: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: .5s ease all;
}
.box350 {
  width: 250px;
  height: 175px;
}
#oldschool {
  margin-top: 20px;
  margin-bottom: 0px;
  width: 250px;
  height: 125px;
  clear: both;
}
#nyhed {
  display: none;
  visibility: hidden;
}
.nyhedpic  {
  width: 250px;
  height: 235px;
}



/* * * * *  N Y H E D B R E V * * * * */



#nyhedsbrevet {
  color: #fff;
  font-size: 14px;
  font-family: MuseoSans-500;
  line-height: 16px;
  background-color: #f5007a;
  text-align: left;
  width: 250px;
  height: 250px;
  clear: both;
  margin-top: 20px;
  border-radius: 4px;
}

#nyhedsbrevhead {
  font-size: 22px;
  font-family: MuseoSans-900, MuseoSans-500;
  text-transform: uppercase;
  line-height: 25px;
  padding: 15 15 0 15;
}

#nyhedsbrevtekst {
  font-size: 14px;
  font-family: MuseoSans-300;
  padding: 0 0 0 15;
  line-height: 18px;
}

#nyhedsbrevtilogfra {
  width: 130px;
  height: auto;
  float: left;
  clear: left;
}
#nyhedsbrevsend {
  padding-left: 15px;
}
#nyhedsbrevadresse {
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.button {
  color: #fff;
  font-family: MuseoSans-500;
  font-size: 14px;
  background: #242424;
  position: relative;
  top: 15px;
  line-height: 20px;
  height: 34px;
  width: 94%;
  border-width: 0;
  border-radius: 3px;
}
.button:hover {
  color: #1d1d1d;
  background: #fff;
  transition: .3s ease all;

}
.signupfield {
  border: 0px solid #a11b51;
  border-radius: 3px;
  background-color: #fed9eb;
  width: 100%;
  height: 35px;
  padding-left: 8px;
  font-family: MuseoSans-500;
  font-size: 14px;
  color: #464646;
}



/* * * *  VINYL LINKS * * * */



#vinylbutikker {
  margin-top: 20px;
  width: 250px;
  height: auto;
  clear: both;
}
#vinyllinks {
  font-size: 11px;
  font-family: MuseoSans-500;
  background-color: #ddd;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 248px;
  height: auto;
  float: none;
  clear: both;
  border-radius: 4px;
}



/* * * * IKONFORKLARING * * * */



#ikonforklaring2 {
  font-size: 14px;
  font-family: MuseoSans-900;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 210px;
  height: 20px;
}
.ikonbeskrivelsetekst {
  font-family: MuseoSans-300;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  width: 180px;
}
#ikonbeskrivelse {
  font-size: 12px;
  font-family: MuseoSans-300;
/*	background-image: url("/img/baggrund-lys.png");
  	background-size: 135%;
  	background-position: center; */
	background-color: #f6f6f6;
  width: 248px;
  height: auto;
  float: none;
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}
#ikonforklaring {
  font-size: 14px;
  font-family: MuseoSans-900;
  text-align: left;
  width: 210px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.forklaringikoner {
  width: 30px;
  height: 25px;
  font-family: "Hitcons";
  font-size: 23px;
  font-color: #444;
}


.dsR1  {
  width: 940px;
  height: 245px;
}
.dsR3  {
  width: 30px;
}
.dsR8  {
  width: auto;
  height: auto;
}



/* * * * *  LYTTELINKS  * * * * */



.tjenesteikoner {
  width: 26px;
  height: 30px;
  font-family: "Hitcons";
  font-size: 34px;
  float: left;
  margin-top: -10px;
}

#ituneslink:hover {
  color: #0096e3;
  text-decoration: none;
  transition: .3s ease all;
}
#spotifylink:hover {
  color: #86b200;
  text-decoration: none;
  transition: .3s ease all;
}
#wimplink:hover {
  color: #661b53;
  transition: .3s ease all;
  text-decoration: none;
}
#playlinks:hover {
  color: #266bb0;
  text-decoration: none;
  transition: .3s ease all;
}

#ituneslinkinactive {
  font-size: 13px;
  height: 30px;
  color: #C0C0C0
}
#ituneslink {
  font-size: 13px;
  height: 30px;
}
#spotifylinkinactive {
  font-size: 13px;
  height: 30px;
  color: #C0C0C0
}
#spotifylink {
  font-size: 13px;
  height: 30px;
}
#tjenestelinkinactive {
  font-size: 13px;
  height: 30px;
  color: #FFF;
}
#andrelink {
  font-size: 13px;
  height: 30px;
}
#playlinksinactive {
  font-size: 13px;
  height: 30px;
  color: #C0C0C0
}
#playlinks {
  font-size: 13px;
  height: 30px;
}
#tjenester {
  width: 120px;
  height: 160px;
  float: left;
  text-align: left;
  padding-top: 15px;
}

#ituneslink:hover {
  color: #fa3a52;
  text-decoration: none;
}
#spotifylink:hover {
  color: #1cd760 !important;
  text-decoration: none;
}
#wimplink:hover {
  color: #661b53;
  text-decoration: none;
}
#playlinks:hover {
  color: #3bb84d !important;
  text-decoration: none;
}


#linien {
  font-family: MuseoSans-500;
  height: 160px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.dsR7  {
  width: 400px;
}
.dsR11  {
  width: 277px;
  height: auto;
}
.dsR17  {
  width: auto;
  height: 280px;
}
.dsR19  {
  width: 210px;
  height: auto;
}
#Facebook {
  width: 250px;
  clear: both;
  padding-bottom: 0;
  padding-top: 15px;
}


.ds3  {
  font-size: 11px;
}
.ds5  {
  font-weight: normal;
}
.dsR25  {
  width: 14px;
  height: 14px !important;
}
.dsR27  {
  font-size: 13px;
  width: 180px;
  height: 25px;
}
.dsR34 {
  width: 250px;
  height: 300px;
}



/* * * * *  SMAA LISTER  * * * * */


#small1 {
  width: 70px;
  height: 80px;
  float: left;
  padding-right: 0;
}
#small1ny {
  width: 70px;
  height: 80px;
  float: left;
  padding-right: 0;
}
#small2 {
  width: 70px;
  height: 80px;
  float: left;
   padding-left:10px;
}
#small3 {
  width: 450px;
  height: auto;
  float: left;
  padding-left: 30px;
padding-top: 3px;
}
#small4 {
  width: 120px;
  height: auto;
  float: left;
  clear: right
}
#small5 {
  width: 400px;
  height: auto;
  float: left;
  text-align: left
}
#udgivelsesinfosmall {
  width: 100px;
  height: 30px;
}
#artistnavnsmall {
  font-size: 20px;
  font-family: MuseoSans-900;
  width: 440px;
  height: auto;
}
#liniesmall {
  font-family: MuseoSans-500, MuseoSans-300;
  height: 80px;
  margin-top: 10px;
  border-bottom: 1px solid #ebebeb;
}
#listevisningsmall {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d3d3d3;
  display: block;
}

.dsR28 {
  font-size: 11px;
  width: auto;
}


/* * * * *  U N D E R S I D E R  * * * * */

#sideholderen {
  width: 660px;
  height: auto;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-family: MuseoSans-300;
  padding-right: 30px;
}

.overskrift {
  font-family: MuseoSans-900;
  font-size: 35px !important;
  margin-top: 30px;
  color: #f5007a;
  line-height: 40px;
text-align: left;
}

.mr {
  font-family: MuseoSans-900;
  font-size: 16px !important;
  margin-top: 10px;
}
.obs {
  font-family: MuseoSans-900;
  font-size: 16px !important;
  color: #f5007a;
}

#bannere {
  padding-top: 20px;
}
.spalte1 {
  font-family: MuseoSans-500;
  font-size: 14px !important;
  line-height: 35px;
  width: 50%;
  float: left;
  text-transform: uppercase;
}
.spalte2 {
  font-family: MuseoSans-500;
  font-size: 14px !important;
  line-height: 35px;
  width: 50%;
  float: left;
  clear: right;
  text-transform: uppercase;
}
#container100 {
  width: 100%;
  clear: both;
  display: block;
}


/* * * * *  C O V E R V I S N I N G  * * * * */


.covercontainer {
  position: relative;
  overflow: hidden;
  max-width: 140px;
  z-index: 1;
  border-radius: 4px;
}

.covercontainer::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  transition: .5s ease all;
  border-radius: 4px;
}

#cover img {
	transition: .5s ease all; object-fit:cover;
}

.covercontainer:hover img {
  transform: scale(1.1);
}

.covercontainer:hover::after {
	opacity: 0.2;
}

#cover .icon {
  color: white;
  font-size: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.5;
}

#cover .overlay {
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  z-index: 5;
}

#cover .overlay:hover {
  opacity: 1;
  transition: .3s ease;
}

.fa-play {
  size: 30px;
  padding-top: 38%;
  color: #fff;
  opacity: 1;
}

/*** Playlister ***/

#playlistelinien {
}

#playlistecover {
  float: left;
}

#playlistecover img{
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

#playlisteudgivelse {
  font-family: MuseoSans-500;
  font-size: 14px!important;
  width: 450px;
  height: 80px;
  padding-left: 15px;
  text-align: left;
  float:left;
}

#playlistelinien #denneuge, #playlistelinien #denneugeny, #playlistelinien #denneugere {
  font-size: 14px!important;
height: 40px;

}

#playlistedatal {
  width: 60px;
  float: left;
  clear: left;
  margin-right: 10px;
}

#playlistedatal #sidsteuge {
  text-align: center;
  line-height: 10px;
  width: 100%;
  float: left;
  font-size: 13px;
  border-bottom: 0px solid #ebebeb;}

#playlistebasisinfo {
  font-family: MuseoSans-500;
  font-size: 14px!important;
	padding-top:13px;
  text-align: left;
}

#playlisteartistnavn {
  font-size: 14px;
  font-family: MuseoSans-900;
  height: auto;
}
#playlistetitel {
  font-size: 14px;
  width: 400px;
  height: auto;
}


/*** Follow us ***/


#follow{
/*	background-image: url("/img/baggrund-lys.png");
   	background-size: 115%;*/
	background-color: #f6f6f6;
  	width: 100%;
  	padding: 12px 0 0;
  	border-radius: 4px;
	margin-top:20px;
}

.followlinks{
	text-align: center;
}

#follow h4 { 
  	color: #1d1d1d;
    font-family: MuseoSans-500;
	font-weight: normal!important;
  	font-size: 20px;
	line-height: 26px; 
  	opacity: 0.5;
}

#follow i {
  	color: #1d1d1d;
  	font-size: 33px;
  	text-align: center;
  	padding: 0px 15px 25px; 15px;
  	opacity: 0.5;
}
#follow i:hover {
  	opacity: 1.0;
  transition: .3s ease alls;
  -webkit-transition: all 0.3s;
}







