
* {
  margin : 0;
  padding : 0;
}

html {
  height : 100%;
}

body {
  overflow : hidden;
  font-family : 'Roboto Condensed', sans-serif;
  font-size : 18px;
  font-weight : 400;
  color : #000;
  height: 100%;
  background : #b3b3b3 url(images/background.jpg);
  background-size: cover;
}

a {
  text-decoration : none;
  color : #000;
}

a:hover {
  color : #000;
}

.button {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

#button1 {
  left: 16px;
  top: 20px;
}

#button2 {
  left: 16px;
  top: 65px;
}

#button3 {
  left: 16px;
  top: 110px;
}

#button4 {
  left: 16px;
  top: 155px;
}

#button5 {
  right: 16px;
  top: 20px;
}

#button6 {
  right: 16px;
  top: 65px;
}

#button7 {
  right: 16px;
  top: 110px;
}

#button8 {
  right: 16px;
  top: 155px;
}

#radio {
  max-width : 690px;
  height : 315px;
  margin: 0 auto;
  position : relative;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}

#ddp_radio {
  position : absolute;
  width : 140px;
  height : 140px;
  display: block;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  z-index: 2;
}

#ddp_dance {
  position : absolute;
  width : 116px;
  height : 116px;
  display: block;
  left: 85px;
  top: 47px;
  z-index: 2;
}

#ddp_schlager {
  position : absolute;
  width : 116px;
  height : 116px;
  display: block;
  right: 85px;
  top: 47px;
  z-index: 2;
}

#ddp_radio img, #ddp_dance img, #ddp_schlager img {
  display: block;
  width: 100%;
  height: auto;
}

#ddp_radio:before, #ddp_dance:before, #ddp_schlager:before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
} 

#ddp_dance:after {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: #e96900;
  z-index: -2;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-timing-function: ease-in;
} 


@keyframes pulse {
  from {transform: scale(1);}
  to {transform: scale(1.12)}
}

#social {
    position: absolute;
    top: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.social {
  width : 26px;
  right: 0;
  height : auto;
  position: absolute;
}

.social.facebook { top: 49px; }
.social.instagram { top: 94px; }
.social.spotify { top: 139px; }

#player {
  max-width : 690px;
  width: 100%;
  height: 66px;
  position: absolute;
  left: 0;
  bottom: 40px;
}

#nativeflashradio {
    width: 90%;
    height: 60px;
    margin: 0 auto;
    position : relative;
    border : #fff solid 2px;
}

#nativeflashradiochannelname {
  padding : 5px !important ;
  text-transform : uppercase;
  font-weight: 700 !important;
  font-size : 26px !important ;
  color : #3d3d3d !important ;
}

#nativeflashradiostatustext {
  color: #3d3d3d !important;
  padding-left: 5px !important ;
  margin-top: -2px !important;
  font-weight: 400 !important;
}

#nativeflashradiocontainerinside {
  background : #fff !important ;
}

#nativeflashradiovolumecontroller {
  background-color : rgb(255, 255, 255, 1) !important ;
}

#nativeflashradiovolumecontroller {
  background-color : rgb(255, 255, 255, 1) !important ;
}

#nativeflashradiocanvas {
  background-color : #fff!important ;
}

#nativeflashradiovolumeupbutton, #nativeflashradiovolumeoffbutton {
  fill : #000000 !important ;
}

#nativeflashradiovolumetext {
  color : #000000 !important ;
}

#nativeflashradioplaystopcontainer {
  background: #e96900 !important;
}

#footer {
  position : absolute;
  bottom : 15px;
  left: 0;
  right: 0;
}

#footer p {
    display: block;
    width : 90%;
    text-align : center;
    color : #000;
    font-size : 10px;
    margin: 0 auto;
}