/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  background-image: url("../img/bg.png"); }
  body .info_wrapper {
    min-width: 330px;
    width: 40%;
    float: left; }
  body .info {
    margin: 0 auto;
    width: 250px;
    padding: 40px;
    font-family: Helvetica; }
    body .info h1 {
      font-weight: bold;
      letter-spacing: 6px;
      font-size: 18px;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #BD953D; }
    body .info div.kontakt {
      margin-left: 10px;
      color: #262159; }
      body .info div.kontakt b {
        font-weight: bold; }
    body .info .vita ul {
      margin-top: 20px;
      padding-left: 20px; }
      body .info .vita ul li {
        list-style: disc outside;
        margin-bottom: 10px;
        font-size: 14px; }
    body .info .vita.hidden {
      display: none; }
    body .info a.vita_link {
      margin-left: 100px;
      text-decoration: none;
      color: #000; }
    body .info .photo {
      width: 250px;
      height: 166px;
      padding: 3px;
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
  body .wrapper {
    width: 100%;
    padding-left: 250px;
    box-sizing: border-box; }
    
    body .video a {
      text-decoration: none;    
}

      body .video a:hover {
        text-decoration: underline;

      }
      

      body .video img.youtube {
        display: inline;
        width: 34px;
        height: 24px;
        vertical-align: middle;

      }
   
  body .audio, body .video {
    margin: 0 auto;
    padding-top: 40px;
    width: 500px; }
    body .audio h1 , body .video h1 {
      font-size: 24px;
      color: #BD953D;
      font-family: Helvetica; }
    body .audio ul , body .video ul {
      margin-top: 40px; }
      body .audio ul li , body .video ul li {
        list-style: none;
        margin-bottom: 30px; }
    body .audio h3 , body .video h3 {
      font-size: 18px;
      font-family: Helvetica;
      color: #262159;
      margin-bottom: 5px; }


body .video h3 {
        margin-bottom: 10px;
      }
