@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

body {
  background-color: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555555;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;

  margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */
a {
  color: #f85c37;
  word-wrap: break-word;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  font-weight: 800;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-dark {
  background: #000000;
  border-color: #000000;
}

.navbar-dark .navbar-nav > .active > a {
  background: #ff3344
}

.navbar-dark a {
  color: #fff;
}

.navbar-dark .navbar-brand i {
  color: #ff3344;
  font-size: 22px;
  letter-spacing: 1px;
}

.btn-red {
  color: #ffffff;
  background-color: #FA5858;
}
.btn-link {
  color: #f3e2a9;
}

/* Social-Buttons in der Navbar: gleich breit & Icon zentriert */
.btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;          /* ggf. anpassen */
  height: 38px;         /* für quadratische Buttons */
  padding: 0;           /* kein zusätzlicher Innenabstand */
}

.btn-social i {
  font-size: 18px;      /* Icon-Größe nach Geschmack */
}

/* Header */

#header {
  background: url(../img/header-bg-1.jpg) no-repeat center top;
  margin-top: -10px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 600px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header h1 {
  word-wrap: break-word;  
  color: white;
  margin-top: 100px;
  margin-bottom: 35px;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 3px;
}

#header h2 {
  color: white;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header li {
  color: #fff;
  text-transform: uppercase;
}

#header .tourbox {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-bottom: 15px;
  background-color: #000;
}

#header .tourbox h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* About */

#about {
  background: #ff3344;
  padding-top: 100px;
}

#about h1 {
  color: white;
  font-weight: 700;
  font-size: 60px;
}

#about h4 {
  color: white;
  font-weight: 700;
}

#about p {
  color: white;
}

#impressum {
  padding-top: 50px;
  padding-bottom: 50px;
}

#repertoire {
  padding-top: 50px;
  padding-bottom: 50px;
}

#cd {
  padding-top: 50px;
  padding-bottom: 50px;
}

#faq {
  padding-top: 50px;
  padding-bottom: 50px;
}

#musicians {
  padding-top: 50px;
  padding-bottom: 50px;
}

#history {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* References */

#references {
  padding-top: 50px;
  padding-bottom: 50px;
}

#references blockquote{
    border: none;  
    margin-bottom: 40px;
}

#references i {
  font-size: 40px;
  color:#ff3344;
}

#references li a{
  color: #444;
}

#references li a:hover{
  text-decoration: underline;
}

/* Pictures */

#pictures .img-margin {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* Tourdates */
#tourdates {
  margin-top: 50px;
  padding-top: 70px;
  padding-bottom: 100px;
  background-color:#000000;
  color: #fff;
}

#tourdates h2 {
  color: white;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

#tourdates h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#tourdates li {
  color: #fff;
  text-transform: uppercase;
}

/* Contact */

#contact {
  background: #ebebeb;
  padding-top: 100px;
  padding-bottom: 50px;
}

#contact h4 {
  font-weight: 700;
}

/* Footer */

#footer {
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  padding-top: 60px;
}

#footer a {
  color: #bdbdbd;
  text-decoration: none;
}

#footer a:hover {
  color: #ff3344;
  text-decoration: none;
}
