/*
* @Author: Andrea Dittler | webspezi.com
* @Date:   2020-08-27 11:10:35
* @Last Modified by:   Andrea Dittler
* @Last Modified time: 2020-09-07 17:00:21
*/
@font-face {
  font-family: "Lelo Medium";
  src: url("/fonts/Lelo-Medium.eot?#iefix");
  src: url("/fonts/Lelo-Medium.eot?#iefix") format("eot"), url("/fonts/Lelo-Medium.woff") format("woff"), url("/fonts/Lelo-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Lelo Medium Italic";
  src: url("/fonts/Lelo-MediumItalic.eot?#iefix");
  src: url("/fonts/Lelo-MediumItalic.eot?#iefix") format("eot"), url("/fonts/Lelo-MediumItalic.woff") format("woff"), url("/fonts/Lelo-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: "EuclidFlex S";
  src: url("/fonts/EuclidFlex-Bold-WebS.eot?#iefix");
  src: url("/fonts/EuclidFlex-Bold-WebS.eot?#iefix") format("eot"), url("/fonts/EuclidFlex-Bold-WebS.woff") format("woff"), url("/fonts/EuclidFlex-Bold-WebS.ttf") format("truetype"); }

@font-face {
  font-family: "EuclidFlex M";
  src: url("/fonts/EuclidFlex-Bold-WebM.eot?#iefix");
  src: url("/fonts/EuclidFlex-Bold-WebM.eot?#iefix") format("eot"), url("/fonts/EuclidFlex-Bold-WebM.woff") format("woff"), url("/fonts/EuclidFlex-Bold-WebM.ttf") format("truetype"); }

@font-face {
  font-family: "EuclidFlex XL";
  src: url("/fonts/EuclidFlex-Bold-WebXL.eot?#iefix");
  src: url("/fonts/EuclidFlex-Bold-WebXL.eot?#iefix") format("eot"), url("/fonts/EuclidFlex-Bold-WebXL.woff") format("woff"), url("/fonts/EuclidFlex-Bold-WebXL.ttf") format("truetype"); }

.schwarz {
  color: #000000; }

.gelb {
  color: #FFE624; }

.bg-gelb {
  background-color: #FFE624; }

.weiss {
  color: #ffffff; }

.gruen {
  color: green; }

.rot {
  color: red; }

.stretchy-wrapper img {
  margin-left: auto;
  margin-right: auto; }

.stretchy-wrapper img.portrait {
  max-height: 100%;
  width: auto; }

small {
  font-size: 18px; }

#topnav {
  background-color: #000000;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  font-family: "Lelo Medium", sans-serif;
  font-weight: 400; }
  #topnav a, #topnav a:hover, #topnav a:active, #topnav a:focus {
    text-decoration: none; }
  #topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #topnav ul a {
      padding: 10px 35px;
      display: inline-block; }
      @media only screen and (max-width: 1199px) {
        #topnav ul a {
          padding: 10px 12px; } }
    #topnav ul.line1 {
      height: 44px;
      overflow: hidden; }
      @media only screen and (max-width: 991px) {
        #topnav ul.line1 {
          height: auto;
          overflow: scroll; } }
      #topnav ul.line1 > li > a {
        color: #ffffff; }
        #topnav ul.line1 > li > a:hover, #topnav ul.line1 > li > a:active, #topnav ul.line1 > li > a:focus {
          background-color: #FFE624;
          color: #000000; }
      #topnav ul.line1 > li.active > a {
        background-color: #FFE624;
        color: #000000; }
      @media only screen and (min-width: 992px) {
        #topnav ul.line1 > li.noactive > .line2 {
          display: none !important; } }
      #topnav ul.line1 .line2 {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        /*  &:before {
                        content: " ";
                        display: block;
                    } */ }
        @media only screen and (min-width: 992px) {
          #topnav ul.line1 .line2 {
            position: absolute;
            left: 0;
            top: 44px; } }
        #topnav ul.line1 .line2 > li a {
          color: #000000; }
          #topnav ul.line1 .line2 > li a:hover, #topnav ul.line1 .line2 > li a:active, #topnav ul.line1 .line2 > li a:focus {
            color: rgba(0, 0, 0, 0.7); }
        #topnav ul.line1 .line2 > li.active {
          background-color: #FFE624; }
  @media only screen and (max-width: 991px) {
    #topnav {
      height: 100vh;
      background-color: white;
      top: -100vh;
      padding-top: 30px;
      -webkit-transition: top 0.5s ease-in-out 0.3s;
      -moz-transition: top 0.5s ease-in-out 0.3s;
      -o-transition: top 0.5s ease-in-out 0.3s;
      transition: top 0.5s ease-in-out 0.3s;
      -webkit-backface-visibility: hidden;
      padding-bottom: 35px; }
      #topnav.open {
        top: 35px;
        z-index: 99999; }
      #topnav .container {
        height: 80vh;
        overflow-x: scroll;
        width: 100vw;
        padding: 0;
        padding-bottom: 30px; }
        #topnav .container ul.line1 > li {
          padding: 15px;
          border-bottom: 1px solid #FFE624; }
          #topnav .container ul.line1 > li > a {
            font-family: "EuclidFlex XL", sans-serif;
            color: #000000;
            font-size: 20px;
            text-transform: uppercase; }
            #topnav .container ul.line1 > li > a:active, #topnav .container ul.line1 > li > a:hover, #topnav .container ul.line1 > li > a:focus {
              background-color: transparent; }
              #topnav .container ul.line1 > li > a:active .underline, #topnav .container ul.line1 > li > a:hover .underline, #topnav .container ul.line1 > li > a:focus .underline {
                border-bottom: 1px solid #000000; }
          #topnav .container ul.line1 > li.active {
            background-color: transparent; }
            #topnav .container ul.line1 > li.active > a, #topnav .container ul.line1 > li.active > a:active, #topnav .container ul.line1 > li.active > a:hover, #topnav .container ul.line1 > li.active > a:focus {
              background-color: transparent; }
              #topnav .container ul.line1 > li.active > a .underline, #topnav .container ul.line1 > li.active > a:active .underline, #topnav .container ul.line1 > li.active > a:hover .underline, #topnav .container ul.line1 > li.active > a:focus .underline {
                border-bottom: 1px solid #000000; }
        #topnav .container ul.line2 > li > a:active, #topnav .container ul.line2 > li > a:hover, #topnav .container ul.line2 > li > a:focus {
          background-color: transparent; }
          #topnav .container ul.line2 > li > a:active .underline, #topnav .container ul.line2 > li > a:hover .underline, #topnav .container ul.line2 > li > a:focus .underline {
            border-bottom: 1px solid #000000; }
        #topnav .container ul.line2 > li.active {
          background-color: transparent; }
          #topnav .container ul.line2 > li.active > a, #topnav .container ul.line2 > li.active > a:active, #topnav .container ul.line2 > li.active > a:hover, #topnav .container ul.line2 > li.active > a:focus {
            background-color: transparent; }
            #topnav .container ul.line2 > li.active > a .underline, #topnav .container ul.line2 > li.active > a:active .underline, #topnav .container ul.line2 > li.active > a:hover .underline, #topnav .container ul.line2 > li.active > a:focus .underline {
              border-bottom: 1px solid #000000; } }
#mobilmenu {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  color: white;
  z-index: 99999;
  background-color: #000000;
  padding: 8px 15px;
  max-width: none; }
  #mobilmenu a {
    color: #ffffff;
    text-decoration: none; }
    #mobilmenu a:hover, #mobilmenu a:active, #mobilmenu a:focus {
      color: #ffffff; }
  #mobilmenu #breadcrumb .innen {
    width: 100%;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    #mobilmenu #breadcrumb .innen .level_1,
    #mobilmenu #breadcrumb .innen .level_1 + .fa {
      display: none; }
  #mobilmenu #mobilmenutgl {
    font-size: 30px;
    line-height: 1; }
    #mobilmenu #mobilmenutgl .underline {
      font-size: 16px;
      line-height: 28px; }
    #mobilmenu #mobilmenutgl a {
      padding: 0 15px;
      color: #ffffff; }
      #mobilmenu #mobilmenutgl a:hover, #mobilmenu #mobilmenutgl a:active, #mobilmenu #mobilmenutgl a:focus {
        color: #FFE624; }
    #mobilmenu #mobilmenutgl .an {
      display: none; }
    #mobilmenu #mobilmenutgl .aus {
      display: block; }
  #mobilmenu.active #mobilmenutgl .an {
    display: block; }
  #mobilmenu.active #mobilmenutgl .aus {
    display: none; }
  #mobilmenu.active #mobilmenutgl a {
    color: #ffffff; }
    #mobilmenu.active #mobilmenutgl a:hover, #mobilmenu.active #mobilmenutgl a:active, #mobilmenu.active #mobilmenutgl a:focus {
      color: #FFE624; }

#bottomnav h5, #bottomnav .h5 {
  font-family: "EuclidFlex XL", sans-serif;
  text-transform: uppercase; }

#bottomnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #bottomnav ul a {
    color: #000000;
    text-decoration: none; }
    #bottomnav ul a:hover, #bottomnav ul a:active, #bottomnav ul a:focus {
      color: #000000; }
    #bottomnav ul a .underline {
      border-bottom: 1px solid #000000; }
    #bottomnav ul a:hover .underline, #bottomnav ul a:active .underline, #bottomnav ul a:focus .underline {
      border-bottom: 1px solid #FFE624; }
  #bottomnav ul .zeile2 {
    font-size: 16px; }
    #bottomnav ul .zeile2 .trenner {
      color: #000000; }
      #bottomnav ul .zeile2 .trenner + .trenner:before {
        content: "|";
        padding-left: 5px;
        padding-right: 5px; }
  #bottomnav ul .line2 {
    font-size: 16px;
    margin-bottom: 30px; }
    #bottomnav ul .line2 > li {
      padding-left: 5px;
      padding-right: 5px; }
      #bottomnav ul .line2 > li.active a .underline {
        border-bottom: 1px solid #FFE624; }
  #bottomnav ul .position_1.level_1 {
    display: none; }

.social-media-leiste {
  position: fixed;
  right: 0;
  top: 400px;
  background-color: #FFE624; }
  .social-media-leiste ul {
    margin: 0;
    padding: 15px 0;
    list-style-type: none; }
    .social-media-leiste ul a {
      display: block;
      padding: 5px 15px;
      font-size: 30px;
      color: #000000; }
      .social-media-leiste ul a:hover, .social-media-leiste ul a:active, .social-media-leiste ul a:focus {
        color: #ffffff; }

#sponsoren {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  height: 210px;
  background-color: #ffffff; }
  #sponsoren .item {
    vertical-align: middle;
    height: 200px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px; }
    #sponsoren .item img {
      max-height: 100%;
      max-width: 100%;
      margin-right: auto;
      margin-left: auto;
      /*  position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); */ }

body[class*=Safari] #sponsoren .item img,
body[class*=Chrome] #sponsoren .item img {
  margin-top: 50%; }

/*
* @Author: Andrea Dittler | webspezi.com
* @Date:   2020-08-27 11:10:36
* @Last Modified by:   Andrea Dittler
* @Last Modified time: 2020-09-07 16:59:54
*/
#kopf {
  text-transform: uppercase;
  border: 10px solid #000000;
  position: relative;
  height: 170px;
  font-family: "EuclidFlex XL", sans-serif; }
  #kopf .ff {
    background-color: #ffffff;
    font-size: 60px;
    padding-right: 10px;
    position: absolute;
    top: -34px;
    left: -15px; }
    @media only screen and (max-width: 767px) {
      #kopf .ff {
        font-size: 40px;
        top: -28px;
        left: -12px; } }
  #kopf .slogan {
    position: absolute;
    right: 10px;
    font-size: 32px; }
    @media only screen and (max-width: 767px) {
      #kopf .slogan {
        font-size: 23px; } }
  #kopf .ffdatum {
    font-size: 34px; }
    @media only screen and (max-width: 767px) {
      #kopf .ffdatum {
        font-size: 30px; } }
  #kopf .hh {
    background-color: #ffffff;
    position: absolute;
    font-size: 60px;
    right: -13px;
    bottom: -33px;
    padding-left: 10px; }
    @media only screen and (max-width: 767px) {
      #kopf .hh {
        font-size: 40px;
        bottom: -28px; } }
.bg-primary #kopf .ff, .bg-primary #kopf .hh {
  background-color: var(--primary); }

.bg-schwarz {
  background-color: #000000;
  color: #ffffff; }

a {
  color: #000000;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000000; }
  a[href^='tel:'] {
    text-decoration: none; }
  a.kopflink {
    text-decoration: none;
    color: #000000; }
    a.kopflink:hover, a.kopflink:active, a.kopflink:focus {
      color: #000000; }
  a.bg-schwarz {
    padding: 7px 15px;
    text-decoration: none;
    color: #ffffff; }
    a.bg-schwarz:hover, a.bg-schwarz:active, a.bg-schwarz:focus {
      color: #FFE624; }
  a h1, a h1:hover, a h1:active, a h1:focus,
  a h2,
  a h2:hover,
  a h2:active,
  a h2:focus,
  a h3,
  a h3:hover,
  a h3:active,
  a h3:focus,
  a h4,
  a h4:hover,
  a h4:active,
  a h4:focus,
  a h5,
  a h5:hover,
  a h5:active,
  a h5:focus,
  a h6,
  a h6:hover,
  a h6:active,
  a h6:focus {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #000000; }

h1,
.h1,
h2,
.h2 {
  font-family: "EuclidFlex XL", sans-serif; }
  h1 small, h1 + small,
  .h1 small,
  .h1 + small,
  h2 small,
  h2 + small,
  .h2 small,
  .h2 + small {
    font-family: "Lelo Medium", sans-serif;
    display: block;
    font-size: 18px;
    text-transform: none; }

h1 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 40px; }
  @media only screen and (max-width: 767px) {
    h1 {
      margin-top: 20px;
      font-size: 30px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 575px) {
    h1 {
      margin-top: 45px; } }
  h1 small, h1 + small {
    font-family: "Lelo Medium", sans-serif;
    display: block;
    font-size: 18px;
    text-transform: none; }

h2 {
  margin-top: 0px;
  margin-bottom: 20px; }

h3 a {
  color: #000000; }
  h3 a:hover, h3 a:active, h3 a:focus {
    color: #FFE624; }

h4 {
  margin-top: 0;
  margin-bottom: 0; }

h1 a, h1 a:hover, h1 a:active, h1 a:focus,
h2 a,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 a,
h6 a:hover,
h6 a:active,
h6 a:focus {
  text-decoration: none; }

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

.ticketbutton,
.ctabtn {
  color: #000000;
  background-color: #FFE624;
  display: inline-block;
  padding: 5px 35px;
  text-decoration: none; }
  .ticketbutton:hover, .ticketbutton:active, .ticketbutton:focus,
  .ctabtn:hover,
  .ctabtn:active,
  .ctabtn:focus {
    color: #000000; }
  .ticketbutton:hover, .ticketbutton:active, .ticketbutton:focus,
  .ctabtn:hover,
  .ctabtn:active,
  .ctabtn:focus {
    text-decoration: none;
    background-color: rgba(255, 230, 36, 0.6); }

.sternchen {
  font-size: 75%; }
  h2 .sternchen {
    padding-left: 10px; }

.ui-widget {
  font-family: "Lelo Medium", sans-serif; }

body {
  font-family: "Lelo Medium", sans-serif;
  color: #000000; }
  body.navopen {
    height: 100vh;
    overflow: hidden; }
  body header {
    padding-top: 120px; }
    @media only screen and (max-width: 991px) {
      body header {
        padding-top: 80px; } }
  body footer {
    padding-bottom: 50px; }
  body #aussen {
    min-height: 70vh; }
    body #aussen .wsBlock {
      margin-bottom: 20px; }
      body #aussen .wsBlock.wsTypSeitenHeadline {
        margin-bottom: 0; }
    body #aussen .wsEbene1.wsTypKombi > .binnen > .wsFlexTyp-standard > .wsFlex {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        body #aussen .wsEbene1.wsTypKombi > .binnen > .wsFlexTyp-standard > .wsFlex {
          margin-bottom: 30px; } }
      body #aussen .wsEbene1.wsTypKombi > .binnen > .wsFlexTyp-standard > .wsFlex:last-of-type {
        margin-bottom: 0; }
      body #aussen .wsEbene1.wsTypKombi > .binnen > .wsFlexTyp-standard > .wsFlex.no-mb {
        margin-bottom: 0; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        body #aussen .wsEbene1.wsTypKombi > .binnen > .wsFlexTyp-standard > .wsFlex.has-wsBlocksNurBild.col-sm-12 {
          padding-left: 0;
          padding-right: 0; } }
      @media only screen and (max-width: 575px) {
        body #aussen .wsEbene1.wsTypKombi > .binnen > .wsFlexTyp-standard > .wsFlex.has-wsBlocksNurBild.col-12 {
          padding-left: 0;
          padding-right: 0; } }
    body #aussen .wsBlocksNurText ol > li {
      margin-bottom: 15px; }
    body #aussen .tag {
      background-color: #000000;
      font-weight: 600;
      border-radius: 75px;
      width: 75px;
      height: 75px;
      text-align: center;
      color: #fff;
      position: relative;
      padding-top: 8px;
      font-size: 35px;
      margin-top: 17px;
      line-height: 80px;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        body #aussen .tag {
          line-height: 70px;
          font-size: 23px;
          width: 60px;
          height: 60px;
          border-radius: 60px; } }
      body #aussen .tag > a {
        color: #ffffff;
        width: 100%;
        height: 100%;
        display: inline-block;
        text-decoration: none; }
        body #aussen .tag > a:hover, body #aussen .tag > a:active, body #aussen .tag > a:focus {
          color: #FFE624; }
      body #aussen .tag small {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        position: absolute;
        text-align: center;
        right: 0;
        top: 5px;
        line-height: 100%; }
      body #aussen .tag.heute {
        background-color: #FFE624;
        color: #000000; }
        body #aussen .tag.heute > a {
          color: #000000; }
          body #aussen .tag.heute > a:hover, body #aussen .tag.heute > a:active, body #aussen .tag.heute > a:focus {
            color: #ffffff; }
      body #aussen .tag.after {
        background-color: #d2d0cd; }
        body #aussen .tag.after > a {
          color: #ffffff; }
          body #aussen .tag.after > a:hover, body #aussen .tag.after > a:active, body #aussen .tag.after > a:focus {
            color: #000000; }
      body #aussen .tag:hover {
        background-color: #FFE624; }
        body #aussen .tag:hover,
        body #aussen .tag:hover a {
          color: #000000; }
  body.body---de--index, body.body---en--index {
    /*  .bgtray {
                background-color: #f6f5f5;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content:" ";
            }
            #kopf {
  
    .ff {
        background-color:  #f6f5f5;
       
    }
    
    .hh {
        background-color:  #f6f5f5;
       
    }
} */ }
    body.body---de--index #aussen > div > .ticketbutton, body.body---en--index #aussen > div > .ticketbutton {
      display: none !important; }

.team {
  font-size: 15px; }
  .team .name {
    font-size: 25px;
    line-height: 1.2; }

.partner .einzel {
  padding: 15px; }
  .partner .einzel.mpo:hover .titel::after {
    position: absolute;
    font: 25px FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f129";
    color: rgba(0, 0, 0, 0.56);
    right: 23px;
    top: 23px; }
  .partner .einzel .innen {
    border: 1px solid silver;
    padding: 15px;
    width: 100%; }
  .partner .einzel .titel[aria-expanded="true"] + .pfeil.hidden {
    position: absolute;
    bottom: 0;
    left: 40%; }
    .partner .einzel .titel[aria-expanded="true"] + .pfeil.hidden > .up {
      background-color: #000000;
      width: 50px;
      height: 50px;
      margin: 25px auto -37px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5); }

.partner .ispopup {
  width: 100%;
  z-index: 100; }
  .partner .ispopup .innen {
    background-color: #000000;
    color: #ffffff;
    padding: 20px; }
    .partner .ispopup .innen a {
      color: #FFE624; }
      .partner .ispopup .innen a:hover, .partner .ispopup .innen a:active, .partner .ispopup .innen a:focus {
        color: #ffffff; }

.infobox-grau {
  background-color: #d2d0cd;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-decoration: none;
  margin-bottom: 30px; }
  .infobox-grau h2 {
    margin: 0; }
  .infobox-grau:hover, .infobox-grau:active, .infobox-grau:focus {
    background-color: #FFE624; }
  .infobox-grau small {
    display: block; }

.minislider {
  display: none;
  line-height: 1.3;
  font-size: 20px; }
  .minislider.slick-initialized {
    display: block; }
  .minislider a {
    color: #FFE624; }
    .minislider a:hover, .minislider a:active, .minislider a:focus {
      color: #ffffff; }
  .minislider .slick-dots li {
    margin: -20px 2px; }
    .minislider .slick-dots li button:before {
      opacity: 1;
      color: #ffffff;
      font-size: 20px; }
    .minislider .slick-dots li.slick-active button:before {
      color: #FFE624; }
  .minislider .titel {
    font-size: 26px; }
  .minislider.slick-vertical .slick-slide {
    height: 95px !important; }
    .emode .minislider.slick-vertical .slick-slide {
      height: 190px !important; }

.minisliderneu {
  line-height: 1.3;
  font-size: 26px; }
  .minisliderneu.wsFlexTyp-slider {
    display: none; }
  .minisliderneu.slick-initialized {
    display: block; }
  .minisliderneu a {
    color: #FFE624; }
    .minisliderneu a:hover, .minisliderneu a:active, .minisliderneu a:focus {
      color: #ffffff; }
  .minisliderneu .slick-dots li {
    margin: -20px 2px; }
    .minisliderneu .slick-dots li button:before {
      opacity: 1;
      color: #ffffff;
      font-size: 20px; }
    .minisliderneu .slick-dots li.slick-active button:before {
      color: #FFE624; }
  .minisliderneu p:last-of-type {
    font-size: 20px;
    margin-top: 10px; }
  .minisliderneu.slick-vertical .slick-slide {
    height: 95px !important; }
    .emode .minisliderneu.slick-vertical .slick-slide {
      height: 190px !important; }

.bigslider {
  display: none; }
  .bigslider .item {
    position: relative; }
    .bigslider .item .untertitel {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 10px 15px;
      background: black;
      color: #ffffff; }
  .bigslider.slick-initialized {
    display: block; }
  .bigslider .slick-arrow {
    position: absolute;
    top: 45%;
    height: 66px;
    width: 40px;
    z-index: 999;
    background-color: #ffffff;
    cursor: pointer; }
    .bigslider .slick-arrow:hover {
      background-color: #FFE624; }
    .bigslider .slick-arrow:before {
      padding: 0px; }
    .bigslider #bs-prev.slick-arrow {
      left: 0px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bigslider #bs-next.slick-arrow {
      right: 0px; }

.bigsliderneu.wsFlexTyp-slider {
  display: none; }

.bigsliderneu.slick-initialized {
  display: block; }

.bigsliderneu .item {
  position: relative; }
  .bigsliderneu .item .untertitel {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: black;
    color: #ffffff; }

.bigsliderneu.slick-initialized {
  display: block; }

.bigsliderneu .slick-arrow {
  position: absolute;
  top: 45%;
  height: 66px;
  width: 40px;
  z-index: 999;
  background-color: #ffffff;
  cursor: pointer; }
  .bigsliderneu .slick-arrow:hover {
    background-color: #FFE624; }
  .bigsliderneu .slick-arrow:before {
    padding: 0px; }
  .bigsliderneu #bs-prev.slick-arrow {
    left: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .bigsliderneu #bs-next.slick-arrow {
    right: 0px; }

.kalenderblatt .typswitch:not(.aktiv),
.kalenderblatt .bubbles:not(.aktiv),
.kalenderblatt .tags:not(.aktiv) {
  display: none !important; }

.kalenderblatt .typswitch {
  padding-bottom: 30px; }
  .kalenderblatt .typswitch a {
    padding-right: 10px;
    padding-left: 10px;
    font-family: "EuclidFlex XL", sans-serif;
    font-size: 26px;
    cursor: pointer;
    text-decoration: none; }
    .kalenderblatt .typswitch a.aktiv, .kalenderblatt .typswitch a:hover {
      color: #FFE624; }

.kalenderblatt .tags a {
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  font-size: 20px; }
  .kalenderblatt .tags a.active, .kalenderblatt .tags a:hover {
    color: #FFE624; }

.slick-track {
  min-width: 100%; }

.sektionen.einzel,
.awards.einzel {
  margin-bottom: 30px; }
  .sektionen.einzel .hlshl,
  .awards.einzel .hlshl {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 26px; }
    .sektionen.einzel .hlshl .hl,
    .awards.einzel .hlshl .hl {
      font-size: 26px;
      text-transform: uppercase;
      font-family: "EuclidFlex XL", sans-serif;
      line-height: 130%; }
    .sektionen.einzel .hlshl .shl,
    .awards.einzel .hlshl .shl {
      font-size: 18px;
      font-weight: 500;
      line-height: 130%; }
  .sektionen.einzel .bild,
  .awards.einzel .bild {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    overflow: hidden;
    /* &:after {
            background: rgba($schwarz, .7);
            position: absolute;
            width: calc(100% - 30px);
            content: " ";
            height: 100%;
            left: 0;
            margin-right: 18px;
            margin-left: 15px;
        } */ }
    .sektionen.einzel .bild img,
    .awards.einzel .bild img {
      display: initial;
      -webkit-transform: scale(1.3, 1.3);
      -moz-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
      -o-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      -webkit-backface-visibility: hidden; }
  .sektionen.einzel a:hover .bild img,
  .awards.einzel a:hover .bild img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-backface-visibility: hidden; }

.jurymitglied:before {
  border: 1px solid silver;
  padding: 15px;
  content: " ";
  position: absolute;
  width: calc( 100% - 30px);
  height: calc( 100% + 30px);
  margin: 15px;
  left: 0;
  top: -30px; }

.filter {
  font-family: "EuclidFlex XL", sans-serif;
  font-size: 26px; }
  .filter > div {
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .filter > div {
        margin-bottom: 5px; } }
    .filter > div a {
      text-decoration: none;
      padding: 10px 15px; }
      @media only screen and (max-width: 767px) {
        .filter > div a {
          font-size: 20px; } }
    .filter > div.active a {
      color: #FFE624; }

.loading {
  position: relative;
  min-height: 500px; }

.loading::before {
  content: url(/images/layout/ajax-loader.gif);
  padding-top: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 767px) {
    .loading::before {
      width: 120% !important;
      right: -15px !important;
      left: -15px !important; } }
.veranstaltungskalender {
  margin-top: 35px; }
  .veranstaltungskalender .termin {
    margin-bottom: 30px; }
    .veranstaltungskalender .termin.slick-slide {
      min-height: 170px;
      min-width: 296px; }
    .veranstaltungskalender .termin a {
      text-decoration: none;
      display: block;
      position: relative;
      color: #000000;
      background-color: #FFE624;
      width: 100%; }
      .veranstaltungskalender .termin a:hover, .veranstaltungskalender .termin a:active, .veranstaltungskalender .termin a:focus {
        color: #000000; }
      .veranstaltungskalender .termin a .innen {
        position: relative;
        padding: 15px 22px 45px 22px; }
        .veranstaltungskalender .termin a .innen .hl {
          font-size: 26px;
          font-weight: 500; }
      .veranstaltungskalender .termin a .zeit {
        position: absolute;
        padding: 5px 10px;
        left: 0;
        bottom: 0;
        background-color: #000000;
        color: #FFE624; }
      .veranstaltungskalender .termin a:hover, .veranstaltungskalender .termin a:focus, .veranstaltungskalender .termin a:active {
        background-color: rgba(255, 230, 36, 0.6); }
  .veranstaltungskalender .slick-arrow {
    position: absolute;
    line-height: 1;
    height: 60px;
    overflow: hidden;
    top: 25%;
    z-index: 9999;
    cursor: pointer; }
    .veranstaltungskalender .slick-arrow text {
      fill: #ffffff; }
    .veranstaltungskalender .slick-arrow:hover text {
      fill: #FFE624; }
    .veranstaltungskalender .slick-arrow.slick-disabled {
      opacity: 0; }
    .veranstaltungskalender #a-prev.slick-arrow {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .veranstaltungskalender #a-next.slick-arrow {
      right: 0; }

.filmeTermine .bild {
  position: relative;
  margin-bottom: 15px; }
  .filmeTermine .bild .zeit {
    position: absolute;
    padding: 5px 10px;
    left: 0;
    bottom: 0;
    background-color: #000000;
    color: #FFE624; }

.filmeTermine h2 {
  font-family: "Lelo Medium", sans-serif;
  font-size: 30px;
  line-height: 110%; }

.filmeTermine .unten,
.filmeTermine .synopsis {
  flex-grow: 1; }

.filmeTermine .ticketbutton {
  padding: 5px 10px; }

.filmeTermine .slick-arrow {
  position: absolute;
  line-height: 1;
  height: 60px;
  overflow: hidden;
  top: 80px;
  z-index: 9999;
  cursor: pointer; }
  .filmeTermine .slick-arrow text {
    fill: #ffffff; }
  .filmeTermine .slick-arrow:hover text {
    fill: #FFE624; }
  .filmeTermine .slick-arrow.slick-disabled {
    opacity: 0; }
  .filmeTermine #filma-prev.slick-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .filmeTermine #filma-next.slick-arrow {
    right: 0; }

.ical a {
  text-decoration: none;
  /*  &:before {
            width: 20px;
            display: inline-block;
            margin-right: 10px;
            float: left;
            content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDY0aC00OFYxMmMwLTYuNjI3LTUuMzczLTEyLTEyLTEyaC04Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjUySDEyOFYxMmMwLTYuNjI3LTUuMzczLTEyLTEyLTEyaC04Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjUySDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMTEyYzAtMjYuNTEtMjEuNDktNDgtNDgtNDh6TTQ4IDk2aDM1MmM4LjgyMiAwIDE2IDcuMTc4IDE2IDE2djQ4SDMydi00OGMwLTguODIyIDcuMTc4LTE2IDE2LTE2em0zNTIgMzg0SDQ4Yy04LjgyMiAwLTE2LTcuMTc4LTE2LTE2VjE5MmgzODR2MjcyYzAgOC44MjItNy4xNzggMTYtMTYgMTZ6Ii8+PHBhdGggZD0iTTIwNS4zODcgNDI3LjM5bC03OS45MzEtNTIuMDcxYy01LjU1OC0zLjYyMS03LjEyOC0xMS4wNjEtMy41MDctMTYuNjE5bDYuNTU2LTEwLjA2M2MzLjYyMS01LjU1OCAxMS4wNjEtNy4xMjggMTYuNjE5LTMuNTA3bDU5Ljg1NyAzOC45OTQgOTAuOTE2LTEzOC43NzJjMy42MzUtNS41NDggMTEuMDc5LTcuMDk5IDE2LjYyOC0zLjQ2NGwxMC4wNDYgNi41ODJjNS41NDggMy42MzUgNy4wOTkgMTEuMDc5IDMuNDY0IDE2LjYyOGwtMTA0LjA0NiAxNTguODFjLTMuNjI5IDUuNTM4LTExLjA1NCA3LjA5NS0xNi42MDIgMy40ODJ6Ii8+PC9zdmc+Cg==);
        } */ }

.az .einzel,
.az .card {
  border: none;
  border-radius: 0;
  background-color: #d2d0cd;
  padding: 15px; }
  .az .einzel .kurz,
  .az .card .kurz {
    font-family: "EuclidFlex XL", sans-serif;
    font-size: 45px; }
  .az .einzel a,
  .az .card a {
    text-decoration: none;
    display: block;
    padding: .5em 0;
    color: #000000; }
    .az .einzel a:hover, .az .einzel a:active, .az .einzel a:focus,
    .az .card a:hover,
    .az .card a:active,
    .az .card a:focus {
      color: #000000; }
    .az .einzel a:active .underline, .az .einzel a:hover .underline, .az .einzel a:focus .underline,
    .az .card a:active .underline,
    .az .card a:hover .underline,
    .az .card a:focus .underline {
      border-bottom: 1px solid #000000; }

#formular .form-control:focus,
#formularmobil .form-control:focus {
  border-color: #FFE624; }

#formular .btn.lupe,
#formularmobil .btn.lupe {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  background-color: #000000;
  color: #ffffff; }
  #formular .btn.lupe:hover,
  #formularmobil .btn.lupe:hover {
    color: #FFE624; }

#formular .select2-selection,
#formularmobil .select2-selection {
  border-radius: 0; }

#formular .select2-container,
#formularmobil .select2-container {
  width: 100% !important; }

#formular .select2-container--default .select2-selection--single,
#formularmobil .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #d2d0cd;
  border-radius: 0px;
  cursor: text;
  padding: 8px 12px;
  height: 42px; }
  #formular .select2-container--default .select2-selection--single .select2-selection__clear,
  #formularmobil .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 26px;
    line-height: 22px; }
  #formular .select2-container--default .select2-selection--single .select2-selection__arrow,
  #formularmobil .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    #formular .select2-container--default .select2-selection--single .select2-selection__arrow b,
    #formularmobil .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: inline-block;
      border: none;
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer; }
      #formular .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
      #formularmobil .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: -6px;
        top: 0%;
        font-size: 30px;
        transform: scale(1.001); }

#formular .select2-container--default .select2-selection--multiple,
#formularmobil .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 1px solid #d2d0cd;
  border-radius: 0px;
  cursor: text; }

#formular input,
#formularmobil input {
  margin-bottom: 35px;
  border-radius: 0; }

.select2-selection__placeholder {
  color: #000000 !important; }

.form-control::placeholder,
.select2-selection__placeholder {
  color: #d2d0cd;
  font-family: "Lelo Medium", sans-serif;
  opacity: .5; }

.select2-container--default .select2-results__option {
  padding: 6px 20px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FFE624;
  color: #000000; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #665c0e;
  color: #ffffff; }

@media only screen and (max-width: 991px) {
  select {
    width: 90%; } }

/*
	 * SMART FORMS
	 */
.noemode {
  /*
		 * File inputs
		 */
  /*
		 * Selects
		 */
  /*
		 * Text areas
		 */
  /*
		 * Radio and checkboxes
		 */
  /*
		 * toggles
		 */
  /*
		 * ratings
		 */
  /*
		 * buttons
		 */
  /*
		 * grid
		 */
  /*
		 * tooltips
		 */
  /*
		 * normal state
		 */
  /*
		 * hover state
		 */
  /*
		 * radio/toggle/checkbox active state
		 */
  /*
		 * focus state
		 */
  /*
		 * checked state
		 */
  /*
		 * error state
		 */
  /*
		 * success state
		 */
  /*
		 * disable state
		 */
  /*
		 * submit state
		 */
  /*
		 * JQUERY UI UPDATE
		 */
  /*
		 * date picker
		
		.ui-datepicker {
			display: none;
			padding: 10px 12px;
			background: #fff;
			box-shadow: 0 0 10px rgba(0,0,0,.3);
			font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
			text-align: center;
			color: #666;
		}
		.ui-datepicker a {
			color: #404040;
		}
		.ui-datepicker-header {
			position: relative;
			margin: -10px -12px 10px;
			padding: 10px;
			border-bottom: 1px solid rgba(0,0,0,.1);
			font-size: 15px;
			line-height: 27px;
		}
		.ui-datepicker-prev, .ui-datepicker-next {
			position: absolute;
			top: 0;
			display: block;
			width: 47px;
			height: 47px;
			font-size: 15px;
			line-height: 47px;
			text-decoration: none;
			cursor: pointer;
		}
		.ui-datepicker-prev {
			left: 0;
		}
		.ui-datepicker-next {
			right: 0;
		}
		.ui-datepicker-calendar {
			border-collapse: collapse;
			font-size: 13px;
			line-height: 27px;
		}
		.ui-datepicker-calendar th {
			color: #999;
		}
		.ui-datepicker-calendar a, .ui-datepicker-calendar span {
			display: block;
			width: 31px;
			margin: auto;
			text-decoration: none;
			color: #404040;
			text-align:center;
		}
		.ui-datepicker-unselectable.ui-state-disabled {
			
		}
		.ui-datepicker-unselectable.ui-state-disabled > span {
			color:#bfbfbf;
			background-color: #FAFCFD;
		}
		
		.ui-datepicker-calendar a:hover {
			background: $grau;
			color:#fff;
		}
		.ui-datepicker-calendar span {
			
		}
		.ui-datepicker-today a {
			font-weight: 700;
		}
		.ui-datepicker-calendar .ui-state-active {
			background: rgba(0,0,0,.05);
			cursor: default;
		}
		.ui-datepicker-inline {
			border: 2px solid #e5e5e5;
			background: #fff;
			box-shadow: none;
		}
		.ui-datepicker-inline .ui-datepicker-calendar {
			width: 100%;
		} */
  /*
		 * model
		 */
  /*
		 * Time picker
		 */
  /*
		 * Large, small and extra small fields
		 */
  /* SELECT */
  /* aep fix for aspnet mvc
		   from abelepereira  */
  /* toogle fix */ }
  .noemode .smart-form *,
  .noemode .smart-form *:after,
  .noemode .smart-form *:before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box; }
  .noemode .smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .noemode .smart-form .radio + .radio,
  .noemode .smart-form .checkbox + .checkbox {
    margin-top: 0; }
  .noemode .smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer; }
  .noemode .smart-form legend {
    padding-top: 15px; }
  .noemode .smart-form {
    margin: 0;
    outline: none;
    color: #666;
    position: relative; }
  .noemode .smart-form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: white;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0; }
  .noemode .smart-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    position: relative; }
  .noemode .smart-form fieldset + fieldset {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .noemode .smart-form section {
    margin-bottom: 15px;
    position: relative; }
  .noemode .smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9); }
  .noemode .smart-form footer:after {
    content: '';
    display: table;
    clear: both; }
  .noemode .smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    white-space: normal; }
  .noemode .smart-form .label.col {
    margin: 0;
    padding-top: 7px; }
  .noemode .smart-form .note,
  .noemode .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999; }
  .noemode .note {
    margin-top: 2px;
    font-size: 10px; }
  .noemode .smart-form .note a {
    font-size: 13px; }
  .noemode .smart-form .input,
  .noemode .smart-form .select,
  .noemode .smart-form .textarea,
  .noemode .smart-form .radio,
  .noemode .smart-form .checkbox,
  .noemode .smart-form .toggle,
  .noemode .smart-form .button {
    position: relative;
    display: block;
    font-weight: 300; }
  .noemode .smart-form .input input,
  .noemode .smart-form .select select,
  .noemode .smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .noemode .smart-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 22px;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    line-height: 22px; }
  .noemode .smart-form .input-file .button:hover {
    box-shadow: none; }
  .noemode .smart-form .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0; }
  .noemode .smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: white;
    box-shadow: 0 0 0 9px white; }
  .noemode .smart-form .select i:after,
  .noemode .smart-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .noemode .smart-form .select i:after {
    bottom: 0;
    border-top: 4px solid #FFE624; }
  .noemode .smart-form .select i:before {
    top: 0;
    border-bottom: 4px solid #FFE624; }
  .noemode .smart-form .select-multiple select {
    height: auto; }
  .noemode .smart-form .textarea textarea {
    height: auto;
    resize: none; }
  .noemode .smart-form .textarea-resizable textarea {
    resize: vertical; }
  .noemode .smart-form .textarea-expandable textarea {
    height: 31px; }
  .noemode .smart-form .textarea-expandable textarea:focus {
    height: auto; }
  .noemode .smart-form .radio,
  .noemode .smart-form .checkbox {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px; }
  .noemode .smart-form .radio:last-child,
  .noemode .smart-form .checkbox:last-child {
    margin-bottom: 0; }
  .noemode .smart-form .radio input,
  .noemode .smart-form .checkbox input {
    position: absolute;
    left: -9999px; }
  .noemode .smart-form .radio i,
  .noemode .smart-form .checkbox i {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    background: #FFF; }
  .noemode .smart-form .radio i {
    border-radius: 50%; }
  .noemode .smart-form .radio input + i:after,
  .noemode .smart-form .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s; }
  .noemode .smart-form .radio input + i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%; }
  .noemode .smart-form .checkbox input + i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: normal 16px/19px FontAwesome;
    text-align: center; }
  .noemode .smart-form .checkbox input:checked:hover + i:after {
    content: '\f00d'; }
  .noemode .smart-form .checkbox input:checked:disabled:hover + i:after {
    content: '\f00c'; }
  .noemode .smart-form .radio input:checked + i:after,
  .noemode .smart-form .checkbox input:checked + i:after {
    opacity: 1; }
  .noemode .smart-form .inline-group {
    margin: 0 -15px -4px 0; }
  .noemode .smart-form .inline-group:after {
    content: '';
    display: table;
    clear: both; }
  .noemode .smart-form .inline-group .radio,
  .noemode .smart-form .inline-group .checkbox {
    float: left;
    margin-right: 10px; }
  .noemode .smart-form .inline-group .radio:last-child,
  .noemode .smart-form .inline-group .checkbox:last-child {
    margin-bottom: 4px; }
  .noemode .smart-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    cursor: pointer; }
  .noemode .smart-form .toggle:last-child {
    margin-bottom: 0; }
  .noemode .smart-form .toggle input {
    position: absolute;
    left: -9999px; }
  .noemode .smart-form .toggle i {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 49px;
    height: 17px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #fff; }
  .noemode .smart-form .toggle i:after {
    content: attr(data-swchoff-text);
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-style: normal;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
    color: #5f5f5f; }
  .noemode .smart-form .toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
    transition: right 0.2s;
    -o-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -webkit-transition: right 0.2s; }
  .noemode .smart-form .toggle input:checked + i:after {
    content: attr(data-swchon-text);
    text-align: right; }
  .noemode .smart-form .toggle input:checked + i:before {
    right: 36px; }
  .noemode .smart-form .rating {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 25px;
    color: #404040; }
  .noemode .smart-form .rating:last-child {
    margin-bottom: 0; }
  .noemode .smart-form .rating input {
    position: absolute;
    left: -9999px; }
  .noemode .smart-form .rating label {
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    padding: 0 2px;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer; }
  .noemode .smart-form .button {
    float: right;
    height: 31px;
    overflow: hidden;
    margin: 10px 0 0 5px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/31px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
  .noemode .smart-form .icon-append,
  .noemode .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center; }
  .noemode .smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid; }
  .noemode .smart-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid; }
  .noemode .smart-form .input .icon-prepend + input,
  .noemode .smart-form .textarea .icon-prepend + textarea {
    padding-left: 37px; }
  .noemode .smart-form .input .icon-append + input,
  .noemode .smart-form .textarea .icon-append + textarea {
    padding-right: 37px; }
  .noemode .smart-form .input .icon-prepend + .icon-append + input,
  .noemode .smart-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 37px; }
  .noemode .smart-form .row {
    margin: 0 -15px; }
  .noemode .smart-form .row:after {
    content: '';
    display: table;
    clear: both; }
  .noemode .smart-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .noemode .smart-form .col-1 {
    width: 8.33%; }
  .noemode .smart-form .col-2 {
    width: 16.66%; }
  .noemode .smart-form .col-3 {
    width: 25%; }
  .noemode .smart-form .col-4 {
    width: 33.33%; }
  .noemode .smart-form .col-5 {
    width: 41.66%; }
  .noemode .smart-form .col-6 {
    width: 50%; }
  .noemode .smart-form .col-8 {
    width: 66.67%; }
  .noemode .smart-form .col-9 {
    width: 75%; }
  .noemode .smart-form .col-10 {
    width: 83.33%; }
  @media screen and (max-width: 600px) {
    .noemode {
      /*.smart-form .col {
				float: none;
				width: 100%;
			}*/ } }
  .noemode .smart-form .select select {
    padding: 5px; }
  .noemode .smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, opacity 0.3s;
    -ms-transition: margin 0.3s, opacity 0.3s;
    -moz-transition: margin 0.3s, opacity 0.3s;
    -webkit-transition: margin 0.3s, opacity 0.3s; }
  .noemode .smart-form .tooltip:after {
    content: '';
    position: absolute; }
  .noemode .smart-form .input input:focus + .tooltip,
  .noemode .smart-form .textarea textarea:focus + .tooltip {
    opacity: 1; }
  .noemode .smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px; }
  .noemode .smart-form .tooltip-top-right:after {
    top: 100%;
    right: 11px;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .noemode .smart-form .input input:focus + .tooltip-top-right,
  .noemode .smart-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px; }
  .noemode .smart-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px; }
  .noemode .smart-form .tooltip-top-left:after {
    top: 100%;
    left: 11px;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .noemode .smart-form .input input:focus + .tooltip-top-left,
  .noemode .smart-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px; }
  .noemode .smart-form .tooltip-right {
    top: 4px;
    white-space: nowrap;
    margin-left: 15px; }
  .noemode .smart-form .tooltip-right:after {
    top: 6px;
    right: 100%;
    border-top: 4px solid transparent;
    border-right: 4px solid rgba(0, 0, 0, 0.9);
    border-bottom: 4px solid transparent; }
  .noemode .smart-form .input input:focus + .tooltip-right,
  .noemode .smart-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px; }
  .noemode .smart-form .tooltip-left {
    top: 4px;
    white-space: nowrap;
    margin-right: 15px; }
  .noemode .smart-form .tooltip-left:after {
    top: 6px;
    left: 100%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgba(0, 0, 0, 0.9); }
  .noemode .smart-form .input input:focus + .tooltip-left,
  .noemode .smart-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px; }
  .noemode .smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px; }
  .noemode .smart-form .tooltip-bottom-right:after {
    bottom: 100%;
    right: 11px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent; }
  .noemode .smart-form .input input:focus + .tooltip-bottom-right,
  .noemode .smart-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px; }
  .noemode .smart-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px; }
  .noemode .smart-form .tooltip-bottom-left:after {
    bottom: 100%;
    left: 11px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent; }
  .noemode .smart-form .input input:focus + .tooltip-bottom-left,
  .noemode .smart-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px; }
  .noemode .smart-form .input input,
  .noemode .smart-form .select select,
  .noemode .smart-form .textarea textarea,
  .noemode .smart-form .radio i,
  .noemode .smart-form .checkbox i,
  .noemode .smart-form .toggle i,
  .noemode .smart-form .icon-append,
  .noemode .smart-form .icon-prepend {
    border-color: #BDBDBD;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s; }
  .noemode .smart-form .toggle i:before {
    background-color: #d2d0cd; }
  .noemode .smart-form .rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s; }
  .noemode .smart-form .button {
    background-color: #d2d0cd;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s; }
  .noemode .smart-form .button.button-secondary {
    background-color: #b3b3b3; }
  .noemode .smart-form .icon-append,
  .noemode .smart-form .icon-prepend {
    color: #A2A2A2; }
  .noemode .smart-form .input:hover input,
  .noemode .smart-form .select:hover select,
  .noemode .smart-form .textarea:hover textarea,
  .noemode .smart-form .radio:hover i,
  .noemode .smart-form .checkbox:hover i,
  .noemode .smart-form .toggle:hover i {
    border-color: #d2d0cd; }
  .noemode .smart-form .rating input + label:hover,
  .noemode .smart-form .rating input + label:hover ~ label {
    color: #d2d0cd; }
  .noemode .smart-form .button:hover {
    opacity: 1; }
  .noemode .smart-form .radio:hover i,
  .noemode .smart-form .checkbox:hover i,
  .noemode .smart-form .toggle:hover i {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  .noemode .smart-form .radio:active i,
  .noemode .smart-form .checkbox:active i,
  .noemode .smart-form .toggle:active i {
    background: #F0F0F0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  .noemode .smart-form .input input:focus,
  .noemode .smart-form .select select:focus,
  .noemode .smart-form .textarea textarea:focus,
  .noemode .smart-form .radio input:focus + i,
  .noemode .smart-form .checkbox input:focus + i,
  .noemode .smart-form .toggle input:focus + i {
    border-color: #FFE624; }
  .noemode .smart-form .radio input + i:after {
    background-color: #FFE624; }
  .noemode .smart-form .checkbox input + i:after {
    color: #FFE624; }
  .noemode .smart-form .radio input:checked + i,
  .noemode .smart-form .checkbox input:checked + i,
  .noemode .smart-form .toggle input:checked + i {
    border-color: #FFE624; }
  .noemode .smart-form .rating input:checked ~ label {
    color: #FFE624; }
  .noemode .smart-form .state-error input,
  .noemode .smart-form .state-error select,
  .noemode .smart-form .state-error textarea,
  .noemode .smart-form .radio.state-error i,
  .noemode .smart-form .checkbox.state-error i,
  .noemode .smart-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329; }
  .noemode .smart-form .toggle.state-error input:checked + i {
    background: #fff0f0; }
  .noemode .smart-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161; }
  .noemode .smart-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px; }
  .noemode .smart-form .state-error select + i {
    background: #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0; }
  .noemode .state-error .icon-append,
  .noemode .state-error .icon-prepend {
    color: #ed1c24; }
  .noemode .smart-form .state-success input,
  .noemode .smart-form .state-success select,
  .noemode .smart-form .state-success textarea,
  .noemode .smart-form .radio.state-success i,
  .noemode .smart-form .checkbox.state-success i,
  .noemode .smart-form .toggle.state-success i {
    background: #f0fff0;
    border-color: #7DC27D; }
  .noemode .smart-form .toggle.state-success input:checked + i {
    background: #f0fff0; }
  .noemode .smart-form .note-success {
    color: #6fb679; }
  .noemode .smart-form .state-success select + i {
    background: honeyDew;
    box-shadow: 0 0 0 9px honeyDew; }
  .noemode .smart-form .input.state-disabled input,
  .noemode .smart-form .select.state-disabled,
  .noemode .smart-form .textarea.state-disabled,
  .noemode .smart-form .radio.state-disabled,
  .noemode .smart-form .checkbox.state-disabled,
  .noemode .smart-form .toggle.state-disabled,
  .noemode .smart-form .button.state-disabled {
    cursor: default !important;
    opacity: 0.6 !important; }
  .noemode .smart-form .input.state-disabled:hover input,
  .noemode .smart-form .select.state-disabled:hover select,
  .noemode .smart-form .textarea.state-disabled:hover textarea,
  .noemode .smart-form .radio.state-disabled:hover i,
  .noemode .smart-form .checkbox.state-disabled:hover i,
  .noemode .smart-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5 !important; }
  .noemode .smart-form .state-disabled.radio input:checked + i,
  .noemode .smart-form .state-disabled.checkbox input:checked + i,
  .noemode .smart-form .state-disabled.toggle input:checked + i,
  .noemode .smart-form .state-disabled.checkbox input + i:after,
  .noemode .smart-form .state-disabled.radio input + i:after {
    border-color: #e5e5e5 !important;
    color: #333 !important; }
  .noemode .smart-form .state-disabled.radio input + i:after {
    background-color: #333; }
  .noemode .smart-form .message {
    display: none;
    color: #6fb679; }
  .noemode .smart-form .message i {
    display: block;
    margin: 0 auto 20px;
    width: 81px;
    height: 81px;
    border: 1px solid #6fb679;
    border-radius: 50%;
    font-size: 30px;
    line-height: 81px; }
  .noemode .smart-form.submited fieldset,
  .noemode .smart-form.submited footer {
    display: none; }
  .noemode .smart-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center; }
  .noemode .smart-form .ui-widget-content .ui-spinner-input {
    margin: 0px;
    border: 0px;
    box-shadow: none !important;
    height: 29px; }
  .noemode .smart-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px; }
  .noemode .smart-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .noemode .ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px; }
  .noemode .ui-timepicker-div dl {
    text-align: left; }
  .noemode .ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px; }
  .noemode .ui-timepicker-div dl dd {
    margin: 17px 10px 12px 40%; }
  .noemode .ui-timepicker-div td {
    font-size: 90%; }
  .noemode .ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0; }
  .noemode .ui-timepicker-rtl {
    direction: rtl; }
  .noemode .ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0; }
  .noemode .ui-timepicker-rtl dl dt {
    float: right;
    clear: right; }
  .noemode .ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px; }
  .noemode .smart-form input.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33; }
  .noemode .smart-form input.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .noemode .smart-form input.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5; }
  .noemode .smart-form select.input-sm {
    height: 30px;
    line-height: 15px;
    font-size: 12px; }
  .noemode .smart-form select.input-sm + i {
    height: 10px; }
  .noemode .smart-form select.input-lg {
    height: 44px;
    line-height: 22px;
    font-size: 17px; }
  .noemode .smart-form select.input-lg + i {
    height: 11px;
    top: 17px; }
  .noemode .smart-form .checkbox input + input[type=hidden] + i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: normal 16px/19px FontAwesome;
    text-align: center; }
  .noemode .smart-form .checkbox input:checked:hover + input[type=hidden] + i:after {
    content: '\f00d'; }
  .noemode .smart-form .checkbox input:checked:disabled:hover + input[type=hidden] + i:after {
    content: '\f00c'; }
  .noemode .smart-form .checkbox input:checked + input[type=hidden] + i:after {
    opacity: 1; }
  .noemode .smart-form .toggle input:checked + input[type=hidden] + i:after {
    content: attr(data-swchon-text);
    text-align: right; }
  .noemode .smart-form .toggle input:checked + input[type=hidden] + i:before {
    right: 36px; }

/* end of fix */
.overlay {
  margin-bottom: 20px;
  position: relative; }
  .overlay .Bildunterschrift {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 15px 20px; }
    .overlay .Bildunterschrift a {
      color: #ffffff; }
    .row > .overlay .Bildunterschrift {
      width: calc(100% - 30px); }
  .overlay .Bildunterschrift,
  .overlay a .Bildunterschrift {
    color: #ffffff;
    text-decoration: none !important;
    color: #ffffff; }
    .overlay .Bildunterschrift:hover, .overlay .Bildunterschrift:active, .overlay .Bildunterschrift:focus,
    .overlay a .Bildunterschrift:hover,
    .overlay a .Bildunterschrift:active,
    .overlay a .Bildunterschrift:focus {
      color: #FFE624; }
  .overlay:hover .Bildunterschrift, .overlay:focus .Bildunterschrift, .overlay:active .Bildunterschrift,
  .overlay a:hover .Bildunterschrift,
  .overlay a:focus .Bildunterschrift,
  .overlay a:active .Bildunterschrift {
    color: #FFE624; }

#reiter {
  margin: 0; }
  #reiter #reitertab {
    border-radius: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
    margin-bottom: 0; }
    #reiter #reitertab li {
      border: 0;
      float: left;
      background: none;
      margin-right: 5px;
      border: none; }
      #reiter #reitertab li a {
        text-decoration: none !important;
        color: #ffffff;
        background-color: #000000;
        display: inline-block;
        padding: 5px 10px; }
        #reiter #reitertab li a:hover, #reiter #reitertab li a:active, #reiter #reitertab li a:focus {
          color: #FFE624; }
      #reiter #reitertab li.active a {
        color: #000000;
        background-color: #FFE624; }
        #reiter #reitertab li.active a:hover, #reiter #reitertab li.active a:active, #reiter #reitertab li.active a:focus {
          color: #ffffff; }
      #reiter #reitertab li.active:not(.ui-state-active) a {
        color: #ffffff;
        background-color: #000000; }
        #reiter #reitertab li.active:not(.ui-state-active) a:hover, #reiter #reitertab li.active:not(.ui-state-active) a:active, #reiter #reitertab li.active:not(.ui-state-active) a:focus {
          color: #FFE624; }
      #reiter #reitertab li.ui-state-active a {
        color: #000000;
        background-color: #FFE624; }
        #reiter #reitertab li.ui-state-active a:hover, #reiter #reitertab li.ui-state-active a:active, #reiter #reitertab li.ui-state-active a:focus {
          color: #ffffff; }
  #reiter .ui-tabs-panel {
    padding: 0; }

.vorstellung {
  border-bottom: 3px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .vorstellung .ticketbutton {
    padding: 7px 10px; }
  .vorstellung .kino {
    font-size: 20px; }
    .vorstellung .kino a {
      text-decoration: none;
      border-bottom: 1px solid #000000; }
      .vorstellung .kino a:active .underline, .vorstellung .kino a:hover .underline, .vorstellung .kino a:focus .underline {
        border-bottom: 1px solid #FFE624; }

#aussen .socials {
  margin-bottom: 25px; }
  #aussen .socials .ctabtn {
    padding: 5px 10px; }
    #aussen .socials .ctabtn .fa {
      font-size: 1.4em; }

#hh {
  background-color: #003063;
  height: 94px;
  position: relative;
  margin-top: 50px; }
  .isdev #hh {
    margin-bottom: 30px; }
  #hh:before {
    content: " ";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNDciIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCAyNDcgNzIiPgogICAgPHBhdGggZmlsbD0iI0Q1MjMyRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTk5LjQ5NSA2Ni41ODJjMy45MjUtMy4xODMgNy41NjYtOC40MjcgOC40MDctOS42MDZDMjEwLjQyIDUzLjQ1NCAyNDYuOTg0Ljc4MiAyNDYuOTg0Ljc4MkwwIC43ODR2NzAuMzIzaDE4NC41MDJjOS4xNiAwIDEzLjYxNC0zLjQwNyAxNC45OTMtNC41MjV6Ii8+Cjwvc3ZnPgo=);
    height: 70px;
    width: 247px;
    position: absolute;
    top: -35px;
    background-size: contain;
    background-repeat: no-repeat; }
  #hh .hh-logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjgwIiBoZWlnaHQ9IjUzIiB2aWV3Qm94PSIwIDAgMjgwIDUzIj4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGlkPSJhIiBkPSJNLjA1OCAxMC4yNTJWLjExN2gxMDkuNTk0djEwLjEzNUguMDU4eiIvPgogICAgICAgIDxwYXRoIGlkPSJjIiBkPSJNMjkuNjU3IDEzLjAxMXYxMi45NUguMDU1Vi4wNmgyOS42MDJ2MTIuOTV6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNDEuNDM2KSI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2EiLz4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNTA3QUIwIiBkPSJNMTA5LjQwMiAzLjg4bC4yNS0uMDd2Mi41NTNDODguMTYgMTIuMzMgNzIuNjQgMTAuNjg3IDUxLjE4IDYuNDIgMzIuNjQ4IDIuNzM3IDE4LjU1My4wNDMgMCA2LjM5VjMuNzkyQzE4LjYtMi40MDIgMzMuMTEyLjMyNCA1MS42NiA0LjAxYzIwLjk2NCA0LjE2NiAzNi4zNzEgNS44OTggNTcuNzQyLS4xMyIgbWFzaz0idXJsKCNiKSIvPgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBmaWxsPSIjRDYyMzJFIiBkPSJNNzguMjAxIDQ2LjA1MWwtLjA4NS04LjA3YTQuMzkxIDQuMzkxIDAgMCAwLTguNzggMGwtLjA3OCA3LjMxOWMtNC43My0uNTY0LTkuMzItMS4zNDgtMTMuODM3LTIuMTc3IDEuOTQtNS4zNiAyLjkyMS05LjYzMyAzLjMyNy0xNS43MjJIODguNzJjLjQyOSA2LjM0IDEuODU0IDEyLjMxNyA0LjAwOCAxOC4yNi01LjA0LjUyMi05Ljg2NC42MDItMTQuNTI3LjM5TTY0Ljg0IDkuNTYxaC0xLjU5bC0uNzk3IDEuMzgtLjc5Ny0xLjM4aC0xLjU5MmwuNzk3LTEuMzc4LS43OTctMS4zNzloMS41OTJsLjc5Ny0xLjM3OC43OTYgMS4zNzhoMS41OTFsLS43OTYgMS4zNzguNzk2IDEuMzhNODcuNDA0IDkuNTYxaC0xLjU5MWwtLjc5NiAxLjM4LS43OTctMS4zOGgtMS41OTFsLjc5Ni0xLjM3OC0uNzk2LTEuMzc5aDEuNTlsLjc5OC0xLjM3OC43OTYgMS4zNzhoMS41OWwtLjc5NCAxLjM3OC43OTUgMS4zOCIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNENjIzMkUiIGQ9Ik02OS42NDEgMTAuMTQ4di0uMTRhNC4wNzggNC4wNzggMCAwIDEgMy4xNTUtMy45NjVWNC4yOGgtMS40ODFWMi42MzdoMS40ODFWLjk0N2gxLjg3N3YxLjY5aDEuNDhWNC4yOGgtMS40OHYxLjc1OGMxLjkyLjQyNSAzLjA1IDIuMTQzIDMuMTQ4IDQuMTFoMS41ODZ2Mi4xMDNoLTEuNzc4djExLjI2aDMuODR2LTExLjI2aDcuMDk1djExLjI2SDkwLjh2Mi4xNzNINTYuNjd2LTIuMTcyaDIuMjM0bC4wMDEtMTEuMjYxSDY2djExLjI2aDMuODQxdi0xMS4yNmgtMS43Nzh2LTIuMTAzaDEuNTc4Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTEyOS42MjQgMTguOWgzLjI3MnYxMS45NzVoMTMuNDI0VjE4LjloMy4yNzJ2MjYuNTg3aC0zLjI3MnYtMTIuNTdoLTEzLjQyNHYxMi41N2gtMy4yNzJWMTguOTAxTTE2Ni45NjIgMzguMnYtMS40ODZsLS4xNDkuMDM2Yy00LjkwOS40NDYtOC41MTUgMS4xOS04LjUxNSA0LjI0IDAgMS43MS45NjYgMi42MDIgMi43ODggMi42MDIgMy43OTMgMCA1Ljg3Ni0yLjQxNyA1Ljg3Ni01LjM5MnptMi45MzctNS4wOTV2MTIuMzgzaC0yLjg2M3YtMi43ODdjLTEuMjY1IDEuODU4LTMuNDU5IDMuMTYtNi44MDUgMy4xNi0zLjI3MyAwLTUuMTctMS44OTctNS4xNy00LjU3NCAwLTQuNzI0IDUuMzE4LTUuODAxIDExLjY3Ny02LjMyMmguMjI0di0xLjgyMmMwLTIuMzA2LTEuMjI4LTMuNjQ0LTQuMDE3LTMuNjQ0LTQuMTY1IDAtNy4xMDMgMi4zMDUtNy4xMDMgMi4zMDVsLjMzNi0yLjY0czIuNjc2LTIuMTIgNy4wMjctMi4xMmM1LjQzIDAgNi42OTQgMi45NzQgNi42OTQgNi4wNnpNMjAxLjEzOCAzMi43N3YxMi43MThIMTk4LjJWMzMuMTgxYzAtMi4xOTUtLjgxNy0zLjY4Mi0zLjA1LTMuNjgyLTIuODYyIDAtNS4xNjggMi4yNjgtNS4xNjggNS45MTJ2MTAuMDc3aC0yLjkzN1YzMy4xODFjMC0yLjE5NS0uNzgyLTMuNjgyLTMuMDUtMy42ODItMi44NjMgMC01LjEzMiAyLjI2OC01LjEzMiA1LjkxMnYxMC4wNzdoLTIuOTc0VjI3LjQxNWgyLjc4OHYzLjEyNWMxLjI2NS0yLjEyIDMuNDIxLTMuNDk3IDYuMTM2LTMuNDk3IDIuODI2IDAgNC4zODggMS4zNCA0Ljk0NiAzLjY0NiAxLjIyNy0yLjIzMiAzLjQyMS0zLjY0NiA2LjIxLTMuNjQ2IDMuNTcgMCA1LjE2OSAyLjE1OCA1LjE2OSA1LjcyN00yMjAuMTA3IDM2LjQ5YzAtNC43OTgtMS41NjItNy4wNjYtNC43Ni03LjA2Ni0yLjkzOCAwLTUuMzE4IDIuMzQzLTUuMzE4IDcuMDY1IDAgNC43MjMgMi4yNjggNi45OTEgNS4yMDYgNi45OTEgMy4xOTggMCA0Ljg3Mi0yLjA4MiA0Ljg3Mi02Ljk5em0zLjE2LS4wMzljMCA2LjM5OC0zLjUzMiA5LjM3Mi03LjUxMiA5LjM3Mi0yLjc4OCAwLTQuNjg1LTEuMjY0LTUuODM3LTMuMTIydjIuNzg3aC0yLjc5VjE4LjkwMWgyLjkwMXYxMS40OWMxLjIyNy0yLjAwOCAzLjI3Mi0zLjM0OCA2LjEtMy4zNDggNC4yMzcgMCA3LjEzOSAzLjA4OCA3LjEzOSA5LjQwOHpNMjQzLjQ2MiAyNy40MTV2MTguMDczaC0yLjc4OXYtMy4xNmMtMS4zMzggMi4xNTYtMy42ODIgMy41MzItNi42MiAzLjUzMi0zLjc5MiAwLTUuNTA0LTIuMTU2LTUuNTA0LTUuNzI2VjI3LjQxNWgyLjk3NXYxMi4zMWMwIDIuMTk0Ljg1NiAzLjY4MSAzLjM0OCAzLjY4MSAzLjAxMiAwIDUuNjE1LTIuMjY4IDUuNjE1LTUuOTEzVjI3LjQxNWgyLjk3NSIvPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0OS41ODIgMjYuOTgyKSI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJkIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2MiLz4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNTc5IDMuNDFzLS43MDctLjIyNC0xLjg5OC0uMjI0QzUuNTk2IDMuMTg2IDMuMDMgNS45IDMuMDMgMTAuNHY4LjEwN0guMDU1Vi40MzRoMi44NjN2NC40NjJDNC4yMiAxLjk5NiA2LjU2Mi4wNjIgOS4xNjUuMDYyYy41OTYgMCAxLjExNy4xMTIgMS4xMTcuMTEybC4yOTcgMy4yMzVNMjYuNzU2IDkuMDYxYzAtNC41MzctMi4yNjgtNi42NTctNS4yMDYtNi42NTctMy4xOTggMC00Ljg3MSAyLjAwOC00Ljg3MSA2LjY1NyAwIDQuNTM3IDEuNTYgNi43MzEgNC43NiA2LjczMSAyLjkzOCAwIDUuMzE3LTIuMTk0IDUuMzE3LTYuNzN6bTIuOS04LjYyN3YxOC43NDFjMCAzLjQyMi0xLjkzMyA2Ljg0My04LjM2NiA2Ljg0My00LjIwMiAwLTYuNTQ1LTIuMjMtNi41NDUtMi4yM2wtLjM3MS0yLjc1M3MyLjcxNCAyLjQxOCA3LjA2NSAyLjQxOGMzLjQ1OCAwIDUuMzE3LTEuNDg4IDUuMzE3LTQuMjRWMTQuOWMtMS4yNjQgMS45MzQtMy4yNzIgMy4yMzUtNi4wOTkgMy4yMzUtNC4yMzkgMC03LjE0LTIuOTM3LTcuMTQtOS4wMzYgMC02LjE3MyAzLjUzNC05LjAzNyA3LjUxMi05LjAzNyAyLjc5IDAgNC42NDkgMS4xOSA1LjgwMiAzLjAxMlYuNDM0aDIuODI2eiIgbWFzaz0idXJsKCNkKSIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 53px;
    content: " ";
    width: 280px;
    right: 29px;
    top: 18px; }
  @media only screen and (max-width: 767px) {
    #hh {
      height: 48px; }
      #hh:before {
        height: 40px;
        top: -20px;
        width: 126px; }
      #hh .hh-logo {
        height: 27px;
        width: 140px;
        right: 15px;
        top: 10px; } }
.blind {
  display: none !important; }
