body {
	font-size: 16px;
}
/*.responsive-video {
  position:relative;
  padding-bottom:56.25%;
  padding-top:25px;
  height:0;
}*/
.responsive-video {
  position:relative;
  padding-bottom:52.00%;
  padding-top:25px;
  height:0;
}

.responsive-video iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

label {
	display: block;
}
.newArtist input {
	width: 250px;
}

.myZusatz {
	display: block;
	width: 290px;
	float: right;
}

.audios h3 {
	margin-top: 0px;
}
.container h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
/*.container h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	display: inline-block;
	padding: 5px 50px;
	color: #ffffff;
	background-color: #6fa9aa;
}*/

.name {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	display: inline-block;
	padding: 5px 50px;
	color: #ffffff;
	background-color: #6fa9aa;
}
.name a {
	font-weight: normal;
	color: #ffffff;
}


.container h3 {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
	margin-top: 0px;
	/*font-size: 22px;*/
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #6fa9aa;
	letter-spacing: -0.03em;
}
.biografie {
	padding: 20px 0px;
}
.h3, h3 {
    font-size: 18px;
}

.noTrefferBild {
	width:100%;
	max-width:100%;
	display: none;
}
.AbstandTop {
	margin-top: 20px;
}
.BildCopy {
	font-style: italic;
	color: #ccc;
	font-weight: normal;
}
.social i {
	font-size: 32px;
	color: #ccc !important;
	margin-right: 20px;
}

.team-clean .item .title {
    /*text-transform: uppercase;*/
    text-transform: none;
    font-weight: normal;
    color: #aaa;
    /*color: #6fa9aa;*/
    letter-spacing: 2px;
    font-size: 18px;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default ul > li a {
    color: #777;
}
.navbar-default ul .active {
    color: #777;
    background: #ccc;
}

.oe1batch {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 90px;
	top: 50px;
}
.mySearch {
	width: 75%;
}
.mySearchButton {
	width: 15px;
	height: 15px;
	color: #ccc;
	margin: 2px 0px 2px 5px;
}


@media only screen and (min-width: 992px) {
	.noTrefferBild {
		width:100%;
		max-width:100%;
		display: block;
	}
	.AbstandTop {
		margin-top: 227px;
	}
	.audios {
		padding-top: 0px;
		margin-top: -8px;
	}
	.mySearch {
		width: 180px;
		margin: 0px 0px 10px 0px;
	}
}
@media only screen and (min-width: 1200px) {
	.mySearch {
		width: 240px;
		margin: 0px 0px 10px 0px;
	}
}

audio {
	/*display: inherit;*/
}
.myAudio {
	width: 100%;
	/*height: 30px;*/
	/*display: inherit;*/
	/*background-color: #ccc;*/
}
#navLang {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    font-size: 14px;
    color: #000;
    /*background: #ccc;*/
}
.language {
	display: block;
/*	width: 120px;*/
	padding: 0px 0px 6px 0px;
}

/*audio::-webkit-media-controls-panel {
	/*background-color: #ccc;*!/
}
.myAudio-controls,
.myAudio-mediaelement,
.myAudio-container {
	 background: url('') !important;
	 background-color: #ff0000 !important;
 }
 
 .mejs-controls,
  .mejs-mediaelement,
  .mejs-container {
  background: url('') !important;
  background-color: #ccc !important;
  }*/



/* UPLOADER  ============================================================================= */
/* Have ideas for improving this CSS for the general community? Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader */
.qq-uploader {
	position: relative;
	width: 100%;
}
.qq-upload-button {
	display: block;
	/*or inline-block*/
	width: 105px;
	padding: 7px 0;
	text-align: center;
	background: #880000;
	border-bottom: 1px solid #DDD;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	color: #FFF;
}
.qq-upload-button-hover {
	background: #CC0000;
}
.qq-upload-button-focus {
	outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30px;
	z-index: 2;
	background: #FF9797;
	text-align: center;
}
.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}
.qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}
.qq-upload-drop-area-active {
	background: #FF7171;
}
.qq-upload-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	margin: 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
	background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text, .qq-upload-finished {
	margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
	display: inline-block;
	background: url("loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size: 12px;
	font-weight: normal;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #FFFFFF;
}
.Wedit input[type="image"] {
	margin-top: 5px !important;
	margin-bottom: -5px !important;
	width: 16px;
}