@charset "UTF-8";
html {
  box-sizing: border-box; }

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

/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

i, em {
  font-style: italic; }

.heading-subtitle em {
  font-style: normal; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -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-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .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; }
  .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; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.col {
  float: left;
  border: 0px solid transparent;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 30px;
  padding: 0 0%; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.row {
  margin-left: -30px;
  display: block; }
  .row:last-child .col {
    margin-bottom: 0; }

.grid-20 {
  width: 20%;
  border-left-width: 30px;
  padding: 0 0%;
  margin-left: 0; }

.grid-25 {
  width: 25%;
  border-left-width: 30px;
  padding: 0 0%;
  margin-left: 0; }
  @media screen and (max-width: 480px) {
    .grid-25 {
      width: 50%;
      border-left-width: 30px;
      padding: 0 0%;
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .grid-25.not-list {
      width: 25%;
      border-left-width: 30px;
      padding: 0 0%;
      margin-left: 0; } }
  @media screen and (max-width: 480px) {
    .grid-25.not-list {
      margin-left: 0;
      width: 100%; } }

.grid-33 {
  width: 33.33333%;
  border-left-width: 30px;
  padding: 0 0%;
  margin-left: 0; }
  @media screen and (max-width: 480px) {
    .grid-33 {
      margin-left: 0;
      width: 100%; } }

.grid-50 {
  width: 50%;
  border-left-width: 30px;
  padding: 0 0%;
  margin-left: 0; }
  @media screen and (max-width: 480px) {
    .grid-50 {
      margin-left: 0;
      width: 100%; } }

.grid-66 {
  width: 66.66667%;
  border-left-width: 30px;
  padding: 0 0%;
  margin-left: 0; }
  @media screen and (max-width: 480px) {
    .grid-66 {
      margin-left: 0;
      width: 100%; } }

.grid-75 {
  width: 75%;
  border-left-width: 30px;
  padding: 0 0%;
  margin-left: 0; }
  @media screen and (max-width: 480px) {
    .grid-75 {
      margin-left: 0;
      width: 100%; } }

.grid-100 {
  margin-left: 0;
  width: 100%; }

@media screen and (max-width: 480px) {
  .grid-75 + .grid-25 {
    width: 100%; } }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.row::after {
  clear: both;
  content: "";
  display: table; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

* {
  box-sizing: border-box; }

body, html {
  width: 100%; }

body {
  position: relative;
  color: black;
  background: #f6f6f6; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4 {
  position: relative; }

i {
  font-style: italic; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:focus, a.section-sub-category-link {
  text-decoration: underline; }

p {
  margin-bottom: 20px;
  font-family: 'minion-pro', serif;
  font-size: 1.0625em;
  font-weight: normal;
  line-height: 1.25; }
  p a {
    text-decoration: underline; }
    p a:link, p a.section-sub-category-link {
      text-decoration: underline; }
    p a.section-sub-category-link {
      text-decoration: underline; }

b, strong {
  font-weight: bold; }

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 10px 0 24px;
  padding: 0; }

.padded {
  padding: 15px; }
  .padded.vertical-padded {
    padding: 0 15px; }
  .padded.white {
    background: white; }
  .padded.side {
    padding: 0 15px; }
    @media screen and (max-width: 480px) {
      .padded.side {
        padding: 0 7.5px; } }

.layout-wide .container {
  *zoom: 1;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .layout-wide .container:before, .layout-wide .container:after {
    content: " ";
    display: table; }
  .layout-wide .container:after {
    clear: both; }

.layout-narrow .container {
  *zoom: 1;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .layout-narrow .container:before, .layout-narrow .container:after {
    content: " ";
    display: table; }
  .layout-narrow .container:after {
    clear: both; }

.small-container {
  *zoom: 1;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .small-container:before, .small-container:after {
    content: " ";
    display: table; }
  .small-container:after {
    clear: both; }

#p1 {
  margin-bottom: 120px; }

#maincontent ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.1em;
  margin-left: 0.75em;
  font-family: 'minion-pro', serif;
  font-size: 1.0625em;
  font-weight: normal;
  line-height: 1.25; }

#maincontent ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  margin-left: 0.75em;
  padding-left: 1.1em;
  font-family: 'minion-pro', serif;
  font-size: 1.0625em;
  font-weight: normal;
  line-height: 1.25; }

#maincontent ul li, #maincontent ol li {
  margin-bottom: 0.375em; }

#HLMD {
  width: 100% !important; }
  @media screen and (max-width: 480px) {
    #HLMD {
      margin-bottom: 20px; } }

.main-navigation-item:not(.active) a {
  color: #333333 !important; }

.tags, .social {
  margin: 40px 0 0; }

.mediagallery-list figure {
  position: relative;
  margin-bottom: 5px; }
  .mediagallery-list figure img {
    display: block; }

.mediagallery-list figcaption {
  margin-bottom: 20px; }

#news .on-index {
  -webkit-transform: translateY(-440px) translateZ(0);
  -moz-transform: translateY(-440px) translateZ(0);
  -ms-transform: translateY(-440px) translateZ(0);
  -o-transform: translateY(-440px) translateZ(0);
  transform: translateY(-440px) translateZ(0); }
  @media screen and (max-width: 768px) {
    #news .on-index {
      -webkit-transform: translateY(0px) translateZ(0);
      -moz-transform: translateY(0px) translateZ(0);
      -ms-transform: translateY(0px) translateZ(0);
      -o-transform: translateY(0px) translateZ(0);
      transform: translateY(0px) translateZ(0); } }

#news .section-content h2 {
  font-size: 1.0625em !important;
  line-height: 19px; }

#news .section-sub-category-text p {
  font-size: 1em !important; }

.tx-eventbase .heading-subtitle {
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: 600; }
  .tx-eventbase .heading-subtitle.dunkelgruen {
    color: #004a2c; }

.tx-eventbase p.dunkelgruen {
  color: #004a2c; }

#calendar .section-content {
  margin-bottom: 200px; }

#p154 {
  font-size: 110%; }
  #p154 .heading-subtitle {
    position: relative; }
  #p154 .heading-title {
    left: 0 !important; }
  #p154 .slide {
    height: 50vh !important; }
  #p154 .tx-eventbase .heading-subtitle {
    font-family: 'myriad-pro', sans-serif;
    font-size: 1.0625em;
    font-weight: 600; }
  #p154 .tx-eventbase .grid-25, #p154 .tx-eventbase h3, #p154 .tx-eventbase h1 {
    color: #004a2c; }

body.hellrot #sub-navigation a:hover, body.hellrot #sub-navigation .main-navigation-item.active a, body.hellrot #sub-navigation .main-navigation-item.more, body.hellrot #main-navigation a:hover, body.hellrot #main-navigation .main-navigation-item.active a, body.hellrot #main-navigation .main-navigation-item.more {
  color: #e30613; }

body.hellrot #mobile-menu.active span {
  background: #e30613; }

body.information #sub-navigation a:hover, body.information #sub-navigation .main-navigation-item.active a, body.information #sub-navigation .main-navigation-item.more, body.information #main-navigation a:hover, body.information #main-navigation .main-navigation-item.active a, body.information #main-navigation .main-navigation-item.more {
  color: #093966; }

body.information #mobile-menu.active span {
  background: #093966; }

body.dunkelblau #sub-navigation a:hover, body.dunkelblau #sub-navigation .main-navigation-item.active a, body.dunkelblau #sub-navigation .main-navigation-item.more, body.dunkelblau #main-navigation a:hover, body.dunkelblau #main-navigation .main-navigation-item.active a, body.dunkelblau #main-navigation .main-navigation-item.more {
  color: #003865; }

body.dunkelblau #mobile-menu.active span {
  background: #003865; }

body.hellblau #sub-navigation a:hover, body.hellblau #sub-navigation .main-navigation-item.active a, body.hellblau #sub-navigation .main-navigation-item.more, body.hellblau #main-navigation a:hover, body.hellblau #main-navigation .main-navigation-item.active a, body.hellblau #main-navigation .main-navigation-item.more {
  color: #77b7e5; }

body.hellblau #mobile-menu.active span {
  background: #77b7e5; }

body.dunkelrot #sub-navigation a:hover, body.dunkelrot #sub-navigation .main-navigation-item.active a, body.dunkelrot #sub-navigation .main-navigation-item.more, body.dunkelrot #main-navigation a:hover, body.dunkelrot #main-navigation .main-navigation-item.active a, body.dunkelrot #main-navigation .main-navigation-item.more {
  color: #990a2c; }

body.dunkelrot #mobile-menu.active span {
  background: #990a2c; }

body.dunkelgruen #sub-navigation a:hover, body.dunkelgruen #sub-navigation .main-navigation-item.active a, body.dunkelgruen #sub-navigation .main-navigation-item.more, body.dunkelgruen #main-navigation a:hover, body.dunkelgruen #main-navigation .main-navigation-item.active a, body.dunkelgruen #main-navigation .main-navigation-item.more {
  color: #004a2c; }

body.dunkelgruen #mobile-menu.active span {
  background: #004a2c; }

body.violett #sub-navigation a:hover, body.violett #sub-navigation .main-navigation-item.active a, body.violett #sub-navigation .main-navigation-item.more, body.violett #main-navigation a:hover, body.violett #main-navigation .main-navigation-item.active a, body.violett #main-navigation .main-navigation-item.more {
  color: #6c0e5a; }

body.violett #mobile-menu.active span {
  background: #6c0e5a; }

body.hellgelb #sub-navigation a:hover, body.hellgelb #sub-navigation .main-navigation-item.active a, body.hellgelb #sub-navigation .main-navigation-item.more, body.hellgelb #main-navigation a:hover, body.hellgelb #main-navigation .main-navigation-item.active a, body.hellgelb #main-navigation .main-navigation-item.more {
  color: #f49600; }

body.hellgelb #mobile-menu.active span {
  background: #f49600; }

#header {
  position: relative; }

#logo {
  position: absolute;
  left: -55px;
  z-index: 120;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #logo.hidden {
    -webkit-animation-name: logo;
    -moz-animation-name: logo;
    animation-name: logo;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  @media screen and (max-width: 768px) {
    #logo {
      display: none !important; } }
  @media screen and (max-width: 1024px) {
    #logo {
      left: -40px; } }

@-webkit-keyframes logo {
  0% {
    opacity: 1; }
  90% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@-moz-keyframes logo {
  0% {
    opacity: 1; }
  90% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes logo {
  0% {
    opacity: 1; }
  90% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

#small-logo {
  position: absolute;
  left: -10px;
  top: -6px;
  opacity: 0;
  width: 20px;
  font-size: 23px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  @media screen and (max-width: 768px) {
    #small-logo {
      left: 5px;
      top: -4px;
      opacity: 1; } }
  #small-logo a {
    color: #333333; }
    #small-logo a:hover {
      color: #333333 !important; }

nav li {
  display: inline-block;
  line-height: 1.1; }

#main-navigation .container, #sub-navigation .container {
  *zoom: 1;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #main-navigation .container:before, #main-navigation .container:after, #sub-navigation .container:before, #sub-navigation .container:after {
    content: " ";
    display: table; }
  #main-navigation .container:after, #sub-navigation .container:after {
    clear: both; }

#main-navigation {
  position: relative;
  background: white;
  padding: 30px 0 10px 0;
  z-index: 110;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #main-navigation.active {
    position: fixed;
    width: 100%;
    top: 0px; }
  #main-navigation.mobile-search-active {
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
    #main-navigation.mobile-search-active .mobile-cloned-search {
      display: block !important; }
      @media screen and (max-width: 768px) {
        #main-navigation.mobile-search-active .mobile-cloned-search {
          margin-left: 35px; } }
      @media screen and (max-width: 480px) {
        #main-navigation.mobile-search-active .mobile-cloned-search {
          margin-left: 0; } }
    #main-navigation.mobile-search-active > .container {
      padding: 10px; }
  #main-navigation.mobile-active {
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
    #main-navigation.mobile-active > .container {
      padding: 10px; }
    #main-navigation.mobile-active .main-navigation-item:not(.mobile-search-active) {
      display: block; }
      @media screen and (max-width: 768px) {
        #main-navigation.mobile-active .main-navigation-item:not(.mobile-search-active) {
          margin-left: 35px; }
          #main-navigation.mobile-active .main-navigation-item:not(.mobile-search-active) #main-sub-navigation .main-navigation-item {
            margin-left: 0px; } }
      @media screen and (max-width: 480px) {
        #main-navigation.mobile-active .main-navigation-item:not(.mobile-search-active) {
          margin-left: 0; } }
  @media screen and (max-width: 768px) {
    #main-navigation {
      text-align: right;
      padding: 0; }
      #main-navigation .main-navigation-item, #main-navigation .main-sub-navigation-item {
        margin-left: 10px;
        margin-right: 0; } }

.main-navigation-item {
  margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .main-navigation-item {
      display: none;
      text-align: left;
      padding: 5px; }
      .main-navigation-item.first {
        margin-top: 20px; } }
  .main-navigation-item.active a {
    color: #9E1537; }
  .main-navigation-item a {
    color: #333333;
    text-decoration: none; }
    .main-navigation-item a:hover {
      color: #9E1537; }
  .main-navigation-item.more {
    display: none;
    background: #dddddd;
    padding: 2px 5px;
    cursor: pointer;
    float: right;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out; }
    .main-navigation-item.more:hover {
      background: #e9e9e9; }
    .main-navigation-item.more.visible {
      display: inline-block; }
  .main-navigation-item.mobile-cloned-search {
    display: none; }
    .main-navigation-item.mobile-cloned-search input {
      width: 100%;
      background: white;
      padding: 5px; }
    .main-navigation-item.mobile-cloned-search .sub-navigation-search-button-replacement {
      top: 19px;
      right: 17px; }

#main-sub-navigation {
  margin: 10px 0;
  font-family: 'myriad-pro', sans-serif;
  font-size: 0.875em;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    #main-sub-navigation {
      margin: 10px 0 0 0; } }
  #main-sub-navigation ul {
    position: relative; }

.main-sub-navigation-item {
  margin-right: 10px; }

#sub-navigation {
  text-align: right;
  padding: 10px 0; }
  #sub-navigation li {
    margin-left: 10px;
    font-family: 'myriad-pro', sans-serif;
    font-size: 0.8125em;
    font-weight: normal; }
    #sub-navigation li.active {
      color: #9E1537; }
    #sub-navigation li a {
      color: #333333;
      text-decoration: none; }
      #sub-navigation li a:hover {
        color: #9E1537; }
  #sub-navigation .big-container {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    #sub-navigation {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 200;
      background: #f6f6f6; } }

.sub-navigation-item {
  position: relative; }
  .sub-navigation-item.youtube {
    margin-left: 0; }
    .sub-navigation-item.youtube a {
      color: #666666 !important;
      font-size: 0.94em; }
  .sub-navigation-item.facebook {
    margin-left: 0; }
    .sub-navigation-item.facebook a {
      color: #666666 !important;
      font-size: 1.0625em; }
  @media screen and (max-width: 480px) {
    .sub-navigation-item.font-size {
      display: none; }
    .sub-navigation-item.search {
      width: 24%; }
      .sub-navigation-item.search input {
        width: 100%; } }
  .sub-navigation-item.mobile-search {
    display: none;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .sub-navigation-item.mobile-search {
        display: inline; } }
  .sub-navigation-item.font-size {
    color: red; }

.sub-navigation-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #999;
  padding: 2px 5px;
  margin: 0;
  background: #f6f6f6; }
  .sub-navigation-search:focus {
    outline: none;
    background: white; }

.sub-navigation-search-button {
  display: none !important; }

.sub-navigation-search-button-replacement {
  position: absolute;
  right: 1px;
  top: 4px;
  cursor: pointer; }

#mobile-menu {
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #mobile-menu span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #666666; }
  #mobile-menu span + span {
    margin-top: 3.5px; }
  @media screen and (max-width: 768px) {
    #mobile-menu {
      display: inline-block; } }

#index-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: normal; }
  #index-navigation .container {
    max-width: 990px !important; }
  #index-navigation.active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  @media screen and (max-width: 768px) {
    #index-navigation {
      display: none; } }

#slider {
  background-color: #f6f6f6;
  position: relative; }
  #slider .slick-dots {
    bottom: 40px; }
    #slider .slick-dots li {
      height: 10px;
      width: 10px; }
      #slider .slick-dots li button:before {
        content: "";
        height: 10px;
        width: 10px;
        background: white;
        opacity: 1; }
  #slider .slick-active button:before {
    background: #cc1024 !important; }

#slider-heading {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 100%;
  color: white; }
  #slider-heading a {
    color: white; }
  #slider-heading span {
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out; }
    #slider-heading span.hellrot {
      background: #e30613;
      opacity: 0.9;
      color: white; }
    #slider-heading span.information {
      background: #093966;
      opacity: 0.9;
      color: white; }
    #slider-heading span.dunkelblau {
      background: #003865;
      opacity: 0.9;
      color: white; }
    #slider-heading span.hellblau {
      background: #77b7e5;
      opacity: 0.9;
      color: white; }
    #slider-heading span.dunkelrot {
      background: #990a2c;
      opacity: 0.9;
      color: white; }
    #slider-heading span.dunkelgruen {
      background: #004a2c;
      opacity: 0.9;
      color: white; }
    #slider-heading span.violett {
      background: #6c0e5a;
      opacity: 0.9;
      color: white; }
    #slider-heading span.hellgelb {
      background: #f49600;
      opacity: 0.9;
      color: white; }
  @media screen and (max-width: 480px) {
    #slider-heading {
      position: static;
      width: 100%; }
      #slider-heading .padded {
        padding: 0 7.5px 0 0; }
      #slider-heading span {
        bottom: 0;
        top: inherit;
        opacity: 0; }
      #slider-heading .heading-subtitle, #slider-heading .heading-title {
        width: 100%;
        display: block;
        color: white; }
      #slider-heading .heading-title {
        padding-left: 0; } }

.image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  text-shadow: 0 0 5px black;
  font-family: 'minion-pro', serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 10px;
  overflow-x: scroll;
  white-space: nowrap;
  left: 0;
  text-align: right; }
  @media screen and (max-width: 480px) {
    .image-caption {
      top: 0px;
      bottom: inherit; } }

.slick-prev, .slick-next {
  width: auto;
  height: auto; }
  .slick-prev:before, .slick-next:before {
    font-family: fontello;
    font-size: 30px; }

.slide {
  height: calc(100vh - 120px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .slide {
      height: calc(80vh - 100px); } }
  .slide .icon-play {
    font-size: 120px;
    color: #f6f6f6;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .slide .icon-play:hover {
      opacity: 1; }

.slick-prev {
  left: 25px; }
  .slick-prev:before {
    content: '\e805'; }

.slick-next {
  right: 25px; }
  .slick-next:before {
    content: '\e806'; }

@media screen and (max-width: 480px) {
  .slick-slider {
    margin-bottom: 0; } }

#footer {
  background: #093966;
  padding: 20px 0; }
  #footer .heading {
    color: #093966;
    margin: 50px 0; }
  #footer .icon-facebook-square {
    color: white; }

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

.footer-heading {
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: 600;
  color: #F49600;
  margin-bottom: 10px; }
  .footer-heading p {
    font-family: 'myriad-pro', sans-serif;
    font-size: 1.0625em;
    font-weight: 600;
    font-size: 1em !important; }

.footer-sub-heading {
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: bold; }

.footer-text span {
  display: block; }

.footer-text p {
  margin-bottom: 20px;
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal; }

.footer-sub-heading, .footer-text {
  color: white;
  line-height: 1.25; }

.footer-link {
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
  text-decoration: underline; }

.footer-menu {
  margin-top: 20px; }

.footer-menu-item {
  display: inline-block;
  margin-right: 10px; }
  .footer-menu-item a {
    font-family: 'myriad-pro', sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    color: #F49600;
    text-decoration: none; }

section .section-category-heading:first-child {
  padding: 0 0 40px 0; }

.section-image {
  min-height: 200px;
  height: 640px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6f6f6;
  position: relative; }
  .section-image .heading {
    top: 50px; }
  @media screen and (max-width: 768px) {
    .section-image {
      height: 300px; } }
  @media screen and (max-width: 480px) {
    .section-image {
      height: 200px; } }

.section-content-wrapper {
  margin-top: 13.33333px; }
  .section-content-wrapper.on-index {
    margin-top: 0;
    -webkit-transform: translateY(-330px) translateZ(0);
    -moz-transform: translateY(-330px) translateZ(0);
    -ms-transform: translateY(-330px) translateZ(0);
    -o-transform: translateY(-330px) translateZ(0);
    transform: translateY(-330px) translateZ(0);
    margin-bottom: -330px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .section-content-wrapper.on-index {
        -webkit-transform: translateY(0) translateZ(0);
        -moz-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
        -o-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
        margin-bottom: 0; } }

.section-content {
  position: relative;
  margin-bottom: 40px; }
  .section-content h1 {
    font-family: 'myriad-pro', sans-serif;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px; }
  .section-content h2 {
    font-family: 'myriad-pro', sans-serif;
    font-size: 1.375em;
    font-weight: 600;
    margin-bottom: 13.33333px; }
  .section-content h3 {
    font-family: 'myriad-pro', sans-serif;
    font-size: 1.0625em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 19px; }

.section-category-heading {
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.375em;
  font-weight: 600;
  padding: 40px 0;
  position: relative; }

.section-sub-category {
  margin-bottom: 20px; }

.section-sub-category-image {
  margin-bottom: 10px;
  position: relative; }
  .section-sub-category-image img {
    width: 100%;
    display: block; }

.section-sub-category-date {
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25; }

.section-sub-category-text {
  font-family: 'minion-pro', serif;
  font-size: 1.0625em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px; }

.section-sub-category-link {
  font-family: 'minion-pro', serif;
  font-size: 1.0625em;
  font-weight: normal; }

.section-sub-category-title {
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px; }

.fullscreen.heading {
  padding: 8px 0;
  position: relative; }
  .fullscreen.heading .big-container, .fullscreen.heading .small-container {
    margin-bottom: 0; }
  .fullscreen.heading span {
    display: block;
    background: white;
    position: absolute;
    top: 0; }
  .fullscreen.heading .heading-title {
    display: inline-block;
    position: relative;
    z-index: 80;
    font-family: 'myriad-pro', sans-serif;
    font-size: 2em;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .fullscreen.heading .heading-title {
        font-family: 'myriad-pro', sans-serif;
        font-size: 1.66667em;
        font-weight: 600;
        left: 0px !important; } }
  .fullscreen.heading .heading-subtitle {
    font-family: 'myriad-pro', sans-serif;
    font-size: 1.0625em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -5px; }

.fullscreen.left span {
  left: 0; }

.fullscreen.left .heading-title {
  padding: 10px 20px 10px 0; }
  @media screen and (max-width: 480px) {
    .fullscreen.left .heading-title {
      padding: 10px 20px 10px 10px; } }

.fullscreen.left .heading-subtitle em {
  padding-right: 20px;
  display: inline-block;
  white-space: nowrap; }

.fullscreen.right {
  text-align: right; }
  .fullscreen.right span {
    right: 0; }
  .fullscreen.right .heading-title {
    padding: 10px 0 10px 20px; }
    @media screen and (max-width: 480px) {
      .fullscreen.right .heading-title {
        padding: 10px 10px 10px 20px; } }
  .fullscreen.right .heading-subtitle em {
    padding-left: 20px;
    display: inline-block;
    white-space: nowrap; }

.fullscreen.bottom {
  bottom: -490px;
  top: initial; }
  @media screen and (max-width: 768px) {
    .fullscreen.bottom {
      bottom: -180px; } }
  @media screen and (max-width: 480px) {
    .fullscreen.bottom {
      bottom: -80px; } }

@media screen and (max-width: 480px) {
  .fullscreen {
    overflow-x: hidden; } }

.copyright {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: right;
  text-shadow: 0 0 5px black; }
  .copyright span {
    display: inline-block;
    line-height: 1.8;
    font-family: 'minion-pro', serif;
    font-size: 0.875em;
    font-weight: normal; }
    .copyright span p {
      margin-bottom: 0; }
    .copyright span:before {
      margin-right: 5px; }
    @media screen and (max-width: 480px) {
      .copyright span {
        white-space: nowrap; } }
  @media screen and (max-width: 768px) {
    .copyright span {
      display: block;
      overflow-x: scroll; } }

section.hellrot .section-sub-category-date, section.hellrot .section-category-heading, section.hellrot .section-sub-category-link, section.hellrot .section-sub-category-title, section.hellrot h1, section.hellrot h2, section.hellrot .heading-title, section.hellrot .heading-subtitle em, section.hellrot h3, section.hellrot h4, section.hellrot h5, section.hellrot h6, section.hellrot .breadcrumb-list-item.active a, section.hellrot input, section.hellrot select, section.hellrot .filter, section.hellrot a, section.hellrot .media-slider-element figcaption, section.hellrot .icon-title, section.hellrot .icon-wrapper, section.hellrot .slick-dots, section.hellrot .total-center, section.hellrot .social i, section.hellrot .audio-title {
  color: #e30613; }

section.hellrot .slick-dots .slick-active, section.hellrot .media-item-type {
  background: #e30613; }

section.hellrot .heading.inverted-colors .heading-title, section.hellrot .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.hellrot .heading.inverted-colors span {
  background: #e30613;
  opacity: 0.9; }

section.information .section-sub-category-date, section.information .section-category-heading, section.information .section-sub-category-link, section.information .section-sub-category-title, section.information h1, section.information h2, section.information .heading-title, section.information .heading-subtitle em, section.information h3, section.information h4, section.information h5, section.information h6, section.information .breadcrumb-list-item.active a, section.information input, section.information select, section.information .filter, section.information a, section.information .media-slider-element figcaption, section.information .icon-title, section.information .icon-wrapper, section.information .slick-dots, section.information .total-center, section.information .social i, section.information .audio-title {
  color: #093966; }

section.information .slick-dots .slick-active, section.information .media-item-type {
  background: #093966; }

section.information .heading.inverted-colors .heading-title, section.information .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.information .heading.inverted-colors span {
  background: #093966;
  opacity: 0.9; }

section.dunkelblau .section-sub-category-date, section.dunkelblau .section-category-heading, section.dunkelblau .section-sub-category-link, section.dunkelblau .section-sub-category-title, section.dunkelblau h1, section.dunkelblau h2, section.dunkelblau .heading-title, section.dunkelblau .heading-subtitle em, section.dunkelblau h3, section.dunkelblau h4, section.dunkelblau h5, section.dunkelblau h6, section.dunkelblau .breadcrumb-list-item.active a, section.dunkelblau input, section.dunkelblau select, section.dunkelblau .filter, section.dunkelblau a, section.dunkelblau .media-slider-element figcaption, section.dunkelblau .icon-title, section.dunkelblau .icon-wrapper, section.dunkelblau .slick-dots, section.dunkelblau .total-center, section.dunkelblau .social i, section.dunkelblau .audio-title {
  color: #003865; }

section.dunkelblau .slick-dots .slick-active, section.dunkelblau .media-item-type {
  background: #003865; }

section.dunkelblau .heading.inverted-colors .heading-title, section.dunkelblau .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.dunkelblau .heading.inverted-colors span {
  background: #003865;
  opacity: 0.9; }

section.hellblau .section-sub-category-date, section.hellblau .section-category-heading, section.hellblau .section-sub-category-link, section.hellblau .section-sub-category-title, section.hellblau h1, section.hellblau h2, section.hellblau .heading-title, section.hellblau .heading-subtitle em, section.hellblau h3, section.hellblau h4, section.hellblau h5, section.hellblau h6, section.hellblau .breadcrumb-list-item.active a, section.hellblau input, section.hellblau select, section.hellblau .filter, section.hellblau a, section.hellblau .media-slider-element figcaption, section.hellblau .icon-title, section.hellblau .icon-wrapper, section.hellblau .slick-dots, section.hellblau .total-center, section.hellblau .social i, section.hellblau .audio-title {
  color: #77b7e5; }

section.hellblau .slick-dots .slick-active, section.hellblau .media-item-type {
  background: #77b7e5; }

section.hellblau .heading.inverted-colors .heading-title, section.hellblau .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.hellblau .heading.inverted-colors span {
  background: #77b7e5;
  opacity: 0.9; }

section.dunkelrot .section-sub-category-date, section.dunkelrot .section-category-heading, section.dunkelrot .section-sub-category-link, section.dunkelrot .section-sub-category-title, section.dunkelrot h1, section.dunkelrot h2, section.dunkelrot .heading-title, section.dunkelrot .heading-subtitle em, section.dunkelrot h3, section.dunkelrot h4, section.dunkelrot h5, section.dunkelrot h6, section.dunkelrot .breadcrumb-list-item.active a, section.dunkelrot input, section.dunkelrot select, section.dunkelrot .filter, section.dunkelrot a, section.dunkelrot .media-slider-element figcaption, section.dunkelrot .icon-title, section.dunkelrot .icon-wrapper, section.dunkelrot .slick-dots, section.dunkelrot .total-center, section.dunkelrot .social i, section.dunkelrot .audio-title {
  color: #990a2c; }

section.dunkelrot .slick-dots .slick-active, section.dunkelrot .media-item-type {
  background: #990a2c; }

section.dunkelrot .heading.inverted-colors .heading-title, section.dunkelrot .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.dunkelrot .heading.inverted-colors span {
  background: #990a2c;
  opacity: 0.9; }

section.dunkelgruen .section-sub-category-date, section.dunkelgruen .section-category-heading, section.dunkelgruen .section-sub-category-link, section.dunkelgruen .section-sub-category-title, section.dunkelgruen h1, section.dunkelgruen h2, section.dunkelgruen .heading-title, section.dunkelgruen .heading-subtitle em, section.dunkelgruen h3, section.dunkelgruen h4, section.dunkelgruen h5, section.dunkelgruen h6, section.dunkelgruen .breadcrumb-list-item.active a, section.dunkelgruen input, section.dunkelgruen select, section.dunkelgruen .filter, section.dunkelgruen a, section.dunkelgruen .media-slider-element figcaption, section.dunkelgruen .icon-title, section.dunkelgruen .icon-wrapper, section.dunkelgruen .slick-dots, section.dunkelgruen .total-center, section.dunkelgruen .social i, section.dunkelgruen .audio-title {
  color: #004a2c; }

section.dunkelgruen .slick-dots .slick-active, section.dunkelgruen .media-item-type {
  background: #004a2c; }

section.dunkelgruen .heading.inverted-colors .heading-title, section.dunkelgruen .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.dunkelgruen .heading.inverted-colors span {
  background: #004a2c;
  opacity: 0.9; }

section.violett .section-sub-category-date, section.violett .section-category-heading, section.violett .section-sub-category-link, section.violett .section-sub-category-title, section.violett h1, section.violett h2, section.violett .heading-title, section.violett .heading-subtitle em, section.violett h3, section.violett h4, section.violett h5, section.violett h6, section.violett .breadcrumb-list-item.active a, section.violett input, section.violett select, section.violett .filter, section.violett a, section.violett .media-slider-element figcaption, section.violett .icon-title, section.violett .icon-wrapper, section.violett .slick-dots, section.violett .total-center, section.violett .social i, section.violett .audio-title {
  color: #6c0e5a; }

section.violett .slick-dots .slick-active, section.violett .media-item-type {
  background: #6c0e5a; }

section.violett .heading.inverted-colors .heading-title, section.violett .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.violett .heading.inverted-colors span {
  background: #6c0e5a;
  opacity: 0.9; }

section.hellgelb .section-sub-category-date, section.hellgelb .section-category-heading, section.hellgelb .section-sub-category-link, section.hellgelb .section-sub-category-title, section.hellgelb h1, section.hellgelb h2, section.hellgelb .heading-title, section.hellgelb .heading-subtitle em, section.hellgelb h3, section.hellgelb h4, section.hellgelb h5, section.hellgelb h6, section.hellgelb .breadcrumb-list-item.active a, section.hellgelb input, section.hellgelb select, section.hellgelb .filter, section.hellgelb a, section.hellgelb .media-slider-element figcaption, section.hellgelb .icon-title, section.hellgelb .icon-wrapper, section.hellgelb .slick-dots, section.hellgelb .total-center, section.hellgelb .social i, section.hellgelb .audio-title {
  color: #f49600; }

section.hellgelb .slick-dots .slick-active, section.hellgelb .media-item-type {
  background: #f49600; }

section.hellgelb .heading.inverted-colors .heading-title, section.hellgelb .heading.inverted-colors .heading-subtitle em {
  color: white !important; }

section.hellgelb .heading.inverted-colors span {
  background: #f49600;
  opacity: 0.9; }

.icon-wrapper {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  position: relative;
  padding: 40% 0;
  margin-bottom: 20px; }

.total-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em; }
  .total-center [class^="icon-"]:before, .total-center [class*=" icon-"]:before {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .total-center {
      font-size: 2em; } }

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4em; }
  .vertical-center [class^="icon-"]:before, .vertical-center [class*=" icon-"]:before {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .vertical-center {
      font-size: 2em; } }

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 4em; }
  .horizontal-center [class^="icon-"]:before, .horizontal-center [class*=" icon-"]:before {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .horizontal-center {
      font-size: 2em; } }

.icon-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: 600; }

.breadcrumb {
  margin-bottom: 10px; }

.breadcrumb-list {
  padding-left: 0 !important;
  margin-bottom: 0 !important; }

.breadcrumb-list-item {
  display: inline-block;
  margin-right: 10px;
  font-family: 'myriad-pro', sans-serif;
  font-size: 0.8125em;
  font-weight: normal; }
  .breadcrumb-list-item a {
    text-decoration: none; }
  .breadcrumb-list-item:not(.active) a {
    color: black !important; }
  .breadcrumb-list-item:not(.active):after {
    content: '\e806';
    font-family: fontello;
    margin-left: 10px;
    font-size: 8px; }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateZ(-10px);
  -moz-transform: translateZ(-10px);
  -ms-transform: translateZ(-10px);
  -o-transform: translateZ(-10px);
  transform: translateZ(-10px); }
  .overlay.active {
    opacity: 1;
    z-index: 200;
    -webkit-transform: translateZ(200px);
    -moz-transform: translateZ(200px);
    -ms-transform: translateZ(200px);
    -o-transform: translateZ(200px);
    transform: translateZ(200px); }
    .overlay.active .overlay-content {
      display: block; }

.overlay-wrapper {
  padding: 20px;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .overlay-wrapper {
      padding: 10px; } }

.overlay-controls, .overlay-content {
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-family: 'myriad-pro', sans-serif;
  font-size: 16px;
  font-weight: 600; }

.overlay-controls {
  position: absolute;
  width: 92%;
  left: 4%; }

.overlay-controls-slide {
  position: absolute;
  right: 60px;
  top: 20px;
  color: #9E1537;
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: normal; }

.overlay-controls-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #9E1537;
  cursor: pointer;
  margin-left: 10px;
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: normal; }

.overlay-controls-left, .overlay-controls-right {
  color: #9E1537;
  cursor: pointer; }
  .overlay-controls-left:before, .overlay-controls-right:before {
    font-family: fontello;
    font-size: 30px; }

.overlay-controls-left {
  float: left; }
  .overlay-controls-left:before {
    content: '\e805'; }

.overlay-controls-right {
  float: right; }
  .overlay-controls-right:before {
    content: '\e806'; }

.overlay-content {
  display: none;
  background: white;
  width: 60%;
  max-height: 80%;
  padding: 20px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media screen and (max-width: 768px) {
    .overlay-content {
      width: 80%; } }

.overlay-media-container {
  margin-bottom: 20px;
  text-align: center;
  position: relative; }
  .overlay-media-container:hover .overlay-video-controls-wrapper {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

.overlay-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }
  .overlay-image.fadeIn {
    opacity: 1; }

.overlay-text-heading {
  font-family: 'myriad-pro', sans-serif;
  font-size: 1.0625em;
  font-weight: 600;
  color: #9E1537;
  margin-bottom: 10px; }

.overlay-text {
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25; }

.overlay-video {
  width: 100%;
  height: auto;
  display: none; }

.play-video .icon-play {
  font-size: 60px;
  color: #f6f6f6;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .play-video .icon-play:hover {
    opacity: 1; }
  .play-video .icon-play.hidden {
    opacity: 0 !important; }

.overlay-video-controls-wrapper {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #6c0e5a;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .overlay-video-controls-wrapper.hidden {
    height: 0; }

#overlay-video-current-time, #overlay-video-play-pause, #overlay-video-seek-bar, #overlay-video-seek-bar, #overlay-video-fullscreen-button, #overlay-video-mute-button, #overlay-video-full-time, #overlay-video-volume-wrapper {
  display: inline-block; }

#overlay-video-play-pause, #overlay-video-mute-button, #overlay-video-mute-button, #overlay-video-fullscreen-button {
  cursor: pointer; }

#overlay-video-play-pause {
  margin-right: 10px; }

#overlay-video-volume-wrapper {
  width: 15%;
  background-color: #6b1359;
  background-image: -webkit-linear-gradient(left, #6b1359 0%, #6b1359 90%, #a5a5a5 90%, #a5a5a5 100%);
  background-image: linear-gradient(to right,#6b1359 0%, #6b1359 90%, #a5a5a5 90%, #a5a5a5 100%, , , , , , );
  height: 3px;
  position: relative; }

#overlay-video-seek-bar {
  width: 40%;
  background: #A5A5A5;
  height: 3px;
  position: relative; }

#overlay-video-seek-bar-inner, #overlay-video-volume {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  outline: none;
  height: 3px;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  #overlay-video-seek-bar-inner::-webkit-slider-runnable-track, #overlay-video-seek-bar-inner::-moz-range-track, #overlay-video-volume::-webkit-slider-runnable-track, #overlay-video-volume::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    height: 3px;
    background: transparent; }
  #overlay-video-seek-bar-inner::-webkit-slider-thumb, #overlay-video-seek-bar-inner::-moz-range-thumb, #overlay-video-volume::-webkit-slider-thumb, #overlay-video-volume::-moz-range-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: white;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: -4px;
    border: 1px solid black;
    opacity: 0; }

.overlay-audio {
  display: none; }

.overlay-spinner {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  font-size: 40px;
  color: #777;
  z-index: 1;
  opacity: 1; }
  .overlay-spinner.fadeOut {
    opacity: 0; }

.overlay-audio {
  height: 200px;
  width: 300px;
  background: #f6f6f6; }

.container.violett h2, .container.violett .slick-dots, .container.violett .media-slider-element figcaption {
  color: #6c0e5a; }

.container.violett .slick-dots .slick-active, .container.violett .media-item-type {
  background-color: #6c0e5a; }

.media-slider {
  margin: 0 0 0 15px;
  width: 100%; }
  .media-slider .slick-prev, .media-slider .slick-next {
    background: rgba(128, 128, 128, 0.7);
    width: 30px;
    height: 83.5%;
    top: 0;
    margin-top: 0; }
  .media-slider .slick-prev {
    left: 15px; }
  .media-slider .slick-next {
    right: 14px; }
  .media-slider:before, .media-slider:after {
    position: absolute;
    content: "";
    background: white;
    height: 100%;
    width: 15px;
    z-index: 1;
    top: 0; }
  .media-slider:after {
    right: 0; }
  .media-slider .slick-dots {
    position: absolute;
    right: 15px;
    bottom: inherit;
    top: -30px;
    width: auto; }
    .media-slider .slick-dots .slick-active button {
      color: white; }
    .media-slider .slick-dots li button {
      color: black;
      font-family: 'myriad-pro', sans-serif;
      font-size: 16px;
      font-weight: normal;
      height: auto;
      width: auto;
      line-height: 1;
      padding: 0px 3px;
      text-align: center; }
      .media-slider .slick-dots li button:before {
        content: "";
        background: transparent;
        opacity: 1; }
  .media-slider .slick-dots li {
    width: auto;
    height: auto;
    padding: 3px;
    margin: 0; }

.media-slider-element .section-sub-category {
  padding: 0 15px;
  margin-bottom: 0; }

.media-slider-element .section-sub-category-image {
  margin-bottom: 0; }

.media-slider-element figcaption, .media-slider-element .audio-title {
  font-family: 'myriad-pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-size: 1.0625em;
  margin: 15px 0;
  padding: 0; }

.media-slider-element figure, .media-slider-element .audio-wrapper {
  position: relative; }

.media-slider-element .invisible {
  display: none; }

.overlay-video-wrapper {
  position: relative;
  overflow: hidden; }

.audio-wrapper {
  padding-bottom: 68.75%;
  background: #f6f6f6; }

.media-audio {
  padding: 0 15px; }

.mediaitem p {
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal; }

.media-item-type {
  height: 26px;
  width: 30px;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0; }
  .media-item-type > div {
    margin-top: 4px; }

.media-video .icon-play {
  color: white;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.js-overlay {
  cursor: pointer;
  padding: 0 15px; }

.tx-medialibrary {
  margin-bottom: 40px; }

@media screen and (max-width: 480px) {
  .mediagallery-widget h2 {
    margin-bottom: 30px; } }

.filter {
  position: relative; }
  .filter input[type=text], .filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    margin: 0;
    background: #f6f6f6;
    width: 100%;
    font-family: 'myriad-pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px; }
  .filter select {
    cursor: pointer; }
  .filter input[type=text]::-webkit-input-placeholder {
    color: black; }
  .filter input[type=text]::-moz-placeholder {
    color: black; }
  .filter input[type=text]:-moz-placeholder {
    color: black; }
  .filter input[type=text]:-ms-input-placeholder {
    color: black; }
  .filter input[type=button] {
    display: none; }

.filter-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .filter-icon .icon-arrow-small-down {
    font-size: 8px;
    display: none; }
  .filter-icon .icon-search {
    cursor: pointer; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?56511485#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-arrow-large-left:before {
  content: '\e800'; }

/* 'î €' */
.icon-icon-instagram:before {
  content: '\e801'; }

/* 'î ?' */
.icon-arrow-large-right:before {
  content: '\e802'; }

/* 'î ‚' */
.icon-arrow-medium-right:before {
  content: '\e803'; }

/* 'î ƒ' */
.icon-arrow-small-down:before {
  content: '\e804'; }

/* 'î „' */
.icon-arrow-small-eft:before {
  content: '\e805'; }

/* 'î …' */
.icon-arrow-small-right:before {
  content: '\e806'; }

/* 'î †' */
.icon-audio:before {
  content: '\e807'; }

/* 'î ‡' */
.icon-barrierefreiheit:before {
  content: '\e808'; }

/* 'î ˆ' */
.icon-bibliothek:before {
  content: '\e809'; }

/* 'î ‰' */
.icon-cafe:before {
  content: '\e80a'; }

/* 'î Š' */
.icon-close:before {
  content: '\e80b'; }

/* 'î ‹' */
.icon-datepicker:before {
  content: '\e80c'; }

/* 'î Œ' */
.icon-dokument:before {
  content: '\e80d'; }

/* 'î ?' */
.icon-facebook-square:before {
  content: '\e80e'; }

/* 'î Ž' */
.icon-facebook-official:before {
  content: '\e831'; }

/* '?' */
.icon-instagram:before {
  content: '\e801'; }

/* '?' */
.icon-fotobestellungen:before {
  content: '\e80f'; }

/* 'î ?' */
.icon-freunde:before {
  content: '\e810'; }

/* 'î ?' */
.icon-kontakt:before {
  content: '\e811'; }

/* 'î ‘' */
.icon-logo-small:before {
  content: '\e812'; }

/* 'î ’' */
.icon-map:before {
  content: '\e813'; }

/* 'î “' */
.icon-arrow-medium-left:before {
  content: '\e814'; }

/* 'î ”' */
.icon-mediathek:before {
  content: '\e815'; }

/* 'î •' */
.icon-more:before {
  content: '\e816'; }

/* 'î –' */
.icon-museum:before {
  content: '\e817'; }

/* 'î —' */
.icon-newsletter:before {
  content: '\e818'; }

/* 'î ˜' */
.icon-oeffnungszeiten:before {
  content: '\e819'; }

/* 'î ™' */
.icon-oevm:before {
  content: '\e81a'; }

/* 'î š' */
.icon-play:before {
  content: '\e81b'; }

/* 'î ›' */
.icon-player-audio:before {
  content: '\e81c'; }

/* 'î œ' */
.icon-player-full:before {
  content: '\e81d'; }

/* 'î ?' */
.icon-player-normal:before {
  content: '\e81e'; }

/* 'î ž' */
.icon-player-pause:before {
  content: '\e81f'; }

/* 'î Ÿ' */
.icon-player-play:before {
  content: '\e820'; }

/* 'î  ' */
.icon-pressearchiv:before {
  content: '\e821'; }

/* 'î ¡' */
.icon-pressebilder:before {
  content: '\e822'; }

/* 'î ¢' */
.icon-presseverteiler:before {
  content: '\e823'; }

/* 'î £' */
.icon-rss:before {
  content: '\e824'; }

/* 'î ¤' */
.icon-search:before {
  content: '\e825'; }

/* 'î ¥' */
.icon-share-email:before {
  content: '\e826'; }

/* 'î ¦' */
.icon-share-facebook:before {
  content: '\e827'; }

/* 'î §' */
.icon-mitarbeiter:before {
  content: '\e828'; }

/* 'î ¨' */
.icon-sponsoren:before {
  content: '\e829'; }

/* 'î ©' */
.icon-shop:before {
  content: '\e82a'; }

/* 'î ª' */
.icon-stellenausschreibungen:before {
  content: '\e82b'; }

/* 'î «' */
.icon-tickets:before {
  content: '\e82c'; }

/* 'î ¬' */
.icon-vermittlung:before {
  content: '\e82d'; }

/* 'î ­' */
.icon-loading:before {
  content: '\e82e'; }

/* 'î ®' */
.icon-video:before {
  content: '\e82f'; }

/* 'î ¯' */
.icon-arrow-top:before {
  content: '\e830'; }

/* 'î °' */
.icon-facebook-official:before {
  content: '\e831'; }

/* '' */
.icon-youtube:before {
  content: '\e832'; }

/* '' */
.tags, .social {
  margin-bottom: 20px; }
  .tags ul, .social ul {
    margin: 0 !important;
    padding: 0 !important; }
  .tags li, .social li {
    display: inline-block; }
    .tags li a, .social li a {
      color: #003865;
      text-decoration: underline;
      margin-right: 5px; }
    .tags li:not(:last-child) a:after, .social li:not(:last-child) a:after {
      content: ",";
      color: black; }

.social .share-fb i, .social .share-mail i {
  margin-right: 5px; }

.social li:not(:last-child) a:after {
  content: ""; }

#xajax_form_kesearch_pi1 .kesearchbox {
  width: 80%;
  float: left; }
  @media screen and (max-width: 480px) {
    #xajax_form_kesearch_pi1 .kesearchbox {
      width: 100%; } }
  #xajax_form_kesearch_pi1 .kesearchbox input {
    width: 100%;
    padding: 5px 10px;
    line-height: 2;
    font-family: 'myriad-pro', sans-serif;
    font-size: 16px;
    font-weight: 600; }

#xajax_form_kesearch_pi1 .submitbutt {
  width: 15%;
  float: left;
  margin-left: 2%;
  display: block;
  margin-top: 3px; }
  @media screen and (max-width: 480px) {
    #xajax_form_kesearch_pi1 .submitbutt {
      width: 100%;
      margin: 0; } }
  #xajax_form_kesearch_pi1 .submitbutt input {
    background: #dddddd; }
    #xajax_form_kesearch_pi1 .submitbutt input:hover {
      background: #333333; }

#kesearch_submit {
  display: none; }

.tx-kesearch-pi1 {
  position: relative; }

#kesearch_num_results {
  margin-bottom: 20px;
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline; }

.result-list-item {
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.3; }
  .result-list-item b {
    font-family: 'myriad-pro', sans-serif;
    font-size: 17px;
    font-weight: 600; }
  .result-list-item .clearer {
    display: block;
    height: 10px; }
  .result-list-item .teaser_icon, .result-list-item .add-info {
    display: none; }

#kesearch_pagebrowser_bottom {
  text-align: center; }
  #kesearch_pagebrowser_bottom .result_txt {
    margin-bottom: 10px;
    font-family: 'minion-pro', serif;
    font-size: 16px;
    font-weight: normal; }
  #kesearch_pagebrowser_bottom .kesearch_pagebrowser {
    font-family: 'myriad-pro', sans-serif;
    font-size: 16px;
    font-weight: 600; }
    #kesearch_pagebrowser_bottom .kesearch_pagebrowser a {
      padding: 3px 7px;
      display: inline-block;
      color: black;
      font-weight: normal; }
      #kesearch_pagebrowser_bottom .kesearch_pagebrowser a.current {
        color: white;
        background: #003865; }

.general-message {
  font-family: 'minion-pro', serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic; }
  .general-message .image {
    display: none; }

form[name=abo] {
  width: 100%;
  font-family: 'myriad-pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #004a2c; }
  form[name=abo] label {
    display: block;
    margin-bottom: 10px; }
  form[name=abo] input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'myriad-pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    border: 1px solid #A3A3A3;
    padding: 3px 6px;
    width: 70% !important;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      form[name=abo] input[type=text] {
        width: 100% !important; } }
  form[name=abo] input[type=radio] {
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid grey;
    border-radius: 20px;
    padding: 4px 10px;
    margin: 0 8px 0 0;
    position: relative; }
    form[name=abo] input[type=radio]:last-child {
      margin: 0 8px 0 10px; }
    form[name=abo] input[type=radio]:checked:before {
      content: "";
      height: 14px;
      width: 14px;
      border-radius: 20px;
      background: #004a2c;
      position: absolute;
      top: 3px;
      left: 3px;
      outline: none; }
  form[name=abo] input[type=submit] {
    background: #004a2c;
    color: white;
    border-radius: 0;
    font-family: 'myriad-pro', sans-serif;
    font-size: 16px;
    font-weight: 600; }

.newsletter_radios {
  margin-bottom: 40px; }

#mediacontainer .pagination {
  text-align: center; }
  #mediacontainer .pagination.top {
    display: none; }
  #mediacontainer .pagination.bottom {
    margin-top: 30px; }
  #mediacontainer .pagination a {
    font-family: 'myriad-pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: #333333 !important;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center; }
    #mediacontainer .pagination a.simple-pagination-navigation-disabled {
      background: #F6F6F6; }
