.mb-1 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 30px;
}

.mb-3 {
  margin-bottom: 45px;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.iframe-container.iframe-container--zoom {
  padding-bottom: 71.25%;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 1050px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 1050px) {
  .mobile-only {
    display: none;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.align-items-end {
  align-items: flex-end;
}

.display-none {
  display: none;
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 15px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 15px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 30px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 30px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 50px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 50px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 60px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 60px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 100px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 100px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 145px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 145px;
}

@media (min-width: 600px) {
  .col-ss {
    flex: 1 0 0%;
  }

  .row-cols-ss-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-ss-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-ss-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-ss-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-ss-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-ss-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-ss-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-ss-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-ss-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-ss-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-ss-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-ss-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-ss-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-ss-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-ss-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-ss-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-ss-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-ss-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-ss-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-ss-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-ss-0 {
    margin-left: 0;
  }

  .offset-ss-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ss-2 {
    margin-left: 16.6666666667%;
  }

  .offset-ss-3 {
    margin-left: 25%;
  }

  .offset-ss-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ss-5 {
    margin-left: 41.6666666667%;
  }

  .offset-ss-6 {
    margin-left: 50%;
  }

  .offset-ss-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ss-8 {
    margin-left: 66.6666666667%;
  }

  .offset-ss-9 {
    margin-left: 75%;
  }

  .offset-ss-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ss-11 {
    margin-left: 91.6666666667%;
  }

  .g-ss-0,
.gx-ss-0 {
    --bs-gutter-x: 0;
  }

  .g-ss-0,
.gy-ss-0 {
    --bs-gutter-y: 0;
  }

  .g-ss-1,
.gx-ss-1 {
    --bs-gutter-x: 15px;
  }

  .g-ss-1,
.gy-ss-1 {
    --bs-gutter-y: 15px;
  }

  .g-ss-2,
.gx-ss-2 {
    --bs-gutter-x: 30px;
  }

  .g-ss-2,
.gy-ss-2 {
    --bs-gutter-y: 30px;
  }

  .g-ss-3,
.gx-ss-3 {
    --bs-gutter-x: 50px;
  }

  .g-ss-3,
.gy-ss-3 {
    --bs-gutter-y: 50px;
  }

  .g-ss-4,
.gx-ss-4 {
    --bs-gutter-x: 60px;
  }

  .g-ss-4,
.gy-ss-4 {
    --bs-gutter-y: 60px;
  }

  .g-ss-5,
.gx-ss-5 {
    --bs-gutter-x: 100px;
  }

  .g-ss-5,
.gy-ss-5 {
    --bs-gutter-y: 100px;
  }

  .g-ss-6,
.gx-ss-6 {
    --bs-gutter-x: 145px;
  }

  .g-ss-6,
.gy-ss-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 700px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 15px;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 15px;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 30px;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 30px;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 50px;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 50px;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 60px;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 60px;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 100px;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 100px;
  }

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 145px;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1050px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 15px;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 15px;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 30px;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 30px;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 50px;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 50px;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 60px;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 60px;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 100px;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 100px;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 145px;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1150px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 15px;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 15px;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 30px;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 30px;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 50px;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 50px;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 60px;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 60px;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 100px;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 100px;
  }

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 145px;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 15px;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 15px;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 30px;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 30px;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 50px;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 50px;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 100px;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 100px;
  }

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 145px;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 15px;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 15px;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 30px;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 30px;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 50px;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 50px;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 100px;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 100px;
  }

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 145px;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 145px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  background-color: currentColor;
  border: 0;
}

hr:not([size]) {
  height: 1px;
}

h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-family: "Glacial-Indifference-Bold", sans-serif;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -1.3rem;
}

a {
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  cursor: pointer;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  line-height: inherit;
  white-space: normal;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

iframe {
  width: 100%;
  margin-bottom: 9rem;
}

html, body {
  overflow-x: hidden;
}

body {
  color: #000000;
  line-height: 2.6rem;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #E9E0DD;
  font-size: 1.8rem;
}

h1 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #5C2928;
}
@media screen and (min-width: 1050px) {
  h1 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}

strong {
  font-weight: 600;
}

iframe {
  margin-bottom: 0;
}

.ctr {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 700px) {
  .ctr {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.header {
  background: transparent url("../img/home_bg.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  max-width: 220px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .header__logo {
    max-width: 100%;
  }
}

.header__bg {
  position: absolute;
  right: 30%;
  top: 115px;
  z-index: 0;
  display: none;
}
@media screen and (min-width: 700px) {
  .header__bg {
    display: block;
  }
  .reduce-bg .header__bg {
    display: none;
  }
}

.header__bg--headerline-top {
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 0;
}

.header__bg--headerline-bottom {
  position: absolute;
  top: 35%;
  right: 15%;
  display: none;
}

.mood {
  background-image: url("../img/home_bg.jpg");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 15rem;
}
.mood .header {
  background: none !important;
}

.login {
  background-color: #E9E0DD;
  border-radius: 0 60px 0 0;
  padding: 25px 40px 20px 30px;
}
@media screen and (min-width: 1050px) {
  .login {
    max-width: 700px;
    margin-left: 90px;
  }
}
.login a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.login a.btn {
  color: white;
}
.login * {
  position: relative;
  z-index: 1;
}

.login__headline {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
}

.login__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1050px) {
  .login__form {
    align-items: center;
    flex-direction: row;
  }
}

.login__problem {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (min-width: 1050px) {
  .login__problem {
    margin-left: 30px;
  }
}

.login__privacy {
  font-size: 1.4rem;
  line-height: 2rem;
}

.login__registration {
  font-style: italic;
}
.login__registration a {
  display: block;
  font-style: normal;
  background-color: #EC694A;
  padding: 3px 8px;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .login__registration a {
    display: inline;
    margin-left: 20px;
  }
}

.sitemap {
  margin-bottom: 6.5rem;
  position: relative;
  z-index: 1;
}

.sitemap__label {
  font-weight: 600;
}

.nav--top {
  margin-left: auto;
  position: fixed;
  background-color: #5C2928;
  top: 0;
  right: 0;
  max-width: 357px;
  height: 100vh;
  padding: 95px 30px 50px 30px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.3s all ease-in-out;
  z-index: 1500;
}
@media screen and (min-width: 1100px) {
  .nav--top.is_responsive {
    transform: none;
    position: static;
    background-color: transparent;
    max-width: none;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px) {
  .nav--top.is_responsive .nav__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .nav--top.is_responsive .nav__close {
    display: none;
  }
}
.nav--top.open {
  transform: translateX(0);
}
.nav--top .nav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .is_responsive .nav--top .nav__list {
    flex-direction: row;
  }
}
.nav--top .nav__item {
  margin-right: 2px;
  background-color: #5C2928;
  margin-bottom: 1rem;
}
.nav--top .nav__item.active {
  background-color: #AE3F39;
}
.nav--top .nav__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1100px) {
  .is_responsive .nav--top .nav__item {
    margin-bottom: 0;
  }
}
.nav--top .nav__link {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
}
.nav--top .nav__link:hover {
  text-decoration: none;
}
.nav--top .nav__item--home {
  background-color: #5C2928;
}
.nav--top .nav__item--home .nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav--top .nav__item--home svg {
  width: 16px;
  height: 15px;
}
.nav--top .nav__close {
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  display: block;
  margin-left: auto;
  position: fixed;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 1100px) {
  .is_responsive .nav--top .nav__close {
    display: none;
  }
}
.nav--top .nav__close svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.nav--sitemap .nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav--sitemap .nav__link {
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.nav--sitemap .nav__link:hover {
  border-bottom: 2px solid white;
  text-decoration: none;
}

.nav__open {
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  display: block;
  margin-left: auto;
  background-color: #EC694A;
  padding: 10px 5px;
}
@media screen and (min-width: 1100px) {
  .nav__open.is_responsive {
    display: none;
  }
}
.nav__open svg {
  width: 40px;
  height: 20px;
  stroke: white;
}

.nav--footer .nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  max-width: 250px;
}
.nav--footer .nav__link {
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.nav--footer .nav__link:hover {
  border-bottom: 2px solid white;
  text-decoration: none;
}

.nav--bottom {
  position: relative;
  z-index: 1;
}
.nav--bottom .nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .nav--bottom .nav__list {
    flex-direction: row;
  }
}
.nav--bottom .nav__item {
  margin-right: 20px;
}
.nav--bottom .nav__link {
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.nav--bottom .nav__link:hover {
  border-bottom: 2px solid white;
  text-decoration: none;
}

.intro {
  background-color: #455A49;
  padding: 35px 0;
  color: white;
}

.intro__headline {
  color: white;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
}
.intro__headline svg {
  margin-right: 10px;
}

.intro__headline--ackerbuehne {
  color: #455A49 !important;
}
.intro__headline--ackerbuehne svg {
  width: 20px;
  height: 25px;
  fill: #455A49;
}

.intro__headline--ackerthek {
  color: #5C2928 !important;
}
.intro__headline--ackerthek svg {
  width: 30px;
  height: 23px;
  fill: #5C2928;
}

.intro__headline--infostand {
  color: #D3AC85 !important;
}
.intro__headline--infostand svg {
  width: 9px;
  height: 25px;
  fill: #D3AC85;
}

.intro__headline--teilnehmerliste {
  color: #ED694A !important;
}
.intro__headline--teilnehmerliste svg {
  width: 25px;
  height: 25px;
  fill: #ED694A;
  stroke: #ED694A;
}

.intro__headline--ackercafe {
  color: #AE3F39 !important;
}
.intro__headline--ackercafe svg {
  width: 36px;
  height: 28px;
  fill: #AE3F39;
}

.intro__headline--ackersessions {
  color: #798811 !important;
}
.intro__headline--ackersessions svg {
  width: 32px;
  height: 32px;
  fill: #798811;
}

.intro__text {
  margin-bottom: 4.5rem;
}

.intro--light {
  background-color: transparent;
  color: #000000;
}
.intro--light .intro__headline {
  color: #455A49;
}

.intro--tabs {
  padding-bottom: 0;
}

.intro--home {
  position: relative;
}
.intro--home h1 {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.intro--home .row {
  position: relative;
  z-index: 1;
}
.intro--home .intro__bg {
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 0;
}

.main .intro--home a {
  color: #EC694A;
}

.intro__button-group {
  margin-top: 2rem;
}

.tab__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #455A49;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .tab__list {
    flex-direction: row;
  }
}

.tab__item {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .tab__item {
    margin-right: 2px;
    width: auto;
  }
}
.tab__item:last-child {
  margin-right: 0;
}

.tab__button {
  border: none;
  background-color: #5C2928;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 5px 12px;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .tab__button {
    width: auto;
  }
}
.tab__button.active {
  padding: 6px 12px;
  background-color: #AB3E38;
}

.tab__content {
  display: none;
}
.tab__content.show {
  display: block;
}

.people {
  padding: 60px 0 150px 0;
}

.people__image {
  border-radius: 50%;
  border: 6px solid #D4AC86;
  margin-bottom: 2.3rem;
  width: 100%;
}

.people__name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.people__button {
  background: none;
  border: none;
  color: #EC694A;
  border-bottom: 2px solid #EC694A;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
}

.footer {
  background-color: #5C2928;
  color: white;
  padding: 50px 0;
  position: relative;
}

.footer__address {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.footer__address_location {
  font-weight: bold;
}

.footer__social__list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 190px;
}

.footer__social__link svg {
  width: 28px;
  height: 28px;
  fill: white;
  stroke: white;
}

.footer__brand {
  text-align: right;
}

.footer__logo {
  display: inline-block;
}

.footer__bg--top {
  position: absolute;
  top: -132px;
  left: 50%;
  z-index: 0;
}

.scrolltop {
  border: none;
  background: none;
  display: inline-block;
  position: fixed;
  bottom: 125px;
  right: 30px;
  opacity: 1;
  transition: 0.3s all ease-in-out;
  z-index: 1000;
}
.scrolltop.hidden {
  opacity: 0;
}
.scrolltop svg {
  width: 60px;
  height: 60px;
}

.modal__background {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.modal__background.show {
  display: flex;
}

.modal {
  background-color: #E9E0DD;
  border-radius: 8px;
  max-width: 540px;
  margin: 0 auto;
  height: 60vh;
  max-height: 600px;
  padding: 20px 30px 25px 30px;
  display: none;
  width: 100%;
}
.modal.show {
  display: block;
}

.modal__close {
  border: none;
  background: none;
  padding: 0;
}
.modal__close svg {
  width: 30px;
  height: 30px;
  stroke: #455A49;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.modal__label {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
}

.modal__body {
  max-height: 90%;
  overflow-x: auto;
  font-weight: normal;
}

.modal__person {
  display: flex;
  margin-bottom: 12px;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .modal__person {
    align-items: center;
    flex-direction: row;
  }
}
.modal__person a {
  text-decoration: underline;
  color: #393939;
  flex: 0 0 114px;
  font-weight: 600;
}
.modal__person h3 {
  font-weight: 600;
}

.main .modal__person a {
  text-decoration: none;
}

.modal__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #D4AC86;
  margin-right: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
  .modal__image {
    margin-bottom: 0;
  }
}

.modal__sessions {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.modal__sessions strong {
  font-size: 1.6rem;
}
.modal__sessions h4 {
  color: #393939;
  line-height: 1;
  margin-bottom: 5px;
}
.modal__sessions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal__sessions a {
  color: #EC694A;
  text-decoration: underline;
}

.modal__sessions__time {
  font-size: 1.6rem;
  font-weight: 600;
}

.modal--programm .modal__title {
  font-weight: 600;
}

.modal__headline {
  font-weight: 600;
  font-size: 2.3rem;
}

.modal--registration {
  height: auto;
  max-height: 90vh;
}
.modal--registration .modal__body {
  margin-bottom: 2rem;
  max-height: 300px;
}
.modal--registration .modal__footer .btn {
  width: 100%;
}

.modal__session {
  background-color: #F8F4F3;
  padding: 10px 20px;
  margin-bottom: 2px;
  position: relative;
  padding-right: 60px;
}
.modal__session svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__session__time {
  margin-bottom: 0.5rem;
}

.modal__session__title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.4rem;
}

.program__head {
  display: flex;
  padding: 20px 0 20px 0;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .program__head {
    padding: 20px 0 20px 20px;
    align-items: center;
    flex-direction: row;
  }
}

.program__day {
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .program__day {
    margin-bottom: 0;
  }
}

.program__filter {
  flex-direction: column;
  display: none;
}
@media screen and (min-width: 1200px) {
  .program__filter {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
  }
}

.program__filter__label {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .program__filter__label {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.program__speaker {
  font-weight: normal;
}

.program__button__container {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.program__info__open {
  border: none;
  background: none;
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 0;
}
.program__info__open svg {
  width: 24px;
  height: 24px;
}

.program__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .program__container {
    flex-direction: row;
  }
}

.program__stages {
  flex: 0 0 calc(112px + calc(20% + 2px));
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .program__stages {
    flex: 0 0 calc(112px + calc(25% + 2px));
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.program__sessions {
  flex: 1;
}

.filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .filter__list {
    flex-direction: row;
  }
}

.filter__item {
  margin-bottom: 1px;
}
@media screen and (min-width: 700px) {
  .filter__item {
    margin-bottom: 0;
    margin-right: 1px;
  }
}
.filter__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.filter__button {
  border: none;
  text-transform: uppercase;
  padding: 4px 12px;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .filter__button {
    width: auto;
  }
}
.filter__button.active {
  color: white;
}

.filter__button--kita {
  color: #E40134;
}
.filter__button--kita.active {
  background-color: #E40134;
}

.filter__button--schule {
  color: #EF7D00;
}
.filter__button--schule.active {
  background-color: #EF7D00;
}

.filter__button--community {
  color: #465949;
}
.filter__button--community.active {
  background-color: #465949;
}

.filter__button--ackercoach {
  color: #D4AC86;
}
.filter__button--ackercoach.active {
  background-color: #D4AC86;
}

.filter__button--partner {
  color: #78890D;
}
.filter__button--partner.active {
  background-color: #78890D;
}

.filter__button--alle {
  color: #000000;
}
.filter__button--alle.active {
  background-color: #000000;
}

.filter-schule-active .table__session,
.filter-kita-active .table__session,
.filter-ackercoach-active .table__session,
.filter-community-active .table__session,
.filter-partner-active .table__session,
.filter-alle-active .table__session {
  opacity: 0;
}

.filter-schule-active .filter-schule {
  opacity: 1;
}

.filter-kita-active .filter-kita {
  opacity: 1;
}

.filter-ackercoach-active .filter-ackercoach {
  opacity: 1;
}

.filter-community-active .filter-community {
  opacity: 1;
}

.filter-partner-active .filter-partner {
  opacity: 1;
}

.filter-alle-active .filter-alle {
  opacity: 1;
}

.table__header {
  display: flex;
  margin-bottom: 2px;
}

.table__header__item {
  padding: 8px 20px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 2px;
  font-size: 1.6rem;
}
.table__header__item:last-child {
  margin-right: 0;
}

.table__header__item--time {
  justify-content: center;
  flex: 0 0 112px;
}
.table__header__item--time svg {
  width: 15px;
  height: 15px;
}

.table__header__item--stage {
  background-color: #455A49;
  flex: 1;
}

.table__header__item--session {
  background-color: #78890D;
  flex: 1;
}

.table__row {
  display: flex;
}

.table__item {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 45px 5px 10px;
  background-color: #F8F4F3;
  margin-right: 2px;
  position: relative;
  line-height: 2rem;
  position: relative;
}
.table__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #E9E0DD;
  width: 100%;
}
.table__item:last-child {
  margin-right: 0;
}

.table__item--time {
  flex: 0 0 112px;
  background-color: transparent;
  padding: 5px 10px 5px 10px;
  border-bottom: 2px solid #8E8E8E;
}
.table__item--time:after {
  background-color: #8E8E8E;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  left: 0;
}

.table__item--stage {
  flex: 1;
}

.table__item--session {
  flex: 1;
  display: flex;
  background-color: transparent;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .table__item--session {
    margin-bottom: 0;
  }
}

.table__item--break {
  color: #000000;
  background-color: transparent;
  flex: 1;
}

.table__item--spacer {
  background-color: transparent;
  flex: 1;
  display: none;
}
@media screen and (min-width: 1200px) {
  .table__item--spacer {
    display: block;
  }
}

.table__session {
  background-color: #F8F4F3;
  width: 100%;
  padding: 5px 45px 5px 10px;
  margin-right: 2px;
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 2px;
}
@media screen and (min-width: 1200px) {
  .table__session {
    margin-bottom: 0;
    width: calc(25% - 2px);
    width: calc(33% - 2px);
  }
}
.table__session:last-child {
  margin-right: 0;
}

.bp-program .table__session {
  margin-top: 0 !important;
}

.table__session__label__container {
  position: absolute;
  bottom: 2px;
  right: 0;
}

.table__session__label {
  background-color: white;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  display: block;
  margin-bottom: 2px;
}
.table__session__label:last-child {
  margin-bottom: 0;
}

.table__session__time {
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
}

.btn {
  background-color: #EC694A;
  color: white;
  border: none;
  padding: 4px 12px;
  text-transform: uppercase;
  align-items: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none !important;
}
.btn ~ .btn {
  margin-top: 2rem;
}
@media screen and (min-width: 1050px) {
  .btn ~ .btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn svg {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  fill: white;
}

.main a.btn {
  color: white;
}

.btn--large {
  font-size: 3rem;
  font-weight: 600;
  padding: 10px 20px;
}

.btn--invert {
  background-color: white;
  color: #EC694A !important;
}

.btn--skewed {
  padding: 15px 18px;
  position: relative;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}
.btn--skewed::before, .btn--skewed::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  transform: skewX(-20deg);
  top: 0;
  background-color: #EC694A;
}
.btn--skewed::before {
  left: -15px;
}
.btn--skewed::after {
  right: -15px;
}
.btn--skewed + .btn--skewed {
  margin-left: 40px;
}

.btn--icon {
  display: inline-flex;
  align-items: center;
}
.btn--icon svg {
  margin-left: auto;
  width: 16px;
  height: 16px;
}

.btn--clean {
  background-color: transparent !important;
  color: #EC694A !important;
  padding-left: 0;
  padding-right: 0;
}
.btn--clean svg {
  fill: #EC694A !important;
  margin-left: 10px !important;
}

.sidebar {
  margin-top: 5rem;
}
@media screen and (min-width: 1050px) {
  .sidebar {
    margin-top: 0;
  }
}

.sidebar--participant .btn--skewed {
  margin-bottom: 9.5rem;
}
.sidebar--participant h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.sidebar--participant__text {
  margin-bottom: 8rem;
}

.sidebar__hashtag {
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 3rem;
  line-height: 1;
  color: #455A49;
}
@media screen and (min-width: 700px) {
  .sidebar__hashtag {
    font-size: 2.8rem;
  }
}

.sibebar__social__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sibebar__social__list li {
  margin-bottom: 1.5rem;
}
.sibebar__social__list li:last-child {
  margin-bottom: 0;
}
.sibebar__social__list a {
  color: #455A49 !important;
  text-decoration: none !important;
}
.sibebar__social__list a:hover {
  text-decoration: none;
}
.sibebar__social__list svg {
  fill: #455A49;
  stroke: #455A49;
  width: 27px;
  height: 27px;
  margin-right: 20px;
}

.sidebar__social__website__icon {
  width: 27px;
  height: 27px;
  margin-right: 20px;
}

.sidebar--livestream__hashtag {
  font-size: 4.8rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 3rem;
}

.sidebar--livestream__social__item {
  display: flex;
}
.sidebar--livestream__social__item svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  fill: #455A49;
}

.blog__header span {
  color: #AE3F39;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.blog__header h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #5C2928;
}

input[type=text],
input[type=url],
input[type=email],
select {
  border: none;
  background-color: #EEEEEE;
  padding: 8px 10px;
  width: 100%;
}

.select {
  appearance: none;
}

.select__container {
  position: relative;
}
.select__container::after {
  content: url("../img/icon_dropdown.svg");
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 7px;
  width: 13px;
  height: 6px;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

textarea {
  border: none;
  resize: none;
  width: 100%;
  background-color: #EEEEEE;
  padding: 8px 10px;
}

form .btn {
  display: flex;
}

.checkbox__group .checkbox {
  margin-bottom: 1rem;
}

fieldset {
  margin-bottom: 3.5rem;
}
fieldset h3 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.form__footer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1050px) {
  .form__footer {
    align-items: center;
    flex-direction: row;
  }
}
.form__footer .checkbox {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1050px) {
  .form__footer .checkbox {
    margin-bottom: 0;
  }
}

button[type=submit] {
  align-self: center;
}
@media screen and (min-width: 1050px) {
  button[type=submit] {
    align-self: auto;
    margin-left: auto;
  }
}

.checkbox {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1050px) {
  .checkbox {
    margin-bottom: 0;
  }
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input[type=checkbox]:checked ~ .checkbox__input::after {
  display: block;
}
.checkbox .checkbox__input {
  width: 24px;
  height: 24px;
  background-color: #EEEEEE;
  margin-right: 10px;
  position: relative;
}
.checkbox .checkbox__input::after {
  content: url("../img/icon_checkmark.svg");
  position: absolute;
  height: 20px;
  bottom: 2px;
  left: 0;
  display: none;
}

.form--login {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1050px) {
  .form--login {
    margin-bottom: 0;
  }
}

input {
  border: none;
  padding: 0 15px;
}
input::placeholder {
  font-style: italic;
}

.form--contact {
  margin-bottom: 4rem;
}

.form--question {
  display: flex;
}

.form__message {
  margin-bottom: 10px;
  display: none;
}
.form__message.show {
  display: block;
}
.form__message#messageSuccess {
  color: #455A49;
}
.form__message#messageError {
  color: #AE3F39;
}

.usersessions {
  margin-bottom: 8rem;
}

.usersessions__headline {
  color: #455A49;
  margin-bottom: 2rem;
}

.usersessions__list {
  max-width: 1000px;
}

.usersessions__row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-top: 1px solid black;
}
@media screen and (min-width: 1050px) {
  .usersessions__row {
    align-items: center;
    flex-direction: row;
    border-top: none;
  }
}
.usersessions__row:last-child {
  border-bottom: 1px solid black;
}
@media screen and (min-width: 1050px) {
  .usersessions__row:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1050px) {
  .usersessions__row:last-child .usersessions__cell {
    border-bottom: 1px solid black;
  }
}
.usersessions__row:last-child .usersessions__cell--action {
  border-color: transparent;
}

.usersessions__cell {
  padding: 5px 0 5px 10px;
}
@media screen and (min-width: 1050px) {
  .usersessions__cell {
    border-top: 1px solid black;
    align-self: stretch;
  }
}

@media screen and (min-width: 1050px) {
  .usersessions__cell--time {
    flex: 0 0 200px;
  }
}

@media screen and (min-width: 1050px) {
  .usersessions__cell--title {
    flex: 1;
    padding-right: 15px;
  }
}

.usersessions__cell--action {
  padding: 0;
  border-color: transparent;
}
@media screen and (min-width: 1050px) {
  .usersessions__cell--action {
    flex: 0 0 120px;
    text-align: right;
  }
}

.usersessions__button {
  background-color: #F8F4F3;
  text-transform: uppercase;
  border: none;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  font-size: 1.4rem;
}
.usersessions__button:hover {
  opacity: 1;
}

.usersessions__text {
  margin-bottom: 1rem;
}

.registration .program__info__open {
  top: 20px;
}
.registration .program__info__open {
  position: static;
}

.registration__select,
.registration__select--blocked {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  height: 24px;
  width: 24px;
  background-position: left top;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  background-image: url("/_assets/img/icon_session_off.svg");
  background-color: transparent;
  margin-bottom: 5px;
}
.registration__select.on,
.registration__select--blocked.on {
  background-image: url("/_assets/img/icon_session_on.svg");
}

.registration__select--blocked {
  background-image: url("/_assets/img/icon_session_blocked.svg");
}

.registration__blocked {
  background-image: url("/_assets/img/icon_session_blocked.svg");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.registration__footer {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media screen and (min-width: 1050px) {
  .registration__footer {
    flex-direction: row;
    align-items: center;
  }
}
.registration__footer form {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1050px) {
  .registration__footer form {
    margin-bottom: 0;
  }
}

.registration__legend {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1050px) {
  .registration__legend {
    margin-left: auto;
  }
}
@media screen and (min-width: 700px) {
  .registration__legend {
    align-items: center;
    flex-direction: row;
  }
}

.registration__legend__item {
  margin-right: 20px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  .registration__legend__item {
    margin-bottom: 0;
  }
}
.registration__legend__item:last-child {
  margin-right: 0;
}
.registration__legend__item img {
  margin-right: 7px;
}

.carousel {
  background-color: #AE3F39;
  position: relative;
  padding: 0 20px 20px 20px;
  color: white;
  margin-top: 35px;
}
.carousel::before {
  content: "";
  background: url("../img/carousel_roof.svg") top center no-repeat;
  width: 100%;
  height: 35px;
  position: absolute;
  top: -35px;
  left: 0;
}

.carousel__header {
  text-align: center;
  margin-bottom: 15px;
}

.carousel__item {
  border-top: 1px solid white;
  padding: 10px 5px;
}
.carousel__item:last-child {
  padding-bottom: 0;
}

.carousel__text {
  margin-bottom: 30px;
}

.carousel__name {
  font-weight: bold;
}

.carousel__social {
  list-style: none;
  padding: 0;
  display: flex;
}

.carousel__social__item {
  margin-right: 20px;
}
.carousel__social__item svg {
  fill: white;
}

.carousel__social__item--email svg {
  width: 26px;
  height: 18px;
}

.carousel__social__item--facebook svg {
  width: 22px;
  height: 22px;
}

.carousel__social__item--instagram svg {
  width: 21px;
  height: 21px;
  stroke: white;
}

.carousel__social__item--twitter svg {
  width: 25px;
  height: 20px;
}

.carousel__social__item--linkedin svg {
  width: 20px;
  height: 20px;
}

.participants__header {
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
}
@media screen and (min-width: 1050px) {
  .participants__header {
    align-items: center;
    flex-direction: row;
  }
}
.participants__header span {
  margin-bottom: 10px;
}
@media screen and (min-width: 1050px) {
  .participants__header span {
    margin-bottom: 0;
  }
}
.participants__header span:last-child {
  margin-bottom: 0;
}

.participants__name {
  font-weight: bold;
}
@media screen and (min-width: 1050px) {
  .participants__name {
    flex: 0 0 235px;
  }
}

.participants__organization {
  flex: 1;
}

@media screen and (min-width: 1050px) {
  .participants__chat {
    text-align: right;
    flex: 0 0 115px;
    align-items: center;
  }
}
.participants__chat svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

@media screen and (min-width: 1050px) {
  .participants__toggle {
    flex: 0 0 130px;
    text-align: right;
    align-items: center;
  }
}
.participants__toggle svg {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
}

.open .participants__toggle svg {
  transform: rotate(180deg);
}

.participants__chat__button,
.participants__toggle__button {
  background: none;
  border: none;
  padding: 0;
}

.participants__chat__button {
  color: #EC694A;
}

.participants__item {
  border-top: 1px solid #999;
}
.participants__item:last-child {
  border-bottom: 1px solid #999;
}

.participants__content__container {
  border-top: 1px solid #999;
  padding: 20px 25px;
  background-color: #EEE;
  font-size: 1.6rem;
}

.participants__content__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  .participants__content__row {
    flex-direction: row;
  }
}
.participants__content__row div:first-child {
  font-weight: bold;
}
@media screen and (min-width: 700px) {
  .participants__content__row div:first-child {
    flex: 0 0 220px;
    padding-right: 50px;
  }
}

.participants__contact__list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.participants__contact__item {
  margin-right: 30px;
}
.participants__contact__item svg {
  fill: black;
}

.participants__contact__item--email svg {
  width: 26px;
  height: 18px;
}

.participants__contact__item--facebook svg {
  width: 22px;
  height: 22px;
}

.participants__contact__item--instagram svg {
  width: 21px;
  height: 21px;
  stroke: black;
}

.participants__contact__item--twitter svg {
  width: 25px;
  height: 20px;
}

.participants__contact__item--linkedin svg {
  width: 20px;
  height: 20px;
}

.acc__item.open .acc__container {
  max-height: 500px;
}

.acc__container {
  max-height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.livestream {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1050px) {
  .livestream {
    flex-direction: row;
  }
}

.livestream__left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.livestream__video {
  background-color: black;
  display: flex;
  align-items: center;
  flex: 1;
}

.livestream__chat {
  height: 400px;
  background-color: #455A49;
  padding: 30px 25px 25px 25px;
  color: white;
}
@media screen and (min-width: 1050px) {
  .livestream__chat {
    flex: 0 0 363px;
    height: 666px;
  }
}

.livestream__question {
  background-color: #D3AC86;
  padding: 25px 28px;
}

.livestream__question__label {
  font-weight: 600;
  margin-bottom: 1rem;
}

.livestream__tabs {
  display: none;
}
@media screen and (min-width: 1050px) {
  .livestream__tabs {
    display: flex;
    justify-content: flex-end;
  }
}

.livestream__tabs--mobile {
  display: flex;
  margin-top: 2rem;
}
@media screen and (min-width: 1050px) {
  .livestream__tabs--mobile {
    display: none;
  }
}

#slido_content iframe {
  height: 296px;
}
@media screen and (min-width: 1050px) {
  #slido_content iframe {
    height: 559px;
  }
}

#chat,
#chat_next {
  color: white;
  height: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  word-wrap: break-word;
}
#chat form,
#chat_next form {
  display: flex;
  position: relative;
}
#chat a,
#chat_next a {
  overflow-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
}

#chat {
  display: none;
}

.chat__headline {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 2rem;
}

.storytile-sites-public-chat-messages {
  margin-bottom: 30px;
  height: 220px;
  overflow-y: auto;
}
@media screen and (min-width: 1050px) {
  .storytile-sites-public-chat-messages {
    height: 484px;
  }
}

.storytile-sites-public-chat-message {
  padding: 15px 0;
  border-bottom: 1px solid white;
}
.storytile-sites-public-chat-message:first-child {
  padding-top: 0;
}
.storytile-sites-public-chat-message:last-child {
  border-bottom: none;
}

.storytile-sites-public-chat-message-time {
  display: none;
}

.storytile-sites-public-chat-message-user {
  font-weight: 600;
}

.storytile-sites-public-chat-input-text {
  resize: none;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
  overflow: auto;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
}

.storytile-sites-public-chat-input-button {
  border: none;
  background-color: #EC694A;
  color: white;
  flex: 0 0 47px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storytile-sites-public-chat-input-button svg {
  fill: white;
  width: 20px;
  height: 20px;
}

.storytile-sites-emoji-menu {
  position: absolute;
  top: 11px;
  right: 55px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  cursor: pointer;
}

.storytile-sites-emoji-menu[data-open] {
  overflow: visible;
}

.storytile-sites-emoji-menu-list {
  position: absolute;
  bottom: 25px;
  right: 0;
  background: #fff;
  width: 200px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
}

.storytile-sites-emoji-menu-list > span {
  position: relative;
  padding: 0.25em;
  background: transparent;
}

.storytile-sites-emoji-proposal {
  position: absolute;
  bottom: 25px;
  left: 0;
  box-sizing: border-box;
  background-color: #e0e0e0;
  border: 1px solid #ddd;
  padding: 0.5em;
}

.storytile-sites-emoji-proposal > span {
  position: relative;
  padding: 0.25em;
  background: transparent;
}

.storytile-sites-emoji-proposal > span.storytile-sites-emoji-proposal-selected {
  background: #0F9FDF;
}

.storytile-sites-private-chat-anchor {
  position: fixed;
  bottom: 50px;
  right: 50px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}

.storytile-sites-private-chat-indicator {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 60px;
  height: 60px;
  background-color: #EC694A;
  line-height: 57px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.storytile-sites-private-chat-indicator.storytile-sites-private-chat-indicator-unread-messages {
  background-color: #EC694A;
  color: white;
  font-weight: bold;
}

.storytile-sites-private-chat-messenger {
  position: absolute;
  bottom: 50px;
  max-width: 600px;
  height: 500px;
  left: 30px;
  right: 30px;
  background-color: #455A49;
  z-index: 999;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1050px) {
  .storytile-sites-private-chat-messenger {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 445px 55px;
    width: 100%;
    right: 50px;
    left: auto;
    bottom: 0;
  }
}

.storytile-sites-private-chat-close-messenger {
  position: absolute;
  display: grid;
  place-items: center;
  top: -1em;
  left: -1em;
  background-color: #EC694A;
  border-radius: 50%;
  color: #fff;
  z-index: 110;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.storytile-sites-private-chat-close-messenger::before {
  position: relative;
  display: block;
  content: "";
  background: url("../img/icon_close_white.svg") center center no-repeat;
  background-size: 20px 20px;
  color: white;
  width: 36px;
  height: 36px;
  top: 0;
}

.storytile-sites-private-chat-contacts {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 9;
  background: #455A49;
  color: white;
  height: 200px;
}
@media screen and (min-width: 1050px) {
  .storytile-sites-private-chat-contacts {
    height: 100%;
    grid-row-end: 3;
    grid-row-start: 1;
  }
}

.storytile-sites-private-chat-contact {
  position: relative;
  display: block;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}

.storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-unread-messages {
  font-weight: bold;
  color: #fff;
}

.storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-unread-messages:before {
  content: "+ ";
}

.storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-selected {
  text-decoration: underline;
}

.storytile-sites-private-chat-messages {
  overflow-x: hidden;
  overflow-y: auto;
  background: #CDE7DC;
  padding: 10px;
  box-sizing: border-box;
  grid-row-start: 1;
  grid-row-end: 2;
  border-radius: 0 5px 0 0;
}

.storytile-sites-private-chat-inputs {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 7px 20px;
  width: 100%;
}
.storytile-sites-private-chat-inputs .storytile-sites-emoji-menu {
  right: 125px;
  top: 15px;
  cursor: pointer;
}

.storytile-sites-private-chat-input-text {
  box-sizing: border-box;
  resize: none;
  height: 40px;
  padding: 4px 50px 4px 4px;
  flex: 1;
  border: none;
}

.storytile-sites-private-chat-input-button {
  width: 100px;
  height: 40px;
  border: none;
  background-color: #EC694A;
  padding: 5px 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: none;
}

.storytile-sites-private-chat-message {
  position: relative;
  padding: 0.5em;
}

.storytile-sites-private-chat-message.storytile-sites-private-chat-message-self {
  text-align: right;
}

.storytile-sites-private-chat-message-user {
  font-size: 1.8rem;
  line-height: 1.4;
}

.storytile-sites-private-chat-message-time {
  font-size: 1.6rem;
  line-height: 1.4;
}

.storytile-sites-private-chat-message-text {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  background: #455A49;
  padding: 5px;
  border-radius: 0px;
  max-width: 80%;
  color: white;
}

.storytile-sites-private-chat-indicator.storytile-sites-private-chat-indicator-unread-messages {
  background: #EC694A;
}

.sessions iframe {
  background-color: black;
}

.sessions__item {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
@media screen and (min-width: 1050px) {
  .sessions__item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1050px) {
  .sessions__item:last-child .sessions__item__col--time,
.sessions__item:last-child .sessions__item__col--title {
    border-bottom: 1px solid #8E8E8E;
  }
}
.sessions__item:last-child .sessions__item__col--watch {
  border-bottom: 1px solid #8E8E8E;
  padding-bottom: 5px;
}
@media screen and (min-width: 1050px) {
  .sessions__item:last-child .sessions__item__col--watch {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
  }
}
.sessions__item.active {
  background-color: rgba(255, 255, 255, 0.5);
}
.sessions__item > span {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1050px) {
  .sessions__item > span {
    margin-bottom: 0;
  }
}

.sessions__item__col--time {
  padding: 0 5px;
  border-top: 1px solid #8E8E8E;
}
@media screen and (min-width: 1050px) {
  .sessions__item__col--time {
    flex: 0 0 170px;
    padding: 4px 0 4px 5px;
  }
}
.sessions__item__col--time span {
  font-weight: 600;
}

.sessions__item__col--title {
  padding: 0 5px;
}
@media screen and (min-width: 1050px) {
  .sessions__item__col--title {
    padding: 4px 0;
    border-top: 1px solid #8E8E8E;
    flex: 1;
  }
}
.active .sessions__item__col--title {
  font-weight: 600;
}

.sessions__item__col--watch {
  border-top: 1px solid transparent;
  padding: 0 5px;
}
@media screen and (min-width: 1050px) {
  .sessions__item__col--watch {
    text-align: right;
    flex: 0 0 145px;
    padding: 0;
    display: flex;
  }
}
.sessions__item__col--watch .btn {
  width: 145px;
}

.session__item--soon .btn {
  background-color: #D4AC86;
  color: #AE3F39;
}

.session__item--over .btn {
  background-color: #D1C9C7;
}

.media__headline {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.media__stream {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1050px) {
  .media__stream {
    flex-direction: row;
    height: 495px;
  }
}

.media__stream__video {
  background-color: black;
  display: flex;
  align-items: center;
  flex: 1;
}

.media__stream__selection {
  height: 300px;
  overflow-y: auto;
}
@media screen and (min-width: 1050px) {
  .media__stream__selection {
    height: auto;
    flex: 0 0 420px;
    padding-left: 50px;
  }
}

.media__stream__list {
  color: white;
}

.media__stream__item {
  border-top: 1px solid #393939;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  color: #000000;
}
.media__stream__item:last-child {
  border-bottom: 1px solid #393939;
}
.media__stream__item.active .media__stream__play button {
  background-color: #AE3F39;
}
.media__stream__item.active .media__stream__play svg {
  fill: #D4AC86;
}

.media__stream__play {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.media__stream__play .btn {
  background-color: #D4AC86;
  height: 35px;
  padding: 0;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media__stream__play .btn svg {
  width: 13px;
  height: 16px;
  fill: #AE3F39;
  margin-left: 0;
}

.media__table {
  margin-bottom: 4rem;
}

.media__table__row {
  display: flex;
  border-top: 1px solid #393939;
  padding: 20px 35px 20px 15px;
  flex-direction: column;
}
@media screen and (min-width: 1050px) {
  .media__table__row {
    align-items: center;
    flex-direction: row;
  }
}
.media__table__row:last-child {
  border-bottom: 1px solid #393939;
}

.media__table__col--title {
  font-weight: 600;
}
@media screen and (min-width: 1050px) {
  .media__table__col--title {
    flex: 0 0 550px;
    padding-right: 30px;
  }
}

.media__table__col--sub {
  margin-bottom: 10px;
}
@media screen and (min-width: 1050px) {
  .media__table__col--sub {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1050px) {
  .media__table__col--button {
    flex: 0 0 175px;
    margin-left: auto;
    text-align: right;
  }
}
.main .media__table__col--button .btn {
  background-color: #D4AC86;
  color: #AE3F39;
  text-transform: none;
}
.main .media__table__col--button .btn svg {
  margin-left: 0;
  margin-right: 10px;
  fill: #AE3F39;
}
.active .main .media__table__col--button .btn {
  background-color: #AE3F39;
  color: #D4AC86;
}
.active .main .media__table__col--button .btn svg {
  fill: #D4AC86;
}

.info__headline {
  color: #455A49;
  font-size: 2.1rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
}

.overview {
  background-color: #E9E0DD;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.overview__container {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 1045px) {
  .overview__container {
    max-width: none;
    padding: 0;
    height: 580px;
    width: 1000px;
  }
}

.overview__background {
  max-width: none;
  display: none;
}
@media screen and (min-width: 1045px) {
  .overview__background {
    display: block;
    position: absolute;
    top: -140px;
    left: 0;
    transform: translateX(0);
    width: 1000px;
    height: 720px;
  }
}

.overview__item {
  color: white;
  z-index: 0;
  transition: z-index 0.3s ease-in-out;
}
@media screen and (min-width: 1045px) {
  .overview__item {
    position: absolute;
  }
}
.overview__item.open {
  z-index: 100;
}

.overview__toggle {
  padding: 14px 30px 13px 30px;
  position: relative;
  z-index: 10;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.overview__toggle span {
  display: flex;
  align-items: center;
}
.overview__toggle span:first-child {
  flex: 0 0 40px;
  justify-content: center;
}
@media screen and (min-width: 1045px) {
  .overview__toggle span:first-child {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
}
.overview__toggle svg {
  margin-right: 10px;
  fill: white;
}
@media screen and (min-width: 1045px) {
  .overview__toggle {
    padding: 14px 75px 13px 85px;
  }
}

.overview__item--ackerbuehne {
  background-color: #465949;
}
.overview__item--ackerbuehne .overview__toggle svg {
  width: 11px;
  height: 16px;
}
@media screen and (min-width: 1045px) {
  .overview__item--ackerbuehne {
    width: 331px;
    top: 75px;
    left: 395px;
    z-index: 1;
    background: transparent url("../img/overview_bg_ackerbuehne.svg") top left no-repeat;
  }
}

.overview__item--ackersessions {
  background-color: #78890D;
}
.overview__item--ackersessions .overview__toggle svg {
  width: 19px;
  height: 13px;
}
@media screen and (min-width: 1045px) {
  .overview__item--ackersessions .overview__toggle {
    padding: 14px 75px 13px 75px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--ackersessions .overview__content__container {
    padding: 0 75px 25px 75px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--ackersessions {
    width: 331px;
    top: 127px;
    left: 150px;
    z-index: 1;
    background: transparent url("../img/overview_bg_ackersessions.svg") top left no-repeat;
  }
}

.overview__item--ackerthek {
  background-color: #542024;
}
.overview__item--ackerthek .overview__toggle svg {
  width: 20px;
  height: 15px;
}
@media screen and (min-width: 1045px) {
  .overview__item--ackerthek .overview__toggle {
    padding: 14px 75px 13px 85px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--ackerthek .overview__content__container {
    padding: 0 75px 25px 70px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--ackerthek {
    width: 331px;
    top: 287px;
    left: 555px;
    z-index: 1;
    background: transparent url("../img/overview_bg_ackerthek.svg") top left no-repeat;
  }
}

.overview__item--ackercafe {
  background-color: #AE3F39;
}
.overview__item--ackercafe .overview__toggle svg {
  width: 26px;
  height: 21px;
}
@media screen and (min-width: 1045px) {
  .overview__item--ackercafe .overview__toggle {
    padding: 14px 75px 13px 95px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--ackercafe .overview__content__container {
    padding: 0 75px 25px 75px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--ackercafe {
    width: 350px;
    top: 287px;
    left: 74px;
    z-index: 1;
    background: transparent url("../img/overview_bg_ackercafe.svg") top left no-repeat;
  }
}

.overview__item--teilnehmerliste {
  background-color: white;
  color: #EC694A;
}
.overview__item--teilnehmerliste .overview__toggle svg {
  width: 18px;
  height: 19px;
  fill: #EC694A;
  stroke: #EC694A;
}
@media screen and (min-width: 1045px) {
  .overview__item--teilnehmerliste {
    width: 350px;
    top: 340px;
    left: 338px;
    z-index: 1;
    background: transparent url("../img/overview_bg_teilnehmerliste.svg") top left no-repeat;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--teilnehmerliste .overview__toggle {
    padding: 14px 75px 13px 35px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--teilnehmerliste .overview__content__container {
    padding: 0 75px 25px 55px;
  }
}

.overview__item--infostand {
  background-color: #D3AC86;
}
.overview__item--infostand .overview__toggle svg {
  width: 5px;
  height: 17px;
}
@media screen and (min-width: 1045px) {
  .overview__item--infostand .overview__toggle {
    padding: 14px 75px 13px 110px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--infostand .overview__content__container {
    padding: 0 75px 25px 85px;
  }
}
@media screen and (min-width: 1045px) {
  .overview__item--infostand {
    width: 355px;
    top: 472px;
    left: 223px;
    z-index: 1;
    background: transparent url("../img/overview_bg_infostand.svg") top left no-repeat;
  }
}

.overview__content__container {
  padding: 0 30px 25px 30px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  position: relative;
}
@media screen and (min-width: 1045px) {
  .overview__content__container {
    padding: 0 75px 25px 85px;
  }
}

.overview__link {
  color: white;
  background-color: #EC694A;
  position: relative;
  padding: 2px 5px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
}
@media screen and (min-width: 1045px) {
  .overview__link {
    margin-top: 0;
    right: 10px;
    position: absolute;
    bottom: 0;
  }
}
.overview__link svg {
  width: 17px;
  height: 17px;
  margin-left: 5px;
  fill: white;
}
.overview__link:hover {
  text-decoration: none;
}
.overview__link::before, .overview__link::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  transform: skewX(-20deg);
  top: 0;
  background-color: #EC694A;
}
.overview__link::before {
  left: -5px;
}
.overview__link::after {
  right: -5px;
}

.agenda {
  color: #393939;
  font-size: 2rem;
}

.storytile-sites-agenda-pixel-per-minute {
  width: 15px;
}

.storytile-sites-agenda-small {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}

.storytile-sites-agenda-small * {
  box-sizing: border-box;
  user-select: none;
}

.storytile-sites-agenda-day-selector-box {
  display: flex;
  justify-content: flex-start;
}

.storytile-sites-agenda-day-select {
  margin-bottom: 20px;
}

.storytile-sites-agenda-day-selector {
  background-color: #5C2928;
  color: white;
  font-size: 1.8rem;
  padding: 5px 20px;
  margin-right: 2px;
  font-weight: 600;
  margin-top: 3px;
}

.storytile-sites-agenda-day-selector-selected {
  margin-top: 0;
  padding-top: 9px;
  background-color: #AB3E38;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  color: #393939;
  width: 100%;
  text-align: left;
  --storytile-sites-agenda-time-progress: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day:not([data-visible]) {
  display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
  position: absolute;
  height: 100%;
  min-width: 100%;
  width: auto;
  top: 10px;
  left: 0;
  white-space: nowrap;
}
.storytile-sites-agenda-small .storytile-sites-agenda-slots.active .storytile-sites-agenda-sessionslot {
  background-color: white;
  color: black;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--storytile-sites-agenda-time-progress);
  pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  text-align: left;
  line-height: 2rem;
  color: #455A49;
  font-weight: 400;
  font-size: 1.6rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child,
.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots {
  --storytile-sites-agenda-stage-height: 2rem;
  overflow: hidden;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
  position: relative;
  grid-area: stage;
  overflow: hidden;
  height: 70px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.storytile-sites-agenda-small .storytile-sites-agenda-stagename svg {
  margin-right: 5px;
}
.storytile-sites-agenda-small .storytile-sites-agenda-stagename span {
  display: flex;
  align-items: center;
}
.storytile-sites-agenda-stage:nth-child(2) .storytile-sites-agenda-stagename {
  background-color: #CAC6BF;
  color: #485949;
}
.storytile-sites-agenda-stage:nth-child(2) .storytile-sites-agenda-stagename svg {
  width: 10px;
  height: 15px;
  fill: #485949;
}

.storytile-sites-agenda-stage:nth-child(3) .storytile-sites-agenda-stagename,
.storytile-sites-agenda-stage:nth-child(4) .storytile-sites-agenda-stagename,
.storytile-sites-agenda-stage:nth-child(5) .storytile-sites-agenda-stagename {
  background-color: #D3CDB3;
  color: #7A851D;
}
.storytile-sites-agenda-stage:nth-child(3) .storytile-sites-agenda-stagename svg,
.storytile-sites-agenda-stage:nth-child(4) .storytile-sites-agenda-stagename svg,
.storytile-sites-agenda-stage:nth-child(5) .storytile-sites-agenda-stagename svg {
  width: 14px;
  height: 19px;
  fill: #7A851D;
}
.storytile-sites-agenda-stage:nth-child(3) .storytile-sites-agenda-sessionslot,
.storytile-sites-agenda-stage:nth-child(4) .storytile-sites-agenda-sessionslot,
.storytile-sites-agenda-stage:nth-child(5) .storytile-sites-agenda-sessionslot {
  background-color: #79890D;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 185px 1fr 2rem;
  grid-template-rows: minmax(2rem, auto);
  grid-template-areas: "stage slots arrow";
  align-items: center;
  justify-items: stretch;
  --storytile-sites-agenda-stage-height: 3rem;
}
.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
  position: absolute;
  display: block;
  padding: 15px;
  text-align: left;
  line-height: 2rem;
  background: #455A49;
  color: white;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
  position: relative;
  justify-self: center;
  align-self: center;
  line-height: 0;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  height: 70px;
}
.storytile-sites-agenda-small .storytile-sites-agenda-arrow svg {
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox {
  position: relative;
  grid-area: slots;
  overflow: hidden;
  height: 7rem;
  border-left: 1px solid black;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
  opacity: 0.1;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot[onclick] {
  cursor: pointer;
}

.storytile-sites-agenda-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #393939;
  color: white;
  display: none;
  font-size: 1.8rem;
  /*
      use the transform to change position of the
      tooltip relative to the mouse pointer
  */
  transform: translateX(calc(-25% - 0.5rem)) translateY(1.5rem);
}

.storytile-sites-agenda-tooltip::before {
  position: absolute;
  display: block;
  content: "";
  background-color: inherit;
  width: 1.4rem;
  height: 1.4rem;
  transform: rotate(45deg);
  left: 25%;
  top: -0.7rem;
}

.storytile-sites-agenda-tooltip-title {
  position: relative;
  font-weight: bold;
}

.storytile-sites-agenda-tooltip-time {
  position: relative;
  font-weight: lighter;
  font-style: italic;
  margin: 0.5rem 0;
}

.storytile-sites-agenda-tooltip-body {
  position: relative;
}

.red-slot {
  background: #f00 !important;
}

.storytile-sites-agenda-timezone-info {
  display: none;
}

.timeslot-time {
  background-color: black;
  padding: 2px 5px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
  border-right: 1px solid red;
  top: -10px;
}

.main {
  padding-bottom: 200px;
  background: url("/_assets/img/bg_leafes.svg") 104% 95% no-repeat;
  position: relative;
}
.main a {
  color: #000000;
  text-decoration: underline;
}

.content a {
  color: #EC694A;
}

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