html,
body {
  height: 100%;
}

html {
  background: #000;
}

body {
  color: #FFF;
  margin: 0;
  font-family: sans-serif;
  font-size: 28px;
  text-align: center;
}

a,
a:hover,
a:active {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}

h3 {
  text-align: center;
}

hr {
  width: 57%;
  border-width: 1px;
  border-color: rgba(250, 250, 250, .6);
}

.clear {
  clear: both;
}

.nosel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.background {
}
.fullscreen {
  width: 100%;
  min-height:100%;
}

.links {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
  .links a {
    padding: 1rem 1.8rem;
    font-size: 1.7rem;
    opacity: .7;

    transition: opacity .35s ease-out, background-color .35s ease-out;
    -moz-transition: opacity .35s ease-out, background-color .35s ease-out;
    -webkit-transition: opacity .35s ease-out, background-color .35s ease-out;
  }
  .links a:hover,
  .links a.active {
    opacity: 1;
  }


.content {
  width: 55%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  background: rgba(30, 30, 30, .87);
  min-height: 400px;
  padding: 1%;
  padding-bottom: 3%;
  margin-bottom: 2rem;
  border-radius: .4rem;
}
  .content.home {
    text-align: left;
    background: transparent;
    width: 96%;
    min-height: auto;
    margin-bottom: 0;
  }
    .content.home iframe {
      border-radius: .4rem;
      -webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.75);
      box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.75);
      max-width: 48%;
      margin: 1%;
      width: 240px;
      height: 160px;
    }
    .content.home iframe#youtube {
      background: #000;
    }
    .content.home iframe#soundcloud {
      background: #FFF;
    }

.content img {
  max-width: 100%;
}

.fullscreen .infoblock {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}


.labels {
  padding-top: 1rem;
}

.labels a {
  background-repeat: no-repeat;
  display: inline-block;
  height: 64px;
  margin: .5rem 1.5rem;
  opacity: 0.77;
  border-radius: 0.2rem;

  transition: opacity .35s ease-out, background-color .35s ease-out;
  -moz-transition: opacity .35s ease-out, background-color .35s ease-out;
  -webkit-transition: opacity .35s ease-out, background-color .35s ease-out;
}
.labels a:hover {
  opacity: 1;
  background-color: rgba(30, 30, 30, .6);
}
.labels .metrophonia {
  background-image: url(../../a/i/l/metrophonia.png);
  background-size: 64px 64px;
  width: 64px;
}
.labels .studiophysik {
  background-image: url(../../a/i/l/studiophysik.png);
  background-size: 237px 64px;
  width: 237px;
}
.labels .nextdata {
  background-image: url(../../a/i/l/nextdata.png);
  background-size: 118px 64px;
  width: 118px;
}
.labels .datapunk {
  background-image: url(../../a/i/l/datapunk.png);
  background-size: 40px 64px;
  width: 40px;
}
.labels .psi49net {
  background-image: url(../../a/i/l/psi49net.png);
  background-size: 240px 64px;
  width: 240px;
}
.labels .bandcamp {
  background-image: url(../../a/i/l/bandcamp.png);
  background-size: 118px 64px;
  width: 118px;
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .labels .metrophonia {
    background-image: url(../../a/i/l/metrophonia@2x.png);
  }
  .labels .studiophysik {
    background-image: url(../../a/i/l/studiophysik@2x.png);
  }
  .labels .nextdata {
    background-image: url(../../a/i/l/nextdata@2x.png);
  }
  .labels .datapunk {
    background-image: url(../../a/i/l/datapunk@2x.png);
  }
  .labels .psi49net {
    background-image: url(../../a/i/l/psi49net@2x.png);
  }
  .labels .bandcamp {
    background-image: url(../../a/i/l/bandcamp@2x.png);
  }
}


.socialbuttons {
  padding-bottom: 4rem;
}
  .socialbuttons a {
    padding: 0 1rem;
    margin: 0 .5rem;
    font-size: .83rem;
  }

  .socialbuttons a .fa-stack-2x {
    opacity: 0;

    transition: color .5s ease-out, opacity .5s ease-out;
    -moz-transition: color .5s ease-out, opacity .5s ease-out;
    -webkit-transition: color .5s ease-out, opacity .5s ease-out;
  }
  .socialbuttons a:hover .fa-stack-2x {
    opacity: 1;
  }

  .socialbuttons a.youtube:hover {
    color: #c00;
    color: rgba(204, 0, 0, .7);
  }
  .socialbuttons a.amazon:hover {
    color: #e47911;
    color: rgba(228, 121, 17, .7);
  }
  .socialbuttons a.soundcloud:hover {
    color: #f50;
    color: rgba(255, 85, 0, .7);
  }
  .socialbuttons a.lastfm:hover {
    color: #b90000;
    color: rgba(185, 0, 0, .7);
  }
  .socialbuttons a.facebook:hover {
    color: #385490;
    color: rgba(59, 89, 152, .7);
  }
  .socialbuttons a.twitter:hover {
    color: #55acee;
    color: rgba(85, 172, 238, .7);
  }
  .socialbuttons a.contact:hover {
    color: #00b900;
    color: rgba(0, 185, 0, .7);
  }

@media only screen and (max-width: 760px) {
  .content {
    width: 100%;
  }
    .content.home {
      text-align: center;
    }
      .content.home iframe {
        max-width: 80%;
        width: 400px;
        height: 300px;
      }
}
