.column {width:inherit;}

.add-bottom { margin-bottom:2rem !important; }
.left {float:left; color:#fff; }
.right {float:right;  color:#fff;}
.center {text-align:center; }

.wrapper {position:relative; margin:0 auto; max-width:600px; width:100%; }

/* Audio Player Styles
================================================== */
audio {width:96%; margin:0 20px;}


/*https://codepen.io/markhillard/details/Hjcwu forum: haalt downloadknop in Chrome weg */
audio::-webkit-media-controls {overflow: hidden !important }
audio::-webkit-media-controls-enclosure {width: calc(100% + 32px); margin-left: auto;}

#Xmainwrap {background-color:rgba(155,155,155,0.4);}
#mainwrap a {text-decoration:none !important; border:none!important;}

#audiowrap {
margin:0 20px 0 0px;
width:96%;
}

#plwrap {
margin:0 auto;
padding-bottom:20px;
width:96%;
}


#tracks {
position:relative;
text-align:center;
}

#nowPlay {margin:10px 0;
display:inline;
}

#npAction {
padding:21px;
position:absolute;
}

#npTitle {
padding:21px;
}


#plList li {
list-style:none !important;
cursor:pointer;
display:block;
margin:0 auto 1px;
width:98%;
padding:10px 0;
color:#121212;
background-color:#fff;
font-size:16px;}

#plList .artcard ul li::before {content:"" !important;}



a[id^="btn"] {color:#fff !important;}
a:not([href]):not([class]):hover {
    color: #fff !important;}


@media screen and (min-width:767px) {
	#plList li {padding:6px 0; font-size:0.9em;}
}

#plList li:hover {background-color:#eeeeff; color:#121212;}

.plItem {
position:relative;
}

.plTitle {
left:50px;
overflow:hidden;
position:absolute;
right:65px;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
}

.plNum {
padding-left:10px;
width:15%
}

.plLength {
padding-left:10px;
position:absolute;
right:21px;
top:0;
}

.plSel,
.plSel:hover {
background-color:rgba(0,0,0,.1);
color:#fff;
cursor:default !important;
}

a[id^="btn"] {
border-radius:3px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:2.5rem;
height:35px;
line-height:0.8;
margin:0 20px 20px;
padding:10px;
text-decoration:none;
transition:background .3s ease;
width:35px;
}

a[id^="btn"]:last-child {
margin-left:-4px;
}

a[id^="btn"]:hover,
a[id^="btn"]:active {
background-color:rgba(0,0,0,.1);
color:#fff;
}

a[id^="btn"]::-moz-focus-inner {
border:0;
padding:0;
}


/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
background-color:transparent;
border:none;
color:#fff;
padding:20px 20px 20px 13px;
width:100%;
}



.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {color:rgba(255,127,62,1);}

.videospeler .plyr__play-large {color:#121212 !important;} 


.plyr__progress--played, .plyr__volume--display {
background-color:rgba(255,127,62,0.6);
color:#ff7f3c;
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background-color:rgba(255,127,62,0.8
color:#ff7f3c;}

.plyr--audio .plyr__progress--buffer {
background-color:rgba(255,127,62,0.6);
color:#ff7f3c;
}

.plyr__time {
    font-size: 16px;
}

.plyr .plyr__play-large {
  color:#121212;
}

.plyr--video {visibility:hidden !important;display:none;}
.plyr .plyr--video  {visibility:hidden !important;display:none;}