@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    margin: 0 auto;
    left: auto;
    right: auto;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

[type="button"] {
  -webkit-appearance: button;
}

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

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

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

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

[data-whatintent="mouse"] *, [data-whatintent="mouse"] :focus, [data-whatintent="touch"] *, [data-whatintent="touch"] :focus, [data-whatinput="mouse"] *, [data-whatinput="mouse"] :focus, [data-whatinput="touch"] *, [data-whatinput="touch"] :focus {
  outline: none;
}

[draggable="false"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*, :before, :after {
  box-sizing: inherit;
}

body {
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fefefe;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

textarea {
  border-radius: 0;
  height: auto;
  min-height: 50px;
}

select {
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: auto;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: 1;
}

[data-whatinput="mouse"] button {
  outline: 0;
}

pre {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-x {
  flex-flow: wrap;
  display: flex;
}

.cell {
  flex: none;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: none;
}

.grid-x > .auto, .grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: none;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.6667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333%;
}

.grid-x > .small-5 {
  width: 41.6667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333%;
}

.grid-x > .small-8 {
  width: 66.6667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333%;
}

.grid-x > .small-11 {
  width: 91.6667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: none;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.6667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333%;
  }

  .grid-x > .medium-5 {
    width: 41.6667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333%;
  }

  .grid-x > .medium-8 {
    width: 66.6667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333%;
  }

  .grid-x > .medium-11 {
    width: 91.6667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: none;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.6667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333%;
  }

  .grid-x > .large-5 {
    width: 41.6667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333%;
  }

  .grid-x > .large-8 {
    width: 66.6667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333%;
  }

  .grid-x > .large-11 {
    width: 91.6667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
}

.grid-margin-x > .auto, .grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6667%;
}

.small-up-7 > .cell {
  width: 14.2857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6667%;
  }

  .large-up-7 > .cell {
    width: 14.2857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse, .small-margin-collapse > .cell {
  margin-left: 0;
  margin-right: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-left: 0;
  margin-right: 0;
}

.small-padding-collapse > .cell {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse, .medium-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }

  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse, .large-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }

  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }

  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }

  .large-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .large-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: .625rem;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + .625rem);
}

.small-offset-2 {
  margin-left: 16.6667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6667% + .625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + .625rem);
}

.small-offset-4 {
  margin-left: 33.3333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333% + .625rem);
}

.small-offset-5 {
  margin-left: 41.6667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6667% + .625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + .625rem);
}

.small-offset-7 {
  margin-left: 58.3333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333% + .625rem);
}

.small-offset-8 {
  margin-left: 66.6667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6667% + .625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + .625rem);
}

.small-offset-10 {
  margin-left: 83.3333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333% + .625rem);
}

.small-offset-11 {
  margin-left: 91.6667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6667% + .625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: .9375rem;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: .9375rem;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

.grid-y {
  flex-flow: column;
  display: flex;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto, .grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: none;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.6667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333%;
}

.grid-y > .small-5 {
  height: 41.6667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333%;
}

.grid-y > .small-8 {
  height: 66.6667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333%;
}

.grid-y > .small-11 {
  height: 91.6667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: none;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.6667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333%;
  }

  .grid-y > .medium-5 {
    height: 41.6667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333%;
  }

  .grid-y > .medium-8 {
    height: 66.6667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333%;
  }

  .grid-y > .medium-11 {
    height: 91.6667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: none;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.6667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333%;
  }

  .grid-y > .large-5 {
    height: 41.6667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333%;
  }

  .grid-y > .large-8 {
    height: 66.6667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333%;
  }

  .grid-y > .large-11 {
    height: 91.6667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
  height: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-width: 100%;
  overflow-x: auto;
}

.cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.cell-block-container {
  flex-direction: column;
  max-height: 100%;
  display: flex;
}

.cell-block-container > .grid-x {
  flex-wrap: nowrap;
  max-height: 100%;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .medium-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .medium-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .medium-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .large-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .large-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .large-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

.grid-y.grid-frame {
  flex-wrap: nowrap;
  align-items: stretch;
  width: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.accordion {
  background: #fefefe;
  margin-left: 0;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
  border-radius: 0;
}

.accordion-title {
  color: #1779ba;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  padding: 1.25rem 1rem;
  font-size: .75rem;
  line-height: 1;
  display: block;
  position: relative;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title:before {
  content: "+";
  margin-top: -.5rem;
  position: absolute;
  top: 50%;
  right: 1rem;
}

.is-active > .accordion-title:before {
  content: "–";
}

.accordion-content {
  color: #0a0a0a;
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  padding: 1rem;
  display: none;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a, .accordion-menu .is-accordion-submenu a {
  padding: .7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-left: 1rem;
  margin-right: 0;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-left: 0;
  margin-right: 1rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #1779ba;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
  left: 1rem;
  right: auto;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.submenu-toggle:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #1779ba;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
}

.submenu-toggle[aria-expanded="true"]:after {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.submenu-toggle-text {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.card {
  box-shadow: none;
  color: #0a0a0a;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  background: #e6e6e6;
  flex: 0 auto;
  padding: 1rem;
  display: flex;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.menu {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

[data-whatinput="mouse"] .menu li {
  outline: 0;
}

.menu a, .menu .button, .menu .events .tribe-events-cal-links .tribe-events-button, .events .tribe-events-cal-links .menu .tribe-events-button {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu .newsletter .content input[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.newsletter .content .menu input[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu .newsletter .content textarea[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.newsletter .content .menu textarea[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu .register .content input[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.register .content .menu input[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu .register .content textarea[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.register .content .menu textarea[type="button"] {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu input, .menu select, .menu a, .menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  flex-flow: wrap;
}

.menu.vertical {
  flex-flow: column;
}

.menu.vertical.icon-top li a img, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0;
}

.menu.expanded.icon-top li a img, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-flow: wrap;
  }

  .menu.medium-vertical {
    flex-flow: column;
  }

  .menu.medium-expanded li, .menu.medium-simple li {
    flex: 1 1 0;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-flow: wrap;
  }

  .menu.large-vertical {
    flex-flow: column;
  }

  .menu.large-expanded li, .menu.large-simple li {
    flex: 1 1 0;
  }
}

.menu.nested {
  margin-left: 1rem;
  margin-right: 0;
}

.menu.icons a, .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row;
}

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg, .menu.nested.icon-left li a img, .menu.nested.icon-left li a i, .menu.nested.icon-left li a svg {
  margin-right: .25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row;
}

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg, .menu.nested.icon-right li a img, .menu.nested.icon-right li a i, .menu.nested.icon-right li a svg {
  margin-left: .25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column;
}

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg, .menu.nested.icon-top li a img, .menu.nested.icon-top li a i, .menu.nested.icon-top li a svg {
  text-align: center;
  align-self: stretch;
  margin-bottom: .25rem;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column;
}

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a svg {
  text-align: center;
  align-self: stretch;
  margin-bottom: .25rem;
}

.menu .is-active > a, .menu .active > a {
  color: #fefefe;
  background: #1779ba;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  justify-content: flex-end;
  display: flex;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  text-align: right;
  display: block;
}

.menu.align-right.vertical li .submenu li, .menu.align-right.icon-top li a img, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a svg {
  text-align: right;
}

.menu.align-right .nested {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.align-center li {
  justify-content: center;
  display: flex;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  color: inherit;
  padding: .7rem 1rem;
  font-weight: bold;
  line-height: 1;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  justify-content: center;
  display: flex;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.menu-icon:after {
  content: "";
  background: #fefefe;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px #fefefe, 0 14px #fefefe;
}

.menu-icon:hover:after {
  background: #cacaca;
  box-shadow: 0 7px #cacaca, 0 14px #cacaca;
}

.menu-icon.dark {
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.menu-icon.dark:after {
  content: "";
  background: #0a0a0a;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px #0a0a0a, 0 14px #0a0a0a;
}

.menu-icon.dark:hover:after {
  background: #8a8a8a;
  box-shadow: 0 7px #8a8a8a, 0 14px #8a8a8a;
}

.dropdown-pane {
  z-index: 10;
  visibility: hidden;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  width: 300px;
  padding: 1rem;
  font-size: 1rem;
  display: none;
  position: absolute;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  left: auto;
  right: 0;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  left: 0;
  right: auto;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #1779ba;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  display: block;
  left: auto;
  right: 5px;
}

[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: .7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  color: #1779ba;
  background: none;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}

.dropdown.menu.vertical > li > a:after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-right-color: #1779ba;
  width: 0;
  height: 0;
  display: block;
  left: 5px;
  right: auto;
}

.dropdown.menu.vertical > li.opens-right > a:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-left-color: #1779ba;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #1779ba;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid rgba(0, 0, 0, 0);
    border-left-width: 0;
    border-right-color: #1779ba;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid rgba(0, 0, 0, 0);
    border-left-color: #1779ba;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #1779ba;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.large-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid rgba(0, 0, 0, 0);
    border-left-width: 0;
    border-right-color: #1779ba;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid rgba(0, 0, 0, 0);
    border-left-color: #1779ba;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a:after {
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 5px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}

.is-dropdown-submenu {
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
  min-width: 200px;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-right-color: #1779ba;
  width: 0;
  height: 0;
  display: block;
  left: 5px;
  right: auto;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-left-color: #1779ba;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed, .flex-video {
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

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

.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.media-object {
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  display: flex;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.9988em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.9988em) {
  .stack-for-small .media-object-section {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 1rem;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0;
}

html.is-reveal-open {
  width: 100%;
  position: fixed;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  z-index: 1005;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(10, 10, 10, .45);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: none;
  position: relative;
  top: 100px;
  overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }

  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }

  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media print, screen and (max-width: 39.9988em) {
  .reveal {
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.title-bar {
  color: #fefefe;
  background: #0a0a0a;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem;
}

.title-bar-left, .title-bar-right {
  flex: 1 1 0;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
}

.top-bar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.top-bar, .top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button, .top-bar .events .tribe-events-cal-links input.tribe-events-button, .events .tribe-events-cal-links .top-bar input.tribe-events-button {
  width: auto;
}

.top-bar .newsletter .content input[type="button"] {
  width: auto;
}

.newsletter .content .top-bar input[type="button"] {
  width: auto;
}

.top-bar .register .content input[type="button"] {
  width: auto;
}

.register .content .top-bar input[type="button"] {
  width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.9988em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.9988em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: none;
  margin: .5rem 1rem .5rem 0;
}

.top-bar-left, .top-bar-right {
  flex: none;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.9988em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9988em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9988em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9988em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.9988em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9988em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr, .show-on-focus {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.show-on-focus:active, .show-on-focus:focus {
  clip: auto !important;
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  overflow: visible !important;
}

.show-for-landscape, .hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}

.show-for-ie {
  display: none;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clearfix:before, .clearfix:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.clearfix:after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  align-content: center;
  justify-content: center;
  align-items: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.relative {
  position: relative;
}

a.block {
  display: inline-block;
}

body, html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: transparent;
  color: #3c3c3b;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fafafa;
  overflow-x: hidden;
}

body:before {
  content: "";
  background: url("polygon.9c675a12.png") 0 0 / 100% no-repeat;
  width: 100%;
  height: 700px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

img, figure {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

figure {
  margin: 0 0 1.5em;
}

html.no-javascript {
  opacity: 0;
}

@media screen and (min-width: 75em) {
  .wrapper {
    padding-bottom: 100px;
  }
}

.home .wrapper {
  padding-bottom: 0;
}

main {
  position: relative;
}

.is_stuck {
  z-index: 1000;
}

@media print, screen and (max-width: 63.9988em) {
  .grid-padding-x > .cell {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

@font-face {
  font-family: quicksand-bold;
  src: url("quicksand-bold.dfd1f62f.woff2") format("woff2"), url("quicksand-bold.1c7e5def.woff") format("woff");
}

@font-face {
  font-family: quicksand-regular;
  src: url("quicksand-regular.fb531365.woff2") format("woff2"), url("quicksand-regular.ef1f5117.woff") format("woff");
}

@font-face {
  font-family: quicksand-medium;
  src: url("quicksand-medium.127d8b71.woff2") format("woff2"), url("quicksand-medium.66b32232.woff") format("woff");
}

@font-face {
  font-family: quicksand-light;
  src: url("quicksand-light.aba64cce.woff2") format("woff2"), url("quicksand-light.9f5782c8.woff") format("woff");
}

p, ul li, p, strong, p > strong, em, em > strong, strong > em {
  color: #3c3c3b;
  font-family: quicksand-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6875rem;
}

p > strong, strong, b, p > b {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

strong > em, em > strong {
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6875rem;
}

ul {
  margin: 0;
  padding: 0 0 0 1.2em;
}

p ~ ul {
  margin-top: -2.5em;
}

.mittig {
  text-align: center;
  margin: 0 auto;
}

h1, strong.title {
  color: #3c3c3b;
  margin: 0 0 .4em;
  padding-left: 1em;
  font-family: quicksand-bold;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.5rem;
  display: block;
}

@media print, screen and (max-width: 63.9988em) {
  h1, strong.title {
    padding-left: .5em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  h1, strong.title {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}

h2, .events .tribe-events-single-event-title {
  color: #3c3c3b;
  margin: 0 0 1em;
  font-family: quicksand-regular;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.5rem;
}

@media print, screen and (max-width: 39.9988em) {
  h2, .events .tribe-events-single-event-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h3 {
  color: #3c3c3b;
  margin: 0 0 2em;
  font-family: quicksand-medium;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

h4 {
  color: #3c3c3b;
  margin: 0 0 1em;
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

.page h2, .page .events .tribe-events-single-event-title, .events .page .tribe-events-single-event-title, .page h2 > strong, .page .events .tribe-events-single-event-title > strong, .events .page .tribe-events-single-event-title > strong {
  margin: 0;
  font-family: quicksand-medium;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

p.contact-title {
  text-align: right;
  margin: 0 0 .5em;
  font-family: quicksand-bold;
  font-size: .75rem;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
}

p.contact-info {
  color: #3c3c3b;
  font-family: quicksand-light;
  font-size: .75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem;
}

p, ul li {
  font-family: quicksand-light;
  font-style: normal;
  font-weight: 300;
}

p {
  margin: 0 0 1.5em;
}

p > strong {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
  display: inline;
}

a > strong {
  cursor: pointer;
  font-family: quicksand-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}

.single a {
  overflow-wrap: break-word;
}

main a {
  color: #3c3c3b;
  border-bottom: 1px solid #ffed00;
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

main a:hover {
  color: #3c3c3b;
  text-decoration: none;
}

strong {
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
  line-height: 1rem;
}

.tribe-events-back, .back-link {
  text-transform: uppercase;
  text-align: right;
}

@media print, screen and (max-width: 63.9988em) {
  .tribe-events-back, .back-link {
    text-align: left;
    margin-top: -2.5em;
  }
}

.tribe-events-back:after, .back-link:after {
  content: "▲";
  color: #3c3c3b;
  font-size: .9em;
  position: relative;
  bottom: 1px;
  left: .2em;
}

.tribe-events-back a, .back-link a {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.tribe-events-back a:link, .back-link a:link {
  border: 0;
}

.tribe-events-back a:hover, .tribe-events-back a:focus, .tribe-events-back a:active, .back-link a:hover, .back-link a:focus, .back-link a:active {
  border-bottom: 1px solid #ffed00;
}

.tribe-events-back.top, .back-link.top {
  text-align: right;
  margin-top: 0;
  display: block;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}

.screen-reader-text:focus {
  color: #21759b;
  z-index: 100000;
  background-color: #f1f1f1;
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: .875rem;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: 5px;
  left: 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
}

#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem;
}

body.admin-bar.offcanvas .off-canvas.is-open {
  top: 2.875rem;
}

@media screen and (min-width: 48.9375em) {
  body.admin-bar.offcanvas .off-canvas.is-open {
    top: 2rem;
  }
}

.wp-caption > figcaption, .image figcaption, .single .kgvid-caption {
  color: #3c3c3b;
  max-width: 100%;
  padding: .4em 0 0;
  font-family: quicksand-regular;
  font-size: .75rem;
  font-style: normal;
  font-weight: normal;
  line-height: .875rem;
}

.alignleft {
  float: left;
  margin: 0;
  padding-right: 1rem;
}

.alignright {
  float: right;
  margin: 0;
  padding-left: 1rem;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button, .events .tribe-events-cal-links .tribe-events-button, button {
  cursor: pointer;
  background-color: #e3e3e3;
  border: 0;
  padding: 1.125em 1.1em;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  transition: all .1s;
  display: inline-block;
}

.newsletter .content input[type="button"] {
  cursor: pointer;
  background-color: #e3e3e3;
  border: 0;
  padding: 1.125em 1.1em;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  transition: all .1s;
  display: inline-block;
}

.newsletter .content textarea[type="button"] {
  cursor: pointer;
  background-color: #e3e3e3;
  border: 0;
  padding: 1.125em 1.1em;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  transition: all .1s;
  display: inline-block;
}

.register .content input[type="button"] {
  cursor: pointer;
  background-color: #e3e3e3;
  border: 0;
  padding: 1.125em 1.1em;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  transition: all .1s;
  display: inline-block;
}

.register .content textarea[type="button"] {
  cursor: pointer;
  background-color: #e3e3e3;
  border: 0;
  padding: 1.125em 1.1em;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  transition: all .1s;
  display: inline-block;
}

.button:hover, .events .tribe-events-cal-links .tribe-events-button:hover, button:hover {
  background-color: #ffed00;
  transition: all .1s;
}

.newsletter .content input[type="button"]:hover {
  background-color: #ffed00;
  transition: all .1s;
}

.newsletter .content textarea[type="button"]:hover {
  background-color: #ffed00;
  transition: all .1s;
}

.register .content input[type="button"]:hover {
  background-color: #ffed00;
  transition: all .1s;
}

.register .content textarea[type="button"]:hover {
  background-color: #ffed00;
  transition: all .1s;
}

.button-group:after {
  content: "";
  clear: both;
  display: block;
}

.wpforms-form button[type="submit"] {
  border: 0 !important;
}

.header__navigation {
  background-color: #ffed00;
  margin: 0;
  padding: 0;
}

.header__navigation .is-dropdown-submenu {
  z-index: 8000;
  background-color: #fff;
  border: 2px solid #ffed00;
  min-width: 260px;
  margin: 0;
  padding: .6em 1em 0;
  list-style: none;
  top: 106% !important;
}

.header__navigation .is-dropdown-submenu .is-dropdown-submenu-item.opens-right:after {
  content: "▼";
  color: #3c3c3b;
  font-size: .9em;
  position: absolute;
  top: 3px;
  right: .5em;
}

.header__navigation .is-dropdown-submenu .is-dropdown-submenu-item.opens-right .sub-menu {
  min-width: 260px;
  left: 110%;
  top: 20% !important;
}

.header__navigation nav {
  text-align: center;
}

.header__navigation nav > div {
  display: inline-block;
}

.header__navigation .dropdown.menu > li.current_page_parent, .header__navigation .dropdown.menu > li.current-menu-ancestor, .header__navigation .dropdown.menu > li.current_page_item, .header__navigation .dropdown.menu li.current-menu-item, .header__navigation .dropdown.menu li.menu-item.active, .header__navigation .dropdown.menu > li:hover {
  background-color: #fff;
}

.header__navigation .dropdown.menu > li.current_page_parent > a {
  border-bottom: 1px solid #ffed00;
}

.header__navigation .dropdown.menu > li > a {
  border-bottom: none !important;
}

.header__navigation .dropdown.menu li {
  text-align: left;
  display: inline-block;
}

.header__navigation .dropdown.menu li a {
  color: #3c3c3b;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin: 1.2em 1em 1em;
  padding: 0;
  font-family: quicksand-medium;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0) !important;
}

@media (min-width: 64em) and (max-width: 67em) {
  .header__navigation .dropdown.menu li a {
    font-size: .9em;
  }
}

.header__navigation .dropdown.menu li li {
  margin: 0;
}

.header__navigation .dropdown.menu li li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin: .3em 0;
  padding: .2em 0;
}

.header__navigation .dropdown.menu li li a:hover, .header__navigation .dropdown.menu li li.current-menu-item > a, .header__navigation .dropdown.menu li li.current-menu-parent > a, .header__navigation .dropdown.menu li li.is-dropdown-submenu-item.active > a, .header__navigation .dropdown.menu li.current_page_item > a, .header__navigation .dropdown.menu li.current-page-ancestor > a {
  border-bottom: 1px solid #ffed00;
}

.header__navigation .dropdown.menu li > a:after {
  display: none !important;
}

nav {
  position: relative;
}

.margin-top {
  margin-top: 3em;
}

section {
  margin: 1.5em 0;
}

@media print, screen and (max-width: 63.9988em) {
  section {
    margin: 1em 0;
  }
}

.main-content {
  padding: 12.5em 0 0;
}

@media print, screen and (max-width: 63.9988em) {
  .main-content {
    padding: 5em 0 0;
  }
}

body#tinymce {
  max-width: 75rem;
  height: auto;
  padding: 1.25rem;
}

.sfReviewNotice {
  display: none !important;
}

.cta {
  margin-bottom: 2em;
}

.cta .gefoerdert {
  font-family: quicksand-medium;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
  display: block;
}

.cta .gefoerdert__logo {
  width: 60px;
  margin-top: 1em;
}

.gaeste p, .gaeste h4, .gaeste li a, .gaeste .person__email {
  font-family: quicksand-regular;
  font-size: .875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.375rem;
}

.gaeste h2, .gaeste .events .tribe-events-single-event-title, .events .gaeste .tribe-events-single-event-title {
  color: #3c3c3b;
  margin: 0;
  font-family: quicksand-medium;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
}

.gaeste ul {
  margin: 0;
  padding: 0;
}

.gaeste ul li {
  list-style: none;
}

.gaeste .person {
  margin-top: 3.5em;
}

@media print, screen and (max-width: 39.9988em) {
  .gaeste .person {
    margin-top: 1.5em;
  }
}

.gaeste .person__title {
  margin-bottom: 0;
  font-family: quicksand-medium;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

.gaeste .person__title a {
  border: 0;
}

.gaeste .person__institution {
  margin-bottom: .1em;
  font-family: quicksand-regular;
  font-size: .875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125rem;
}

.gaeste .person__email, .gaeste .person__links li a {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.gaeste .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .gaeste .content {
    padding: 1.25em;
  }
}

.gaeste .veranstaltungen {
  margin-top: 0;
}

.gaeste .veranstaltungen p, .gaeste .veranstaltungen a {
  margin: 0;
}

.gaeste .veranstaltungen a {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.gaeste.accordion {
  background-color: rgba(0, 0, 0, 0);
}

.gaeste .accordion {
  margin-top: 2em;
  margin-bottom: 3em;
}

.gaeste .accordion-content {
  border: 0 !important;
  padding: 0 !important;
}

.gaeste .accordion-item.is-active .accordion-title h2:after, .gaeste .accordion-item.is-active .accordion-title .events .tribe-events-single-event-title:after, .events .gaeste .accordion-item.is-active .accordion-title .tribe-events-single-event-title:after {
  content: "–";
}

.gaeste .accordion-title {
  padding: 0;
  border: 0 !important;
}

.gaeste .accordion-title:hover, .gaeste .accordion-title:focus {
  background-color: rgba(0, 0, 0, 0);
}

.gaeste .accordion-title:hover h2:after, .gaeste .accordion-title:hover .events .tribe-events-single-event-title:after, .events .gaeste .accordion-title:hover .tribe-events-single-event-title:after {
  color: #ffed00;
}

.gaeste .accordion-title:before {
  display: none;
}

.gaeste .accordion-title h2:after, .gaeste .accordion-title .events .tribe-events-single-event-title:after, .events .gaeste .accordion-title .tribe-events-single-event-title:after {
  content: "+";
  color: #3c3c3b;
  margin-top: -.5rem;
  margin-left: .5rem;
  font-family: quicksand-medium;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  left: 4px;
}

.gaeste .accordion-title h2, .gaeste .accordion-title .events .tribe-events-single-event-title, .events .gaeste .accordion-title .tribe-events-single-event-title, .gaeste .accordion-title h3 {
  display: inline-block;
}

section ~ .gaeste {
  margin-top: -2em;
}

.teilprojekte h2, .teilprojekte .events .tribe-events-single-event-title, .events .teilprojekte .tribe-events-single-event-title, .teilprojekte .projekt-nummer strong {
  margin-bottom: 1.5em;
  font-family: quicksand-bold;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.5rem;
}

@media print, screen and (max-width: 39.9988em) {
  .teilprojekte h2, .teilprojekte .events .tribe-events-single-event-title, .events .teilprojekte .tribe-events-single-event-title, .teilprojekte .projekt-nummer strong {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.teilprojekte h3 {
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0;
  padding-top: .2em;
}

.teilprojekte em {
  margin: 0;
  font-style: normal;
}

.teilprojekte a {
  border-bottom: none;
}

.teilprojekte a:hover {
  border-bottom: 1px solid #ffed00;
}

.teilprojekte .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .teilprojekte .content {
    padding: 1.25em;
  }
}

.teilprojekte .columns {
  column-count: 2;
}

@media print, screen and (max-width: 63.9988em) {
  .teilprojekte .columns {
    column-count: 1;
  }
}

.teilprojekte .projekt {
  margin-bottom: 1em;
}

@media print, screen and (max-width: 39.9988em) {
  .teilprojekte .projekt {
    margin-bottom: 2em;
  }
}

.teilprojekte .projekt-nummer, .teilprojekte .projekt-titel {
  vertical-align: top;
  text-align: left;
  display: inline-block;
}

.teilprojekte .projekt-nummer {
  width: 22%;
  padding-right: 3%;
}

@media print, screen and (max-width: 63.9988em) {
  .teilprojekte .projekt-nummer {
    width: 14%;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .teilprojekte .projekt-nummer {
    width: 100%;
  }
}

.teilprojekte .projekt-nummer strong {
  margin-bottom: 0;
  display: block;
}

@media print, screen and (max-width: 39.9988em) {
  .teilprojekte .projekt-nummer strong {
    margin-bottom: 0;
  }
}

.teilprojekte .projekt-nummer .laufzeit, .teilprojekte .projekt-nummer .text-with-link {
  font-family: quicksand-regular;
  font-size: .875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.0625rem;
}

.teilprojekte .projekt-titel {
  width: 72%;
}

@media print, screen and (max-width: 63.9988em) {
  .teilprojekte .projekt-titel {
    width: 85%;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .teilprojekte .projekt-titel {
    width: 100%;
  }
}

.teilprojekte .projekt-titel em {
  margin-bottom: 4px;
  display: block;
}

.teilprojekte .projekt-titel em:last-of-type {
  margin-bottom: 0;
}

section ~ .teilprojekte {
  margin-top: -2em;
}

.organisation img.image {
  height: auto;
}

.organisation .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .organisation .content {
    padding: 1.25em;
  }
}

.organisation .person__cell {
  width: 20%;
  margin-bottom: 2.5em;
}

@media print, screen and (max-width: 63.9988em) {
  .organisation .person__cell {
    width: 33.3333%;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .organisation .person__cell {
    width: 100%;
  }

  .organisation .person__cell img {
    max-width: 240px;
    display: block;
  }
}

.organisation .person__cell .image {
  margin-bottom: .3em;
}

.organisation h3 > a, .organisation em > a {
  border-bottom: none;
}

.organisation h2, .organisation .events .tribe-events-single-event-title, .events .organisation .tribe-events-single-event-title {
  color: #333;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: quicksand-medium;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

.organisation h2:first-of-type, .organisation .events .tribe-events-single-event-title:first-of-type, .events .organisation .tribe-events-single-event-title:first-of-type {
  margin-top: 0;
}

.organisation h3 {
  margin-bottom: 0;
}

.organisation em > a {
  font-family: quicksand-regular;
  font-size: .875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125rem;
  display: block;
}

.glossar .post-grid, .publikationen-grid .post-grid {
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  display: grid;
  position: relative;
}

.glossar .post-grid.toggleGrid, .publikationen-grid .post-grid.toggleGrid {
  grid-template-columns: 1fr;
}

.glossar .post-grid.toggleGrid .card__side--front .title, .publikationen-grid .post-grid.toggleGrid .card__side--front .title {
  font-size: 3rem;
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .post-grid.toggleGrid .card__side--front .title, .publikationen-grid .post-grid.toggleGrid .card__side--front .title {
    font-size: 1.5rem;
  }
}

.glossar .card, .publikationen-grid .card {
  -webkit-perspective: 100rem;
  perspective: 100rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.glossar .card:after, .publikationen-grid .card:after {
  content: "";
  padding-top: 100%;
  display: block;
}

.glossar .card .title, .publikationen-grid .card .title {
  text-align: center;
  color: #3c3c3b;
  padding: .8em;
  font-family: quicksand-medium;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 500;
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .card .title, .publikationen-grid .card .title {
    padding: .6em;
  }
}

.glossar .card.abc .card__side--front, .publikationen-grid .card.abc .card__side--front {
  background-color: #fff;
  border: 10px solid #ffa400;
}

.glossar .card.abc .card__side--back, .publikationen-grid .card.abc .card__side--back {
  background-color: #ffa400;
}

.glossar .card.beide .card__side--front, .publikationen-grid .card.beide .card__side--front, .glossar .card.beide .card__side--back, .publikationen-grid .card.beide .card__side--back {
  background-color: #ffed00;
  border: 10px solid #ffa400;
}

.glossar .card.beide .text h2, .glossar .card.beide .text .events .tribe-events-single-event-title, .events .glossar .card.beide .text .tribe-events-single-event-title, .publikationen-grid .card.beide .text h2, .publikationen-grid .card.beide .text .events .tribe-events-single-event-title, .events .publikationen-grid .card.beide .text .tribe-events-single-event-title {
  color: #ffa400;
  margin: 1.2em 0 .6em;
  font-size: 2em;
}

.glossar .card .card__side--front.info-tile, .glossar .card .card__side--back.info-tile, .publikationen-grid .card .card__side--front.info-tile, .publikationen-grid .card .card__side--back.info-tile {
  background-color: #e3e3e3;
}

.glossar .card__side, .publikationen-grid .card__side {
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.glossar .card__side--front, .publikationen-grid .card__side--front {
  background-color: #ffed00;
}

.glossar .card__side--back, .publikationen-grid .card__side--back {
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #ffed00;
  overflow: scroll;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.glossar .card__side--back::-webkit-scrollbar {
  display: none;
}

.publikationen-grid .card__side--back::-webkit-scrollbar {
  display: none;
}

.glossar .card__side--back .title-header, .publikationen-grid .card__side--back .title-header {
  justify-content: space-between;
  margin-right: 50px;
  display: flex;
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .card__side--back .title-header, .publikationen-grid .card__side--back .title-header {
    display: block;
  }
}

.glossar .card__side--back .title, .publikationen-grid .card__side--back .title {
  text-align: left;
  margin-bottom: .5em;
  padding: 0;
  font-size: 1.6em;
}

.glossar .card__side--back .content, .publikationen-grid .card__side--back .content {
  height: inherit;
  width: 100%;
  max-width: 42em;
  padding: 2em;
  font-size: 1.2rem;
}

@media print, screen and (max-width: 63.9988em) {
  .glossar .card__side--back .content, .publikationen-grid .card__side--back .content {
    max-width: none;
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .card__side--back .content, .publikationen-grid .card__side--back .content {
    padding: 1.6em;
    font-size: .9rem;
  }
}

.glossar .card__side--back .content img, .publikationen-grid .card__side--back .content img {
  max-width: 240px;
}

.glossar .card__side--back .content img.author, .publikationen-grid .card__side--back .content img.author {
  border-radius: 50%;
  max-width: 140px;
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .card__side--back .content img.author, .publikationen-grid .card__side--back .content img.author {
    margin-bottom: 2em;
  }
}

.glossar .card__side--back .content a, .publikationen-grid .card__side--back .content a {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.glossar .card__side--back .content a:hover, .publikationen-grid .card__side--back .content a:hover {
  border-bottom-color: #3c3c3b;
}

@media print, screen and (min-width: 40em) {
  .glossar .card__side--back .content audio, .publikationen-grid .card__side--back .content audio {
    margin-top: 2em;
  }
}

.glossar .card__side--back .content .center, .publikationen-grid .card__side--back .content .center {
  height: inherit;
  flex-flow: column;
  display: flex;
  position: relative;
}

@media print, screen and (max-width: 63.9988em) {
  .glossar .card__side--back .content .center, .publikationen-grid .card__side--back .content .center {
    height: auto;
  }
}

.glossar .card__side--back .content .close-icon, .publikationen-grid .card__side--back .content .close-icon {
  background-image: url("close-white.9b0e308e.svg");
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.glossar .card__side--back .content .mejs-audio, .publikationen-grid .card__side--back .content .mejs-audio {
  width: 100% !important;
}

.glossar .card__side--back .content p, .publikationen-grid .card__side--back .content p {
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 150%;
}

.glossar .card__side--back .content strong, .publikationen-grid .card__side--back .content strong {
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.glossar .card__side--back .content p, .glossar .card__side--back .content ol li, .glossar .card__side--back .content ul li, .glossar .card__side--back .content p, .glossar .card__side--back .content strong, .glossar .card__side--back .content p > strong, .glossar .card__side--back .content em, .glossar .card__side--back .content em > strong, .glossar .card__side--back .content strong > em, .publikationen-grid .card__side--back .content p, .publikationen-grid .card__side--back .content ol li, .publikationen-grid .card__side--back .content ul li, .publikationen-grid .card__side--back .content p, .publikationen-grid .card__side--back .content strong, .publikationen-grid .card__side--back .content p > strong, .publikationen-grid .card__side--back .content em, .publikationen-grid .card__side--back .content em > strong, .publikationen-grid .card__side--back .content strong > em {
  font-size: inherit;
  color: #3c3c3b;
}

.glossar .card__side--back .content p ~ ul, .glossar .card__side--back .content p ~ ol, .publikationen-grid .card__side--back .content p ~ ul, .publikationen-grid .card__side--back .content p ~ ol {
  margin-top: -.5em;
}

.glossar .card__side--back .content em, .publikationen-grid .card__side--back .content em {
  font-family: quicksand-regular;
  font-style: italic;
  font-weight: normal;
}

.glossar .card__side--back .content ul, .glossar .card__side--back .content ol, .publikationen-grid .card__side--back .content ul, .publikationen-grid .card__side--back .content ol {
  color: #3c3c3b;
  margin: 0 0 1em;
  padding: 0 0 0 2em;
  font-size: 1rem;
}

.glossar .card__side--back .content ul li, .glossar .card__side--back .content ol li, .publikationen-grid .card__side--back .content ul li, .publikationen-grid .card__side--back .content ol li {
  margin: .4em 0;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}

.glossar .card__side--back .content .author-meta, .publikationen-grid .card__side--back .content .author-meta {
  margin: 1.3em 0 1em;
  font-size: 1.2rem;
}

.glossar .card__side--back .content .author-meta em, .publikationen-grid .card__side--back .content .author-meta em {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.glossar .card__side--back .content .author-meta a, .publikationen-grid .card__side--back .content .author-meta a {
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.glossar .card__side--back .content .author-meta a:hover, .publikationen-grid .card__side--back .content .author-meta a:hover {
  border-bottom: 1px solid #3c3c3b;
  padding-bottom: 1px;
  text-decoration: none;
}

.glossar .card__side--back .content .author-meta .speaker-container, .publikationen-grid .card__side--back .content .author-meta .speaker-container {
  color: #3c3c3b;
  margin-top: -1.5em;
  font-family: quicksand-regular;
  font-size: .9em;
  font-style: normal;
  font-weight: normal;
}

.glossar .card__side--back .content .author-meta .speaker-container span, .publikationen-grid .card__side--back .content .author-meta .speaker-container span {
  color: #3c3c3b;
  padding: 0 4px;
}

.glossar .card__side--back .content .author-meta .speaker-container .speaker.no-bullet, .publikationen-grid .card__side--back .content .author-meta .speaker-container .speaker.no-bullet {
  list-style-type: none;
}

.glossar .card__side--back .content .author-image, .publikationen-grid .card__side--back .content .author-image {
  display: flex;
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .card__side--back .content .author-image, .publikationen-grid .card__side--back .content .author-image {
    margin-top: 2em;
  }

  .glossar .card__side--back .content .author-image.multiple .image__container, .publikationen-grid .card__side--back .content .author-image.multiple .image__container {
    flex-direction: row;
    display: flex;
  }
}

.glossar .card__side--back .content .author-image.multiple img, .publikationen-grid .card__side--back .content .author-image.multiple img {
  max-width: 110px;
  margin-right: 1em;
}

.glossar .card__side--back .content .author-image .image__container, .publikationen-grid .card__side--back .content .author-image .image__container {
  margin-left: .8em;
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .card__side--back .content .author-image .image__container, .publikationen-grid .card__side--back .content .author-image .image__container {
    margin-left: 0;
  }
}

.glossar .card.visible, .glossar .card.filtered-in, .publikationen-grid .card.visible, .publikationen-grid .card.filtered-in {
  display: flex;
}

.glossar .card.hidden, .glossar .card.filtered-out, .publikationen-grid .card.hidden, .publikationen-grid .card.filtered-out {
  display: none;
}

.glossar .card.always-visible, .publikationen-grid .card.always-visible {
  display: flex;
}

.glossar .card.always-visible.hidden, .publikationen-grid .card.always-visible.hidden {
  display: none;
}

@media print, screen and (max-width: 39.9988em) {
  .glossar .card.flip .center, .publikationen-grid .card.flip .center {
    overflow: scroll;
  }
}

.glossar .card.flip .card__side--front, .publikationen-grid .card.flip .card__side--front {
  transition: -webkit-transform .6s 20ms, transform .6s 20ms;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.glossar .card.flip .card__side--back, .publikationen-grid .card.flip .card__side--back, .glossar .card.flipback .card__side--front, .publikationen-grid .card.flipback .card__side--front {
  transition: -webkit-transform .6s 20ms, transform .6s 20ms;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.glossar .card.flipback .card__side--back, .publikationen-grid .card.flipback .card__side--back {
  transition: -webkit-transform .6s 20ms, transform .6s 20ms;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.glossar .filter-group, .publikationen-grid .filter-group {
  justify-content: center;
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  display: flex;
}

.glossar .filter-group li, .publikationen-grid .filter-group li {
  margin: 0 .4em 0 0;
}

.glossar .filter-group li:after, .publikationen-grid .filter-group li:after {
  content: "/";
  margin: 0 0 0 .3em;
}

.glossar .filter-group li:last-of-type, .publikationen-grid .filter-group li:last-of-type {
  margin: 0;
}

.glossar .filter-group li:last-of-type:after, .publikationen-grid .filter-group li:last-of-type:after {
  display: none;
}

.glossar .filter-group button, .publikationen-grid .filter-group button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin: 0;
  padding: .4em 0 .2em .2em;
  font-family: quicksand-medium;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.glossar .filter-group button:hover, .publikationen-grid .filter-group button:hover {
  border-bottom: 2px solid #ffed00;
  transition: border-bottom .2s ease-in-out;
}

.glossar .filter-group button.active-filter, .publikationen-grid .filter-group button.active-filter {
  border-bottom: 2px solid #ffed00;
}

.glossar .grid-element.filtered-in, .publikationen-grid .grid-element.filtered-in {
  display: flex;
}

.glossar .grid-element.filtered-out, .publikationen-grid .grid-element.filtered-out {
  display: none;
}

#map {
  height: 500px;
}

@media print, screen and (max-width: 39.9988em) {
  #map {
    height: 300px;
  }
}

.map-veranstaltungen li a {
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.map-veranstaltungen li a span {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.map-veranstaltungen li a:hover {
  text-decoration: underline;
}

.mapboxgl-popup.zeitraum_1 .mapboxgl-popup-content {
  background-color: #999 !important;
}

.mapboxgl-popup.zeitraum_1 .mapboxgl-popup-close-button {
  color: #fff;
}

.mapboxgl-popup.zeitraum_1 .mapboxgl-popup-tip {
  border-top-color: #999 !important;
}

.mapboxgl-popup.zeitraum_1 p, .mapboxgl-popup.zeitraum_1 h3, .mapboxgl-popup.zeitraum_1 li, .mapboxgl-popup.zeitraum_1 a {
  color: #fff;
}

.mapboxgl-popup.zeitraum_2 .mapboxgl-popup-content {
  background-color: #ffed00 !important;
}

.mapboxgl-popup.zeitraum_2 .mapboxgl-popup-tip {
  border-top-color: #ffed00 !important;
}

.mapboxgl-popup.zeitraum_3 .mapboxgl-popup-content {
  background-color: #ffa400 !important;
}

.mapboxgl-popup.zeitraum_3 .mapboxgl-popup-tip {
  border-top-color: #ffa400 !important;
}

.mapboxgl-popup-content {
  padding: .8em 1.2em;
}

.mapboxgl-popup-content p, .mapboxgl-popup-content li {
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.mapboxgl-popup-content p, .mapboxgl-popup-content h3, .mapboxgl-popup-content li {
  font-size: 1.1em;
  line-height: 120%;
}

.mapboxgl-popup-content p, .mapboxgl-popup-content h3 {
  margin-bottom: .5em;
}

.mapboxgl-popup-content p ~ ul {
  margin-top: 0;
}

.mapboxgl-popup-content h3 {
  padding-right: 1.2em;
  font-size: 1.3em;
}

.mapboxgl-popup-content ul {
  margin: 0 0 .5em;
  padding: 0;
  list-style: none;
}

.mapboxgl-popup-content li {
  margin-bottom: 0;
  line-height: 1.3em;
}

.mapboxgl-popup-content a, .mapboxgl-popup-content h3 {
  border-bottom: none;
}

.mapboxgl-popup-content h3 a {
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.mapboxgl-popup-content h3 a:hover {
  text-decoration: underline;
}

.mapboxgl-popup-content .mapboxgl-popup-close-button {
  padding: .1em .3em;
  font-size: 2.4em;
}

.my-image-button {
  background-image: url("reset.900f6020.svg");
  background-size: contain !important;
  width: 26px !important;
  height: 26px !important;
  margin: 0 auto !important;
}

.mapboxgl-ctrl-compass {
  display: none !important;
}

.featured-image .grid-container {
  padding: 0;
}

.featured-image .caption {
  padding-top: .5em;
  font-family: quicksand-regular;
  font-size: .6875em;
  font-style: normal;
  font-weight: normal;
}

[data-whatinput="mouse"] a:focus, button:focus, [data-whatinput="touch"] a:focus, button:focus {
  outline: none;
}

.header__container {
  margin: 0;
  padding: 1.2em 0;
}

@media print, screen and (max-width: 63.9988em) {
  .header__container {
    padding: 0;
  }
}

.menu-sprachen-container {
  text-align: right;
  position: relative;
}

.language-switch {
  margin: .8em 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 64em) and (max-width: 67em) {
  .language-switch {
    margin-top: .7em;
  }
}

.language-switch li {
  display: inline-block;
}

@media print, screen and (max-width: 39.9988em) {
  .language-switch li {
    margin-right: 3px;
  }
}

.language-switch li:last-of-type span {
  display: none;
}

.language-switch li a, .language-switch li span {
  color: #3c3c3b;
  text-transform: uppercase;
  font-family: quicksand-medium;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 64em) and (max-width: 67em) {
  .language-switch li a, .language-switch li span {
    font-size: .9em;
  }
}

.language-switch li a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.language-switch li span {
  padding: 0 0 0 .3em;
}

.language-switch li.current-lang a {
  border-bottom: 1px solid #fff;
}

.carousel.archiv-veranstaltungen .sp-post-carousel-pro-area {
  margin-right: -20px;
}

.carousel.archiv-veranstaltungen .sp-pcp-post {
  padding-right: 20px;
}

.carousel.archiv-veranstaltungen .pcp-col-lg-5 {
  width: 19.5%;
}

@media (max-width: 991px) and (min-width: 650px) {
  .carousel.archiv-veranstaltungen .pcp-col-sm-2 {
    width: 49.6%;
  }
}

@media (max-width: 651px) {
  .carousel.archiv-veranstaltungen .pcp-col-xs-1 {
    width: 100%;
  }
}

.carousel.archiv-veranstaltungen .sp-pcp-post-image img {
  width: 100%;
}

.carousel .person__title {
  font-family: quicksand-medium;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

.carousel .sp-pcp-post {
  padding-bottom: 2em !important;
}

.carousel .sp-pcp-post-meta ul li {
  overflow-wrap: break-word;
  display: block;
  font-family: quicksand-regular !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.4rem !important;
}

.carousel .sp-pcp-post-title a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: quicksand-medium !important;
  font-weight: 500 !important;
}

.carousel .sp-pcp-post-title a:hover {
  border-bottom: 1px solid #ffed00;
  color: #3c3c3b !important;
}

.carousel .sp-pcp-post-title a .sp-pcp-post-meta ul li {
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  font-size: .875rem !important;
  line-height: 1.125rem !important;
}

.carousel .content {
  background-color: #fff;
  padding: 2em 2em 0;
}

@media print, screen and (max-width: 63.9988em) {
  .carousel .content {
    padding: 1.25em;
  }
}

.carousel .content.no-filter .sp-pcp-filter {
  display: none;
}

.carousel .sp-load-more-button-area {
  margin-top: 2rem !important;
}

.carousel .sp-load-more-button-area button {
  border: 0;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  cursor: pointer !important;
  text-transform: none !important;
  background-color: #e3e3e3 !important;
  margin: 0 auto 3em !important;
  padding: 1.125em 1.1em !important;
  transition: all .1s !important;
}

.carousel .sp-load-more-button-area button:hover {
  background-color: #ffed00 !important;
  transition: all .1s !important;
}

.carousel .sp-pcp-filter {
  text-align: center;
}

.carousel ul.sp-pcp-items-filter {
  flex-flow: wrap;
  justify-content: center;
  display: flex !important;
}

@media print, screen and (max-width: 63.9988em) {
  .carousel ul.sp-pcp-items-filter {
    flex-direction: column;
  }

  .carousel ul.sp-pcp-items-filter li {
    text-align: left;
  }
}

.carousel ul.sp-pcp-items-filter li > button {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
  text-transform: uppercase !important;
  color: #3c3c3b !important;
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: .4em 0 0 .2em !important;
  font-size: .875em !important;
}

.carousel ul.sp-pcp-items-filter li > button:hover, .carousel ul.sp-pcp-items-filter li > button.active {
  border-bottom: 1px solid #ffed00;
  transition: border-bottom .2s;
}

.carousel .sp-pcp-pagination li {
  margin: 0;
}

.carousel .sp-pcp-pagination li .fa-angle-left, .carousel .sp-pcp-pagination li .fa-angle-right {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
  font-size: .8rem !important;
  line-height: 1.3rem !important;
}

.carousel .sp-pcp-pagination li .fa-angle-left:before, .carousel .sp-pcp-pagination li .fa-angle-right:before {
  content: "►";
}

.carousel .sp-pcp-pagination li .fa-angle-left:hover, .carousel .sp-pcp-pagination li .fa-angle-right:hover {
  color: #ffed00;
}

.carousel .sp-pcp-pagination li .next:hover, .carousel .sp-pcp-pagination li .prev:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.carousel .sp-pcp-pagination li .fa-angle-left:before {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.carousel .sp-pcp-pagination li:after {
  content: "/";
  margin: 0 .2em;
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.carousel .sp-pcp-pagination li:last-of-type:after {
  content: "";
}

.carousel .sp-pcp-pagination li a, .carousel .sp-pcp-pagination li span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 0 .3em;
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: #3c3c3b !important;
  background-color: rgba(0, 0, 0, 0) !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.3rem !important;
}

.carousel .sp-pcp-pagination li a:hover, .carousel .sp-pcp-pagination li span:hover, .carousel .sp-pcp-pagination li .page-numbers.current {
  border-bottom: 1px solid #ffed00;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:after {
  content: "/";
  margin: 0 .3em;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:first-child {
  order: 0;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:nth-child(2) {
  order: 4;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:nth-child(3) {
  order: 7;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:nth-child(3):after {
  content: "";
}

html[lang="en-US"] ul.sp-pcp-items-filter li:nth-child(4) {
  order: 3;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:nth-child(5) {
  order: 2;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:nth-child(6) {
  order: 3;
}

html[lang="en-US"] ul.sp-pcp-items-filter li:nth-child(7) {
  order: 6;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:after {
  content: "/";
  margin: 0 .3em;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:first-child {
  order: 0;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:nth-child(2) {
  order: 5;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:nth-child(3) {
  order: 7;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:nth-child(3):after {
  content: "";
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:nth-child(4) {
  order: 3;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:nth-child(5) {
  order: 2;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:nth-child(6) {
  order: 4;
}

html[lang="de-DE"] ul.sp-pcp-items-filter li:nth-child(7) {
  order: 6;
}

#sp-post-carousel-pro-6346 .sp-pcp-filter, #sp-post-carousel-pro-6360 .sp-pcp-filter {
  display: none !important;
}

.content.button-alumni {
  display: none;
}

.slider .slick-slider {
  padding-left: 0;
  position: relative;
}

.slider .slick-slide, .slider .slick-slide .slide {
  position: relative;
}

.slider .slick-slide .slide__image {
  width: 100%;
  max-width: none;
}

.slider .slick-slide .slide__background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  .slider .slick-slide .slide__background-image {
    height: 310px;
  }
}

.slider .slick-slide .slide__content {
  width: 33.33%;
  height: 350px;
  padding: 2em;
  position: absolute;
  top: 0;
  right: 0;
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  .slider .slick-slide .slide__content {
    height: 310px;
  }
}

@media print, screen and (max-width: 63.9988em) {
  .slider .slick-slide .slide__content {
    padding: 1.25em;
  }
}

@media print, screen and (max-width: 74.9988em) {
  .slider .slick-slide .slide__content {
    width: 40%;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .slider .slick-slide .slide__content {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    bottom: 0;
  }
}

.slider .slick-slide .slide__content > * {
  color: #fff;
}

.slider .slick-slide .slide__content p {
  text-align: center;
  margin: 0;
}

.slider .slick-slide .slide__content h2, .slider .slick-slide .slide__content .events .tribe-events-single-event-title, .events .slider .slick-slide .slide__content .tribe-events-single-event-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
}

.slider .slick-slide .slide__content a, .slider .slick-slide .slide__content .slash {
  text-align: center;
  border: 0;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  display: block;
}

.slider .slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  bottom: -.8em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider .slick-dots li {
  margin: 0 .5em;
  display: inline-block;
}

.slider .slick-dots li.slick-active button {
  background-color: #3c3c3b;
}

.slider .slick-dots li button {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #3c3c3b;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 0;
  display: block;
}

.slider .slick-arrow {
  cursor: pointer;
  color: #fff;
  z-index: 3;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
}

.slider .slick-arrow.prev-arrow {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIgNDkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTIgNDkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTk4LjYwOCwyNDYuMTA0TDM4Mi42NjQsNjIuMDRjNS4wNjgtNS4wNTYsNy44NTYtMTEuODE2LDcuODU2LTE5LjAyNGMwLTcuMjEyLTIuNzg4LTEzLjk2OC03Ljg1Ni0xOS4wMzJsLTE2LjEyOC0xNi4xMiAgICBDMzYxLjQ3NiwyLjc5MiwzNTQuNzEyLDAsMzQ3LjUwNCwwcy0xMy45NjQsMi43OTItMTkuMDI4LDcuODY0TDEwOS4zMjgsMjI3LjAwOGMtNS4wODQsNS4wOC03Ljg2OCwxMS44NjgtNy44NDgsMTkuMDg0ICAgIGMtMC4wMiw3LjI0OCwyLjc2LDE0LjAyOCw3Ljg0OCwxOS4xMTJsMjE4Ljk0NCwyMTguOTMyYzUuMDY0LDUuMDcyLDExLjgyLDcuODY0LDE5LjAzMiw3Ljg2NGM3LjIwOCwwLDEzLjk2NC0yLjc5MiwxOS4wMzItNy44NjQgICAgbDE2LjEyNC0xNi4xMmMxMC40OTItMTAuNDkyLDEwLjQ5Mi0yNy41NzIsMC0zOC4wNkwxOTguNjA4LDI0Ni4xMDR6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  left: 0;
}

.slider .slick-arrow.next-arrow {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM4Mi42NzgsMjI2LjgwNEwxNjMuNzMsNy44NkMxNTguNjY2LDIuNzkyLDE1MS45MDYsMCwxNDQuNjk4LDBzLTEzLjk2OCwyLjc5Mi0xOS4wMzIsNy44NmwtMTYuMTI0LDE2LjEyICAgIGMtMTAuNDkyLDEwLjUwNC0xMC40OTIsMjcuNTc2LDAsMzguMDY0TDI5My4zOTgsMjQ1LjlsLTE4NC4wNiwxODQuMDZjLTUuMDY0LDUuMDY4LTcuODYsMTEuODI0LTcuODYsMTkuMDI4ICAgIGMwLDcuMjEyLDIuNzk2LDEzLjk2OCw3Ljg2LDE5LjA0bDE2LjEyNCwxNi4xMTZjNS4wNjgsNS4wNjgsMTEuODI0LDcuODYsMTkuMDMyLDcuODZzMTMuOTY4LTIuNzkyLDE5LjAzMi03Ljg2TDM4Mi42NzgsMjY1ICAgIGM1LjA3Ni01LjA4NCw3Ljg2NC0xMS44NzIsNy44NDgtMTkuMDg4QzM5MC41NDIsMjM4LjY2OCwzODcuNzU0LDIzMS44ODQsMzgyLjY3OCwyMjYuODA0eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
  right: 0;
}

.gallery {
  margin-bottom: 4em;
}

.ueberblick a {
  border: 0;
  display: inline-block;
}

.ueberblick h2, .ueberblick .events .tribe-events-single-event-title, .events .ueberblick .tribe-events-single-event-title {
  margin-top: 1.5em;
  margin-bottom: .2em;
}

.ueberblick .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .ueberblick .content {
    padding: 1.25em;
  }
}

.ueberblick .element {
  margin-top: 2em;
}

.ueberblick .element p {
  margin-bottom: 0;
}

section ~ .ueberblick {
  margin-top: -2.5em;
}

.one-column-text, .two-column-text {
  margin: 1em auto;
}

.one-column-text em, .two-column-text em {
  font-style: italic;
}

.one-column-text p ~ ul, .two-column-text p ~ ul {
  margin-top: 0;
}

.one-column-text .content, .two-column-text .content {
  background-color: #fff;
  padding: 2em;
  position: relative;
}

@media print, screen and (max-width: 63.9988em) {
  .one-column-text .content, .two-column-text .content {
    padding: 1.25em;
  }
}

.two-column-text .columns {
  column-count: 1;
  -moz-column-count: 1;
  -moz-column-gap: 1.5em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

@media print, screen and (min-width: 64em) {
  .two-column-text .columns {
    column-count: 2;
    -moz-column-count: 2;
    -moz-column-gap: 1.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}

.three-column-text {
  position: relative;
}

.three-column-text .columns {
  column-count: 1;
  -moz-column-count: 1;
  -moz-column-gap: 1.5em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

@media print, screen and (min-width: 64em) {
  .three-column-text .columns {
    column-count: 3;
    -moz-column-count: 3;
    -moz-column-gap: 1.5em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}

.one-column-text .content p:last-of-type, .two-column-text .content p:last-of-type, .three-column-text .content p:last-of-type {
  margin-bottom: 0;
}

.one-column-text iframe, .two-column-text iframe, .three-column-text iframe {
  max-width: 100%;
}

.one-column-text ~ .one-column-text, .two-column-text ~ .two-column-text, .three-column-text ~ .three-column-text {
  margin-top: -1.5em;
}

.divided-columns .background-white {
  background-color: #fff;
  padding: 2em;
  position: relative;
}

@media print, screen and (max-width: 63.9988em) {
  .divided-columns .background-white {
    padding: 1.25em;
  }
}

.divided-columns p ~ ul {
  margin-top: 0 !important;
}

.news h2, .news .events .tribe-events-single-event-title, .events .news .tribe-events-single-event-title {
  margin: 0 0 0 .8rem;
  font-family: quicksand-regular;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.5rem;
}

@media (min-width: 64em) and (max-width: 73em) {
  .news h2, .news .events .tribe-events-single-event-title, .events .news .tribe-events-single-event-title {
    margin: 0 0 0 .4rem;
    font-size: 1.75rem;
  }
}

@media print, screen and (max-width: 63.9988em) {
  .news h2, .news .events .tribe-events-single-event-title, .events .news .tribe-events-single-event-title {
    margin: 0 0 .75rem;
  }
}

.news h3 {
  margin: 1rem 0 0;
}

@media screen and (min-width: 75em) {
  .news .image__container .image {
    height: 10.625vw;
  }
}

@media screen and (min-width: 125em) {
  .news .image__container .image {
    height: 8.5vw;
  }
}

@media screen and (min-width: 150em) {
  .news .image__container .image {
    height: 6.7vw;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.9988em) {
  .news .image__container .image {
    height: 13.8vw;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  .news .image__container .image {
    height: 20.3vw;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .news .image__container .image {
    width: 130px;
    height: 130px;
  }
}

.news .more-posts {
  margin: 1rem 0 0 .8rem;
}

@media print, screen and (max-width: 39.9988em) {
  .post {
    margin: .75em 0;
  }
}

.post a {
  border: 0;
}

.image__container {
  width: 100%;
}

.image__container a {
  border-bottom: none;
  display: block;
}

.image .image {
  background-position: center;
  background-size: cover;
  border-bottom: none;
  width: 100%;
}

.image h3 {
  margin-top: 1em;
  margin-bottom: .2em;
}

.read-more {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: quicksand-regular;
  font-size: .875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25rem;
}

.read-more:hover {
  border-bottom: 1px solid #ffed00 !important;
}

.calendar {
  margin-bottom: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .calendar {
    margin-bottom: 1em;
  }
}

.calendar .content {
  background-color: #e3e3e3;
  padding: 1.6em;
}

.calendar .tribe-events-title {
  margin-bottom: 0;
  font-family: quicksand-medium;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}

.calendar .tribe-events-title a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.calendar .tribe-events-title a:hover {
  border-bottom: 1px solid #fff;
}

.calendar .tribe-events-duration {
  margin-bottom: .2em;
  font-family: quicksand-regular;
  font-size: .9375rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25rem;
}

.calendar .tribe-mini-calendar-dayofweek {
  padding: 6px 0;
}

.calendar .tribe-mini-calendar-nav-link {
  border-bottom: none;
}

.calendar .tribe-mini-calendar-nav-link:hover {
  color: #fff;
}

.calendar .tribe-mini-calendar-nav span {
  margin: 0;
  font-family: quicksand-medium;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

@media print, screen and (max-width: 39.9988em) {
  .calendar .tribe-mini-calendar-nav span {
    margin: 0 7px;
  }
}

.calendar .tribe-mini-calendar-nav span.active {
  visibility: visible !important;
}

.calendar .tribe-mini-calendar-nav {
  border: 0;
}

.calendar .tribe-mini-calendar td {
  color: #3c3c3b;
  font-family: quicksand-medium;
  font-size: .75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
}

.calendar .tribe-mini-calendar thead td {
  border: 0;
  padding: 0;
}

.calendar .tribe-mini-calendar thead tr:first-of-type td {
  padding-bottom: 2em;
}

.calendar .tribe-mini-calendar thead tr:last-of-type th {
  color: #fff;
  text-transform: uppercase;
  background-color: #3c3c3b;
  font-family: quicksand-medium;
  font-size: .75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
}

.calendar .tribe-mini-calendar thead tr:last-of-type th th {
  border: 0;
}

.calendar .tribe-mini-calendar tbody {
  background-color: #fff;
}

.calendar .tribe-mini-calendar tbody tr td {
  color: #cfcfcf;
  border-color: #e3e3e3;
  padding: 1.1em 0;
  font-size: .85em;
}

.calendar .tribe-mini-calendar .tribe-events-has-events {
  color: #3c3c3b;
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.calendar .tribe-mini-calendar .tribe-events-has-events a {
  border-bottom: none;
}

.calendar .tribe-mini-calendar .tribe-events-has-events a:hover:after {
  background-color: #ffed00;
  transition: all .2s;
}

.calendar .tribe-mini-calendar .tribe-events-has-events a:after {
  content: "";
  background-color: #3c3c3b;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.calendar .tribe-mini-calendar .tribe-events-has-events a:before {
  display: none;
}

.calendar .tribe-events-calendar-month__day-cell--selected, .calendar .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .calendar .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .calendar .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #ffed00 !important;
}

.calendar .tribe-events-c-top-bar__nav-list-date {
  font-family: quicksand-bold;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}

.events {
  position: relative;
}

.events p > strong {
  display: inline-block;
}

.events .event-is-recurring, .events .recurringinfo {
  display: none;
}

.events .organizer {
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.events .information p ~ ul {
  margin-top: 1em;
  margin-bottom: 2em;
}

.events .information p, .events .information ul li {
  font-family: quicksand-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}

@media print, screen and (max-width: 63.9988em) {
  .events .information {
    margin-top: 2em;
  }
}

.events .event-date {
  margin-top: -1em;
  margin-bottom: 2em;
}

.events .event-date .tribe-events-schedule em {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.events .tribe-events-content p {
  font-family: quicksand-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}

.events .tribe-events-content em {
  font-size: inherit;
  font-style: italic !important;
}

.events #tribe-events-content {
  margin-bottom: 0;
}

.events .slider {
  margin-top: 2em;
}

.events h4 {
  margin: 2em 0 0;
}

.events .event-container {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .events .event-container {
    padding: 1.25em;
  }
}

.events .tribe-events-event-image {
  text-align: left;
}

.events .tribe-events-schedule em {
  font-family: quicksand-regular;
  font-size: .875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125rem;
}

.events .tribe-events-cal-links {
  margin: 2em 0 0;
}

.events .tribe-events-cal-links .tribe-events-button {
  margin: 0 1em 0 0;
  padding: .7em;
}

@media print, screen and (max-width: 39.9988em) {
  .events .tribe-events-cal-links .tribe-events-button {
    margin-bottom: .75em;
    display: inline-block;
  }
}

.events .tribe-events-cal-links .tribe-events-button:last-child {
  margin: 0;
}

.events .downloads {
  margin: 3em 0;
}

@media print, screen and (max-width: 39.9988em) {
  .events .downloads {
    margin: 1em 0 0;
  }
}

.events .downloads .button, .events .downloads .tribe-events-cal-links .tribe-events-button, .events .tribe-events-cal-links .downloads .tribe-events-button {
  color: #3c3c3b;
  text-decoration: none;
}

.events .downloads .newsletter .content input[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.newsletter .content .events .downloads input[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.events .downloads .newsletter .content textarea[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.newsletter .content .events .downloads textarea[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.events .downloads .register .content input[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.register .content .events .downloads input[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.events .downloads .register .content textarea[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.register .content .events .downloads textarea[type="button"] {
  color: #3c3c3b;
  text-decoration: none;
}

.events .programm {
  margin: 3em 0 1em;
}

@media print, screen and (max-width: 39.9988em) {
  .events .programm {
    margin: 1.25em 0 1em;
  }
}

.events .veranstalter {
  margin: 1em 0;
}

.events .veranstalter p, .events .veranstalter a {
  margin: 0;
  font-family: quicksand-light;
  font-style: normal;
  font-weight: 300;
}

.events .veranstalter .venue {
  font-style: italic;
}

.wpforms-confirmation-container-full {
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
  padding: 2em !important;
}

.wpforms-confirmation-container-full p {
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
  text-align: center !important;
  margin-bottom: 1.3em !important;
  font-size: 1rem !important;
  line-height: 1.6rem !important;
}

.newsletter .content, .register .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .newsletter .content, .register .content {
    padding: 1.25em;
  }
}

.newsletter .content h3, .register .content h3 {
  text-align: left;
  margin-bottom: 1.5em;
  font-family: quicksand-medium;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.newsletter .content p, .newsletter .content label, .register .content p, .register .content label {
  margin: 0 0 .1em;
  padding: 0;
  font-family: quicksand-medium;
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  display: block;
}

@media print, screen and (max-width: 63.9988em) {
  .newsletter .content p, .newsletter .content label, .register .content p, .register .content label {
    padding: 1.25em 0;
  }
}

.newsletter .content label, .register .content label {
  margin-top: 1em;
}

.newsletter .content form, .register .content form {
  margin-top: 2em;
}

.newsletter .content form > p, .register .content form > p {
  margin-bottom: 1em;
}

.newsletter .content small, .register .content small {
  margin-top: 1em;
  font-size: .7em;
  line-height: 1.1em;
  display: block;
}

.newsletter .content small strong, .register .content small strong {
  font-size: 100%;
  line-height: 1.1em;
}

.newsletter .content input, .newsletter .content textarea, .register .content input, .register .content textarea {
  border: 3px solid #ededed;
  width: 100%;
  padding: .2em .6em;
  font-family: quicksand-medium;
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 100% !important;
}

.newsletter .content input:active, .newsletter .content input:focus, .newsletter .content textarea:active, .newsletter .content textarea:focus, .register .content input:active, .register .content input:focus, .register .content textarea:active, .register .content textarea:focus {
  border-color: #ffed00;
  outline: none;
}

.newsletter .content input[type="button"] {
  margin-top: .8em;
  padding-top: .7em;
  padding-bottom: .7em;
}

.newsletter .content textarea[type="button"] {
  margin-top: .8em;
  padding-top: .7em;
  padding-bottom: .7em;
}

.register .content input[type="button"] {
  margin-top: .8em;
  padding-top: .7em;
  padding-bottom: .7em;
}

.register .content textarea[type="button"] {
  margin-top: .8em;
  padding-top: .7em;
  padding-bottom: .7em;
}

.newsletter .content input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
}

.newsletter .content textarea[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
}

.register .content input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
}

.register .content textarea[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
}

.newsletter .content input[type="radio"] {
  width: auto;
  margin-right: .5em;
}

.register .content input[type="radio"] {
  width: auto;
  margin-right: .5em;
}

.newsletter .content input[type="submit"] {
  margin-top: 1em;
}

.register .content input[type="submit"] {
  margin-top: 1em;
}

.logos_container {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logos_container:after {
  content: "";
  clear: both;
  display: table;
}

@media print, screen and (max-width: 63.9988em) {
  .logos_container {
    justify-content: flex-start;
    margin-top: 2em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .logos_container {
    display: inline-block;
  }
}

.foerderer_logos {
  margin-bottom: .5em;
  margin-right: 1.8em;
}

@media screen and (min-width: 75em) {
  .foerderer_logos {
    margin-right: 1.5em;
  }
}

@media screen and (min-width: 90em) {
  .foerderer_logos {
    margin-right: 1.8em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .foerderer_logos {
    margin-bottom: 0;
    margin-right: 1.4em;
  }
}

.foerderer_logos:last-of-type {
  margin-right: 0;
}

section ~ .accordion_module, section ~ .one-column-text {
  margin-top: -1.5em;
}

.accordion_module p ~ ul {
  margin-top: 0;
}

.accordion_module ul ul {
  margin: 1.7em 0;
  list-style: disc;
}

.accordion_module ul ul li {
  margin: .3em 0;
}

.accordion_module .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .accordion_module .content {
    padding: 1.25em;
  }
}

.accordion_module .accordion {
  padding: 0;
}

.accordion_module .accordion-title {
  color: #9d9d9c;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: .6em 0 .6em 2.5em;
  font-family: quicksand-regular;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.875rem;
}

.accordion_module .accordion-title:focus {
  background-color: rgba(0, 0, 0, 0);
}

.accordion_module .accordion-title:hover {
  color: #3c3c3b;
  background-color: #ffed00;
}

.accordion_module .accordion-title:before {
  margin-top: -1rem;
  margin-left: 1em;
  left: 0;
}

.accordion_module .accordion-title.borderless {
  padding: 0;
  border: 0 !important;
}

.accordion_module .accordion-title.borderless:hover, .accordion_module .accordion-title.borderless:focus {
  background-color: rgba(0, 0, 0, 0);
}

.accordion_module .accordion-title.borderless:hover:after {
  color: #ffed00;
}

.accordion_module .accordion-title.borderless:before {
  display: none;
}

.accordion_module .accordion-title.borderless:after {
  content: "+";
  color: #3c3c3b;
  margin-top: -.5rem;
  margin-left: .5rem;
  font-family: quicksand-medium;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 6px;
}

.accordion_module .accordion-title.borderless h2, .accordion_module .accordion-title.borderless .events .tribe-events-single-event-title, .events .accordion_module .accordion-title.borderless .tribe-events-single-event-title, .accordion_module .accordion-title.borderless h3 {
  display: inline-block;
}

.accordion_module .accordion-content {
  border: 0 !important;
}

.accordion_module .accordion-content ul {
  margin-left: 1.5em;
}

.accordion_module .accordion-content.no-padding {
  padding: 0 !important;
}

.accordion_module table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}

.accordion_module table th {
  color: #fff;
  background: #3c3c3b;
  font-weight: bold;
}

.accordion_module table td, .accordion_module table th {
  text-align: left;
  padding: 6px;
}

.accordion_module table tr:nth-of-type(odd) {
  background: #f8f8f8;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .accordion_module table table, .accordion_module table thead, .accordion_module table tbody, .accordion_module table th, .accordion_module table td, .accordion_module table tr {
    display: block;
  }

  .accordion_module table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .accordion_module table tr {
    margin-bottom: 1em;
  }

  .accordion_module table td {
    min-height: 2em;
    padding-left: 50%;
    position: relative;
  }

  .accordion_module table td:first-of-type:before, .accordion_module table td:nth-of-type(2):before, .accordion_module table td:nth-of-type(3):before {
    white-space: nowrap;
    width: 45%;
    padding-right: 10px;
    font-weight: 600;
    position: absolute;
    top: 6px;
    left: 6px;
  }

  .accordion_module table td:first-of-type:before {
    content: "Name";
  }

  .accordion_module table td:nth-of-type(2):before {
    content: "Institution";
  }

  .accordion_module table td:nth-of-type(3):before {
    content: "Zeitraum";
  }
}

.audioplayer {
  color: #fff;
  z-index: 1;
  background: #9d9d9c;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 2.5em;
  position: relative;
}

.audioplayer-mini {
  width: 2.5em;
  margin: 0 auto;
}

.audioplayer > div {
  position: absolute;
}

.audioplayer-playpause {
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  width: 2.5em;
  height: 100%;
  top: 0;
  left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 0 #9d9d9c;
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-playpause:hover, .audioplayer-playpause:focus {
  background-color: #9d9d9c;
}

.audioplayer-playpause a {
  border-bottom: none;
  display: block;
}

.audioplayer-playpause a:hover {
  border-left-color: #ffed00 !important;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  border: .5em solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-right: none;
  width: 0;
  height: 0;
  margin: -.5em 0 0 -.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}

.audioplayer-playing .audioplayer-playpause a {
  width: .75em;
  height: .75em;
  margin: -.375em 0 0 -.375em;
  position: absolute;
  top: 50%;
  left: 50%;
}

.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
  content: "";
  background-color: #fff;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}

.audioplayer-playing .audioplayer-playpause a:hover:before, .audioplayer-playing .audioplayer-playpause a:hover:after {
  background-color: #ffed00;
}

.audioplayer-time {
  text-align: center;
  z-index: 2;
  width: 3.1em;
  height: 100%;
  font-family: quicksand-medium;
  font-size: .9em;
  font-style: normal;
  font-weight: 500;
  line-height: 2.78em;
  top: 0;
}

.audioplayer-time-current {
  border-left: 0 #9d9d9c;
  left: 2.5em;
}

.audioplayer-time-duration {
  border-right: 0 #9d9d9c;
  right: 2.5em;
}

@media print, screen and (max-width: 39.9988em) {
  .audioplayer-time-duration {
    right: 3em;
  }
}

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}

.audioplayer-bar {
  cursor: pointer;
  z-index: 1;
  background-color: #fff;
  height: .875em;
  margin-top: -.438em;
  top: 50%;
  left: 5.7em;
  right: 5.7em;
}

@media print, screen and (max-width: 63.9988em) {
  .audioplayer-bar {
    right: 7em;
  }
}

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
}

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.audioplayer-bar-loaded {
  z-index: 1;
  background-color: #fff;
}

.audioplayer-bar-played {
  z-index: 2;
  background-color: #ffed00;
}

.audioplayer-volume {
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  border-left: 0 #9d9d9c;
  width: 2.5em;
  height: 100%;
  top: 0;
  right: 0;
}

.audioplayer-volume:hover, .audioplayer-volume:focus {
  background-color: #9d9d9c;
}

@media print, screen and (max-width: 39.9988em) {
  .audioplayer-volume {
    display: none;
  }
}

.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

.audioplayer-volume-button a {
  z-index: 1;
  background-color: #fff;
  border-bottom: none;
  width: .313em;
  height: .375em;
  display: block;
  position: relative;
  top: 40%;
  left: 35%;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  z-index: 2;
  border: .5em solid rgba(0, 0, 0, 0);
  border-left: none;
  border-right-color: #fff;
  width: 0;
  height: 0;
  margin-top: -.5em;
  top: 50%;
  right: -.25em;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  border: .25em double #fff;
  border-width: .25em .25em 0 0;
  border-radius: 0 .938em 0 0;
  width: .313em;
  height: .313em;
  top: -.063em;
  left: .563em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.audioplayer-volume-adjust {
  cursor: default;
  background: #9d9d9c;
  height: 6.25em;
  position: absolute;
  top: -9999px;
  left: 0;
  right: 0;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

.audioplayer-volume-adjust > div {
  cursor: pointer;
  z-index: 1;
  background-color: #fff;
  width: 40%;
  height: 80%;
  margin: 30% auto 0;
  position: relative;
}

.audioplayer-volume-adjust div div {
  background-color: #ffed00;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer *, .audioplayer :before, .audioplayer :after {
  -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s, background-color .25s, opacity .5s;
}

.pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2em auto;
  padding: 0;
  display: flex;
}

.pagination .nav__pagination {
  text-align: center;
  width: 80%;
}

.pagination ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li, .pagination .pagination__arrow {
  width: 1.875em;
  margin: 0 .3em;
  padding: 0;
  line-height: 100%;
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .pagination li, .pagination .pagination__arrow {
    margin: 0 .7em;
  }
}

.pagination li a, .pagination li span, .pagination .pagination__arrow a, .pagination .pagination__arrow span {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: .5em .9em;
  font-family: quicksand-medium;
  font-size: .8125em;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media print, screen and (max-width: 39.9988em) {
  .pagination li a, .pagination li span, .pagination .pagination__arrow a, .pagination .pagination__arrow span {
    padding: .5em .4em;
  }
}

.pagination li a:hover:not(.current), .pagination li span:hover:not(.current), .pagination .pagination__arrow a:hover:not(.current), .pagination .pagination__arrow span:hover:not(.current) {
  background-color: #ffed00;
  border-color: #ffed00;
}

.pagination li a.current, .pagination li span.current, .pagination .pagination__arrow a.current, .pagination .pagination__arrow span.current {
  background-color: #3c3c3b;
}

.pagination li span, .pagination li:hover a, .pagination .pagination__arrow span, .pagination .pagination__arrow:hover a {
  color: #fff;
}

.pagination__arrow a {
  color: #3c3c3b;
  font-size: .8125em;
}

.pagination .pagination__arrow--previous {
  margin-right: 1em;
}

.pagination .pagination__arrow--next {
  margin-left: 1em;
}

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

@media print, screen and (max-width: 39.9988em) {
  .headline-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.4em;
  }

  .headline-flex h1 {
    padding-left: 0;
  }

  .headline-flex > div {
    margin-top: .5em;
  }
}

header.site-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

header .logo img {
  max-width: 312px;
  display: inline-block;
}

header .logo-container {
  text-align: center;
  margin: 0 auto;
}

header .logo-container a {
  display: inline-block;
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  header .logo-container img {
    max-height: 44px;
  }
}

@media screen and (max-width: 400px) {
  header .leichte-sprache span {
    font-size: .75rem;
  }
}

.header__container__mobile {
  margin: 0 auto;
}

.header__container__mobile.is_stuck .grid-container {
  background-color: #fff;
}

.header__container__mobile .menu-item a {
  text-transform: uppercase;
  color: #3c3c3b;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.header__container__mobile .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
  content: "▼";
  color: #3c3c3b;
  border: none;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1rem;
  top: 42%;
  right: 2em;
}

.header__container__mobile .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  top: 56%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.header__container__mobile .menu-item-has-children .sub-menu.submenu {
  background-color: #fff;
  padding: 0;
  list-style: none;
}

.header__container__mobile .menu-item-has-children .sub-menu.submenu .sub-menu.submenu {
  background-color: #fafafa;
}

.header__container__mobile .grid-container {
  padding-right: 0;
}

.header__container__mobile .full-cell-last, .header__container__mobile .full-cell-first {
  align-items: center;
  display: flex;
}

.header__container__mobile .full-cell-first {
  margin-right: 0;
}

.header__container__mobile .full-cell-last {
  justify-content: flex-end;
  margin-left: 0;
}

.header__container__mobile .language-switch {
  margin: 0 1em 0 0;
}

.header__container__mobile .language-switch .menu-item a {
  padding: 0;
}

.header__container__mobile .logo-container {
  padding: .6em 0;
}

.header__container__mobile .title-bar {
  background-color: rgba(0, 0, 0, 0);
  padding: 1em 1em 0;
}

.header__container__mobile .title-bar .menu-icon {
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
}

.header__container__mobile .title-bar .menu-icon:after {
  background: #3c3c3b;
  width: 20px;
  box-shadow: 0 7px #3c3c3b, 0 14px #3c3c3b;
}

.header__container__mobile .top-bar {
  z-index: 2000;
  -webkit-overflow-scrolling: touch;
  background-color: #ffed00;
  width: 100%;
  max-height: 80vh;
  position: absolute;
  left: 0;
  overflow-y: auto;
  padding: 0 !important;
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  .header__container__mobile .top-bar {
    width: 332px;
    top: 62px;
    left: auto;
    right: 0;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .header__container__mobile .top-bar {
    top: 52px;
  }
}

.header__container__mobile .top-bar ul {
  background-color: #ffed00;
  padding-bottom: 2rem;
}

.headroom {
  will-change: transform;
  transition: -webkit-transform .2s linear, transform .2s linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.headroom--not-top {
  background-color: #fff;
}

footer {
  z-index: 2;
  background-color: #e3e3e3;
  width: 100%;
}

@media screen and (min-width: 75em) {
  footer.footer__unterseiten {
    position: fixed;
    bottom: 0;
  }
}

footer.footer__unterseiten .footer-flexbox .flex-container {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

@media print, screen and (max-width: 39.9988em) {
  footer.footer__unterseiten .footer-flexbox .flex-container {
    flex-flow: column;
  }
}

footer.footer__unterseiten .footer-flexbox .cell {
  display: block;
}

@media print, screen and (min-width: 40em) {
  footer.footer__unterseiten .footer-menu {
    flex-direction: row;
  }
}

footer.footer__unterseiten .footer_container {
  padding-bottom: 1.1em;
}

footer.footer__unterseiten .social-media-menu {
  margin-top: .5em;
  padding-right: 0;
}

@media print, screen and (max-width: 39.9988em) {
  footer.footer__unterseiten .social-media-menu {
    margin-top: 2em;
  }
}

footer .footer-menu {
  flex-flow: column wrap;
  display: flex;
}

@media print, screen and (max-width: 39.9988em) {
  footer .footer-menu li {
    margin-bottom: 0;
  }
}

footer .widget-area:after {
  content: "";
  clear: both;
  display: table;
}

footer .footer-flexbox {
  flex-flow: wrap;
  justify-content: space-between;
}

@media print, screen and (max-width: 63.9988em) {
  footer .footer-flexbox {
    flex-direction: column;
    justify-content: flex-start;
  }
}

footer .footer-flexbox .cell {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 75em) {
  footer .footer-flexbox .cell:first-child {
    flex-grow: 6;
  }

  footer .footer-flexbox .cell:nth-child(2) {
    flex-grow: 8;
  }
}

@media print, screen and (max-width: 39.9988em) {
  footer .footer-flexbox .cell {
    flex-flow: column wrap;
  }
}

footer .social-media-menu {
  margin-top: .7em;
  padding-right: 5em;
  display: flex;
}

@media print, screen and (max-width: 63.9988em) {
  footer .social-media-menu {
    padding-right: 0;
  }
}

@media print, screen and (max-width: 39.9988em) {
  footer .social-media-menu {
    margin-top: 2em;
  }
}

footer .social-media-menu li {
  margin-right: 1em;
}

footer .social-media-menu li:last-of-type {
  margin-right: 0;
}

footer .footer_container {
  padding: 1.1em 1.7em;
}

@media print, screen and (max-width: 74.9988em) {
  footer .footer_container {
    padding: 1.5em 2em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  footer .footer_container {
    padding: 1.25em;
  }
}

footer .twitter-icon, footer .youtube-icon, footer .instagram-icon, footer .linkedin-icon, footer .bluesky-icon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 8px;
}

footer .twitter-icon a, footer .youtube-icon a, footer .instagram-icon a, footer .linkedin-icon a, footer .bluesky-icon a {
  height: inherit;
  width: inherit;
  font-size: 0;
  display: block;
}

footer .twitter-icon {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNjEyLDExNi4yNThjLTIyLjUyNSw5Ljk4MS00Ni42OTQsMTYuNzUtNzIuMDg4LDE5Ljc3MmMyNS45MjktMTUuNTI3LDQ1Ljc3Ny00MC4xNTUsNTUuMTg0LTY5LjQxMSAgICBjLTI0LjMyMiwxNC4zNzktNTEuMTY5LDI0LjgyLTc5Ljc3NSwzMC40OGMtMjIuOTA3LTI0LjQzNy01NS40OS0zOS42NTgtOTEuNjMtMzkuNjU4Yy02OS4zMzQsMC0xMjUuNTUxLDU2LjIxNy0xMjUuNTUxLDEyNS41MTMgICAgYzAsOS44MjgsMS4xMDksMTkuNDI3LDMuMjUxLDI4LjYwNkMxOTcuMDY1LDIwNi4zMiwxMDQuNTU2LDE1Ni4zMzcsNDIuNjQxLDgwLjM4NmMtMTAuODIzLDE4LjUxLTE2Ljk4LDQwLjA3OC0xNi45OCw2My4xMDEgICAgYzAsNDMuNTU5LDIyLjE4MSw4MS45OTMsNTUuODM1LDEwNC40NzljLTIwLjU3NS0wLjY4OC0zOS45MjYtNi4zNDgtNTYuODY3LTE1Ljc1NnYxLjU2OGMwLDYwLjgwNiw0My4yOTEsMTExLjU1NCwxMDAuNjkzLDEyMy4xMDQgICAgYy0xMC41MTcsMi44My0yMS42MDcsNC4zOTgtMzMuMDgsNC4zOThjLTguMTA3LDAtMTUuOTQ3LTAuODAzLTIzLjYzNC0yLjMzM2MxNS45ODUsNDkuOTA3LDYyLjMzNiw4Ni4xOTksMTE3LjI1Myw4Ny4xOTQgICAgYy00Mi45NDcsMzMuNjU0LTk3LjA5OSw1My42NTUtMTU1LjkxNiw1My42NTVjLTEwLjEzNCwwLTIwLjExNi0wLjYxMi0yOS45NDQtMS43MjFjNTUuNTY3LDM1LjY4MSwxMjEuNTM2LDU2LjQ4NSwxOTIuNDM4LDU2LjQ4NSAgICBjMjMwLjk0OCwwLDM1Ny4xODgtMTkxLjI5MSwzNTcuMTg4LTM1Ny4xODhsLTAuNDIxLTE2LjI1M0M1NzMuODcyLDE2My41MjYsNTk1LjIxMSwxNDEuNDIyLDYxMiwxMTYuMjU4eiIgZmlsbD0iIzlkOWQ5YyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
}

footer .youtube-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDU2LjY5MyA1Ni42OTMiIGhlaWdodD0iNTYuNjkzcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1Ni42OTMgNTYuNjkzIiB3aWR0aD0iNTYuNjkzcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik00My45MTEsMjguMjFIMTIuNzgyYy00Ljk0OCwwLTguOTU5LDQuMDE1LTguOTU5LDguOTYydjcuMjAxYzAsNC45NDcsNC4wMTEsOC45NjEsOC45NTksOC45NjFoMzEuMTI5ICAgYzQuOTQ3LDAsOC45NTktNC4wMTQsOC45NTktOC45NjF2LTcuMjAxQzUyLjg3LDMyLjIyNSw0OC44NTgsMjguMjEsNDMuOTExLDI4LjIxeiBNMTkuMzIyLDMzLjgxNmgtMi44OTR2MTQuMzhoLTIuNzk2di0xNC4zOCAgIEgxMC43NFYzMS4zN2g4LjU4MlYzMy44MTZ6IE0yNy40OTcsNDguMTk2aC0yLjQ4di0xLjM2Yy0wLjQ2MSwwLjUwMy0wLjkzNiwwLjg4Ny0xLjQzMiwxLjE0NmMtMC40OTYsMC4yNy0wLjk3NSwwLjM5Ni0xLjQ0MSwwLjM5NiAgIGMtMC41NzYsMC0xLjAwNC0wLjE4My0xLjI5Ny0wLjU1NWMtMC4yODgtMC4zNzEtMC40MzUtMC45MjEtMC40MzUtMS42NjRWMzUuNzgyaDIuNDh2OS41MjNjMCwwLjI5NCwwLjA1NSwwLjUwNSwwLjE1NCwwLjYzNiAgIGMwLjEwNywwLjEzNSwwLjI3NywwLjE5NywwLjUxLDAuMTk3YzAuMTgsMCwwLjQxMi0wLjA4NiwwLjY5MS0wLjI2YzAuMjgxLTAuMTc2LDAuNTM3LTAuMzk2LDAuNzctMC42Njh2LTkuNDI5aDIuNDhWNDguMTk2eiAgICBNMzYuNTAxLDQ1LjYzM2MwLDAuODc3LTAuMTk1LDEuNTUxLTAuNTg0LDIuMDIxYy0wLjM4NywwLjQ3LTAuOTUzLDAuNzAxLTEuNjg2LDAuNzAxYy0wLjQ4OCwwLTAuOTIyLTAuMDg4LTEuMjk5LTAuMjcgICBjLTAuMzc5LTAuMTgtMC43MzYtMC40NTctMS4wNjEtMC44NDF2MC45NTFoLTIuNTFWMzEuMzdoMi41MXY1LjQxOWMwLjMzNi0wLjM3NSwwLjY5MS0wLjY2NiwxLjA2Mi0wLjg2MSAgIGMwLjM3OS0wLjE5OSwwLjc2LTAuMjk1LDEuMTQ2LTAuMjk1YzAuNzg1LDAsMS4zODMsMC4yNjIsMS43OTcsMC43OTFjMC40MTYsMC41MjksMC42MjMsMS4zMDQsMC42MjMsMi4zMlY0NS42MzN6IE00NS4xMDQsNDIuMjg4ICAgaC00Ljc0NnYyLjMzOWMwLDAuNjUyLDAuMDgsMS4xMDYsMC4yNDIsMS4zNTljMC4xNjYsMC4yNTQsMC40NDUsMC4zNzgsMC44NDIsMC4zNzhjMC40MTIsMCwwLjY5Ny0wLjEwNywwLjg2My0wLjMyMSAgIGMwLjE2LTAuMjE2LDAuMjQ2LTAuNjg2LDAuMjQ2LTEuNDE2di0wLjU2NWgyLjU1M3YwLjYzN2MwLDEuMjcyLTAuMzA5LDIuMjMxLTAuOTM2LDIuODc4Yy0wLjYxNywwLjY0MS0xLjU0NywwLjk1OS0yLjc4MywwLjk1OSAgIGMtMS4xMTMsMC0xLjk5LTAuMzM5LTIuNjI3LTEuMDIxYy0wLjYzNS0wLjY3OC0wLjk1OS0xLjYxOS0wLjk1OS0yLjgxNXYtNS41NzZjMC0xLjA3MywwLjM1NC0xLjk1NiwxLjA1Ny0yLjYzMyAgIGMwLjcwMS0wLjY3NywxLjYwNC0xLjAxNSwyLjcxNS0xLjAxNWMxLjEzNywwLDIuMDEsMC4zMTMsMi42MTksMC45NDFjMC42MDksMC42MjksMC45MTQsMS41MjksMC45MTQsMi43MDZWNDIuMjg4eiIvPjxwYXRoIGQ9Ik00MS40NjYsMzcuNjQ2Yy0wLjM5NiwwLTAuNjc4LDAuMTExLTAuODUsMC4zNDNjLTAuMTc2LDAuMjE4LTAuMjU4LDAuNTkxLTAuMjU4LDEuMTEydjEuMjU1aDIuMTkzdi0xLjI1NSAgIGMwLTAuNTIxLTAuMDg4LTAuODk1LTAuMjYyLTEuMTEyQzQyLjEyMiwzNy43NTgsNDEuODQzLDM3LjY0Niw0MS40NjYsMzcuNjQ2eiIvPjxwYXRoIGQ9Ik0zMi45MDksMzcuNjA0Yy0wLjE3NiwwLTAuMzU0LDAuMDM5LTAuNTI1LDAuMTJjLTAuMTc0LDAuMDc5LTAuMzQ0LDAuMjEtMC41MTIsMC4zOHY3LjczMyAgIGMwLjE5OSwwLjIsMC4zOTYsMC4zNTQsMC41ODgsMC40NDJjMC4xOTEsMC4wODUsMC4zODksMC4xMzMsMC42LDAuMTMzYzAuMzA1LDAsMC41MjctMC4wODgsMC42Ny0wLjI2NiAgIGMwLjE0MS0wLjE3NiwwLjIxMy0wLjQ1NywwLjIxMy0wLjg1NHYtNi40MTFjMC0wLjQyMi0wLjA4NC0wLjczOC0wLjI2LTAuOTU1QzMzLjUwMSwzNy43MTIsMzMuMjQzLDM3LjYwNCwzMi45MDksMzcuNjA0eiIvPjxwb2x5Z29uIHBvaW50cz0iMTYuODU4LDIzLjg5OCAyMC4wMDIsMjMuODk4IDIwLjAwMiwxNi4yMDggMjMuNjYzLDUuMzYgMjAuNDY3LDUuMzYgMTguNTIxLDEyLjc3IDE4LjMyMywxMi43NyAxNi4yOCw1LjM2ICAgIDEzLjExMyw1LjM2IDE2Ljg1OCwxNi41NTQgICIvPjxwYXRoIGQ9Ik0yNy45MjMsMjQuMjQzYzEuMjcsMCwyLjI2Ni0wLjMzMywyLjk5Mi0wLjk5OWMwLjcyMS0wLjY2OSwxLjA4Mi0xLjU4MiwxLjA4Mi0yLjc1MnYtNy4wNjQgICBjMC0xLjA0MS0wLjM2OS0xLjg5OC0xLjEwNC0yLjU1OWMtMC43NC0wLjY1OS0xLjY4OC0wLjk5MS0yLjg0NC0wLjk5MWMtMS4yNywwLTIuMjgxLDAuMzE0LTMuMDMzLDAuOTQxICAgYy0wLjc1LDAuNjI3LTEuMTI3LDEuNDY4LTEuMTI3LDIuNTMxdjcuMDg4YzAsMS4xNjMsMC4zNjcsMi4wODMsMS4xLDIuNzczQzI1LjcyMiwyMy44OTgsMjYuNzAyLDI0LjI0MywyNy45MjMsMjQuMjQzeiAgICBNMjYuNzY1LDEzLjI0NmMwLTAuMjk3LDAuMTA3LTAuNTM3LDAuMzE2LTAuNzI1YzAuMjE3LTAuMTg0LDAuNDkyLTAuMjczLDAuODM0LTAuMjczYzAuMzY5LDAsMC42NjgsMC4wODksMC44OTYsMC4yNzMgICBjMC4yMjcsMC4xODgsMC4zNCwwLjQyOCwwLjM0LDAuNzI1djcuNDUxYzAsMC4zNjUtMC4xMTEsMC42NTUtMC4zMzYsMC44NjRjLTAuMjIzLDAuMjEtMC41MjMsMC4zMTMtMC45LDAuMzEzICAgYy0wLjM2OSwwLTAuNjU0LTAuMS0wLjg1NC0wLjMxYy0wLjE5Ny0wLjIwNS0wLjI5Ny0wLjQ5My0wLjI5Ny0wLjg2OFYxMy4yNDZ6Ii8+PHBhdGggZD0iTTM2LjIxNCwyNC4wOThjMC41MjUsMCwxLjA2NC0wLjE1LDEuNjE5LTAuNDM4YzAuNTYxLTAuMjkyLDEuMDk4LTAuNzE5LDEuNjA5LTEuMjc2djEuNTE1aDIuNzkzVjEwLjIyNGgtMi43OTN2MTAuMzggICBjLTAuMjYsMC4yOTctMC41NDksMC41NDEtMC44NTksMC43MzVjLTAuMzE2LDAuMTkyLTAuNTc2LDAuMjg4LTAuNzgxLDAuMjg4Yy0wLjI2MiwwLTAuNDU1LTAuMDcyLTAuNTY4LTAuMjIxICAgYy0wLjExNS0wLjE0My0wLjE4LTAuMzc3LTAuMTgtMC42OThWMTAuMjI0aC0yLjc4OXYxMS40MjljMCwwLjgxNSwwLjE2NCwxLjQyNCwwLjQ4OCwxLjgyOCAgIEMzNS4wODMsMjMuODkxLDM1LjU2NSwyNC4wOTgsMzYuMjE0LDI0LjA5OHoiLz48L2c+PC9zdmc+");
}

footer .instagram-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDE2OS4wNjMgMTY5LjA2MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMTIyLjQwNiwwSDQ2LjY1NEMyMC45MjksMCwwLDIwLjkzLDAsNDYuNjU1djc1Ljc1MmMwLDI1LjcyNiwyMC45MjksNDYuNjU1LDQ2LjY1NCw0Ni42NTVoNzUuNzUyICAgYzI1LjcyNywwLDQ2LjY1Ni0yMC45Myw0Ni42NTYtNDYuNjU1VjQ2LjY1NUMxNjkuMDYzLDIwLjkzLDE0OC4xMzMsMCwxMjIuNDA2LDB6IE0xNTQuMDYzLDEyMi40MDcgICBjMCwxNy40NTUtMTQuMjAxLDMxLjY1NS0zMS42NTYsMzEuNjU1SDQ2LjY1NEMyOS4yLDE1NC4wNjMsMTUsMTM5Ljg2MiwxNSwxMjIuNDA3VjQ2LjY1NUMxNSwyOS4yMDEsMjkuMiwxNSw0Ni42NTQsMTVoNzUuNzUyICAgYzE3LjQ1NSwwLDMxLjY1NiwxNC4yMDEsMzEuNjU2LDMxLjY1NVYxMjIuNDA3eiIgZmlsbD0iIzlkOWQ5YyIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPgoJPHBhdGggZD0iTTg0LjUzMSw0MC45N2MtMjQuMDIxLDAtNDMuNTYzLDE5LjU0Mi00My41NjMsNDMuNTYzYzAsMjQuMDIsMTkuNTQyLDQzLjU2MSw0My41NjMsNDMuNTYxczQzLjU2My0xOS41NDEsNDMuNTYzLTQzLjU2MSAgIEMxMjguMDk0LDYwLjUxMiwxMDguNTUyLDQwLjk3LDg0LjUzMSw0MC45N3ogTTg0LjUzMSwxMTMuMDkzYy0xNS43NDksMC0yOC41NjMtMTIuODEyLTI4LjU2My0yOC41NjEgICBjMC0xNS43NSwxMi44MTMtMjguNTYzLDI4LjU2My0yOC41NjNzMjguNTYzLDEyLjgxMywyOC41NjMsMjguNTYzQzExMy4wOTQsMTAwLjI4MSwxMDAuMjgsMTEzLjA5Myw4NC41MzEsMTEzLjA5M3oiIGZpbGw9IiM5ZDlkOWMiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD4KCTxwYXRoIGQ9Ik0xMjkuOTIxLDI4LjI1MWMtMi44OSwwLTUuNzI5LDEuMTctNy43NywzLjIyYy0yLjA1MSwyLjA0LTMuMjMsNC44OC0zLjIzLDcuNzhjMCwyLjg5MSwxLjE4LDUuNzMsMy4yMyw3Ljc4ICAgYzIuMDQsMi4wNCw0Ljg4LDMuMjIsNy43NywzLjIyYzIuOSwwLDUuNzMtMS4xOCw3Ljc4LTMuMjJjMi4wNS0yLjA1LDMuMjItNC44OSwzLjIyLTcuNzhjMC0yLjktMS4xNy01Ljc0LTMuMjItNy43OCAgIEMxMzUuNjYxLDI5LjQyMSwxMzIuODIxLDI4LjI1MSwxMjkuOTIxLDI4LjI1MXoiIGZpbGw9IiM5ZDlkOWMiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+");
}

footer .linkedin-icon {
  background-image: url("linkedin.fe90be80.svg");
}

footer .bluesky-icon {
  background-image: url("bluesky-logo.2855b547.png");
  bottom: 6px;
}

footer ul {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 32px;
  list-style-type: none;
}

footer ul li {
  margin-right: 1.5em;
  display: inline-block;
}

footer ul li:last-of-type {
  margin-right: 0;
}

@media print, screen and (max-width: 39.9988em) {
  footer ul li {
    margin-bottom: .5em;
    margin-right: 0;
    display: block;
  }
}

footer ul a {
  color: #3c3c3b;
  text-transform: uppercase;
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
  text-decoration: none;
}

footer ul a:hover {
  color: #000;
  text-decoration: none;
}

.single-cpt h2, .single-cpt .events .tribe-events-single-event-title, .events .single-cpt .tribe-events-single-event-title {
  margin-bottom: .8em;
}

@media print, screen and (max-width: 63.9988em) {
  .single-cpt h2, .single-cpt .events .tribe-events-single-event-title, .events .single-cpt .tribe-events-single-event-title {
    margin-top: .5em;
  }
}

.single-cpt .position-person {
  margin: 1.5em 0 .6em;
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.single-cpt .mitarbeiterinnen, .single-cpt .kooperationspartner, .single-cpt .database {
  margin-top: 2.5em;
}

.single-cpt .content p ~ ul {
  margin-top: 0;
}

.single-cpt .kooperationspartner ul {
  margin-top: 1rem;
  padding-left: 1rem;
}

.single-cpt .kooperationspartner ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin: 0;
  display: inline-block;
}

.single-cpt .kooperationspartner ul li a:hover {
  border-bottom: 1px solid #ffed00;
}

.single-cpt .database .more-info {
  margin-top: .5em;
}

.single-cpt .database .more-info a {
  border-bottom: 0;
}

.single-cpt .database .more-info a:hover {
  border-bottom: 1px solid #ffed00;
}

.single-cpt .database .more-info h4 {
  display: inline-block;
}

.single-cpt .database .image-link {
  border-bottom: 0;
  display: inline-block;
  overflow: hidden;
}

.single-cpt .custom-cell {
  width: 50%;
  margin-bottom: 1.25em;
}

@media print, screen and (max-width: 39.9988em) {
  .single-cpt .custom-cell {
    width: 100%;
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.single-cpt .custom-cell.without-image {
  margin-bottom: .2em;
}

.single-cpt.single-teilprojekt h3 {
  margin-bottom: 0;
  font-family: quicksand-bold;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
}

.single-cpt.single-teilprojekt .slider .slide p:last-of-type {
  margin-bottom: 0;
}

.single-cpt.single-teilprojekt .accordion-content p:first-of-type {
  margin-top: 1.5em;
}

.single-cpt.single-teilprojekt .accordion_module {
  margin-top: inherit;
}

.single-cpt.single-teilprojekt .publikationen {
  margin: 0 0 1.7em;
}

.single-cpt.single-teilprojekt .publikationen h4 {
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.single-cpt.single-teilprojekt .laufzeit {
  margin-top: -1em;
}

.single-cpt.single-teilprojekt .laufzeit span {
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.single-cpt.single-teilprojekt .text-with-link {
  margin-bottom: 1.5em;
}

@media print, screen and (max-width: 63.9988em) {
  .single-cpt.single-teilprojekt .sidebar {
    margin-top: 5em;
  }
}

.single-cpt .publication-citation {
  margin-bottom: .8em;
}

.single-cpt .publication-citation strong, .single-cpt .publication-citation a {
  font-family: quicksand-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}

@media print, screen and (max-width: 39.9988em) {
  .single-cpt .publication-citation strong, .single-cpt .publication-citation a {
    font-size: .9rem;
  }
}

.single-cpt .publication-citation a {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.single-cpt .publication-citation a:hover {
  border-bottom: 1px solid #ffed00;
}

.single-cpt .publication-citation a:hover span {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.single-cpt .publication-citation strong:hover {
  border-bottom: 1px solid #ffed00;
}

.single-cpt .web-url {
  word-break: break-all;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.single-cpt.single-publications .intro {
  margin-bottom: 2em;
}

.single-cpt.single-publications .accordion {
  padding: 0;
}

.single-cpt.single-publications .accordion-item {
  margin-bottom: 2em;
}

.single-cpt.single-publications .accordion-item:last-of-type {
  margin-bottom: 0;
}

.single-cpt.single-publications .accordion-title {
  border: 0;
}

.single-cpt.single-publications .accordion-title:before {
  color: #3c3c3b;
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-36%);
  transform: translateY(-36%);
}

.single-cpt.single-publications .accordion-title:hover, .single-cpt.single-publications .accordion-title:focus, .single-cpt.single-publications .accordion-title:active {
  background-color: #ffed00;
}

.single-cpt.single-publications .accordion-content {
  border: 0;
  padding: 0 3rem;
  list-style: none;
}

@media print, screen and (max-width: 39.9988em) {
  .single-cpt.single-publications .accordion-content {
    padding: 0 0 0 1rem;
  }
}

.single-cpt.single-publications .accordion-content li {
  margin: 1.2em 0;
  line-height: 160%;
}

@media print, screen and (max-width: 39.9988em) {
  .single-cpt.single-publications .accordion-content li {
    margin: 1em 0;
    line-height: 130%;
  }
}

.single-cpt.single-publications .accordion-content li:last-of-type {
  margin-bottom: 0;
}

.single-cpt.single-publications h2, .single-cpt.single-publications .events .tribe-events-single-event-title, .events .single-cpt.single-publications .tribe-events-single-event-title {
  margin: 0;
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.single-cpt.single-publications h3 {
  margin-bottom: .5rem;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.single-cpt .projektleitung, .single-cpt .mitarbeiterinnen, .single-cpt .kooperationspartner {
  margin-bottom: 0;
}

.single-cpt .projektleitung a, .single-cpt .mitarbeiterinnen a, .single-cpt .kooperationspartner a {
  border-bottom: none;
  margin: .5em 0 0;
  display: block;
}

.single-cpt .projektleitung h4, .single-cpt .projektleitung h3, .single-cpt .mitarbeiterinnen h4, .single-cpt .mitarbeiterinnen h3, .single-cpt .kooperationspartner h4, .single-cpt .kooperationspartner h3 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

.single-cpt .projektleitung h4, .single-cpt .mitarbeiterinnen h4, .single-cpt .kooperationspartner h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: inline;
}

.single-cpt .projektleitung h4:hover, .single-cpt .mitarbeiterinnen h4:hover, .single-cpt .kooperationspartner h4:hover {
  border-bottom: 1px solid #ffed00;
}

.single-cpt .projektleitung em, .single-cpt .mitarbeiterinnen em, .single-cpt .kooperationspartner em {
  font-family: quicksand-regular;
  font-size: .875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125rem;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .single-cpt aside section .kachel {
    margin-bottom: 1.25em;
  }
}

@media screen and (min-width: 75em) {
  .single-cpt aside section .kachel {
    width: 20%;
    margin-bottom: 2em;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.9988em) {
  .single-cpt aside section .kachel {
    width: 33.3333%;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  .single-cpt aside section .kachel {
    width: 50%;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .single-cpt aside section .kachel {
    width: 100%;
  }
}

.single-cpt aside section h4 {
  margin: .4em 0 .5em;
  font-size: 1rem;
  line-height: 1.25rem;
}

.single-cpt aside section em {
  font-family: quicksand-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25rem;
  display: block;
}

.single-cpt .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .single-cpt .content {
    padding: 1.25em;
  }
}

.single-cpt .related-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .single-cpt .related-content {
    padding: 1.25em;
  }
}

.single-cpt .autor {
  color: #3c3c3b;
  font-family: quicksand-medium;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

.single-cpt .date {
  color: #3c3c3b;
  font-family: quicksand-regular;
  font-size: .75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125rem;
}

.single-cpt .exhibition-data {
  margin-bottom: 2em;
}

.single-cpt .exhibition-data div, .single-cpt .exhibition-data p, .single-cpt .exhibition-data a, .single-cpt .exhibition-data li {
  color: #3c3c3b;
  font-family: quicksand-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.single-cpt .exhibition-data ul {
  padding: 0;
  list-style: none;
}

.single-cpt .exhibition-data ul li {
  margin-bottom: .3em;
}

.single-cpt .exhibition-data div {
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.single-cpt .exhibition-data h3 {
  margin-bottom: .4em;
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.single-cpt .exhibition-data.small li, .single-cpt .exhibition-data a, .single-cpt .exhibition-data p {
  font-size: .875rem;
}

.single-cpt .medium {
  margin-top: 1rem;
}

.single-cpt .medium .medium-item:not(:last-child) {
  margin-bottom: 1rem;
}

.single-cpt .two-column-text {
  column-count: 1;
}

@media print, screen and (min-width: 64em) {
  .single-cpt .two-column-text {
    column-count: 2;
  }
}

.single-cpt .image__container .image {
  height: auto;
}

.single-cpt .audioplayer {
  margin-top: 2em;
}

.single-cpt video {
  width: 100%;
}

.single-cpt .back-link {
  margin-bottom: 1em;
}

@media print, screen and (max-width: 63.9988em) {
  .single-cpt .back-link {
    text-align: right;
    margin-top: 0;
  }
}

.single-cpt .button, .single-cpt .events .tribe-events-cal-links .tribe-events-button, .events .tribe-events-cal-links .single-cpt .tribe-events-button {
  margin-top: 2em;
}

.single-cpt .newsletter .content input[type="button"] {
  margin-top: 2em;
}

.newsletter .content .single-cpt input[type="button"] {
  margin-top: 2em;
}

.single-cpt .newsletter .content textarea[type="button"] {
  margin-top: 2em;
}

.newsletter .content .single-cpt textarea[type="button"] {
  margin-top: 2em;
}

.single-cpt .register .content input[type="button"] {
  margin-top: 2em;
}

.register .content .single-cpt input[type="button"] {
  margin-top: 2em;
}

.single-cpt .register .content textarea[type="button"] {
  margin-top: 2em;
}

.register .content .single-cpt textarea[type="button"] {
  margin-top: 2em;
}

@media print, screen and (max-width: 39.9988em) {
  .single-cpt .slider {
    margin-bottom: 2em;
  }
}

.single-cpt .publication-details h3 {
  margin-bottom: 0;
}

.single-cpt .publication-details em {
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.single-cpt .publication-details .info-item, .single-cpt h3.zitieren {
  margin: .5em 0;
}

.single-cpt .citation .accordion {
  padding: 0;
}

.single-cpt .citation .citation-wrapper {
  -webkit-hyphens: none;
  hyphens: none;
}

.single-cpt .citation .accordion-title {
  border: 0;
  padding: 0;
}

.single-cpt .citation .accordion-title:hover, .single-cpt .citation .accordion-title:active, .single-cpt .citation .accordion-title:focus {
  background-color: rgba(0, 0, 0, 0);
}

.single-cpt .citation .accordion-title:before {
  color: #3c3c3b;
  margin-top: 0;
  font-size: 1.5rem;
  position: absolute;
  top: 35%;
  left: 150px;
  -webkit-transform: translateY(-38%);
  transform: translateY(-38%);
}

.single-cpt .citation .accordion-title:hover:before {
  color: #ffed00;
}

.single-cpt .citation .accordion-title.en-US:before {
  left: 200px;
}

.single-cpt .citation .accordion-content {
  background-color: #ffed00;
  border: 0;
  padding: 1em;
  list-style: none;
}

.single-cpt .citation .accordion-content strong {
  font-family: quicksand-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}

@media print, screen and (max-width: 39.9988em) {
  .single-cpt .citation .accordion-content strong {
    font-size: .8rem;
    line-height: 150%;
    display: inline-block;
  }
}

.single-cpt .citation .accordion-content .italic {
  font-style: italic;
}

.single-cpt .citation .accordion-content .web-url:hover {
  border-bottom-color: #3c3c3b;
}

.person h1, .person h3 {
  padding-left: 0;
  font-family: quicksand-medium;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

@media print, screen and (max-width: 63.9988em) {
  .person h1, .person h3 {
    margin-top: 1em;
  }
}

.person h3 {
  margin-bottom: 1.5em;
}

.person h4 {
  margin-bottom: .1em;
}

.person em {
  font-style: italic;
}

.person strong {
  font-weight: bolder;
}

.person .address {
  margin-top: 1.55em;
}

.person .sprechzeiten {
  margin-top: 1.5em;
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.person .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .person .content {
    padding: 1.25em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .person .content .image__container {
    margin-top: 2em;
  }
}

.person .kurzinfo {
  margin-bottom: 2em;
}

.person img.image {
  height: auto;
}

@media print, screen and (max-width: 63.9988em) {
  .person img.image {
    max-width: 280px;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .person img.image {
    max-width: 100%;
    margin-top: 1.5em;
  }
}

.person .abschnitt {
  margin-top: 3em;
}

@media print, screen and (max-width: 63.9988em) {
  .person .abschnitt {
    margin-top: 2em;
  }
}

.person .abschnitt p:last-of-type {
  margin-bottom: 0;
}

.person .abschnitt.dissertation p ~ ul {
  margin-top: -1em;
  padding: 0 0 1em 1.1em;
  list-style: disc;
}

.person .contact-details {
  padding-top: 3.7em;
}

@media print, screen and (max-width: 63.9988em) {
  .person .contact-details {
    padding-top: 6.5em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .person .contact-details {
    padding-top: 0;
  }
}

.person .contact-details p {
  margin-bottom: 0;
}

@media print, screen and (max-width: 63.9988em) {
  .person .back-link {
    text-align: right;
    margin-top: 0;
    position: absolute;
    top: 2em;
    right: 3em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .person .back-link {
    top: 1em;
    right: 3.2em;
  }
}

@media print, screen and (max-width: 63.9988em) {
  .person .back-link.bottom {
    top: 3.7em;
  }
}

@media print, screen and (max-width: 39.9988em) {
  .person .back-link.bottom {
    top: 2.5em;
  }
}

.person .vita ul, .person .publikationen ul {
  padding: 0;
  list-style: none;
}

.person .vita ul > li > p, .person .publikationen ul > li > p {
  margin-bottom: 1.5em;
}

.person .vita ul ul li, .person .publikationen ul ul li {
  margin-left: 1.1em;
  list-style: disc;
}

.person .vita ul ul li:last-of-type, .person .publikationen ul ul li:last-of-type {
  margin-bottom: 1.5em;
}

.person .vita ul ul li > p, .person .publikationen ul ul li > p {
  margin-bottom: 0;
}

@media print, screen and (max-width: 63.9988em) {
  .person .publikationen {
    margin-top: 2em;
  }
}

.error404 .content {
  background-color: #fff;
  margin-bottom: 2em;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .error404 .content {
    padding: 1.25em;
  }
}

.single-post .content, .blog-archive .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .single-post .content, .blog-archive .content {
    padding: 1.25em;
  }
}

.single-post a strong, .blog-archive a strong {
  font-family: quicksand-bold;
  font-style: normal;
  font-weight: bold;
}

.single-post a em strong, .blog-archive a em strong {
  font-family: quicksand-bold;
  font-style: italic;
  font-weight: bold;
}

.single-post h1, .blog-archive h1 {
  -webkit-hyphens: none;
  hyphens: none;
  margin: .6em 0 .4em;
  padding: 0;
}

.single-post date, .blog-archive date {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.single-post .back-link, .blog-archive .back-link {
  text-align: left;
  margin-bottom: .8em;
}

.single-post .back-link:before, .blog-archive .back-link:before {
  content: "◀";
  padding-right: .2em;
  font-size: .9em;
}

.single-post .back-link:after, .blog-archive .back-link:after {
  display: none;
}

.single-post .text, .blog-archive .text {
  margin-top: 2em;
}

.single-post .text em, .blog-archive .text em {
  font-style: italic;
}

.single-post .text p, .single-post .text li, .blog-archive .text p, .blog-archive .text li {
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.single-post .text p:last-of-type, .blog-archive .text p:last-of-type {
  margin-bottom: 0;
}

.single-post .text p ~ ul, .blog-archive .text p ~ ul {
  margin: 1em 0;
}

.single-post figure, .blog-archive figure {
  margin-bottom: .5em;
}

.single-post figure figcaption, .blog-archive figure figcaption {
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.single-post aside, .blog-archive aside {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .single-post aside, .blog-archive aside {
    padding: 1.25em;
  }
}

.single-post aside > div, .blog-archive aside > div {
  margin-bottom: 2.5em;
}

.single-post aside > div:last-of-type, .blog-archive aside > div:last-of-type {
  margin-bottom: 0;
}

.single-post aside h3, .blog-archive aside h3 {
  border-bottom: 3px solid #ffed00;
  margin-top: 0;
  margin-bottom: .7em;
  padding-bottom: .1em;
  font-size: 1.3rem;
  display: inline-block;
}

.single-post aside ul, .blog-archive aside ul {
  margin: 0;
  padding: 0;
}

.single-post aside ul li, .blog-archive aside ul li {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin: .7em 0;
  padding: 0;
  font-family: quicksand-medium;
  font-size: .9em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33rem;
  list-style: none;
  display: block;
}

.single-post aside ul li a, .blog-archive aside ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}

.single-post aside ul li a:hover, .single-post aside ul li a.active, .blog-archive aside ul li a:hover, .blog-archive aside ul li a.active {
  border-bottom-color: #ffed00;
  transition: border-bottom-color .2s;
}

.single-post aside .categories li, .blog-archive aside .categories li {
  text-transform: uppercase;
}

.blog-archive .content, .news-archive .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .blog-archive .content, .news-archive .content {
    padding: 1.25em;
  }
}

.blog-archive .excerpt p, .news-archive .excerpt p {
  margin-top: .8em;
}

.blog-archive .card-container, .news-archive .card-container {
  margin-bottom: 1.875em;
}

.blog-archive .card, .news-archive .card {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ededed;
  margin: 0;
  transition: all .3s ease-in-out;
}

.blog-archive .card:hover, .news-archive .card:hover {
  border-color: #ffed00;
  transition: all .3s ease-in-out;
}

.blog-archive .card:hover img, .news-archive .card:hover img {
  transition: all .3s ease-in-out;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.blog-archive .card h3, .news-archive .card h3 {
  margin-top: .6em;
  margin-bottom: 0;
  line-height: 1.5em;
}

.blog-archive .card h3 a, .news-archive .card h3 a {
  font-family: quicksand-medium;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 500;
}

.blog-archive .card h3 a:hover, .news-archive .card h3 a:hover {
  cursor: pointer;
  color: #ffed00;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.blog-archive .card em.author, .blog-archive .card em.author a, .news-archive .card em.author, .news-archive .card em.author a {
  margin: 0;
  font-family: quicksand-medium;
  font-style: normal;
  font-weight: 500;
}

.blog-archive .card em.author, .news-archive .card em.author {
  font-size: .9em;
  display: inline-block;
}

.blog-archive .card em.author a, .news-archive .card em.author a {
  display: inline;
}

.blog-archive .card img, .news-archive .card img {
  transition: all .3s ease-in-out;
}

.blog-archive .card a, .news-archive .card a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}

.blog-archive .card a:hover, .news-archive .card a:hover {
  border-bottom: 1px solid #ffed00;
}

.blog-archive .card .excerpt p, .news-archive .card .excerpt p {
  margin-bottom: 0;
  font-family: quicksand-regular;
  font-style: normal;
  font-weight: normal;
}

.blog-archive .card .read-more, .news-archive .card .read-more {
  margin-top: .95em;
  display: inline-block;
}

.blog-archive .card .card-section, .news-archive .card .card-section {
  padding: 1em 1.3em;
}

.blog-archive .card .post-category, .blog-archive .card date, .news-archive .card .post-category, .news-archive .card date {
  font-family: quicksand-medium;
  font-size: .9em;
  font-style: normal;
  font-weight: 500;
}

.blog-archive .card .post-category, .news-archive .card .post-category {
  text-transform: uppercase;
}

.blog-archive .card .post-category a, .news-archive .card .post-category a {
  color: #3c3c3b;
  white-space: nowrap;
}

.blog-archive .card date, .news-archive .card date {
  color: #999;
  font-size: .75rem;
  line-height: 1.375rem;
}

.blog-category {
  color: #999;
}

.blog-category-intro .content {
  column-count: 1;
  -moz-column-count: 1;
  -moz-column-gap: 1.5em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1.5em;
  background-color: #fff;
  column-gap: 1.5em;
  padding: 2em;
  position: relative;
}

@media print, screen and (max-width: 63.9988em) {
  .blog-category-intro .content {
    padding: 1.25em;
  }
}

@media print, screen and (min-width: 64em) {
  .blog-category-intro .content {
    column-count: 2;
    -moz-column-count: 2;
    -moz-column-gap: 1.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}

.video-container, .is-type-video {
  height: 0;
  margin-bottom: 1em;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

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

.featured-image, .video-container {
  margin-top: 2.9em;
}

.featured-image.hide-for-large, .video-container.hide-for-large {
  margin-top: 2em;
}

.hide-for-large .kgvid_wrapper {
  margin-top: 0;
}

.news-archive {
  width: 83.333%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 63.9988em) {
  .news-archive {
    width: 100%;
  }
}

.news-archive .card h3 {
  margin-top: .1em;
  font-size: 1rem;
  line-height: 140%;
}

.news-archive .card h3 a {
  font-size: 1rem;
}

.news-archive .card a:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.news-archive .featured-image {
  width: 100%;
  margin-top: 0;
  padding-bottom: 100%;
  position: relative;
}

.news-archive .featured-image:hover .image {
  transition: all .4s ease-in-out;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.news-archive .image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-archive .cards {
  grid-gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  display: grid;
}

@media print, screen and (max-width: 63.9988em) {
  .news-archive .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media print, screen and (max-width: 39.9988em) {
  .news-archive .cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.publikationen-grid .content {
  background-color: #fff;
  padding: 2em;
}

@media print, screen and (max-width: 63.9988em) {
  .publikationen-grid .content {
    padding: 1.25em;
  }
}

.publikationen-grid .post-grid {
  grid-gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  display: grid;
}

.publikationen-grid .post-grid--items-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 400px;
  margin: 0 auto;
}

.publikationen-grid .post-grid--items-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 800px;
  margin: 0 auto;
}

.publikationen-grid .post-grid--items-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1000px;
  margin: 0 auto;
}

@media print, screen and (max-width: 63.9988em) {
  .publikationen-grid .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publikationen-grid .post-grid--items-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media print, screen and (max-width: 39.9988em) {
  .publikationen-grid .post-grid, .publikationen-grid .post-grid--items-1, .publikationen-grid .post-grid--items-2, .publikationen-grid .post-grid--items-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.publikationen-grid .grid-element {
  cursor: pointer;
  border: 1px solid #ededed;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.publikationen-grid .grid-element:hover {
  border-color: #ffed00;
  transition: all .3s ease-in-out;
}

.publikationen-grid .grid-element:hover .image {
  transition: all .3s ease-in-out;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.publikationen-grid .post-content {
  padding: 1em;
}

.publikationen-grid .meta em {
  font-family: quicksand-regular;
  font-size: .8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  display: inline-block;
}

.publikationen-grid h3 {
  margin-bottom: .5em;
  font-family: quicksand-medium;
  font-size: .9em;
  font-style: normal;
  font-weight: 500;
  display: inline;
}

.publikationen-grid .publikation-title {
  text-underline-offset: .15em;
  line-height: 140%;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: inline-block;
}

.publikationen-grid .publikation-title:hover {
  -webkit-text-decoration: underline #ffed00;
  text-decoration: underline #ffed00;
}

.space-talk-zines .publikationen-grid h3.publikation-title {
  font-size: 1.1em;
  line-height: 140%;
}

.space-talk-zines .publikationen-grid .publikation-author {
  color: #999;
  margin-top: 0;
  font-size: .8em;
  line-height: 130%;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid rgba(0, 0, 0, 0);
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

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