/*hell*/
/*mittel*/
/*blau*/
/*lila*/
/*gelb*/
/*pink*/
/*mint-gruen*/
.akzentfarbe {
  color: #0E57AB;
  fill: #0E57AB; }
  .darkmode .akzentfarbe {
    color: #1379ED;
    fill: #1379ED; }
  @media (prefers-color-scheme: dark) {
    .akzentfarbe {
      color: #1379ED;
      fill: #1379ED; } }

.bg_akzentfarbe {
  background-color: #0E57AB; }
  .darkmode .bg_akzentfarbe {
    background-color: #1379ED; }
  @media (prefers-color-scheme: dark) {
    .bg_akzentfarbe {
      background-color: #1379ED; } }

.calendarlist {
  box-sizing: content-box;
  width: 100%;
  position: relative;
  height: 5em; }
  .calendarlist .bground {
    height: 4em; }
  .calendarlist .horizon {
    height: 1.6em !important;
    bottom: 1em; }
  .calendarlist .slideback, .calendarlist .slidefwd {
    position: absolute;
    font-size: 3em;
    cursor: pointer; }
    .calendarlist .slideback .icon, .calendarlist .slidefwd .icon {
      margin: 0; }
  .calendarlist .slidefwd {
    right: 0; }
  .calendarlist .viewport {
    margin: 0 3em;
    overflow: hidden;
    height: 5.3em;
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em; }
  .calendarlist .calendar {
    position: absolute;
    width: 300000px;
    white-space: nowrap;
    z-index: 2; }
    .calendarlist .calendar .month {
      font-family: "NDRSansCondRegular", sans-serif;
      position: absolute;
      top: 0;
      padding-left: 0.2em; }
    .calendarlist .calendar ul {
      display: inline-block;
      padding: 0;
      margin: 0.5em 0 0 0; }
      .calendarlist .calendar ul li {
        list-style: none;
        display: block;
        float: left;
        padding: 0.5em 0 0 0; }
        .calendarlist .calendar ul li a {
          text-decoration: none; }
        .calendarlist .calendar ul li span {
          display: block;
          text-align: center; }
        .calendarlist .calendar ul li .date {
          font-family: "NDRSansCondRegular", sans-serif;
          font-size: 1.4em;
          color: #939292;
          padding: 0.2em 0.3em 0 0.3em;
          width: 1.4rem; }
        .calendarlist .calendar ul li a .date {
          color: #fff; }
        .calendarlist .calendar ul li a:hover .date, .calendarlist .calendar ul li a:focus .date {
          background-color: #82a2b2;
          color: #dedede; }
        .calendarlist .calendar ul li .day {
          color: #5993cc;
          font-size: 0.9em;
          margin-top: 0.3em; }
  .calendarlist .marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 1em;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    bottom: -0.7em;
    left: -9999px;
    z-index: 1; }

.detailview {
  padding: 0 2em 1em 2em;
  position: relative;
  width: 100%; }
  .detailview .modulepadding {
    padding-right: 0; }
  .detailview .teaserimage {
    width: 8em;
    margin-right: 1rem; }
    @media (min-width: 40em) {
      .detailview .teaserimage {
        margin-right: 1.2rem; } }
  .detailview .teaserpadding {
    padding-top: 0;
    padding-right: 0;
    padding-left: 9rem; }
    @media (min-width: 48em) {
      .detailview .teaserpadding {
        padding-left: 9.2rem;
        padding-right: 13.5em; } }
  .detailview .button {
    float: right; }
    @media (min-width: 48em) {
      .detailview .button {
        position: absolute;
        right: 2em;
        top: 1em; } }
  .detailview .cta:hover, .detailview .cta:focus {
    background-color: #fff;
    color: #dedede; }

.kk_datenav h1 {
  color: #fff; }

.kk_kalender .form_element {
  width: auto; }

.kk_kalender fieldset {
  border-top: 0; }

#program_schedule.kk_kalender {
  margin-top: 2rem; }
  @media (max-width: 30em) {
    #program_schedule.kk_kalender {
      font-size: 0.8rem; } }
  #program_schedule.kk_kalender li {
    position: relative;
    min-height: 7em; }
  #program_schedule.kk_kalender .timeandplay {
    width: 33%;
    padding-left: 12%;
    text-align: left;
    overflow: hidden; }
    #program_schedule.kk_kalender .timeandplay .time {
      font-size: 2em; }
    #program_schedule.kk_kalender .timeandplay .brandeddate {
      color: #fff;
      padding-left: 0.5em;
      margin-right: 0.5em;
      margin-bottom: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 11%;
      min-width: 3em;
      overflow: hidden; }
      #program_schedule.kk_kalender .timeandplay .brandeddate span {
        display: block; }
        #program_schedule.kk_kalender .timeandplay .brandeddate span.date {
          color: #fff;
          font-size: 2em;
          margin: 0.2em 0; }
  #program_schedule.kk_kalender .ndrsinfonieorchester .timeandplay .brandeddate,
  #program_schedule.kk_kalender .ndrsinfonieorchester .timeandplay .brandeddate span.date {
    color: rgba(0, 0, 0, 0.6); }
  #program_schedule.kk_kalender .thumbnail {
    width: 20%; }
  #program_schedule.kk_kalender .details {
    width: 45%; }
    #program_schedule.kk_kalender .details .abo {
      clear: left; }
  #program_schedule.kk_kalender .nodata {
    text-align: center;
    font-size: 1.6em;
    padding: 1em 0;
    margin-bottom: 2em;
    list-style: none;
    border-bottom: 1px solid #eeeeee; }

.kk_datenav label {
  background-color: #214683;
  padding: 0.2em 0.5em 0.1em 0.5em;
  text-decoration: none;
  border-radius: 2px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  left: 1.8em;
  top: 0; }
  .kk_datenav label.invisible {
    display: none; }

.kk_datenav .icon {
  top: 0; }

.kk_datenav a.daynext {
  line-height: 2.8em; }

.kk_datenav .form_element {
  width: 24em !important;
  position: relative; }
.kk_datenav #searchwordcalendar {
  font-family: "NDRSansCondRegular", sans-serif;
  width: 8em;
  float: right;
  margin-right: 2.8em;
  margin-top: 2px;
  padding: 2px 12px; }
  @media screen and (max-width: 40em) {
    .kk_datenav #searchwordcalendar {
      margin-right: 3rem;
      padding: 7px 10px;
      width: 10.5rem; } }
.kk_datenav button {
  float: right;
  position: absolute;
  right: 0;
  top: 2px;
  width: 2.2em;
  height: 2.3em;
  padding: 0.3em;
  background: #214683;
  border-color: #0000001a;
  color: #fff; }
  .kk_datenav button .icon {
    top: 0;
    font-size: 1.5em;
    line-height: 1.5rem; }

.kk_kalender h1 a {
  border-bottom: 1px solid #333; }

@media screen and (max-width: 40em) {
  .detailview {
    padding: 0 1em 1em 1em; }
    .detailview .button {
      right: 0; }

  #program_schedule.kk_kalender .timeandplay {
    width: 45%;
    padding-left: 13%; }
    #program_schedule.kk_kalender .timeandplay .brandeddate {
      padding-left: 0.2em;
      overflow: hidden; }
    #program_schedule.kk_kalender .timeandplay .brandeddate span.date {
      font-size: 1.5em; }
    #program_schedule.kk_kalender .timeandplay .time {
      font-size: 1.5em; }
  #program_schedule.kk_kalender .thumbnail {
    display: none; }
  #program_schedule.kk_kalender .details {
    width: 55%; }
  #program_schedule.kk_kalender .epgbutton {
    display: none; }

  .kk_datenav label {
    left: 0.9em; } }
@media screen and (max-width: 30em) {
  .detailview .teaserpadding {
    padding-right: 1em; }
  .detailview .button {
    position: relative;
    top: 0;
    clear: left; }

  .kk_datenav a {
    color: transparent !important; }

  .kk_datenav a span {
    color: #fff !important; } }
label[for="kk_displayfilter"] {
  line-height: 3rem;
  padding-right: 0.5rem; }
