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:500}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#eba009;color:#06394e}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}

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

body {
  background-color: #71a5af;
  color: #06394e;
  padding: 100px 0;
}

h1, h2, h3 {
  font-weight: 100;
  color: #cb0a0d;
}

h4 {
  font-weight: 130;
  color: #cb0a0d;
}

::-moz-selection {
  color: #ffffff;
  background: #18668b;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #18668b;
  text-shadow: none;
}

img {
  max-width: 100%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

a,
a:link {
  color:#71a5af;
  text-decoration: none;
}

a:visited {
  color: #71a5af;
  text-decoration: none;
}

a:hover {
  color: #cb0a0d;
}

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

ul, ol, li {
  color: #06394e;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.unstyled li {
  list-style: none;
}

.section-main {
  background: #18668b;
  margin: 0 auto;
  width: 800px;
}

.meta {
  position: relative;
}

.top-image img {
  display: block;
}

.title {
  bottom: 20px;
  color: #06394e;
  position: absolute;
  text-align: center;
  width: 100%;
}

.title h1 {
  margin-bottom: 0.2em;
}

.title p {
  color: #06394e;
}

.navigation {
  background: #fdedc9;
  border-bottom: 2px solid #eba009;
  height: 60px;
  position: relative;
  z-index: 1;
}

.navigation ul {
  display: table;
  height: 100%;
  width: 100%;
}

.navigation li {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 10%;
}

.navigation a {
  color: #06394e;
  text-decoration: none;
}

.navigation a:hover {
  color: #cb0a0d;
}

.navigation a small {
  display: block;
}

.current-episode {
  background: #18668b;
  color: #ffffff;
  height: 175px;
  overflow: hidden;
  position: relative;
  text-shadow: 0 0 5px #06394e;
}

.current-episode a {
  color: #ffffff;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
  z-index: 2;
}

.current-episode a .icon-play {
  box-shadow: 0 0 2px #06394e;
}

.current-episode a:hover .icon-play {
  box-shadow: 0 0 2px #eba009;
  text-shadow: 0 0 2px #eba009;
}

.current-episode h2 {
  color: #ffffff;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  top: 20px;
  width: 100%;
}

.current-episode h2 small {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.current-episode .play-container {
  height: 85px;
  overflow: hidden;
  position: relative;
}

.current-episode .icon-play {
  border: 2px solid #eba009;
  border-radius: 60px;
  font-size: 40px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  padding-left: 8px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 60px;
}

.current-episode img {
  position: absolute;
  top: 0;
}

.pagination {
  overflow: hidden;
}

.pagination_next_link {
  float: right;
}

.posts {
  background-color: #ffffff;
  padding: 40px 20px 20px;
  position: relative;
  z-index: 0;
}

.post {
  clear: both;
}

.post header {
  text-align: center;
}

.post header h1 {
  margin: 20px 0 5px;
}

.post header time {
  background-color: #ffffff;
  border: 2px solid #06394e;
  margin-bottom: 20px;
  padding: 10px;
}

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

.post-media-player {
  margin: 20px 0 0;
}

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

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

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

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

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

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

.post header h1 a,
.post header h2 a,
.post header h3 a {
  color: #cb0a0d;
}

.post header h1 a:hover,
.post header h2 a:hover,
.post header h3 a:hover {
  color: ##18668b; /* oder eine andere Hover-Farbe */
}

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

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

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

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

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

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

.new-comment form .field input,
.new-comment form .field textarea {
  border: 1px solid #06394e;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  outline: none;
  padding: 5px;
  width: 548px;
}

.new-comment form .field button {
  background: #18668b;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  float: right;
  padding: 6px;
}

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

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

.new-comment .messages .success {
  background: #cb0a0d;
  color: #ffffff;
}

.new-comment .messages .error {
  background: #cb0a0d;
  color: #ffffff;
}

.section-main > footer {
  background-color: #fdedc9;
  padding: 25px 0;
  text-align: center;
}

.section-main > footer .podlove-subscribe-button {
  margin: 0;
}

.section-main > footer .link {
  color: #18668b;
}

.section-main > footer .link:hover {
  color: #cb0a0d;
}

.section-main > footer .copyright {
  color: #06394e;
  margin-top: 10px;
}

.archive {
  m