@charset "UTF-8";
@font-face {
  font-family: "Glacial-Indifference-Regular";
  src: url("../fonts/Glacial-Indifference-Regular_ttf.woff") format("woff"), url("../fonts/Glacial-Indifference-Regular_ttf.svg#Glacial-Indifference-Regular") format("svg"), url("../fonts/Glacial-Indifference-Regular_ttf.eot"), url("../fonts/Glacial-Indifference-Regular_ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glacial-Indifference-Bold";
  src: url("../fonts/Glacial-Indifference-Bold_ttf.woff") format("woff"), url("../fonts/Glacial-Indifference-Bold_ttf.svg#Glacial-Indifference-Bold") format("svg"), url("../fonts/Glacial-Indifference-Bold_ttf.eot"), url("../fonts/Glacial-Indifference-Bold_ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.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: 12px;
}

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

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

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

.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: 12px;
  }

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

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

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

  .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: 12px;
  }

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

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

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

  .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: 1350px) {
  .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: 12px;
  }

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

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

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

  .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: 1350px) {
  .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: 12px;
  }

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

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

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

  .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: 1700px) {
  .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: 12px;
  }

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

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

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

  .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: 1800px) {
  .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: 12px;
  }

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

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

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

  .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;
  }
}


.two-column {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .two-column {
    column-count: 2;
    column-gap: 30px;
  }
}

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

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

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

.centered {
  text-align: center;
}

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

.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: 1000px) {
  .desktop-only {
    display: block;
  }
}

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

*,
*::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 {
  color: #C5CACC;
  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;
}

button:focus {
  outline: none;
}

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: #004E03;
  line-height: 1.3;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Glacial-Indifference-Regular", sans-serif;
  color: #004E03;
}

h1 {
  font-size: 3.4rem;
  line-height: 1;
  color: #007cc1;
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 3.4rem;
    line-height: 1;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
h2 .subtitle {
  color: #C5CACC;
  display: block;
}
@media screen and (min-width: 1000px) {
  h2 .subtitle {
    display: inline;
  }
}

strong {
  font-weight: bold;
}

iframe {
  margin-bottom: 0;
}

.program {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #565654;
  width: 70%;
  max-width: 300px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

@media all and (max-width: 1100px) {
  .program {
    display: none;
  }
}
.program__day {
  margin-bottom: 5rem;
}
.program__day.show-program {
  display: block;
}
.program__day.hide-program {
  display: none;
}

.program__download__label.show-program {
  display: block;
}
.program__download__label.hide-program {
  display: none;
}

.program__stage {
  margin-bottom: 5rem;
}

.program__session {
  margin-bottom: 3rem;
}

.program.open {
  transform: translateX(0);
}

.program__toggle {
  background: none;
  border: none;
  padding: 0;
  margin-left: auto;
}

.program__toggle svg {
  fill: white;
}

.program__toggle__container {
  text-align: right;
  background-color: #565654;
  z-index: 1000;
  position: relative;
  padding: 25px;
}

.program__content {
  padding-top: 60px;
  color: white;
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 80px 25px;
}

#program {
  max-width: 560px;
}

#program {
  background: #fff9f4;
  color: #565654;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

#program .program__toggle__container {
  text-align: left;
  font-size: 18pt;
  line-height: 1;
  color: #fff;
  background-color: #E73E0C;
}

#program .program__toggle__container .program__toggle {
  float: right;
}

#program .program__content {
  padding-top: 100px;
  color: #565654;
}

.program__placeholder.show-program {
  display: none;
}
.program__placeholder.hide-program {
  display: block;
}

.btn {
  border: none;
  background-color: #565654;
  color: #FFFFFF;
  padding: 3px 15px;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}

.btn.btn--active, .btn.btn--red, .btn.btn--link {
  background-color: #E73E0C;
}

.btn.btn--active:hover, .btn.btn--red:hover, .btn.btn--link:hover {
  background-color: #E73E0C;
}

.btn.btn--red {
  padding: 10px 20px;
  display: inline-block;
}

.btn.btn--red svg {
  margin-left: 20px;
}

.registration .btn {
  margin: 30px 0;
}

.exchange-networking .btn {
  width: 100%;
}

a {
  text-decoration: none;
}

a.btn--link {
  padding: 15px 30px;
}

a.btn--link svg {
  margin-left: 20px;
}

a.btn--link:hover {
  background-color: #E73E0C;
}

.btn--face-to-face {
  background-color: #E53D1A;
  padding: 8px 13px;
  display: inline-block;
  font-size: 1.7rem;
  font-family: "Glacial-Indifference-Regular", sans-serif;
}

.chat {
  color: white;
  height: auto;
  padding: 30px 30px 10px;
  background-color: #4D7445;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .chat {
    clear: none;
    float: left;
    min-height: 525px;
    width: 28%;
  }
}

.storytile-sites-public-chat-messages {
  height: 360px;
  margin-bottom: 10px;
  overflow-y: auto;
}

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

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

.storytile-sites-public-chat-message-user {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  text-transform: uppercase;
}

.storytile-sites-public-chat-inputs form {
  display: flex;
  position: relative;
}

.storytile-sites-public-chat-input-text {
  border: none;
  flex: 1;
  padding: 8px 10px;
  height: 40px;
  resize: none;
  margin: 0;
  padding-right: 40px;
}

.storytile-sites-public-chat-input-button {
  height: 40px;
  border: none;
  padding: 0 15px;
  background-color: #E73E0C;
  color: white;
}

.storytile-sites-emoji-menu {
  position: absolute;
  top: 8px;
  right: 55px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  background: #fff;
}

.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;
}

.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;
}

.flag {
  position: fixed;
  color: white;
  font-family: "Glacial-Indifference-Bold", sans-serif;
  text-transform: uppercase;
  padding: 10px;
  background-color: #E73E0C;
  left: 0;
  top: 160px;
  cursor: pointer;
  padding-right: 50px;
  background: url(/_assets/img/ribbon.png) top right;
  background-size: cover;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  width: 140px;
}

.flag--program {
  top: 240px;
  display: none;
}

.home .flag--program {
  display: block;
}

.flag--program:hover {
  text-decoration: none;
}

.flag.agenda {
  background: url(/_assets/img/ribbon_grey.png) top right;
}

.flag.login {
  margin-top: 47px;
}

@media all and (max-width: 1100px) {
  .flag {
    /* display: none; */
    top: 120px;
  }

  .flag--program {
    top: 170px;
  }
}
::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-weight: 300;
}

::placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300;
}

input,
textarea,
.form-control {
  padding: 10px 12px 10px 12px;
  border: 1px solid #565654;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #004E03;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

input:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #565654;
  outline-width: 0;
}

button:focus {
  box-shadow: none !important;
  outline-width: 0;
}

.form-control {
  color: #004E03;
  height: 48px;
}

.header__logo {
  max-width: 220px;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 500px) {
  .header__logo {
    max-width: 390px;
  }
}
@media screen and (min-width: 700px) {
  .header__logo {
    max-width: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .header__logo {
    max-width: none;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}

.header .container {
  display: flex;
  padding: 25px 20px;
  /* align-items: flex-start; */
  align-items: center;
}

.header__toggle {
  /* margin-left: auto; */
  background: none;
  border: none;
  display: flex;
  align-items: center;
}

.header--fixed {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__toggle svg {
  width: 38px;
  height: 28px;
  fill: black;
  margin-left: 10px;
}

.header__home {
  margin-left: auto;
  font-size: 2.7rem;
  line-height: 2.7rem;
  text-transform: uppercase;
  color: black;
}

.header__home:hover {
  text-decoration: none;
}

#login {
  height: 60px;
  background: #E53D1A;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.5));
  padding: 13px 40px;
  box-sizing: border-box;
}

#login:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-top: 30px solid #E53D1A;
  border-bottom: 30px solid #E53D1A;
  margin-left: -30px;
}

#login:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-top: 30px solid #E53D1A;
  border-bottom: 30px solid #E53D1A;
  transform: scale(-1, 1);
}

#login input {
  display: inline-block;
  width: auto;
  height: 35px;
  vertical-align: middle;
  margin: 0 !important;
  padding: 0px 12px 0px 12px;
  border: solid 1px #fff;
}

#login input[type=submit] {
  background: #565654;
  color: #fff;
  margin-right: 10px !important;
}

#login #code {
  width: 110px;
}

#login span {
  vertical-align: middle;
  display: inline-block;
}

#login .login {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  margin-right: 10px;
}

#login a {
  color: #fff;
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  #login {
    margin-top: -20px;
    height: 80px;
    width: 90%;
    padding-top: 10px;
    text-align: center;
  }

  #login:after {
    border-left: 40px solid transparent;
    border-top: 40px solid #E53D1A;
    border-bottom: 40px solid #E53D1A;
    margin-left: -40px;
  }

  #login:before {
    right: -40px;
    border-left: 40px solid transparent;
    border-top: 40px solid #E53D1A;
    border-bottom: 40px solid #E53D1A;
  }

  #login .nocode {
    display: block;
  }
}
.map {
  width: 1280px;
  height: 960px;
  background: url("../img/oT-Festival-Tags.png") center center no-repeat;
  background-size: contain;
  position: relative;
  cursor: move;
  margin: 0 auto;
  transition: background 4s linear;
  margin-top: -100px;
}

.map.aufbau {
  background-image: url("../img/oT-Festival-Aufbau.png");
}

.map.aufbaunachts {
  background-image: url("../img/oT-Festival-Aufbau-Nachts.png");
}

.map.nachts {
  background-image: url("../img/oT-Festival-Nachts.png");
}

.map.tags {
  background-image: url("../img/oT-Festival-Tags.png");
}

@media all and (min-width: 769px) {
  .map {
    width: 1600px;
    height: 1200px;
  }
}
@media all and (max-width: 768px) {
  .map {
    width: 200vw;
    height: calc(200vw * .75);
    left: -50vw;
  }
}
@media all and (max-width: 1023px) {
  .map {
    width: 160vw;
    height: calc(160vw * .75);
    left: -30vw;
  }
}
@media all and (min-width: 1024px) {
  .map {
    width: 100vw;
    height: calc(100vw * .75);
  }
}
@media all and (min-width: 1621px) {
  .map {
    width: 1600px;
    height: 1200px;
  }
}
.marker {
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.marker:before {
  content: " ";
  position: absolute;
  left: 0;
  border: 3px solid white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: pulse 1s ease-out infinite;
  animation: pulse 1s ease-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.marker--hauptbuehne {
  top: 30%;
  left: 42%;
}

.marker--salon1 {
  top: 36%;
  left: 68%;
}

.marker--bewerbung {
  top: 37%;
  left: 92%;
}

.marker--checkliste {
  top: 62%;
  left: 92%;
}

.marker--wirkstatt1 {
  top: 56%;
  left: 25%;
}

.marker--socialwall {
  top: 64%;
  left: 35%;
}

.marker--kino {
  top: 62%;
  left: 67%;
}

.marker--infosaeule {
  top: 51%;
  left: 37%;
}

.marker--infohaeuschen {
  top: 71%;
  left: 13%;
}

.marker {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.nav__list {
  list-style: none;
  padding: 0;
}

.nav__item {
  margin: 0 0 10px 0;
}

.nav__link {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.nav__link:hover {
  text-decoration: none;
}

.nav--sub__list {
  list-style: none;
}

.nav--sub__list .nav__item {
  margin: 10px 0 0 0;
}

.navigation {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #565654;
  padding: 25px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  overflow: auto;
}

.navigation.open {
  transform: translateX(0);
}

.navigation__toggle {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 35px;
}

.navigation__toggle svg {
  fill: white;
}

.overlay {
  position: fixed;
  top: -3000px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.6s;
  overflow: auto;
  height: 100vh;
}

.overlay.open {
  top: 0;
  opacity: 1;
}

.overlay h2 {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  font-size: 3.8rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.overlay h3 {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-transform: uppercase;
}

.overlay__container {
  background: white url("../img/oT_bg-img.png") top left repeat;
  min-height: 100vh;
}

.overlay__header {
  position: fixed;
  left: 0;
  right: 0;
}

.overlay__header .container {
  padding: 25px 20px;
  display: flex;
  align-items: flex-start;
}

.overlay__toggle {
  background-color: #565654;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.overlay__body {
  display: none;
}

.overlay__body.open {
  display: block;
}

.overlay__body__content {
  display: flex;
  padding-bottom: 50px;
  flex-direction: column;
}

@media all and (min-width: 1000px) {
  .overlay__body {
    padding-right: 170px;
  }

  .overlay__body__content {
    flex-direction: row;
  }

  .overlay__body__sidebar {
    flex: 0 0 450px;
    padding-left: 160px;
    padding-top: 85px;
  }

  .overlay__body__sidebar h2 {
    margin-bottom: 85px;
  }
}
.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #565654;
  padding: 25px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  overflow: auto;
}

.sidebar.open {
  transform: translateX(0);
}

.sidebar__toggle {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 35px;
}

.sidebar__toggle svg {
  fill: white;
}

.socialmedia__headline {
  margin-bottom: 10px;
  font-family: "Glacial-Indifference-Bold", sans-serif;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-transform: uppercase;
}

.socialmedia__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.socialmedia__item {
  margin-bottom: 10px;
}

.socialmedia__link {
  text-decoration: none;
  color: #004E03;
  display: flex;
  align-items: center;
}

.socialmedia__link span:first-child {
  flex: 0 0 40px;
}

/* .speaker {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .speaker {
    flex-direction: row;
  }
}
.speaker .title {
  margin-bottom: 1rem;
  display: block;
}

.speaker__image {
  flex: 0 0 240px;
  margin-right: 45px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  .speaker__image {
    margin-bottom: 0;
  }
}
.speaker__image img {
  width: 100%;
  max-width: 400px;
}

.speaker strong {
  font-size: 110%;
  color: #dc0c23;
  font-family: "ApexSerif Book", serif;
} */

.stage {
  width: 100%;
  padding-bottom: 150px;
}

.stage.live-event {
  min-height: 525px;
}

.live-event__container {
  margin-bottom: 5rem;
}

.stage.live-event .iframe_zoom {
  width: 72%;
  height: 525px;
  float: left;
  background-color: black;
}

.stage.live-event .iframe_zoom iframe {
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .stage.live-event {
    height: 100%;
    float: left;
    margin-top: 130px;
  }

  .stage.live-event .iframe_zoom {
    width: 100%;
    min-height: 300px;
    height: auto;
  }

  .stage.live-event .iframe_zoom iframe {
    height: 100%;
    width: 100%;
    border: none;
    margin-bottom: 0;
  }
}
#welcome-overlay {
  display: none;
  position: fixed;
  top: 190px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  overflow: auto;
  max-height: calc(100vh - 210px);
}

#welcome-overlay.open {
  display: block;
}

#welcome-overlay .overlay__toggle {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 8rem;
}

.intro__text {
  flex: 1;
  margin-bottom: 20px;
}

.intro__image {
  flex: 1;
  margin-bottom: 20px;
}

.intro__image img {
  max-width: 450px;
  margin: 0 auto;
  display: block;
}
@media all and (min-width: 1000px) {
  .intro__image img {
    margin: 0;
    margin-top: -100px;
  }
}

.intro__headline {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: normal;
  margin-bottom: 30px;
  color: #004E03;
  text-transform: uppercase;
}

@media all and (min-width: 1000px) {
  .intro {
    flex-direction: row;
  }

  .intro__text {
    flex: 1;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .intro__image {
    flex: 1;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: right;
  }
}
.content {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .content {
    flex-direction: row;
  }
}
.content h2, .content h3 {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-transform: uppercase;
}

.content--full {
  padding-bottom: 50px;
}
.content--full h2, .content--full h3 {
  font-family: "Glacial-Indifference-Bold", sans-serif;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-transform: uppercase;
}

.content__main {
  flex: 1;
}

.content__sidebar {
  padding-top: 85px;
}
@media screen and (min-width: 1000px) {
  .content__sidebar {
    padding-left: 120px;
    flex: 0 0 450px;
  }
}
.content__sidebar h2 {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 85px;
  text-transform: uppercase;
  font-family: "Glacial-Indifference-Bold", sans-serif;
}

.content__sidebar__hashtag {
  text-transform: uppercase;
  color: #E73E0C;
}

.content__video {
  margin-top: 3rem;
}

.workshops {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.workshops .btn {
  display: inline-block;
  background: #E73E1B;
  color: #fff;
  padding: 5px 10px;
}

.workshop__item {
  margin-bottom: 2rem;
}

.epg {
  padding: 25px;
  color: #004E03;
  flex: 1;
  margin-right: 20px;
}

.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 {
  display: inline-block;
  color: black;
  margin-right: 15px;
}

.storytile-sites-agenda-day-selector-selected {
  font-weight: bold;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  color: #EEEEEE;
  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: 0;
  left: 0;
  white-space: nowrap;
}
.storytile-sites-agenda-small .storytile-sites-agenda-slots.active .storytile-sites-agenda-sessionslot {
  background-color: #4D7445;
}

.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;
  border-right: 1px solid #E73E0C;
}

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

.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;
  min-height: 3rem;
  min-height: var(--storytile-sites-agenda-stage-height);
  line-height: 3rem;
  line-height: var(--storytile-sites-agenda-stage-height);
  color: black;
  display: none;
}
@media screen and (min-width: 1000px) {
  .storytile-sites-agenda-small .storytile-sites-agenda-stagename {
    display: block;
  }
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2rem;
  grid-template-rows: minmax(2rem, auto);
  grid-template-areas: "slots arrow";
  column-gap: 1rem;
  align-items: center;
  justify-items: stretch;
  --storytile-sites-agenda-stage-height: 3rem;
}
@media screen and (min-width: 1000px) {
  .storytile-sites-agenda-small .storytile-sites-agenda-stage {
    grid-template-columns: 120px 1fr 2rem;
    grid-template-areas: "stage slots arrow";
  }
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: left;
  line-height: 2rem;
  background: #4D7445;
  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: #004E03;
}

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

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
  position: absolute;
  display: block;
  content: "";
  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: #4D7445;
  color: white;
  display: none;
  /*
      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;
}

.downloads {
  margin-top: 3rem;
}

.download__headline {
  margin-bottom: 2rem;
}

.download__item {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .download__item {
    flex-direction: row;
  }
}

.download__button {
  flex: 0 0 80px;
}
.download__button a:hover {
  text-decoration: none;
}

.download__text {
  flex: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .download__text {
    margin-bottom: 0;
    padding-right: 15px;
  }
}

.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .container--small {
    padding-right: 170px;
  }
}

.border-line {
  border-right: 1px solid #EEEEEE;
}

body {
  background: url("../img/oT_bg-img.png") left top repeat;
  position: relative;
  line-height: 1.5;
}

body.overlay-open {
  height: 100vh;
  overflow-y: hidden;
}

a {
  color: #E73E0C;
}

.flag a {
  color: #fff;
}

.overlay__body__sidebar h2 {
  font-size: 2.8rem;
}

.overlay__body__main {
  width: 100%;
}

iframe.jotform-form {
  width: 700px;
  max-width: 90vw;
}

.async {
  width: 100%;
}

.async .overlay__body__content {
  margin-top: -100px;
}

#live-agenda {
  margin-top: 40px;
}

.wirkstatt .btn {
  display: inline-block;
  background: #E73E1B;
  color: #fff;
  margin-bottom: 21px;
  padding: 5px 10px;
}

#kino-raeume {
  margin: 0 0 32px;
}

#kino-raeume div {
  cursor: pointer;
}

#kino-raeume div:hover,
#kino-raeume div.active {
  color: #E53D1A;
}

#kino-raeume div:hover:before,
#kino-raeume div.active:before {
  content: "►";
  display: inline-block;
  margin-right: 10px;
}

.raum .movie.active,
.raum .movie:hover {
  border: solid 4px #E73E1B;
}

.raum .movie {
  width: 300px;
  height: 240px;
  background-size: cover;
  text-align: center;
  display: inline-block;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  cursor: pointer;
}

.raum .movie .vert {
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.raum .movie span {
  display: inline-block;
  width: calc(100% - 5px);
  vertical-align: middle;
  padding-right: 3px;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.6);
}

.iframe_zoom {
  position: relative;
}

#face2face {
  position: absolute;
  bottom: -40px;
  padding: 7px 13px;
  background: #E53D1A;
  box-sizing: border-box;
  height: 40px;
  color: #fff;
}

#face2face a {
  color: #fff;
  font-size: 14pt;
}

.face-to-face {
  clear: both;
}

main.home {
  min-height: 100vh;
  margin-top: 70px;
}


.tabs {
  margin-bottom: 50px;
}

.tab {
  border: none;
  background: none;
  padding: 10px 15px;
  line-height: 1;
  margin-right: 5px;
  text-decoration: underline;
}

.tab.active {
  background-color: #E73E0C;
  color: white;
  text-decoration: none;
}

.tab span {
  font-weight: bold;
}

.tab__content {
  display: none;
}

.tab__content.show {
  display: block;
}

.speaker {
  flex-direction: column;
  display: flex;
  align-items: center;
}

.speaker__image {
  margin-bottom: 2rem;
}

.speaker__image img {
  width: 100%;
  border-radius: 50%;
  max-width: 400px;
  border: 5px solid #93A789;
}

.speaker__text {
  text-align: center;
  color: black;
}

.speaker__name {
  font-size: 2rem;
}

.speaker__organization {
  margin-bottom: 1rem;
}

.speaker__about__button {
  border: none;
  text-decoration: underline;
  color: #BA5C4E;
  background: none;
  margin-bottom: 1rem;
}

.speaker__workshop__label {
  font-weight: bold;
}

.speaker__workshop__link {
  color: black;
  text-decoration: underline;
}

.speaker .title {
  margin-bottom: 1rem;
  display: block;
}

.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 30px 20px;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal__container.open {
  display: flex;
}

.modal {
  height: 100%;
  position: relative;
  display: none;
  padding: 50px;
  z-index: 10;
  background-color: white;
  max-width: 800px;
  width: 100%;
  color: black;
  flex-direction: column;
  max-height: 70vh;
}

.modal.open {
  display: flex;
}

.modal__close {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 30px;
  background-color: #D34533;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  color: white;
}

.modal__close span {
  font-size: 60px;
  position: absolute;
  top: -36px;
  left: 3px;
}

.modal__header {
  display: flex;
  margin-bottom: 4rem;
  flex-direction: column;
}

@media screen and (min-width: 800px) {
  .modal__header {
    align-items: flex-end;
    flex-direction: row;
  }
}

.modal__image {
  max-width: 180px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 800px) {
  .modal__image {
    margin-bottom: 0;
    flex: 0 0 195px;
    margin-right: 65px;
  }
}

.modal__image img {
  width: 100%;
  border-radius: 50%;
  max-width: 100%;
  border: 5px solid #93A789;
}

.modal__name {
  color: black;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.modal__organization {
  color: black;
  text-decoration: underline;
  display: block;
  margin-bottom: 2rem;
}

.modal__session__label {
  font-weight: bold;
}

.modal__session__link {
  color: black;
  text-decoration: underline;
  display: block;
}

.modal__body {
  flex: 1;
  overflow-y: auto;
}

.modal__footer {
  align-self: center;
  padding-top: 20px; 
}

.modal__footer button {
  background: none;
  border: none;
  text-decoration: underline;
  color: #A1675F;
}