@import url("https://fonts.googleapis.com/css2?family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body {
  margin: 0;
  background-color: #000; }
  html.home, body.home {
    overflow: hidden; }
    @media (max-width: 768px) {
      html.home, body.home {
        overflow: auto; } }
  html.programme, body.programme {
    font-family: "Poltawski Nowy", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #f5f5f5;
    color: #999; }

.cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.mobile-img {
  display: none; }
  @media (max-width: 768px) {
    .mobile-img {
      display: block; } }

.mouse-parallax {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
  @media (max-width: 768px) {
    .mouse-parallax {
      display: none; } }

.mouse-parallax-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.mouse-parallax-bg,
.mouse-parallax-layer-1,
.mouse-parallax-layer-2,
.mouse-parallax-layer-3 {
  transition: all 0.1s ease-out;
  width: 100%;
  height: 100%;
  z-index: 0; }

.mouse-parallax-bg {
  scale: 1.05; }

.mouse-parallax-layer-1,
.front {
  scale: 1;
  background-size: 100% auto;
  margin-top: 100px;
  text-align: center;
  padding-top: 70vh; }

.mouse-parallax-layer-2 {
  scale: 1.05;
  margin-top: 35px; }

.mouse-parallax-layer-3 {
  scale: 1.05; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.date-time {
  font-size: 35px;
  color: #e6d4b3;
  font-weight: 500;
  margin-bottom: 25px; }

.place {
  color: #fff; }

.big-title {
  font-size: 45px;
  text-transform: uppercase; }

.small-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase; }

.btn-row {
  margin-top: 40px;
  text-align: center; }
  .btn-row .btn {
    margin: 20px;
    display: inline-block; }
    .btn-row .btn:last-child {
      margin-right: 0px; }

.btn {
  color: #5a270d;
  text-shadow: 0 1px 2px #fff;
  font-weight: 800;
  padding: 10px 16px 8px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #e6d4b3;
  border-color: #b38f4d;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none; }

.btn-animated {
  position: relative;
  overflow: hidden;
  animation: shine 2s infinite; }
  .btn-animated.programme {
    animation-delay: 600ms; }
    .btn-animated.programme:before {
      animation-delay: 600ms; }
    .btn-animated.programme:after {
      animation-delay: 600ms; }
  .btn-animated:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur(10%);
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    animation: flare1 2s infinite; }
  .btn-animated:after {
    content: '';
    width: 200%;
    height: 300%;
    position: absolute;
    top: 0;
    left: -30%;
    opacity: 0.2;
    filter: blur(50%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    animation: flare2 2s infinite; }

@keyframes shine {
  0% {
    box-shadow: inset 0 0 0px #b38f4d, 0 0 20px white; }
  50% {
    box-shadow: inset 0 0 10px #e0b360, 0 0 10px rgba(255, 255, 255, 0.3); }
  100% {
    box-shadow: inset 0 0 27px #b5914e, 0 0 0px rgba(255, 255, 255, 0); } }
@keyframes flare1 {
  0% {
    transform: translate(-100%, -25%) rotate(10deg); }
  50% {
    transform: translate(100%, -25%) rotate(10deg); }
  100% {
    transform: translate(100%, -25%) rotate(10deg); } }
@keyframes flare2 {
  0% {
    transform: translate(0%, 20%) rotate(0deg); }
  100% {
    transform: translate(0%, -120%) rotate(20deg); } }
.mob body .mouse-parallax {
  display: none; }
.mob body mobile-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

.landscape-view {
  display: none !important; }
  @media (orientation: landscape) {
    .landscape-view {
      display: block !important; } }

.portrait-view {
  display: none !important; }
  @media (orientation: portrait) {
    .portrait-view {
      display: block !important; } }

.mobile-img img {
  width: auto;
  position: absolute;
  top: 0;
  z-index: 0; }
.mobile-img .btn-row {
  position: relative;
  z-index: 5;
  width: 100%;
  text-align: center;
  padding-top: 300px;
  margin: 0; }
  @media (max-width: 335px) {
    .mobile-img .btn-row {
      padding-top: 210px; } }
.mobile-img .btn-row .btn {
  font-size: 16px;
  padding: 5px 8px 3px;
  border-radius: 2px;
  margin: 7px; }

img {
  max-width: 100%; }

.programme {
  line-height: 1.35; }
  .programme .other-things {
    position: relative;
    z-index: 5;
    background-color: #f5f5f5;
    color: #333;
    text-shadow: 0 1px 1px white; }
  .programme h1 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400; }
  .programme .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .programme main {
    position: relative;
    z-index: 1; }
    .programme main .txt {
      color: #fff;
      text-shadow: 0 1px 1px black;
      font-size: 24px;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 30px; }
    .programme main .img-wrapper {
      position: relative;
      z-index: 0; }
      .programme main .img-wrapper:before {
        content: "";
        height: 70%;
        width: 100%;
        position: absolute;
        z-index: 5;
        bottom: -1px;
        background: linear-gradient(-180deg, rgba(2, 0, 36, 0) 0%, black 100%); }
    .programme main img.visible-xs {
      max-width: 100%; }
    .programme main .cover-background {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .programme .head-img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0; }
  .programme .concert-title {
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
    background-color: #000;
    margin-top: -1px; }
    .programme .concert-title h1 {
      margin-bottom: 60px; }
    .programme .concert-title p {
      font-size: 24px;
      text-transform: uppercase; }
  .programme .cd-selling {
    background-color: #eee;
    color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center; }
    .programme .cd-selling img {
      margin-bottom: 15px;
      width: 400px; }
    .programme .cd-selling .txt {
      font-weight: 600;
      text-align: center;
      font-style: italic;
      font-size: 18px; }
      @media (min-width: 500px) {
        .programme .cd-selling .txt {
          padding-left: 50px;
          padding-right: 50px; } }
      @media (min-width: 768px) {
        .programme .cd-selling .txt {
          padding-left: 150px;
          padding-right: 150px; } }
  .programme .repertoir {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
    background-color: #f5f5f5;
    color: #333; }
    .programme .repertoir h2 {
      padding-bottom: 5px;
      border-bottom: 1px solid #555; }
    .programme .repertoir .item {
      margin-bottom: 40px; }
    .programme .repertoir h3 {
      font-size: 24px;
      letter-spacing: 0.4px;
      margin-bottom: 0;
      font-style: italic;
      opacity: .8; }
      .programme .repertoir h3 small {
        font-size: 65%;
        font-weight: 300; }
      @media (min-width: 768px) {
        .programme .repertoir h3 br {
          display: none; } }
    .programme .repertoir .title {
      font-size: 24px;
      margin-top: 5px;
      margin-bottom: 10px;
      font-weight: 300; }
    .programme .repertoir .parts {
      font-weight: 200;
      font-style: italic;
      opacity: .8; }
    .programme .repertoir .pause {
      text-transform: uppercase;
      opacity: .5;
      font-style: italic;
      font-size: 20px; }
    .programme .repertoir hr {
      border: 1px solid #555; }
    .programme .repertoir .artists {
      font-style: italic;
      font-size: 20px;
      letter-spacing: 1.3px;
      padding-top: 15px; }
      .programme .repertoir .artists p {
        margin: 0; }
      .programme .repertoir .artists span {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300; }
  .programme .das-album {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    background-color: #f5f5f5;
    color: #333;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    z-index: 10; }
    .programme .das-album h2 {
      text-align: left;
      font-weight: 400;
      font-size: 29px;
      border-bottom: 1px solid #555;
      margin-top: 0; }
    .programme .das-album .introtext {
      font-style: italic;
      font-size: 20px;
      margin-bottom: 30px;
      text-align-last: auto; }
    .programme .das-album p {
      text-align: justify; }
    .programme .das-album .ask {
      font-style: italic;
      font-weight: 600;
      font-size: 18px; }
    .programme .das-album hr {
      margin-top: 50px;
      margin-bottom: 50px; }
  .programme .bio {
    padding-top: 35px;
    position: relative;
    background-color: #f5f5f5;
    color: #333; }
    .programme .bio h2 {
      margin: 0;
      text-transform: uppercase;
      font-weight: 200;
      font-size: 32px; }
      @media (max-width: 370px) {
        .programme .bio h2 {
          font-size: 27px; } }
    .programme .bio h5 {
      margin-top: 0px;
      margin-bottom: 10px;
      font-weight: 200;
      font-style: italic; }
    .programme .bio img {
      border-radius: 15px 0;
      margin-top: 15px;
      width: 420px; }
    .programme .bio .introtext {
      font-size: 22px;
      font-weight: 200;
      font-style: italic;
      margin-bottom: 15px; }
  .programme .konzertprogramm {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    background-color: #f5f5f5;
    color: #333; }
    .programme .konzertprogramm h2 {
      margin-top: 0;
      margin-bottom: 45px;
      padding-bottom: 5px;
      border-bottom: 1px solid #555;
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 300; }
      @media (max-width: 370px) {
        .programme .konzertprogramm h2 {
          font-size: 27px; } }
    .programme .konzertprogramm h3 {
      font-style: italic;
      font-weight: 300;
      font-size: 20px; }
    .programme .konzertprogramm hr {
      border: 0;
      border-bottom: 1px solid #555;
      margin-top: 25px;
      margin-bottom: 45px; }

#darkener-thing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  background: #000; }

.parallax-block-wrapper {
  background: #999;
  position: relative;
  z-index: 3;
  padding: 50vh 0 0;
  overflow: hidden; }

.bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50vh;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.parallax-bg {
  z-index: -5;
  position: absolute;
  transform: translateZ(-50em) scale(6.5);
  top: 0;
  left: 0;
  right: 0;
  height: 50vh; }

.cyan {
  color: #fff;
  text-shadow: 0 1px 1px black;
  height: 100vh;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }
  .cyan .img-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }
  .cyan .title {
    margin-top: 30px;
    font-size: 24px; }
  .cyan .bottom {
    margin-bottom: 30px; }
    .cyan .bottom .date {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 0; }
    .cyan .bottom .venue {
      margin-bottom: 20px;
      font-size: 24px; }

.img-size-full {
  width: 100%;
  height: 85vh; }

.portrait-view .img-size-full {
  height: 70vh; }

/*# sourceMappingURL=theme.css.map */
