/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../themes/wuhlheide/assets/fonts/open-sans-condensed-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/wuhlheide/assets/fonts/open-sans-condensed-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin 
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ 
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ 
}*/

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../themes/wuhlheide/assets/fonts/open-sans-condensed-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/wuhlheide/assets/fonts/open-sans-condensed-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../themes/wuhlheide/assets/img/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    z-index: 10;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;

    opacity: .75;
    color: #1c8649;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -1.5rem;
}
[dir='rtl'] .slick-prev
{
    right: -1.5rem;
    left: auto;
}
.slick-prev:before
{
    content: '\f0a8';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f0a9';
}

.slick-next
{
    right: -1.5rem;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -1.5rem;
}
.slick-next:before
{
    content: '\f0a9';
}
[dir='rtl'] .slick-next:before
{
    content: '\f0a8';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	background: none;
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    color: #1c8649;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    font-weight: bold;
}

@charset "UTF-8";
html {
  font-size: 10px;
}
body {
  color: white;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 10px;
  margin: 0;
  background-color: black;
}
.fa, .fal, .fas {
  font-family: "Font Awesome 5 Pro";
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
* {
  box-sizing: border-box;
}
h1, h2, h3, p, div, table, section {
  position: relative;
}
.location {
  font-family: "Open Sans Condensed";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 3.6rem;
  border-bottom: 2px solid #1C8649;
}
.location i {
  color: #1C8649;
  font-size: 2.7rem;
}
.headline {
  margin-top: 5rem;
  padding: 0 0 0 9rem;
}
.headline h1 {
  display: flex;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  align-items: center;
  height: 7rem;
}
.headline p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: 1px;
  margin: 0.5rem 0 0 0;
}
.headline i {
  position: absolute;
  left: 0;
  background-color: #1C8649;
  font-size: 3.5rem;
  width: 7rem;
  height: 7rem;
  border-radius: 3.5rem;
  text-align: center;
  line-height: 7rem;
}
h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  border-bottom: 1px solid #1C8649;
  padding-bottom: 1rem;
  margin-top: 7rem;
  padding-left: 4rem;
}
h2 i {
  position: absolute;
  font-size: 2.7rem;
  color: rgba(0, 0, 0, 0);
  left: 0;
}
h2 i::before {
  color: #1C8649;
}
h2 b {
  color: #1C8649;
}
h3 {
  font-size: 2rem;
}
main {
  position: relative;
  max-width: 61rem;
  margin: 0 auto;
}
main p, main ol, main ul {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
}
main ol, main ul {
  list-style: none;
  padding-left: 3rem;
  counter-reset: mycnt;
}
main ol li, main ul li {
  counter-increment: mycnt;
  margin-bottom: 2rem;
}
main ol li::before, main ul li::before {
  position: absolute;
  color: #1C8649;
  left: 0;
  font-weight: bold;
}
main ul li::before {
  content: "•";
}
main ol li::before {
  content: counter(mycnt) ". ";
}
main {
  width: 100%;
}
main .button, main button, aside .button, aside button, section .button, section button, .heroSlider .button, .heroSlider button, .dialog .button, .dialog button {
  display: inline-block;
  position: relative;
  background: none;
  border: 1px solid #1C8649;
  color: white;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 1.3rem 5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
main .button:hover, main button:hover, aside .button:hover, aside button:hover, section .button:hover, section button:hover, .heroSlider .button:hover, .heroSlider button:hover, .dialog .button:hover, .dialog button:hover {
  background-color: #1C8649;
}
main .button i, main button i, aside .button i, aside button i, section .button i, section button i, .heroSlider .button i, .heroSlider button i, .dialog .button i, .dialog button i {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
main .button i:first-of-type, main button i:first-of-type, aside .button i:first-of-type, aside button i:first-of-type, section .button i:first-of-type, section button i:first-of-type, .heroSlider .button i:first-of-type, .heroSlider button i:first-of-type, .dialog .button i:first-of-type, .dialog button i:first-of-type {
  left: 1.2rem;
}
main .button i:last-of-type, main button i:last-of-type, aside .button i:last-of-type, aside button i:last-of-type, section .button i:last-of-type, section button i:last-of-type, .heroSlider .button i:last-of-type, .heroSlider button i:last-of-type, .dialog .button i:last-of-type, .dialog button i:last-of-type {
  right: 1.5rem;
}
main .button.share, main button.share, aside .button.share, aside button.share, section .button.share, section button.share, .heroSlider .button.share, .heroSlider button.share, .dialog .button.share, .dialog button.share {
  width: 16%;
  padding: 1.3rem;
  border-radius: 3px;
}
main .button.share i:first-of-type, main .button.share i:last-of-type, main button.share i:first-of-type, main button.share i:last-of-type, aside .button.share i:first-of-type, aside .button.share i:last-of-type, aside button.share i:first-of-type, aside button.share i:last-of-type, section .button.share i:first-of-type, section .button.share i:last-of-type, section button.share i:first-of-type, section button.share i:last-of-type, .heroSlider .button.share i:first-of-type, .heroSlider .button.share i:last-of-type, .heroSlider button.share i:first-of-type, .heroSlider button.share i:last-of-type, .dialog .button.share i:first-of-type, .dialog .button.share i:last-of-type, .dialog button.share i:first-of-type, .dialog button.share i:last-of-type {
  left: unset;
  right: unset;
  transform: translate(-50%, -50%);
}
main .button.share .links, main button.share .links, aside .button.share .links, aside button.share .links, section .button.share .links, section button.share .links, .heroSlider .button.share .links, .heroSlider button.share .links, .dialog .button.share .links, .dialog button.share .links {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
main .button.share .links .button, main button.share .links .button, aside .button.share .links .button, aside button.share .links .button, section .button.share .links .button, section button.share .links .button, .heroSlider .button.share .links .button, .heroSlider button.share .links .button, .dialog .button.share .links .button, .dialog button.share .links .button {
  width: 100%;
  padding: 1.3rem;
  border-radius: 3px;
  height: 4rem;
  margin-bottom: 0.5rem;
}
main .button.share:hover .links, main button.share:hover .links, aside .button.share:hover .links, aside button.share:hover .links, section .button.share:hover .links, section button.share:hover .links, .heroSlider .button.share:hover .links, .heroSlider button.share:hover .links, .dialog .button.share:hover .links, .dialog button.share:hover .links {
  display: block;
}
main .button.share:hover .links .button, main button.share:hover .links .button, aside .button.share:hover .links .button, aside button.share:hover .links .button, section .button.share:hover .links .button, section button.share:hover .links .button, .heroSlider .button.share:hover .links .button, .heroSlider button.share:hover .links .button, .dialog .button.share:hover .links .button, .dialog button.share:hover .links .button {
  background-color: white;
}
main .button.share:hover .links .button i, main button.share:hover .links .button i, aside .button.share:hover .links .button i, aside button.share:hover .links .button i, section .button.share:hover .links .button i, section button.share:hover .links .button i, .heroSlider .button.share:hover .links .button i, .heroSlider button.share:hover .links .button i, .dialog .button.share:hover .links .button i, .dialog button.share:hover .links .button i {
  color: #1C8649;
}
main .button.share:hover .links .button:hover, main button.share:hover .links .button:hover, aside .button.share:hover .links .button:hover, aside button.share:hover .links .button:hover, section .button.share:hover .links .button:hover, section button.share:hover .links .button:hover, .heroSlider .button.share:hover .links .button:hover, .heroSlider button.share:hover .links .button:hover, .dialog .button.share:hover .links .button:hover, .dialog button.share:hover .links .button:hover {
  background-color: #1C8649;
}
main .button.share:hover .links .button:hover i, main button.share:hover .links .button:hover i, aside .button.share:hover .links .button:hover i, aside button.share:hover .links .button:hover i, section .button.share:hover .links .button:hover i, section button.share:hover .links .button:hover i, .heroSlider .button.share:hover .links .button:hover i, .heroSlider button.share:hover .links .button:hover i, .dialog .button.share:hover .links .button:hover i, .dialog button.share:hover .links .button:hover i {
  color: white;
}
a {
  text-decoration: none;
  color: #1C8649;
}
img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 113.2rem;
  margin: 0 auto;
  padding: 11.6rem 3.6rem 3.6rem;
  z-index: 2;
  background-color: black;
}
.wrapper main {
  margin: 0 3.6rem 0 0;
}
.stripe-loading-indicator.loaded .stripe-loaded {
  background-color: #1C8649;
}
@media (max-width: 600px) {
  html {
    font-size: 2.416vw;
  }
  main {
    padding: 11.6rem 3.6rem 3.6rem;
  }
  main .headline p {
    margin: 2rem 0 0 -9rem;
  }
}
@media (max-width: 992px) {
  aside {
    display: none;
  }
  .wrapper main {
    margin: 0 auto;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  main {
    padding: 3.6rem;
  }
  .wrapper {
    padding: 8rem 0 0 0;
  }
}
@media (max-width: 600px) {
  main {
    padding: 11.6rem 3.6rem 3.6rem;
  }
  .wrapper {
    padding: 0;
  }
}
header {
  position: fixed;
  z-index: 3;
  width: 100%;
  display: flex;
  height: 8rem;
  justify-content: space-between;
  background-color: black;
}
header.trans {
  background: none;
  transition: background 0.5s;
}
header.trans img {
  width: 10vw;
  height: 8vw;
  margin: 2.5rem;
  margin-left: 5rem;
  content: url("/themes/wuhlheide/assets/img/logo_caption.svg");
}
header.trans nav ul {
  display: none;
}
header.trans .social, header.trans .lang {
  display: none;
}
header.trans button.open {
  display: block;
}
header img {
  margin: 1.6rem;
  margin-left: 5rem;
  height: 4.8rem;
  transition: all 0.5s;
}
header nav {
  width: 50%;
  max-width: 67rem;
  min-width: 59rem;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav > ul {
  display: flex;
  justify-content: space-between;
}
header nav > ul > li {
  height: 8rem;
  text-transform: uppercase;
}
header nav > ul > li a {
  display: block;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
header nav > ul > li a i {
  color: #1C8649;
}
header nav > ul > li > a {
  line-height: 8rem;
}
header nav > ul > li.active > a {
  color: #1C8649;
}
header nav > ul > li.active ul {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100vw;
  left: 0;
  top: 6rem;
  height: calc(100vh - 8rem);
  /*max-height: 40rem;*/
  justify-content: center;
  align-items: center;
  z-index: 3;
}
header nav > ul > li.active ul li a {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 0;
}
header nav > ul > li.active ul li a:hover {
  color: #1C8649;
}
header nav > ul ul {
  display: none;
}
header .social {
  display: flex;
  margin-right: 5rem;
}
header .social p, header .social a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.7rem;
}
header .social p {
  font-size: 1.4rem;
  text-transform: uppercase;
}
header .social a {
  color: white;
  font-size: 1.6rem;
}
header .social a:hover {
  color: #1C8649;
}
header button {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 2.7rem;
  padding: 0 2.5rem;
}
header button:focus {
  outline: 0;
}
@media (max-width: 1100px) {
  header.trans img, header img {
    margin-left: 2.5rem;
  }
  header.trans img {
    width: 11rem;
    height: 8rem;
  }
  header .social {
    margin-right: 2.5rem;
  }
}
@media (max-width: 1000px) {
  header {
    width: 100%;
    height: 8rem;
    background-color: black;
    top: 0;
    justify-content: space-between;
  }
  header nav, header .social, header .lang {
    display: none;
  }
  header button.open {
    display: block;
  }
  header button:focus {
    outline: none;
  }
}
.lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang a {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  border: 1px solid green;
  padding: 0.3rem 1rem;
}
.lang a.active {
  background-color: #1C8649;
}
footer {
  position: relative;
  z-index: 2;
  background-color: black;
  max-width: 113.2rem;
  margin: 0 auto;
  padding: 3.6rem;
}
footer nav {
  display: flex;
  justify-content: space-between;
}
footer .col {
  width: 24.5%;
}
footer .col a {
  display: block;
  text-transform: uppercase;
  color: white;
  transition: all 0.2s ease-in-out;
}
footer .col a:hover {
  color: #1C8649;
}
footer .col h2 {
  font-size: 1.9rem;
  padding-left: 0.5rem;
}
footer .col ul {
  list-style: none;
  padding-left: 0.5rem;
}
footer .col ul li {
  font-size: 1.9rem;
  margin-bottom: 1.3rem;
}
footer .col ul li::before {
  content: unset;
}
footer .legal {
  border-top: 1px solid #1C8649;
  display: flex;
  justify-content: flex-end;
}
footer .legal a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 2rem 0 2rem 1rem;
  font-family: Helvetica;
  font-weight: bold;
}
@media (min-width: 601px) and (max-width: 992px) {
  footer nav {
    flex-wrap: wrap;
  }
  footer nav .col {
    width: 49%;
  }
}
@media (max-width: 600px) {
  footer {
    padding: 3.6rem;
  }
  footer nav {
    display: flex;
    flex-direction: column;
  }
  footer nav .col {
    width: 100%;
    padding: 1.3rem 0;
    border-bottom: 1px solid #1C8649;
  }
  footer nav .col h2 {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  footer nav .col ul, footer nav .col li:last-of-type {
    margin-bottom: 0;
  }
  footer .legal {
    border-top: none;
    justify-content: flex-start;
  }
  footer .legal a {
    font-size: 1.4rem;
    padding: 2rem 1rem 0 0;
  }
}
form .input label {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
form .input input {
  font-size: 1.8rem;
  line-height: 2rem;
  border: none;
  padding: 1.7rem;
  width: 100%;
}
form .input textarea {
  width: 100%;
  min-height: 20rem;
  padding: 1.7rem;
  font-size: 1.8rem;
  border: none;
  font-family: "Arial";
}
form p[data-validate-for] {
  color: red;
  margin: 0;
}
form button {
  margin-top: 2rem;
  background-color: #1C8649;
}
@media (max-width: 600px) {
  form button {
    width: 100%;
  }
}
body #mobilemenu {
  position: fixed;
  display: none;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
}
body #mobilemenu nav {
  height: calc(100vh - 18rem);
  background-color: white;
  overflow-y: auto;
}
body #mobilemenu nav > a > i {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 3rem;
  z-index: 3;
}
body #mobilemenu nav a {
  color: black;
  font-size: 1.9rem;
  text-transform: uppercase;
}
body #mobilemenu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #mobilemenu nav > ul > li {
  border-top: 1px solid #1C8649;
  padding: 2.3rem 1rem 2.3rem 3rem;
}
body #mobilemenu nav > ul > li > a {
  position: relative;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
body #mobilemenu nav > ul > li > a i.fa-plus-circle {
  position: absolute;
  right: 1rem;
  color: green;
  top: 50%;
  transform: translateY(-50%);
}
body #mobilemenu nav > ul > li ul {
  display: none;
}
body #mobilemenu nav > ul > li.active > a i.fa-plus-circle {
  transform: translateY(-50%) rotate(45deg);
}
body #mobilemenu nav > ul > li.active ul {
  display: block;
}
body #mobilemenu nav > ul > li.active ul li {
  padding: 1.6rem 0 0 0;
}
body #mobilemenu .footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18rem;
  padding: 2rem 3rem 1.5rem 3rem;
  border-left: 1px solid #888;
}
body #mobilemenu .footer a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 1.6rem;
}
body #mobilemenu .footer .links {
  font-weight: bold;
  letter-spacing: 2px;
}
body #mobilemenu .footer .links a {
  display: block;
  margin-bottom: 1rem;
}
body #mobilemenu .footer .links a:last-of-type {
  margin-bottom: 0;
}
body #mobilemenu .footer .social a {
  font-size: 2.2rem;
  margin-right: 2rem;
}
body #mobilemenu .footer .socialAndLang {
  display: flex;
  justify-content: space-between;
}
body #mobilemenu .footer .legal {
  display: flex;
  justify-content: space-between;
}
body #mobilemenu .footer .legal a {
  font-family: Helvetica;
  color: #808080;
  font-size: 1.3rem;
  font-weight: bold;
}
body .outer {
  z-index: 2;
}
body.ocm-open #mobilemenu {
  display: flex;
}
body.ocm-open .outer {
  transition: 0.5s;
  -webkit-transform: translate(-65%, 0);
  transform: translate(-65%, 0);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}
body.ocm-open header button.open {
  display: none;
}
body.ocm-closing #mobilemenu {
  display: flex;
}
body.ocm-closing .outer {
  transition: 0.5s;
}
@media (min-width: 601px) {
  body #mobilemenu {
    width: 35rem;
  }
  body.ocm-open .outer {
    transform: translate(-35rem, 0);
  }
}
aside.shows {
  width: 34rem;
}
aside.shows .location {
  margin-bottom: 3rem;
}
aside.shows .shows {
  display: block;
}
div.shows .shows {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 601px) {
  div.shows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }
}
@media (min-width: 1130px) {
  div.shows {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.show {
  background-color: white;
  color: black;
  padding: 2.5rem 2.5rem 8.5rem 2.5rem;
  margin-bottom: 2rem;
  max-width: 40rem;
}
.show > a {
  display: block;
  position: relative;
  margin: -2.5rem -2.5rem 0 -2.5rem;
}
.show img {
  display: block;
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.show p.date {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #1C8649;
}
.show h2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  padding: 0;
  border: none;
  margin: 0;
  text-decoration: underline;
}
.show h2 a {
  color: black;
}
.show h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 2rem 0 0 0;
}
.show .buttons {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 0;
  position: absolute;
  bottom: 2.5rem;
  width: calc(100% - 5rem);
}
.show .button {
  width: 40%;
  color: black;
  padding: 1.3rem 4rem;
}
.show .button i {
  color: #1C8649;
}
.show .button i:first-of-type {
  left: 1rem;
}
.show .button i:last-of-type {
  right: 0.75rem;
}
.show .button:hover {
  color: white;
}
.show .button:hover i {
  color: white;
}
.statusLabel {
  position: absolute;
  background-color: red;
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  bottom: 0;
  left: 0;
  line-height: 3rem;
}
section.slider {
  z-index: 2;
  background-color: white;
}
section.slider .content {
  max-width: 113.2rem;
  padding: 6rem 3.6rem;
  margin: 0 auto;
  color: black;
}
section.slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
}
section.slider .slide > i {
  background-color: #1c8649;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  text-align: center;
  line-height: 5rem;
  color: white;
}
section.slider .slide h3 {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1rem 0;
  text-align: center;
  min-height: 6rem;
}
section.slider .slide p {
  border-top: 1px solid #1C8649;
  padding: 2rem 0;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  margin: 0;
  min-height: 8rem;
}
section.slider .slide .button {
  color: black;
}
section.slider .slide .button i {
  color: #1C8649;
}
section.slider .slide .button:hover {
  color: white;
}
section.slider .slide .button:hover i {
  color: white;
}
section.slider .slide:focus {
  outline: none;
}
.cc-color-override--1197163144.cc-window {
  background-color: black !important;
  border-top: 1px solid #1C8649;
  font-family: "Open Sans Condensed";
}
.cc-color-override--1197163144.cc-window:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  margin-right: 2rem;
  background-color: #1c8649;
  border-radius: 50%;
  line-height: 3rem;
  padding: 1rem;
  max-width: 3rem;
}
.cc-color-override--1197163144 .cc-btn {
  background-color: black !important;
  border: 1px solid #1C8649;
  color: #1C8649 !important;
  border-color: unset !important;
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  white-space: nowrap;
}
.cc-color-override--1197163144 .cc-btn:hover {
  background-color: #1C8649 !important;
  color: white !important;
  border: 1px solid #1C8649 !important;
}
@media (max-width: 600px) {
  .cc-color-override--1197163144.cc-window {
    font-size: 1.6rem;
    line-height: 2.5rem;
    flex-direction: column !important;
    align-items: center !important;
  }
  .cc-color-override--1197163144.cc-window:before {
    margin: 0 0 1rem;
  }
  .cc-window .cc-message {
    margin: 0 0 1rem !important;
  }
}
#dlgwrapper {
  position: unset;
}
#dlgwrapper form {
  margin: 0;
}
#dlgwrapper .dialog {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
}
#dlgwrapper .dialog i.fa-times-circle {
  position: absolute;
  font-size: 32px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 21;
}
#dlgwrapper .dialog .content {
  width: 100%;
  max-width: 400px;
  max-height: 100%;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 4px;
}
#dlgwrapper .dialog .content .header h2 {
  font-size: 32px;
  line-height: 32px;
}
#dlgwrapper .dialog .content .body p {
  font-size: 2rem;
  margin-bottom: 20px;
}
#dlgwrapper .dialog .content .body p a {
  font-size: 14px;
  text-decoration: underline;
}
#dlgwrapper .dialog .content .body p[data-validate-for] {
  color: red;
  text-align: center;
  margin-top: -0.5rem;
  font-size: 15px;
}
#dlgwrapper .dialog .content .body .g-recaptcha {
  padding-bottom: 20px;
}
#dlgwrapper .dialog .content .body .g-recaptcha > div {
  margin: 0 auto;
}
#dlgwrapper .dialog .content .footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#dlgwrapper .dialog .content .footer hr {
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 2rem 0;
}
#dlgwrapper .dialog .content .footer button, #dlgwrapper .dialog .content .footer a {
  text-align: center;
  text-decoration: none;
}
#dlgwrapper .dialog .content h2, #dlgwrapper .dialog .content p {
  margin-left: 0;
  margin-top: 0;
}
#dlgwrapper .dialog .content h2 {
  margin-top: 0;
  padding: 0;
}
.home header {
  position: fixed;
  z-index: 3;
  width: 100%;
  transition: background 0.5s;
}
.home header nav > ul > li.active ul {
  top: 0;
  width: 100vw;
  height: 100vh;
}
.home .heroSlider {
  z-index: 2;
  margin: 0;
}
.home .heroSlider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.home .heroSlider .slide .content {
  max-width: 75%;
}
.home .heroSlider .slide .content h2, .home .heroSlider .slide .content > div, .home .heroSlider .slide .content p {
  position: relative;
  line-height: 6.25vw;
  margin: 0;
  z-index: 2;
}
.home .heroSlider .slide .content h2 {
  font-size: 6.25vw;
  border-bottom: 4px solid white;
  padding: 0;
}
.home .heroSlider .slide .content > div {
  display: flex;
  font-size: 3.125vw;
  line-height: 3.125vw;
  padding: 1.625vw 0;
  border-bottom: 2px solid white;
}
.home .heroSlider .slide .content > div span {
  flex-grow: 1;
}
.home .heroSlider .slide .content > div i {
  margin-left: 2vw;
}
.home .heroSlider .slide .content .button {
  border: none;
  height: 4vw;
}
.home .heroSlider .slide .content .button.share {
  width: auto;
  display: block;
  margin: -0.38vw 0 -0.375vw 1.25vw;
  width: 4vw;
  padding: 0;
}
.home .heroSlider .slide .content .button i {
  position: absolute;
  font-size: 3.125vw;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .heroSlider .slide .content p.withArrow {
  font-size: 3.125vw;
  line-height: 3.125vw;
  padding: 1.625vw 3.5vw 1.625vw 0;
  border-bottom: 2px solid white;
}
.home .heroSlider .slide .content p.withArrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home .heroSlider .slide a {
  color: white;
  text-transform: uppercase;
}
.home .heroSlider .slide img, .home .heroSlider .slide video, .home .heroSlider .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .heroSlider .slide .overlay {
  background: url(../themes/wuhlheide/assets/img/txture.png);
  opacity: 0.5;
}
.home .heroSlider .slick-dots {
  z-index: 3;
  bottom: 9rem;
}
.home .heroSlider .slick-dots li button:before {
  color: white;
}
@media (max-width: 600px) {
  .home .heroSlider .slide h2, .home .heroSlider .slide p {
    line-height: 12vw;
  }
  .home .heroSlider .slide h2 {
    font-size: 12vw;
    padding: 0;
  }
  .home .heroSlider .slide p {
    font-size: 6.25vw;
    line-height: 6.25vw;
    padding: 3.125vw 3vw 3.125vw 0;
  }
  .home .heroSlider .slick-dots li button:before {
    font-size: 1.1rem;
  }
}
.home .down {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8rem;
  text-align: center;
  background: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000",GradientType=0);
  /* IE6-9 */
  /*https://codepen.io/raf187/pen/BvgGRQ*/
}
.home .down .arrow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.home .down .arrow span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-bottom: 0.4rem solid white;
  border-right: 0.4rem solid white;
  transform: rotate(45deg);
  margin: -0.8rem;
  animation: animate 2s infinite;
}
.home .down .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.home .down .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-1.6rem, -1.6rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(1.6rem, 1.6rem);
  }
}
.home .middleSlider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45vw;
  overflow: hidden;
}
.home .middleSlider .slide .content {
  max-width: 45%;
}
.home .middleSlider .slide h2, .home .middleSlider .slide p {
  position: relative;
  line-height: 4vw;
  margin: 0;
  z-index: 2;
  text-align: center;
}
.home .middleSlider .slide h2 {
  font-size: 3vw;
  padding: 0;
  font-weight: normal;
  text-transform: none;
  border-bottom: none;
}
.home .middleSlider .slide p {
  font-size: 1.5vw;
  text-transform: uppercase;
  font-weight: bold;
}
.home .middleSlider .slide .imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%;
}
.home .middleSlider .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .middleSlider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home .middleSlider .slick-dots {
  z-index: 2;
  bottom: 3rem;
}
.home .middleSlider .slick-dots li button:before {
  color: white;
}
@media (max-width: 600px) {
  .home .middleSlider .slide {
    height: 66vw;
  }
  .home .middleSlider .slide h2, .home .middleSlider .slide p {
    line-height: 5vw;
  }
  .home .middleSlider .slide h2 {
    font-size: 4vw;
    padding: 0;
  }
  .home .middleSlider .slide p {
    font-size: 3vw;
    margin-top: 2rem;
  }
  .home .middleSlider .slick-dots {
    bottom: 2rem;
  }
  .home .middleSlider .slick-dots li button:before {
    font-size: 1.1rem;
  }
}
.home main {
  max-width: 100%;
  margin: 3rem 0;
}
.home main .location {
  margin-bottom: 3rem;
}
.home main > a.button {
  display: block;
  max-width: 19rem;
  margin: 2rem auto 0;
}
.home main > a.button i {
  color: #1C8649;
}
.home main > a.button:hover i {
  color: white;
}
.news .wrapper {
  max-width: 122rem;
  width: 100%;
}
.news .wrapper main {
  max-width: unset;
  width: 100%;
  margin: 0;
}
.news .icon {
  font-family: "Font Awesome 5 Pro";
}
.news .icon-share:before {
  content: "";
}
.news .icon-facebook:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
}
.news .icon-twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
}
.news .icon-mail:before {
  content: "";
}
.news .share {
  position: absolute;
  color: white;
  margin-top: -2px;
  text-decoration: none;
  left: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 90;
}
.news .share:before {
  float: left;
  background-color: #1C8649;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}
.news .share a {
  display: none;
}
.news .share:hover a {
  display: block;
  float: left;
  background-color: black;
  color: white;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}
.news .share:hover a:hover {
  background-color: #1C8649;
}
.news #fbfeed .feedcont {
  position: relative;
  background-color: #222;
  margin-bottom: 30px;
}
.news #fbfeed .feedcont a {
  color: #1C8649;
}
.news #fbfeed .feedcont img {
  width: 100%;
}
.news #fbfeed .feedcont .share a {
  color: white;
}
.news #fbfeed .feedcont a.like {
  display: block;
  position: absolute;
  color: white;
  font-size: 18px;
  line-height: 22px;
  right: 17px;
  bottom: 17px;
  text-decoration: none;
  cursor: pointer;
}
.news #fbfeed .feedcont a.like:before {
  float: right;
  color: white;
  margin-left: 5px;
}
.news #fbfeed .feedcont p {
  font-size: 16px;
  line-height: 22px;
  padding: 20px 30px;
  text-align: center;
  margin: 0;
}
.news #fbfeed .loadmore {
  text-align: center;
}
.news #fbfeed .loadmore a {
  display: inline-block;
  border: 2px solid #1C8649;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  padding: 6px 10px;
  margin-top: 20px;
  background: none;
}
.news #fbfeed .loadmore a:hover {
  background-color: #1C8649;
  text-decoration: none;
}
.news #fbfeed .grid:after {
  content: "";
  display: block;
  clear: both;
}
.news #fbfeed .grid-sizer {
  width: 362px;
}
.news #fbfeed .gutter-sizer {
  width: 27px;
}
.news #fbfeed .grid-item {
  width: 362px;
  float: left;
}
@media (max-width: 1200px) {
  .news #fbfeed .gutter-sizer {
    width: 4%;
  }
  .news #fbfeed .grid-sizer {
    width: 48%;
  }
  .news #fbfeed .grid-item {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .news .news-container {
    margin-top: 0;
  }
  .news #fbfeed .grid {
    left: 2.5%;
  }
  .news #fbfeed .grid-sizer {
    width: 95%;
  }
  .news #fbfeed .grid-item {
    width: 95%;
  }
}
.program-list .wrapper, .program-details .wrapper {
  max-width: 111rem;
  width: 100%;
}
.program-list .wrapper main, .program-details .wrapper main {
  max-width: unset;
  width: 100%;
  margin: 0;
}
.program-list .wrapper main {
  padding: 3.6rem;
}
.program-list .wrapper main h2:first-of-type {
  margin-top: 0;
}
@media (min-width: 601px) {
  .program-list .wrapper main {
    padding: 2.5rem;
  }
}
@media (max-width: 1130px) {
  .program-list .wrapper main {
    max-width: 75rem;
    margin: 0 auto;
  }
}
.program-details main {
  padding-bottom: 10rem;
}
.program-details .location a {
  color: white;
}
.program-details .general {
  display: grid;
  grid-template-columns: 39.62% 49.05%;
  grid-column-gap: 11.33%;
  margin-top: 4rem;
}
.program-details .general img {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin: 0;
}
.program-details .general .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.program-details .general .details h1 {
  font-size: 4.3rem;
  text-decoration: underline;
  padding-right: 17rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}
.program-details .general .details h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-right: 17rem;
  letter-spacing: 1px;
  margin: 0 0 4rem 0;
  font-weight: 300;
}
.program-details .general .details table td {
  letter-spacing: 1px;
}
.program-details .general .details table td:first-of-type {
  font-size: 2.1rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 12rem;
}
.program-details .general .details table td:last-of-type {
  font-size: 2.4rem;
}
.program-details .general .details .buttons {
  display: flex;
  padding-top: 4rem;
}
.program-details .general .details .buttons .button {
  flex-grow: 1;
  background-color: #1C8649;
  padding: 1.8rem 5rem;
}
.program-details .general .details .buttons .button:first-of-type {
  margin-right: 2rem;
}
.program-details .general .details .buttons .share {
  min-height: 5rem;
  flex-grow: 0;
  width: 5.2rem;
  padding: 0;
  background: none;
  border: 1px solid #1C8649;
}
.program-details .general .details .buttons .share .links .button {
  padding: 0;
}
.program-details .general .details .buttons .share:hover {
  background-color: #1C8649;
}
.program-details .general .details .buttons .share:hover > i {
  color: white;
}
.program-details .info {
  border-top: 1px solid #1C8649;
  margin-top: 3rem;
}
.program-details .info .notes > div > a {
  display: flex;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  line-height: 5.4rem;
  height: 5.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  border-bottom: 1px solid #1C8649;
}
.program-details .info .notes > div > a span {
  flex-grow: 1;
}
.program-details .info .notes > div > a i {
  color: #1C8649;
  font-size: 2.4rem;
  margin: 0 1rem;
}
.program-details .info .notes > div > a i.fa-plus-circle, .program-details .info .notes > div > a i.fa-minus-circle {
  display: none;
}
.program-details .info .notes > div.active > a {
  background-color: #1C8649;
}
.program-details .info .notes > div.active > a i {
  color: white;
}
.program-details .info .notes > div.active .content {
  display: block;
}
.program-details .info .promoter label {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.program-details .info .links {
  margin-top: 2rem;
}
.program-details .info .links a {
  font-size: 2.7rem;
  margin-right: 3rem;
}
.program-details picture {
  position: relative;
}
.program-details .statusLabel {
  width: calc(100% + 7.2rem);
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 0;
}
.program-details .ratio16by9 {
  width: 100%;
  height: 0;
  padding-bottom: 29rem;
}
.program-details .ratio16by9 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.program-details .content {
  top: 3rem;
  display: none;
}
.program-details .content h3 {
  text-transform: uppercase;
  font-size: 2.6rem;
  letter-spacing: 1px;
  margin-top: 0;
}
.program-details .content a {
  font-style: italic;
  text-decoration: underline;
  color: white;
}
@media (max-width: 768px) {
  .program-details .wrapper {
    max-width: unset;
    padding: 3.6rem;
  }
  .program-details .wrapper main {
    margin: 0;
    padding: 8rem 0 0 0;
  }
  .program-details .general {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .program-details .general img {
    max-width: unset;
    width: unset;
    margin: 0 auto;
  }
  .program-details .general .details {
    width: unset;
    padding-top: 2rem;
  }
  .program-details .general .details h1 {
    font-size: 3.6rem;
    padding-right: unset;
    letter-spacing: 2px;
  }
  .program-details .general .details h3 {
    font-size: 2.2rem;
    padding-right: unset;
    letter-spacing: 1px;
  }
  .program-details .general .details table td:first-of-type {
    font-size: 1.8rem;
    width: 9rem;
  }
  .program-details .general .details table td:last-of-type {
    font-size: 2rem;
  }
  .program-details .general .details .buttons .button {
    padding: 1.4rem 5rem;
  }
  .program-details .general .details .buttons .share {
    padding: 0;
  }
  .program-details .general .details .buttons .share .links {
    padding: 0;
  }
  .program-details .general .details .buttons .share .links .button {
    width: 100%;
  }
  .program-details .info {
    width: calc(100% + 7.2rem);
    margin: 3rem -3.6rem;
  }
  .program-details .info .notes > div > a {
    width: 100%;
  }
  .program-details .info .notes > div > a i.fa-plus-circle, .program-details .info .notes > div > a i.fa-minus-circle {
    display: unset;
  }
  .program-details .info .notes > div div {
    position: relative;
    top: unset !important;
    left: unset;
    padding: 3.6rem;
    width: 100%;
  }
  .program-details .info .notes > div div.ratio16by9 {
    width: 100%;
    padding-bottom: 56.6%;
  }
  .program-details .statusLabel {
    max-width: 43rem;
  }
  .program-details .promoter {
    padding-left: 3.6rem;
  }
  .program-details .links {
    padding-left: 3.6rem;
  }
}
@media (max-width: 600px) {
  .program-details .general img {
    display: block;
    width: calc(100% + 7.2rem);
    max-width: unset;
    margin: 0 -3.6rem;
  }
}
@media (min-width: 769px) {
  .program-details .statusLabel {
    width: 100%;
  }
  .program-details .infoWrap {
    display: grid;
    grid-template-columns: 39.62% 49.05%;
    grid-column-gap: 11.33%;
  }
  .program-details .infoWrap .notes > div.active .content {
    display: none;
  }
  .program-details .infoWrap .infoArea {
    display: block;
  }
}
body.about-privacy h2 {
  padding-left: 0;
}
.faq h2 {
  border-bottom: none;
  margin-bottom: 0;
}
.faq h2 + .qna {
  border-top: 1px solid #1C8649;
}
.faq .qna {
  border-bottom: 1px solid #1C8649;
}
.faq .qna h3 {
  font-weight: normal;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 1.75rem 2rem;
  margin: 0;
}
.faq .qna h3 i {
  position: absolute;
  right: 2rem;
  top: 1.8rem;
  color: #1C8649;
}
.faq .qna p {
  opacity: 0;
  padding: 0 2rem;
  margin: 0;
  height: 0px;
  transition: none;
}
.faq .qna.open h3 {
  background-color: #1C8649;
}
.faq .qna.open h3 i {
  color: white;
}
.faq .qna.open p {
  height: auto;
  opacity: 1;
  margin: 2rem 0;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 600px) {
  .faq {
    margin: 0 -3.6rem;
  }
  .faq h2 {
    padding-left: 7.6rem;
  }
  .faq h2 i {
    left: 3.6rem;
  }
  .faq .qna h3, .faq .qna p {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
.google-map {
  margin-top: 6rem;
}
.info-location .wrapper img {
  max-width: 100%;
  height: auto;
}
.accomodation {
  border-bottom: 1px solid #1C8649;
}
.info-lostandfound main p {
  font-size: 2.4rem;
}
.partners {
  margin-top: 4rem;
}
.partner {
  border-bottom: 1px solid #1C8649;
  padding: 2rem 0;
}
.partner:after {
  content: " ";
  clear: both;
  display: block;
}
.partner img {
  float: left;
  width: 32rem;
  margin-right: 2rem;
}
.partner h3 {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .partner img {
    float: none;
    display: block;
    margin-bottom: 2rem;
  }
}
.houserules {
  margin-top: 4rem;
}
.houserules h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1C8649;
  letter-spacing: 1px;
  border: none;
  padding: 0;
  margin: 2rem 0 -2.8rem;
  text-decoration: underline;
}
.houserules p {
  padding-left: 3.6rem;
  margin: 0;
}
.houserules ul {
  margin: 0 0 0 3.6rem;
  padding-left: 3rem;
}
.houserules ul li {
  margin-bottom: 0;
}
.houserules ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  left: 3.6rem;
}
.location-hall-of-fame .wrapper, .location-hall-of-fame-gallery .wrapper {
  max-width: 111rem;
  width: 100%;
  padding: 2.5rem;
}
.location-hall-of-fame .wrapper main, .location-hall-of-fame-gallery .wrapper main {
  max-width: unset;
  width: 100%;
  margin: 0;
}
.location-hall-of-fame .shows, .location-hall-of-fame-gallery .shows {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .location-hall-of-fame .wrapper, .location-hall-of-fame-gallery .wrapper {
    max-width: unset;
    padding: 3.6rem;
  }
  .location-hall-of-fame .wrapper main, .location-hall-of-fame-gallery .wrapper main {
    margin: 0;
    padding: 8rem 0 0 0;
  }
}
.location-hall-of-fame-gallery .location a {
  color: white;
}
.location-hall-of-fame-gallery h1 {
  font-size: 4.3rem;
  line-height: 4.3rem;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 3rem 0 0 0;
}
.location-hall-of-fame-gallery h2 {
  font-size: 2.5rem;
  border: 0;
  padding: 0;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 1.2rem;
}
.location-hall-of-fame-gallery .gallery picture {
  display: block;
}
.location-hall-of-fame-gallery .gallery .grid-sizer, .location-hall-of-fame-gallery .gallery picture {
  width: 100%;
}
.location-hall-of-fame-gallery .gallery img {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .location-hall-of-fame-gallery .gallery .grid-sizer, .location-hall-of-fame-gallery .gallery picture {
    width: calc(50% - 10px);
  }
  .location-hall-of-fame-gallery .gallery .twobyone, .location-hall-of-fame-gallery .gallery .threebyone, .location-hall-of-fame-gallery .gallery .twobytwo {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .location-hall-of-fame-gallery .gallery .grid-sizer, .location-hall-of-fame-gallery .gallery picture {
    width: calc((100% - 40px) / 3);
  }
  .location-hall-of-fame-gallery .gallery .twobyone, .location-hall-of-fame-gallery .gallery .twobytwo {
    width: calc((100% - 40px) / 3 * 2 + 20px);
  }
}
.location-history .wrapper .tabbox > ul {
  display: flex;
  padding: 0;
  margin: 4rem 0 0 0;
}
.location-history .wrapper .tabbox > ul li {
  width: 50%;
  text-align: center;
  color: #1C8649;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 4rem;
  border: 1px solid #1C8649;
  margin: 0;
  cursor: pointer;
}
.location-history .wrapper .tabbox > ul li.active {
  color: white;
  background-color: #1C8649;
}
.location-history .wrapper .tabbox > ul li:before {
  content: unset;
}
.location-history .wrapper .tab {
  display: none;
}
.location-history .wrapper .tab.active {
  display: block;
}
.location-history .wrapper .slick-next {
  right: 0.5rem;
}
.location-history .wrapper .slick-prev {
  left: 0.5rem;
}
.location-history .wrapper .slick-arrow:before {
  color: white;
}
.location-history .wrapper .slick-dots li button:before {
  color: white;
}
.location-history .wrapper .slick-dots li:before {
  content: unset;
}
.location-history .wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .location-history .wrapper .slick-slider, .location-history .wrapper .tabbox > ul {
    margin-left: -3.6rem;
    margin-right: -3.6rem;
  }
  .location-history .wrapper img {
    display: block;
    width: 100vw;
    height: auto;
  }
}
