/**** VARS ****/
/**** WILDCARDS ****/
* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%;
  margin: 0; }

a {
  color: #666; }
  a:hover {
    color: #614eab;
  /*  color: #6EB242; */
  }

a:focus {
  outline: none; }

/**** ALLGEMEINE STYLES ****/
.row {
  margin: 0;
  padding: 0;
  /*min-height: 140%;*/ }

.container-fluid {
  padding: 15px; }

#wrapper {
  height: 100%; }

h1, h2 {
  font-family: 'Roboto Condensed', sans-serif; }

a, p {
  font-family: "Roboto Mono", sans-serif; }

/**** DEBUG-FIELD ****/
#debug {
  position: fixed;
  z-index: 999;
  top: 5px;
  right: 5px;
  width: 100px;
  height: 100px;
  border: dashed 3px #f00;
  background-color: #fff;
  display: none; }

#debug-btn {
  position: fixed;
  z-index: 1000;
  top: 50px;
  right: 20px;
  width: 70px;
  height: 20px; }

/*****FRAME*****/
.frame-block {
  position: fixed;
  background-color: #fff;
  z-index: 3000; }

#btm-block {
  bottom: 0;
  width: 100%;
  height: 15px; }

#top-block {
  top: 0;
  width: 100%;
  height: 15px; }

#left-block {
  top: 0;
  left: 0;
  width: 15px;
  height: 100%; }

#right-block {
  top: 0;
  right: 0;
  width: 15px;
  height: 100%; }

/**** HEADER ****/
.mdl-header {
  min-height: 110%;
  background-color: #000;
  position: relative;
  overflow: hidden; }

/*.mdl-header-background {
    position: absolute;
    min-width: 100%;
    min-height: 150%;
    display: block;
}*/
#tg-header {
  background-image: url(../img/bckrd2.jpg);
  background-size: cover;
  background-color: #222;
  min-height: 100%; }

/**** HEADER ****/
canvas {
  display: block;
  vertical-align: bottom; }

/*.particles-container{
    position: absolute;
    top: 60px;
    width: 100%;
    height:100vh;
    //z-index: 3000;
}*/
/*#particles-js {
  margin-left: auto;
  margin-right: auto;
  height:90vh;
  width: 60vw;
  background:#191919;
}*/
/*.particle-image {
  position: absolute;
  top: 0;
  height:110vh;
  width:100%;
  //background-image: url(../img/bckrd3.png);
  background-position: center;
  background-size: cover;
}*/
.mdl-header-img {
  margin-top: 120px; }

.header-controls {
  position: absolute;
  opacity: 0.2;
  height: 400px;
  top: 50%;
  left: 50%; }
  .header-controls div {
    position: absolute;
    height: 400px;
    width: 600px;
    left: -300px;
    top: -150px; }

/**** NAVIGATION ****/
nav {
  position: fixed;
  width: 150px;
  left: -135px;
  height: 100%;
  background-color: #fff;
  transition: left 0.4s;
  z-index: 1000; }

nav.active {
  left: 15px; }

nav div {
  position: relative;
  top: 200px; }

nav ul {
  position: relative; }

nav ul li {
  float: left;
  width: 100%;
  display: block; }

nav ul li a {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 25px;
  color: #222;
  outline: 0;
  text-decoration: none; }

.nav-link:hover {
  text-decoration: none; }

nav ul li a.active {
  color: #614eab;
  text-decoration: none; }

nav ul li a:hover,
nav ul li a:focus {
  color: #614eab;
  text-decoration: none; }

.logo {
  position: fixed;
  bottom: 40px;
  left: 40px;
  height: 50px;
  width: 80px;
  z-index: 1000; }

.logo-link {
  opacity: 0;
  transition: opacity 0.3s; }

.logo-link.active {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/logo_small_80_3.png);
  opacity: 1;
  transition: opacity 0.3s; }

.logo-link.active.inverted {
  background-image: url(../img/logo_small_80_4.png); }

/**** NAV-BUTTON ****/
nav button {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 39px;
  height: 39px;
  border: solid 3px #fff; }

nav .btn-active {
  background-color: rgba(0, 0, 0, 0.45);
  border-color: #fff; }

nav .btn-inactive {
  background-color: white;
  border-color: #000; }

nav .btn-nav-hovered {
  border-color: #666; }

.btn-nav-elmnt {
  position: absolute;
  left: 4px;
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px; }

.btn-nav-elmnt.nav-elemnt-hovered {
  background-color: #666 !important; }

#btn-nav-elmnt-1 {
  top: 6px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out,top 0.3s ease-in-out; }

#btn-nav-elmnt-2 {
  top: 15px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

#btn-nav-elmnt-3 {
  top: 24px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out,top 0.3s ease-in-out; }

/**** SECTIONS ****/
section {
  color: #fff; }

section h2 {
  margin-top: 60px; }

section p {
  margin-top: 40px;
  text-align: justify; }

.txt-eng {
  color: #bbb; }

/**** ABOUT ****/
#about {
  width: 100%;
  padding-bottom: 60px; }

#about p {
  margin-top: 40px; }

.txt-eng {
  color: #bbb; }

/**** ICONS ****/
.social-link {
  position: fixed;
  bottom: 30px;
  color: #fff;
  font-size: 2.5em; }
  .social-link:hover {
    color: #614eab; }

#social-link-1 {
  right: 40px; }

#social-link-2 {
  right: 90px;
  bottom: 25px; }

/**** SLIDESHOW ****/
.mdl-slide-container {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 120px; }

.mdl-slider-img {
  position: absolute;
  left: 0px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display: none; }
  .mdl-slider-img.active {
    display: block; }

.loading {
  background-image: url(img/slideshow/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.mdl-slide-controls {
  bottom: -60px;
  position: absolute;
  right: -20px;
  z-index: 2000;
  height: 40px;
  width: 100%; }

.mdl-slide-controls .sbmdl-left,
.mdl-slide-controls .sbmdl-right {
  position: absolute;
  display: inline-block;
  color: #ddd;
  height: 40px;
  width: 20px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 3em;
  cursor: pointer; }
  .mdl-slide-controls .sbmdl-left:hover,
  .mdl-slide-controls .sbmdl-right:hover {
    color: #614eab; }

.mdl-slide-controls .sbmdl-right {
  right: 20px; }

.mdl-slide-controls .sbmdl-left {
  right: 50px; }

.slide-controls i {
  position: relative;
  top: 4px; }

.slide-controls a:focus,
.slide-controls a:active {
  outline: none; }

.slide-controls a:hover {
  color: #aaa; }

/**** BUTTONS NACH OBEN-UNTEN ****/
.btn-drctn {
  display: none;
  position: fixed;
  top: 48%;
  font-size: 2em;
  width: 50px;
  opacity: 0.3;
  height: 0px; }

.btn-drctn a {
  text-align: center;
  position: relative;
  color: #ddd;
  width: 50px;
  height: 50px; }

.btn-drctn .btn-drctn-link {
  opacity: 0;
  transition: opacity 0.8s; }

.btn-drctn .active {
  opacity: 1;
  transition: opacity 0.8s; }

.btn-down {
  right: 20px; }
  .btn-down a {
    top: 20px; }

.btn-up {
  right: 20px; }
  .btn-up a {
    top: -20px; }

/**** AUDIO-PLAYER ****/
#audio-player {
  position: fixed;
  top: 40px;
  right: -400px;
  width: 400px;
  background-color: #fff;
  height: 40px;
  z-index: 1000;
  transition: right 0.5s; }

#audio-player button {
  display: inline;
  position: absolute;
  padding: 0 4px;
  height: 40px;
  color: #aaa;
  border: none; }

#audio-player a:hover {
  color: #0f0; }

#audio-player i {
  position: relative;
  font-size: 1.5em; }

#audio-player iframe {
  position: relative;
  left: 20px;
  margin-top: 10px;
  padding-left: 10px; }

/**** MUSIC-SECTION ****/
#sets {
  background-color: #222; }

.session-cover {
  margin-bottom: 30px;
  padding-left: 15px; }

.session-cover p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 4em;
  text-align: center;
  margin-top: auto; }

.session-cover i {
  position: relative;
  left: -24px;
  top: -40px; }

.session-cover img {
  background-color: #fff;
  overflow: hidden; }

.cover-title {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  pointer-events: none;
  padding-left: 15px;
  padding-right: 15px;
  display: none; }

.cover-title div {
  height: 100%;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.8);
  border: solid 3px #fff; }

#livesets:last-child {
  margin-bottom: 40px; }

/**** CONTACT FORM ****/
#contact {
  background-image: url(../img/contact.jpg);
  background-size: cover;
  background-position: center;
  background-color: #222; }

.mdl-section-contact {
  margin-bottom: 40px;
  overflow: hidden;
  transition: max-height 0.8s; }

.mdl-contact-form {
  margin-bottom: 160px; }

form.inactive {
  max-height: 60px;
  transition: max-height 0.8s; }

form.inactive:hover {
  background-color: rgba(50, 50, 50, 0.9);
  cursor: pointer; }

form p {
  margin: 0; }

form label,
form input,
form textarea {
  display: block; }

form input,
form textarea {
  margin-bottom: 8px;
  width: 100%;
  padding: 3px;
  color: #000;
  border: none; }

.mdl-contact-form button {
  color: #fff;
  background-color: #222;
  border: solid 2px #fff;
  margin-top: 7px;
  padding: 5px;
  float: right;
  bottom: 40px;
  right: 40px;
  text-transform: uppercase; }

form .form-icon {
  font-size: 2.5em;
  margin-top: 10px;
  margin-bottom: 50px; }

form .form-status-icon {
  display: none;
  margin-top: 5px; }

form .form-status-icon:hover {
  cursor: pointer; }

form .form-status-icon.active {
  display: inline; }

.align-right {
  float: right; }

.form-control-field {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 15px;
  height: 100%; }

.form-control-field.fcf-active {
  display: inline-block; }

form .btn-submit:hover {
  color: #614eab; }

.mdl-galerie {
  color: #222;
  background-color: #fff; }

.mdl-about {
  color: #222;
  background-color: #fff; }

.stl-01 {
  color: #222;
  background-color: #fff; }

.stl-02 {
  color: #fff;
  background-color: #222; }

.mdl-imprint {
  color: #222;
  background-color: #fff; }

.mdl-dates,
.mdl-imprint {
  padding-bottom: 60px; }

.mdl-sets {
  padding-bottom: 80px; }

.mdl-iframe-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  margin: 40px auto 100px; }
  .mdl-iframe-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

#mdlpot {
  display: none; }

/*# sourceMappingURL=main.css.map */
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .player-bandcamp {
    height: 600px;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
     .player-bandcamp {
    height: 811px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
     .player-bandcamp {
        height: 689px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
   .player-bandcamp {
    height: 836px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .player-bandcamp {
    height: 689px;
  }
}

.player-bandcamp {
    margin-top: 20px;
  }


