@charset "UTF-8";
/* color */
/* fonts */
/* borders */
.container:after, #breadcrumb ul:after, .event-detail-wrapper .event-detail-item .extra:after {
  content: "";
  display: table;
  clear: both; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

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,
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, main, menu, nav, section, summary {
  display: block; }

*:focus {
  outline: none; }

input[type=submit], input[type=reset] {
  text-align: center;
  height: 30px;
  border: none;
  background-color: #7F7F7F;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 2px; }
  input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus {
    background-color: #0573A3;
    text-align: center; }

.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

html {
  font-size: 13px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background-color: #FFFFFF;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  margin: 0; }
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#wrapper {
  background-color: #FFFFFF; }

#main-content hr {
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #D6D6D6;
  height: 1px;
  margin: -1px 0 2rem;
  width: 100%; }

body {
  height: 100%; }

header {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    header {
      display: block !important; } }

#content {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem; }

#homeGallery {
  margin-bottom: 35px;
  height: 450px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    #homeGallery {
      height: initial;
      width: 100%;
      padding: 0; } }
  #homeGallery + #content #main-content > :first-child {
    margin-top: 0; }

#main-content {
  width: 66%;
  float: left;
  margin-right: 3%; }
  @media only screen and (max-width: 1024px) {
    #main-content {
      width: 100%;
      float: none;
      margin: 20px 0 40px;
      padding-bottom: 0; } }
  #main-content > div:first-of-type {
    margin-top: 2rem; }
  #main-content .tabbody .tabhead {
    display: none; }
  #main-content.mediathek {
    width: 100%;
    float: none; }
    #main-content.mediathek > div:first-of-type {
      margin-top: 10px; }
  #main-content iframe {
    max-width: 100%; }

.teaser-mediathek {
  margin-top: 4rem; }

#sidebar {
  float: right;
  width: 31%; }
  @media only screen and (max-width: 1024px) {
    #sidebar {
      float: none;
      width: 100%; } }
  #sidebar .sidebar-box.tw-widget {
    padding: 0;
    height: 452px; }

.quick-options {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .quick-options {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 40px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 568px) {
    .quick-options {
      padding: 0 20px; } }
  .quick-options > div {
    position: relative; }

.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1100px) {
    .container {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 568px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.imgNavBox {
  width: 100%; }
  .imgNavBox .tn {
    float: left;
    position: relative;
    height: auto; }
    .imgNavBox .tn img {
      width: 100%;
      height: auto; }
    .imgNavBox .tn a span {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      color: #FFFFFF;
      font-weight: bold;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      .imgNavBox .tn a span:after {
        content: '';
        display: inline-block;
        position: relative;
        background: url("../images/icon/link-int.svg") no-repeat 0 -24px;
        width: 5px;
        height: 8px;
        float: right; }
    .imgNavBox .tn a:hover span {
      background: #0074A5; }
  .imgNavBox .tn-1 {
    width: 100%; }
  .imgNavBox .tn-odd, .imgNavBox .tn-even {
    width: calc(50% - 10px);
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .imgNavBox .tn-odd, .imgNavBox .tn-even {
        width: 100%; } }
  .imgNavBox .tn-odd {
    float: right; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1024px) {
    .row {
      display: block; } }
  .row .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media only screen and (max-width: 1024px) {
      .row .column {
        display: block; } }
  .row .column:first-child {
    -webkit-box-flex: 2.129;
        -ms-flex: 2.129;
            flex: 2.129;
    margin-right: 3%; }
    @media only screen and (max-width: 1024px) {
      .row .column:first-child {
        margin-right: 0; } }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .row.reverse .column:nth-child(1) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 0; }
    .row.reverse .column:nth-child(2) {
      -webkit-box-flex: 2.129;
          -ms-flex: 2.129;
              flex: 2.129;
      margin-right: 3%; }
      @media only screen and (max-width: 1024px) {
        .row.reverse .column:nth-child(2) {
          margin-right: 0; } }

.object-fit-fallback {
  background-size: cover;
  background-position: center center; }
  .object-fit-fallback img {
    opacity: 0 !important; }

hr.clearer {
  clear: right;
  height: 1px;
  border: none;
  padding: 0;
  margin: 0; }

h1 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  border-bottom: 3px solid #0E0906;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  h1.headline {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #0E0906; } }

#content > .container > h1 {
  width: 66%;
  margin-bottom: -3px;
  line-height: 1.25; }
  @media only screen and (max-width: 1024px) {
    #content > .container > h1 {
      width: 100%; } }

h2 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  font-weight: normal;
  border-bottom: 3px solid #0E0906;
  padding-bottom: 1rem;
  text-transform: uppercase; }

h3, h4, h5 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem; }

h4 {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 1.5rem; }

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty {
  display: none; }

p {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125em; }

#sidebar p + p {
  margin-top: 0; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

a {
  text-decoration: none;
  color: #0074A5; }
  a:hover {
    color: #66ABC9; }
  a.btn {
    color: #FFFFFF; }
    a.btn:hover {
      color: #FFFFFF; }

.link:after {
  content: '';
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.link:after {
  margin-left: 0.5rem; }

.link--int:after {
  background-image: url("../images/icon/link-int.svg");
  background-position: 0 -16px;
  width: 5px;
  height: 8px; }

.link--int:hover::after {
  background-position: 0 -8px; }

.link--ext:after {
  background-image: url("../images/icon/icon-link-ext.svg");
  background-position: 0 -28px;
  width: 16px;
  height: 14px;
  top: 1px; }

.link--ext:hover::after {
  background-position: 0 -14px; }

.link--download:after {
  background-image: url("../images/icon/link-download.svg");
  background-position: 0 -24px;
  width: 11px;
  height: 12px;
  top: 2px; }

.link--download:hover::after {
  background-position: 0 -12px; }

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none; }

.btn {
  display: block;
  background: #0074A5;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }
  .btn a {
    display: block;
    color: #FFFFFF; }
  .btn:hover {
    background: #66ABC9; }
    .btn:hover a {
      color: #FFFFFF; }

img {
  max-width: 100%;
  vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    img {
      width: 100%;
      height: auto; } }

figure img {
  width: 100%;
  height: auto; }

figure figcaption {
  text-align: left;
  background-color: #EEEEEE;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  line-height: 1.6; }

@font-face {
  font-family: 'msc';
  src: url("../fonts/msc.eot?b7e78b");
  src: url("../fonts/msc.eot?b7e78b#iefix") format("embedded-opentype"), url("../fonts/msc.woff2?b7e78b") format("woff2"), url("../fonts/msc.ttf?b7e78b") format("truetype"), url("../fonts/msc.woff?b7e78b") format("woff"), url("../fonts/msc.svg?b7e78b#msc") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "msc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-camera:before {
  content: "\e901"; }

.icon-overview:before {
  content: "\e900"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-circle:before {
  content: "\f111"; }

.icon-search:before {
  content: "\f002"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-download:before {
  content: "\f019"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-camera:before {
  content: "\f030"; }

.icon-play:before {
  content: "\f04b"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

@media only screen and (max-width: 1024px) {
  header {
    display: none;
    overflow: hidden; } }

header .header-top {
  background: #0074A5;
  color: #FFFFFF;
  font-weight: bold;
  text-align: right; }
  @media only screen and (max-width: 1024px) {
    header .header-top {
      text-align: left; } }
  header .header-top a {
    color: #FFFFFF;
    font-weight: bold; }
    header .header-top a:hover {
      color: #66ABC9; }
  header .header-top > div > ul > li {
    padding: 0.5rem 0;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 1024px) {
      header .header-top > div > ul > li {
        padding: 1.5rem 0; } }
    header .header-top > div > ul > li:not(:last-child) {
      margin-right: 2rem; }
    header .header-top > div > ul > li > ul li {
      display: inline-block; }
  header .header-top .toggle-search {
    cursor: pointer;
    padding: 0.5rem;
    -webkit-user-select: none; }
    @media only screen and (max-width: 1024px) {
      header .header-top .toggle-search {
        display: none; } }
    header .header-top .toggle-search span {
      font-size: 0; }
    header .header-top .toggle-search:after {
      content: '';
      display: inline-block;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      background: url("../images/icon/icon-loupe.svg") no-repeat 0 0;
      width: 17px;
      height: 17px; }
    header .header-top .toggle-search:hover::after {
      background-position: 0 -17px; }
    header .header-top .toggle-search.open {
      background: #66ABC9; }
      header .header-top .toggle-search.open:after {
        background-position: 0 -34px; }
  header .header-top .language .spacer {
    color: #66ABC9;
    margin: 0 4px; }
  header .header-top .language a {
    color: #66ABC9; }
    header .header-top .language a:hover {
      color: #FFFFFF; }

header #searchbox {
  position: relative;
  width: 100%;
  height: 0;
  background: #66ABC9;
  overflow: hidden;
  -webkit-transition: height .4s;
  transition: height .4s; }
  @media only screen and (max-width: 1024px) {
    header #searchbox {
      height: auto; } }
  header #searchbox.open {
    height: 60px; }
  header #searchbox form {
    height: 30px;
    margin: 15px auto; }
    @media only screen and (max-width: 1024px) {
      header #searchbox form {
        margin: 10px auto;
        height: 40px; } }
    header #searchbox form > * {
      border: none;
      outline: none;
      box-shadow: none;
      height: 30px; }
      @media only screen and (max-width: 1024px) {
        header #searchbox form > * {
          height: 40px; } }
  header #searchbox input[type=text] {
    float: left;
    width: calc(100% - 100px);
    padding: 6px 10px;
    font-size: 1.15rem;
    background: #FFFFFF;
    font-weight: normal;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      header #searchbox input[type=text] {
        width: calc(100% - 40px); } }
    header #searchbox input[type=text]::-webkit-input-placeholder {
      font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
      font-weight: normal;
      color: #7F7F7F; }
    header #searchbox input[type=text]:focus::-webkit-input-placeholder {
      color: transparent; }
    header #searchbox input[type=text]:-moz-placeholder {
      /* Firefox 18- */
      font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
      font-weight: normal;
      color: #7F7F7F; }
    header #searchbox input[type=text]::-moz-placeholder {
      /* Firefox 19+ */
      font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
      font-weight: normal;
      color: #7F7F7F; }
    header #searchbox input[type=text]:-ms-input-placeholder {
      font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
      font-weight: normal;
      color: #7F7F7F; }
  header #searchbox button[type=submit] {
    float: right;
    width: 100px;
    padding: 6px 10px;
    background: #0074A5;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      header #searchbox button[type=submit] {
        font-size: 0;
        width: 40px; }
        header #searchbox button[type=submit]:after {
          content: '';
          display: inline-block;
          position: relative;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          background: url("../images/icon/icon-loupe.svg") no-repeat 0 0;
          width: 17px;
          height: 17px; }
        header #searchbox button[type=submit]:hover::after {
          background-position: 0 -17px; } }

header > .container {
  overflow: visible; }

header .header-nav {
  padding: 2rem 0; }
  @media only screen and (max-width: 1024px) {
    header .header-nav {
      display: none; } }
  header .header-nav .logo-wrapper a {
    display: block; }
    header .header-nav .logo-wrapper a img {
      width: 100%;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

#sidebar .sidebar-box {
  padding: 20px;
  background: #EEEEEE;
  margin-bottom: 2rem; }
  #sidebar .sidebar-box h2 {
    font-weight: normal;
    margin-bottom: 1rem; }
  #sidebar .sidebar-box .mediastream-br {
    display: table;
    margin-bottom: 55px; }
    #sidebar .sidebar-box .mediastream-br a {
      background: url(../images/br_livestream_bg.png) 0 0 no-repeat;
      width: 305px;
      height: 62px;
      display: table-cell;
      color: #FFFFFF;
      vertical-align: middle;
      text-align: center;
      padding-left: 70px; }
  #sidebar .sidebar-box .mediastream-dw {
    display: table;
    margin-bottom: 55px; }
    #sidebar .sidebar-box .mediastream-dw a {
      background: url(../images/dw_live_stream.png) 0 0 no-repeat;
      width: 305px;
      height: 62px;
      display: table-cell;
      color: #FFFFFF;
      vertical-align: middle;
      text-align: center;
      padding-left: 70px; }
  #sidebar .sidebar-box.tw-widget {
    border: 1px solid #EEEEEE; }
    @media only screen and (max-width: 1024px) {
      #sidebar .sidebar-box.tw-widget {
        display: none; } }

#sidebar ul.conferencesubnavi {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: initial; }
  #sidebar ul.conferencesubnavi li a {
    display: block;
    padding: 10px 0; }

footer {
  background: #EEEEEE; }
  footer .footer-top {
    background: #EEEEEE; }
    footer .footer-top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 768px) {
        footer .footer-top .container {
          display: block; } }
      footer .footer-top .container > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        padding: 1.5rem 0; }
      footer .footer-top .container > *:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
    footer .footer-top nav > ul {
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        footer .footer-top nav > ul {
          display: block; } }
      footer .footer-top nav > ul > li {
        display: inline-block; }
        footer .footer-top nav > ul > li.current {
          color: #66ABC9; }
      footer .footer-top nav > ul.links {
        margin-right: 1rem; }
        @media only screen and (max-width: 768px) {
          footer .footer-top nav > ul.links {
            margin-right: 0; }
            footer .footer-top nav > ul.links li {
              margin-bottom: 1rem; } }
        footer .footer-top nav > ul.links li:not(:last-child) {
          margin-right: 1rem; }
        footer .footer-top nav > ul.links > li > a:after {
          content: '';
          display: inline-block;
          position: relative;
          margin-left: 0.5rem;
          background-repeat: no-repeat;
          background-image: url("../images/icon/link-int.svg");
          background-position: 0 -16px;
          width: 5px;
          height: 8px;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); }
        footer .footer-top nav > ul.links > li > a:hover::after {
          background-position: 0 -8px; }
      footer .footer-top nav > ul.social {
        margin-left: 2rem; }
        @media only screen and (max-width: 768px) {
          footer .footer-top nav > ul.social {
            margin-left: 0; } }
        footer .footer-top nav > ul.social li:not(:last-child) {
          margin-right: 1rem; }
        footer .footer-top nav > ul.social li a {
          color: #FFFFFF;
          height: 30px;
          width: 30px;
          display: block;
          font-size: 0; }
          footer .footer-top nav > ul.social li a:not(:last-child) {
            margin-right: 1rem; }
          footer .footer-top nav > ul.social li a:after {
            content: '';
            display: inline-block;
            position: relative;
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
            background-image: url("../images/icon/icon-social.svg");
            background-repeat: no-repeat;
            width: 30px;
            height: 30px; }
          footer .footer-top nav > ul.social li a.icn-facebook:after {
            background-position: 0 0; }
          footer .footer-top nav > ul.social li a.icn-facebook:hover::after {
            background-position: 0 -30px; }
          footer .footer-top nav > ul.social li a.icn-twitter:after {
            background-position: 0 -60px; }
          footer .footer-top nav > ul.social li a.icn-twitter:hover::after {
            background-position: 0 -90px; }
          footer .footer-top nav > ul.social li a.icn-youtube:after {
            background-position: 0 -120px; }
          footer .footer-top nav > ul.social li a.icn-youtube:hover::after {
            background-position: 0 -150px; }
          footer .footer-top nav > ul.social li a.icn-storify:after {
            background-position: 0 -180px; }
          footer .footer-top nav > ul.social li a.icn-storify:hover::after {
            background-position: 0 -210px; }
    footer .footer-top .secure {
      text-align: right; }
      footer .footer-top .secure img {
        max-height: 40px;
        width: initial; }
  footer .footer-bottom {
    background: #4A4A4A;
    color: #FFFFFF; }
    footer .footer-bottom > div {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    footer .footer-bottom .copyright {
      float: left;
      line-height: 1.4; }

#mainmenu {
  font-size: 1.25rem; }
  #mainmenu nav > ul {
    position: relative; }
    @media only screen and (max-width: 1024px) {
      #mainmenu nav > ul {
        margin: 1rem 0; } }
    #mainmenu nav > ul > li {
      display: inline;
      padding: 0;
      float: left;
      position: relative;
      z-index: 999; }
      @media only screen and (max-width: 1024px) {
        #mainmenu nav > ul > li {
          display: block;
          float: none;
          position: relative; } }
      #mainmenu nav > ul > li.first-child {
        border-left: none; }
      #mainmenu nav > ul > li:hover {
        background-color: #0074A5;
        z-index: 1000; }
        #mainmenu nav > ul > li:hover a {
          color: #FFFFFF; }
      #mainmenu nav > ul > li a {
        display: block;
        color: #0E0906;
        padding: 11px 11px 12px;
        white-space: nowrap;
        text-transform: uppercase; }
        @media only screen and (max-width: 1024px) {
          #mainmenu nav > ul > li a {
            padding: 12px;
            cursor: pointer; } }
        #mainmenu nav > ul > li a:hover {
          background-color: #0074A5;
          color: #FFFFFF; }
      #mainmenu nav > ul > li:hover ul {
        left: 0; }
        #mainmenu nav > ul > li:hover ul li {
          display: block;
          float: none;
          position: relative;
          width: 100%; }
          @media only screen and (max-width: 1024px) {
            #mainmenu nav > ul > li:hover ul li {
              display: block;
              float: none;
              position: relative;
              width: 100%; } }
      #mainmenu nav > ul > li.home {
        font-size: 0; }
        @media only screen and (max-width: 1024px) {
          #mainmenu nav > ul > li.home {
            font-size: inherit; } }
        #mainmenu nav > ul > li.home a {
          padding: 10px 11px 10px; }
          #mainmenu nav > ul > li.home a:after {
            content: '';
            display: inline-block;
            position: relative;
            background: url("../images/icon/icon-home.svg") no-repeat 0 0;
            width: 25px;
            height: 19px; }
            @media only screen and (max-width: 1024px) {
              #mainmenu nav > ul > li.home a:after {
                background: none; } }
        #mainmenu nav > ul > li.home:hover a:after {
          background-position: 0 -19px; }
      #mainmenu nav > ul > li.active, #mainmenu nav > ul > li.current {
        background-color: #66ABC9; }
        #mainmenu nav > ul > li.active > a, #mainmenu nav > ul > li.current > a {
          color: #FFFFFF; }
  #mainmenu nav ul.level0 > li:hover > a {
    border: 2px solid #FFFFFF; }
    @media only screen and (max-width: 1024px) {
      #mainmenu nav ul.level0 > li:hover > a {
        border: none; } }
  #mainmenu nav ul.level0 > li > a {
    border: 2px solid #FFFFFF;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 1024px) {
      #mainmenu nav ul.level0 > li > a {
        border: none; } }
    #mainmenu nav ul.level0 > li > a:hover {
      border: 2px solid #FFFFFF; }
      @media only screen and (max-width: 1024px) {
        #mainmenu nav ul.level0 > li > a:hover {
          border: none; } }
  @media only screen and (max-width: 1024px) {
    #mainmenu nav ul.level0 > li > a:after,
    #mainmenu nav ul.level0 > li > .active-and-sublevels:after {
      content: "\f078";
      font-family: "msc" !important;
      font-size: 11px;
      color: #0E0906;
      display: inline-block;
      position: absolute;
      right: 15px; }
    #mainmenu nav ul.level0 > li > a:hover::after,
    #mainmenu nav ul.level0 > li > .active-and-sublevels:hover::after {
      color: #FFFFFF; }
    #mainmenu nav ul.level0 > li.active > a:after {
      color: #FFFFFF; }
    #mainmenu nav ul.level0 > li.open > a {
      color: #FFFFFF;
      background-color: #0074A5; }
      #mainmenu nav ul.level0 > li.open > a:after, #mainmenu nav ul.level0 > li.open > a.active-and-sublevels:after {
        content: "\f077";
        color: #FFFFFF; }
    #mainmenu nav ul.level0 > li a.no-sublevel:after {
      content: ''; } }
  #mainmenu nav ul.level1 {
    left: -999em;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: auto;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF; }
    @media only screen and (max-width: 1024px) {
      #mainmenu nav ul.level1 {
        display: none;
        left: 0;
        position: relative;
        top: 0;
        width: auto;
        border: none; } }
    #mainmenu nav ul.level1 > li {
      background-color: #0074A5; }
      @media only screen and (max-width: 1024px) {
        #mainmenu nav ul.level1 > li {
          display: block;
          float: none;
          position: relative; } }
      #mainmenu nav ul.level1 > li a {
        cursor: pointer;
        font-size: 1.1rem;
        letter-spacing: 0.025em;
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        padding: 12px 15px 11px;
        text-transform: none; }
        #mainmenu nav ul.level1 > li a:hover {
          background-color: #66ABC9;
          color: #FFFFFF; }
        @media only screen and (max-width: 1024px) {
          #mainmenu nav ul.level1 > li a:after {
            content: ""; } }
      #mainmenu nav ul.level1 > li.current {
        background-color: #66ABC9; }
        #mainmenu nav ul.level1 > li.current span {
          color: #FFFFFF;
          font-size: 12px;
          cursor: default;
          text-transform: none;
          white-space: nowrap; }
          @media only screen and (max-width: 1024px) {
            #mainmenu nav ul.level1 > li.current span {
              padding-left: 2px;
              font-size: 14px; } }
      #mainmenu nav ul.level1 > li.last-child a {
        border-bottom: #EEEEEE; }
        @media only screen and (max-width: 1024px) {
          #mainmenu nav ul.level1 > li.last-child a {
            border-bottom: none; } }

.mobile-header {
  height: 50px;
  padding: 0 40px;
  display: block; }
  @media only screen and (min-width: 1025px) {
    .mobile-header {
      display: none; } }
  @media only screen and (max-width: 568px) {
    .mobile-header {
      padding: 0 20px; } }
  .mobile-header .logo-mobile {
    position: absolute;
    top: 10px;
    right: 40px;
    height: 30px; }
    @media only screen and (max-width: 568px) {
      .mobile-header .logo-mobile {
        right: 20px; } }
    .mobile-header .logo-mobile img {
      height: 100%;
      width: auto; }

@media only screen and (max-width: 1024px) {
  #breadcrumb {
    display: none; } }

#breadcrumb ul {
  overflow: visible;
  font-size: .9em;
  padding: 1rem 0 4rem; }
  #breadcrumb ul .current {
    color: #0074A5;
    display: inline-block; }
  #breadcrumb ul li {
    margin: 0 2px 0 0;
    padding: 0;
    float: left;
    display: inline; }

.quick-options > div {
  width: 32px;
  height: 25px;
  color: #FFFFFF; }
  @media only screen and (max-width: 1024px) {
    .quick-options > div {
      display: inline-block;
      margin: 1rem 1.5rem 1rem 0; } }
  @media only screen and (max-width: 568px) {
    .quick-options > div {
      margin: 1rem 1rem 1rem 0; } }
  .quick-options > div:not(:last-child) {
    margin-bottom: 0.5rem; }
    @media only screen and (max-width: 1024px) {
      .quick-options > div:not(:last-child) {
        margin-bottom: 1rem; } }
  .quick-options > div a {
    color: #FFFFFF; }
  .quick-options > div i {
    position: relative;
    display: block;
    font-style: normal;
    width: 32px;
    height: 25px; }
    @media only screen and (max-width: 1024px) {
      .quick-options > div i {
        height: 32px; } }
    .quick-options > div i:before {
      font-family: "msc" !important;
      width: 100%;
      height: 100%;
      line-height: 25px;
      text-align: center;
      display: inline-block;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      @media only screen and (max-width: 1024px) {
        .quick-options > div i:before {
          line-height: 32px; } }
  .quick-options > div span {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    line-height: 25px;
    padding-right: 0.5rem;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    @media only screen and (max-width: 1024px) {
      .quick-options > div span {
        display: none; } }
  .quick-options > div:hover span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .quick-options > div.fb {
    background: #3B5998; }
    .quick-options > div.fb span,
    .quick-options > div.fb i:before {
      background: #3B5998; }
    .quick-options > div.fb i:before {
      content: "\f09a"; }
  .quick-options > div.tw {
    background: #55ACEE; }
    .quick-options > div.tw span,
    .quick-options > div.tw i:before {
      background: #55ACEE; }
    .quick-options > div.tw i:before {
      content: "\f099"; }
  .quick-options > div.print {
    background: #4A4A4A; }
    .quick-options > div.print span,
    .quick-options > div.print i {
      background-color: #4A4A4A; }
    .quick-options > div.print i:before {
      content: '';
      position: relative;
      background-image: url("../images/icon/icon-print.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-color: #4A4A4A;
      width: 14px;
      height: 13px;
      left: 9px;
      top: 6px; }
      @media only screen and (max-width: 1024px) {
        .quick-options > div.print i:before {
          top: 10px; } }

#login {
  clear: both;
  float: right;
  height: 34px;
  overflow: hidden; }
  #login form fieldset div {
    float: left;
    font-size: .75em;
    font-weight: bold; }
  #login form fieldset .field {
    position: relative;
    display: table; }
    #login form fieldset .field label {
      position: absolute;
      padding: 12px 25px; }
    #login form fieldset .field input {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px;
      width: 105px;
      height: 28px;
      margin-left: 15px;
      background: #DDDDDD;
      border: 1px solid #9A9A9A;
      border-right-color: #D9D9D9;
      border-bottom-color: #D9D9D9; }
      #login form fieldset .field input:focus {
        background-color: #FFFFFF; }
      #login form fieldset .field input[type="submit"] {
        text-align: center;
        cursor: default;
        padding: 2px 6px 3px;
        border: none;
        -o-border-image: initial;
           border-image: initial;
        background-color: #7F7F7F;
        height: 39px;
        color: #FFFFFF; }
  #login form fieldset .forgot-password {
    display: block;
    clear: both;
    float: right;
    margin-top: 10px; }
    #login form fieldset .forgot-password a {
      color: #FFFFFF;
      padding-right: 10px;
      background: url(../images/msc_home_gallery_icon_pfeil_rechts_rollover.png) 100% 50% no-repeat; }
  #login .loggedin-user {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    padding: 10px; }
    #login .loggedin-user span {
      font-weight: bold; }

::-webkit-input-placeholder {
  color: #0E0906;
  font-weight: bold; }

:-moz-placeholder {
  color: #0E0906;
  font-weight: bold; }

:-ms-input-placeholder {
  color: #0E0906;
  font-weight: bold; }

.placeholder {
  color: #0E0906;
  font-weight: bold; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

:-moz-placeholder:focus {
  color: transparent; }

:-ms-input-placeholder:focus {
  color: transparent; }

.placeholder:focus {
  color: transparent; }

/* settings for tt_news styles */
.tabbody {
  padding-top: 20px; }

.tabbody2 {
  width: 100%;
  border-bottom: 3px solid #0E0906;
  background-color: #EEEEEE;
  padding: 20px; }
  .tabbody2 > div {
    overflow-y: scroll;
    height: 730px;
    width: 90%;
    padding-right: 30px; }

.news-list-author {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 6px; }

.news-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE; }
  .news-list-item h2 {
    padding-bottom: 1rem;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.25;
    border: none; }
  .news-list-item a {
    display: block;
    color: #0E0906 !important;
    letter-spacing: 0.025em; }
    .news-list-item a:hover {
      text-decoration: none !important;
      color: #0074A5 !important; }
      .news-list-item a:hover .link--ext:after {
        background-position: 0 -28px; }
    .news-list-item a .link--ext:after {
      background-position: 0 0; }

.news-single-item {
  padding: 0;
  position: relative; }
  .news-single-item div.csc-textpic-intext-left .csc-textpic-imagewrap {
    margin-bottom: 0; }
    @media only screen and (max-width: 568px) {
      .news-single-item div.csc-textpic-intext-left .csc-textpic-imagewrap {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; }
        .news-single-item div.csc-textpic-intext-left .csc-textpic-imagewrap figure {
          width: 100%; } }
  .news-single-item h2, .news-single-item h3, .news-single-item h4, .news-single-item h5 {
    border: none;
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
    line-height: 1.5em;
    text-transform: none; }
  .news-single-item .news-single-subheader {
    border-bottom: 1px solid #D2D2D2;
    color: #0E0906;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 30px; }
  .news-single-item .news-author {
    border-top: 1px solid #D2D2D2;
    margin-top: 50px;
    padding: 20px 0 30px; }
  .news-single-item .news-single-backlink {
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 0; }
    .news-single-item .news-single-backlink a {
      padding-right: 30px;
      display: block;
      color: #000000;
      background: url("../images/msc_zurueckpfeil_icon_blank.png") no-repeat scroll 100% 50% transparent; }
      .news-single-item .news-single-backlink a:hover {
        background: url("../images/msc_zurueckpfeil_icon_over.png") no-repeat scroll 100% 50% transparent;
        color: #0573A3;
        text-decoration: none; }

.news-list-container h1, .news-list-container h3, .news-list-container h4, .news-list-container h5 {
  border: none;
  font-size: 12px;
  text-transform: none; }

.news-list-container .news-list-date {
  float: none;
  font-style: italic;
  font-size: 12px;
  padding: 0;
  margin: 0 0 5px 0; }

.news-list-container .news-list-item {
  border-bottom: 1px solid #E3E3E3; }
  .news-list-container .news-list-item:first-child {
    border-top: none; }

.news-list-container > .btn {
  margin-top: 30px; }

.sidebar-box .news-list-container {
  padding: 0; }
  .sidebar-box .news-list-container .news-list-item {
    padding: 0;
    border-bottom: 0; }
    .sidebar-box .news-list-container .news-list-item h2 {
      line-height: 1.25;
      margin-bottom: 0.5rem;
      padding-bottom: 0; }
      .sidebar-box .news-list-container .news-list-item h2 a {
        text-transform: none;
        font-weight: bold; }

.sidebar-box .mm-listview {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 1.5rem;
  background: #0074A5;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .sidebar-box .mm-listview:hover {
    background: #66ABC9; }

.news-list-morelink a {
  background: transparent; }
  .news-list-morelink a:hover {
    background: transparent; }

.news-single-img {
  margin: 0 20px 7px 0;
  display: table;
  float: left; }
  .news-single-img img {
    border: medium none;
    display: block;
    padding-top: 5px; }
  .news-single-img .news-single-imgcaption {
    display: block;
    background-color: #D2D2D2;
    font-size: 11px;
    line-height: 11px;
    padding: 10px;
    caption-side: bottom;
    text-align: left;
    width: 220px; }

.Tx-Formhandler {
  margin: 20px 0 0; }
  .Tx-Formhandler label {
    font-size: 12px;
    font-weight: bold;
    line-height: 28px; }
  .Tx-Formhandler .has-error label {
    color: #ff0000; }
  .Tx-Formhandler hr {
    margin: 25px 0 20px !important; }
  .Tx-Formhandler .mandatory {
    margin-top: 35px; }
  .Tx-Formhandler input[type="text"] {
    height: 30px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid transparent;
    background: #EEEEEE; }
    .Tx-Formhandler input[type="text"]:focus {
      border: 1px solid #66ABC9; }
  .Tx-Formhandler textarea {
    width: 100% !important;
    height: 100px;
    padding: 5px 10px;
    border: 1px solid transparent;
    background: #EEEEEE; }
    .Tx-Formhandler textarea:focus {
      border: 1px solid #66ABC9; }
  .Tx-Formhandler .formhandler-row {
    margin-bottom: 15px;
    width: 100%; }
    .Tx-Formhandler .formhandler-row.title, .Tx-Formhandler .formhandler-row.salutation {
      float: left;
      margin-right: 10px;
      width: 158px; }
      .Tx-Formhandler .formhandler-row.title .formhandler-select-wrapper, .Tx-Formhandler .formhandler-row.salutation .formhandler-select-wrapper {
        width: 100%; }
    .Tx-Formhandler .formhandler-row.spacer {
      height: 61px; }
  .Tx-Formhandler .first-col {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .Tx-Formhandler .first-col {
        float: none;
        width: 100%;
        margin-right: 0; } }
  .Tx-Formhandler .second-col {
    float: left;
    width: calc(50% - 10px);
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .Tx-Formhandler .second-col {
        width: 100%;
        float: none; } }
  .Tx-Formhandler .formhandler-submit,
  .Tx-Formhandler .formhandler-reset {
    float: right;
    cursor: pointer;
    padding: 8px 22px 10px;
    width: 100px;
    margin-left: 10px; }
  .Tx-Formhandler .formhandler-submit {
    background: #0074A5; }
    .Tx-Formhandler .formhandler-submit:hover {
      background: #66ABC9; }
  .Tx-Formhandler .formhandler-reset {
    background: #7F7F7F; }
    .Tx-Formhandler .formhandler-reset:hover {
      background: #66ABC9; }
  .Tx-Formhandler .formhandler-select-wrapper {
    background: #EEEEEE url(../images/select_arrow.png) no-repeat right 6px top 50%;
    border: none;
    cursor: pointer;
    display: block;
    height: 30px;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden; }
    .Tx-Formhandler .formhandler-select-wrapper select {
      font-size: 11px;
      width: 110%;
      padding: 5px 0 0 5px;
      background: transparent;
      border: none;
      -webkit-appearance: none; }
      .Tx-Formhandler .formhandler-select-wrapper select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }
  .Tx-Formhandler #newaccreditation-form .formhandler-submit,
  .Tx-Formhandler #newaccreditation-form .formhandler-reset {
    float: left;
    margin: 0 10px 0 0; }
  .Tx-Formhandler .formhandler-backlink {
    color: #000; }
    .Tx-Formhandler .formhandler-backlink span {
      background: url("../images/msc_seite_empfehlen_icon_blank.png") no-repeat scroll 100% 50% transparent;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 8px;
      position: relative;
      top: 5px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .Tx-Formhandler .formhandler-backlink:hover {
      color: #0573a3;
      text-decoration: none; }
      .Tx-Formhandler .formhandler-backlink:hover span {
        background-image: url("../images/msc_seite_empfehlen_icon_rollover.png"); }

ul.sitemap {
  margin-top: 30px;
  display: block;
  margin-left: 0;
  margin-bottom: -42px;
  padding-bottom: 16px; }
  ul.sitemap > li > a:after {
    content: '';
    background: url("../images/icon/link-int.svg") no-repeat 0 -16px;
    width: 5px;
    height: 8px;
    float: right;
    margin-top: 4px; }
  ul.sitemap li {
    background-color: #EEEEEE;
    margin-bottom: 30px;
    border-bottom: 1px solid #D6D6D6; }
    ul.sitemap li a {
      padding: 19px 18px 18px;
      font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
      font-size: 17px;
      color: #0E0906;
      text-transform: uppercase;
      display: block; }
      ul.sitemap li a:hover {
        color: #0074A5; }
    ul.sitemap li ul.sitemap2 {
      border-top: 2px solid #FFFFFF;
      padding-top: 27px;
      padding-bottom: 12px; }
      ul.sitemap li ul.sitemap2 li {
        margin-bottom: 16px;
        border-bottom: none; }
        ul.sitemap li ul.sitemap2 li a {
          font-weight: bold;
          text-transform: none;
          font-size: 12px;
          border: none;
          padding: 0 0 0 18px; }
          ul.sitemap li ul.sitemap2 li a:before {
            content: '';
            display: inline-block;
            background: url("../images/icon/link-int.svg") no-repeat 0 -16px;
            width: 5px;
            height: 8px;
            margin-right: 6px; }
        ul.sitemap li ul.sitemap2 li ul.sitemap3 {
          margin-top: 16px; }
          ul.sitemap li ul.sitemap2 li ul.sitemap3 li a {
            padding-left: 36px;
            font-weight: normal;
            text-transform: none; }
          ul.sitemap li ul.sitemap2 li ul.sitemap3 li ul.sitemap4 {
            margin-top: 16px; }
            ul.sitemap li ul.sitemap2 li ul.sitemap3 li ul.sitemap4 li a {
              padding-left: 52px; }
            ul.sitemap li ul.sitemap2 li ul.sitemap3 li ul.sitemap4 ul.sitemap5 {
              padding: 15px 20px 0; }

.accordion > div {
  display: none; }

.accordion.initialized > div {
  display: block; }

.tx-felogin-pi1 label {
  margin-bottom: 10px;
  color: #0E0906;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 10px; }

.tx-felogin-pi1 label.pass {
  margin-top: 10px; }

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
  background: none repeat scroll 0 0 #DDDDDD;
  border-color: #9A9A9A #D9D9D9 #D9D9D9 #9A9A9A;
  border-style: solid;
  border-width: 1px;
  padding: 9px 10px;
  width: 250px;
  margin: 10px 0 20px; }

.tx-felogin-pi1 input[type="submit"] {
  width: 150px; }

.tx-felogin-pi1 input#user,
.tx-felogin-pi1 input#tx_tvfelogin_pi1[forgot_user] {
  margin-bottom: 10px; }

.tx-felogin-pi1 a {
  background: url("../images/msc_home_gallery_icon_pfeil_rechts_blank.png") no-repeat scroll 97% 50% transparent;
  font-weight: bold;
  padding-right: 15px;
  text-transform: none;
  color: #000000 !important; }
  .tx-felogin-pi1 a:hover {
    background: url("../images/msc_home_gallery_icon_pfeil_rechts_rollover.png") no-repeat scroll 97% 50% transparent;
    color: #0573A3 !important;
    text-decoration: none !important; }

#tx_tvfelogin_pi1[forgot_user] {
  background: none repeat scroll 0 0 #E7E7E7;
  border-color: #9A9A9A #D9D9D9 #D9D9D9 #9A9A9A;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  width: 311px; }

div.hr-line {
  border-bottom: 1px solid #D2D2D2;
  margin: 15px 0; }

#login {
  height: 65px; }
  #login .loginform .loginform-con {
    float: left; }
    #login .loginform .loginform-con span.login-greeting {
      color: #FFFFFF;
      font-weight: normal;
      font-size: 15px;
      display: block;
      line-height: 31px;
      margin-right: 5px;
      text-align: right; }
  #login input[type="submit"] {
    float: right;
    width: 50px !important; }
  #login a {
    color: #FFFFFF;
    font-size: 11px;
    float: right;
    text-decoration: none; }
  #login a:hover {
    color: #0573A3; }

.tx-tvchangefepassword-pi1 label {
  color: #0E0906;
  font-size: 12px;
  font-weight: bold; }

.tx-tvchangefepassword-pi1 input[type="text"],
.tx-tvchangefepassword-pi1 input[type="password"] {
  background: none repeat scroll 0 0 #DDDDDD;
  border-color: #9A9A9A #D9D9D9 #D9D9D9 #9A9A9A;
  border-style: solid;
  border-width: 1px;
  padding: 9px 10px;
  width: 250px;
  margin: 10px 0 20px; }

.tx-tvchangefepassword-pi1 .tv_changefepasswd_error {
  color: #FF0000;
  padding: 10px 0; }

.tx-tvchangefepassword-pi1 .tv_changefepasswd_success {
  color: #00960d;
  padding: 10px 0; }

.form-changefeuser table td {
  padding: 5px; }

.results-entry {
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3; }

h2.results-topic {
  border-bottom: none;
  padding-bottom: 5px;
  text-transform: none;
  line-height: 16px; }

.tx-solr #tx-solr-search-functions #tx-solr-faceting {
  border-bottom: 3px solid;
  height: 56px;
  padding-bottom: 10px;
  position: relative; }
  .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available {
    float: left;
    margin: 10px 20px 0 0;
    position: relative; }

.tx-solr .search_header {
  margin-bottom: 25px;
  background-color: #EEEEEE;
  padding: 10px 40px 20px 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-top: -12px; }
  .tx-solr .search_header .result {
    display: block;
    font-weight: bold;
    margin-bottom: 15px; }
  .tx-solr .search_header .hits {
    font-style: italic; }

.tx-solr .facets {
  list-style: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-left: 0; }
  .tx-solr .facets li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none; }
    .tx-solr .facets li a {
      background: none repeat scroll 0 0 transparent;
      color: #000000;
      display: block;
      padding: 11px 12px;
      text-decoration: none;
      text-transform: uppercase; }
    .tx-solr .facets li:not(:last-child) a {
      border-right: 1px solid #0E0906; }
    .tx-solr .facets li.active {
      margin-left: -1px;
      margin-right: 1px;
      background-color: #0074A5; }
      .tx-solr .facets li.active a {
        background-color: #0074A5;
        border-right: 1px solid transparent;
        color: #FFFFFF !important; }
    .tx-solr .facets li:hover {
      margin-left: -1px;
      margin-right: 1px;
      background-color: #0074A5; }
      .tx-solr .facets li:hover a {
        background-color: #0074A5;
        border-right: 1px solid transparent;
        color: #FFFFFF !important; }

.contenttable {
  border: none;
  font-family: Arial,sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: normal; }
  .contenttable tr {
    line-height: 1.5; }
    .contenttable tr.tr-even {
      line-height: 1.5em; }
      .contenttable tr.tr-even td {
        font-weight: bold; }
    .contenttable tr.tr-odd td {
      padding-bottom: 16px; }
  .contenttable td {
    padding-top: 5px;
    border-spacing: 5px; }
  .contenttable td:first-child {
    padding-right: 15px; }
  .contenttable tr, .contenttable td {
    vertical-align: top;
    background: transparent; }

.tablepad.csc-default {
  margin-top: -15px; }

.tx-tv-mediacenter {
  font-family: arial;
  line-height: 16px; }
  .tx-tv-mediacenter .tabWrapper {
    border-bottom: 3px solid;
    height: 56px;
    padding-bottom: 10px;
    position: relative; }
    .tx-tv-mediacenter .tabWrapper strong {
      display: none; }
    .tx-tv-mediacenter .tabWrapper #tabmenu {
      float: left;
      margin: 10px 20px 0 0;
      position: relative; }
    .tx-tv-mediacenter .tabWrapper #tabfilter {
      float: right;
      margin: 10px 0 0;
      right: 30px; }
  .tx-tv-mediacenter .videoWrapper, .tx-tv-mediacenter .audioWrapper, .tx-tv-mediacenter .imageWrapper {
    background-color: #EEE;
    padding: 10px 0;
    border-bottom: 3px solid #000;
    width: 100%; }
  .tx-tv-mediacenter .filterReset {
    background-color: white;
    background-image: url("../images/mediathek-reset.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: right;
    font-size: 12px;
    height: 25px;
    margin-right: 20px;
    padding-left: 25px;
    position: relative;
    right: 90px;
    top: 29px;
    white-space: nowrap;
    width: 20px;
    color: black;
    padding-top: 2px; }
    .tx-tv-mediacenter .filterReset:hover {
      background-position: 0 -52px;
      color: #0573A3; }
  .tx-tv-mediacenter h1, .tx-tv-mediacenter h2, .tx-tv-mediacenter h3 {
    border-bottom: none; }
  .tx-tv-mediacenter .timeOuter h3.timeGroup {
    border-top: 1px solid;
    padding: 10px 0 10px 10px;
    margin: 0 3px 0 0 !important; }

.leftPlayer {
  float: left;
  margin-right: 10px;
  width: 225px; }

.imageItem .leftPlayer {
  float: none;
  margin: 0;
  width: auto; }

#imageList .row {
  display: table;
  margin-bottom: 10px; }

.imageItem {
  display: table-cell;
  vertical-align: top;
  background-color: #F8F8F8;
  position: relative;
  border-right: solid 10px #eee;
  width: 211px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px; }
  .imageItem:nth-child(3n+3) {
    border-right: 0 none transparent; }
  .imageItem::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-bottom: 1px solid #aaa; }

.ui-widget-content {
  background-color: #FFFFFF !important;
  border: medium none !important; }

.ui-dialog {
  border: medium none;
  width: 480px !important; }

.ui-corner-all {
  border: medium none; }

.ui-widget {
  font-size: 12px !important; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog .ui-dialog-content {
  overflow: hidden !important; }

.ui-widget-overlay {
  background: none repeat scroll 0 0 #000 !important;
  opacity: 0.4 !important; }

.headlineWrapper, .videoDialog .infoWrapper, .imageDialog .infoWrapper, .audioDialog .infoWrapper, .videoDialog .catWrapper, .imageDialog .catWrapper, .audioDialog .catWrapper, .videoDialog .venueWrapper, .imageDialog .venueWrapper, .audioDialog .venueWrapper {
  font-size: 12px !important;
  font-weight: 700;
  padding: 4px 10px; }

.speakerWrapper {
  background-color: #B0B0B0;
  font-size: 10px !important;
  font-style: italic;
  height: 30px;
  padding: 10px 0 0 10px;
  display: none; }

.infoWrapper {
  font-size: 12px !important;
  padding: 4px 10px 4px; }

.dateWrapper {
  font-size: 10px !important;
  padding: 0 10px 0 10px;
  font-style: italic; }

.imageItem .dateWrapper {
  line-height: 11px; }

.previewWrapper {
  /* background-color: #000000; */
  cursor: pointer;
  width: 225px;
  overflow: hidden; }

.imageItem .previewWrapper {
  width: auto;
  margin: 0;
  padding: 0;
  height: 122px;
  word-break: break-all; }
  .imageItem .previewWrapper img {
    width: 100%;
    height: auto; }

.clearWrapper {
  clear: both; }

* {
  margin: 0;
  padding: 0; }

/*
li, p {
    font: 17px/17px Arial,Helvetica,sans-serif !important;
}
*/
#tab {
  overflow: hidden;
  padding-left: 0; }
  #tab li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    padding: 11px 0 12px; }
    #tab li:hover {
      margin-left: -1px;
      margin-right: 1px;
      padding: 11px 0 12px;
      background-color: #0573A4; }
      #tab li:hover a {
        border-right: 1px solid transparent;
        color: #FFFFFF; }
    #tab li.active {
      background-color: #0573A4;
      padding: 11px 0 12px;
      margin-left: -1px; }
      #tab li.active a {
        border-right: 1px solid transparent;
        color: #FFFFFF; }
      #tab li.active:hover {
        padding: 11px 0 12px;
        border-right: 0;
        margin-right: 0; }
    #tab li a {
      background: none repeat scroll 0 0 transparent;
      color: #000;
      display: block;
      padding: 0 10px;
      text-decoration: none;
      text-transform: uppercase;
      border-right: 1px solid black; }

#tab li .audios:active {
  background-color: blue; }

#tab li li:target > a {
  background: none repeat scroll 0 0 #0573A4; }

#tabf {
  overflow: hidden;
  padding-left: 0; }

#tabf li {
  float: left;
  list-style: none outside none;
  margin-left: 10px; }

#tabf #filterYear, #tabf #filterVenue, #tabf #filterSpeaker, #tabf #filterRssButton {
  background-image: url("../images/icons_mediathek.png");
  background-color: transparent;
  display: block;
  height: 42px;
  width: 42px;
  cursor: pointer;
  background-position: -28px -52px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px #EEE; }
  #tabf #filterYear:hover, #tabf #filterVenue:hover, #tabf #filterSpeaker:hover, #tabf #filterRssButton:hover {
    background-position: -28px 0; }

#tabf #filterVenue {
  background-position: -79px -52px; }
  #tabf #filterVenue:hover {
    background-position: -79px 0; }

#tabf #filterSpeaker {
  background-position: -130px -52px; }
  #tabf #filterSpeaker:hover {
    background-position: -130px 0; }

#tabf #filterRssButton {
  background-position: -181px -52px; }
  #tabf #filterRssButton a {
    display: block;
    height: 42px;
    width: 42px; }
    #tabf #filterRssButton a span {
      display: none; }
  #tabf #filterRssButton:hover {
    background-position: -181px 0; }

.AjaxResult {
  background-color: #EEE;
  border-bottom: 10px solid #0E0906;
  margin-top: -1px;
  padding: 0 10px 10px 0; }

#tab li a.active {
  background: none repeat scroll 0 0 #0573A4;
  color: #FFFFFF;
  margin-bottom: -3px; }

​.preloader {
  border-radius: 5px 5px 5px 5px;
  left: 50%;
  position: fixed;
  top: 42%;
  z-index: 10000; }

.videoItem, .audioItem {
  margin-bottom: 20px;
  max-width: 100%; }
  .videoItem .rightDetails, .audioItem .rightDetails {
    margin-left: 250px; }

.sourceWrapper {
  color: #AAA;
  text-align: right !important;
  font-family: arial;
  font-size: 10px !important;
  font-style: italic;
  font-weight: normal !important;
  line-height: 12px;
  margin-right: 10px;
  padding: 4px 10px 0 10px; }

.venueWrapper {
  float: none;
  font-family: arial;
  font-size: 10px !important;
  font-style: italic;
  font-weight: normal !important;
  line-height: 12px;
  padding: 4px 0 0 10px; }

.infoWrapper {
  font-family: arial;
  line-height: 16px; }

#filterPartialYear, #filterPartialVenue, #filterPartialSpeaker {
  display: none;
  padding: 0 0 10px 10px;
  position: absolute;
  right: 0;
  z-index: 1; }
  #filterPartialYear .filter, #filterPartialVenue .filter, #filterPartialSpeaker .filter {
    background-color: white;
    padding: 10px;
    margin-top: -2px;
    box-shadow: 0 3px 8px #AAA; }
    #filterPartialYear .filter h2, #filterPartialVenue .filter h2, #filterPartialSpeaker .filter h2 {
      color: #0572A3;
      font-size: 17px;
      font-family: "helvetica neue", Arial, sans-serif;
      font-weight: normal;
      margin: 10px 10px 15px 30px;
      padding: 0; }
    #filterPartialYear .filter ul, #filterPartialVenue .filter ul, #filterPartialSpeaker .filter ul {
      background-color: #EEE; }

.activeVideosTabActive {
  background-color: red !important; }

.activeAudiosTabActive {
  background-color: green !important; }

.activeImagesTabActive {
  background-color: blue !important; }

#tab .active a {
  background-color: #0573A4;
  border-right: 1px solid transparent;
  color: #FFFFFF !important; }

.venueInner, .categoryInner, .yearInner, .dateAndEventInner, .speakerInner {
  background-color: #EEE;
  margin-bottom: 1px;
  min-height: 50px; }
  .venueInner .filterList, .categoryInner .filterList, .yearInner .filterList, .dateAndEventInner .filterList, .speakerInner .filterList {
    float: none !important;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 !important;
    padding: 0 30px 0 10px;
    width: 210px; }
    .venueInner .filterList a, .categoryInner .filterList a, .yearInner .filterList a, .dateAndEventInner .filterList a, .speakerInner .filterList a {
      color: black;
      font-weight: bold;
      display: block;
      background: url("../images/msc_home_gallery_icon_pfeil_rechts_rollover.png") no-repeat scroll 1% 24px transparent;
      padding-left: 25px;
      font-size: 12px;
      font-family: arial;
      padding: 20px; }
      .venueInner .filterList a:hover, .categoryInner .filterList a:hover, .yearInner .filterList a:hover, .dateAndEventInner .filterList a:hover, .speakerInner .filterList a:hover {
        text-decoration: none;
        color: #0573A4; }
    .venueInner .filterList span, .categoryInner .filterList span, .yearInner .filterList span, .dateAndEventInner .filterList span, .speakerInner .filterList span {
      display: none; }

.yearInner ul li {
  left: 30px;
  position: relative;
  text-decoration: none;
  top: 10px; }

.arrow {
  color: #0272A2;
  font-size: 16px !important;
  left: 10px;
  position: relative;
  top: 22px; }

.videoDialog, .imageDialog, .audioDialog {
  display: none; }
  .videoDialog .dateWrapper, .imageDialog .dateWrapper, .audioDialog .dateWrapper {
    padding: 10px 10px 0;
    font-style: italic; }
  .videoDialog .headlineWrapper, .imageDialog .headlineWrapper, .audioDialog .headlineWrapper, .videoDialog .infoWrapper, .imageDialog .infoWrapper, .audioDialog .infoWrapper, .videoDialog .catWrapper, .imageDialog .catWrapper, .audioDialog .catWrapper, .videoDialog .venueWrapper, .imageDialog .venueWrapper, .audioDialog .venueWrapper {
    padding: 10px 10px 0;
    font-family: arial;
    font-style: normal;
    font-size: 12px !important;
    font-weight: bold; }
  .videoDialog .infoWrapper, .imageDialog .infoWrapper, .audioDialog .infoWrapper, .videoDialog .catWrapper, .imageDialog .catWrapper, .audioDialog .catWrapper, .videoDialog .venueWrapper, .imageDialog .venueWrapper, .audioDialog .venueWrapper {
    font-weight: normal; }

.imageDialog .modalDownload {
  background-color: #7F7F7F;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  padding: 4px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px; }

.mediateaser {
  background-color: black;
  color: #FFFFFF;
  padding: 20px;
  margin-top: 13px;
  height: 259px;
  margin-bottom: 46px !important; }
  .mediateaser h3 {
    font-weight: bold; }
  .mediateaser a {
    background: url("../images/msc_home_gallery_icon_pfeil_rechts_rollover.png") no-repeat scroll 100% 50% transparent;
    padding-right: 10px;
    color: #FFFFFF !important; }
    .mediateaser a:hover {
      text-decoration: none !important;
      color: #0573A3 !important; }

.ui-widget-overlay {
  background-color: #aaa; }

.ui-dialog {
  overflow: visible;
  padding: 0; }

.ui-dialog .ui-dialog-content {
  background-color: none;
  padding: .0; }

.ui-dialog .ui-dialog-buttonpane button {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  height: 30px;
  width: 30px;
  text-indent: -999em;
  background: url("../images/media_box_close_button.png") 0 0 no-repeat;
  border: none; }

.ui-spinner-input {
  background-color: none; }

.ui-tabs .ui-tabs-panel {
  background-color: none; }

.ui-widget-content {
  background-color: #FFFFFF; }

.ui-widget-header {
  background-color: #ccc; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #e6e6e6; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-color: #dadada; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-color: #FFFFFF; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #fbf9ee; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  background-color: #fef1ec; }

.ui-widget-shadow {
  background-color: #aaa; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 1%;
  left: 50%;
  z-index: 1050;
  width: 480px;
  margin-left: -240px;
  background-color: #FFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none; }

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%; }

.modal.fade.in {
  top: 10%; }

.modal-form {
  margin-bottom: 0; }

.modal {
  padding-bottom: 45px;
  height: auto; }

.modal.imageDialog {
  height: auto;
  width: 520px; }

.modal .modalImageWrap {
  width: 520px;
  max-height: 346px;
  overflow: hidden;
  background-color: #F8F8F8; }

.modal .modalImageWrap img {
  width: auto;
  max-height: 350px;
  display: block;
  margin: 0 auto; }

/**************************************************************************
		mediathek basic styles
**************************************************************************/
.mediathek {
  color: #0E0906; }
  @media only screen and (max-width: 768px) {
    .mediathek {
      padding-bottom: 15px;
      margin: 40px 0; } }
  .mediathek h1, .mediathek #event-headline {
    padding-bottom: 15px;
    margin: 0 !important; }
    @media only screen and (max-width: 568px) {
      .mediathek h1, .mediathek #event-headline {
        padding-bottom: 10px;
        border-bottom: 5px solid #0E0906; } }
  .mediathek .headline {
    position: relative;
    border-bottom: 3px solid #0E0906;
    margin-bottom: 20px; }
    .mediathek .headline h1 {
      font-size: 32px;
      border-bottom: none;
      text-transform: none;
      padding-bottom: 0;
      margin-bottom: 10px;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .mediathek .headline h1 {
          margin-bottom: 10px !important; } }
      @media only screen and (max-width: 568px) {
        .mediathek .headline h1 {
          margin-bottom: 5px !important; } }
    .mediathek .headline p {
      font-size: 14px;
      margin: 10px 0; }
      @media only screen and (max-width: 768px) {
        .mediathek .headline p {
          display: none; } }
  .mediathek figure {
    cursor: pointer; }
    .mediathek figure figcaption {
      background-color: rgba(0, 0, 0, 0.4);
      color: #FFFFFF;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      padding: 14px 20px;
      line-height: inherit;
      -webkit-transition: background .3s ease;
      transition: background .3s ease;
      -webkit-text-size-adjust: 100%; }
    .mediathek figure:hover figcaption {
      background-color: #0074A5; }

.lazy {
  background-color: #EEEEEE;
  height: 280px; }
  .lazy .image-wrapper,
  .lazy .video-wrapper,
  .lazy .info,
  .lazy .extra {
    opacity: 0; }

.lazy-hidden {
  opacity: 0; }

.lazy-loaded {
  opacity: 1; }

/**************************************************************************
		filter menu
**************************************************************************/
.event-all-menu {
  display: inline-block;
  margin-left: 40px;
  float: left; }
  .event-all-menu .filter-wrapper {
    height: inherit; }
  @media only screen and (max-width: 1024px) {
    .event-all-menu {
      margin: 10px 0; } }

.filter-wrapper {
  height: 42px; }
  .filter-wrapper.filter-wrapper-start {
    position: absolute;
    right: 0;
    top: 20px; }
    @media only screen and (max-width: 768px) {
      .filter-wrapper.filter-wrapper-start {
        top: -10px; } }
  .filter-wrapper.filter-wrapper-event {
    position: relative;
    display: inline-block;
    float: right;
    margin: 10px 0 10px 0; }
  .filter-wrapper .filter-list li #search-media {
    position: absolute;
    top: 0;
    right: 50px;
    height: 40px; }
    .filter-wrapper .filter-list li #search-media .search-wrapper {
      position: absolute;
      height: 40px;
      width: 0;
      right: 45px;
      margin: 0;
      overflow: hidden;
      -webkit-transition: width .4s;
      transition: width .4s; }
      .filter-wrapper .filter-list li #search-media .search-wrapper form {
        height: 100%; }
      .filter-wrapper .filter-list li #search-media .search-wrapper .search {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        font-size: 12px;
        font-weight: bold;
        border: none;
        border-radius: 0;
        background: #E3E3E3;
        box-shadow: none;
        outline: 0; }
    .filter-wrapper .filter-list li #search-media .search-media-toggle {
      display: block;
      height: 40px;
      width: 40px;
      background-color: #7F7F7F;
      cursor: pointer; }
      .filter-wrapper .filter-list li #search-media .search-media-toggle span:before {
        content: '';
        display: inline-block;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        background: url("../images/icon/icon-loupe.svg") no-repeat 0 0;
        background-size: 100%;
        width: 24px;
        height: 24px;
        top: 8px;
        left: 7px; }
    .filter-wrapper .filter-list li #search-media.active .search-media-toggle,
    .filter-wrapper .filter-list li #search-media:hover .search-media-toggle {
      background-color: #0074A5; }
    .filter-wrapper .filter-list li #search-media.active .search-wrapper {
      width: 160px; }
  .filter-wrapper .filter-list li #filter-event-btn {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #7F7F7F;
    cursor: pointer; }
    .filter-wrapper .filter-list li #filter-event-btn:before {
      content: '';
      display: inline-block;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      background: url("../images/icon/icon-cal.svg") no-repeat 0 0;
      background-size: 100%;
      width: 24px;
      height: 24px;
      top: 8px;
      left: 8px; }
    .filter-wrapper .filter-list li #filter-event-btn:hover, .filter-wrapper .filter-list li #filter-event-btn.active {
      background-color: #0074A5; }
  .filter-wrapper .filter-list li #filter-event-box {
    display: none;
    position: absolute;
    right: 0;
    width: 980px;
    z-index: 2;
    background-color: white;
    box-shadow: 0 0 10px 0 #888888;
    padding: 20px; }
    .filter-wrapper .filter-list li #filter-event-box h2 {
      border-bottom: none;
      font-weight: normal; }
    .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper {
      margin: 0 -10px; }
      .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column {
        padding: 0 10px;
        display: inline-block;
        width: 310px;
        vertical-align: top; }
        .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column.last-years ul {
          cursor: pointer; }
          .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column.last-years ul.open li:first-child::after {
            content: "\f077";
            font-family: "msc" !important;
            font-size: 11px;
            float: right;
            display: inline-block; }
          .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column.last-years ul li:first-child::after {
            content: "\f078";
            font-family: "msc" !important;
            font-size: 11px;
            float: right;
            display: inline-block; }
          .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column.last-years ul:not(:last-child) {
            margin-bottom: 12px; }
          .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column.last-years ul:not(:first-child) li.filter-event-list-item {
            display: none; }
      .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column li {
        margin-left: 0; }
        .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column li a {
          color: #0074A5; }
          .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column li a:hover {
            color: #66ABC9; }
            .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column li a:hover:after {
              background-position: 0 -8px; }
          .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column li a:after {
            content: '';
            display: inline-block;
            position: relative;
            background-repeat: no-repeat;
            background-image: url("../images/icon/link-int.svg");
            background-position: 0 -16px;
            width: 5px;
            height: 8px;
            margin-left: 0.5rem; }
        .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column li.headline-year {
          color: #0E0906;
          display: block;
          border-bottom: 2px solid #E3E3E3;
          font-size: 17px;
          padding-bottom: 8px;
          margin-bottom: 12px; }
        .filter-wrapper .filter-list li #filter-event-box .filter-event-list-wrapper .column li.filter-event-list-item {
          margin-bottom: 18px;
          font-size: 14px;
          padding-right: 20px;
          line-height: 1.2; }
  .filter-wrapper .filter-list-left {
    float: left;
    margin-top: 20px; }
    .filter-wrapper .filter-list-left > li {
      float: left;
      margin-right: 26px;
      height: 14px;
      text-transform: uppercase;
      cursor: pointer; }
      .filter-wrapper .filter-list-left > li a {
        color: #BFBFBF; }
      .filter-wrapper .filter-list-left > li span {
        vertical-align: top;
        color: #BFBFBF;
        font-size: 14px;
        font-weight: bold; }
        .filter-wrapper .filter-list-left > li span.selected {
          color: #0074A5; }
          .filter-wrapper .filter-list-left > li span.selected:before {
            color: #0074A5; }
      .filter-wrapper .filter-list-left > li:hover span {
        color: #0074A5; }
        .filter-wrapper .filter-list-left > li:hover span:before,
        .filter-wrapper .filter-list-left > li:hover span a {
          color: #0074A5; }
      .filter-wrapper .filter-list-left > li span:before {
        font-family: "msc" !important;
        color: #BFBFBF;
        margin-right: 4px; }
      .filter-wrapper .filter-list-left > li.filter-video span:before {
        content: "\f04b"; }
      .filter-wrapper .filter-list-left > li.filter-image span:before {
        content: "\e901"; }
      .filter-wrapper .filter-list-left > li.filter-audio span:before {
        content: "\f028"; }
      .filter-wrapper .filter-list-left > li.filter-reset {
        display: none;
        margin-left: 20px;
        margin-right: 0; }
        .filter-wrapper .filter-list-left > li.filter-reset span:before {
          content: '';
          display: inline-block;
          position: relative;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          background: url("../images/icon/icon-reset.svg") no-repeat 0 -12px;
          background-size: 100%;
          width: 12px;
          height: 12px;
          top: 1px; }
        .filter-wrapper .filter-list-left > li.filter-reset:hover span:before {
          background-position: 0 0; }
    @media only screen and (max-width: 1024px) {
      .filter-wrapper .filter-list-left {
        margin-top: 0; }
        .filter-wrapper .filter-list-left > li {
          margin-right: 5px;
          height: 38px;
          width: 38px;
          background: #EEEEEE;
          font-family: "msc" !important;
          color: #7F7F7F;
          line-height: 38px; }
          .filter-wrapper .filter-list-left > li span {
            width: 100%;
            height: 100%;
            display: block;
            font-size: 0; }
          .filter-wrapper .filter-list-left > li.active {
            border: 1px solid #0074A5; }
            .filter-wrapper .filter-list-left > li.active::before {
              color: #0074A5; }
          .filter-wrapper .filter-list-left > li.filter-video span:before {
            content: "\f04b";
            font-size: 20px;
            padding-left: 12px; }
          .filter-wrapper .filter-list-left > li.filter-image span:before {
            content: "\e901";
            font-size: 20px;
            padding-left: 9px; }
          .filter-wrapper .filter-list-left > li.filter-audio span:before {
            content: "\f028";
            font-size: 20px;
            padding-left: 10px; }
          .filter-wrapper .filter-list-left > li.filter-reset {
            margin-left: 5px; }
            .filter-wrapper .filter-list-left > li.filter-reset span:before {
              top: 6px;
              left: 12px; } }
  .filter-wrapper .filter-list-right {
    float: right; }
    .filter-wrapper .filter-list-right > li {
      float: left;
      margin-left: 10px; }
      @media only screen and (max-width: 768px) {
        .filter-wrapper .filter-list-right > li {
          float: left;
          margin-left: 10px; } }
      .filter-wrapper .filter-list-right > li #search-media {
        position: relative;
        right: 0; }
      .filter-wrapper .filter-list-right > li #filter-event-box {
        right: 40px; }
        @media only screen and (max-width: 768px) {
          .filter-wrapper .filter-list-right > li #filter-event-box {
            right: 20px; } }

/**************************************************************************
		startseite
**************************************************************************/
.featured {
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .featured {
      margin-top: 20px; } }
  .featured img {
    display: block;
    width: 100%;
    height: auto; }
  .featured figcaption span {
    display: block;
    font-size: 11px;
    margin-bottom: 6px; }

.featured-slider, .further-events-slider {
  background-color: #EEEEEE;
  margin: 0 0 30px;
  padding: 20px 0 30px; }
  .featured-slider .slider-inner, .further-events-slider .slider-inner {
    height: 100%;
    visibility: hidden; }
    .featured-slider .slider-inner.slick-initialized, .further-events-slider .slider-inner.slick-initialized {
      visibility: visible; }
    .featured-slider .slider-inner figure, .further-events-slider .slider-inner figure {
      position: relative;
      margin-right: 20px; }
      .featured-slider .slider-inner figure figcaption span, .further-events-slider .slider-inner figure figcaption span {
        display: block;
        font-size: 11px;
        margin-bottom: 6px; }
      .featured-slider .slider-inner figure img, .further-events-slider .slider-inner figure img {
        width: 100%; }

.further-events h2 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: normal; }
  @media only screen and (max-width: 768px) {
    .further-events h2 {
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: 5px solid #0E0906; } }

.further-events .further-events-featured {
  font-size: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .further-events .further-events-featured > .copied {
    display: none; }
  .further-events .further-events-featured > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(33.333% - 13.333px);
        flex-basis: calc(33.333% - 13.333px); }
    @media only screen and (max-width: 768px) {
      .further-events .further-events-featured > * {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px); } }
    @media only screen and (max-width: 568px) {
      .further-events .further-events-featured > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .further-events .further-events-featured > *:not(:nth-child(3n)) {
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .further-events .further-events-featured > *:not(:nth-child(3n)) {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .further-events .further-events-featured > *:not(:nth-child(even)) {
        margin-right: 20px; } }
    @media only screen and (max-width: 568px) {
      .further-events .further-events-featured > *:not(:nth-child(even)) {
        margin-right: 0; } }
  .further-events .further-events-featured figure {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 20px; }
    .further-events .further-events-featured figure img {
      width: 100%; }
    .further-events .further-events-featured figure figcaption span {
      display: block;
      font-size: 11px;
      margin-bottom: 6px; }

.further-events .event-more-slider {
  height: 200px;
  margin-bottom: 40px; }

/**************************************************************************
		event all media
**************************************************************************/
.event-wrapper {
  min-height: 500px;
  font-size: 0;
  margin: 20px -10px 0 -10px;
  clear: both; }
  .event-wrapper .event-item {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    min-height: 280px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #C7C7C7; }
    @media only screen and (max-width: 768px) {
      .event-wrapper .event-item {
        width: calc(50% - 20px); } }
    @media only screen and (max-width: 568px) {
      .event-wrapper .event-item {
        width: calc(100% - 20px); } }
    .event-wrapper .event-item.hidden-filter {
      display: none; }
    .event-wrapper .event-item.hidden-search {
      display: none; }
    .event-wrapper .event-item .image-wrapper,
    .event-wrapper .event-item .video-wrapper {
      margin-bottom: 12px;
      overflow: hidden;
      position: relative;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .event-wrapper .event-item .image-wrapper img,
      .event-wrapper .event-item .video-wrapper img {
        width: 100%; }
    .event-wrapper .event-item .info {
      padding: 0 10px;
      height: 100px; }
      .event-wrapper .event-item .info .date {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.2; }
      .event-wrapper .event-item .info .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 16px;
        line-height: 1.2; }
    .event-wrapper .event-item a {
      color: #0E0906; }
      .event-wrapper .event-item a:hover {
        color: #0074A5; }

/**************************************************************************
		event detail
**************************************************************************/
.back-btn {
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 10px 0;
  padding-top: 10px;
  vertical-align: top; }
  @media only screen and (max-width: 1024px) {
    .back-btn {
      display: none; } }
  .back-btn:hover {
    opacity: 1; }
  .back-btn img {
    width: 14px;
    height: 14px;
    margin-right: 8px; }
  .back-btn span {
    color: #BFBFBF;
    font-size: 14px;
    font-weight: bold; }
    .back-btn span:before {
      content: "\e900";
      font-family: "msc" !important;
      padding-right: 8px;
      position: relative;
      top: 1px;
      font-size: 14px; }
    .back-btn span:hover {
      color: #0074A5; }

.event-detail-container .nav-arrow {
  position: absolute;
  top: 242px;
  width: 40px;
  height: 45px;
  z-index: 1;
  background-color: transparent;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .event-detail-container .nav-arrow {
      top: 0;
      height: 60px;
      width: 60px;
      background-color: #EEEEEE; } }
  @media only screen and (max-width: 568px) {
    .event-detail-container .nav-arrow {
      height: 45px;
      width: 45px; } }
  .event-detail-container .nav-arrow.prev {
    left: -40px; }
    @media only screen and (max-width: 768px) {
      .event-detail-container .nav-arrow.prev {
        left: 0; } }
    .event-detail-container .nav-arrow.prev:before {
      content: "\f053";
      font-family: "msc" !important;
      color: #7F7F7F;
      font-size: 22px;
      position: absolute;
      top: 11.5px;
      left: 11.75px; }
      @media only screen and (max-width: 768px) {
        .event-detail-container .nav-arrow.prev:before {
          font-size: 22px;
          top: 19px;
          left: 21.75px; } }
      @media only screen and (max-width: 568px) {
        .event-detail-container .nav-arrow.prev:before {
          top: 11.5px;
          left: 14.25px; } }
    .event-detail-container .nav-arrow.prev:hover:before {
      color: #0074A5; }
  .event-detail-container .nav-arrow.next {
    right: -40px; }
    @media only screen and (max-width: 768px) {
      .event-detail-container .nav-arrow.next {
        right: 0; } }
    .event-detail-container .nav-arrow.next:before {
      content: "\f054";
      font-family: "msc" !important;
      color: #7F7F7F;
      font-size: 22px;
      position: absolute;
      top: 11.5px;
      left: 11.75px; }
      @media only screen and (max-width: 768px) {
        .event-detail-container .nav-arrow.next:before {
          font-size: 22px;
          top: 19px;
          left: 21.75px; } }
      @media only screen and (max-width: 568px) {
        .event-detail-container .nav-arrow.next:before {
          top: 11.5px;
          left: 14.25px; } }
    .event-detail-container .nav-arrow.next:hover:before {
      color: #0074A5; }

.event-detail-wrapper {
  position: relative;
  margin: 20px 30px 0 30px; }
  @media only screen and (max-width: 768px) {
    .event-detail-wrapper {
      margin-left: 0;
      margin-right: 0; } }
  .event-detail-wrapper .nav-border {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    background: #EEEEEE;
    z-index: 1; }
    .event-detail-wrapper .nav-border.border-left {
      left: -40px; }
    .event-detail-wrapper .nav-border.border-right {
      right: -40px; }
  .event-detail-wrapper .event-detail-item {
    min-height: 540px; }
    .event-detail-wrapper .event-detail-item .image-wrapper.image-potrait img {
      height: 540px;
      width: auto;
      margin: 0 auto; }
    .event-detail-wrapper .event-detail-item .image-wrapper img {
      display: block;
      width: 100%;
      height: auto; }
    .event-detail-wrapper .event-detail-item .video-wrapper {
      position: relative;
      margin-bottom: 20px; }
      .event-detail-wrapper .event-detail-item .video-wrapper .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        .event-detail-wrapper .event-detail-item .video-wrapper .video-overlay span {
          position: absolute;
          top: calc(50% - 30px);
          left: calc(50% - 30px);
          height: 60px;
          width: 60px;
          border-radius: 50%;
          background: #0074A5; }
          .event-detail-wrapper .event-detail-item .video-wrapper .video-overlay span:before {
            content: "\f04b";
            font-family: "msc" !important;
            color: #FFFFFF;
            font-size: 30px;
            line-height: 60px;
            padding-left: 21px; }
      .event-detail-wrapper .event-detail-item .video-wrapper img {
        width: 100%; }
    .event-detail-wrapper .event-detail-item .info {
      margin: 25px 0; }
      @media only screen and (max-width: 568px) {
        .event-detail-wrapper .event-detail-item .info {
          margin-bottom: 20px; } }
      .event-detail-wrapper .event-detail-item .info .date {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: 1.2; }
      .event-detail-wrapper .event-detail-item .info .title {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 16px;
        line-height: 1.2; }
      .event-detail-wrapper .event-detail-item .info .text {
        font-size: 15px;
        line-height: 1.4;
        font-weight: normal;
        margin-bottom: 16px; }
      .event-detail-wrapper .event-detail-item .info .copyright {
        font-size: 14px;
        font-style: italic;
        color: #0E0906; }
    .event-detail-wrapper .event-detail-item .extra {
      height: 25px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .event-detail-wrapper .event-detail-item .extra {
          height: 40px; } }
      @media only screen and (max-width: 568px) {
        .event-detail-wrapper .event-detail-item .extra {
          height: auto; } }
      .event-detail-wrapper .event-detail-item .extra .image-download {
        float: left;
        height: 100%;
        font-size: 12px;
        font-weight: bold;
        color: #0074A5;
        cursor: pointer; }
        @media only screen and (max-width: 568px) {
          .event-detail-wrapper .event-detail-item .extra .image-download {
            margin-bottom: 15px;
            float: none; } }
        .event-detail-wrapper .event-detail-item .extra .image-download span:before {
          content: "\f019";
          font-family: "msc" !important;
          margin-right: 6.5px; }
        .event-detail-wrapper .event-detail-item .extra .image-download a {
          line-height: 25px;
          color: #0074A5; }
      .event-detail-wrapper .event-detail-item .extra .social {
        float: right; }
        @media only screen and (max-width: 568px) {
          .event-detail-wrapper .event-detail-item .extra .social {
            float: none; } }
        .event-detail-wrapper .event-detail-item .extra .social div {
          display: inline-block;
          position: relative;
          height: 25px; }
          @media only screen and (max-width: 568px) {
            .event-detail-wrapper .event-detail-item .extra .social div {
              height: 40px;
              width: 86px; } }
          .event-detail-wrapper .event-detail-item .extra .social div img {
            height: 100%; }
          .event-detail-wrapper .event-detail-item .extra .social div span {
            position: relative;
            width: 100%;
            height: 100%;
            padding-right: 10px;
            color: white;
            font-weight: bold;
            font-size: 14px;
            text-transform: lowercase; }
            .event-detail-wrapper .event-detail-item .extra .social div span:before {
              font-family: "msc" !important;
              width: 25px;
              line-height: 25px;
              text-align: center;
              display: inline-block; }
              @media only screen and (max-width: 568px) {
                .event-detail-wrapper .event-detail-item .extra .social div span:before {
                  line-height: 40px;
                  width: 30px; } }
        .event-detail-wrapper .event-detail-item .extra .social .social-facebook {
          background-color: #3b5998; }
          .event-detail-wrapper .event-detail-item .extra .social .social-facebook span:before {
            content: "\f09a"; }
        .event-detail-wrapper .event-detail-item .extra .social .social-twitter {
          background-color: #55acee; }
          .event-detail-wrapper .event-detail-item .extra .social .social-twitter span:before {
            content: "\f099"; }
  .event-detail-wrapper .event-detail-thumbs {
    position: relative;
    height: 75px;
    font-size: 0;
    margin: 0 0 40px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .event-detail-wrapper .event-detail-thumbs {
        height: 60px; } }
    @media only screen and (max-width: 568px) {
      .event-detail-wrapper .event-detail-thumbs {
        height: 45px; } }
    .event-detail-wrapper .event-detail-thumbs.mobile-thumbs {
      margin: 0 0 10px; }
    .event-detail-wrapper .event-detail-thumbs .thumbs-track {
      position: absolute;
      height: 100%; }
      .event-detail-wrapper .event-detail-thumbs .thumbs-track .thumbs-item {
        height: 100%;
        display: inline-block;
        margin-right: 5px;
        opacity: .3;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .event-detail-wrapper .event-detail-thumbs .thumbs-track .thumbs-item {
            height: 60px; } }
        @media only screen and (max-width: 568px) {
          .event-detail-wrapper .event-detail-thumbs .thumbs-track .thumbs-item {
            height: 45px !important; } }
        .event-detail-wrapper .event-detail-thumbs .thumbs-track .thumbs-item.active {
          opacity: 1; }
          .event-detail-wrapper .event-detail-thumbs .thumbs-track .thumbs-item.active .border {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 2px solid #868686; }
        .event-detail-wrapper .event-detail-thumbs .thumbs-track .thumbs-item img {
          height: 100% !important;
          width: auto !important; }
        .event-detail-wrapper .event-detail-thumbs .thumbs-track .thumbs-item:hover {
          opacity: 1; }

/**************************************************************************
		slick slider
**************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block;
    visibility: visible; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 22.5px);
  width: 30px;
  height: 45px;
  background-color: rgba(238, 238, 238, 0.6);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  z-index: 1;
  cursor: pointer; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:before {
      content: "\f053";
      font-family: "msc" !important;
      color: #7F7F7F;
      font-size: 22px; }
    .slick-arrow.slick-prev:hover {
      background: #FFFFFF; }
      .slick-arrow.slick-prev:hover:before {
        color: #0074A5; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      content: "\f054";
      font-family: "msc" !important;
      color: #7F7F7F;
      font-size: 22px; }
    .slick-arrow.slick-next:hover {
      background: #FFFFFF; }
      .slick-arrow.slick-next:hover:before {
        color: #0074A5; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 5px; }
    .slick-dots li button {
      height: 10px;
      width: 10px;
      border-radius: 50%;
      border: 0;
      background-color: #7F7F7F;
      display: block;
      outline: none;
      line-height: 0;
      font-size: 0;
      padding: 0 5px;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background-color: #0074A5; }

.stamp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .stamp .bg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0074A5; }
  .stamp span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    color: #FFFFFF; }
  .stamp span:before {
    line-height: 36px;
    font-family: "msc" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; }

.f-image .stamp span:before {
  content: "\e901";
  padding-left: 9px; }

.f-video .stamp span:before {
  content: "\f04b";
  padding-left: 12px; }

.f-audio .stamp span:before {
  content: "\f028";
  padding-left: 9px; }

.carousel {
  position: relative;
  height: 100%;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 69%;
  position: relative;
  float: left;
  opacity: 0; }
  @media only screen and (max-width: 1024px) {
    .carousel-inner {
      width: 100%; } }
  .carousel-inner.slick-initialized {
    opacity: 1; }

.carousel-inner .item {
  width: 100%;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner .item:hover .carousel-caption {
  background: #0074A5; }

.carousel-inner .item > img,
.carousel-inner .item > a > img {
  display: block;
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 1024px) {
    .carousel-inner .item > img,
    .carousel-inner .item > a > img {
      width: 100%;
      height: auto;
      -o-object-fit: fill;
         object-fit: fill; } }

/* Dots */
.carousel-inner .slick-dots {
  position: relative;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  background: #0074A5; }
  .carousel-inner .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 12px 6px; }
    .carousel-inner .slick-dots li button {
      height: 12px;
      width: 12px;
      border-radius: 6px;
      border: 0;
      background-color: #66ABC9;
      display: block;
      outline: none;
      line-height: 0;
      font-size: 0;
      padding: 0 6px;
      cursor: pointer; }
    .carousel-inner .slick-dots li.slick-active button {
      background-color: #FFFFFF; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background; }
  @media only screen and (min-width: 1025px) {
    .carousel-caption {
      height: calc(100% / 4); } }

@media only screen and (max-width: 1024px) {
  #homeGallery .carousel-caption {
    padding: 15px 40px; } }

@media only screen and (max-width: 568px) {
  #homeGallery .carousel-caption {
    padding: 15px 20px; } }

#homeGallery .carousel-caption h3 {
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 12px 0; }
  @media only screen and (max-width: 1024px) {
    #homeGallery .carousel-caption h3 {
      font-size: 1.15rem;
      line-height: 1;
      font-weight: 500;
      margin: 0; } }

.carousel-caption h4,
.carousel-caption p {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .carousel-caption p {
      display: none; } }

.carousel-tabs {
  float: right;
  width: 31%;
  height: 100%; }
  @media only screen and (max-width: 1024px) {
    .carousel-tabs {
      display: none; } }
  .carousel-tabs .carousel-tab {
    position: relative;
    height: calc(100% / 4);
    background-color: #66ABC9;
    cursor: pointer; }
    .carousel-tabs .carousel-tab:not(:last-child) {
      border-bottom: 2px solid #FFFFFF; }
    .carousel-tabs .carousel-tab.active, .carousel-tabs .carousel-tab:hover {
      background-color: #0074A5; }
      .carousel-tabs .carousel-tab.active:before, .carousel-tabs .carousel-tab:hover:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 16px solid #0074A5;
        position: absolute;
        top: calc(50% - 16px);
        left: -16px; }
    .carousel-tabs .carousel-tab .carousel-tab--inner {
      padding: 20px;
      line-height: 1.4;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.35rem; }

.teaser-mediathek {
  margin-bottom: 2rem; }

.teaser-mediathek-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px; }
  .teaser-mediathek-wrapper.row-2 > * {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
    @media only screen and (max-width: 568px) {
      .teaser-mediathek-wrapper.row-2 > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .teaser-mediathek-wrapper.row-2 > *:nth-child(odd) {
      margin-right: 4%; }
      @media only screen and (max-width: 568px) {
        .teaser-mediathek-wrapper.row-2 > *:nth-child(odd) {
          margin-right: 0; } }
  .teaser-mediathek-wrapper.row-3 > * {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 31.333%;
        flex-basis: 31.333%; }
    @media only screen and (max-width: 768px) {
      .teaser-mediathek-wrapper.row-3 > * {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; } }
    @media only screen and (max-width: 568px) {
      .teaser-mediathek-wrapper.row-3 > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .teaser-mediathek-wrapper.row-3 > *:not(:nth-child(3n)) {
      margin-right: 3%; }
      @media only screen and (max-width: 768px) {
        .teaser-mediathek-wrapper.row-3 > *:not(:nth-child(3n)) {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .teaser-mediathek-wrapper.row-3 > *:nth-child(odd) {
        margin-right: 4%; } }
    @media only screen and (max-width: 568px) {
      .teaser-mediathek-wrapper.row-3 > *:nth-child(odd) {
        margin-right: 0; } }
  .teaser-mediathek-wrapper figure {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 56.25% 0 0 0;
    /* 56.25% = 100 / (w / h) = 100 / (16 / 9) */ }
    .teaser-mediathek-wrapper figure img {
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .teaser-mediathek-wrapper figure figcaption {
      background-color: rgba(0, 0, 0, 0.4);
      color: #FFFFFF;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-weight: bold;
      font-size: 1rem;
      text-transform: uppercase;
      padding: 14px 20px;
      line-height: inherit;
      -webkit-transition: background .3s ease;
      transition: background .3s ease; }
    .teaser-mediathek-wrapper figure:hover figcaption {
      background-color: #0573A3; }

.hamburger {
  display: inline-block;
  padding: 15.5px 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .hamburger.opened .hamburger-inner {
    background: none; }
  .hamburger.opened .hamburger-inner:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .hamburger.opened .hamburger-inner:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.hamburger-inner {
  display: inline-block;
  width: 31px;
  height: 3px;
  background: #0074A5;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  .hamburger-inner:before, .hamburger-inner:after {
    content: '';
    display: inline-block;
    width: 31px;
    height: 3px;
    background: #0074A5;
    border-radius: 0;
    position: absolute;
    left: 0;
    -webkit-transform-origin: 1.5px center;
        -ms-transform-origin: 1.5px center;
            transform-origin: 1.5px center;
    -webkit-transition: top .1s, -webkit-transform .4s;
    transition: top .1s, -webkit-transform .4s;
    transition: top .1s, transform .4s;
    transition: top .1s, transform .4s, -webkit-transform .4s; }
  .hamburger-inner:before {
    top: 10px; }
  .hamburger-inner:after {
    top: -10px; }

.csc-frame-special {
  padding: 10px 10px 30px 0;
  border-bottom: 1px solid #E3E3E3; }
  .csc-frame-special p {
    font-size: 1.4rem;
    line-height: 20px; }

.csc-default + .csc-default {
  margin-top: 2rem; }

.csc-default h3 {
  margin: 0 0 13px; }

.csc-default ul {
  list-style: disc;
  margin: 5px 0;
  padding-left: 1.5em;
  line-height: 17px; }

.csc-default ol {
  list-style: decimal inside;
  margin: 5px 0; }

.csc-default.grayBox {
  background-color: #E3E3E3;
  padding: 0.5em;
  margin: 1em 0; }

.csc-textpic > :not(:last-child) {
  margin-bottom: 1rem; }

.csc-textpic ul {
  list-style: disc;
  margin: 5px 0;
  padding-left: 1.5em;
  line-height: 17px; }

.csc-textpic ol {
  list-style: decimal inside;
  margin: 5px 0; }

.csc-textpic-intext-left ul {
  padding-left: 1.5em; }

@media only screen and (max-width: 1024px) {
  div.csc-textpic-left .csc-textpic-imagewrap {
    float: none; } }

.csc-textpic-imagerow {
  width: 100%; }
  .csc-textpic-imagerow .csc-textpic-imagecolumn {
    width: calc(50% - 5px); }
    .csc-textpic-imagerow .csc-textpic-imagecolumn.csc-textpic-firstcol.csc-textpic-lastcol {
      width: 100%; }
    @media only screen and (max-width: 568px) {
      .csc-textpic-imagerow .csc-textpic-imagecolumn {
        width: 100%; } }
    .csc-textpic-imagerow .csc-textpic-imagecolumn.csc-textpic-firstcol {
      margin-right: 10px; }
      @media only screen and (max-width: 568px) {
        .csc-textpic-imagerow .csc-textpic-imagecolumn.csc-textpic-firstcol {
          margin-right: 0; } }
    .csc-textpic-imagerow .csc-textpic-imagecolumn .csc-textpic-image {
      width: 100%; }

@media only screen and (max-width: 768px) {
  /* basic */
  body #wrapper .container #main-content .bodytext a.mail img {
    width: inherit;
    height: inherit;
    display: inline-block; } }

/* ENDE max-width: 767px */
/*# sourceMappingURL=layout.css.map */