/* ==========================================================================
   PUNX artists styles
   ========================================================================== */
body {
    background-color:black;
    background-image:url(../images/hintergrund.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    color:white;
}

iframe { position:relative; }


.logocontainer {
  /* background-color:#38383c; */
  background-color:black;
  padding:0px 0px;
  border-bottom:solid 2px #444;
  margin-bottom:0px;
}

.hasshadow {
-webkit-box-shadow: 0px 3px 9px 9px rgba(153,153,153,0.28);
-moz-box-shadow: 0px 3px 9px 9px rgba(153,153,153,0.28);
box-shadow: 0px 3px 9px 9px rgba(153,153,153,0.28);    
}

A {
    color:white;
}

.responsive_iframe {
  width:100%;
  height:900px;  
  margin-bottom:30px;
}

.jumbotron {
   color:black;
}