*
{
  margin: 0;
  padding: 0;
}
body
{
  background: white;
  padding-top: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: rgb(240,235,235);
  padding-bottom: 24px;
}
a
{
  text-decoration: none;
  color: black;
}
br.clear
{
  clear: both;
}
nav
{
  display: block;
  width: 850px;
  margin: 0 auto;
  background: rgb(73,20,15);
  padding-top: 8px;
  padding-bottom: 8px;
}
nav ul
{
  display: block;
  list-style: none;
  padding-left: 0px;
  text-align: right;
}
nav ul li
{
  display: inline-block;
}
nav ul li a
{
  display: inline-block;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 12px;
  color: white;
}
/*nav ul.en li a
{
  margin-right: 12px;
}*/
nav ul.de li a
{
  margin-right: 6px;
}
nav ul li a img
{
  margin-bottom: -3px;
}
nav ul li a:hover, nav ul li a.active
{
  background: rgba(255,255,255,0.7);
  color: black;
}
nav ul li a.flag:hover
{
  background: none;
  color: white;
}
header {
  display: block;
  margin: 0 auto;
  width: 850px;
  height: 301px;
  background: url('./images/header.png') no-repeat;
  position: relative;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  letter-spacing: -1px;
}
header h1 {
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 140px;
  background: rgba(255,255,255,0.85);
  padding-left: 8px;
  padding-right: 8px;
  font-size: 34px;
}
header h2 {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 200px;
  background: rgba(255,255,255,0.85);
  padding: 8px;
  font-weight: 700;
}
article {
  display: block;
  width: 850px;
  margin: 0 auto;
  line-height: 1.4em;
  padding: 25px;
  max-width: 800px;
  background: white;
  font-size: 14px;
}
article p
{
  padding-top: 4px;
  padding-bottom: 4px;
}
article a
{
  color: rgb(73,20,15);
  font-weight: 700;
}
article h3
{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
article ul
{
  list-style-type: none;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
}
article ul.diamond li:before
{
  content: "♦";
  padding-right: 8px;
}
article h3:not(:first-child)
{
  padding-top: 14px;
}
article ul.musicians
{
  font-size: 12px;
  text-align: justify;
}
article ul.musicians li
{
  padding-bottom: 8px;
}
article ul.musicians li:last-child
{
  padding-bottom: 0px;
}
article ul.musicians li:before
{
  content: "";
  padding-right: 0px;
}
article ul.musicians li
{
  padding-bottom: 16px;
}
article ul.musicians li img
{
  float: left;
  padding-right: 16px;
  padding-bottom: 0px;
}
article ul.musicians li img.right
{
  float: right;
  padding-left: 16px;
  padding-bottom: 8px;
}
.ref
{
  display: block;
  padding: 4px 20px 4px 45px;
  margin: 20px 0 20px;
  text-align: justify;
  border-left: 15px solid rgb(73,20,15);
  border-right: 2px solid rgb(73,20,15);
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  position: relative;
}
.ref:last-child
{
  margin-bottom: 0px;
}
.ref::before
{
  font-family: Georgia;
  content: "\201C";
  font-size: 50px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 22px;
}
.ref::after
{
  content: "";
}
.ref .author
{
  font-weight: bold;
  text-align: right;
  padding-right: 24px;
}
.ref .author::before
{
  content: "\2014";
  padding-right: 4px;
}

#images {
  display: block;
  width: 100%;
  padding-top: 7px;
}
#images img {
  padding: 7px;
}

// SLIDER
.slider {
  margin: 0 auto;
  width: 100%;
}
.slide_viewer {
  height: 530px;
  overflow: hidden;
  position: relative;
  padding-top: 14px;
}
.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide:first-child {
  display: block;
}
.slide_buttons {
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
  top: -28px;
}
a.slide_btn {
  color: rgb(73,20,15);
  font-size: 24px;
  text-shadow: 1px 1px 0px rgb(40,40,40);
  margin: 0 3px;
  -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;
  transition: all 0.4s ease-in-out;
}
.slide_btn.active, .slide_btn:hover {
  color: rgb(240,235,235);
  cursor: pointer;
}
.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
  display: none;
}
.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}
.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}
.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}
.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}