#hero_msg {
  font-family: 'Reenie Beanie', cursive;
  color: rgb(252, 248, 242);
  right: 10px;
  position: absolute;
  font-size: 14px;
  max-width: 30%;
}

#hero_msg_origin {
  font-family: 'Yanone Kaffeesatz Thin', sans-serif;
  color: rgb(252, 248, 242);
  right: 20px;
  position: absolute;
  font-size: 10pt;
  max-width: 30%;
}

#intro { 
    background: url(../img/banner_n.jpg) 50% 0 fixed; 
    height:78vh;  
    margin: 0 auto; 
    width: auto; 
    position: relative; 
    padding: 100px 0;
	background-size: 100% auto;
    background-repeat: no-repeat;
 }

#sec2 { 
    background: url(../img/adamant_n.jpg) 50% 0 fixed; 
    height:78vh;   
    margin: 0 auto; 
    width: auto; 
    position: relative; 
    padding: 200px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right 50px;
}

#sec3 { 
    background: url(../img/rosenroth_nt.jpg) 50% 0 fixed; 
    height:80vh;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
    z-index: -10;
    overflow: hidden;
}

#sec4 { 
    background: url(../img/kalender.jpg) 50% 0 fixed; 
    height:78vh;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
    z-index: -10;
    overflow: hidden;
}

#sec5 { 
    background: url(../img/banner_medien.jpg) 50% 0 fixed; 
    height:78vh;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
    z-index: -10;
    overflow: hidden;
}

#sec6 { 
    background: url(../img/links.jpg) 50% 0 fixed; 
    height:78vh;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
    z-index: -10;
    overflow: hidden;
}

#sec7 { 
    background: url(../img/imprint_new.jpg) 50% 0 fixed; 
    height:78vh;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
    z-index: -10;
    overflow: hidden;
}


#sec8 { 
    background: url(../img/vocalflow.jpg) 50% 0 fixed; 
    height:35vh;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
    z-index: -10;
    overflow: hidden;
}


body {
	background-color: white;
	font-family: 'Yanone Kaffeesatz Thin', sans-serif;
	-webkit-overflow-scrolling:touch;
}

.gallery:hover {
transform: scale(1.05);
    filter: none;
	-webkit-transition: all 1s ease-in-out;
	-webkit-transform: scale(1.05);
	-webkit-filter: none;

}


.onstage {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}


.prev_onstage {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  color: #999999;
}

.prev_onstage a{

  color: #999999 !important ;
}


.gallery {
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	width: 67px;
	height: 67px;
	margin: 2px;
}

.navbar {
  background-color: white;
  color: black;
  opacity: 0;
}

.nav_right {
  float: right;
}

.navbar-nav  li  a {
 font-size: 20px;
}

.navbar-inverse .navbar-nav  li  a {
 color: black;
 cursor: pointer;
} 

#disclaimer {
 cursor: pointer;
}

.navbar-inverse .navbar-nav  li  a:focus,
.navbar-inverse .navbar-nav  li  a:hover {
 color: black;
} 

.navbar-toggle {
    background-color: #AAAAAA;
}

#nav .current a {
    border-bottom: 3px solid rgb(221, 20, 20);
}


.container {
    font-size: 12px;
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
    position: relative;
    width: 100%;
	color:black;
    min-height: 50vh;
    background-color: white;
    padding: 15px 0px 15px 0px;
}

.container p {
    font-size: 20px;
    -moz-column-count: 2;
    column-count:2;
    -webkit-column-count: 2;
	-moz-column-gap: 30px;
    margin-bottom: 25px;
    overflow: hidden;
}

.container a {
    font-size: 20px;
	text-decoration: none;
	color: black;
}

.left_player {
    float: left;
    width: 50%;
}

.music_info {
    font-size: 13px;
}

.right_player {
    float: right;
    width: 50%;
}

#banner_name h1{
  text-align: right;
  color: white;
  font-size: 60pt;
  font-weight: lighter;
  letter-spacing: -4px;
  line-height: 0.9;
  margin-right: 40px;
  margin-top: 20px;
  padding: 30px 0;
  text-align: right;
}

.audio_sample {
  font-size: 15px;
}

.photos {
  font-size: 15px;
  clear: both;
  margin-top: 20px;

}

.photos a img {
  border: black solid 1px;
  margin-top: 10px;
}

.jp-title {
  font-size: 15px;
  font-family: 'Yanone Kaffeesatz Thin', sans-serif;

}

.banner {

	min-height: 100px;
	color: white;
	background-color: #ff2672;
	bottom:0px;
	position:absolute;
	width:100%;
	font-size:60pt;
}

.banner2 {

	min-height: 100px;
	color: white;
	background-color: #ff2672;
	bottom:0px;
	width:100%;
	font-size:40pt;
}

.program ul {
    font-size: 12pt;
	
  }


.program ul li {
	list-style: none
}

.row {
  font-size: 20px;
  vertical-align: top;
}


.chevron {
	z-index:9999;
	width: 23px;
	position: absolute;
	height: 23px;
	left: 50%;
	opacity: 0;
	opacity : 0;
	-webkit-animation: scdown 1s ease-out;
	-moz-animation: scdown 1s ease-out;
	-ms-animation: scdown 1s ease-out;
	-o-animation: scdown 1s ease-out;
	animation: scdown 1s ease-out;
	-webkit-animation-iteration-count: 3;
	-moz-animation-iteration-count: 3;
	-ms-animation-iteration-count: 3;
	-o-animation-iteration-count: 3;
	animation-iteration-count: 3;
	bottom:50px;
}

@-webkit-keyframes scdown {
	from { opacity: 0; bottom: 65px;}
	70%  { opacity: 1; bottom: 50px;}
	to   { opacity: 0; bottom: 50px;}
}
@-moz-keyframes scdown {
	from { opacity: 0; bottom: 65px;}
	70%  { opacity: 1; bottom: 50px;}
	to   { opacity: 0; bottom: 50px;}
}
@-ms-keyframes scdown {
	from { opacity: 0; bottom: 65px;}
	70%  { opacity: 1; bottom: 50px;}
	to   { opacity: 0; bottom: 50px;}
}
@-o-keyframes scdown {
	from { opacity: 0; bottom: 65px;}
	70%  { opacity: 1; bottom: 50px;}
	to   { opacity: 0; bottom: 50px;}
}
@keyframes scdown {
	from { opacity: 0; bottom: 65px;}
	70%  { opacity: 1; bottom: 50px;}
	to   { opacity: 0; bottom: 50px;}
}


@font-face{

font-family:'Yanone Kaffeesatz';
src:url('../fonts/YanoneKaffeesatz-Regular.eot?v=1');
src:url('../fonts/YanoneKaffeesatz-Regular.eof?#iefix&v=1') format('embedded-opentype'),
url('../fonts/YanoneKaffeesatz-Regular.woff?v=1') format('woff'),
url('../fonts/YanoneKaffeesatz-Regular.ttf?v=1')  format('truetype'),
url('../fonts/YanoneKaffeesatz-Regular.svg#YanoneKaffeesatzRegular?v=1') format('svg');

font-weight:normal;
font-style:normal;

}

@font-face{

font-family:'Yanone Kaffeesatz Thin';
src:url('../fonts/YanoneKaffeesatz-Thin.eot?v=1');
src:url('../fonts/YanoneKaffeesatz-Thin.eof?#iefix&v=1') format('embedded-opentype'),
url('../fonts/YanoneKaffeesatz-Thin.woff?v=1') format('woff'),
url('../fonts/YanoneKaffeesatz-Thin.ttf?v=1')  format('truetype'),
url('../fonts/YanoneKaffeesatz-Thin.svg#YanoneKaffeesatzThin?v=1') format('svg');

font-weight:normal;
font-style:normal;

}

@font-face{

font-family:'Yanone Kaffeesatz Light';
src:url('../fonts/YanoneKaffeesatz-Light.eot?v=1');
src:url('../fonts/YanoneKaffeesatz-Light.eof?#iefix&v=1') format('embedded-opentype'),
url('../fonts/YanoneKaffeesatz-Light.woff?v=1') format('woff'),
url('../fonts/YanoneKaffeesatz-Light.ttf?v=1')  format('truetype'),
url('../fonts/YanoneKaffeesatz-Light.svg#YanoneKaffeesatzLight?v=1') format('svg');

font-weight:normal;
font-style:normal;

}

@font-face{

  font-family:'Reenie Beanie';
  src:url('../fonts/ReenieBeanie-Regular.ttf?v=1')  format('truetype');
  font-weight:normal;
  font-style:normal;
  }
  



  .icon-bar {
    position: fixed;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 300;
  }

  .fa {
    color: white;

  }

  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

  .icon-bar a:hover {
    background-color: #000;
  }

  .facebook {
    background: #3B5998;
    color: white;
  }

  .instagram {
    background: #FEDA77;
    color: black;
  }

  .instagram .fa {
    color: black;
  }

  .soundcloud {
    background: rgb(236, 101, 37);
    color: white;
  }

  .soundcloud svg {
    width: 30px;
  }

  .twitter {
    background: #55ACEE;
    color: white;
  }

  .google {
    background: #dd4b39;
    color: white;
  }

  .linkedin {
    background: #007bb5;
    color: white;
  }

  .youtube {
    background: #bb0000;
    color: white;
  }


@media (max-width:  1000px) {
#intro { 
	background-size: 100%;
	height:70vh;
}

#hero_msg {
  max-width: 55%;
}

#hero_msg h2 {
  font-size: 16px;
  line-height: initial;
}

}

@media (max-width: 1200px) {

  #hero_msg {
    max-width: 55%;
    bottom:50px;
    
  }
  

  #intro { 
	background-size: 100%;
	height:35vh;
}

#sec2 { 
	background-size: 100%;
	height:25vh;
}

#sec3 { 
	background-size: 100%;
	height:25vh;
}

#sec4 { 
	background-size: 100%;
	height:25vh;
}

#sec5 { 
	background-size: 100%;
	height:25vh;
}

#sec6 { 
	background-size: 100%;
	height:25vh;
}


.banner {
	min-height: 80px;
	font-size: 40pt;
}

.banner2 {
	min-height: 70px;
	font-size: 30pt;
}


.left_player {
    float: none;
    max-width: 300px;
    width: 100%;
}

.right_player {
    float: none;
    max-width: 300px;
    width: 100%;
}

.jp-audio {
    width: 100%;
}

.jp-audio .jp-type-single .jp-progress {
  
  margin-right: 10px;
 }

.jp-controls-holder {
   width: 100%;
}

.container p {
  font-size: 20px;
  -moz-column-count: 1;
    column-count:1;
  -webkit-column-count: 1;
  font-size: 14px;
}

.container {
margin-left: 20px;
margin-right: 20px;
width: auto;
}

#banner_name h1{
  font-size: 30pt;
  font-weight: lighter;
  letter-spacing: 0px;
  line-height: 0.9;
  margin-right: 20px;
  margin-top: -70px;
  text-align: right;
}
}


.jp-audio .jp-type-single .jp-progress  {
  width: 0px;
}

.jp-audio, .jp-audio-stream, .jp-video {
  background-color: transparent;
  border: 0px solid;
}

.jp-interface {
  background-color: transparent;
}


.jp-title {
    font-size: 15px;
    left: 53px;
    margin-left: 13px;
    margin-top: 7px;
    padding-top: 0;
    position: absolute;
}