@font-face {
  font-family: MuseoSlab;
  font-weight: 100;
  src: url("../font/Museo_Slab_100.otf"); }
@font-face {
  font-family: MuseoSlab;
  font-weight: 300;
  src: url("../font/Museo_Slab_300.otf"); }
@font-face {
  font-family: MuseoSlab;
  font-weight: 500;
  src: url("../font/Museo_Slab_500.otf"); }
body {
  height: 100%;
  width: 100%;
  margin: 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: MuseoSlab;
  font-weight: 500;
  -webkit-overflow-scrolling: touch; }

body {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  body > * {
    width: 100%;
    box-sizing: border-box; }

.content-container {
  width: initial;
  margin: 40px 20px; }
  .content-container > * {
    max-width: 1060px;
    margin: 0px auto;
    padding: 20px;
    box-sizing: border-box; }
  .content-container h1 {
    font-size: 30px; }
  .content-container h2 {
    font-size: 24px; }
  .content-container h3 {
    font-size: 20px; }
  .content-container h4 {
    font-size: 16px; }
  @media (max-width: 770px) {
    .content-container {
      margin: 20px 10px; }
      .content-container > * {
        padding: 10px; }
      .content-container h1 {
        font-size: 24px; }
      .content-container h2 {
        font-size: 22px; }
      .content-container h3 {
        font-size: 18px; }
      .content-container h4 {
        font-size: 15px; } }
  .content-container > h1 {
    background-color: #a5b0af;
    margin-bottom: 0;
    color: white;
    font-size: 30px;
    position: relative; }
    @media (max-width: 770px) {
      .content-container > h1 {
        font-size: 24px; } }
    .content-container > h1 .close {
      position: absolute;
      background: url(../images/icon_x.png);
      color: transparent;
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center;
      font-size: 20px;
      line-height: 30px;
      text-decoration: none;
      background-color: #dbdbd6;
      right: -15px;
      z-index: 2;
      top: 53px; }
    @media (max-width: 770px) {
      .content-container > h1 .close {
        top: 8px;
        right: 10px; } }

article ol {
  list-style: decimal;
  padding-left: 1em; }
  article ol li {
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 1em; }

header.mini {
  max-height: 77px;
  border-top: 5px solid #cf2f77;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.32); }
  header.mini li a {
    transition: all 0.3s ease;
    font-size: 17px; }
  header.mini .home {
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 6px solid #facf4e;
    display: inline-block; }

header {
  z-index: 100;
  transition: all 0.3s ease;
  background-color: #facf4e;
  border-top: 10px solid #cf2f77;
  max-height: 100px;
  height: 100px;
  position: fixed;
  will-change: max-height; }
  header .home {
    transition: all 0.3s ease;
    margin-left: -10px;
    will-change: width, height, border;
    width: 80px;
    height: 80px;
    background: url(../images/logo_nico.png);
    background-size: cover;
    background-position: center;
    background-color: white;
    border-radius: 50px;
    border: 10px solid #facf4e;
    display: inline-block; }
  header .burger {
    background: url(../images/ic_menu_36px.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    position: absolute;
    right: 10px;
    color: transparent;
    outline: none; }
  header nav {
    height: 100%;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box; }
    @media (max-width: 770px) {
      header nav {
        padding: 0 10px;
        justify-content: space-between;
        position: relative; } }
    header nav > * {
      height: 100%; }
    header nav ul {
      padding: 0 0;
      padding-left: 2px; }
@media(max-width: 770px) {
  header nav ul {
    background-color: gray;
    position: fixed;
    width: 100%;
    height: 310px;
    right: 0;
    top: 100%;
    border-top: 10px solid #facf4e;
    background-color: #cf2f77;
    box-sizing: border-box;
    transition: all 0.3s ease; }
    header nav ul li {
      text-align: left;
      padding: 20px 20px; }
      header nav ul li a {
        color: white; } }
@media(min-width: 771px) {
  header nav .burger {
    display: none; }
  header nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end; }
    header nav ul > li {
      display: inline; }
    header nav ul > li:not(:last-child) a::after {
      content: "//";
      display: inline;
      margin: 0 10px; } }
  header li a {
    transition: all 0.3s ease;
    display: block;
    margin: 3px 0px;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: #3d3d3d; }
@media(max-width: 770px) {
  header li a {
    margin: 10px 0px; } }
    @media (max-width: 850px) {
      header li a {
        font-size: 17px; } }

@media(max-width: 770px) {
  header nav ul > li {
    padding: 2px 0;
    margin: 0 0;
    text-align: center; }

  .show-menu header nav ul {
    transition: all 0.3s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@media(min-width: 771px) {
  .header-center {
    position: relative;
    top: 22%; }
    .header-center h2 {
      font-weight: 500;
      color: #3d3d3d;
      font-size: 24px; } }
@media(max-width: 770px) {
  .header-center h2 {
    font-weight: 500;
    color: #3d3d3d;
    position: absolute;
    left: 100px;
    font-size: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
@media(max-width: 360px) {
  .header-center h2 {
    font-weight: 500;
    font-size: 20px; } }
footer {
  padding-bottom: 20px;
  font-weight: 100;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  footer .contact, footer .impressum {
    overflow: hidden; }
  footer .title {
    display: flex;
    justify-content: center; }
  footer .expander {
    width: 19px;
    height: 16px;
    transition: all 0.4s ease-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  footer .expand .expander {
    transition: all 0.4s ease-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  footer .expand .expander:first-child {
    transition: all 0.4s ease-out;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  footer .expand-symbol {
    -webkit-transform: scale(0.5, 1.7);
            transform: scale(0.5, 1.7); }
  footer h2 {
    margin-top: 40px;
    margin-bottom: 30px; }
  footer * {
    color: #f4eef3; }
  footer .title h3 {
    font-size: 1em;
    margin: 0 10px;
    font-weight: 100; }
  footer h3 {
    font-size: 1.05em;
    font-weight: 500;
    margin: 0 10px; }
  footer p strong {
    font-size: 1.05em;
    font-weight: 500; }
  footer p {
    font-family: sans-serif;
    max-width: 360px;
    font-size: 13px;
    line-height: 1.4; }
  footer > * {
    width: 100%;
    padding: 10px 0; }
    footer > * > * {
      margin: 0 auto;
      text-align: center; }
  footer .contact {
    background-color: #803f83;
    max-height: 750px;
    transition: all 1.2s ease-out;
    overflow-y: hidden; }
    @media (max-width: 514px) {
      footer .contact {
        max-height: 1500px;
        transition: all 1.5s ease-out; } }
    footer .contact .contact-details {
      max-width: 1060px;
      margin: 0 auto; }
      footer .contact .contact-details > div {
        padding: 0 20px;
        box-sizing: border-box; }
        @media (min-width: 515px) {
          footer .contact .contact-details > div {
            width: 50%; } }
        footer .contact .contact-details > div p {
          max-width: 1000px; }
      footer .contact .contact-details > div:nth-of-type(odd) {
        float: left; }
      footer .contact .contact-details > div:nth-of-type(even) {
        float: right; }
    footer .contact .contact-info p {
      text-align: left;
      padding-bottom: 20px; }
    footer .contact .contact-info h3 {
      margin: 0 0;
      margin-bottom: 10px;
      text-align: left; }
    footer .contact .contact-address h3 {
      margin: 0 0;
      margin-bottom: 10px;
      text-align: left; }
    footer .contact .contact-address p {
      text-align: left;
      margin-bottom: 20px; }
  footer .social {
    background-color: #9fc758; }
  footer .impressum {
    max-height: 2500px;
    transition: all 2s ease-out;
    overflow-y: hidden;
    background-color: #2a96c5; }
    footer .impressum .impressum-details {
      text-align: left;
      padding: 20px 20px;
      max-width: 400px; }
      footer .impressum .impressum-details h3 {
        margin: 20px 0; }
  footer .contact:not(.expand), footer .impressum:not(.expand) {
    max-height: 14px;
    overflow-y: hidden;
    transition: all 0.4s ease-out; }
  @media (max-width: 321px) {
    footer .title h3 {
      width: 200px; }
    footer .impressum:not(.expand) {
      max-height: 28px; } }
  footer .social ul {
    padding: 0 0;
    text-align: center;
    height: 40px; }
    footer .social ul > li {
      overflow: hidden;
      display: inline-block;
      width: 32px;
      height: 32px;
      margin: 0 10px;
      background-color: black;
      border: 4px solid black; }
      footer .social ul > li img {
        height: 100%;
        width: 100%;
        background-color: white;
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
      footer .social ul > li img.instagram {
        -webkit-filter: invert(100%);
                filter: invert(100%);
        -webkit-transform: none;
                transform: none; }
  footer .title > *:hover {
    cursor: pointer; }
  footer .email {
    unicode-bidi: bidi-override;
    direction: rtl;
    margin: 5px 0;
    display: inline-block; }

footer .credits h2 {
  margin: 10px 0; }

.tiles .hidden {
  display: none; }

.tiles ul {
  margin: -40px; }
  @media (max-width: 770px) {
    .tiles ul {
      margin: -10px; } }
  .tiles ul li {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column; }
    .tiles ul li > a {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%; }
    .tiles ul li > div {
      padding: 5% 2.5%;
      font-weight: 300;
      box-sizing: border-box;
      flex-grow: 1;
      display: flex;
      align-items: stretch;
      width: 100%; }
      @media (max-width: 880px) {
        .tiles ul li > div {
          padding-top: 20px;
          flex-direction: column;
          align-items: center;
          justify-content: space-between; } }
      .tiles ul li > div .content {
        display: flex;
        flex-direction: column;
        justify-content: space-around; }
      .tiles ul li > div .graphic img {
        display: block;
        margin: 0 auto;
        height: 100%; }
      .tiles ul li > div .graphic {
        align-self: center;
        height: 125px; }
        @media (min-width: 880px) {
          .tiles ul li > div .graphic {
            width: 25%;
            margin: 0 1em; } }
        @media (max-width: 701px) {
          .tiles ul li > div .graphic {
            margin-bottom: 20px; } }
      .tiles ul li > div .content {
        line-height: 22px;
        text-align: center;
        box-sizing: border-box; }
        .tiles ul li > div .content h2 {
          color: #3c3c3c;
          max-width: 280px;
          margin: 20px auto;
          margin-top: 0; }
          @media (max-width: 880px) {
            .tiles ul li > div .content h2 {
              margin: 10px auto; } }
        .tiles ul li > div .content > * {
          font-size: 1.1em; }
          @media (max-width: 880px) {
            .tiles ul li > div .content > * {
              font-size: 1.05em; } }
        @media (min-width: 881px) {
          .tiles ul li > div .content {
            width: 70%;
            margin-left: 5px; } }
      .tiles ul li > div a {
        text-decoration: none;
        font-weight: 500;
        margin-bottom: 0;
        display: inline-block; }
      .tiles ul li > div a::before {
        content: ">>"; }
      .tiles ul li > div a::after {
        content: "<<"; }

.tiles > ul {
  list-style: none; }
  .tiles > ul > li > h1 {
    height: 60px; }
  @media (min-width: 701px) {
    .tiles > ul > li:nth-of-type(odd) {
      float: left; }
    .tiles > ul > li:nth-of-type(even) {
      float: right; } }
  @media (min-width: 881px) {
    .tiles > ul > li:not(.flex-fill) {
      height: 285px; }
      .tiles > ul > li:not(.flex-fill) > div {
        height: 225px; } }
  @media (max-width: 880px) and (min-width: 701px) {
    .tiles > ul > li.termine, .tiles > ul > li.youtube {
      height: 340px; }
      .tiles > ul > li.termine > div, .tiles > ul > li.youtube > div {
        height: 280px; }
    .tiles > ul > li.buehne, .tiles > ul > li.museum {
      height: 370px; }
      .tiles > ul > li.buehne > div, .tiles > ul > li.museum > div {
        height: 310px; }
    .tiles > ul > li.shop, .tiles > ul > li.europa {
      height: 340px; }
      .tiles > ul > li.shop > div, .tiles > ul > li.europa > div {
        height: 280px; } }
  .tiles > ul > li {
    box-sizing: border-box;
    display: block;
    margin: 2%;
    border: 1px solid #c1c9c8;
    border-right: none;
    border-top: none; }
    .tiles > ul > li > div {
      height: 100%; }
    .tiles > ul > li > h1 {
      color: #353535;
      background-color: #c1c9c8;
      width: 100%;
      padding: 20px 40px;
      font-size: 22px !important;
      box-sizing: border-box;
      text-align: center; }
    @media (min-width: 701px) {
      .tiles > ul > li {
        width: 46%; } }
    @media (max-width: 700px) {
      .tiles > ul > li {
        width: 90%;
        margin: 20px auto;
        max-width: 500px;
        min-width: 300px; } }
  .tiles > ul > li.flex-fill {
    margin-top: 0;
    margin-bottom: 0;
    height: 0;
    border: none; }

.termine h1 {
  border-right: 13px solid #cf2f77;
  box-sizing: border-box; }
.termine > div {
  border-right: 13px solid #facf4e; }
.termine .graphic {
  position: relative; }
  .termine .graphic img {
    width: 100%;
    height: 100%; }
  .termine .graphic .day {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(1.2);
            transform: translateX(-50%) scaleX(1.2);
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    color: #c0c9c8; }
    @media (max-width: 1020px) {
      .termine .graphic .day {
        font-size: 35px; } }
  .termine .graphic .month {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(1.2);
            transform: translateX(-50%) scaleX(1.2);
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #c0c9c8;
    font-family: sans-serif; }
    @media (max-width: 1020px) {
      .termine .graphic .month {
        font-size: 14px; } }
.termine a {
  color: #cf2f77; }

.youtube h1 {
  border-right: 13px solid #2a96c5;
  box-sizing: border-box; }
.youtube > div {
  border-right: 13px solid #dd5433; }
.youtube .content a {
  color: #2a96c5; }

.buehne h1 {
  border-right: 13px solid #803f83;
  box-sizing: border-box; }
.buehne > div {
  border-right: 13px solid #9fc758; }
.buehne a {
  color: #803f83; }

.museum h1 {
  border-right: 13px solid #facf4e;
  box-sizing: border-box; }
.museum > div {
  border-right: 13px solid #cf2f77; }
.museum a {
  color: #51b8b0; }
.museum img {
  height: auto;
  width: 100%; }
  @media (min-width: 700px) {
    .museum img {
      width: 130%; } }

.europa h1 {
  border-right: 13px solid #9fc758;
  box-sizing: border-box; }
.europa > div {
  border-right: 13px solid #803f83; }
.europa a {
  color: #dd5433; }

.shop h1 {
  border-right: 13px solid #dd5433;
  box-sizing: border-box; }
.shop > div {
  border-right: 13px solid #2a96c5; }
.shop a {
  color: #9fc758; }

.shows-layout .shows-main {
  background-color: #c1c9c8; }
.shows-layout .shows {
  padding-top: 20px; }
.shows-layout fieldset {
  padding: 3px 0; }
.shows-layout input {
  margin-right: 10px; }
.shows-layout label {
  font-family: sans-serif; }
.shows-layout legend {
  font-size: 20px; }
  @media (max-width: 770px) {
    .shows-layout legend {
      font-size: 16px; } }
.shows-layout .form-sort > div {
  display: inline-block; }
.shows-layout .form-sort label {
  margin: 5px 10px;
  width: 50%; }
.shows-layout .form-sort label span {
  font-size: 14px; }
.shows-layout .shows > li {
  display: flex;
  flex-direction: row;
  padding: 10px; }
  .shows-layout .shows > li .show-tickets {
    font-family: MuseoSlab; }
    .shows-layout .shows > li .show-tickets a {
      color: #cf2f77; }
    @media (min-width: 771px) {
      .shows-layout .shows > li .show-tickets a::before {
        content: ">>"; } }
  .shows-layout .shows > li h3 {
    margin-top: 5px;
    font-size: 15px;
    font-family: sans-serif; }
    @media (max-width: 770px) {
      .shows-layout .shows > li h3 {
        font-size: 14px; } }
  .shows-layout .shows > li .show-date {
    width: 200px; }
    @media (max-width: 759px) {
      .shows-layout .shows > li .show-date {
        width: 28%;
        flex-shrink: 0; } }
  @media (max-width: 770px) {
    .shows-layout .shows > li {
      padding: 10px 5px; } }
  .shows-layout .shows > li .show-title, .shows-layout .shows > li .show-etc {
    font-weight: 300;
    color: gray; }
  @media (min-width: 770px) {
    .shows-layout .shows > li .show-prim {
      max-width: 75%; } }
  @media (min-width: 770px) {
    .shows-layout .shows > li .show-date {
      flex-shrink: 0; } }
  .shows-layout .shows > li .show-prim, .shows-layout .shows > li .show-day {
    font-family: MuseoSlab;
    font-size: 20px;
    margin-bottom: 5px; }
    @media (max-width: 770px) {
      .shows-layout .shows > li .show-prim, .shows-layout .shows > li .show-day {
        font-size: 17px;
        margin-bottom: 3px; } }
  .shows-layout .shows > li .show-sec {
    margin-bottom: 10px; }
    @media (max-width: 770px) {
      .shows-layout .shows > li .show-sec {
        margin-bottom: 8px; } }
  .shows-layout .shows > li .show-details {
    flex-grow: 1; }
    @media (min-width: 760px) {
      .shows-layout .shows > li .show-details {
        position: relative; }
        .shows-layout .shows > li .show-details .show-tickets {
          position: absolute;
          top: 0;
          right: 0; } }
    @media (max-width: 759px) {
      .shows-layout .shows > li .show-details .show-tickets {
        padding-top: 20px; } }
.shows-layout .shows li:nth-of-type(even) {
  background-color: #e7eaea; }
.shows-layout .shows li:nth-of-type(odd) {
  background-color: #fafafa; }

.plz, .plz-button {
  margin: 0px 0px;
  line-height: normal;
  font-size: 14px;
  height: 30px;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  margin-right: 0px !important;
  vertical-align: middle; }

.plz {
  width: 57px;
  text-align: center; }

.plz-button {
  background-color: #eee; }

.form-categories {
  position: relative;
  height: 30px;
  width: 160px;
  z-index: 20; }
  .form-categories button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
    font-size: 14px;
    height: 30px;
    border: none;
    outline: none; }
  .form-categories .pulldown-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    pointer-events: none;
    overflow: hidden; }
    .form-categories .pulldown-wrap .categories {
      background-color: white;
      transition: all 0.3s ease;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }

.category {
  padding: 5px 0px;
  background-color: #a5b0af;
  color: white;
  font-weight: 100;
  font-size: 14px; }
  .category input {
    height: 16px;
    width: 16px;
    margin-left: 5px; }

.form-categories.show-categories .categories {
  transition: all 0.3s ease;
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }
.form-categories.show-categories .pulldown-wrap {
  pointer-events: initial; }

@media (min-width: 760px) {
  fieldset {
    display: inline; }

  fieldset:nth-of-type(odd) {
    float: left; }

  fieldset:nth-of-type(even) {
    margin-left: 20px; } }
.shows .hidden {
  display: none !important; }

.article .main {
  background-color: #c1c9c8;
  display: flex;
  margin: 0 auto; }
  .article .main strong {
    display: block;
    font-weight: 500;
    font-family: MuseoSlab;
    color: #cf2f77; }
  .article .main .space {
    height: 40px; }
  .article .main article ul {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 20px;
    list-style: initial; }
    .article .main article ul li {
      font-weight: 100;
      font-family: sans-serif;
      padding: 3px 0; }
  .article .main h3 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px; }
  .article .main h2 {
    font-size: 25px;
    padding-bottom: 20px; }
  .article .main p + h3 {
    padding-top: 30px; }
@media(max-width: 565px) {
  .article .main {
    flex-direction: column; } }
  .article .main p {
    margin: 15px 0;
    font-weight: 300;
    font-family: sans-serif;
    line-height: 1.2em; }
  .article .main article {
    flex-grow: 2; }
@media(max-width: 565px) {
  .article .main article {
    order: 2; }
  .article .main aside {
    order: 1; }
    .article .main aside ul {
      margin-left: -10px;
      margin-right: -10px;
      padding: 0 0px;
      z-index: -1;
      display: flex;
      overflow-x: scroll; }
      .article .main aside ul li {
        padding: 10px;
        display: inline;
        flex-shrink: 0;
        height: 100px; }
        .article .main aside ul li img {
          height: 100%; } }
@media(min-width: 566px) {
  .article .main aside {
    float: right;
    min-width: 33.333%;
    margin-left: 30px; }
    .article .main aside ul {
      padding: 0 0;
      list-style: none;
      width: 100%; }
      .article .main aside ul li {
        padding: 10px; }
      .article .main aside ul img {
        max-width: 100%;
        max-height: 100%; } }
