/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }
  .unslider-wrap {
    position: relative; }
    .unslider-wrap.unslider-carousel > li {
      float: left; }
  .unslider-vertical > ul {
    height: 100%; }
  .unslider-vertical li {
    float: none;
    width: 100%; }
  .unslider-fade {
    position: relative; }
    .unslider-fade .unslider-wrap li {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      z-index: 8; }
      .unslider-fade .unslider-wrap li.unslider-active {
        z-index: 10; }
  .unslider ul, .unslider ol, .unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none; }
  .unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer; }
    .unslider-arrow.next {
      left: auto;
      right: 20px; }

html {
  position: relative;
  min-height: 100%;
  background-color: #000; }

body {
  font-family: 'URWGroteskWid-ExtLig', Times, serif;
  font-weight: normal;
  padding-top: 0px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  background-color: #fff; }

h4, h5, h6, strong, b, .strong {
  font-family: 'URWGroteskWid-Reg';
  font-weight: 400; }

h1, h2, h3 {
  font-family: 'Panton-Regular', sans-serif;
  margin-bottom: 22px;
  font-variant: small-caps;
  font-weight: 300;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#014874), to(#0170af));
  background-image: linear-gradient(0deg, #014874, #0170af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

a {
  color: #f28800; }
  a:hover, a:link, a:active {
    color: #f28800;
    text-decoration: none; }
  a.black {
    color: #43444a; }
    a.black:hover, a.black:link, a.black:active {
      color: #43444a; }
  a.white {
    color: #fff; }
    a.white:hover, a.white:link, a.white:active {
      color: #fff; }

.red {
  color: #f28800; }

.bg-grey {
  background-color: #424349;
  color: #fff; }

ul, ol {
  margin-top: -11px;
  margin-bottom: 0; }
  ul.nav, ol.nav {
    margin-top: 0; }

.kapitaelchen {
  font-variant: small-caps; }

.nav-pills > li > a {
  border-radius: 0;
  color: #fff;
  font-family: 'Panton-Regular', sans-serif;
  font-variant: small-caps;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 10px; }
  .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: transparent; }

.menu-overlay {
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-menu-107.jpg) no-repeat right center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .menu-overlay .menu {
    box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.75);
    padding: 10px 50px;
    font-family: 'Panton-Regular', sans-serif;
    font-size: 38px;
    font-variant: small-caps;
    line-height: 1.3em;
    text-align: center;
    z-index: 16;
    color: #cf3424;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cf3424), to(#e9872b));
    background-image: linear-gradient(0deg, #cf3424, #e9872b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.show-menu .menu-overlay {
  z-index: 112110;
  visibility: visible;
  opacity: 1; }

.opera-menu-left {
  padding-top: 50px;
  z-index: 20; }
  @media (min-width: 1024px) {
    .opera-menu-left {
      left: 85px; } }
  @media (max-width: 1024px) {
    .opera-menu-left {
      left: 35px; } }
  .opera-menu-left > a {
    z-index: 20; }
  .opera-menu-left.affix {
    position: fixed;
    top: 0px;
    -webkit-transition: color 1s;
    transition: color 1s; }
    .opera-menu-left.affix > li > a {
      color: #000;
      -webkit-transition: color 1s;
      transition: color 1s; }
    .opera-menu-left.affix > li.active > a {
      color: #fff;
      -webkit-transition: none;
      transition: none; }
  .opera-menu-left.affix-top {
    position: fixed;
    top: 0px;
    -webkit-transition: color 1s;
    transition: color 1s; }
    .opera-menu-left.affix-top > li > a {
      color: #000;
      -webkit-transition: color 1s;
      transition: color 1s; }

.preloader {
  display: none; }

h1.haydn13 {
  position: absolute;
  right: 5%;
  top: 50%;
  margin: -55px 0 0 0;
  font-size: 50px;
  line-height: 80px;
  font-family: 'Panton-Regular', sans-serif;
  font-variant: small-caps;
  color: #fff; }
  @media (min-width: 1280px) {
    h1.haydn13 {
      margin: -35px 0 0 0px;
      font-size: 60px; } }
  @media (min-width: 1400px) {
    h1.haydn13 {
      margin: -35px 0 0 0px;
      font-size: 80px; } }
  @media (min-width: 1280px) and (min-height: 1000px) {
    h1.haydn13 {
      margin-top: -90px; } }

.sort {
  position: absolute;
  right: 5%;
  top: 60%;
  margin: 0;
  font-size: 36px;
  line-height: 1.2em;
  text-align: right;
  color: #fff;
  font-family: 'Panton-Regular', sans-serif;
  font-variant: small-caps; }
  @media (min-width: 1280px) {
    .sort {
      margin: 0 0 0px; } }
  @media (min-width: 1400px) {
    .sort {
      margin: 0 0 0px; } }
  .sort a {
    color: #fff; }
  .sort .active {
    color: #cf3424;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cf3424), to(#e9872b));
    background-image: linear-gradient(0deg, #cf3424, #e9872b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#014874), to(#0170af));
  background-image: linear-gradient(0deg, #014874, #0170af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gradient-grau {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#595959), to(#7b7b7b));
  background-image: linear-gradient(0deg, #595959, #7b7b7b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.rot {
  background-image: none;
  color: #cf2d2e !important; }

.body-landing_page {
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(../images/START-107.jpg); }
  .body-landing_page .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: url(../images/start-blurred-107.jpg) no-repeat center;
    background-size: cover; }
    .body-landing_page .preloader .text {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; }
      .body-landing_page .preloader .text h1 {
        margin: 0;
        color: #fff;
        font-size: 80px; }
    .body-landing_page .preloader.preloader-else {
      background-image: none;
      background-color: #000; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .preloader.preloader-else {
    background-image: none;
    background-color: #000; }

a.opera {
  width: 170px;
  height: 170px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #000;
  background: url(../images/operas-sprite-xl.png) no-repeat 0 0;
  margin: 0px;
  font-family: 'Panton-Regular', sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  text-decoration: none; }
  a.opera.noshadow {
    background-image: url(../images/operas-sprite-xl-noshadow.png); }
  a.opera:hover, a.opera:active, a.opera:focus {
    border: none;
    box-shadow: none;
    outline: none; }
  a.opera-1 {
    background-position: 10px 20px;
    margin: -300px 0 0 -500px; }
  a.opera-2 {
    background-position: 18px -140px;
    margin: -100px 0 0 -500px; }
  a.opera-3 {
    background-position: -159px -135px;
    margin: -100px 0 0 -333px; }
  a.opera-4 {
    background-position: -169px -290px;
    margin: 100px 0 0 -333px; }
  a.opera-5 {
    background-position: -359px -130px;
    margin: -100px 0 0 -160px; }
  a.opera-6 {
    background-position: -345px -290px;
    margin: 100px 0 0 -160px; }
  a.opera-7 {
    background-position: -520px 20px;
    margin: -300px 0 0 0px; }
  a.opera-8 {
    background-position: -524px -132px;
    margin: -100px 0 0 0px; }
  a.opera-9 {
    background-position: -520px -290px;
    margin: 100px 0 0 0px; }
  a.opera-10 {
    background-position: -700px 15px;
    margin: -300px 0 0 160px; }
  a.opera-11 {
    background-position: -700px -140px;
    margin: -100px 0 0 160px; }
  a.opera-12 {
    background-position: -700px -295px;
    margin: 100px 0 0 160px; }
  a.opera-13 {
    background-position: -883px -295px;
    margin: 100px 0 0 333px; }
  @media (min-width: 1280px) {
    a.opera {
      background: url(../images/operas-sprite-xlx.png) no-repeat 0 0;
      width: 200px;
      height: 200px;
      font-size: 28px;
      line-height: 24px; }
      a.opera.noshadow {
        background-image: url(../images/operas-sprite-xxl.png); }
      a.opera-1 {
        background-position: 20px 18px;
        margin: -300px 0 0 -660px; }
      a.opera-2 {
        background-position: 20px -211px;
        margin: -100px 0 0 -660px; }
      a.opera-3 {
        background-position: -244px -213px;
        margin: -100px 0 0 -460px;
        width: 230px; }
        a.opera-3 span {
          display: inline-block;
          margin-left: -20px; }
      a.opera-4 {
        background-position: -261px -439px;
        margin: 100px 0 0 -460px; }
      a.opera-5 {
        background-position: -545px -210px;
        margin: -100px 0 0 -220px; }
      a.opera-6 {
        background-position: -528px -446px;
        margin: 100px 0 0 -220px; }
      a.opera-7 {
        background-position: -792px 18px;
        margin: -300px 0 0 0px; }
      a.opera-8 {
        background-position: -794px -213px;
        margin: -100px 0 0 0px; }
      a.opera-9 {
        background-position: -791px -443px;
        margin: 100px 0 0 0px; }
      a.opera-10 {
        background-position: -1065px 19px;
        margin: -300px 0 0 220px; }
      a.opera-11 {
        background-position: -1067px -223px;
        margin: -100px 0 0 220px; }
      a.opera-12 {
        background-position: -1063px -438px;
        margin: 100px 0 0 220px; }
      a.opera-13 {
        background-position: -1345px -440px;
        margin: 100px 0 0 460px; } }
  @media (min-width: 1280px) and (min-height: 1000px) {
    a.opera {
      top: 50%; }
      a.opera-1 {
        margin: -400px 0 0 -660px; }
      a.opera-2 {
        margin: -150px 0 0 -660px; }
      a.opera-3 {
        margin: -150px 0 0 -460px; }
      a.opera-4 {
        margin: 100px 0 0 -460px; }
      a.opera-5 {
        margin: -150px 0 0 -220px; }
      a.opera-6 {
        margin: 100px 0 0 -220px; }
      a.opera-7 {
        margin: -400px 0 0 0px; }
      a.opera-8 {
        margin: -150px 0 0 0px; }
      a.opera-9 {
        margin: 100px 0 0 0px; }
      a.opera-10 {
        margin: -400px 0 0 220px; }
      a.opera-11 {
        margin: -150px 0 0 220px; }
      a.opera-12 {
        margin: 100px 0 0 220px; }
      a.opera-13 {
        margin: 100px 0 0 460px; } }

.pearls {
  background: url(../images/operas-perlenkette-sm.png);
  background-repeat: no-repeat;
  width: 76px;
  display: block;
  opacity: 0.5; }
  .pearls-1 {
    background-position: 0 0;
    height: 45px; }
  .pearls-2 {
    background-position: 0 -45px;
    height: 52px; }
  .pearls-3 {
    background-position: 0 -94px;
    height: 36px; }
  .pearls-4 {
    background-position: 0 -130px;
    height: 46px; }
  .pearls-5 {
    background-position: 0 -273px;
    height: 33px; }
  .pearls-6 {
    background-position: 0 -214px;
    height: 42px;
    margin-bottom: 20px; }
  .pearls-7 {
    background-position: 0 -174px;
    height: 42px; }
  .pearls-8 {
    background-position: 0 -305px;
    height: 42px; }
  .pearls-9 {
    background-position: 0 -345px;
    height: 37px;
    margin-bottom: 20px; }
  .pearls-10 {
    background-position: 0 -401px;
    height: 40px; }
  .pearls-11 {
    background-position: 0 -439px;
    height: 40px; }
  .pearls-12 {
    background-position: 0 -478px;
    height: 41px;
    margin-bottom: 20px; }
  .pearls-13 {
    background-position: 0 -538px;
    height: 36px; }
  .pearls span {
    opacity: 0;
    visability: hidden;
    font-family: 'Panton-Regular', sans-serif;
    font-variant: small-caps;
    font-size: 20px; }
  @media (min-width: 1024px) {
    .pearls.active, .pearls:hover {
      opacity: 1;
      position: relative; }
      .pearls.active span, .pearls:hover span {
        opacity: 1;
        visability: visible;
        position: absolute;
        display: block;
        right: 100%;
        top: 50%;
        margin-top: -12px;
        white-space: nowrap;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; } }
  @media (max-width: 1024px) {
    .pearls.active, .pearls:hover {
      opacity: 1;
      position: relative; }
    .pearls:hover span {
      padding: 1px 5px;
      opacity: 1;
      visability: visible;
      position: absolute;
      display: block;
      right: 100%;
      top: 50%;
      margin-top: -12px;
      white-space: nowrap;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: #fff; } }

.body-00_oper .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #000; }
  .body-00_oper .preloader .text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    .body-00_oper .preloader .text h2 {
      visibility: hidden !important;
      opacity: 0 !important; }

.operas-overview {
  position: fixed;
  z-index: 25;
  top: 0;
  padding-top: 55px; }
  @media (min-width: 1024px) {
    .operas-overview {
      right: 5%; } }
  @media (max-width: 1024px) {
    .operas-overview {
      right: 2%; } }

.operas-menu-right {
  position: absolute;
  padding-top: 115px;
  z-index: 10;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (min-width: 1024px) {
    .operas-menu-right {
      right: 5%; } }
  @media (max-width: 1024px) {
    .operas-menu-right {
      right: 2%; } }
  .operas-menu-right.affix {
    top: 0px;
    position: fixed;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s; }

.opernstart, .menustart, .contentstart {
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 50px; }
  .opernstart.sinfonie.parallax-section, .menustart.sinfonie.parallax-section, .contentstart.sinfonie.parallax-section {
    height: 70vh;
    max-height: 700px; }
  .opernstart .info, .menustart .info, .contentstart .info {
    text-align: center;
    width: 100%;
    line-height: 60px; }
    .opernstart .info .info, .menustart .info .info, .contentstart .info .info {
      margin-right: 0; }
    .opernstart .info h1, .menustart .info h1, .contentstart .info h1 {
      font-size: 60px;
      margin: 0;
      line-height: 1em; }
      .opernstart .info h1.left, .menustart .info h1.left, .contentstart .info h1.left {
        text-align: left !important;
        margin-right: 150px;
        margin-left: 150px; }
      @media (min-width: 1400px) {
        .opernstart .info h1, .menustart .info h1, .contentstart .info h1 {
          font-size: 86px;
          line-height: 86px; } }
    @media (min-width: 1400px) {
      .opernstart .info.opernstart-info-text h1, .menustart .info.opernstart-info-text h1, .contentstart .info.opernstart-info-text h1 {
        font-size: 166px;
        line-height: 166px; } }
    .opernstart .info h2, .menustart .info h2, .contentstart .info h2 {
      color: #fff;
      font-size: 44px;
      text-transform: uppercase; }
      @media (min-width: 1400px) {
        .opernstart .info h2, .menustart .info h2, .contentstart .info h2 {
          font-size: 80px;
          line-height: 80px; } }

.contentstart .info {
  margin-left: 5%;
  margin-right: 5%; }
  @media (min-width: 1280px) and (min-height: 1000px) {
    .contentstart .info h1 {
      margin-bottom: 110px; } }

.kapitelbild {
  position: relative;
  z-index: 15;
  margin: 50px 0; }
  .kapitelbild h1 {
    position: absolute;
    right: 10%;
    text-align: right;
    top: 50%;
    font-size: 60px;
    line-height: 60px;
    margin: -40px 0 0 0; }
    .kapitelbild h1.left {
      text-align: left !important; }
    @media (min-width: 1400px) {
      .kapitelbild h1 {
        font-size: 80px;
        line-height: 80px; } }

table tr td:first-child {
  width: 200px; }

table tr td {
  padding-right: 8px; }

table tr td:last-child {
  min-width: 150px;
  padding-right: 0; }

.threecolumns table tr td:first-child {
  width: 160px; }

.threecolumns table tr td:last-child {
  width: 150px; }

.operaparts table tr td:first-child {
  width: auto;
  text-align: right; }

.operaparts table tr td:last-child {
  min-width: 10px; }

.cast table tr td:first-child {
  width: 110px; }

.cast table tr td:last-child {
  min-width: 10px; }

.oper1 {
  color: #495da7 !important; }

.oper2 {
  color: #f3e726 !important; }

.oper3 {
  color: #f07f3c !important; }

.oper4 {
  color: #91c469 !important; }

.oper5 {
  color: #fecb19 !important; }

.oper6 {
  color: #4bad33 !important; }

.oper7 {
  color: #eb5c1f !important; }

.oper8 {
  color: #e83566 !important; }

.oper9 {
  color: #65c1be !important; }

.oper10 {
  color: #bf2585 !important; }

.oper11 {
  color: #f28800 !important; }

.oper12 {
  color: #8e66a9 !important; }

.oper13 {
  color: #a5b5de !important; }

.periode1 {
  color: #a3c4e9 !important; }

.periode2 {
  color: #b7d68f !important; }

.periode3 {
  color: #e5a444 !important; }

.color-oper1 h1, .color-oper1 h2, .color-oper1 h3, .color-oper1 h4, .color-oper1 h5, .color-oper1 h6, .color-oper1 .nav-pills > li > a:hover {
  color: #495da7; }

.color-oper1-link a, .color-oper1-link a:link, .color-oper1-link a:hover, .color-oper1-link a:active {
  color: #495da7; }

.color-oper1 .nav-pills > li.active > a, .color-oper1 .nav-pills > li.active > a:hover, .color-oper1 .nav-pills > li.active > a:focus {
  background-color: #495da7;
  color: #fff; }

.color-oper2 h1, .color-oper2 h2, .color-oper2 h3, .color-oper2 h4, .color-oper2 h5, .color-oper2 h6, .color-oper2 .nav-pills > li > a:hover {
  color: #f3e726; }

.color-oper2-link a, .color-oper2-link a:link, .color-oper2-link a:hover, .color-oper2-link a:active {
  color: #f3e726; }

.color-oper2 .nav-pills > li.active > a, .color-oper2 .nav-pills > li.active > a:hover, .color-oper2 .nav-pills > li.active > a:focus {
  background-color: #f3e726;
  color: #fff; }

.color-oper3 h1, .color-oper3 h2, .color-oper3 h3, .color-oper3 h4, .color-oper3 h5, .color-oper3 h6, .color-oper3 .nav-pills > li > a:hover {
  color: #f07f3c; }

.color-oper3-link a, .color-oper3-link a:link, .color-oper3-link a:hover, .color-oper3-link a:active {
  color: #f07f3c; }

.color-oper3 .nav-pills > li.active > a, .color-oper3 .nav-pills > li.active > a:hover, .color-oper3 .nav-pills > li.active > a:focus {
  background-color: #f07f3c;
  color: #fff; }

.color-oper4 h1, .color-oper4 h2, .color-oper4 h3, .color-oper4 h4, .color-oper4 h5, .color-oper4 h6, .color-oper4 .nav-pills > li > a:hover {
  color: #91c469; }

.color-oper4-link a, .color-oper4-link a:link, .color-oper4-link a:hover, .color-oper4-link a:active {
  color: #91c469; }

.color-oper4 .nav-pills > li.active > a, .color-oper4 .nav-pills > li.active > a:hover, .color-oper4 .nav-pills > li.active > a:focus {
  background-color: #91c469;
  color: #fff; }

.color-oper5 h1, .color-oper5 h2, .color-oper5 h3, .color-oper5 h4, .color-oper5 h5, .color-oper5 h6, .color-oper5 .nav-pills > li > a:hover {
  color: #fecb19; }

.color-oper5-link a, .color-oper5-link a:link, .color-oper5-link a:hover, .color-oper5-link a:active {
  color: #fecb19; }

.color-oper5 .nav-pills > li.active > a, .color-oper5 .nav-pills > li.active > a:hover, .color-oper5 .nav-pills > li.active > a:focus {
  background-color: #fecb19;
  color: #fff; }

.color-oper6 h1, .color-oper6 h2, .color-oper6 h3, .color-oper6 h4, .color-oper6 h5, .color-oper6 h6, .color-oper6 .nav-pills > li > a:hover {
  color: #4bad33; }

.color-oper6-link a, .color-oper6-link a:link, .color-oper6-link a:hover, .color-oper6-link a:active {
  color: #4bad33; }

.color-oper6 .nav-pills > li.active > a, .color-oper6 .nav-pills > li.active > a:hover, .color-oper6 .nav-pills > li.active > a:focus {
  background-color: #4bad33;
  color: #fff; }

.color-oper7 h1, .color-oper7 h2, .color-oper7 h3, .color-oper7 h4, .color-oper7 h5, .color-oper7 h6, .color-oper7 .nav-pills > li > a:hover {
  color: #eb5c1f; }

.color-oper7-link a, .color-oper7-link a:link, .color-oper7-link a:hover, .color-oper7-link a:active {
  color: #eb5c1f; }

.color-oper7 .nav-pills > li.active > a, .color-oper7 .nav-pills > li.active > a:hover, .color-oper7 .nav-pills > li.active > a:focus {
  background-color: #eb5c1f;
  color: #fff; }

.color-oper8 h1, .color-oper8 h2, .color-oper8 h3, .color-oper8 h4, .color-oper8 h5, .color-oper8 h6, .color-oper8 .nav-pills > li > a:hover {
  color: #e83566; }

.color-oper8-link a, .color-oper8-link a:link, .color-oper8-link a:hover, .color-oper8-link a:active {
  color: #e83566; }

.color-oper8 .nav-pills > li.active > a, .color-oper8 .nav-pills > li.active > a:hover, .color-oper8 .nav-pills > li.active > a:focus {
  background-color: #e83566;
  color: #fff; }

.color-oper9 h1, .color-oper9 h2, .color-oper9 h3, .color-oper9 h4, .color-oper9 h5, .color-oper9 h6, .color-oper9 .nav-pills > li > a:hover {
  color: #65c1be; }

.color-oper9-link a, .color-oper9-link a:link, .color-oper9-link a:hover, .color-oper9-link a:active {
  color: #65c1be; }

.color-oper9 .nav-pills > li.active > a, .color-oper9 .nav-pills > li.active > a:hover, .color-oper9 .nav-pills > li.active > a:focus {
  background-color: #65c1be;
  color: #fff; }

.color-oper10 h1, .color-oper10 h2, .color-oper10 h3, .color-oper10 h4, .color-oper10 h5, .color-oper10 h6, .color-oper10 .nav-pills > li > a:hover {
  color: #bf2585; }

.color-oper10-link a, .color-oper10-link a:link, .color-oper10-link a:hover, .color-oper10-link a:active {
  color: #bf2585; }

.color-oper10 .nav-pills > li.active > a, .color-oper10 .nav-pills > li.active > a:hover, .color-oper10 .nav-pills > li.active > a:focus {
  background-color: #bf2585;
  color: #fff; }

.color-oper11 h1, .color-oper11 h2, .color-oper11 h3, .color-oper11 h4, .color-oper11 h5, .color-oper11 h6, .color-oper11 .nav-pills > li > a:hover {
  color: #f28800; }

.color-oper11-link a, .color-oper11-link a:link, .color-oper11-link a:hover, .color-oper11-link a:active {
  color: #f28800; }

.color-oper11 .nav-pills > li.active > a, .color-oper11 .nav-pills > li.active > a:hover, .color-oper11 .nav-pills > li.active > a:focus {
  background-color: #f28800;
  color: #fff; }

.color-oper12 h1, .color-oper12 h2, .color-oper12 h3, .color-oper12 h4, .color-oper12 h5, .color-oper12 h6, .color-oper12 .nav-pills > li > a:hover {
  color: #8e66a9; }

.color-oper12-link a, .color-oper12-link a:link, .color-oper12-link a:hover, .color-oper12-link a:active {
  color: #8e66a9; }

.color-oper12 .nav-pills > li.active > a, .color-oper12 .nav-pills > li.active > a:hover, .color-oper12 .nav-pills > li.active > a:focus {
  background-color: #8e66a9;
  color: #fff; }

.color-oper13 h1, .color-oper13 h2, .color-oper13 h3, .color-oper13 h4, .color-oper13 h5, .color-oper13 h6, .color-oper13 .nav-pills > li > a:hover {
  color: #a5b5de; }

.color-oper13-link a, .color-oper13-link a:link, .color-oper13-link a:hover, .color-oper13-link a:active {
  color: #a5b5de; }

.color-oper13 .nav-pills > li.active > a, .color-oper13 .nav-pills > li.active > a:hover, .color-oper13 .nav-pills > li.active > a:focus {
  background-color: #a5b5de;
  color: #fff; }

.color-periode1 h1, .color-periode1 h2, .color-periode1 h3, .color-periode1 h4, .color-periode1 h5, .color-periode1 h6 {
  color: #a3c4e9; }

.color-periode1-link a, .color-periode1-link a:link, .color-periode1-link a:hover, .color-periode1-link a:active {
  color: #a3c4e9; }

.color-periode1 .nav-pills > li.active > a, .color-periode1 .nav-pills > li.active > a:hover, .color-periode1 .nav-pills > li.active > a:focus {
  background-color: #a3c4e9;
  color: #fff; }

.color-periode2 h1, .color-periode2 h2, .color-periode2 h3, .color-periode2 h4, .color-periode2 h5, .color-periode2 h6 {
  color: #b7d68f; }

.color-periode2-link a, .color-periode2-link a:link, .color-periode2-link a:hover, .color-periode2-link a:active {
  color: #b7d68f; }

.color-periode2 .nav-pills > li.active > a, .color-periode2 .nav-pills > li.active > a:hover, .color-periode2 .nav-pills > li.active > a:focus {
  background-color: #b7d68f;
  color: #fff; }

.color-periode3 h1, .color-periode3 h2, .color-periode3 h3, .color-periode3 h4, .color-periode3 h5, .color-periode3 h6 {
  color: #e5a444; }

.color-periode3-link a, .color-periode3-link a:link, .color-periode3-link a:hover, .color-periode3-link a:active {
  color: #e5a444; }

.color-periode3 .nav-pills > li.active > a, .color-periode3 .nav-pills > li.active > a:hover, .color-periode3 .nav-pills > li.active > a:focus {
  background-color: #e5a444;
  color: #fff; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  padding: 8px 11px 5px;
  color: #fff; }

.font-lg {
  font-size: 18px; }

.pbstd {
  padding-bottom: 1em; }

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  height: 100vh; }

.noheader {
  position: absolute !important;
  width: 100%; }

.unslider {
  height: 505px; }
  @media (max-width: 1199px) {
    .unslider {
      height: 415px; } }
  @media (max-width: 991px) {
    .unslider {
      height: 318px; } }
  @media (max-width: 767px) {
    .unslider {
      height: 163px; } }

img.img-responsive-max {
  min-width: 100%; }

.scrolled .navbar.navbar-default {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  border: none; }
  .scrolled .navbar.navbar-default .navbar-brand img, .scrolled .navbar.navbar-default .navbar-brand svg {
    height: 70px !important;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease; }

.navbar {
  font-family: 'Panton-Regular', sans-serif;
  font-size: 28px;
  color: #000000;
  max-width: 100%; }
  .navbar.navbar-default {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    border: none; }
    .navbar.navbar-default .navbar-brand {
      height: auto !important; }
      .navbar.navbar-default .navbar-brand img, .navbar.navbar-default .navbar-brand svg {
        height: 120px;
        width: auto;
        -webkit-transition: all 1500ms ease;
        transition: all 1500ms ease; }
    .navbar.navbar-default .nav.navbar-nav {
      margin-top: 30px; }
      .navbar.navbar-default .nav.navbar-nav > .active > a, .navbar.navbar-default .nav.navbar-nav > .active > a:hover, .navbar.navbar-default .nav.navbar-nav > .active > a:focus {
        background-color: #43444a;
        color: #43444a; }
        @media (max-width: 767px) {
          .navbar.navbar-default .nav.navbar-nav > .active > a, .navbar.navbar-default .nav.navbar-nav > .active > a:hover, .navbar.navbar-default .nav.navbar-nav > .active > a:focus {
            background-color: #676972;
            padding: 5px 2px;
            border: none; } }
    .navbar.navbar-default .nav > li {
      padding: 0px; }
      @media (max-width: 767px) {
        .navbar.navbar-default .nav > li {
          padding: 0; } }
      .navbar.navbar-default .nav > li > a {
        background-color: transparent;
        font-size: 28px;
        padding: 10px 15px; }
        @media (max-width: 767px) {
          .navbar.navbar-default .nav > li > a {
            padding: 5px 2px; } }
    @media (max-width: 767px) {
      .navbar.navbar-default .navbar-brand {
        max-width: 80%;
        padding: 10px 0 0px;
        height: auto; }
        .navbar.navbar-default .navbar-brand img, .navbar.navbar-default .navbar-brand svg {
          max-width: 100%;
          height: auto; }
      .navbar.navbar-default .navbar-toggle {
        margin-right: 0;
        margin-top: 18px; } }

.globalnav {
  margin-top: 18px;
  font-size: 1em;
  margin-right: -15px; }
  .globalnav a, .globalnav a:link, .globalnav a:focus {
    padding: 6px 15px;
    color: #000; }
  .globalnav a:hover {
    color: #333; }

.font-xs {
  font-size: 9px;
  line-height: 1.1em; }

.presse-image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .presse-image:after {
    content: '';
    padding-bottom: 56.25%; }
  .presse-image.show-border {
    border: 1px solid #000; }
    .presse-image.show-border a {
      display: block;
      padding: 12px; }

.directions {
  font-family: 'Panton-Regular', sans;
  position: absolute;
  bottom: 0px;
  line-height: 50px;
  padding-bottom: 10px;
  width: 50px;
  font-size: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: #e30421;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 14525; }
  .directions:hover {
    opacity: 1;
    color: #e30421;
    text-decoration: none; }
  .directions.prev {
    left: 0; }
  .directions.next {
    right: 0; }

.toggle {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

a.show-hide {
  color: #000;
  text-decoration: none; }
  a.show-hide:hover {
    color: #000; }
  a.show-hide .show-toggle {
    display: block; }
  a.show-hide .hide-toggle {
    display: none; }

.blog-line {
  margin-bottom: 120px; }

.in .toggle {
  max-height: 3000px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.in a.show-hide .show-toggle {
  display: none; }

.in a.show-hide .hide-toggle {
  display: block; }

.footer {
  position: absolute;
  z-index: 15000;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 20px 40px 10px;
  background: #262327;
  font-family: 'Panton-Regular', sans-serif;
  font-size: 20px;
  font-variant: small-caps;
  line-height: 24px; }
  .footer a {
    padding-right: 20px; }
    .footer a:not(.white) {
      color: #cf3424;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#014874), to(#0170af));
      background-image: linear-gradient(0deg, #014874, #0170af);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .footer .text-right a {
    padding-right: 0;
    padding-left: 20px; }
  .footer .michaelfendre {
    display: inline-block;
    width: 130px;
    height: 19px;
    background: url(../images/michael-fendre.png) no-repeat center;
    background-size: contain; }
    .footer .michaelfendre span {
      font-size: 7px;
      opacity: 0;
      visibility: hidden; }
  @media (min-width: 1024px) {
    .footer .abs-left {
      position: absolute;
      padding: 0;
      left: 5%; }
    .footer .abs-right {
      position: absolute;
      padding: 0;
      right: 5%; } }
  @media (min-width: 770px) and (max-width: 1024px) {
    .footer .abs-left {
      position: absolute;
      padding: 0;
      left: 2%; }
    .footer .abs-right {
      position: absolute;
      padding: 0;
      right: 2%; } }

.theburger, .theburger img {
  max-width: 32px !important; }

.pb05em {
  padding-bottom: 0.5em; }

.pb1em {
  padding-bottom: 1em; }

.pb1gt {
  padding-bottom: 30px; }
  .pb1gt.r4x3 {
    padding-bottom: 23px; }
  .pb1gt.r16x9 {
    padding-bottom: 17px; }

.pb2em {
  padding-bottom: 2em; }

.pt05em {
  padding-top: 0.5em; }

.pt1em {
  padding-top: 1em; }

.pt1-4em {
  padding-top: 1.5em; }

.pt2em {
  padding-top: 2em; }

.font-16px {
  font-size: 16px !important; }

.font-17px {
  font-size: 17px !important; }

.font-18px {
  font-size: 18px !important; }

.font-19px {
  font-size: 19px !important; }

.font-20px {
  font-size: 20px !important; }

.font-21px {
  font-size: 21px !important; }

.font-22px {
  font-size: 22px !important; }

.font-23px {
  font-size: 23px !important; }

.font-24px {
  font-size: 24px !important; }

.font-25px {
  font-size: 25px !important; }

.font-26px {
  font-size: 26px !important; }

.font-27px {
  font-size: 27px !important; }

.font-28px {
  font-size: 28px !important; }

.font-29px {
  font-size: 29px !important; }

.font-30px {
  font-size: 30px !important; }

.font-31px {
  font-size: 31px !important; }

.font-32px {
  font-size: 32px !important; }

.font-33px {
  font-size: 33px !important; }

.font-34px {
  font-size: 34px !important; }

.font-35px {
  font-size: 35px !important; }

.font-36px {
  font-size: 36px !important; }

.font-37px {
  font-size: 37px !important; }

.font-38px {
  font-size: 38px !important; }

.font-39px {
  font-size: 39px !important; }

.font-40px {
  font-size: 40px !important; }

.font-41px {
  font-size: 41px !important; }

.font-42px {
  font-size: 42px !important; }

.font-43px {
  font-size: 43px !important; }

.font-44px {
  font-size: 44px !important; }

.font-45px {
  font-size: 45px !important; }

.font-46px {
  font-size: 46px !important; }

.font-47px {
  font-size: 47px !important; }

.font-48px {
  font-size: 48px !important; }

.font-49px {
  font-size: 49px !important; }

.font-50px {
  font-size: 50px !important; }

.font-51px {
  font-size: 51px !important; }

.font-52px {
  font-size: 52px !important; }

.font-53px {
  font-size: 53px !important; }

.font-54px {
  font-size: 54px !important; }

.font-55px {
  font-size: 55px !important; }

.font-56px {
  font-size: 56px !important; }

.font-57px {
  font-size: 57px !important; }

.font-58px {
  font-size: 58px !important; }

.font-59px {
  font-size: 59px !important; }

.font-60px {
  font-size: 60px !important; }

.font-61px {
  font-size: 61px !important; }

.font-62px {
  font-size: 62px !important; }

.font-63px {
  font-size: 63px !important; }

.font-64px {
  font-size: 64px !important; }

.font-65px {
  font-size: 65px !important; }

.font-66px {
  font-size: 66px !important; }

.font-67px {
  font-size: 67px !important; }

.font-68px {
  font-size: 68px !important; }

.font-69px {
  font-size: 69px !important; }

.font-70px {
  font-size: 70px !important; }

.font-71px {
  font-size: 71px !important; }

.font-72px {
  font-size: 72px !important; }

.font-73px {
  font-size: 73px !important; }

.font-74px {
  font-size: 74px !important; }

.font-75px {
  font-size: 75px !important; }

.font-76px {
  font-size: 76px !important; }

.font-77px {
  font-size: 77px !important; }

.font-78px {
  font-size: 78px !important; }

.font-79px {
  font-size: 79px !important; }

.font-80px {
  font-size: 80px !important; }

.font-81px {
  font-size: 81px !important; }

.font-82px {
  font-size: 82px !important; }

.font-83px {
  font-size: 83px !important; }

.font-84px {
  font-size: 84px !important; }

.font-85px {
  font-size: 85px !important; }

.font-86px {
  font-size: 86px !important; }

.font-87px {
  font-size: 87px !important; }

.font-88px {
  font-size: 88px !important; }

.font-89px {
  font-size: 89px !important; }

.font-90px {
  font-size: 90px !important; }

.font-91px {
  font-size: 91px !important; }

.font-92px {
  font-size: 92px !important; }

.font-93px {
  font-size: 93px !important; }

.font-94px {
  font-size: 94px !important; }

.font-95px {
  font-size: 95px !important; }

.font-96px {
  font-size: 96px !important; }

.font-97px {
  font-size: 97px !important; }

.font-98px {
  font-size: 98px !important; }

.font-99px {
  font-size: 99px !important; }

.font-100px {
  font-size: 100px !important; }

.font-101px {
  font-size: 101px !important; }

.font-102px {
  font-size: 102px !important; }

.font-103px {
  font-size: 103px !important; }

.font-104px {
  font-size: 104px !important; }

.font-105px {
  font-size: 105px !important; }

.font-106px {
  font-size: 106px !important; }

.font-107px {
  font-size: 107px !important; }

.font-108px {
  font-size: 108px !important; }

.font-109px {
  font-size: 109px !important; }

.font-110px {
  font-size: 110px !important; }

.font-111px {
  font-size: 111px !important; }

.font-112px {
  font-size: 112px !important; }

.font-113px {
  font-size: 113px !important; }

.font-114px {
  font-size: 114px !important; }

.font-115px {
  font-size: 115px !important; }

.font-116px {
  font-size: 116px !important; }

.font-117px {
  font-size: 117px !important; }

.font-118px {
  font-size: 118px !important; }

.font-119px {
  font-size: 119px !important; }

.font-120px {
  font-size: 120px !important; }

.font-121px {
  font-size: 121px !important; }

.font-122px {
  font-size: 122px !important; }

.font-123px {
  font-size: 123px !important; }

.font-124px {
  font-size: 124px !important; }

.font-125px {
  font-size: 125px !important; }

.font-126px {
  font-size: 126px !important; }

.font-127px {
  font-size: 127px !important; }

.font-128px {
  font-size: 128px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mt65 {
  margin-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt70 {
  margin-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt80 {
  margin-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mt85 {
  margin-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt90 {
  margin-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mt95 {
  margin-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt100 {
  margin-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.serif {
  font-family: "Times New Roman", Times, serif !important; }

.bold {
  font-family: 'URWGroteskWid-Reg'; }

.lh1em {
  line-height: 1em; }

.dotted {
  border-bottom: 1px dotted #43444a;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.nomargin {
  margin: 0; }

.ntm {
  margin-top: 0; }

.spamfilter {
  display: none; }

.pos-rel {
  position: relative; }

.mouseover {
  cursor: pointer; }

.btn-tickets {
  font-family: 'Panton-Regular', sans-serif;
  font-size: 18px; }

.btn-outline {
  background-color: transparent;
  border: 2px solid #43444a;
  color: #43444a; }

.container.full {
  width: 100%;
  padding: 0;
  margin: 0; }
  .container.full > .row {
    margin: 0; }
    .container.full > .row .grid-item {
      background: #fefefe;
      padding-left: 0;
      padding-right: 2px;
      padding-bottom: 2px;
      margin: 0; }

.col-sm-6 iframe {
  max-width: 100%; }

ul ul {
  list-style-type: disc; }

.file-download a, .file-download a:hover, .file-download a:active {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1em;
  font-size: 20px;
  font-weight: 700;
  margin: 50px auto;
  background: url(../images/download-btn.png) no-repeat center;
  color: #000;
  height: 144px;
  width: 144px;
  text-align: center;
  text-decoration: none; }

.libretto {
  position: relative;
  text-align: center; }
  .libretto a {
    display: -webkit-box;
    display: flex;
    position: relative;
    left: auto;
    top: auto; }

ul.extraabstand > li {
  margin-bottom: 11px; }
  ul.extraabstand > li li {
    margin-bottom: 0; }

#biography-box, .cd-box {
  position: fixed;
  z-index: 24;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 30%;
  max-width: 400px;
  min-width: 200px;
  background: url(../images/pergament.jpg) no-repeat center;
  background-size: cover;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  padding: 40px 20px 20px; }
  #biography-box.show, .cd-box.show {
    visibility: visible;
    opacity: 1; }
  #biography-box .btn-close, .cd-box .btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
    display: block; }
  #biography-box .text .oper1, #biography-box .text .oper2, #biography-box .text .oper3, #biography-box .text .oper4, #biography-box .text .oper5, #biography-box .text .oper6, #biography-box .text .oper7, #biography-box .text .oper8, #biography-box .text .oper9, #biography-box .text .oper10, #biography-box .text .oper11, #biography-box .text .oper12, #biography-box .text .oper13, #biography-box .text .periode1, #biography-box .text .periode2, #biography-box .text .periode3, .cd-box .text .oper1, .cd-box .text .oper2, .cd-box .text .oper3, .cd-box .text .oper4, .cd-box .text .oper5, .cd-box .text .oper6, .cd-box .text .oper7, .cd-box .text .oper8, .cd-box .text .oper9, .cd-box .text .oper10, .cd-box .text .oper11, .cd-box .text .oper12, .cd-box .text .oper13, .cd-box .text .periode1, .cd-box .text .periode2, .cd-box .text .periode3 {
    color: #000 !important; }

.cd-box {
  position: absolute;
  bottom: auto;
  visibility: visible;
  opacity: 1; }

.partner img {
  box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.75); }

a.hexagon,
.hexagon {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px; }
  a.hexagon svg,
  .hexagon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  a.hexagon span,
  .hexagon span {
    position: absolute;
    color: #000;
    z-index: 10;
    text-align: center;
    font-size: 20px;
    top: 0;
    left: 0;
    right: 8px;
    bottom: 0;
    line-height: 64px; }

.d-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100vh; }

.sinfonie-row {
  text-align: center;
  margin-top: -14px; }
  .sinfonie-row.sinfonie-row-1 {
    margin-top: 0; }

.popover {
  max-width: 400px; }
  .popover img {
    max-width: 100%; }
  .popover .arrow {
    display: none; }

.text-white {
  color: #fff !important; }

.popover {
  box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.75); }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.75); }

.tonart {
  position: absolute;
  left: 20%;
  bottom: 10%;
  font-size: 68px; }

.partitur,
.partitur:link,
.partitur:hover,
.partitur:visited,
.partitur:active {
  background-color: pink;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none; }
  .partitur h1,
  .partitur:link h1,
  .partitur:hover h1,
  .partitur:visited h1,
  .partitur:active h1 {
    margin: 0;
    font-size: 60px;
    line-height: 220px; }
    @media (min-width: 1400px) {
      .partitur h1,
      .partitur:link h1,
      .partitur:hover h1,
      .partitur:visited h1,
      .partitur:active h1 {
        font-size: 96px; } }

.mediPlayer .control {
  opacity: 0;
  /* transition: opacity .2s linear; */
  pointer-events: none;
  cursor: pointer; }

.mediPlayer .not-started .play, .mediPlayer .paused .play {
  opacity: 1; }

.mediPlayer .playing .pause {
  opacity: 1; }

.mediPlayer .playing .play {
  opacity: 0; }

.mediPlayer .ended .stop {
  opacity: 1;
  pointer-events: none; }

.mediPlayer .precache-bar .done {
  opacity: 0; }

.mediPlayer .not-started .progress-bar, .mediPlayer .ended .progress-bar {
  display: none; }

.mediPlayer .ended .progress-track {
  stroke-opacity: 1; }

.mediPlayer .progress-bar,
.mediPlayer .precache-bar {
  -webkit-transition: stroke-dashoffset 500ms;
  transition: stroke-dashoffset 500ms;
  stroke-dasharray: 298.1371428256714;
  stroke-dashoffset: 298.1371428256714; }

.timeline-box {
  z-index: 15001;
  position: fixed;
  left: 0;
  bottom: 64px;
  width: 200px;
  line-height: 1.2em; }
  .timeline-box-icon {
    padding: 30px 0 30px 95px;
    display: inline-block; }
  .timeline-box .timeline {
    overflow: scroll;
    padding: 0;
    background-color: rgba(66, 67, 73, 0.95);
    display: none; }
    .timeline-box .timeline h3 {
      margin: 10px auto 5px;
      text-align: center; }
    .timeline-box .timeline .flex-row > .col-sm-2 {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: 0 0 15%;
      max-width: 15%;
      min-width: 200px;
      border-right: 2px solid #fff;
      color: #fff;
      overflow: hidden; }
      .timeline-box .timeline .flex-row > .col-sm-2 div {
        display: block;
        width: 100%; }
      .timeline-box .timeline .flex-row > .col-sm-2:last-child {
        border: none; }
    .timeline-box .timeline .flex-nowrap {
      flex-wrap: nowrap !important; }
    .timeline-box .timeline .flex-row {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      flex-direction: row !important; }
  .timeline-box .periode {
    margin-left: -15px;
    margin-right: -17px;
    width: 117% !important;
    padding: 0 15px; }
  .timeline-box .periode_1 {
    background-color: #5feb02; }
    .timeline-box .periode_1--oper {
      background-color: #98bce4; }
  .timeline-box .periode_2 {
    background-color: #fec200; }
    .timeline-box .periode_2--oper {
      background-color: #afcf86; }
  .timeline-box .periode_3 {
    background-color: #ff8901; }
    .timeline-box .periode_3--oper {
      background-color: #e09a43; }
  .timeline-box .periode_4 {
    background-color: #fe0002; }
  .timeline-box .periode_5 {
    background-color: #d1005e; }
  .timeline-box .periode_6 {
    background-color: #6c00ec; }
  .timeline-box .periode_7 {
    background-color: #0163aa; }
  .timeline-box .periode_8 {
    background-color: #0100fe; }
  .timeline-box .periode_9 {
    background-color: #03672b; }
  .timeline-box .periode_10 {
    background-color: #99eaee; }
  .timeline-box .periode_sinfonie {
    background-color: #ff8901;
    border-bottom: 2px solid #fff; }
  .timeline-box .periode_oper {
    background-color: #98bce4; }
  .timeline-box .periode_timeline {
    background: url("../images/bg-menu-107.jpg") no-repeat top left; }
  .timeline-box.in {
    z-index: 15001;
    border-bottom: 2px solid #fff;
    width: 100%; }
    .timeline-box.in .timeline {
      display: block; }
    .timeline-box.in .timeline-box-icon {
      display: none; }

.haydngradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#014874), to(#0170af));
  background-image: linear-gradient(0deg, #014874, #0170af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }