span.mejs-offscreen {
   display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: Open sans,Arial,sans-serif;
	line-height: 1.5;
	color: #333;
	background-color: #E0D0E7;
	margin: 10px;
	z-index: 0;
	width:97%;
	max-width:800px;
	margin: auto;
}

.mejs-container {
	background: transparent;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	width: 100%!important;
	height: 100%!important;
	outline: none;
	border-style: none;
	border-width: 0px;
}

.mejs-controls {
  background: transparent;
  width: 340px;
 margin: auto;
}

/* play/pause control */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: relative;
  text-indent: -9999px;margin: auto;border:none;
}

.mejs-controls .mejs-play button {
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  background: transparent url('https://www.goteborgkonst.se/wp-content/themes/goteborgkonst2018_v3.3.4/play.svg') 0 0 no-repeat;
}


.mejs-pause button {
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  background: transparent url('https://www.goteborgkonst.se/wp-content/themes/goteborgkonst2018_v3.3.4/pause.svg') 0 0 no-repeat;
}



/* mute/unmute control */
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 18px;
  height: 19px;
  top: 9px;
  right: 142px;
  background: transparent url('images/audio.png') 0 0;
}
.mejs-controls .mejs-unmute button { background-position: 0 -19px; }


/* volume scrubber bar */
/*
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 120px;
  height: 11px;
  background: #212227;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 9px;
  top: 1px;
  left: 1px;
  background: #CDF593;
  background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: linear-gradient(top, #90d26a 0%, #83bb63 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
*/

/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 340px; }



.mejs-controls .mejs-time-rail span {
  position: relative;
  display: block;
  width: 340px;
  height: 25px;
  top: 40px;
  left: 0px;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #aaaaaa;
  width: 340px !important; /* fixes display bug using jQuery 1.8+ */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: -25px;
  left: 0;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
  border-radius: 3px;
  background: #CDF593;
  background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: linear-gradient(top, #90d26a 0%, #83bb63 100%);
}

/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
  background: url('images/handle-lg.png') no-repeat;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: -1px;
  background: url('images/handle-sm.png') no-repeat;
}


/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  z-index: 9999;
  background: url('images/time-box.png');
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  /** font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; **/
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: center;
  z-index: 9999;
}

.mejs-currenttime, .mejs-duration {
	color: #121212;
	font-size: 20px;
}

.mejs-currenttime {
	position: relative;
	top: 35px;
 	left: 0px;
}

.mejs-duration {
	position: relative;
	top: 20px;
 	left: 410px;
}


























.footer {background-color: #fff; height:141px;position: relative; left:0; bottom:-31px;margin-top:40px; }
.footer img {height:47px; margin-top:47px;margin-left:47px;}
a.close {position: relative;
  left: 0px;
  top: -50px;margin-bottom:-30px; display:block;width:100%;height:1.2em; color:#333 !important;z-index: 999;}
  
html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: Open sans,Arial,sans-serif;
	line-height: 1.5;
	color: #333;
	background-color: #E0D0E7;
	margin: 10px;
	z-index: 0;
	width:97%;
	max-width:800px;
	margin: auto;
}





h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size:2em;
	
	font-weight:700;
}

h2
{
	font-size:1.5em;

	font-weight:700;

	margin: 2em 0 0 0;
}

p
{
	margin: 0.6em 0;
}

p.accnav
{
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: right;
}

p.accnav a
{
	text-decoration: none;
	color: #999;
}

article.accordion
{
	display: block;
	 
/*	width: 30em; */ 
	padding: 0.5em 0.5em 1px 0.5em;
	margin: 0 auto;
/*		background-color: #666;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3); */ 
}

article.accordion section
{
	display: block;
/* 	width: 28em;  */ 
	height: 2em;
	padding: 0 1em;
	margin: 0 0 0.5em 0;
	color: #333;
	background-color: #333;
	overflow: hidden;
	border-radius: 3px;
}

article.accordion section h2
{
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	line-height: 2em;
	padding: 0;
	margin: 0;
	color: #ddd;
}

article.accordion section h2 a
{
	display: block;
	width: 100%;
	line-height: 2em;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}

/*article.accordion section h2 a:hover, */
article.accordion section h2 a:focus 
{	color:#97b0f3; 
}

article.accordion section,
article.accordion section h2
{
	-webkit-transition: all 0s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

article.accordion section:target
{
	/*height: 15em; */
	
	height: 100%;
	background-color: #fff;
}

article.accordion section:target h2
{
	font-size: 1.6em;
	color: #333;
}