
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fonts/lato-v23-latin-300.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-300.woff') format('woff');
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('/fonts/lato-v23-latin-300italic.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-300italic.woff') format('woff');
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/lato-v23-latin-regular.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-regular.woff') format('woff');
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/lato-v23-latin-700.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-700.woff') format('woff');
}

@media screen, projection {
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
  }

  audio, canvas, video {
    display: inline-block;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  [hidden] {
    display: none;
  }

  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  a:focus {
    outline: thin dotted;
  }

  a:active, a:hover {
    outline: 0;
  }

  abbr[title] {
    border-bottom: 1px dotted;
  }

  b, strong {
    font-weight: bold;
  }

  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }

  /* --- --- */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    min-height: 100%;
  }

  body {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #eee;
    font: 14px/1.5 lato, sans-serif;
    font-weight: 300;
    background: #111111;
    background: -moz-linear-gradient(top, #111111 0%, #111111 50%, #222222 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #111111), color-stop(50%, #111111), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, #111111 0%, #111111 50%, #222222 100%);
    background: -o-linear-gradient(top, #111111 0%, #111111 50%, #222222 100%);
    background: -ms-linear-gradient(top, #111111 0%, #111111 50%, #222222 100%);
    background: linear-gradient(to bottom, #111111 0%, #111111 50%, #222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222', GradientType=0 );
  }

  p, ul, ol, dl {
    padding: 0;
    margin: 0 0 1.5em 0;
  }

  p + p, p + ul, p + ol {
    margin-top: -.75em;
  }

  li {
    margin-left: 18px;
  }

  h1, h2, h3, h4 {
    margin: 0;
    font-size: 100%;
    font-weight: 700;
  }

  h1 {
    margin: 0 0 1.5em 0;
    text-align: center;
    color: #eee;
    font-size: 150%;
    line-height: 1;
    letter-spacing: 2px;
  }

  a {
    color: #eee;
    -webkit-transition: color .2s, border-color .4s;
    -moz-transition: color .2s, border-color .4s;
    -o-transition: color .2s, border-color .4s;
    transition: color .2s, border-color .4s;
  }

  a:hover {
    color: #fff;
  }

  b, strong {
    font-weight: 700;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  hr {
    height: 0;
    margin: 3em 0;
    border: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #999;
  }

  [role="banner"] {
    position: relative;
    width: 100%;
    width: 980px;
    margin: 0 auto;
    padding: 20px;
    max-height: 210px;
    background: url(/assets/bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    border-top: 1px solid #000;
  }
  [role="banner"]:before, [role="banner"]:after {
    content: " ";
    display: table;
  }
  [role="banner"]:after {
    clear: both;
  }
  [role="banner"] {
    *zoom: 1;
  }
  [role="banner"] h1 {
    margin: 0 22%;
    text-align: center;
  }

  #thumb {
    position: relative;
    float: left;
    width: 22%;
    margin-top: 10px;
    padding-top: 16%;
    background: url(/assets/trio.png) no-repeat 10px -10px;
    background-size: auto 100%;
  }
  #thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #sound {
    position: absolute;
    top: 20px;
    right: 0;
    width: 21%;
    padding-top: 16%;
    background: url(/assets/grammofon.png) no-repeat center bottom;
    background-size: contain;
  }

  .js #sound {
    cursor: pointer;
  }

  .js .musik #sound {
    cursor: auto;
  }

  .page {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .page:before, .page:after {
    content: " ";
    display: table;
  }
  .page:after {
    clear: both;
  }
  .page {
    *zoom: 1;
  }

  .wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 4em;
    padding-bottom: 4.5em;
  }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table;
  }
  .wrapper:after {
    clear: both;
  }
  .wrapper {
    *zoom: 1;
  }

  nav {
    width: 22%;
    position: relative;
    padding-right: 20px;
    float: left;
  }
  nav ul {
    list-style: none;
  }
  nav ul, nav li {
    margin: 0;
    padding: 0;
  }
  nav a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 4px;
    color: #F0E68C;
    font-size: 125%;
    line-height: 2.667;
    letter-spacing: 1px;
    text-decoration: none;
  }
  nav a:after {
    content: '.....................................................................';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 12px;
    overflow: hidden;
    color: #888;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 3px;
    vertical-align: bottom;
  }
  nav a:hover {
    color: #CD5C5C;
  }
  nav li:first-of-type a:before {
    content: '.....................................................................';
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 12px;
    overflow: hidden;
    color: #888;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 3px;
    vertical-align: top;
  }
  nav li:last-child a:after {
    content: none;
  }
  nav .current a {
    color: #d37070;
  }

  #fb {
    text-indent: -999px;
    background: url("/assets/fb.png") no-repeat 0 center;
  }

  #opener {
    display: none;
    text-align: right;
    padding-right: 2.25em;
    background: url(/assets/menu.svg) right 50% no-repeat;
    background-size: 1.5em;
  }
  #opener:after {
    content: none;
  }
  #opener:hover {
    color: #fff;
  }

  #menu {
    display: none;
  }

  #content {
    margin: 0 16% 0 22%;
    padding: 0 20px;
    text-shadow: 0 1px 0 #000;
  }

  footer {
    width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    color: #888;
  }
  footer p {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #333;
  }
  footer a {
    color: #888;
    text-decoration: none;
  }
  footer a:hover {
    color: #ccc;
  }

  #content > h1 {
    margin-top: -1em;
    margin-bottom: 2.2857em;
  }
  #content a {
    text-decoration: none;
    border-bottom: 1px solid #555;
  }
  #content a:hover {
    border-bottom-color: #fff;
  }
  #content p img:only-child {
    display: block;
    box-shadow: 0 0 0 1px #fff;
  }

  .tv {
    margin-bottom: 4.5em;
    text-align: center;
  }

  .triplet {
    float: left;
    width: 33%;
    padding: 0 5px;
  }

  .center {
    clear: both;
    text-align: center;
  }

  .presse li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 3em;
    text-align: center;
  }
  #content .presse a {
    border: none;
  }
  .presse img {
    box-shadow: 0 0 0 1px #fff;
    margin-bottom: .375em;
  }

  .av {
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 1.54em;
    text-align: center;
    border: 1px solid #222;
  }

  .vwrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
  .vwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen {
  body {
    width: auto;
    max-width: 980px;
  }

  [role="banner"], .wrapper, footer {
    width: auto;
    max-width: 980px;
  }
}
@media only screen and (max-width: 48em) {
  #content {
    margin-left: 24%;
    margin-right: 0;
    padding: 0;
  }

  nav {
    padding-right: 10px;
  }
  nav a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 38em) {
  body {
    color: white;
    font-weight: 400;
  }

  h1 {
    text-align: left;
    font-size: 120%;
    line-height: 1.25;
  }

  .wrapper {
    margin-top: 0;
    padding: 0 8px;
  }

  #content {
    margin-top: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
  #content > h1 {
    margin-top: 0;
    margin-bottom: 1.5em;
  }

  nav {
    float: none;
    overflow: hidden;
    width: 100%;
    padding-right: 0;
  }
  nav ul {
    max-height: 0;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }
  nav:hover ul {
    max-height: 24em;
  }
  nav a {
    display: block;
    text-align: center;
    padding: 0;
    color: #fff;
    font-weight: bold;
  }
  nav a:after {
    font-size: 9px;
    color: white;
    font-weight: normal;
  }
  nav li:first-of-type a:before {
    display: none;
  }

  #opener {
    display: block;
  }
}
@media \0screen\,screen\9 {
  body {
    background: #111;
  }

  [role="banner"] {
    height: 210px;
  }

  #sound {
    padding-top: 14%;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 1cm;
  }
  body {
    font: 10pt/1.2 'Helvetica Neue',sans-serif;
  }

  h1 {
    font-size: 140%;
  }

  h2 {
    font-size: 120%;
    margin: 0 0 1em;
  }

  h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  p {
    margin: 0 0 1em;
  }

  ul, ol {
    margin: 1em 0;
  }

  li {
    margin: 0 0 0 1em;
    padding: 0;
  }

  a, a:visited {
    text-decoration: underline;
  }

  img {
    max-width: 100% !important;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  hr {
    margin: 2em 0;
    border: 0;
    border-bottom: 1px solid #000;
  }

  article {
    page-break-before: always;
  }

  ul, img {
    page-break-inside: avoid;
  }

  table {
    page-break-inside: auto;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  thead {
    display: table-header-group;
  }

  tfoot {
    display: table-footer-group;
  }

  nav {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
