
/* Adding file: dkultur.css */
* {
    margin: 0;
    padding: 0;
}
body, html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #e9ebe9;
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

/* Allgemeines */

.drk-left {
    float: left;
}
.drk-right {
    float: right;
}

.drk-gap15 {
  margin-bottom: 15px;
}
.hide {
  display: none;
}
.no-border {
  border: none !important;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
  text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: inherit;
}
#wrapper {
    margin: 0 auto;
    width: 960px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

/* Header */
.logo {
    background: url(dkultur/img/logo.png) no-repeat;
    width: 353px;
    height: 45px;
    display: inline-block;
    margin-top: -1px;
    text-indent: -9000px;
}
header > h1 {
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 14px !important;
}
header {
    position: relative;
}
#drk-header {
    border-bottom: 1px solid #cccccc;
    padding-top: 25px;
    padding-bottom: 6px;
}
.drk-date {
    font-size: 14px;
    font-weight: 700;
    margin-right: 25px;
}
.drk-clock {
    font-size: 14px;
    font-weight: 700;
}
.drk-clock > span {
    color: #666;
    margin-right: 5px;
}

/* Sender Navigation */

ul.drk-sendernavigation {
  float: right;
    list-style: none;
}
ul.drk-sendernavigation li {
  display: inline;
}
#drk-header .dlf {
    background: url(dkultur/img/top_dlf.png) no-repeat;
    width: 106px;
    height: 13px;
    display: inline-block;
    margin-right: 11px;
}
#drk-header .dlr {
    background: url(dkultur/img/top_dlr.png) no-repeat;
    width: 106px;
    height: 13px;
    display: inline-block;
    margin-right: 11px;
}
#drk-header .drw {
    background: url(dkultur/img/top_dlrw.png) no-repeat;
    width: 87px;
    height: 13px;
    display: inline-block;
}
nav {
  display: inline;
}

/* Submenu */

ul.drk-submenu {
    margin-top: 6px;
    float: left;
    list-style: none;
}
ul.drk-submenu li {
display: inline;
position: relative;
}
ul.drk-submenu li ul {
  display: none;
  position: absolute;
  left: -5px;
  background-color: #f3f3f3;
  font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    list-style-type: none;
    z-index: 99999;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: auto;
}
ul.drk-submenu li ul li {
  display: block;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  padding: 5px;
}
ul.drk-submenu li ul li:last-of-type {
  border: none;
}
ul.drk-submenu li > a {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 3px;
}
ul.drk-submenu li > a:hover, ul.drk-submenu li > a:focus {
    color: #eb6909;
}

/* Hauptmenü */

ul.drk-mainmenu {
    border-top: 2px solid #eb6909;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 18px;
    width: 960px;
    display: inline-block;
    list-style: none;
}
ul.drk-mainmenu li {
  display: inline;
}
ul.drk-mainmenu li > a {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}
ul.drk-mainmenu li > a:hover, ul.drk-mainmenu li > a:focus {
    text-decoration: none;
    color: #eb6909;
}

/* Suche / Live */

.drk-search {
    float: right;
    width: 326px;
    padding-top: 20px;
    position: relative;
    white-space: nowrap;
}
.drk-live {
    width: 85px;
    height: 21px;
    background-color: #eb6909;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding-top: 4px;
    margin-right: 10px;
    float: left;
}
.drk-livegrey {
  background-color: #999999;
}
.drk-live a {
    color: #fff;
}
.drk-live a:hover {
    text-decoration: none;
}
.drk-liveclock {
    font-weight: 600;
    color: #666;
    font-size: 14px;
    padding-top: 11px;
    display: block;
    clear: both;
}
.drk-liveclock > span {
    color: #eb6909;
    font-weight: 700;
}
.drk-liveclock > span > a:hover {
    text-decoration: none;
}
.drk-searchtext {
    height: 25px;
    width: 200px;
    border: none;
    font-size: 13px;
    color: #999;
    font-weight: 600;
    padding-left: 5px;
    vertical-align: top;
    background-color: #fff;
}
.drk-reset {
    position: absolute;
    display: none;
    top: 20px;
    right: 30px;
    width: 11px;
    height: 24px;
    text-indent: -9999px;
    padding: 0 7px;
    cursor: pointer;
    background: url(dkultur/img/search_cross.png) 7px 6px no-repeat;
    background-color: none;
}
.drk-searchbutton {
    background-color: #eb6909;
    border: none;
    height: 25px;
    width: 25px;
    padding-top: 4px;
    margin-left: -2px;
    padding-left: 0px;
    cursor: pointer;
}
.drk-searchbuttongrey {
  background-color: #999999 !important;
}
.drk-trenner {
    font-size: 20px;
    color: #eb6909;
    margin-left: 10px;
    margin-right: 10px;
}

/* Social Links */

.drk-social {
    position: absolute;
    right: -36px;
    top: 145px;
    height: 25px;
    width: 125px;
    display: inline;
}
.drk-social > a {
    margin-left: 3px;
}
.drk-twitter {
    background: url(dkultur/img/social_twitter.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.drk-fb {
    background: url(dkultur/img/social_fb.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.drk-google {
    background: url(dkultur/img/social_google.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.drk-rss {
    background: url(dkultur/img/social_rss.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

/* Beitrags Player Header */
 .drk-player {
    margin-top: 5px;
    position: relative;
}
.drk-progress {
    position: absolute;
    left: 30px;
}
.progress {
    width: 220px;
    position: relative;
    background: #fff;
}
.percent {
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.bar {
    height: 25px;
    background-color: #f0d4c1;
    width: 70%;
}
.drk-playbutton {
    background: #eb6909 url(dkultur/img/player_play.png) 2px no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.drk-pausebutton {
    background: #eb6909 url(dkultur/img/player_pause.png) 2px no-repeat;
    border: none;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.drk-download {
    background: #eb6909 url(dkultur/img/player_download.png) 2px no-repeat;
    border: none;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.drk-playtime {
    position: absolute;
    right: 29px;
    top: 0px;
    height: 22px;
    width: 45px;
    text-align: center;
    padding-top: 3px;
    background: #fff;
}

/* Seitennamen / Boxen */

h2.drk-sitetitle {
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.drk-article > .drk-tborder > h2.drk-sitetitle {
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
    display: inline-block !important;
    padding-bottom: 10px;
    text-transform: uppercase;
}
h4.drk-sitetitle {
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.text > h6 {
  font-size: 15px;
  text-transform: uppercase;
/*  margin-left: 10px; custom */
  font-weight: 600;
}
.drk-sitetitledate {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    display: inline;
    text-transform: none;
}
.drk-pt15 {
    font-size: 15px !important;
    padding-bottom: 13px !important;
}
.orange-txt {
    color: #eb6909 !important;
}
.drk-copy {
    font-size: 15px;
    line-height: 1.4em;
    border-top: 1px solid #eb6909;
    padding-top: 15px;
    margin-top: 20px;
}
.drk-newscopy {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

/* Beitragsüberschriften */

.drk-overline {
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding-top: 16px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #eb6909;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.drk-overlinedate {
  text-transform: none !important;
}

a:hover > .drk-overline {
    text-decoration: none !important;
}
.drk-toparticlesmall > .drk-overline,
.drk-toparticlesmall > a > .drk-overline {
  margin-left: 10px;
  display: block;
  margin-bottom: 5px;
  padding-top: 10px;
}
.drk-toparticlesmall img {
  margin-top:15px;
}
.drk-toparticlesmall h3 .drk-overline {
  padding-top:0;
}
.drk-topinhalt > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    color: #333;
    margin-left: 0px;
    word-break: break-word;
}
.drk-toparticlesmall > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    min-height:65px;
}
.drk-heuteneu > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    display: block;
}
.drk-kulturnachrichten > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: block;
}
h3.drk-pt24 {
    font-family:'Lora', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: block;
}
.drk-articlebigtwo > h3 {
 font-family:'Lora', Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.drk-articlebig > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
}
.drk-sidebox > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    min-height: 86px;
}
.drk-sideboxnews > h5 {
    font-family:'Lora', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    min-height: 86px;
}
.drk-sendung > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #eb6909;
    margin-right: 10px;
    /* the styles below are only commented out (MANTIS-2286), this varies from Kutscher's template */
    /*display: inline-block;*/
    /*width: 220px;*/
}
.drk-sideboxbroadcast > h5 {
    font-family:'Lora', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.drk-articlebig > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
}

.drk-small > h3 {
    font-family:'Lora', Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
}
.drk-articlecopy > h3 {
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}

.drk-italic {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    color: #333;
}
.drk-regular {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.drk-semibold {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.drk-link {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: underline;
}
.drk-underline {
    text-decoration: underline;
}
.drk-caption {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin-right: 10px;
}
.drk-orange {
    color: #eb6909;
}
.drk-copytext {
    font-size: 15px;
    line-height: 1.4em;
}

/* Play Button Beiträge */

.drk-play {
    background: url(dkultur/img/play_button.png) no-repeat;
    z-index: 99999;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.drk-play:hover {
    background: url(dkultur/img/play_buttonac.png) no-repeat;
    z-index: 99999;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.drk-playactive {
    background: url(dkultur/img/play_buttonac.png) no-repeat;
    z-index: 99999;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.drk-pause {
    background: url(dkultur/img/pause_button.png) no-repeat;
    z-index: 99999;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.drk-pause:hover {
    background: url(dkultur/img/pause_buttonac.png) no-repeat;
    z-index: 99999;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.drk-pauseactive {
    background: url(dkultur/img/pause_buttonac.png) no-repeat;
    z-index: 99999;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.drk-articleimage {
    z-index: 9;
    position: relative;
}
.drk-articleimage > a > img {
    display: block;
}

/* Artikel Top Thema */

.drk-top {
    position: relative;
    background-color: #fff;
    width: 960px;
    min-height: 355px;
    height: auto !important;
}
.drk-topteaser {
    position: relative;
    background-color: #fff;
    width: 960px;
    height: 355px;
  overflow: hidden;
    display: block;
    border-bottom: 15px solid #e9ebe9;
}
.drk-topthema > img {
    float: left;
    display: inline;
}

.drk-topthema > .drk-articleimage > img {
    float: left;
    display: inline;
}
.drk-topinhalt {
    padding-left: 25px;
    margin-right: 10px;
    display: inline;
    float: right;
    width: 290px;
}
.drk-topinhalt > p {
    font-size: 15px;
    line-height: 1.4em;
    border-top: 1px solid #eb6909;
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.drk-toparticle {
    background-color: #fff;
    margin-top: 5px;
    min-height: 265px;
    height: auto;
    padding-bottom:15px;
    display:table;
}
.drk-toparticle .drk-toparticlesmall {
  position:relative;
  padding-bottom:190px;
}
.drk-toparticle .drk-toparticlesmall .drk-articleimage {
  position:absolute;
  bottom:0;
}
.drk-toparticle > article {
    width: 310px;
    display:table-cell;
    padding-right: 15px;
}
.drk-toparticle > article:last-of-type {
    padding-right: 0px !important;
}

/* Slider */

.slider {
    width: 100%;
    border-top: 1px solid #eb6909;
    padding-top: 15px;
    position: relative;
}
.drk-hide {
    height: 100%;
    width: 145px;
    background: #e9ebe9;
    position: absolute;
    top: 243px;
    left: 0px;
    z-index: 99;
}
.drk-hideright {
    height: 100%;
    width: 145px;
    background: #e9ebe9;
    position: absolute;
    top: 243px;
    right: 0px;
    z-index: 100;
}
.slide > article {
    margin-left: 10px;
}
.drk-carousel {
    height: auto;
    margin-top: 14px;
    margin-bottom: 20px;
    width: 960px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.drk-carousel > h2.drk-sitetitle {
    padding-bottom: 8px !important
}
.drk-carouseloverline {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #eb6909;
    text-transform: uppercase;
}
.drk-carouseldate, .drk-carouseldate a:hover {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display:block;
}
.drk-carouselheadline {
  font-weight:normal;
}
.slide > article > a:hover {
    text-decoration: none !important;
}
.slide > article > h3 {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-top: -2px;
    padding-top:12px;
}
.slide > article > p {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 0px;
    margin-right: 20px;
}

/* Artikel */

.drk-articlebox {
    background-color: #fff;
    width: 635px;
    height: auto;
    margin-top: 5px;
}
.drk-articlebig > img {
    display: block;
}

.drk-articlebig > p {
    margin-left: 10px !important;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-right: 10px;
}
.drk-articlesmall {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    display: block;
}
.bordershort {
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
}
.drk-articlesubtitle {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  font-style: italic;
  margin-left: 10px;
  padding-top: 3px;
  display: block;
}
.drk-more {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
.drk-sendestrecke {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}
.drk-articlesmall > .drk-small .drk-overline {
    padding-top: 0px !important;
    margin-top: -4px;
}
.drk-articlesmall > img {
    float: left;
}
.drk-small {
    width: 355px;
    float: right;
    display: inline;
}
.drk-small > .drk-subline {
  font-style: italic;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.drk-articlesmall > .drk-small > p {
    margin-left: 10px !important;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 10px;
    margin-right: 10px;
}
.drk-articlecopy {
    margin-left: 10px;
    overflow: visible;
}
.drk-articlecopy > h3 > a > .drk-overline {
    margin-top: -15px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
}
.drk-articlecopy > p {
    display: inline;
}
.drk-articlesmall:last-of-type {
    padding-bottom: 30px !important;
}

/* Artikel Footer */

.drk-footerarticle {
    border-top: 1px solid #666;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    max-height: 20px;
    clear:both;
}
.drk-footerarticletwitter {
  width: 20px;
  height: 20px;
  background: url(dkultur/img/footersocial_twitter.png) no-repeat;
  display: inline-block;
  vertical-align: top;
}
.drk-footerarticlefb {
  width: 20px;
  height: 20px;
  background: url(dkultur/img/footersocial_fb.png) no-repeat;
  display: inline-block;
  vertical-align: top;
}
.drk-footerarticlegoogle {
  width: 20px;
  height: 20px;
  background: url(dkultur/img/footersocial_google.png) no-repeat;
  display: inline-block;
  vertical-align: top;
}
.drk-footerarticle > ul {
  list-style: none;
}
.drk-footerarticle > ul li {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}
.drk-footerarticle > ul li:last-of-type {
  margin-right: 0px;
}
.drk-footerarticle > a {
    margin-left: 10px;
}
.drk-footerarticle > a:first-of-type {
    margin-left: 0px;
}

/* Sidebox */
.drk-sidebar .richtext p img {
  margin-left: -10px;
}
.drk-sidebar .richtext a {
  text-decoration:underline;
  font-weight:600;
}
.drk-sidebar .richtext p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.4em;
}
.drk-sidebar {
    float: right;
    width: 310px;
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.drk-sidebarmargin {
  margin-top: 370px;
}
.drk-sidebar > div:first-of-type {
  margin-top: 0px;
}
ul.drk-sidesendungplaylist {
list-style: none;
}
.drk-arrowdown {
  background: url(dkultur/img/playlist_arrowdown.png) right center no-repeat;
  margin-right: 10px;

}
a.drk-playlistopen {
  display: block;
}
.drk-arrowleft {
  background: url(dkultur/img/playlist_arrowleft.png) right center no-repeat;
  margin-right: 10px;
}

ul.drk-sidesendungplaylist li {
   margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    font-weight: 600;
}
ul.drk-rezensionauswahl {
  list-style: none;
}
ul.drk-rezensionauswahl li.active {
  color: #eb6909;
}
ul.drk-rezensionauswahl li {
   margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    font-weight: 600;
}
ul.drk-rezensionauswahl li:last-child {
  border: none;
}

.drk-sidebargap {
    margin-top: 20px;
}
.drk-sidecalendar {
  background-color: #fff;
  margin-bottom: 10px;
}
.drk-sideprogram {
  background-color: #fff;
  margin-bottom: 10px;
}
.drk-sideprograminfo { 
  margin-left: 10px;
}
.drk-radiorekorder {
  background: #fff;
  margin-top: 10px;
}
.drk-radiorekorder > article > p > .drk-link {
  display: block;
  margin-top: 10px;
}
.drk-radiorekorder > img {
  display: block;
}
.drk-radiorekorder > article > h5 {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.drk-radiorekorder > article > p {
      font-size: 15px;
    line-height: 1.4em;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
}
.drk-sideprogramname {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}
.drk-sideprogramname > a.psradio {
  float: none;
  margin-left: 20px;
}
.drk-sideprogramtext {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  padding-bottom: 15px;
}
.drk-sidenews {
    background-color: #fff;
}
.drk-sidelinks {
  margin-top: 10px;
  background-color: #fff;
}
.drk-tborder {
    border-bottom: 1px solid #ccc;
}
.drk-tbordershort {
  border-bottom: 1px solid #ccc;
}
.drk-tbordertop {
    border-top: 1px solid #ccc;
}
.drk-tborderorange {
    border-bottom: 1px solid #eb6909;
}
.drk-newsshort {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}
.linkBox > ol {
list-style: none;
}
.linkBox > ol li {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.linkBox > ol li:last-of-type {
  border: none;
}
.linkBox > ol li {
  cursor: pointer;
}
.drk-newsshort > a > span {
  font-weight: 600;
}
.drk-newsshort:last-of-type {
    padding-bottom: 15px;
    border-bottom: none;
}
.drk-sidebox {
    background-color: #fff;
    margin-top: 10px;
}
.drk-sidesendung {
  margin-bottom: 10px;
  background: #fff;
}
.drk-sidesendunginfo {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.drk-sidesendungtext {
   padding-bottom: 15px;
   font-size: 15px;
   font-weight: 400;
   display: block;
}
.drk-sidesendungdate {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding-bottom: 20px;
  display: block;
}
.drk-sidebox > .drk-copytext {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.drk-sidebox > a > img {
    width: 310px;
    height: 175px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    display: block;
}
.drk-sidebox > img {
    width: 310px;
    height: 175px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    display: block;
}
.drk-sidebox > .drk-overline {
    margin-left: 10px;
}
.drk-sideboxalt {
    background-color: #fff;
    margin-top: 10px;
}
.drk-sideboxnews {
    border-top: 1px solid #ccc;
}
.drk-sideboxnews:nth-of-type(1) {
border-top: none;
  
}
.drk-sideboxnews > img {
    width: 310px;
    height: 175px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
}
.drk-sideboxnews > .drk-overline {
    margin-left: 10px;
}
.drk-sideboxnews > p {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
}
.drk-sideboxnews > .drk-copytext > a {
    display: block;
}
.drk-sideboxbroadcast {
    border-top: 1px solid #ccc;
}
.drk-sideboxbroadcast:nth-of-type(1) {
border-top: none;
  
}
.drk-sideboxbroadcast > img {
    width: 310px;
    height: 175px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
}
.drk-sideboxbroadcast > .drk-overline {
    margin-left: 10px;
}
.drk-sideboxbroadcast > p {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.drk-sideboxbroadcast > .drk-copytext > a {
    display: block;
}
.drk-altbeitraege {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
    border-top: 1px solid #666;
}

/* Kalender */

.drk-calendardates {
  background-color: #fff;
  height: 35px;
  line-height: 30px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #e9ebe9;
}
ul.drk-calendartime {
  list-style: none;
  margin-left: 40px;
  margin-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
ul.drk-calendartime li {
  display: inline-block;
  font-size: 15px;
  color: #666;
  text-align: left;
  width: 70px;
}
ul.drk-calendartime > li > a.active {
  color: #333;
  font-weight: 600;
}
.drk-calendarmonth {
  margin-left: 20px;
}
.drk-calendarmonth > span {
  margin-left: 30px;
  margin-right: 30px;
  vertical-align: middle;
}
.drk-calendaryear {
  margin-right:20px;
  float:right;
}
.drk-calendaryear > span {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.drk-calendarleft {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(dkultur/img/calendarleft.png) no-repeat;
  vertical-align: middle;
}
.drk-calendarright {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(dkultur/img/calendarright.png) no-repeat;
  vertical-align: middle;
}

.drk-calendar {
  width: 355px;
  margin: 0;
  display: block;
  position: relative;
}

th,td {
  width: 45px;
  text-align: center;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cal th {
  font-size: 13px;
  height: 10px;
  line-height: 24px;
  color: #666;
}

.cal td {
  padding: 0;
  margin:0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.cal td a {
  display: block; 
  font-size: 14px;
  height: 23px;
  line-height: 23px;
  color: #222;
    background-color: #f8f8f8;
    padding: 0;
  margin:0;
  font-weight: 600;

}

td:nth-child(1) {
  border-left: 0;
}
td:nth-child(7) {
  border-right: 0;
}


.cal td a:hover { background: #fff;}

.cal td.active a { color: #eb6909; }
.cal td.auswahl a { background-color: #bfbfbf;}

.cal .disabled a {
  color: #333;
  background-color: #dddddd;
}

/* Themenportal */

.drk-titlefullwidth {
    font-size: 17px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    width: 960px;
    background: #fff;
    margin-bottom: 2px;
    display: block;
}

.drk-articlebigtwo > img {
    display: block;
}

.drk-articlebigtwo > p {
    margin-left: 10px !important;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
}


.drk-container {
    background-color: #fff;
    width: 635px;
    position: relative;
    display: inline-block;
}

/* Kulturnachrichten */
.drk-kulturnachrichten {
  margin-top: 15px;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.drk-kulturnachrichten > p > a {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  text-decoration: underline;
}
.drk-kulturnachrichten > .drk-subline {
  font-style: italic;
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.drk-kulturnachrichten > p {
  font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
}
/* Tagesprogramm */

.drk-tagesprogramm {
  margin-top: 5px;
  border-collapse: collapse;
}
.drk-zeile {
  padding-bottom: 10px !important;
  border-bottom: 5px solid #fff;
}


.time {
  width: 155px;
  height: auto;
  text-align: left;
  padding-left: 10px;
  background-color: #e6dfd7;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.description {
  text-align: left;
  width: 500px;
  background-color: #f6f0e9;
  padding: 10px 10px 10px 10px;
}
.description > h3 {
  font-size: 15px;
  color: #eb6909;
  font-weight: 700;
}
.description > h3 > a.aufnahme {
  text-decoration: underline;
  color: #eb6909;
  font-size: 15px;
  font-weight: 700;
}
.description > p {
      font-size: 15px;
    line-height: 1.4em;
    padding-top: 10px;
}
.description > p.subDescription > span > .titletime {
  font-weight: 600;
}
.description > p.subDescription > span:first-of-type {
  display: block;
}
.description > p.subDescription > span > .title {
  font-weight: 600;
  text-decoration: underline;
}
a.psradio {
color: #333;
float: right;
padding-left: 11px;
padding-right: 15px;
background-image: url(dkultur/img/reddot.gif);
background-position: center left;
background-repeat: no-repeat;
display: inline-block;
font-weight: 600;
}

/* Seite Empfehlen */

.recommendationForm {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.recommendationForm > h2 {
  font-weight: 600;
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.recommendationForm > form {
  background-color: #e8c9bf;
  padding: 10px 10px 10px 10px;
}
.recommendationForm > form > .field > label {
display: block;
font-size: 15px;
font-weight: 600;
margin-bottom: 5px;
}
.recommendationForm > form > .field {
margin-bottom: 10px;
}
.recommendationForm > form > .field > .text {
  height: 20px;
}
.recommendationForm > form > .field > #message {
  width: 250px;

}
.fullArticleLink {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  text-decoration: underline;
}
/* Sendung A-Z */

.drk-sendung {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0px;
  height: auto;
  overflow: hidden;
}
.drk-sendung:last-of-type {
padding-bottom: 15px;
}
ul.drk-sendungabc {
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
}
ul.drk-sendungabc li {
  display: inline;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  margin-left: 2px;
}
ul.drk-sendungabc li > .active {
    color:  #eb6909 !important;
}
ul.drk-sendungabc li:after {
  content: "|";
  margin-left: 2px;
}
.all {
  text-transform: uppercase;
  color:  #eb6909 !important;
}
ul.drk-sendungabc li:last-child:after {
  content: none;
  margin-left: 4px;
}
.drk-sendungzeit {
  display: block !important;
  color: #eb6909 !important;
  font-size: 15px;
  font-weight: 600;
}
.drk-sendunginfo {
  width: 280px;
  float: right;
  margin-top: 5px;
}
.drk-sendunginfo > p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
}

.drk-sendungopen {
font-size: 15px;
font-weight: 600;
color: #333;
display: inline-block;
text-align: right;
}
ul.drk-sendungnavigation {
list-style: none;
}
ul.drk-sendungnavigation > li {
  display: inline;
  margin-right: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
ul.drk-sendungnavigation > li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 2px;
}
ul.drk-sendungnavigation > li:last-child:after {
  content: none !important;
}
.drk-sendunghide {
      font-size: 15px;
    line-height: 1.4em;
    margin-top: 15px;
    display: inline-block;
}
.drk-sendungclose {
font-size: 15px;
font-weight: 600;
color: #333;
display: block;
margin-top: 5px;
}

/* Tagesplaylist */
ul.drk-tagesplaylist {
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
ul.drk-tagesplaylist li {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 0px;
}
ul.drk-tagesplaylist > li > .drk-sendungdatum {
  margin-left: 0px;
  margin-top: -10px;
  margin-bottom: 15px;
}
ul.drk-tagesplaylist > hr {
  color: #ccc;
  border: 0;
  height: 1px;
  background-color: #ccc;
}
.drk-tagesplaylist table { 
  border-collapse: collapse;
  border-spacing: 0;
}
h3.drk-tagesplaylistzeit {
  font-size: 15px;
  font-weight: 700;
  color: #eb6909;
  margin-bottom: 10px;
}
h3.contentList {
  font-size: 15px;
  font-weight: 400;
}
h3.contentList > a {
  text-decoration: underline;
}
.drk-tagesplaylisthead {
  width: 170px;
  display: block;
  float: left;
}
.drk-tagesplaylisthead > p {
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
}
.drk-tagesplaylistright {
  float: right;
  width: 440px;
}
.drk-tagesplaylist table {
}
.drk-tagesplaylist table tr td {
  text-align: left;
  width: 200px;
  line-height: 1.5em;
}
.drk-tagesplaylist table tr td.lable {
  width: 140px !important;
  vertical-align: top;
}

/* Heute Neu */

.drk-heuteneu {
  margin-top: 0px;
  margin-bottom: 0px;
}
.drk-heuteneu:last-of-type {
  margin-bottom: 15px;
}
.drk-heuteneu > .drk-link {
  margin-left: 10px;
  margin-top: 3px;
}
.drk-heuteneu > h3 > .drk-overline {
}

/* Veranstaltungen */
.drk-veranstaltungen {
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.drk-veranstaltungen-detail > .largeImage {
  margin-top: 35px;
  margin-left: -10px;
}
.drk-veranstaltungen:last-of-type {
  border: none;
  padding-bottom: 5px;
}
.drk-eventinfo > h3 > .drk-overline {
  color: #eb6909;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  margin-top: 0px;
  padding-top: 0px;
}
.drk-eventinfo > h1 > .drk-overline {
  color: #eb6909;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  margin-top: 0px;
  padding-top: 0px;
}
.drk-eventinfo > p {
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-right: 10px;
}
.drk-eventinfo > p > a {
  display: block;
  margin-top: 10px;
}
.drk-eventinfo > h3 {
  font-size: 15px;
  margin-top: 2px;
}
.drk-veranstaltungen-detail {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px; /* custom */
  padding-right: 10px; /* custom */
}
.drk-veranstaltungen-detail > div,
.drk-veranstaltungen-detail > p {
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 10px;
/*  margin-right: 10px;
  margin-left: 10px; custom */
}
.drk-veranstaltungen-detail > h1 > .drk-overline {
  color: #eb6909;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  margin-top: 0px;
  padding-top: 0px;
}
.drk-eventdates {
  float: left;
  font-size: 15px;
  margin-left: 10px;
  display: block;
  width: 100px;
}
.drk-eventdatum {
font-weight: 700;
color: #eb6909;
display: block;
}
.drk-eventuhr {
  display: block;
}
.drk-eventort {
  display: block;
}
.drk-eventinfo {
float: right;
width: 450px;
}
/* Rezensionen */
.drk-review {
padding-left: 10px;
padding-right: 10px;
margin-top: 15px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ccc;
}
.drk-review:last-of-type {
  border: none !important;
}
.drk-reviewhighlight {
  font-size: 15px;
  color: #eb6909;
  font-weight: 700;
  float: left;
  width: 200px;
}
.drk-reviewhighlight > span.reviewautor {
  font-weight: 400 !important;
  display: block;
  color: #333;
}
ul.drk-reviewlist {
  list-style: none;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  color: #333;
  float: right;
  width: 410px;
}
ul.drk-reviewlist li {
  line-height: 1.4em;
  margin-bottom: 5px;
}
ul.drk-reviewlist li span {
 display: block;
 font-weight: 400;
 margin-top: -2px;
}
ul.drk-reviewlist li a.active {
  color: #eb6909;
}
ul.drk-reviewabc {
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-right: 10px;
}
ul.drk-reviewabc li {
  display: inline;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  margin-left: 2px;
}
ul.drk-reviewabc li > .active {
    color:  #eb6909 !important;
}
ul.drk-reviewabc li:after {
  content: "|";
  margin-left: 2px;
}

ul.drk-reviewabc li:last-child:after {
  content: none;
  margin-left: 4px;
}
/* Pagination */

.drk-pagination {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 25px;
}
.drk-paginationanzahl {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 10px;
  vertical-align: bottom;
}
.drk-paginationleft {
  width: 26px;
  height: 26px;
  background: url(dkultur/img/pagination_leftb.png) no-repeat;
  display: inline-block;
}
.drk-paginationright {
  width: 26px;
  height: 26px;
  background: url(dkultur/img/pagination_rightb.png) no-repeat;
  display: inline-block;
}
.drk-paginationleftg {
  width: 26px;
  height: 26px;
  background: url(dkultur/img/pagination_leftg.png) no-repeat;
  display: inline-block;
}
.drk-paginationrightg {
  width: 26px;
  height: 26px;
  background: url(dkultur/img/pagination_rightg.png) no-repeat;
  display: inline-block;
}

/* Sendungsportal */

.drk-sendungdatum {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 6px;
  display: block;
}
.drk-sendungdatum > span {
  text-transform: uppercase;
  color: #eb6909;
}

/* Footer */
footer {
    width: 960px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: #333;
    position: relative;
    display: block;
    clear: both;
}
ul.drk-footernavigation1 > li.drk-footerkultur {
    font-size: 14px;
    font-weight: 700;
    color: #eb6909;
    text-decoration: none;
    margin-right: 90px;
}
ul.drk-footernavigation1 > li.drk-footerkultur > a {
    font-size: 14px;
    font-weight: 700;
    color: #eb6909;
}
ul.drk-footernavigation1 {
  list-style: none;
}
ul.drk-footernavigation1 li {
display: inline;
}

.drk-footer > .drk-trenner {
    font-size: 14px;
}
ul.drk-footernavigation1 > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}
ul.drk-footernavigation1 > li > a:hover {
    color: #eb6909;

}
ul.drk-footernavigation2 {
    margin-top: 30px;
}
ul.drk-footernavigation2 > li {
    display: inline-block;
    margin-right: 94px;
    font-size: 11px;
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    vertical-align: text-top;
}
 ul.drk-footernavigation2 > li a {
    color: #333 !important;
    text-decoration: none;
}

ul.drk-footernavigation2 > li a:hover {
    color: #333 !important;
    text-decoration: underline;
}
.partner img {
    vertical-align: middle;
    margin-right: 15px;
}
ul.drk-footernavigation2 > li:first-child {
    margin-right: 119px;
}
ul.drk-footernavigation2 > li:last-child {
    margin-right: 0px;
}

/* custom */
.richtextWithImage {
  padding: 15px 10px;
  line-height: 1.4em;
  font-size: 15px;
}
.richtextWithImage a {
  text-decoration: underline;
  font-weight:600;
}

/* disqus */
.disqusPreface {
  border-top: 0.1em solid #CCCCCC;
  padding-top:8px;
  margin-top:12px;
}
.disqusPreface p {
  margin-top:10px;
  margin-bottom:10px;
  font-size:15px;
  line-height:1.4em;
  color:#333;
}
.disqusPreface a {
  text-decoration:underline;
  font-weight:600;
}

/* schedule page */
.drk-tagesprogramm div.articleDetailLink {
  font-size: 15px;
  line-height: 1.4em;
  padding-top: 10px;
}
.drk-tagesprogramm div.articleDetailLink a {
  text-decoration: underline;
}

.drk-article img.dkulturwithoutmargin {
  margin-left: -10px !important;
}

/* fix for gallery */
.galleryWrapper {
  display: block;
  overflow: auto;
}

/* hide blind navigation */
.hideNavigation {
  height: 0px;
  visibility: hidden;
  position: absolute;
  left: -20000px;
}

/* hide #pageContent div on startpage */
#pageContent.hidePageContent {
  display: none;
}

/* fixing float/clear issue in pageContent area */
#pageContent {
  display: inline-block;
}

/* fixing overflow issue when disqus is enabled */
.drk-footerarticle.noMaxheight {
  max-height:  none;
}

/* Adding file: dkultur.beitrag.css */
/* Beitrag Detail */

.drk-article {
    background: #fff;
    width: 635px;
}
.drk-article > .text > .subtitle {
  padding: 10px 0 10px 0 !important;
  margin: 0 !important;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    font-style: italic;
}
.drk-article h1 {
    font-family:'Lora', Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    color: #333;
}
.author {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 10px;
}

.drk-articleplay {
    background: #999999;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 5px;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    width: 92px;
    text-align: center;
}
.drk-articleplay:hover {
    text-decoration: none;
}
span.galleryTitle {
display: block;
margin-bottom: 10px;
}

.drk-zwischenheader {
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
}
.dradiokulturblock {
    background: #e8c9bf;
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    font-size: 15px;
}
.linkInternal {
  font-weight: 600;
}

.dradiokulturblock > strong {
  font-weight: 600 !important;
}
.drk-block > span {
  text-decoration: underline;
  font-weight: 700;
}
.drk-autorinfo {
    margin-top: 25px;
}
.drk-autorinfo > img {
    float: left;
    width: 275px;
    height: 155px;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 5px;
}
.drk-autorinfo > p {
    font-size: 15px;
    color: #333;
    float: right;
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    width: 335px;
}

.drk-article > .text > .kicker {
      font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.drk-article > .text > .largeImage {
    margin-top: 15px;
    margin-left: -10px;
}
a.drk-articlesub {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.drk-article .drk-overline {
  margin-top: 10px
}
.largeImage > dt {
    position: relative;
    margin-left: 0px;
}
.largeImage > dt > a.image {
  z-index: 10;
}
dd {
  padding-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.drk-article > .text > div,
.drk-article > .text > p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
    line-height: 1.4em;
    color: #333;
}
.drk-article > .text > p > a {
  font-weight: 600;
  text-decoration: underline;
}
.drk-article > .text > h3 {
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 17px;
  font-weight: 600;
}
.drk-article .dradioImageSubtitle {
  font-size:14px;
  line-height:normal;
  font-weight:normal;
}
.dradiokulturcolor {
  color: #eb6909 !important; 
  font-weight: 600;
}
.dradiokulturcolor > span {
  color: #333 !important;
}
.drk-article > .text {
  padding-left: 10px;
  padding-right: 10px;
}

.ul {
margin-left: 10px;
}

/* Adding file: dkultur.fonts.css */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro/SourceSansPro-Light.eot')
  format('embedded-opentype'),
  url('fonts/source-sans-pro/SourceSansPro-Light.woff')
  format('woff'),
  url('fonts/source-sans-pro/SourceSansPro-Light.ttf') format('truetype')
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro/SourceSansPro-Regular.eot')
  format('embedded-opentype'),
  url('fonts/source-sans-pro/SourceSansPro-Regular.woff')
  format('woff'),
  url('fonts/source-sans-pro/SourceSansPro-Regular.ttf')
  format('truetype')
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-sans-pro/SourceSansPro-Semibold.eot')
  format('embedded-opentype'),
  url('fonts/source-sans-pro/SourceSansPro-Semibold.woff')
  format('woff'),
  url('fonts/source-sans-pro/SourceSansPro-Semibold.ttf')
  format('truetype')
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro/SourceSansPro-Bold.eot')
  format('embedded-opentype'),
  url('fonts/source-sans-pro/SourceSansPro-Bold.woff') format('woff'),
  url('fonts/source-sans-pro/SourceSansPro-Bold.ttf') format('truetype')
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/source-sans-pro/SourceSansPro-LightItalic.eot')
  format('embedded-opentype'),
  url('fonts/source-sans-pro/SourceSansPro-LightItalic.woff')
  format('woff'),
  url('fonts/source-sans-pro/SourceSansPro-LightItalic.ttf')
  format('truetype')
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/source-sans-pro/SourceSansPro-RegularItalic.eot')
  format('embedded-opentype'),
  url('fonts/source-sans-pro/SourceSansPro-RegularItalic.woff')
  format('woff'),
  url('fonts/source-sans-pro/SourceSansPro-RegularItalic.ttf')
  format('truetype')
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/source-sans-pro/SourceSansPro-SemiboldItalic.eot')
  format('embedded-opentype'),
  url('fonts/source-sans-pro/SourceSansPro-SemiboldItalic.woff')
  format('woff'),
  url('fonts/source-sans-pro/SourceSansPro-SemiboldItalic.ttf')
  format('truetype')
}
@font-face {
    font-family:'Lora', serif;
    font-weight: 400;
    font-style: normal;
    src: url('fonts/lora/Lora-Regular-webfont.eot');
    src: url('fonts/lora/Lora-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Regular-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Regular-webfont.ttf') format('truetype')

}

@font-face {
    font-family:'Lora', serif;
     font-weight: 700;
    font-style: normal;
    src: url('fonts/lora/Lora-Bold-webfont.eot');
    src: url('fonts/lora/Lora-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Bold-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Bold-webfont.ttf') format('truetype')

}


/* Adding file: dkultur.jquery.bxslider.css */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
	max-width: 960px !important;
}

.bx-wrapper img {
	width: 310px;
	height: 174px;
	display: block;
	margin-right: 20px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -495px;
	width: 1900px !important;
	height: auto !important;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: -45px;
	left: 45%;
	width: auto;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
/*	background: url(images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	width: 30px;
	display: block;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	background: url(dkultur/img/bulletpoints.png) no-repeat;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(dkultur/img/bulletpoints_active.png) no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: rgba(233, 235, 233, 0.87) url(dkultur/img/arrow_left.png) 50px no-repeat;
	height: 50px;
	width: 50px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: rgba(233, 235, 233, 0.87) url(dkultur/img/arrow_right.png) 50px no-repeat;
	height: 50px;
	width: 50px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 32px;
	margin-top: -16px;
	outline: 0;
	width: 145px;
	height: 180px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}


.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Adding file: drkAudioplayer.css */
#drk-player-progressbar {
  overflow:hidden;
  cursor:pointer;
}
#drk-player-main {
  width:326px;
  height:24px;
}
/* Adding file: gallery.css */
.galleryThumbnail {
  display: block;
  float: left;
  padding: 20px;
}
a.galleryThumbnailFrame {
  display: block;
  text-align: center;
  vertical-align: center;
}
.galleryThumbnailFrame img {
  border: none;
}
.galleryNavigation {
  clear: both;
  text-align: center;
}
.galleryTitle {
  display: block;
  font-weight: bold;
  padding-bottom: 0.5em;
}

/* lightbox */
#lbOverlay,
#lightboxOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbCenter, #lbBottomContainer,
#lightboxCenter, #lightboxBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading,
.lightboxLoading {
  background: #fff url(img/lightbox_loading.gif) no-repeat center;
}
#lbImage,
#lightboxImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink,
#lightboxPrevLink, #lightboxNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink,
#lightboxPrevLink {
  left: 0;
}
#lbPrevLink:hover,
#lightboxPrevLink:hover {
  background: transparent url(img/lightbox_prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink,
#lightboxNextLink {
    right: 0;
}
#lbNextLink:hover,
#lightboxNextLink:hover {
  background: transparent url(img/lightbox_nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom,
#lightboxBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink,
#lightboxCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(img/lightbox_closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption, #lbNumber,
#lightboxCaption, #lightboxNumber {
  margin-right: 71px;
}
#lbCaption,
#lightboxCaption {
  font-weight: bold;
  color: #004371;
}
