@charset "UTF-8";
/* GLOBAL settings */
* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #231F20;
  color: #FFF;
  font: max(14px, 16 / 1920 * 100vw) "Poppins", sans-serif;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

h1 {
  color: #FFFFFF;
  opacity: 0.07;
  position: fixed;
  transform: rotate(270deg);
  transform-origin: left;
  z-index: -10;
}

.h1-long {
  font: Bold 90px "Poppins", sans-serif;
  top: 80%;
  left: 50px;
}

.h1-short {
  font: Bold 120px "Poppins", sans-serif;
  top: 60%;
  left: 60px;
}

h3 {
  font-size: max(14px, 32 / 1920 * 100vw);
}

.fzw-button {
  background-color: #231F20;
  color: #FFF;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid #FFFFFF;
}
.fzw-button:visited {
  color: white;
}
.fzw-button:hover {
  background-color: #FFF;
  color: #231F20;
  border: 2px solid #231F20;
  cursor: pointer;
}

.fzw-button-white {
  background-color: #FFF;
  color: #231F20;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid #231F20;
}
.fzw-button-white:visited {
  color: #231F20;
}
.fzw-button-white:hover {
  background-color: #231F20;
  color: #FFF;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}

/* Top Margin for Header-menu -- bessere Lösung? */
.page-space {
  padding: 10% 5% 0 5%;
}

.site-main {
  padding-bottom: 150px;
}

/* White Text Boxes basic design */
.white-box {
  background-color: #FFF;
  color: #231F20;
  padding: 0 10% 30px 11%;
}
.white-box p {
  padding-top: 20px;
}
.white-box .inside-heading {
  padding-top: 20px;
}

.news-textbox {
  max-width: 70%;
}

/* Pages with simple textbox or textbox repetition
  * simple: Barrierefreiheit, Nachhaltigkeit, Fundsachen
  * repeat: Anfahrt, Tickets, Jobs
 */
.textbox-container {
  max-width: 90%;
}
.textbox-container .textbox-wrapper {
  display: flex;
}
.textbox-container .textbox-wrapper .textbox {
  min-width: 600px;
  max-width: 950px;
  padding-top: 10%;
}
.textbox-container .textbox-wrapper .textbox .outside-heading {
  color: #FFFFFF;
  padding-left: 11%;
}
.textbox-container .textbox-wrapper .textbox .inside-heading {
  max-width: 550px;
}
.textbox-container .textbox-wrapper .textbox .white-box-text {
  max-width: 550px;
}
.textbox-container .wr_left {
  justify-content: flex-start;
}
.textbox-container .wr_right {
  justify-content: flex-end;
}

.agb-regeln {
  max-width: 70%;
  padding: 100px 10px 0 10px;
}

#sg-ver-bild {
  height: auto;
  max-width: 375px;
  padding-bottom: 50px;
}

#fundsachen {
  margin-bottom: 20%;
}

.gallery-image-container {
  aspect-ratio: 1/1;
}
.gallery-image-container .gallery-image {
  height: 100%;
  object-fit: cover;
}

/* Social Icon Menu on right side of Screen */
.social-icons {
  padding: 5px 15px 5px 15px;
  z-index: 999;
  position: fixed;
  left: 100%;
  transform: translateX(-80px);
  top: 20%;
  font-size: 2rem;
}
.social-icons a {
  text-decoration: none;
  color: #231F20;
}
.social-icons i {
  color: #FFFFFF;
}
.social-icons .instagram:hover {
  color: #C13584;
}
.social-icons .facebook:hover {
  color: #4267B2;
}
.social-icons .twitter:hover {
  color: #1DA1F2;
}
.social-icons .youtube:hover {
  color: #FF0000;
}
.social-icons .spotify:hover {
  color: #1DB954;
}

.textbox-wrapper ol {
  margin: 0;
}
.textbox-wrapper li {
  padding-bottom: 5px;
}

/* Square in Background */
.decoration-helper {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.decoration-helper .decoration {
  border: solid 2px white;
}
.decoration-helper .decoration-anfahrt {
  padding: 90% max(100px, 700 / 1920 * 100vw) 1600px;
}
.decoration-helper .decoration-tickets {
  padding: 50% max(100px, 700 / 1920 * 100vw) 1000px;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  color: #FFFFFF;
  background: #231F20;
  border-radius: 0;
  border: 1px solid;
}

.bs-navigation-top {
  padding: 20px 5%;
  margin: 3% 10%;
}
.bs-navigation-top .bs-navigation-logo {
  padding-right: 5%;
}
.bs-navigation-top .bs-navigation-logo .nav-link {
  color: #231F20;
}

.navbar-toggler {
  width: 56px;
  height: 41px;
}

/* Media queries for tablets and mobile devices */
/* Mobile devices and tablets */
/* Old Crappy PC and Lappys no HD */
/* IOS  Lappy Retina */
/* Portrait and Landscape IOS Iphone x3 */
@media only screen and (min-device-width: 360px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 4) {
  .site-header .bs-navigation-top {
    margin: 0;
    width: 100%;
  }
}
/* Portrait and Landscape IOS Iphone x2 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) {
  .site-header .bs-navigation-top {
    margin: 0;
    width: 100%;
  }
}
/*  IOS IPAD &  Pro - portrait and landscape*/
/* Startseite --  Black Section */
.landing-section {
  width: 80%;
  padding: 15% 0 0 0;
}
.landing-section .flex-row .flex-column {
  max-width: 80%;
}
.landing-section .flex-row .image-box {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  margin: -2px;
}
.landing-section .flex-row .image-box h3 {
  color: white;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.landing-section .flex-row .image-box .h3-hover {
  top: 5%;
  right: 5%;
  display: none;
}
.landing-section .flex-row .image-box img {
  transition: transform 0.5s ease;
  object-fit: cover;
}
.landing-section .flex-row .image-box img.image-small {
  width: max(226px, 376 / 1920 * 100vw);
  height: max(226px, 376 / 1920 * 100vw);
}
.landing-section .flex-row .image-box img.image-large {
  width: calc(2 * max(226px, 376 / 1920 * 100vw));
  height: calc(2 * max(226px, 376 / 1920 * 100vw));
}
.landing-section .flex-row .image-box:hover {
  border: 2px solid white;
  z-index: 5;
}
.landing-section .flex-row .image-box:hover .h3-hover {
  display: block;
}
.landing-section .flex-row .image-box:hover img {
  transform: scale(1.1);
}

/* Startseite -- White Section*/
.news-section {
  background-color: #231F20;
  color: #FFF;
  padding: 0;
}
.news-section .outside-heading {
  font: Italic Bold 10vw/10vw "Poppins", sans-serif;
}
.news-section #ne {
  padding: 10% 0 0 10%;
}
.news-section #high {
  padding: 10% 0 0 60%;
}
.news-section .news-content {
  background-color: #FFF;
  color: #231F20;
}
.news-section .news-content .row {
  --bs-gutter-x: 0;
}
.news-section .news-content .inside-heading {
  font: Italic Bold 10vw/10vw "Poppins", sans-serif;
}
.news-section .news-content #ws {
  padding: 0 0 50px 20%;
}
.news-section .news-content #lights {
  padding: 0 0 50px 30%;
}
.news-section .news-content .slider-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
}
.news-section .news-content .slider-container .slider-row-top {
  position: relative;
}
.news-section .news-content .slider-container .slider-row-bottom {
  position: relative;
  padding-left: 30%;
}
.news-section .news-content .slider-container .news-item {
  margin: 50px 276px 50px 50px;
  flex: 0 0 auto;
  position: relative;
  border: none;
}
.news-section .news-content .slider-container .news-item img {
  width: max(226px, 376 / 1920 * 100vw);
  height: max(226px, 376 / 1920 * 100vw);
  object-fit: cover;
}
.news-section .news-content .slider-container .news-item .image-description {
  width: max(226px, 376 / 1920 * 100vw);
  white-space: normal;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 5px 20px;
}
.news-section .news-content .slider-container .news-item .image-description a {
  z-index: 3;
}
.news-section .news-content .slider-container .news-item::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 50%;
  border: 1px solid transparent;
}
.news-section .news-content .slider-container .news-item:hover:before {
  width: max(226px, 376 / 1920 * 100vw);
  height: max(226px, 376 / 1920 * 100vw);
  border: 1px solid #231F20;
  border-left: none;
  transition: width 0.2s linear;
  z-index: 0;
}
.news-section .news-content .slider-container.active {
  cursor: grabbing;
}

/**********************************************/
/**********************************************/
/* Mobile devices and tablets */
/**********************************************/
/* Old Crappy PC and Lappys no HD */
/* IOS  Lappy Retina */
/* Portrait and Landscape IOS Iphone x3 */
@media only screen and (min-device-width: 360px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 4) {
  .landing-section {
    width: 100%;
    padding: 30% 0 0 0;
  }

  img.image-small {
    width: 149px !important;
    height: 149px !important;
  }

  img.image-large {
    width: calc(2*149px) !important;
    height: calc(2*149px) !important;
  }

  #ne {
    padding: 0;
  }

  #high {
    padding: 0;
  }

  #ws {
    padding: 0;
  }

  #lights {
    padding: 0;
  }

  .outside-heading {
    font: Italic Bold 50px/50px "Poppins", sans-serif;
  }

  .inside-heading {
    font: Italic Bold 50px/50px "Poppins", sans-serif;
  }

  .slider-container-mobile {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
  }
  .slider-container-mobile .news-item img {
    width: max(226px, 376 / 1920 * 100vw);
    height: max(226px, 376 / 1920 * 100vw);
  }
  .slider-container-mobile .news-item .image-description {
    width: max(226px, 376 / 1920 * 100vw);
    height: max(226px, 376 / 1920 * 100vw);
  }
  .slider-container-mobile .news-item:hover:before {
    height: 176px;
    width: 176px;
  }
}
/* Portrait and Landscape IOS Iphone x2 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) {
  .landing-section {
    width: 100%;
    padding: 30% 0 0 0;
  }

  img.image-small {
    width: 149px !important;
    height: 149px !important;
  }

  img.image-large {
    width: calc(2*149px) !important;
    height: calc(2*149px) !important;
  }

  #ne {
    padding: 0;
  }

  #high {
    padding: 0;
  }

  #ws {
    padding: 0;
  }

  #lights {
    padding: 0;
  }

  .outside-heading {
    font: Italic Bold 50px/50px "Poppins", sans-serif;
  }

  .inside-heading {
    font: Italic Bold 50px/50px "Poppins", sans-serif;
  }

  .slider-container-mobile {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
  }
  .slider-container-mobile .news-item img {
    width: max(226px, 376 / 1920 * 100vw);
    height: max(226px, 376 / 1920 * 100vw);
  }
  .slider-container-mobile .news-item .image-description {
    width: max(226px, 376 / 1920 * 100vw);
    height: max(226px, 376 / 1920 * 100vw);
  }
}
/*  IOS IPAD &  Pro - portrait and landscape*/
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #ne {
    padding: 0;
  }

  #high {
    padding: 0;
  }

  #ws {
    padding: 0;
  }

  #lights {
    padding: 0;
  }

  .outside-heading {
    font: Italic Bold 50px/50px "Poppins", sans-serif;
  }

  .inside-heading {
    font: Italic Bold 50px/50px "Poppins", sans-serif;
  }

  img.image-small {
    width: 226px;
    height: 226px;
  }

  img.image-large {
    width: calc(2*226px);
    height: calc(2*226px);
  }

  .news-image {
    width: calc(1.5*226px) !important;
    height: calc(1.5*226px) !important;
  }

  .image-description {
    width: calc(1.5*226px) !important;
  }

  .news-item:hover:before {
    width: calc(1.5*226px) !important;
    height: calc(1.5*226px) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .news-image {
    width: calc(1.2*226px) !important;
    height: calc(1.2*226px) !important;
  }

  .image-description {
    width: calc(1.2*226px) !important;
  }

  .news-item:hover:before {
    width: calc(1.2*226px) !important;
    height: calc(1.2*226px) !important;
  }
}
/* Veranstaltungen - Page */
.ls-filterbuttons-group {
  position: fixed;
  margin-top: 10%;
}
.ls-filterbuttons-group .ls-filterbuttons-container {
  background-color: #FFF;
  color: #231F20;
  font: 20px "Poppins", sans-serif;
  margin-top: 20px;
  padding: 5px 15px 0 15px;
  text-decoration: none;
}
.ls-filterbuttons-group .ls-filterbuttons-container .link-text {
  background-color: #FFF;
  color: #231F20;
}
.ls-filterbuttons-group .ls-filterbuttons-container .link-text:hover {
  color: black;
}
.ls-filterbuttons-group .ls-filterbuttons-container .link-text:visited {
  background-color: #FFF;
  color: #231F20;
}
.ls-filterbuttons-group .ls-filterbuttons-container .dropdown-menu {
  border-radius: 0;
  max-height: 30vh;
  overflow-y: auto;
}
.ls-filterbuttons-group .ls-filterbuttons-container .dropdown-menu .filter-button {
  background-color: #FFF;
  color: #231F20;
  border: none;
  border-radius: 0;
  text-align: start;
}
.ls-filterbuttons-group .ls-filterbuttons-container .dropdown-menu .filter-button:hover {
  background-color: #231F20;
  color: #FFF;
}

.events-box {
  width: 40%;
  align-self: flex-end;
}
.events-box .outside-heading {
  padding-left: 10%;
}
.events-box .intro-button {
  box-shadow: none;
}
.events-box .intro-button:hover {
  transform: scale(1.3);
  transition: ease-in-out 0.3s;
}
.events-box .intro-button[aria-expanded=true] {
  transform: rotate(180deg);
  transition: ease-in-out 0.5s;
}

.events-list {
  margin-top: 80px;
  margin-left: 20%;
}
.events-list .events-list-item {
  font: Bold max(14px, 32 / 1920 * 100vw) "Poppins", sans-serif;
  min-width: 325px;
  width: 80%;
  max-height: 50px;
  background-color: #231F20;
  color: #FFF;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 0;
  cursor: pointer;
  margin-right: 5%;
  transition: all 0.4s ease;
}
.events-list .events-list-item:hover {
  background-color: #FFF;
  color: #231F20;
}
.events-list .events-grid-item {
  font: Bold max(14px, 22 / 1920 * 100vw) "Poppins", sans-serif;
  background-color: #231F20;
  color: #FFF;
  border-radius: 0;
  border: 2px solid white;
  width: 226px;
  height: 226px;
}
.events-list .events-grid-item .text-start {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.events-list .events-grid-item .text-end {
  position: absolute;
  top: 5%;
  right: 5%;
  display: none;
}
.events-list .events-grid-item:hover .text-end {
  display: block;
}

/* Modal settings */
.modal .modal-content {
  color: #231F20;
  border-radius: 0;
}
.modal .modal-content .modal-header-image {
  width: max(1024px, 200 / 1920 * 100vw);
  height: auto;
  object-fit: cover;
}
.modal .modal-content .overlay-description {
  margin-top: 20px;
  background-color: #231F20;
  color: #FFF;
}

/* Veranstaltungen Single */
.video-container video {
  max-width: 100%;
}

/* ***************************** */
/* Mobile devices and tablets */
/* Old Crappy PC and Lappys no HD */
/* IOS  Lappy Retina */
/* Portrait and Landscape IOS Iphone x3 */
@media only screen and (min-device-width: 360px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 4) {
  .ls-filterbuttons-group {
    position: relative;
    margin-bottom: 50px;
  }

  .events-box {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .events-box h3 {
    font-size: 18px;
    line-height: calc(18px*1.5);
  }
  .events-box .inside-heading {
    padding-top: 8px;
    font-size: 18px;
    line-height: calc(18px*1.5);
  }

  .events-list {
    margin: 0;
    padding: 0;
  }
  .events-list .events-list-item {
    width: 100%;
  }
  .events-list .events-grid-item {
    font: Bold 16px "Poppins", sans-serif;
    width: 50%;
    height: 150px;
  }
}
/* Portrait and Landscape IOS Iphone x2 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) {
  .ls-filterbuttons-group {
    position: relative;
    margin-bottom: 50px;
  }

  .events-box {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .events-box h3 {
    font-size: 18px;
    line-height: calc(18px*1.5);
  }
  .events-box .inside-heading {
    padding-top: 8px;
    font-size: 18px;
    line-height: calc(18px*1.5);
  }

  .events-list {
    margin: 0;
    padding: 0;
  }
  .events-list .events-list-item {
    width: 100%;
  }
  .events-list .events-grid-item {
    font: Bold 18px "Poppins", sans-serif;
    width: 50%;
    height: 150px;
  }
}
/*  IOS IPAD &  Pro - portrait and landscape*/
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ls-filterbuttons-group {
    position: relative;
    margin-bottom: 50px;
  }

  .events-box {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .events-list {
    margin: 0;
    padding: 0;
  }
  .events-list .events-list-item {
    width: 100%;
  }
  .events-list .events-grid-item {
    font: Bold 20px "Poppins", sans-serif;
    width: 50%;
    height: 325px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ls-filterbuttons-group {
    position: relative;
    margin-bottom: 50px;
  }

  .events-box {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .events-list {
    margin: 0;
    padding: 0;
  }
  .events-list .events-list-item {
    width: 100%;
  }
  .events-list .events-grid-item {
    font: Bold 20px "Poppins", sans-serif;
    width: 33%;
    height: 275px;
  }
}
/* Mobile devices and tablets */
/* Old Crappy PC and Lappys no HD */
/* IOS  Lappy Retina */
/* Portrait and Landscape IOS Iphone x3 */
@media only screen and (min-device-width: 360px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 4) {
  .textbox-container {
    max-width: 90%;
  }
  .textbox-container .textbox-wrapper .textbox {
    min-width: 310px;
    max-width: 850px;
    padding-top: 10%;
  }
  .textbox-container .textbox-wrapper .textbox .outside-heading {
    font-size: 18px;
    line-height: calc(18px*1.5);
  }
  .textbox-container .textbox-wrapper .textbox .inside-heading {
    padding-top: 8px;
    font-size: 18px;
    line-height: calc(18px*1.5);
  }

  .agb-regeln {
    max-width: 100%;
    padding: 0;
  }
  .agb-regeln ol {
    padding: 0;
    margin: 0;
  }
}
/* Portrait and Landscape IOS Iphone x2 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) {
  .textbox-container {
    max-width: 90%;
  }
  .textbox-container .textbox-wrapper .textbox {
    min-width: 300px;
    max-width: 650px;
    padding-top: 10%;
  }
  .textbox-container .textbox-wrapper .textbox .outside-heading {
    font-size: 18px;
    line-height: calc(18px*1.5);
  }
  .textbox-container .textbox-wrapper .textbox .inside-heading {
    padding-top: 8px;
    font-size: 18px;
    line-height: calc(18px*1.5);
  }

  .agb-regeln {
    max-width: 100%;
    padding: 0;
  }
  .agb-regeln ol {
    padding: 0;
    margin: 0;
  }
}
/*  IOS IPAD &  Pro - portrait and landscape*/
/* FAQ - Page */
.faq-intro-box {
  width: 50%;
  padding: 50px 50px 150px 50px;
}

.faq-accordion {
  width: 60%;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
.faq-accordion .accordion {
  font: 22px "Poppins", sans-serif;
  background-color: #231F20;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #FFFFFF;
  outline: none;
  transition: 0.4s;
}
.faq-accordion .active, .faq-accordion .accordion:hover {
  background-color: #FFF;
  color: #231F20;
}
.faq-accordion .panel {
  padding: 0 15% 20px 10%;
  background-color: #FFF;
  color: #231F20;
  display: none;
  overflow: hidden;
}

/* Mobile devices and tablets */
/* Old Crappy PC and Lappys no HD */
/* IOS  Lappy Retina */
/* Portrait and Landscape IOS Iphone x3 */
@media only screen and (min-device-width: 360px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 4) {
  .faq-intro-box {
    width: 100%;
    padding: 50px 50px 50px 50px;
  }

  .faq-accordion {
    width: 100%;
  }
}
/* Portrait and Landscape IOS Iphone x2 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) {
  .faq-intro-box {
    width: 100%;
    padding: 50px 50px 50px 50px;
  }

  .faq-accordion {
    width: 100%;
  }
}
/*  IOS IPAD &  Pro - portrait and landscape*/
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .faq-intro-box {
    width: 100%;
    padding: 50px 50px 50px 50px;
  }

  .faq-accordion {
    width: 100%;
  }
}
/* Location - Page */
.location-box {
  margin-bottom: 100px;
  width: 60%;
}
.location-box .outside-heading {
  color: #FFFFFF;
  padding-left: 11%;
}
.location-box .inside-heading {
  padding-top: 10%;
}

.location-grid .menu-columns {
  padding: 0;
  margin: 0;
  font-size: 30px;
}
.location-grid .menu-columns .menu-button {
  position: relative;
  border: 3px solid #FFFFFF;
  border-radius: 0;
  background-color: #231F20;
  transition: all 0.3s;
}
.location-grid .menu-columns .menu-button:hover {
  border: 3px solid #231F20;
  border-radius: 0;
  background-color: #FFFFFF;
}
.location-grid .menu-columns .menu-button .button-text {
  position: absolute;
  color: #FFFFFF;
  bottom: 5%;
  left: 5%;
}
.location-grid .menu-columns .menu-button:hover .button-text {
  color: #231F20;
}
.location-grid .menu-columns .menu-button-small {
  width: max(176px, 350 / 1920 * 100vw);
  height: max(176px, 350 / 1920 * 100vw);
}
.location-grid .menu-columns .menu-button-large {
  width: calc(2 * max(176px, 350 / 1920 * 100vw));
  height: calc(2 * max(176px, 350 / 1920 * 100vw));
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.galerie-list {
  margin-top: 10vh;
  margin-left: 5%;
}
.galerie-list .events-list-item {
  font: Bold max(14px, 28 / 1920 * 100vw) "Poppins", sans-serif;
  width: 100%;
  background-color: #231F20;
  color: #FFF;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 0;
  cursor: pointer;
  margin-right: 5%;
  margin-bottom: 1px;
  transition: all 0.4s ease;
}
.galerie-list .events-list-item:hover {
  background-color: #FFF;
  color: #231F20;
}
.galerie-list .events-list-item .title-left {
  float: left;
  text-align: left;
  padding-left: 20px;
}
.galerie-list .events-list-item .date-right {
  float: right;
  text-align: right;
  padding-right: 20px;
}
.galerie-list .invisible {
  display: none;
  height: 0;
}

.teaser-img-container .neuer-container {
  top: 200px;
}
.teaser-img-container .gallery-teaser-img {
  position: absolute;
}

.thumb-image {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

.thumb-description {
  width: 200px;
  height: 200px;
}

.image-modal-box {
  background-color: #231F20;
  color: #FFF;
}
.image-modal-box .modal-footer {
  color: #FFFFFF;
}
.image-modal-box .modal-footer .btn {
  background-color: #231F20;
  color: #FFF;
  border-color: #FFFFFF;
}
.image-modal-box .modal-footer .btn:hover {
  background-color: #FFF;
  color: #231F20;
  border-color: #231F20;
}

.ecj_footer {
  font-size: 1.2em;
  padding: 40px 10px 10px 10px;
  background-color: #FFF;
  color: #231F20;
}
.ecj_footer .newsletter-form #submit-button {
  background-color: #231F20;
  color: #FFF;
  border: none;
  padding: 10px;
}

.footer-ul {
  list-style: none;
}
.footer-ul a {
  color: inherit;
  text-decoration: none;
}

.footer-form .container {
  border-radius: 0;
}
.footer-form .container .input-email {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #231F20;
}
.footer-form .container .input-email:focus-visible {
  outline: none;
}
.footer-form .container label {
  font-size: 14px;
  color: darkgrey;
}
.footer-form .container .input-button {
  border: 2px solid;
  border-radius: 0;
  background-color: #FFF;
  color: #231F20;
}
.footer-form .container .input-button:hover {
  background-color: #231F20;
  color: #FFF;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 4) {
  .ecj_footer {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) {
  .ecj_footer {
    max-width: 100%;
  }
}
/* Media queries for tablets and mobile devices */
/* Mobile devices and tablets */
/* Old Crappy PC and Lappys no HD */
/* IOS  Lappy Retina */
/* Portrait and Landscape IOS Iphone x3 */
@media only screen and (min-device-width: 360px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 4) {
  .h1-long {
    display: none;
  }

  .h1-short {
    display: none;
  }

  .page-space {
    padding-top: 30%;
  }

  .decoration-helper {
    display: none;
  }

  .white-box {
    margin-bottom: 50px;
  }

  .textbox-container {
    max-width: 100%;
  }
}
/* Portrait and Landscape IOS Iphone x2 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) {
  .h1-long {
    display: none;
  }

  .h1-short {
    display: none;
  }

  .page-space {
    padding-top: 30%;
  }

  .decoration-helper {
    display: none;
  }

  .white-box {
    margin-bottom: 50px;
  }

  .textbox-container {
    max-width: 100%;
  }
}
/*  IOS IPAD &  Pro - portrait and landscape*/
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .h1-long {
    display: none;
  }

  .h1-short {
    display: none;
  }

  .page-space {
    padding-top: 15%;
  }

  .decoration-helper {
    display: none;
  }

  .white-box {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .h1-long {
    display: none;
  }

  .h1-short {
    display: none;
  }

  .page-space {
    padding-top: 15%;
  }

  .decoration-helper {
    display: none;
  }

  .white-box {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=ecj_base.css.map */
