
* { margin: 0; padding: 0; }

body {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  color: #666;
  text-align: justify;
}

h1, h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    padding-bottom: 10px;
}
h3 {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 14px;
}

a {
  color: #999;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  padding: 5px;
  vertical-align: middle;
}

a.anchor {
  display: none;
}

a:hover {
  background: #000;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: none;
}
ul li {
}


a.Jumper {
  clear: both;
  display: block;
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
a.Jumper i.fa {
  border: 1px solid #666;
  padding: 5px 15px;
  transition: all 0.5s ease 0s;
}
a.Jumper:hover {
  background: none;
  color: #999;
}
a.Jumper:hover i.fa {
  background: #000;
  color: #fff;
}


.content {
  max-width: 1260px;
  margin: 0 auto;
}

.content_inner {
  padding: 20px 15px;
}


article {
  line-height: 24px;
}

article h1 {
  border-bottom: 1px solid #666;
  clear: both;
}
article img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
  border: 1px solid #666;
}

article figure {
  float: right;
  height: auto;
  margin-bottom: 25px;
  margin-left: 25px;
  transition: all 0.5s ease 0s;
  width: 50%;
}


header {
  background-image: url("/tpl/img/EKD300.jpg");
  background-position: center center;
  background-size: cover;
}
header .content_inner {
  min-height: 280px;
}

header h1 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: 10px;
  font-size: 16px;
}
header h2 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: 10px;
  font-size: 16px;
}


article {
  background: #444;
  color: #fff;
}

article .content {
}


footer {
  background: #222;
  color: #eee;
  font-size: 10px;
  min-height: 370px;
}
footer h2 {
  font-size: 14px;
}

audio {
  display: block;
  margin: 25px 0;
  width: 100%;
}


.tab20 { display: table; width: 100%; }
.tab20 dl { display: block; }
.tab20 dl dd { display: block; padding-bottom: 20px; vertical-align: top; }
.tab20 dl dd:first-child { width: 100%; }
.tab20 dl dd:last-child { width: 100%; }

.tab20 dl:nth-child(2n) {
  background-color: #464646;
}

.tab50 { display: table; width: 100%; }
.tab50 dl { display: table-row; }
.tab50 dl dd { display: table-cell; width: 50%; padding-bottom: 20px; vertical-align: top; }
.tab50 dl dd:first-child { padding-right: 10px; }
.tab50 dl dd:last-child { padding-left: 10px; }


#StationList { display: table; width: 100%; }
#StationList dl { display: table-row; }
#StationList dl.next { background: #336633; }
#StationList dl.send { background: #ff0000; }
#StationList dt { display: table-cell; width:auto; padding: 5px 10px; vertical-align:top; text-align:left; }
#StationList dd { display: table-cell; width:auto; padding: 5px 10px; vertical-align:top; text-align:left; }

#NextToTime {
    display: block;
    font-weight: lighter;
}

#SendStation { }
#SendStation.is--active { background:#f00; color:#fff; padding:5px 10px; }
#SendStation.befor { padding:5px 10px; }

small {
  color: #999;
}


stream {
  background: #000;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  padding: 10px;
  font-size: 14px;
}
stream h2 {
  font-size: 16px;
  margin: 0;
}



.befor {
  animation: blink-animation 1s steps(9, start) infinite;
  -webkit-animation: blink-animation 1s steps(9, start) infinite;
}
@keyframes blink-animation {
  to {
    background: #ffff00;
    color: #333;
  }
}
@-webkit-keyframes blink-animation {
  to {
    background: #ffff00;
    color: #333;
  }
}


/* --- Mobil --- */

@media only screen and (max-width: 768px) {

  .tab20 { display: block; }
  .tab20 dl { display: block; }
  .tab20 dl dd { display: block; width: 100%; }
  .tab20 dl dd:first-child { width: 100%; padding-right: 0px; }
  .tab20 dl dd:last-child { width: 100%; padding-left: 0px; }

  .tab50 dl dd { display: block; width: 100%; }

}

@media only screen and (max-width: 640px) {

}

