
body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-color: rgb(64,0,85);
	background-color: rgb(237,186,238);

	font-family: sans-serif;

	font-size: 1.3em;
	line-height: 1.3;
}
#header {
	width: 100%;

	text-align: center;
	background-color: black;

	transition:width 2s, height 2s, background-color 1s, transform 1s;
}
.clearHeader {
	background-color: rgba(0,0,0,0.3);
}
.darkHeader {
	background-color: black;
}

#header-i {
	border-bottom: 2px solid #bababa;
	margin: 0 auto;

	overflow: hidden;
}
#header #menu {
	display: none;
}
/*
#header #menu, #header #menu a{
	color: #bababa;
	text-decoration: none;
	font-size: 1.05em;
}
#header #menu a:hover {
	color: #990000;
}
#header ul {
	float: right;
	margin: 20px 10px;
	padding: 0;
}
#header ul li {
	display: inline-block;
	list-style-type: none;
	padding: 20px 20px 0 20px;
	margin: 0;
}
#header #menu ul ul {
	display: none;	
}
*/

#logo {
	width: 700px;
	max-width: 90%;
	margin: 0 auto 0 auto;
	text-align: center;
}

#footer {
	border-top: 2px solid #bababa;
	background-color: black;
	color: white;
	text-align: center;
	padding: 4em 0;
}

a {
	color: #bababa;
}

/*
.content {
	margin-top: 100px;
}*/
.content {
	font-family: 'ZCOOL XiaoWei', serif;
}

.content > * {
	clear: both;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	color: #bababa;
	color: rgba(0,0,0,0.9);

	padding-top: 1em;
	padding-left: 10vw;
	padding-right: 10vw;
}
.content hr {
	border-top: 2px solid rgba(0,0,0,0.9);
}
.content > *.wrap_page,
.content > *.wrap_links,
.content > *.wrap_contact {
	min-height: 30em;
}

div.wrap_white {
	background-color: white;
	color: black !important;
}
div.wrap_bg1 {
	background-image: url(background_djc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3em;
}

input, textarea {
	background-color: white;
	border: 2px solid #bababa;
	color: black;
	font-size: 1.1em;
	line-height: 1.3;
	padding: 15px;
	width: 58%;
	font-family: sans-serif;
	border-radius: 10px;
}
.wrap_contact input,
.wrap_contact textarea {
}
@media (max-width: 768px) {
  input, textarea {
	margin-left: 0%;
	width: 95%;
  }
}
input.senden {
	width: 200px;
}
input.senden, button {
	color: #bababa;
	font-size: 1.2em;
	font-size: 1.1em;
	line-height: 100%;
	padding: 5px;
	border: 2px outset #bababa;
	background-color: #222;
	border-radius: 10px;
}
input.senden:active, button:active {
	border: 2px inset #bababa;
}

.wrap_music ul {
	margin: 0;
}
.wrap_music ul li div.li:before {
	position: relative;
	top: 12px;
	content: "‣";
	font-size: 50px;
	padding-right: 10px;
}
.wrap_music ul li {
	padding: 4px 10px 10px 10px;
	border-bottom: 1px solid #bababa;
	color: #bababa;
	list-style-type: none;
	background-color: rgba(0,0,0,0.2);
}
.wrap_music ul li:first-child {
	border-top: 1px solid #bababa;
}
.wrap_music ul li:hover {
	background-color: rgba(32,0,0,0.5);
}

.wrap_music > span {
	height: 2em;
}
.wrap_music .aplayer {
	position: relative;
	width: 330px;
	height: 2em;

	overflow: hidden;
}

@media (max-width: 768px) {
  .wrap_music .aplayer {
	width: 3em;
  }
  .wrap_music .aplayer .mejs-time {
	  display: none;
  }
  .wrap_music .aplayer .mejs-time-rail {
	  display: none;
  }
}

/* Buttons */
.wrap_music .mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.wrap_music .aplayer button {
	width: 3em;
	height: 2em;
	font-size: 1.0em;
	padding: 0px;
}
.wrap_music .mejs-controls .mejs-play button {
	background-image: url(play.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.wrap_music .mejs-controls .mejs-pause button {
	background-image: url(pause.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Progress Slider */
.wrap_music .mejs-controls div.mejs-time-rail { width: 250px; }

.wrap_music .mejs-controls .mejs-time-rail {
	margin-left: 60px;
	display: block;
	cursor: pointer;
	
	color: #bababa;
	height: 29px;
	width: 230px;
	border: 2px inset #bababa;
	background-color: #222;
	background: rgba(0,0,0,0);
	border-radius: 10px;
	overflow: hidden;
}

.wrap_music .mejs-controls .mejs-time-rail span {
	position: relative;
	display: block;
	width: 250px;
	height: 29px;
	cursor: pointer;
}


.wrap_music .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #000000;
	background: rgba(0,0,0,0);
}

.wrap_music .mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
	background: #cccccc;
	background: #000000;
	background: rgba(0,0,0,0);
	display: none;
}

.wrap_music .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	/*background: #64b44c;*/
	background-color: #330000;
	background-color: #720000;
	background-color: rgba(114,0,0,0.4);
	box-shadow: inset 0 0 10px rgb(114,0,0);
}


/* SW */
.wrap_music .mejs-controls .mejs-time {
	position: absolute;
}
.wrap_music .mejs-controls .mejs-button:hover + .mejs-time span {
	opacity: 100;
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	top: 5px !important;
}
.wrap_music .mejs-controls:hover .mejs-time span {
	transition: none;
	opacity: 0;
	top: -30px !important;
}
.wrap_music .mejs-controls .mejs-time span {
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	display: none;
}
.wrap_music .mejs-controls .mejs-time span.mejs-currenttime {
	display: block;
	color: #bababa;
	position: absolute;
	top: 5px;
	left: 70px;
	z-index: 99;
}
.wrap_music .mejs-controls .mejs-time span.mejs-duration {
	display: block;
	color: #bababa;
	position: absolute;
	top: 5px;
	left: 256px;
	z-index: 99;
}


/* Time Float Box */
.wrap_music .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
}
.wrap_music .mejs-controls .mejs-time-rail .mejs-time-float-current {
	display: none;
}

img.mediacenter {
	text-align: center;
	width: 100%;
	border: 0;
	margin: 0 auto;
}

img.medialeft {
  border: 0;
  float: left;
  margin: 0 1.5em 0 0;
  margin-left: -5px;
}
img.mediaright {
  border: 0;
  float: right;
  margin: 0 0 0 1.5em;
  margin-right: -5px;
}


/*
h1, h2 {
	padding: 0;
	margin: 0;

	height: 0px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	top: -95px;
}
*/
h2, h3 {
	text-align: center;
}

/* links */
.content > *.plugin_wrap.wrap_links {
	min-height: 0px !important;
}
.wrap_links p {
	text-align: center;
}
.wrap_links table {
	text-align: center;
	margin: 0 auto;
}
.wrap_links table th,
.wrap_links table td {
	text-align: center;
}
.wrap_links p img {
	padding: 10px;
}

.wrap_container {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 1em;
}
.wrap_insel p {
	padding: 0;
	margin: 0;
}

.wrap_inselgruppe {
	text-align: center;
}

.wrap_insel {
	text-align: center;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0.5em;
	margin: 0 0.5em 0.5em 0;
}
.wrap_insel p {
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 650px) {

	.content > * {
		padding-left: 1em;
		padding-right: 1em;
	}
	.wrap_insel {
		display: block;
	}
	.wrap_links p img {
		padding: 2px;
	}
}
