<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}

a,
a:visited {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #0088cc;
  text-decoration: underline;
}

hr {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.announcement {
  margin: 0 20px 20px;
  background: #EEDC82;
  padding: 2px 10px 4px 10px;
}

.announcement h1 {
  font-size: 1.6em;
  text-align: center;
}

.unstyled {
  margin: 0;
  padding: 0;
}

.unstyled li {
  list-style: none;
}

.page-header{
  background: #438eb9;
  color: #fff;
  overflow: hidden;
  padding: 20px;
}

.page-header h1 {
  margin: 0;
}

.page-header a {
  color: #fff;
  text-decoration: none;
}

.section-navigation {
  padding: 5px 20px;
}

.section-navigation ul {
  overflow: hidden;
}

.section-navigation li {
  float: left;
  margin-right: 10px;
}

.section-navigation a {
  text-decoration: none;
}

.pagination {
  margin-bottom: 20px;
  overflow: hidden;
}

.pagination_next_link {
  float: right;
  margin-right: 10px;
}

.section-sidebar {
  float: left;
  padding: 2%;
  width: 28%;
}

.section-sidebar img {
  width: 100%;
}

.section-sidebar .copyright {
  margin-top: 10px;
}

.section-main {
  float: left;
  width: 70%;
}

.section-main .post {
  width: 600px;
}

.section-main .post header,
.section-main .post section {
  margin-bottom: 20px;
}

.section-main .post header h1 {
  margin-bottom: 0;
}

.post-media-player iframe {
  width: 100%;
}

.podlovewebplayer_wrapper .podlovewebplayer_meta .togglers .infowindow,
.podlovewebplayer_wrapper .podlovewebplayer_meta .togglers .showsharebuttons {
  display: none !important;
}

.post-social-media {
  margin-left: 200px;
  overflow: hidden;
}

.section-main .post .post-social-media {
  margin-bottom: 0;
}

.post .post-transcript {
  text-align: center;
}

.post .post-flattr {
  float: left;
  margin: 3px 0 0 5px;
}

.post .post-social-buttons {
  float: left;
  margin-bottom: 0px;
}

.post-social-buttons .link {
  color: #444;
  font-size: 24px;
  margin-right: 5px;
  text-decoration: none;
}

.post-social-buttons .link:hover {
  color: #000;
}

.post-comments .comment {
  margin-bottom: 20px;
  overflow: hidden;
}

.post-comments .comment img {
  float: left;
  height: 50px;
  width: 50px;
}
.post-comments .comment .comment-meta {
  margin-bottom: 10px;
}

.post-comments .comment .comment-body {
  margin-left: 60px;
}

.new-comment {
  overflow: hidden;
}

.new-comment form .field label {
  display: block;
}

.new-comment form .field small {
  color: #888;
}

.new-comment form .field input,
.new-comment form .field textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  outline: none;
  padding: 5px;
  width: 600px;
}

.new-comment form .field button {
  background: rgb(18, 112, 255);
  border: none;
  border-radius: 6px;
  color: #fff;
  float: right;
  padding: 6px;
}

.new-comment .messages {
  margin: 20px -20px 0;
}

.new-comment .messages .message {
  padding: 5px 20px;
}

.new-comment .messages .success {
  background: #dff0d8;
  color: #468847;
}

.new-comment .messages .error {
  background: #f2dede;
  color: #b94a48;
}

.archive {
  width: 600px;
}

.section-sidebar .feeds {
  padding-left: 20px;
}

.timeline {
  margin: 0px auto;
  max-width: 700px;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0px;
  list-style-type: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2NMTEz8z8gABAAPKwIlXWq1kgAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  background-position: 50% 0;
}

.timeline .year {
  background: #505050;
  font-size: 2em;
  max-width: 4em;
  clear: both;
  margin: 1em auto;
  color: white;
  border-radius: 30% / 100%;
  text-align: center;
  margin-top: 50px;
  line-height: 40px;
}

.timeline .year:first-of-type {
  margin-top: 0 !important;
}

.timeline .month {
  background: #666699;
  font-size: 1em;
  max-width: 8em;
  clear: both;
  display: block;
  margin: 1em auto;
  color: white;
  border-radius: 30% / 100%;
  text-align: center;
  margin-top: 10px;
  line-height: 25px;
}

.timeline .event {
  position: relative;
  text-align: center;
  float: right;
  clear: right;
  width: 45%;
  margin: 10px 2.5%;
  border-radius: 5px;
  list-style-type: none;
  display: block;
  padding: .4em;
  background: white;
  z-index: 15;
  color: #4d4d4d;
  border: 1px solid #9d9d9d;
  text-decoration: none;
  -webkit-transition: background .15s linear;
  -moz-transition: background .15s linear;
  -ms-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear;

  margin-bottom: 50px;
}

.timeline .event a {
  text-decoration: none;
  color: #4d4d4d;
}

.timeline .event.featured {
  width: 95% !important;
  background: #e8e8e8;
}

.timeline .event.featured:after, .timeline .event.featured:before {
  display: none;
}

@media all and (width: 600px) {
  .timeline .event {
    float: none;
  }
}

@media all and (max-width: 600px) {
  /* line 51, ../scss/timeline.scss */
  .timeline .event {
    float: none;
    width: 85%;
  }
}

.timeline .event.offset-first {
  margin-top: -1.5em;
}

.timeline .event img {
  margin-top: 10px;
  max-width: 100%;
}

.timeline .event:hover {
  background: #e9e9e9;
}

.timeline .event:hover:after {
  background: #505050;
}

.timeline .event:nth-child(2n) {
  float: left;
  clear: left;
}

@media all and (min-width: 600px) {
  .timeline .event:nth-child(2n) {
    margin-left: -22px;
    margin-top: 20px;
  }
}

@media all and (min-width: 650px) {
  .timeline .event:after {
    display: block;
    content: ' ';
    height: 9px;
    width: 9px;
    background: #9d9d9d;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    top: 1.5em;
    border: 2px solid white;
  }
}

.timeline .event:nth-child(2n):after {
  right: -5%;
  left: auto;
}

.padd {
  display: block;
  padding: 10px;
}

.padd.center {
  text-align: center;
}

.ad {
  display: block;
  background: rgba(50, 50, 50, 0.5);
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  font-weight: 800;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}

.timeline .event {
  overflow: hidden;
  padding: 0;
}

.event hr {
  margin-bottom: 0;
}

.event iframe {
  margin-bottom: -5px;
  width: 100%;
}

.event .podlovewebplayer_wrapper .podlovewebplayer_meta {
  border-radius: 0;
  height: 60px;
  min-height: 60px;
  text-align: left;
}

.event .podlovewebplayer_wrapper .podlovewebplayer_tableend {
  border-radius: 0;
}

.event .podlovewebplayer_wrapper .podlovewebplayer_meta .bigplay {
  color: #fff;
  font-size: 22px;
  height: 50px;
  padding-left: 14px;
  width: 50px;
}

.event .podlovewebplayer_wrapper .podlovewebplayer_meta .bigplay.playing {
  padding-left: 10px;
}

.event .podlovewebplayer_wrapper .podlovewebplayer_meta .subtitle {
  margin-left: 0;
}

.event .podlovewebplayer_wrapper .togglers,
.event .podlovewebplayer_wrapper .coverart,
.event .podlovewebplayer_wrapper .podlovewebplayer_controlbox.active {
  display: none;
}


.powered-by-podigee {
  margin-top: 40px;
  text-align: center;
  width: 50%
}

.powered-by-podigee img {
  display: block;
  margin: 0 auto;
  width: 64px;
}

@media (max-width: 870px) {
  .section-main .post {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .page-header {
    margin-bottom: 0;
  }

  .section-sidebar,
  .section-main {
    width: 100%;
  }

  .section-main {
    padding: 0 2%;
  }

  .section-main .post {
    width: 100%;
  }

  .section-sidebar .sidebar-content {
    display: none;
  }
}</pre></body></html>