/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Today Sans Serif SB Regular Italic by Scangraphic Digital Type Collection
 * URL: https://www.myfonts.com/collections/scangraphic-digital-type-collection-foundry

 * Webfont: Today Sans Serif SB Regular by Scangraphic Digital Type Collection
 * URL: https://www.myfonts.com/collections/scangraphic-digital-type-collection-foundry
 
 * © 2025 MyFonts Inc. */


@font-face {
    font-family: 'todaysb';
    src: url('fonts/todaysb-italic-webfont.woff2') format('woff2'), url('../todaysb-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'todaysb-meditamedium';
    src: url('fonts/todaysb-medita-webfont.woff2') format('woff2'), url('fonts/todaysb-medita-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'todaysb-mediummedium';
    src: url('fonts/todaysb-medium-webfont.woff2') format('woff2'), url('fonts/todaysb-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'todaysb';
    src: url('fonts/todaysb-regular-webfont.woff2') format('woff2'), url('fonts/todaysb-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?74890260');
  src: url('fonts/fontello.eot?74890260#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?74890260') format('woff2'),
       url('fonts/fontello.woff?74890260') format('woff'),
       url('fonts/fontello.ttf?74890260') format('truetype'),
       url('fonts/fontello.svg?74890260#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?74890260#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  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-down-open-mini:before { content: 'e1800'; } /* '\e1800' */

  

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

body {
    font-family: 'todaysb', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    padding: 30px 0 0 0;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
}



hr {
    border-top: 1px solid #999;
}






a {
    color: #000;
    text-decoration: none;
}

strong {
    font-weight: 600;
}

.container {
    margin: 0 auto;
    position: relative;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.hidden-non-xs {
    display: none;
}

.hide-desktop {
    display: none;
}


/*HEADER*/

.logo {
    font-size: 40px;
}

nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999999;
    font-size: 20px;
    line-height: 30px;
    background: #fff;
    width: 280px;
    padding-bottom: 30px;
    padding-left: 40px;
    margin-top: 30px;
    padding-right: 40px;
}

nav ul {
    margin: 0;
    padding: 0;
}


nav ul ul {
    margin: 0 0 30px;
    padding: 0;
}

nav ul ul ul {
    margin: 0;
}

nav ul li {
    list-style: none;
    position: relative;  
    display: block;
}



nav ul li.rex-article-1 {
    display: none;
}


nav ul li a {
    display: block;
    pointer-events: none;
}



nav ul li ul li a {
    pointer-events:all;
    padding-left: 15px;
    color: #777;

}

nav ul li ul li ul li a {
    pointer-events:all;
    padding-left: 30px;
    color: #777;
}

/* .arrow a:after {
    font-family: 'fontello';
    content: '\e1800';
    padding-right: 10px;
    color: #999;
    font-size: 24px;
    position: absolute;
    right: 0;
} */

nav ul li:hover a {
    text-decoration: underline;
    
}

nav ul li:hover ul li a {
    color: #777;
    text-decoration: none;
}
nav ul li:hover ul li a:hover {
    text-decoration: underline;
    color: #777;
}

nav ul li ul li:hover a {
    text-decoration: none;
    color: #777;
}

nav ul ul li:hover a {
    text-decoration: underline;
}

.arrow .rex-navi2 a:after {
    content: none;
}


nav li a {
    color: #000;
}

li.rex-article-411 a,
li.rex-article-9 a,
li.rex-article-10 a,
li.rex-article-569 a,
li.rex-article-11 a,
li.rex-article-12 a,
li.rex-article-568 a
 {
    pointer-events: all;
}

/*************************************/

.rex-navi2,
.rex-navi3 {
    display: none;
}



/*************************************/

/*hamburger-menu*/

.hamburger {
    position: absolute;
    top: 30px;
    z-index: 8889;
    background-color: #fff;
    border: 0px solid #000;
}

.hamburger .line1 {
    width: 45px;
    height: 6px;
    background-color: #000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-6.is-active {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-6.is-active .line1:nth-child(2) {
    width: 0;
}

#hamburger-6.is-active .line1:nth-child(1),
#hamburger-6.is-active .line1:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

#hamburger-6.is-active .line1:nth-child(1) {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(17px);
    background-color: #000;
}

#hamburger-6.is-active .line1:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(90deg);
    -ms-transform: translateY(-9px) rotate(90deg);
    -o-transform: translateY(-9px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
    background-color: #000;
}

.hamburger:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}


.subLogo {
    margin-top: 60px;
    max-width: 150px;
    float: left;
}

.subLogo2 {
    margin-top: 107px;
    max-width: 110px;
    float: left;
    margin-left: 30px;
    padding-top: 32px;
}

.header-icons {
    z-index: 998;
    position: relative;
}

.header-icons svg {
    margin-left: 6px;
    margin-top: 15px;
    height: 30px;
    width: 31px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.header-icons svg:hover {
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

.overlay1 {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}

.overlay2 {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}

.overlay3 {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}

.overlay.view {
    display: block;
}

.shortMenu1,
.shortMenu2,
.shortMenu3 {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -50%;
    width: 30%;
    height: 100vh;
    padding: 60px;
    padding-top: 90px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 999;
    transition: all ease-in-out 0.5s;
    text-align: center;
    box-sizing: border-box;
}

.shortMenu1 .HeadlineStage,
.shortMenu2 .HeadlineStage,
.shortMenu3 .HeadlineStage {
    margin-top: 0;
}

.arrow1,
.arrow2,
.arrow3 {
    width: 30px;
    position: fixed;
    z-index: 9999;
    top: 50px;
    cursor: pointer;
    right: 27%;
    transition: all ease-in-out 0.5s;
    display: none;
}

.subHeaderMenu .arrow.fixed {
    position: fixed;
    right: 27%;
}

.open {
    z-index: 997;
    right: 0;
    transition: all ease-in-out 0.5s;
}


/*footer*/

footer {
    height: 60px;
    line-height: 1.4;
}

.responsive {
    margin: 30px 0 60px 0;
    text-align: center;
}

.responsive h1,
.responsive h2 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 34px;
}

.responsive img {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}


/*fullInfo*/

.fullInfo {
    text-align: center;
    padding: 60px 0;
    margin-bottom: 60px;
}

.fullInfo strong {
    font-size: 30px;
    display: block;
    margin-bottom: 0px;
}

.fullInfo span {
    font-size: 30px;
    display: block;
    margin-bottom: 0px;
}

.fullInfo cite {
    font-size: 30px;
    display: block;
    margin-bottom: 0px;
    font-style: normal;
}


/*threeBlock*/

.threeBlock {
    padding: 60px 0 30px 0;
    margin: 0px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

@media screen and (max-width:1199px) {
    .threeBlock {
        margin-left: auto;
        margin-right: auto;
    }
}


/*ImageOverlayText*/

.ImageOverlayText {
    padding: 60px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

@media screen and (max-width:1199px) {
    .ImageOverlayText {
        margin-left: auto;
        margin-right: auto;
    }
}

.ImageOverlayText .rightStage {
    margin-left: -9.666%;
    background-color: #fff;
    padding: 30px 60px;
}

.ImageOverlayTextHeadline {
    font-size: 26px;
    display: block;
    margin-bottom: 0px;
}

.ImageOverlayTextsubHeadline {
    font-size: 23px;
    display: block;
    margin-bottom: 0px;
}

.ImageOverlayText article {
    min-height: 125px;
}

.ImageOverlayTextdatum {
    font-size: 16px;
    display: block;
    padding-top: 10px;
    margin-bottom: 0px;
    font-style: normal;
}




.infoLink {
    display: table;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    font-weight: 700;
}



.ImageOverlayText a svg {
    margin-left: 15px;
    position: relative;
    top: 20px;
    width: 30px;
    padding-bottom: 10px;
}

.ImageOverlayText .leftStage {
    margin-left: -9.666%;
    background-color: #fff;
    padding: 30px 60px;
}


/*lineImageTextBlock*/

.lineImageTextBlock {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.lineImageTextBlock .innerStage {
    padding: 30px 0 0 0;
    margin: 30px 0 30px 0;
}

.lineImageTextBlock .innerStage .row {
    padding-bottom: 30px;
}


/*fullSpacer*/

.fullSpacer {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


/*presseschaueLineStage*/

.presseschaueLineStage {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.presseschaueLineStage {
    padding: 30px 0;
}

.presseschaueLineStage h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.presseschaueLineStage p {
    margin: 0;
    padding: 0;
}

.presseschaueLineStage .row {
    margin-bottom: 30px;
}

.presseschaueLineStage .innerStage {
    padding: 30px 0 40px 0;
}

.presseschaueLineStage .listEntry .number {
    float: left;
    width: 10%;
    font-size: 40px;
}

.presseschaueLineStage .listEntry .textEntry {
    float: left;
    width: 82%;
    border-left: 1px solid #ccc;
    padding-left: 4%;
}


/*presseschaueBlockStage*/

.presseschaueBlockStage {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.presseschaueBlockStage {
    padding: 30px 0;
}

.presseschaueBlockStage h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.presseschaueBlockStage p {
    margin: 0;
    padding: 0;
}

.presseschaueBlockStage [class*="col-"] {
    margin-bottom: 30px;
}

.presseschaueBlockStage .innerStage {
    padding: 30px 0 15px 0;
}

.presseschaueBlockStage .listEntry .number {
    float: left;
    width: 13%;
    font-size: 40px;
}

.presseschaueBlockStage .listEntry .textEntry {
    float: left;
    width: 78%;
    border-left: 1px solid #ccc;
    padding-left: 5%;
}


/*presseschaueBlockStageImage*/

.presseschaueBlockStageImage {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.presseschaueBlockStageImage {
    padding: 0;
}

.presseschaueBlockStageImage img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.presseschaueBlockStageImage h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.presseschaueBlockStageImage p {
    margin: 0;
    padding: 0;
}

.presseschaueBlockStageImage .listEntry {
    padding-bottom: 30px;
}

.presseschaueBlockStageImage .innerStage {
    padding: 30px 0 30px 0;
}

.presseschaueBlockStageImage .listEntry .number {
    float: left;
    width: 13%;
    font-size: 40px;
}

.presseschaueBlockStageImage .listEntry .textEntry {
    float: left;
    width: 78%;
    border-left: 1px solid #ccc;
    padding-left: 5%;
}


/*infoBlockTwoStage*/

.infoBlockTwoStage {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 30px 0;
}

@media screen and (max-width:1199px) {
    .infoBlockTwoStage {
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 0 0;
    }
}

.infoBlockTwoStage span {
    display: table;
    padding: 5px 8px;
    text-transform: uppercase;
}

.infoBlockTwoStage h3 {
    font-size: 26px;
    margin: 15px 0 0 0;
    padding: 0;
}

.infoBlockTwoStage p {
    margin: 0;
    padding: 0;
    min-height: 70px;
}

.infoBlockTwoStage cite {
    font-size: 18px;
    font-style: normal;
    padding: 0;
}


/*twoBlockInfoBoxes*/

.twoBlockInfoBoxes {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 50px 0 0 0;
}

@media screen and (max-width:1199px) {
    .twoBlockInfoBoxes {
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 0 0;
    }
}

.twoBlockInfoBoxes h3,
.twoBlockInfoBoxes h4 {
    margin: 0;
    padding: 0;
    font-size: 26px;
}

.twoBlockInfoBoxes h4 {
    font-size: 22px;
    font-weight: 400;
}

.twoBlockInfoBoxes .infoStage {
    padding: 30px;
    position: relative;
    top: -5vh
}

.twoBlockInfoBoxes a {
    display: table;
    font-size: 22px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    font-weight: 700;
}

.twoBlockInfoBoxes a svg {
    margin-left: 15px;
    position: relative;
    top: 20px;
    width: 30px;
    padding-bottom: 10px;
}


/*accordion-toggl*/

.accordionStage {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.accordion-toggle {
    cursor: pointer;
    display: block;
    font-size: 30px;
    font-weight: 600;
    background: url(../images/arrowDown.png) no-repeat right;
    border-bottom: 1px solid #999;
    text-align: left;
    margin-top: 30px;
}

.accordion-toggle.current {
    background: url(../images/arrowUp.png) no-repeat right;
}

.accordion-toggle.white {
    background: red
}

span.accordion-toggle {
    display: block;
}

.accordion-content {
    display: none;
    padding: 25px 0;
    margin-left: 0px;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: left;
}

.accordion-content a {
    font-size: 22px;
    font-weight: 600;
}

.accordion-content.default {
    display: block;
}

.active {
    background-position: left bottom
}


/*HeadlineStage*/

.HeadlineStage {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 60px;
    padding: 15px 0;
}

.HeadlineStage h1,
.HeadlineStage h2,
.HeadlineStageLeft h1,
.HeadlineStageLeft h2,
.HeadlineStageLeft h3 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 400;
}

.HeadlineStage h2,
.HeadlineStageLeft h2,
.HeadlineStageLeft h3 {
font-size: 35px;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0;
}


/*HeadlineStageLeft*/

.HeadlineStageLeft {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0px;
    padding: 15px 0;
}

.HeadlineStageLeft {
    margin-bottom: 15px;
}

.HeadlineStageLeft h3 {
    font-size: 28px;
}

@media screen and (max-width:767px) {
    .HeadlineStageLeft {
        padding: 30px 0;
    }
}


/*TwoImageBlockTextDown*/

.TwoImageBlockTextDown {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 60px;
    padding: 60px 0 30px 0;
}

.TwoImageBlockTextDown {
    font-size: 15px;
}


/*normalEditor10col*/
.normalEditor10col {
    font-size: 24px;
}


/*TextLeftImageRightNoFull*/

.TextLeftImageRightNoFull {
    padding: 50px 0 40px 0;
    font-size: 18px;
}

.TextLeftImageRightNoFull p {
    margin: 0 0 30px 0;
    padding: 0;
}

.TextLeftImageRightNoFull small {
    font-size: 15px;
    line-height: 1.1;
}

.TextLeftImageRightNoFull .innerLeft p {
    padding-right: 50px;
}

.TextLeftImageRightNoFull .innerRight {
    margin-left: -9%;
    width: 40%;
}

.TextLeftImageRightNoFull .innerRight img {
    position: relative;
    left: 18%;
}


/*OneImageWithCaption*/

.OneImageWithCaption,
.OneImageMobileDesktop {
    padding: 40px 0;
}

.OneImageWithCaption img {
    max-width: 100%;
    width: auto;
}


/*sliderWithInfoButton*/

.infoStageSlider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 777;
    bottom: 15px;
    font-size: 15px;
    text-align: center;
}

.notes h1 {
    font-size: 42px;
    font-weight: 400;
}

.notes h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0;
}

.notes p {
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.notes {
    margin-top: 30px;
}

.infoStageSlider span {
    transition: all ease-in-out 0.2s;
    display: none;
    display: block;
    max-width: 300px;
}

.infoStageSlider span.showCaption {
    opacity: 1;
    display: block;
    transition: all ease-in-out 0.2s;
}

.sliderWithInfoButton .responsive {
    position: relative;
}

.sliderWithInfoButton .infoStageSlider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 777;
    bottom: 35px;
    font-size: 15px;
}

.sliderWithInfoButton .infoStageSlider span {
    transition: all ease-in-out 0.2s;
    display: none;
    display: block;
    max-width: 300px;
}

.sliderWithInfoButton .infoStageSlider span.showCaption {
    opacity: 1;
    display: block;
    transition: all ease-in-out 0.2s;
}

.openInfo {
    display: block;
    font-size: 16px;
    font-family: arial;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    outline: none;
    color: #666;
    cursor: help;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    transition: all ease-in-out 0.2s;
    cursor: help;
    width: 50px;
    height: 50px;
    line-height: 70px;
}


/* Tooltip text */

.tooltip .tooltiptext {
    /* visibility: hidden; */
    opacity: 0;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    line-height: 1.2;
    transition: all ease-in-out 0.2s;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.2s;
}

.tooltip .tooltiptext {
    width: 280px;
    padding: 15px;
    ;
    bottom: 100%;
    left: 50%;
    margin-left: -155px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    transition: all ease-in-out 0.2s;
}


/*filter*/

.filter {
    margin: 0 0 60px 0;
}

.filter a {
    display: inline-block;
    margin: 0 1px;
    text-decoration: underline;
    cursor: pointer;
}

.filter a.nonfilter {
    text-decoration: none;
}

.filter a {
    display: inline-block;
    background-color: #eee;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
}

.filter a.nonfilter {
    background: #fff;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.active {
    color: #999;
    pointer-events: none;
}


/*calenderStage*/

.calenderStageMonth {
    font-size: 28px;
    margin-top: 15px;
}

.calenderStageMonth h3 {
    margin: 0;
    border-bottom: 1px solid #000;
    padding-left: 5px;
}

.calenderStage {
    padding: 20px 0;
}

.calenderStage .line {
    height: 3px;
    margin-top: 15px;
    background: url(../images/doubleLineGray.png) transparent;
    border: 0;
}

.calenderStage .left {
    font-size: 20px;
}

.calenderStage .right strong {
    font-weight: 600;
    font-size: 22px;
}

@media screen and (max-width:1081px) {
    .container {
        margin: 0 auto;
        position: relative;
        max-width: 90%;
    }
    .responsive {
        margin: 30px auto 60px auto;
    }
    .responsive img {
        max-width: 99%;
        margin: 30px auto;
        margin-bottom: 30px
    }
    .shortMenu1,
    .shortMenu2,
    .shortMenu3 {
        right: -180%;
        width: 40%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .open {
        z-index: 9999;
        right: 0;
        transition: all ease-in-out 0.5s;
    }
    .arrow1,
    .arrow2,
    .arrow3 {
        right: 34%;
    }
}

@media screen and (max-width:834px) {
    body,
    .infoBlockTwoStage cite,
    .TextLeftImageRightNoFull {
        font-size: 20px;
    }
    .hidden-xs {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .hidden-non-xs {
        display: block;
    }
    .shortMenu1,
    .shortMenu2,
    .shortMenu3 {
        right: -180%;
        width: 100%;
        padding-top: 30px;
    }
    .arrow1,
    .arrow2,
    .arrow3 {
        right: auto;
        right: 10%;
    }
    .open {
        z-index: 9999;
        right: 0;
        transition: all ease-in-out 0.5s;
    }
    .container {
        margin: 0 auto;
        position: relative;
        max-width: 95%;
    }
    header .container-fluid {
        padding: 0 1rem;
    }
    img {
        width: 100%;
    }
    .logo {
        line-height: 1.1;
        display: block;
        margin-top: 30px;
    }
    .fullInfo,
    .threeBlock,
    .ImageOverlayText,
    .lineImageTextBlock,
    .presseschaueLineStage,
    .presseschaueBlockStage,
    .presseschaueBlockStageImage,
    .infoBlockTwoStage,
    .twoBlockInfoBoxes {
        padding: 30px;
    }
    .accordionStage,
    .HeadlineStage,
    .HeadlineStageLeft {
        padding: 30px 15px;
    }
    .header-icons svg {
        margin-top: 0;
    }
    nav {
        width: 100%;
        padding-left: 22px;
        padding-right: 15px;
    }
    nav ul {
        margin: 15px 0 0 0;
        padding-left: 0px;
    }

    nav ul li {
        padding: 3px 0;
    }

    .shortMenu1 svg,
    .shortMenu2 svg,
    .shortMenu3 svg {
        top: 35px
    }
    .fullInfo {
        padding: 45px;
    }
    .fullInfo br {
        display: none;
    }
}



small {
    font-size: 13px;
}

@media screen and (max-width:834px) {
    * {
        box-sizing: border-box;
    }
    .container-fluid {
        width: 100%;
        margin: 0;
    }
    /*ImageOverlayText*/
    .ImageOverlayText {
        padding: 0px 0px;
        margin-left: 0;
        margin-right: 0;
    }
    .ImageOverlayText .rightStage {
        margin-left: 0;
        background-color: #fff;
        padding: 15px;
        margin-top: -10px;
    }
    .ImageOverlayText strong {
        font-size: 36px;
        display: block;
        margin-bottom: 0px;
    }
    .ImageOverlayText span {
        font-size: 25px;
        display: block;
        margin-bottom: 0px;
    }
    .ImageOverlayText article {
        min-height: 125px;
    }
    .ImageOverlayText cite {
        font-size: 16px;
        display: block;
        padding-top: 10px;
        margin-bottom: 0px;
        font-style: normal;
    }
    .ImageOverlayText a {
        display: table;
        border-bottom: 2px solid #000;
        text-transform: uppercase;
        font-weight: 700;
    }
    .ImageOverlayText a svg {
        margin-left: 15px;
        position: relative;
        top: 20px;
        width: 30px;
        padding-bottom: 10px;
    }
    .ImageOverlayText .leftStage {
        margin-top: -10px;
        padding: 15px;
        margin: 0;
    }
    .ImageOverlayText img {
        width: 100%;
    }
    /**********************/
    .lineImageTextBlock {
        margin-left: -20px;
        margin-right: -20px;
    }
    .lineImageTextBlock p {
        padding: 0 30px 30px 30px;
    }
    .lineImageTextBlock .innerStage {
        padding: 0;
    }
    .lineImageTextBlock .innerStage .row {
        padding-bottom: 30px;
    }
    .lineImageTextBlock img {
        padding: 30px;
        padding-bottom: 0;
    }
    /*presseschaueBlockStage*/
    .presseschaueBlockStage {
        margin-left: 0;
        margin-right: 0;
    }
    .presseschaueBlockStage {
        padding: 30px 0;
        box-sizing: border-box;
    }
    .presseschaueBlockStage h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
    }
    .presseschaueBlockStage p {
        margin: 0;
        padding: 0;
    }
    .presseschaueBlockStage [class*="col-"] {
        margin-bottom: 30px;
    }
    .presseschaueBlockStage .innerStage {
        padding: 30px 15px 15px 15px;
        box-sizing: border-box;
    }
    .presseschaueBlockStage .listEntry .number {
        float: none;
        width: 100%;
        font-size: 40px;
        box-sizing: border-box;
    }
    .presseschaueBlockStage .listEntry .textEntry {
        float: none;
        width: 100%;
        border-left: 0px solid #ccc;
        padding-left: 0%;
        box-sizing: border-box;
    }
    /*presseschaueLineStage*/
    .presseschaueLineStage {
        margin-left: 0;
        margin-right: 0;
    }
    .presseschaueLineStage {
        padding: 30px 10px;
    }
    .presseschaueLineStage h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
    }
    .presseschaueLineStage p {
        margin: 0;
        padding: 0;
    }
    .presseschaueLineStage .row {
        margin-bottom: 30px;
    }
    .presseschaueLineStage .innerStage {
        padding: 30px 40px 40px 40px;
        box-sizing: border-box;
    }
    .presseschaueLineStage .listEntry .number {
        float: none;
        width: 100%;
        font-size: 40px;
    }
    .presseschaueLineStage .listEntry .textEntry {
        float: none;
        width: 100%;
        border-left: 0px solid #ccc;
        padding-left: 0%;
    }
    /*************************/
    /*presseschaueBlockStageImage*/
    .presseschaueBlockStageImage {
        margin-left: 0;
        margin-right: 0;
    }
    .presseschaueBlockStageImage {
        padding: 0;
    }
    .presseschaueBlockStageImage img {
        max-width: auto;
        width: 100%;
        width: auto;
        margin: 0 auto;
        text-align: center;
        padding: 30px;
        padding-bottom: 0;
    }
    .presseschaueBlockStageImage h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
    }
    .presseschaueBlockStageImage p {
        margin: 0;
        padding: 15px;
    }
    .presseschaueBlockStageImage .listEntry {
        padding-bottom: 30px;
        padding: 15px;
    }
    .presseschaueBlockStageImage .innerStage {
        padding: 30px 0 30px 0;
    }
    .presseschaueBlockStageImage .listEntry .number {
        float: none;
        width: 100%;
        font-size: 40px;
        padding: 0 10px;
    }
    .presseschaueBlockStageImage .listEntry .textEntry {
        float: none;
        width: 100%;
        border-left: 0px solid #ccc;
        padding-left: 0%;
    }
    /************************************/
    .infoBlockTwoStage [class*="col-"] {
        margin-bottom: 60px;
    }
    /***************************/
    .OneImageWithCaption {
        padding-top: 40px;
    }
    *TextLeftImageRightNoFull*/ .TextLeftImageRightNoFull {
        padding: 50px 0 40px 0;
        font-size: 18px;
    }
    .TextLeftImageRightNoFull p {
        margin: 0 0 30px 0;
        padding: 0;
    }
    .TextLeftImageRightNoFull small {
        font-size: 15px;
        line-height: 1.1;
    }
    .TextLeftImageRightNoFull .innerLeft p {
        padding-right: 0px;
    }
    .TextLeftImageRightNoFull .innerRight {
        margin-left: 0%;
        width: 100%;
    }
    .TextLeftImageRightNoFull .innerRight img {
        position: relative;
        left: 0;
    }
    .TextLeftImageRightNoFull .infoStageSlider {
        margin-left: -15%;
    }
    /********************/
    .calenderStageMonth,
    .calenderStage {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .filter a {
        display: inline-block;
        background-color: #eee;
        border-radius: 4px;
        padding: 5px 10px;
        margin: 5px;
        text-decoration: none;
    }
    .filter a.nonfilter {
        background: #fff;
        display: block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    a.active {
        color: #fff;
        background: #000;
        pointer-events: none;
    }
    .tooltip .tooltiptext {
        margin-left: -140px;
    }
    .tooltip .tooltiptext p {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .rowY {
        margin-left: 0;
        margin-right: 0;
    }
    .ImageOverlayText {
        padding: 0px 0px;
        margin-left: 0;
        margin-right: 0;
    }
    .ImageOverlayText .rightStage {
        margin-left: 0;
        background-color: #fff;
        padding: 0;
        margin-top: -10px;
    }
    .ImageOverlayText strong {
        font-size: 36px;
        display: block;
        margin-bottom: 0px;
    }
    .ImageOverlayText span {
        font-size: 25px;
        display: block;
        margin-bottom: 0px;
    }
    .ImageOverlayText article {
        min-height: 125px;
    }
    .ImageOverlayText cite {
        font-size: 16px;
        display: block;
        padding-top: 10px;
        margin-bottom: 0px;
        font-style: normal;
    }
    .ImageOverlayText a {
        display: table;
        border-bottom: 2px solid #000;
        text-transform: uppercase;
        font-weight: 700;
    }
    .ImageOverlayText a svg {
        margin-left: 15px;
        position: relative;
        top: 20px;
        width: 30px;
        padding-bottom: 10px;
    }
    .ImageOverlayText .leftStage {
        margin-top: -10px;
        padding: 0;
        margin: 0;
    }
    .ImageOverlayText img {
        width: 100%;
    }

    nav {
        width: 100%;
    }
}


/**/

.opening-times h2 {
    font-size: 33px;
}

@media screen and (max-width:767px) {
    .opening-times h2 {
        font-size: 26px;
    }
}

.opening-times ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #ACACAC;
    margin: 1px 0 1px;
    padding: 10px 0;
}

.opening-times ul:last-child {
    border: 0;
}

.opening-times ul li.time {
    text-align: right;
}


/**/

.opening-times-headliner {
    margin-top: 30px;
}

.opening-times-headliner h3 {
    font-size: 33px;
    display: inline-block;
    margin: 0;
}

.opening-times-headliner h3 p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width:767px) {
    .opening-times-headliner h3 {
        font-size: 26px;
    }
}

.opening-times-headliner h3:nth-child(2) {
    text-align: right;
    float: right;
}

@media screen and (max-width:1199px) {
    .opening-times-headliner h3 {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    .opening-times-headliner h3 {
        float: left;
        margin: 0;
        font-size: 22px;
    }
    .opening-times-headliner h3:nth-child(2) {
        float: none;
        text-align: left;
    }
}


/**/

.accordionStageOpeningTimes {
    margin-top: 0px;
    margin-bottom: 15px;
    ;
}

@media screen and (max-width:767px) {
    .accordionStageOpeningTimes {
        padding: 0;
    }
    .accordionStageOpeningTimes span {
        font-size: 24px;
    }
}

.accordionStageOpeningTimes ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.accordionStageOpeningTimes .accordion-toggle {
    padding: 0 0 10px;
    margin: 0;
}

@media screen and (max-width:1099px) {
    .accordionStageOpeningTimes .accordion-toggle {
        font-size: 22px;
    }
}

.accordionStageOpeningTimes .accordion-content {
    border-bottom: 2px solid #acacac;
}

.accordionStageOpeningTimes .info-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    top: 15px;
    float: right;
    /* display: none; */
}


/* @media screen and (max-width:843px) {
    .accordionStageOpeningTimes .info-text br {
        display: none;
    }
} */

.accordionStageOpeningTimes .accordion-toggle {
    background: url(../images/plus-icon.png) no-repeat right;
}

.accordionStageOpeningTimes .accordion-toggle.current {
    background: url(../images/minus-icon.png) no-repeat right;
}


/**/

.accordionStageOpeningTimesClosed {
    margin-top: 0px;
    margin-bottom: 15px;
}

@media screen and (max-width:767px) {
    .accordionStageOpeningTimesClosed {
        padding: 0;
    }
    .accordionStageOpeningTimesClosed span {
        font-size: 24px;
    }
}

.accordionStageOaccordionStageOpeningTimesClosedpeningTimes ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.accordionStageOpeningTimesClosed .accordion-toggle {
    padding: 0 0 10px;
    margin: 0;
}

@media screen and (max-width:1099px) {
    .accordionStageOpeningTimesClosed .accordion-toggle {
        font-size: 22px;
    }
}

.accordionStageOpeningTimesClosed .accordion-content {
    border-bottom: 2px solid #acacac;
}

.accordionStageOpeningTimesClosed .info-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    top: 15px;
    float: right;
    /* display: none; */
}


/* @media screen and (max-width:843px) {
    .accordionStageOpeningTimes .info-text br {
        display: none;
    }
} */

.accordionStageOpeningTimesClosed .accordion-toggle{
    background: url(../images/plus-icon.png) no-repeat right;
}

.accordionStageOpeningTimesClosed .accordion-toggle.current {
    background: url(../images/minus-icon.png) no-repeat right;
}




/**/

.headliner-border-text {
    margin: 15px 0;
}

.headliner-border-text span {
    display: block;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 15px;
}

.headliner-border-text p {
    margin: 0;
    padding: 0 0 15px;
}

@media screen and (max-width:1099px) {
    .headliner-border-text span {
        font-size: 26px;
    }
}

@media screen and (max-width:1099px) {
    .headliner-border-text br {
        display: none
    }
}



/* Popup box BEGIN */
.hover_bkgr_fricc {
    text-align: center;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100vh;
    overflow:hidden;
    box-sizing: border-box;
}

.hover_bkgr_fricc ul {
    list-style: square;
    text-align: left;
    margin: 0;
    padding: 20px;
}


.hover_bkgr_fricc p {
    text-align: left;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}



.hover_bkgr_fricc>div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 600px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    box-sizing: border-box;
}

@media screen and (max-width:1199px) {
    .hover_bkgr_fricc>div {
        width: 80%;
        padding: 15px 5%;
        height: 80vh;
    }

}

@media screen and (max-width:767px) {
    .hover_bkgr_fricc {
        width: 100%;
    }
    .hover_bkgr_fricc>div {
        width: 90%;
        padding:15px;
        height: 70vh;
        margin-top: -70px;
    }

    .hover_bkgr_fricc article {
        overflow-y: auto;
        overflow-x: hidden;
        height: 98%;
        position: relative;
        padding: 0 10px;

    }
}


.hover_bkgr_fricc .HeadlineStage {
    margin-top: 10px;
}


.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 28px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 98;
}

@media screen and (max-width:834px) {
    .popupCloseButton {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 30px;
    }
}


@media screen and (max-width:767px) {
    .popupCloseButton {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 30px;
        top:10px;
        right: 10px;
    }

    nav ul li ul {
        padding-top:0 ;
    }
}

.popupCloseButton:hover {
    background-color: #ccc;
}

/* Popup box BEGIN */


a.consent_manager-close-box::before {
    left: 9px;
}




.iframe-info {
    z-index: 2;
    position: relative;
    background-color: #222;
}

.iframe-info iframe {
    /* position: relative;
    z-index: 33; */
    color: #fff;
    font-weight: 500;

}

.iframe-info .iframe-info-text {
    position: absolute;
    text-align: center;
    width: 100%;
    top:27%;
    left:50%;
    margin-left: -50%;
    color: #fff;
    /* z-index: 1; */
}

.iframe-info .iframe-info-text a {
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #fff;
    padding: 10px 30px;
}

.iframe-info .iframe-info-text h2 {
    color: #d20a0f;
    font-size: 26px;
    margin-bottom: 15px;

}


video {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.video {
    text-align: center;
}

.rex-article-9 {
    margin-top: 30px;
}

.rex-article-9,
.rex-article-10 {
    font-size: 18px;
    padding: 2px 0;
    line-height: 1;
}



.singleLineTextBorder {
    font-weight: 600;
    font-size: 24px;
}







/*14-2-22*/
/*AUFKLAPPEN VERBOTEN*/
.rex-article-69 a,
.rex-article-109 a,
.rex-article-155 a {
    pointer-events: none;
}

/*UNTERPUNKTE ANKLICKBAR*/
.rex-article-69 ul li a,
.rex-article-109 ul li a,
.rex-article-155 ul li a{
    pointer-events: all;
}



@media (max-width: 767px) {
.header-icons svg {
    margin-left: 6px;
    margin-top: 10px;
    height: 25px;
    width: 26px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
}

nav .subLogo,
nav .subLogo2{
  text-align: right;
}

nav .subLogo img,
nav .subLogo2 img{
  display: inline-block;
}

/* Neue Logos untereinander – nav bleibt unberührt */
nav .subLogo,
nav .subLogo2 {
    float: none !important;     /* altes float überschreiben */
    display: block;
    margin-left: 0 !important;  /* altes Offset entfernen */
}

/* Abstand zwischen den Logos */
nav .subLogo {
    margin-top: 50px;   /* Position im Menü */
    margin-bottom: 50px; /* Abstand zum zweiten Logo */
}

/* padding vom zweiten Logo entfernen */
nav .subLogo2 {
    margin-top: 0;
    padding-top: 0;
}

/* saubere Skalierung */
nav .subLogo img,
nav .subLogo2 img {
    width: 100%;
    max-width: 115px;   /* Größe leicht anpassen */
    height: auto;
    display: block;
}
