*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
	color:#fff;
}
body {
	background:#fff;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.podsite {color:black;}
.podsite a, .podsite a:hover {color: #009F47;text-decoration:underline}

@media only screen 
	and (max-width: 768px)	{
		.morepod {color:#999999 ; font-size:12px; margin-left:0px;margin-bottom:10px;font-weight: normal;}
}
@media only screen 
	and (min-width: 768px)	{
		.morepod {color:#999999 ; font-size:14px; margin-left:60px;font-weight: normal;}
}

@media only screen 
	and (max-width: 768px)	{
		.morepod-break {color:#666666 ; font-size:12px; margin-left:0px;margin-top:10px;font-weight: normal;}
}
@media only screen 
	and (min-width: 768px)	{
		.morepod-break {color:#666666 ; font-size:14px; margin-left:60px;margin-top:10px;font-weight: normal;}
}


.awp-playlist-item li:first-child  {border-bottom: 1px solid grey; margin-bottom:10px}

@media only screen 
	and (max-width: 768px)	{
		#awp-wrapper{
			min-width:260px;
			top:10px;
			}
}
@media only screen 
	and (min-width: 768px)	{
		#awp-wrapper{
			min-width:320px;
			top:30px;
			}
}


#awp-wrapper{
	position:relative;
	line-height:normal!important;
	max-width:840px;
	margin: 0 auto;
	/*padding:10px;*/
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
    border-top:10px solid #f1f1f1;
	border-right:10px solid #f1f1f1;
	border-left:10px solid #f1f1f1;
	background: transparent url("../data/player-bottom.png") bottom right no-repeat; 
}


@media only screen 
	and (max-width: 768px)	{
	#pdp-player{
		padding:10px 10px 10px 13px;
		/*background: url("../data/player-top.png") top left no-repeat; 
		background-size: 250px 53px;*/

	}
}
@media only screen 
	and (min-width: 768px)	{
	#pdp-player{
		padding:20px 20px 20px 23px;
		/*background: url("../data/player-top.png") top left no-repeat; */

	}
}


#awp-wrapper .fa{
    /*text-shadow: 1px 1px 3px #111;*/
}

#awp-wrapper .fa:hover{
    color:#009f47 !important;
}

@media only screen 
	and (max-width: 768px)	{
	.awp-player-thumb-wrapper{
		position:relative;
		width:100px;
		height:100px;
		float:left;
		overflow:hidden;
	}
}
@media only screen 
	and (min-width: 768px)	{
	.awp-player-thumb-wrapper{
		position:relative;
		width:150px;
		height:150px;
		float:left;
		overflow:hidden;
	}
}

.awp-player-thumb{
	position:absolute;
	width:100%;
	height:100%;
	/*border-radius: 100%;*/
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);*/
}

.awp-player-thumb img{
	display: block;
	position: absolute;
	max-width: none;
    height: 100%;
    width: auto!important;
	min-width: 100px;
}

@media only screen 
	and (max-width: 768px)	{
		.awp-player-holder{
			height:120px;
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-player-holder{
			height:150px;
			}
}

.awp-player-holder{
	position:relative;
	top:0px;
	overflow:hidden;
}

.awp-waveform-wrap {
    position: relative;
    margin-left:10px;
    height: 100%;
}
.awp-waveform {
    position: relative;
	top:50%;
	-webkit-transform: translate(0, -50%);
  	-ms-transform: translate(0, -50%);
  	transform: translate(0, -50%);
  	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
}
.awp-waveform-preloader{
	position:absolute;
	left:35%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	color:#fff;
	font-size: 15px;
	text-shadow: 1px 1px 1px #111;
	pointer-events:none;
	opacity: 0;
}

.awp-waveform-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events:none;
}
.awp-waveform-img-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-progress-wrap{
	position: absolute;
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid #fff;
}
.awp-waveform-img-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-load img,
.awp-waveform-img-progress img{
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen 
	and (max-width: 768px)	{
		.awp-media-time-current{
			left:80px;
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-media-time-current{
			left:160px;
			}
}

.awp-media-time-current{
	position:relative;
	bottom:0;
	float:left;
	margin:0!important;
	padding: 3px!important;
	color:#18469D !important;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}
.awp-media-time-total{
	position:relative;
	right:5px;
	bottom:0;
	float:right;
	margin:0!important;
	padding: 3px!important;
	color:#009933; !important;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}

@media only screen 
	and (max-width: 768px)	{
		.awp-volume-wrapper{
			visibility: hidden;
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-volume-wrapper{
			top:0px;
			}
}

.awp-volume-wrapper{
	position:absolute;
	float:right;
	width:80px;
	height:25px;
	right:17px;
}
.awp-volume-seekbar{
	position: absolute;
	bottom:10px;
	left:50%;
	margin-left: -45px;
	width:90px;
	height:30px;
	cursor: pointer;
	touch-action: none;
	background: rgba(200, 54, 54, 0.01); 
}
.awp-player-volume{
	position:absolute;
	width:25px;
	height:25px;
	left:0;
	top:0;
}
.awp-player-volume i{
    position: absolute;	
	width:25px;
	height:25px;
	font-size: 18px!important;
	line-height:25px!important;
	color:#18469D !important;
	text-align: center;
	display: inline-block;
}
.awp-volume-seekbar{
	position:absolute;
	left:70px;
	top:4px;
	width:70px;
	height:16px;
	cursor: pointer;
	touch-action: none;
}
.awp-volume-bg{
	position:absolute;
	top:5px;
	left:10px;
	width:50px;
	height:5px;
	background:#bbb;
}
.awp-volume-level{
	position:absolute;
	top:5px;
	left:10px;
	width:0px;
	height:5px;
	background:#18469D;
}


.awp-icon-color{
	color:#003399 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.awp-icon-rollover-color{
	color:#00CF59 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}


.awp-playback-toggle{
	position:absolute;
	top:50%;
	width:70px;
	height:70px;
	border-radius: 100%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.awp-playback-toggle i{
	position:absolute;
	width:70px;
	height:70px;
	font-size: 30px!important;
	line-height:70px!important;
	color:#fff !important;
	text-align: center;
	display: inline-block;
}





#awp-playlist-list{
	display:none;
}

@media only screen 
	and (max-width: 768px)	{
		.awp-playlist-holder{
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-playlist-holder{
			overflow:hidden;
			}
}
.awp-playlist-holder{
	position:relative;
	top:0px;
	width:100%;
}

@media only screen 
	and (max-width: 768px)	{
		.awp-playlist-inner{
			min-height:20px;
			margin:30px 0 0 0;
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-playlist-inner{
			min-height:100px;
			margin:20px 0 0 0;
			}
}
/*Höhe der Playlist*/
.awp-playlist-inner{
	max-height:280px;
}

@media only screen 
	and (max-width: 768px)	{
		.awp-playlist-item{
			margin-bottom: 0px;
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-playlist-item{
			margin-bottom: 10px;
			}
}

.awp-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
}
.awp-playlist-item > a {
    border: 0;
}
.awp-playlist-item:last-child {  
	margin-bottom:0px!important;
}
.awp-playlist-non-selected {
	float:left;
	color:#000000!important;
	text-decoration: none; 
	margin-right: 10px;
}
.awp-playlist-selected {
	float:left;
	color:#213A8F!important;
	text-decoration: none; 
	margin-right: 10px;
}
@media only screen 
	and (max-width: 768px)	{
		.awp-playlist-thumb{
		display:none!important;
		}
}

.awp-playlist-thumb {
	position: relative;
	width:50px;
	height:50px;
	float: left;
	/*order-radius: 100%;*/
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);*/
}
.awp-playlist-thumb img{
	display: block;
	height:100%;
	width: auto!important;
	min-width: 50px;
	position: absolute;
}

@media only screen 
	and (max-width: 768px)	{
		.awp-playlist-title{
			line-height: 20px;
			font-size:14px;
			color:inherit;
		}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-playlist-title{
			line-height: 50px;
			font-size:20px;
			color:inherit;
			margin-left: 10px;
			}
}

@media only screen 
	and (max-width: 768px)	{
		.awp-download, .awp-link, .awp-download .fa:hover{
			font-size: 14px!important;
			width: 14px;
			height:25px;
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-download, .awp-link, .awp-download .fa:hover{
			font-size: 40px!important;
			width: 40px;
			}
}

.awp-download, .awp-link{
	float:right;
	margin-right:10px;
	color:#18469D!important;
	text-align: center;
	transition: all .2s ease-in-out;

}

.awp-download .fa:hover{
	color:#009f47!important;
	transition: all .2s ease-in-out;
	margin-right:10px;
}




@media only screen 
	and (max-width: 768px)	{
		.awp-download i, .awp-link i {
			line-height:40px;
			color:inherit;
		}
}

@media only screen 
	and (min-width: 768px)	{
		.awp-download i, .awp-link i{
			line-height:20px;
			color:inherit;
			}
}


.awp-playlist-filter-msg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	line-height:140px;
	display: none;
}
.awp-playlist-filter-msg p{
	font-size:15px!important;
	color:#fff!important;
	vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 
	line-height:inherit!important;
}




.awp-bottom-bar{
	position:relative;
	top:0px;
	clear:both;
	height:70px;
	width:100%;
	overflow:hidden;
	/*border-top:1px solid #0CAE4C;*/
	margin-top: 10px;
}

@media only screen 
	and (min-width: 768px) {
		.awp-bottom-bar::after {
			content: url("https://update.polizei-dein-partner.de/fileadmin/podcasts/content/data/PDP-Slogan.svg");
			width:600px;
			display:block;
			margin-top:50px;
		}

}

@media only screen 
	and (max-width: 768px) {
		.awp-bottom-bar::after {
			content: url("https://update.polizei-dein-partner.de/fileadmin/podcasts/content/data/PDP-Slogan-mobile.svg");
			width:auto;
			display:block;
			margin-top:50px;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}
}

.awp-search-filter{
	position:relative;
	margin-left:20px;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin-top:-9px;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#bbb !important;
	color:#fff !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}

.awp-sr-bar-i{
	display: inline-block;
	font-size: 20px!important;
	line-height: 35px!important;
}
.awp-sort-alpha{
	position:relative;
	left:5px;
	top:0px;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.awp-share-item, .rss-item{
	position:relative;
	top:0px;
	right:50px;
	width:25px;
	height:100%;
	margin-right:5px;
	text-align: center;
	float: right;
}




.awp-tooltip{
	position:absolute;
	background:#222;
	text-align:center;
	z-index:10000;
	border:1px solid #333;
	pointer-events:none;
	margin:-5px !important;

}
.awp-tooltip p {
	width:inherit;
	font-size:12px!important;
	color:#fff!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
}
.awp-tooltip-num{
	direction: ltr !important;
}
.awp-download-confirm{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	border:1px solid #555;
	opacity:0;
	z-index:1000;
	display:none;
}
.awp-download-confirm p{
	padding:10px 5px !important;
	font-size:14px;
	color:#fff;
	background:#333;
	text-align: center;
}
.awp-preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #ccc url('../data/loading2.gif') no-repeat center center; 
}



.awp-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.awp-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}




/* scroll */

@media only screen 
	and (max-width: 768px)	{
		.awp-playlist-inner .mCSB_inside > .mCSB_container{
			margin-right: 20px;
			}
}
@media only screen 
	and (min-width: 768px)	{
		.awp-playlist-inner .mCSB_inside > .mCSB_container{
			margin-right: 30px;
			}
}








