/* ########################## Base ############################ */
html, body {
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #101113;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway',
  sans-serif; font-weight: 900;
}
figure {
  margin:0;
  padding:0;
}
p {margin-bottom: 15px;
  line-height: 1.5;
  width:70%;
  margin:2.5% auto;
  padding-left:20px;
}
a {
  color: #000000;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover, a:active {
  text-decoration: underline;
  color:white;
}
a:focus {text-decoration: none;
  color: white;
  outline: none;
}
.btn, a.btn {
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  letter-spacing: 0.5px;
}
a.btn-ghost-secondary, .btn-ghost-secondary {
  background: none;
  border: 2px solid #101113;
  color: #101113;
  -webkit-box-shadow: inset 0 0 0 0 #101113;
  -moz-box-shadow: inset 0 0 0 0 #101113;
  box-shadow: inset 0 0 0 0 #101113;
  text-transform: uppercase;
}
a.btn-ghost-secondary:active, .btn-ghost-secondary:active, a.btn-ghost-secondary:focus, .btn-ghost-secondary:focus {
  border: 2px solid #101113;
  outline: none;
  color: #101113;
}
a.btn-ghost-secondary:hover, .btn-ghost-secondary:hover {
  background: #101113;
  -webkit-box-shadow: inset 0 100px 0 0 #101113;
  -moz-box-shadow: inset 0 100px 0 0 #101113;
  box-shadow: inset 0 100px 0 0 #101113;
  color: #fff;
  border: 2px solid #101113;
}
.section {
  background-color: none;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
}
.section-title:after {
  content: "";
  display: inline-block;
  height: 0px;
  width: 100px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}



/* ########################## Base Header ########################## */
.header {
  color: #fff;
  margin-top: -10px;
  padding-top: 15px;
  animation: fadeInAnimationhead ease 1.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimationhead {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;transform: scale(1, 1);}
}
.header-scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  padding-top: 5px;
  padding-bottom: 0;
}
.header-scrolled .nav > li > a {
  color: rgba(255, 255, 255, 1.0);
}
 /* ########################## Base Nav ########################## */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  background: none;
  position: relative;
  top: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  float: left;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
  height: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav > li > a:focus, .nav > li > a:hover {
  background: none;
  outline: none;
}
.nav > li.active > a {
  color: #fff;
}
 /* ########################## Base Top Section ########################## */
 .top-section {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center; 
  background-image: url('../images/header2.jpg');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 0%;
  animation: fadeInAnimationTopImg ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimationTopImg {
    0% {opacity: 0;transform: scale(1.1, 1.1);}
    100% {opacity: 1;transform: scale(1.0, 1.0);}
}
.top-btn{
  height: 150px;
  width:  325px;
  background-color: transparent;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  animation: fadeInAnimationTopbtn ease 2s;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
@keyframes fadeInAnimationTopbtn {
  0% {
      opacity: 0;display: none;}
  50%{opacity: 0;display: block;}
  100% {opacity: 1;display: block;}
}
.top-btn-group{
 text-align: center;
 float: left;
 margin-left: 5px;
 margin-top: 20px;
}
.top-flat-btn {
  display: inline-block;
  margin: 0 5px;
  border-radius: 6px;
  border-color: white;
  border: 1px solid #E8E8E8;
  font-weight: bold;
  background:#f3d8ca27;
  color: #FFF;
  cursor: pointer;
  outline: 0;
  font-size: 15px;
  padding-top: 10px;
  width: 130px;
  height: 45px;
  margin-bottom: 15px
}
.top-flat-btn:hover {
  background:white;
  color:black;
}

/* ########################## Base Top Gigs Section ########################## */
.gigs-section .container {
  max-width: 860px;
}


 .gigs-section .plakat {
  height: 420px;
  max-width: 860px;
  position: relative;
  background-position: center; 
  background-image: url('../images/Konzerte2.jpg');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 0%;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: -20px;
}


.gigs-section .item {
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.gigs-section .review-item {
  position: relative;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gigs-section .gig-datum {
  background: #101113;
  color: rgba(235, 130, 39, 1);;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 55px;
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 5px;
}
.gigs-section .gig-datum .tag {
  font-size: 20px;
  font-weight: 700;
}
.gigs-section .gig-datum .monat {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: rgba(235, 130, 39, 1);;
}
.gigs-section .gig-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.gigs-section .meta-list {
  color: #000;
}
.gigs-section .meta-list a {
  color: #788191;
}
.gigs-section .meta-list .fa {
  margin-right: 5px;
  color: #ffffff;
  font-size: 16px;
}
.gigs-section .gig-actions{
  position: absolute;
  right: 0;
  top: 15px;
}
.gigs-section .gig-actions-review {
  position: relative;
  right: 0;
  padding-bottom: 35px;
  top: 15px;
}
.gigs-section .gig-actions .btn {
  margin-right: 5px;
}
.gigs-section .gig-actions .btn:last-child {
  margin-right: 0;
}
.gigs-section .info-extra {
  color: black;
  font-size: 16px;
}

/* ########################## Base Music Section ########################## */
.section-title-music {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
}
.section-title-music:after {
  content: "";
  display: inline-block;
  height: 0px;
  width: 100px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.music-section .sc-block {
  max-width: 860px;
  margin-bottom: 90px;
}
.music-section .social-media-list {
  margin-bottom: 0px;
  margin-top: 0px;
}
.music-section .social-media-list a {
  color: rgba(0, 0, 0, 1);
}
.music-section .social-media-list a:hover {
  color: #ffffff;
}
.music-section .social-media-list li {
  margin-right: 25px;
  margin-bottom: 35px;
}
.music-section .social-media-list li:last-child {
  margin-right: 0;
}
.music-section .social-media-list .fa {
  font-size: 45px;
}
.nav-tabs > li{color:#555; background-color:rgba(238, 238, 238, 0.364);  margin-left: 1px;}
.nav-tabs > li:hover{background-color:#F7B945;}
.nav-tabs > li.active{border-bottom-color: white; background-color:#F7B945; color:#555;}
.nav-tabs > li.active:hover{ background-color:#F7B945;}
.nav-tabs > li > a {color:#555; background-color:rgba(238, 238, 238, 0.364);  margin-left: 1px;}
.nav-tabs > li > a:hover {background-color:#F7B945;}
.nav-tabs > li.active > a {border-bottom-color: white; background-color:#F7B945; color:#555;}
.nav-tabs > li.active > a:hover{ background-color:#F7B945;}

/* ########################## Base Video Section ########################## */
.section-title-video {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
}
.section-title-video:after {
  content: "";
  display: inline-block;
  height: 0px;
  width: 100px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.elastic-video {
    position: fixed center center;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.elastic-video iframe {
    position: fixed center center;
    top: 0;
    left: 0;
    size: 100% auto;
    
}
/* ########################## Base Band Section ########################## */
.section-title-band {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
}
.section-title-band:after {
  content: "";
  display: inline-block;
  height: 0px;
  width: 100px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.band-section .section-title {
  margin-bottom: 30px;
}
.band-section .section-intro {
  margin-bottom: 0px;
  max-width: 800px;
  font-size: 18px;
  color: black;
}
.band-section .social-media-list-band li {
  margin-right: 0px;
  margin-bottom: 15px;
}

.social-media-list-band > li > a > i:hover{
  color: white;
}

/* ########################## Base Contact Section ########################## */
.contact-section {
  color: rgba(255, 255, 255, 0.75);
}
.contact-section a {
  color: rgba(255, 255, 255, 0.75);
}
.contact-section a:hover {
  color: #ffffff;
}
.contact-section .section-title {
  margin-bottom: 30px;
  color: #ffffff;
}
.contact-section .contact-block {
  max-width: 800px;
  margin-bottom: 90px;
}
.contact-section .contact-block .item {
  margin-bottom: 30px;
}
.contact-section .contact-block .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px;
}
.contact-section .contact-block .fa {
  margin-right: 5px;
  color: #ffffff;
  font-size: 24px;
}
.contact-section .social-media-list {
  margin-bottom: 0;
}
.contact-section .social-media-list a {
  color: rgba(255, 255, 255, 0.4);
}
.contact-section .social-media-list a:hover {
  color: #ffffff;
}
.contact-section .social-media-list li {
  margin-right: 0px;
  margin-bottom: 15px;
}
.contact-section .social-media-list li:last-child {
  margin-right: 0;
}
.contact-section .social-media-list .fa {
  font-size: 36px;
}

/* ###################################### RESIZE - Extra small devices less than 320 px ##################################################### */
@media (min-width: 568px) and (max-width: 786px) and (orientation: portrait) {
  .top-btn-group{
   text-align: center;
   float: left;
   margin-left: -35px;
   margin-top: 20px;
  }
  .top-flat-btn {
    font-size: 18px;
    padding-top: 10px;
    width: 180px;
    height: 50px;
    margin-bottom: 20px
  }
}
/* ###################################### RESIZE -  Extra small devices less than 320 px ##################################################### */
@media (min-width: 800px) and (max-width: 1200px) and (orientation: landscape) {
  .top-btn-group{
   text-align: center;
   float: left;
   margin-left: 20px;
   margin-top: 40px;
  }
  .top-flat-btn {
    font-size: 16px;
    padding-top: 8px;
    width: 150px;
    height: 40px;
    margin-bottom: 15px
  }
}
/* ###################################### RESIZE -  Extra small devices less than 320 px ##################################################### */
@media (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .top-btn-group{
   text-align: center;
   float: left;
   margin-left: 70px;
   margin-top: 70px;
  }
  .top-flat-btn {
    font-size: 12px;
    padding-top: 5px;
    width: 100px;
    height: 30px;
    margin-bottom: 15px
  }
}
/* ###################################### RESIZE -  Extra small devices less than 320 px ##################################################### */
@media (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
 .header {
    background-color: rgba(0, 0, 0, 1.0); 
    margin-top: -10px;
    padding-top: 5px;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li.active > a {
    color: #ffffff;
  }
 .top-btn-group{
  text-align: center;
  float: left;
  margin-left: 30px;
  margin-top: 40px;
 }
 .top-flat-btn {
   font-size: 15px;
   padding-top: 10px;
   width: 130px;
   height: 45px;
   margin-bottom: 15px
 }
 .top-section {
    background-size: auto 90%, 0%;
  }
  .top-content {
    padding-top: 80px;
  }
  .top-content .headline {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .top-content .tagline {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
/* ###################################### RESIZE -  Extra small devices less than 320 px##################################################### */
@media (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
 .header {
    background-color: rgba(0, 0, 0, 1.0); 
    margin-top: -10px;
    padding-top: 5px;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li.active > a {
    color: #ffffff;
  }
 .top-section {
    background-size: auto 90%, 0%; 
  }
  .top-content {
    padding-top: 80px;
  }
  .top-content .headline {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .top-content .tagline {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
/* ###################################### RESIZE -  Extra small devices less than 350 - 400px ##################################################### */
@media (min-width:350px) and (max-width: 400px) {
  .header {
    margin-top: -10px;
    padding-top: 5px;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li.active > a {
    color: #ffffff;
  }
 .top-section {
    background-size: auto 90%, 0%;
  }
  .top-content {
    padding-top: 80px;
  }
  .top-content .headline {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .top-content .tagline {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
/* ###################################### RESIZE -  Extra small devices less than 400 - 500 px ##################################################### */
@media (min-width:400px) and (max-width: 500px) {
  .header {
    margin-top: -10px;
    padding-top: 5px;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li.active > a {
    color: #ffffff;
  }
 .top-section {
    background-size: auto 90%, 0%;
  }
  .top-content {
    padding-top: 80px;
  }
  .top-content .headline {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .top-content .tagline {
    font-size: 24px;
    margin-bottom: 90px;
  }
}
/* ###################################### RESIZE -  Small devices 768px and up ################################################ */
@media (min-width: 768px) {
  .top-content {
    padding-top: 80px;
  }
  .top-content .headline {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
  }
  .top-content .tagline {
    font-size: 24px;
    margin-bottom: 90px;
  }
  .navbar-nav {
    float: none;
  } 
}
/* ###################################### RESIZE -  Medium devices 992px and up ######################################## */
@media (min-width: 992px) {
  .top-content {
    padding-top: 80px;
  }
  .top-content .headline {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .top-content .tagline {
    font-size: 24px;
  }
}
/* ###################################### RESIZE -  Medium devices 1500px and up ######################################## */
@media (min-width: 1500px) {
  .top-content {
    padding-top: 80px;
  }
  .top-content .headline {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .top-content .tagline {
    font-size: 24px;
    margin-bottom: 90px;
  }
}
/* ###################################### RESIZE - Other ######################################## */
@media(max-width: 1024px) {
  p{
    width:90%
  }
}
@media (max-width: 480px) {
  p {
    width:100%
  }
}