/* css for BavariaBeats Player by Uli T.C. */
/* Set height of body and the document to 100% to enable "full page tabs" */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?52446120');
  src: url('../fonts/fontello.eot?52446120#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?52446120') format('woff2'),
       url('../fonts/fontello.woff?52446120') format('woff'),
       url('../fonts/fontello.ttf?52446120') format('truetype'),
       url('../fonts/fontello.svg?52446120#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?15267958#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

#playBtn .icon-play:before { content: '\e810'; font-size: 24px; line-height:32px; margin-left: 0.6em; } 
.icon-play.big:before { content: '\e810'; }
#stopBtn .icon-stop:before { content: '\e811'; font-size: 24px;  line-height:32px; margin-left: 0.6em; } 
.icon-stop.big:before {  content: '\e811'; }

.icon-volume-off:before { content: '\e802'; font-size: 24px; } /* '?' */
.icon-volume-high:before { content: '\e803'; font-size: 24px; } /* '?' */
.icon-play.big:before, .icon-stop.big:before { font-size: 80px; margin-left: -5px; 
    color: #313131; 
    background-color: orange;
    border-radius: 70px 70px 70px 69px;
    margin-right: 0;
    border: 4px solid transparent;
    }
     .icon-stop.big:before { 
       /* text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.9); */
       background-color: lime;
     }
#bigstop, #bigplay {  cursor: pointer; margin:0 auto; width:82px; height:82px;  }
.icon-facebook:before {content: '\e805'; font-size: 19px; /* color: #1877F2; */}
.icon-instagram:before { content: '\e80f'; font-size: 19px; /* color: #E4405F; */}
.icon-mixcloud:before { content: '\e813'; font-size: 24px; /* color: #5000FF; */}
.icon-twitch:before { content: '\f1e8'; font-size: 19px; /* color: #9146FF; */}
/* fonts 
/* orbitron-500 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/orbitron-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/orbitron-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/orbitron-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/orbitron-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/orbitron-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/orbitron-v25-latin-500.svg#Orbitron') format('svg'); /* Legacy iOS */
}

/* orbitron-600 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/orbitron-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/orbitron-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/orbitron-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/orbitron-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/orbitron-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/orbitron-v25-latin-600.svg#Orbitron') format('svg'); /* Legacy iOS */
}

/* */
body, html {
	 height: 100%;
	margin: 0;
	font-family: Orbitron,  Arial;
	font-weight: 500;
	}

body {
	margin: 0 auto;
   	background-position: top center;
   	position: relative;
/*  background-color: #555; */
	}
/*  
	body::before {
	content: '';
	/* background-image: url('../img/kreis100.png'); * /
	background-size: cover;
	background-repeat:  no-repeat;
	background-position-x: 50%;
	position: absolute;
	opacity: 0.70;
	width: 100%;
	height: 99%;
	z-index: -1;
    }
*/
.wraper {
    width: auto;
  	max-width: 790px;
    min-width:316px;
  	padding: 0 1px;
    margin-right: auto;
	margin-left: auto;
	display:table;
	background-color: rgba(45,45,45,1);
	}
.wraper::before, .wraper::after {
	box-sizing: border-box;
	}
  #header {
  /*
    background: url('logo.png') white no-repeat fixed;
	position: fixed;
    top:0px;
    */
    background-image: linear-gradient(180deg,#bababe 0%,transparent 39%);
    text-align:center;
    padding:20px 0 15px 0;
    width: 100%;
    display: block;
    float:left;
  }
  #footerlogo { display: none; }
  #header img { border: none; }
@media  (max-device-height: 480px) and (orientation: landscape) {
#header {display: none; }
#footerlogo  { display: inline; }
}

  .tabbuttons {
  	/* position: fixed; */
	display: block;
	float: left;
    top:80px;
   	width: 100%;
	}
  .tabdiv {
	position: relative;
	display: block;
	float: left;
	}
/* Style tab links */
.tablink {
/*  color: rgba(255,255,255,0.9); color: white; */
    font-family: Orbitron;
    font-weight: 500;
	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 5px 0px;
  	font-size: 16px;
  	width: 49.995%;
  	/* border-left:1px solid #777; */
	}
.tablink.aktiv {	
/*  background-color: #62615f;  
    color: #ffe600;  
        */
    }
.tablink#HomeB {
	border-left:none;
}
.tablink#PlaylistsB {
	border-right:none;
}
.tablink:hover {
/*  color: #ffe600; */
}
.tablink#HomeB:hover {
	border-right:1px solid #555;
}
.tablink#PlaylistsB:hover {
	border-left:1px solid #555;
}
.tablink#ProgrammB:hover, .tablink#ContactB:hover {
	border-right:1px solid #555;
    border-left:1px solid #555;
}
#defaultOpen {
	border-left:none;
}
.plslink, .prolink, .sublink, .sublink1 {
    font-family: Orbitron;
    font-weight: 600;
    font-size: 14px;
	width:14.285%;
/*  background-color: #555;
  color: white;
  */
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 0px;
  font-size: 12px;
  border-right: 1px solid #777;
}
#Home button:nth-child(3) { width: 14%; }
#Home button:nth-child(4) { width: 18%; }
#Home button:nth-child(5) { width: 22%; }
#Home button:nth-child(6) { width: 22%; }
#Home button:nth-child(7) { width: 24%; }
.ext {
      cursor: unset;
}
.sublink > span {display:block; }
@media (max-width: 490px) {
	/* button .pls-link */
	button.sublink > span {
    	display: block;
	}
}

/*
.plslink:hover,
.prolink:hover, */
.tablink:hover,
.sublink:hover, .sublink1:hover {
/*  background-color: #62615f; */
}
.sublink.aktiv {
 /* background-color: #ffe600;
    color: black;
    */
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
 /* color: white; */
  display: none;
  padding: 0px 10px 8px 10px;
  height: 100%;
  overflow: hidden;
  /* opacity: 0.75; */
}
.plstab, .protab, .hometab, .infotab {
/*  color: rgba(255,255,255,0.9);  white; */
  padding: 5px 2px 8px 2px;
  height: 100%;
  overflow: hidden;
}
.plstab, .protab {
  display: none;
}
.hometab > div,.infotab > div {
    position: relative;
        /* font-size: 14px; */
		margin: 0;
		padding: 0;
        display:block;
        overflow-y: auto;
        height:382px;   /* +42px button groesse */
}
#artwork { text-align: center; }
img#track1artwork {
    height: auto;
    width: 150px;
    display: inline-block;
}
@media (min-device-width: 400px) {
    img#track1artwork {
        width: 350px;
        height: auto;
    }
}
@media (max-height: 926px ) and (orientation: portrait) {
    img#track1artwork {
        width: 350px;
        height: auto;
    }
}
@media (max-height: 915px ) and (orientation: portrait) {
    img#track1artwork {
        width: 345px;
        height: auto;
    }
} 
@media (max-height: 896px ) and (orientation: portrait) {
    img#track1artwork {
        width: 320px;
        height: auto;
    }
}
@media (max-height: 883px ) and (orientation: portrait) {
    img#track1artwork {
        width: 310px;
        height: auto;
    }
}
@media (max-height: 854px ) and (orientation: portrait) {
    img#track1artwork {
        width: 280px;
        height: auto;
    }
}
@media (max-height: 844px ) and (orientation: portrait) {
    img#track1artwork {
        width: 270px;
        height: auto;
    }
}
@media (max-height: 812px ) and (orientation: portrait) {
    img#track1artwork {
        width: 240px;
        height: auto;
    }
}
@media (max-height: 800px ) and (orientation: portrait) {
    img#track1artwork {
        width: 270px;
        height: auto;
    }
}
@media (max-height: 760px ) and (orientation: portrait) {
    img#track1artwork {
        width: 230px;
        height: auto;
    }
}
@media (max-height: 667px ) and (orientation: portrait) {
    img#track1artwork {
        width: 150px;
        height: auto;
    }
}

p#currenttrack {
    margin-bottom: 0;
    text-align: center;
}
/*
#Home {background-color: #777;}
#Programm {background-color: #777;}
#Contact {background-color: #777;}
#Playlists { background-color: #777; }
*/
.tabcontent {
    /* background-color: #62615f; */
}
	ul.playlist, ul.program {
    	position: relative;
    	/*overflow-x: hidden;
		overflow-y: auto;
        */
        font-size: 14px;
		margin: 0;
		padding: 0;
    	list-style: none;
        display: block;
        overflow-y: auto;
        height:330px;

    }
	ul.playlist li, ul.program li {
		border-bottom: 1px solid lightgray;
		padding: 5px 0 5px 0;
    }
    ul.playlist li time, ul.program li time {
        font-family: Arial, Helvetica, sans-sarif;
        font-weight: 700;
        display: block;
        width: 99%;
	}
	ul#Programm0 li.aktiv {
 /* color: #ffe600; */
	}
@media (min-width: 458px) {
    ul.playlist li time, ul.program li time {	
        width: 24%;
        float: left;
        display: inline-block;
    }   
}     
#footer {
    /* position: fixed; 
        display: block;
        bottom: 0px; */
    /* height: 150px; */
	width: 100%;
/*   	background-color: rgba(87,87,87,0.3); 
    color:white; */
    float: left;
    margin-top: 0;
    /* opacity: 0.8; */
	}
#player, #social {
	padding: 5px 8px 0px 5px;
   	border-top: 1px solid #424242;
   	border-left: 1px solid #464646;
   	border-bottom: 1px solid #2f2f2f;
   	border-right: 1px solid #202020;
    height: 100px;
    display:block;
    /*margin: 5px;*/
}
#social {
    height:32px;
    font-size: 12px;
    vertical-align: top;
    background-image: linear-gradient(360deg,#202020 0%,transparent 39%);
   /* padding: 5px 15px 0px 5px; */ 
}
.socials {vertical-align: top; }
#legal {
    text-align:right;
    float:right;
    margin-top: 5px;
    color:#777;
    font-size: 10px;
}

h3, h4 { margin: 4px 0; text-align: center;}
#onair p { margin: 4px 0 15px 0}
dd.radioshow {
	margin:0;
}
h4#currentshow {
    margin-bottom: 19px;
}
dl.nextShow {
	margin-top:8px;
}
.socials a:link, .socials a:visited, .socials a:active { color: #9d9d9d; }
.socials a:hover { color: orange; }
.socials a { margin-right: 5px; }
a:link {
color: orange;
text-decoration: none;
}
a:visited {
color: orange;
}
a:hover {
color: #777;
}
a:active {
color: orange;
}
.hide { display:none}

/* Begin Player Styles */
.controlsOuter {
	height: 32px;
    position: relative;
    width: 100%;
    display: table;
    padding: 0;
}
.controlsInner {
	display: table-cell;
    width: 80px;
}
#voldiv {
	display: table-cell;
    vertical-align: middle;
}
/* Controls */
.btn {
  position: relative;
  cursor: pointer;
  opacity: 0.9;
  float:left;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  -webkit-user-select: none;
  user-select: none;
}
.btn:hover {
  opacity: 1;
}
#playBtn, #stopBtn {
  left: 20px;
  width: 32px;
  height: 32px;
  left: 5px;
  margin: auto -16px;
}
#stopBtn {
  display: none;
}
#big { margin-top: 30px; margin-bottom:30px;}
#volumeBtn, #muteBtn {
  width: 32px;
  height: 32px;
  top: 19px;
  left: 38px;
  margin: -16px auto;
}
#muteBtn {
  display: none;
}
/* Loading */
#loading {
  	position: relative;
  	left: 16px;
  	top: 18px;
  	margin: -16px;
  	width: 32px;
  	height: 32px;
  	background-color: #fff;
  	border-radius: 100%;
  	/*
  	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  	animation: sk-scaleout 1.0s infinite ease-in-out;
  	*/
  	display: none;
	}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* End Player Styles */
#OnAirInfo {
position:relative;
	display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    /* margin-top:28px; */
    text-align: center;
}
/* Range */
/* Reset all elements */
input[type=range] {
  -webkit-appearance: none;
 margin: 0 0 18px 0;

  width: 100%;
  background: transparent; /* #555; */
}
@supports (-moz-appearance:none) {
    input[type=range] {
    margin:  0;
    }
}
@media screen\0 {
	input[type=range] {
		position: absolute;
		top: 0px;
		padding: 0;
        /* margin: 0 15px 0 0; */
        max-width: 655px;
	}
}

input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #6d6d6d; /* rgb(109,109,109); */
/*  background: -webkit-linear-gradient(left, #62f731 0%,#FFFF00 69%,#fc0a16 100%);*/
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255,0.9); /*    */
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent; /* #367ebd; */
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #6d6d6d; /* #3071a9; */
/*  background: linear-gradient(to right, #62f731 0%,#FFFF00 69%,#fc0a16 100%); */
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255,0.95);
  cursor: pointer;

}
input[type=range]::-ms-track {
  /*box-sizing: border-box; */
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  border-color: rgba(85,85,85,0.95); /*#555; */
  /* background: linear-gradient(to right, #62f731 0%,#FFFF00 69%,#fc0a16 100%); */
  background: #6d6d6d; /* rgb(109,109,109); */
  border-width: 11px 0;
  color: transparent;
  margin-right: 25px;

}
input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;

}
input[type=range]::-ms-fill-upper {
 /* background: #3071a9; */
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255,0.95);
  cursor: pointer;
  box-sizing:border-box;
  margin: 0;

}
input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}
.vrc input[type=range]::-webkit-slider-runnable-track {
    background: -webkit-linear-gradient(left, #62f731 0%,#FFFF00 69%,#fc0a16 100%);
}
.vrc input[type=range]::-moz-range-track {
    background: linear-gradient(to right, #62f731 0%,#FFFF00 69%,#fc0a16 100%); 
}
.vrc input[type=range]::-ms-track {
  background: linear-gradient(to right, #62f731 0%,#FFFF00 69%,#fc0a16 100%);
}

/* custom section */
body { background-color: #333; }
body::before { opacity: 0.75; }
/*.tablink.aktiv, .tabcontent, */ .tablink:hover, .sublink:hover, .sublink1:hover {	
    background-color: rgba(82,81,81,0.57);  
}
.sublink.aktiv {
    background-color: orange;
    color: black;    
}
.tablink.aktiv, .tablink:hover, ul#Programm0 li.aktiv {
    color: orange; 
}
.tablink, .plslink, .prolink, .sublink, .sublink1, .sublink1.ext:hover {
  	background-color: rgba(45,45,45,0.8);
    color: rgba(255,255,255,0.9);
}
.tabcontent, .plstab, .protab, .hometab .infotab, #footer  {
    color: rgba(255,255,255,0.9);
}
#footer, form#themesettings {
    background-color: rgba(43,43,43,0.96); 
}