body {
  font-size: 16px;
}

html {
  background-color: #000;
}

* {
  font-family: cy,sans-serif;
  margin: 0px;
  padding: 0px;
}

.card {
  word-break: normal;
}

.card .card-content {
  position: relative;
  padding: 1rem;
  color: #000;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}

.card h3.event {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: inherit;
  padding-left: inherit;
  font-size: 1.5em;
  width: 60%;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.card h4.category {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: inherit;
  padding-right: inherit;
  font-size: 1.5em;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.card .location {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-bottom: inherit;
  padding-left: inherit;
  font-size: 1em;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.card .location .arrow {
  font-size: 2rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.card h5.visitors {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-bottom: inherit;
  padding-right: inherit;
  font-size: 1em;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.card .distance:after {
  content: ' m';
}

.grid-sizer,
.grid-item {
  width: 23%;
  z-index: 20;
}

.gutter-sizer {
  width: 8px;
}

.card.w-1 {
  width: 24%;
  font-size: 0.5rem;
  height: 150px;
}

.card.w-2 {
  width: 48%;
  height: 150px;
  font-size: 0.75rem;
}

.card.w-3 {
  width: 74%;
  height: 150px;
  font-size: 0.75rem;
}

.card.h-1 {
  height: 150px;
}

.card.h-2 {
  height: 308px;
}

.card.w-4 {
  width: 98%;
  height: calc(80vw - 2rem);
  font-size: 1.25rem;
}

.card.w-4 .arrow {
  font-size: 3rem;
}

.card.highlight {
  width: 100%;
  height: calc(100vw - 2rem);
  font-size: 1.25rem;
}

.card.highlight .arrow {
  font-size: 3rem;
}

.card.highlight .card-content {
  -webkit-box-shadow: 0px 15px 26px #c6538c;
          box-shadow: 0px 15px 26px #c6538c;
  z-index: 999;
}

main {
  padding: 1rem;
}

.home {
  -webkit-animation: 0.7s cubic-bezier(0.32, 0.81, 0.72, 1.01) 0s 1 slideInFromBottom;
          animation: 0.7s cubic-bezier(0.32, 0.81, 0.72, 1.01) 0s 1 slideInFromBottom;
}

.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sport .card-content {
  background-color: #72DDF6;
}

.kultur .card-content {
  background-color: #FA71C5;
}

.musik .card-content {
  background-color: #8571fa;
}

.sozial .card-content {
  background-color: #fae171;
}

.nachhaltig .card-content {
  background-color: #71FAC5;
}

[data-category] .card-content {
  color: #000 !important;
}

.leer {
  z-index: 50;
}

.leer .card-content {
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s;
  background-color: #333;
  color: #fff;
}

.leer .card-content .input {
  display: none;
}

.leer .card-content .button {
  display: none;
}

.leer .card-content .location {
  display: block;
}

.leer.w-4.clicked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vh;
  width: 98%;
  z-index: 9999;
  font-size: 1rem;
}

.leer.w-4.clicked .input {
  display: block;
  position: relative;
  padding: 0px 1rem;
}

.leer.w-4.clicked .arrow {
  font-size: 1.5rem;
}

.leer.w-4.clicked .event {
  display: none;
}

.leer.w-4.clicked .location {
  display: none;
}

.leer.w-4.clicked .category {
  display: none;
}

.leer.w-4.clicked .cancle {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: inherit;
  font-size: 1.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
  color: black;
}

.leer.w-4.clicked button.start {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  margin-top: 2rem;
}

[data-category="nachhaltig"] .card-content {
  background-color: #71FAC5;
}

[data-category="nachhaltig"] .card-content textarea::-webkit-input-placeholder {
  color: #046841;
}

[data-category="nachhaltig"] .card-content textarea:-ms-input-placeholder {
  color: #046841;
}

[data-category="nachhaltig"] .card-content textarea::-ms-input-placeholder {
  color: #046841;
}

[data-category="nachhaltig"] .card-content textarea::placeholder {
  color: #046841;
}

[data-category="nachhaltig"] .card-content .start {
  color: #046841;
}

[data-category="sport"] .card-content {
  background-color: #72DDF6;
}

[data-category="sport"] .card-content textarea::-webkit-input-placeholder {
  color: #065163;
}

[data-category="sport"] .card-content textarea:-ms-input-placeholder {
  color: #065163;
}

[data-category="sport"] .card-content textarea::-ms-input-placeholder {
  color: #065163;
}

[data-category="sport"] .card-content textarea::placeholder {
  color: #065163;
}

[data-category="sport"] .card-content .start {
  color: #065163;
}

[data-category="kultur"] .card-content {
  background-color: #FA71C5;
}

[data-category="kultur"] .card-content textarea::-webkit-input-placeholder {
  color: #680441;
}

[data-category="kultur"] .card-content textarea:-ms-input-placeholder {
  color: #680441;
}

[data-category="kultur"] .card-content textarea::-ms-input-placeholder {
  color: #680441;
}

[data-category="kultur"] .card-content textarea::placeholder {
  color: #680441;
}

[data-category="kultur"] .card-content .start {
  color: #680441;
}

[data-category="sozial"] .card-content {
  background-color: #fae171;
}

[data-category="sozial"] .card-content textarea::-webkit-input-placeholder {
  color: #685604;
}

[data-category="sozial"] .card-content textarea:-ms-input-placeholder {
  color: #685604;
}

[data-category="sozial"] .card-content textarea::-ms-input-placeholder {
  color: #685604;
}

[data-category="sozial"] .card-content textarea::placeholder {
  color: #685604;
}

[data-category="sozial"] .card-content .start {
  color: #685604;
}

[data-category="musik"] .card-content {
  background-color: #8571fa;
}

[data-category="musik"] .card-content textarea::-webkit-input-placeholder {
  color: #120468;
}

[data-category="musik"] .card-content textarea:-ms-input-placeholder {
  color: #120468;
}

[data-category="musik"] .card-content textarea::-ms-input-placeholder {
  color: #120468;
}

[data-category="musik"] .card-content textarea::placeholder {
  color: #120468;
}

[data-category="musik"] .card-content .start {
  color: #120468;
}

.emoji {
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
  border-radius: 1rem;
  width: 4.3rem;
  height: 4.3rem;
}

.grid-9x9 {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 1.25rem;
}

.grid-9x9 label {
  margin-top: 2rem;
  width: 33.3%;
  cursor: pointer;
}

.grid-9x9 label span {
  padding-bottom: 0.15rem;
}

.radio-hide {
  display: none;
}

.radio-hide:hover {
  cursor: pointer;
}

.radio-hide:checked + .emoji {
  -webkit-box-shadow: 0 0.1rem 0.6rem 0 #8976fa;
          box-shadow: 0 0.1rem 0.6rem 0 #8976fa;
  border-color: #000;
  border-width: 0.1rem;
  background-color: #000;
  -webkit-animation: emoji-whoop 300ms ease-in-out;
          animation: emoji-whoop 300ms ease-in-out;
}

@-webkit-keyframes emoji-whoop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes emoji-whoop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.overlay {
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.overlay.oActive {
  z-index: 30;
  opacity: 0.7;
  background-color: #000;
}

textarea {
  margin-top: 1.5rem;
  width: 100%;
  border: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  word-break: normal;
  background-color: transparent;
  overflow: hidden;
}

textarea::-webkit-input-placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

textarea:-ms-input-placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

textarea::-ms-input-placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

textarea::placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

textarea:focus {
  outline: none;
}

textarea::-moz-selection {
  background: #000;
  color: #000;
}

textarea::selection {
  background: #000;
  color: #000;
}

nav {
  padding: 1rem;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  z-index: 20;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.button {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background: none;
  border-radius: 30px;
  border: 2px solid;
  color: white;
  margin-right: 0.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.button.sport {
  border-color: #72DDF6;
  color: #72DDF6;
}

.button.kultur {
  border-color: #FA71C5;
  color: #FA71C5;
}

.button.sozial {
  border-color: #fae171;
  color: #fae171;
}

.button.leer {
  border-color: #b3b3b3;
  color: #b3b3b3;
}

.button.musik {
  border-color: #8571fa;
  color: #8571fa;
}

.button.nachhaltig {
  border-color: #71FAC5;
  color: #71FAC5;
}

.button.is-checked {
  color: white;
}

.button.is-checked.kultur {
  background-color: #FA71C5;
}

.button.is-checked.sozial {
  background-color: #fae171;
}

.button.is-checked.sport {
  background-color: #72DDF6;
}

.button.is-checked.leer {
  background-color: #333;
}

.button.is-checked.musik {
  background-color: #8571fa;
}

.button.is-checked.nachhaltig {
  background-color: #71FAC5;
}

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: #000;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 1rem;
  margin: 1rem;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  background: transparent;
  color: #000;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #000;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00d684;
  color: #fff;
}

.modal_btn_cancel {
  background-color: transparent;
  color: #000;
}

/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  z-index: 100;
  position: relative;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.subItem {
  position: relative;
  z-index: 50;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-radius: 2rem;
  padding-top: 1rem;
  -webkit-animation: 0.7s cubic-bezier(0.32, 0.81, 0.72, 1.01) 0s 1 slideInFromBottom;
          animation: 0.7s cubic-bezier(0.32, 0.81, 0.72, 1.01) 0s 1 slideInFromBottom;
  background-color: #fae171;
}

.subItem.old {
  background-color: #000 !important;
}

.subItem.old .headline {
  color: #fff !important;
}

.subItem.musik {
  background-color: #8571fa;
}

.subItem.musik.old {
  border: 6px solid #8571fa;
}

.subItem.kultur {
  background-color: #FA71C5;
}

.subItem.kultur.old {
  background-color: #FA71C5;
}

.subItem.sozial {
  background-color: #fae171;
}

.subItem.sozial.old {
  border: 6px solid #fae171;
}

.subItem.sport {
  background-color: #72DDF6;
}

.subItem.nachhaltig {
  background-color: #71FAC5;
}

.subItem.nachhaltig.old {
  border: 6px solid #71FAC5;
}

.subItem .gsizer {
  width: 2%;
}

.subItem .sizer, .subItem .item {
  width: 48%;
}

.subItem .item {
  float: left;
  margin-bottom: 2%;
  height: 150px;
}

.subItem .item.divider {
  width: 100%;
  margin-top: 50px;
}

.subItem .item.w-2 {
  width: 74%;
  height: 150px;
}

.subItem .item.w-3 {
  width: 74%;
  height: calc(150px + 1%);
}

.subItem .item.w-4 {
  width: 98%;
  height: calc(80vw - 2rem);
}

.subItem .item.h-2 {
  height: 308px;
}

.subItem .item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.subItem .item video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.subItem .event {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 999;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 2rem;
  padding: 1rem 1rem 0rem 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 1fr;
      grid-template-columns: 4fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 0px 0px;
      grid-template-areas: "headline category";
}

.subItem .event .headline {
  z-index: 10;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: headline;
}

.subItem .event .headline h2 {
  font-size: 2.25rem;
}

.subItem .event .headline h3 {
  font-size: 1rem;
}

.subItem .event.is-pinned {
  color: #fff;
}

.subItem .event.is-pinned:after {
  position: absolute;
  top: 0px;
  left: -1rem;
  right: -1rem;
  content: " ";
  height: 180px;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.subItem .event .category {
  z-index: 10;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: category;
  -ms-grid-column-align: end;
      justify-self: end;
  font-size: 2.5rem;
}

.subItem .event .location {
  grid-area: location;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.subItem .event .user {
  grid-area: user;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.archiv {
  color: #fff;
  background-color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3rem 2rem 0rem 2rem;
  margin-bottom: -2rem;
}

.qube {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(20%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%);
}

.qube nav {
  position: fixed;
  top: 0.5rem;
  padding: 1rem 2rem;
}

.qube nav a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.qube main {
  padding: 0rem 1rem;
}

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */