@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media (min-width: 576px) {
  .container {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -3.125vw;
  margin-left: -3.125vw;
}

@media (min-width: 576px) {
  .row {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: auto;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 18px;
  height: 6px;
  margin: 0 8px;
  background: white;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@font-face {
  font-family: "fabrik";
  font-style: bold;
  font-weight: 700;
  src: url("/static/wp-content/themes/angst/library/fonts/Fabrik-Bold.eot") format("eot"), url("/static/wp-content/themes/angst/library/fonts/Fabrik-Bold.woff2") format("woff2"), url("/static/wp-content/themes/angst/library/fonts/Fabrik-Bold.woff") format("woff");
}

@font-face {
  font-family: "fabrik";
  font-style: regular;
  font-weight: 400;
  src: url("/static/wp-content/themes/angst/library/fonts/Fabrik-Regular.eot") format("eot"), url("/static/wp-content/themes/angst/library/fonts/Fabrik-Regular.woff2") format("woff2"), url("/static/wp-content/themes/angst/library/fonts/Fabrik-Regular.woff") format("woff");
}

h1, h2, h3, h4, h5, p, ul {
  margin: 0;
  padding: 0;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

p + p {
  margin-top: 2rem;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5 {
  font-family: "fabrik", sans-serif;
  line-height: 1.1;
  font-weight: 700;
}

h1.post-title {
  font-size: 5.5rem;
  line-height: 1;
}

@media (max-width: 767px) {
  h1.post-title {
    font-size: 3rem;
    text-align: center;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.125rem;
    letter-spacing: 0.2rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1.375rem;
  font-family: "leitura-news", serif;
  line-height: 1.6;
}

@media (max-width: 767px) {
  p {
    font-size: 1.125rem;
  }
}

p a {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

p a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #060712;
  -webkit-transform: translateY(90%);
          transform: translateY(90%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

p a:hover {
  color: white;
}

p a:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mejs-container {
  clear: both;
}

.mejs-container * {
  font-family: "fabrik", sans-serif !important;
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
  background: black !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #797979 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.mejs-controls .mejs-offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.mejs-controls a:focus > .mejs-offscreen {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #0073aa;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 0;
  top: 15px;
  text-decoration: none;
  text-transform: none;
  width: auto;
}

.mejs-overlay-loading {
  background: transparent;
}

/* Override theme styles that may conflict with controls. */
.mejs-controls button:hover {
  border: none;
  box-shadow: none;
}

.me-cannotplay {
  width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}

.audio-details .embed-media-settings {
  overflow: visible;
}

.media-embed-details .embed-media-settings .setting span {
  max-width: 400px;
  width: auto;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}

.media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}

.media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}

.media-embed-details .setting p,
.media-embed-details .setting .remove-setting {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}

.media-embed-details .setting .remove-setting {
  padding: 0;
}

.media-embed-details .setting a:hover {
  color: #f00;
}

.media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}

.wp-video {
  max-width: 100%;
  height: auto;
}

.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
  margin-top: 18px;
}

video.wp-video-shortcode,
.wp-video-shortcode video {
  max-width: 100%;
  display: inline-block;
}

.video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}

.wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}

.wp-admin .wp-playlist {
  margin: 0 0 18px;
}

.wp-playlist video {
  display: inline-block;
  max-width: 100%;
}

.wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}

.wp-playlist .mejs-container {
  margin: 0;
  width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}

.wp-playlist-light {
  background: #fff;
  color: #000;
}

.wp-playlist-dark {
  color: #fff;
  background: #000;
}

.wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}

.wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: #000;
  max-width: calc(100% - 40px);
}

.wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}

.wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}

.wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}

.rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}

.wp-playlist-tracks {
  margin-top: 10px;
}

.wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}

.wp-playlist-item:last-child {
  border-bottom: 0;
}

.wp-playlist-light .wp-playlist-caption {
  color: #333;
}

.wp-playlist-dark .wp-playlist-caption {
  color: #ddd;
}

.wp-playlist-playing {
  font-weight: bold;
  background: #f7f7f7;
}

.wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: #000;
}

.wp-playlist-dark .wp-playlist-playing {
  background: #000;
  color: #fff;
}

.wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}

.wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}

.rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}

.single-post .returnToHome {
  display: block !important;
}

.single-post .menuBtn {
  display: none;
}

.single-post nav.main .brand {
  display: block;
}

.page-impressum nav.main .brand {
  display: block;
}

nav.main {
  height: 100%;
  padding: 2rem 0;
  width: 6.25vw;
  position: fixed;
  left: 0;
  top: 0;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 99999999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  nav.main {
    width: 100%;
    height: 4rem;
    background-color: white;
    border-bottom: 2px solid #060712;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
  }
}

nav.main.scroll {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 767px) {
  nav.main.scroll {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

nav.main.white {
  color: white;
}

@media (max-width: 767px) {
  nav.main.white {
    background-color: transparent;
  }
}

nav.main .returnToHome {
  width: 100%;
  height: 1.5rem;
  font-weight: 700;
  background-image: url("/static/wp-content/themes/angst/library/images/arrow-left-b.svg");
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: center;
  position: relative;
  display: none;
}

@media (max-width: 767px) {
  nav.main .returnToHome {
    width: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 1.25rem;
  }
}

nav.main .returnToHome a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

nav.main .returnToHome::after {
  content: 'Zurück';
  display: block;
  text-transform: uppercase;
  position: absolute;
  bottom: -4rem;
  text-align: center;
  width: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 767px) {
  nav.main .returnToHome::after {
    display: none;
  }
}

nav.main .menuBtn {
  width: 2rem;
  height: 2rem;
}

@media (max-width: 767px) {
  nav.main .menuBtn {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
  }
}

nav.main .menuBtn .burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav.main .menuBtn .burger-icon, nav.main .menuBtn .burger-icon::before, nav.main .menuBtn .burger-icon::after {
  display: block;
  width: 32px;
  height: 3px;
  background-color: black;
  outline: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

nav.main .menuBtn .burger-icon::before, nav.main .menuBtn .burger-icon::after {
  position: absolute;
  content: "";
}

nav.main .menuBtn .burger-icon::before {
  top: -8px;
}

nav.main .menuBtn .burger-icon::after {
  top: 8px;
}

nav.main .menuBtn.is-active .burger-icon {
  background-color: transparent;
}

nav.main .menuBtn.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

nav.main .menuBtn.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

nav.main .brandAuthor, nav.main .brand {
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  font-family: "fabrik", sans-serif;
  display: block;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  position: relative;
  top: -5rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  nav.main .brandAuthor, nav.main .brand {
    -webkit-transform: none;
            transform: none;
    top: 0;
    display: block;
  }
}

nav.main .brandAuthor {
  font-family: "leitura-news", serif;
  display: none;
  font-size: 0.875rem;
}

nav.main .share span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  margin-top: 0.75rem;
  background-image: url("/static/wp-content/themes/angst/library/images/twitter.svg");
  background-position: left top;
  background-size: cover;
}

nav.main .share span:first-of-type {
  background-image: url("/static/wp-content/themes/angst/library/images/fb.svg");
}

nav.main.white {
  color: white;
}

nav.main.white .burger-icon, nav.main.white .burger-icon::before, nav.main.white .burger-icon::after {
  background-color: white;
}

nav.main.white .share span {
  background-position: right top;
}

nav.main.white .returnToHome {
  background-image: url("/static/wp-content/themes/angst/library/images/arrow-left-w.svg");
}

.menuLayer {
  list-style: none;
  width: 100%;
  height: 100%;
  background-color: #060712;
  position: fixed;
  left: 0;
  margin: 0;
  top: 0;
  z-index: 99999;
  list-style: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menuLayer #menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menuLayer li {
  color: white;
  font-size: 4rem;
  letter-spacing: 0.25rem;
  color: white;
  font-family: "fabrik", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}

.menuLayer li.current-menu-item {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .menuLayer li {
    font-size: 2rem;
  }
}

.single-post footer {
  display: none;
}

footer {
  font-weight: 700;
  padding: 2rem 6.25vw;
  background-color: #060712;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  footer {
    display: block;
    padding: 1rem;
  }
  footer span {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
}

section.quiz .innerContent {
  padding-top: 0;
}

section.quiz h2 {
  margin-bottom: 2rem;
}

section.quiz .moreBtn {
  display: block !important;
}

body.wpt_test-template-default, body.quiz, body.wpt_test-get-results {
  background-color: #060712;
  overflow: hidden;
  color: white;
}

body.wpt_test-template-default #content, body.quiz #content, body.wpt_test-get-results #content {
  height: 100%;
  padding: 0;
}

body.wpt_test-template-default input[type="submit"], body.wpt_test-template-default button, body.quiz input[type="submit"], body.quiz button, body.wpt_test-get-results input[type="submit"], body.wpt_test-get-results button {
  background-color: white;
  padding: 1.5rem;
  font-family: "fabrik", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem;
  border: 0;
  margin-top: 4rem;
  letter-spacing: 0.35rem;
}

body.wpt_test-template-default input[type="submit"].fixed, body.wpt_test-template-default button.fixed, body.quiz input[type="submit"].fixed, body.quiz button.fixed, body.wpt_test-get-results input[type="submit"].fixed, body.wpt_test-get-results button.fixed {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 99999;
}

body.wpt_test-template-default footer, body.quiz footer, body.wpt_test-get-results footer {
  display: none;
}

body.wpt_test-template-default form, body.quiz form, body.wpt_test-get-results form {
  width: 100%;
}

body.wpt_test-template-default input[type="submit"], body.quiz input[type="submit"], body.wpt_test-get-results input[type="submit"] {
  display: none;
}

body.wpt_test-template-default .number, body.quiz .number, body.wpt_test-get-results .number {
  border-bottom: 4px solid white;
  padding-bottom: 1rem;
  letter-spacing: 0.2rem;
  position: fixed;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  text-transform: uppercase;
}

body.wpt_test-template-default .questionIntro, body.quiz .questionIntro, body.wpt_test-get-results .questionIntro {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: auto;
  color: white;
}

body.wpt_test-template-default .question, body.quiz .question, body.wpt_test-get-results .question {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  color: white;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.wpt_test-template-default .question:first-of-type .number, body.quiz .question:first-of-type .number, body.wpt_test-get-results .question:first-of-type .number {
  display: block;
}

body.wpt_test-template-default .question h2, body.quiz .question h2, body.wpt_test-get-results .question h2 {
  text-align: center;
  max-width: 50rem;
}

body.wpt_test-template-default .question .warning, body.quiz .question .warning, body.wpt_test-get-results .question .warning {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 700;
  margin-top: 1rem;
  text-decoration: underline;
  display: none;
}

body.wpt_test-template-default .question .answers, body.quiz .question .answers, body.wpt_test-get-results .question .answers {
  margin-top: 3rem;
  display: block;
}

body.wpt_test-template-default .question .answers > div, body.quiz .question .answers > div, body.wpt_test-get-results .question .answers > div {
  display: inline-block;
  margin-right: 2rem;
  border: 2px solid white;
}

body.wpt_test-template-default .question .answers > div.selected, body.quiz .question .answers > div.selected, body.wpt_test-get-results .question .answers > div.selected {
  background-color: white;
}

body.wpt_test-template-default .question .answers > div.selected label, body.quiz .question .answers > div.selected label, body.wpt_test-get-results .question .answers > div.selected label {
  color: black;
}

body.wpt_test-template-default .question .answers > div label, body.quiz .question .answers > div label, body.wpt_test-get-results .question .answers > div label {
  margin: 0;
  text-align: center;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 700;
}

body.wpt_test-template-default .question .answers > div input, body.quiz .question .answers > div input, body.wpt_test-get-results .question .answers > div input {
  margin-right: 0.5rem;
  opacity: 0;
  position: absolute;
}

body.wpt_test-template-default .question .answers > div:nth-of-type(2), body.quiz .question .answers > div:nth-of-type(2), body.wpt_test-get-results .question .answers > div:nth-of-type(2) {
  margin: 0;
}

body.wpt_test-get-results #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

body.wpt_test-get-results h3 {
  margin-bottom: 1rem;
}

body.wpt_test-get-results .moreBtn {
  margin-top: 2rem;
}

body.wpt_test-get-results .results {
  max-width: 55rem;
  text-align: center;
}

.page-ueber-das-projekt h2, .page-impressum h2 {
  margin-top: 4rem;
}

.page-ueber-das-projekt .innerContent, .page-impressum .innerContent {
  padding-top: 0;
}

.page-ueber-das-projekt .article-header, .page-ueber-das-projekt section, .page-impressum .article-header, .page-impressum section {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  .page-ueber-das-projekt .article-header, .page-ueber-das-projekt section, .page-impressum .article-header, .page-impressum section {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .page-ueber-das-projekt .article-header, .page-ueber-das-projekt section, .page-impressum .article-header, .page-impressum section {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .page-ueber-das-projekt .article-header, .page-ueber-das-projekt section, .page-impressum .article-header, .page-impressum section {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .page-ueber-das-projekt .article-header, .page-ueber-das-projekt section, .page-impressum .article-header, .page-impressum section {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (max-width: 767px) {
  .page-ueber-das-projekt .article-header, .page-ueber-das-projekt section, .page-impressum .article-header, .page-impressum section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-ueber-das-projekt .article-header, .page-impressum .article-header {
  color: white;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-ueber-das-projekt .article-header h1, .page-impressum .article-header h1 {
  z-index: 99;
}

.page-ueber-das-projekt .article-header .headerImage, .page-impressum .article-header .headerImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  left: -3.125vw;
  right: -9.375vw;
  background-color: #060712;
}

@media (max-width: 767px) {
  .page-ueber-das-projekt .article-header .headerImage, .page-impressum .article-header .headerImage {
    left: -1rem;
    right: -1rem;
    top: 4rem;
  }
}

.page-ueber-das-projekt p, .page-impressum p {
  max-width: 45rem;
}

body,
html {
  height: 100%;
  min-height: 100%;
}

body {
  background-color: white;
  font-family: "fabrik", sans-serif;
}

body.home {
  overflow-x: hidden;
}

body.home nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 767px) {
  body.home nav {
    -webkit-transform: translateX(0%) translateY(-100%);
            transform: translateX(0%) translateY(-100%);
  }
}

.intro {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background-color: #060712;
  height: 100vh;
  color: white;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 576px) {
  .intro {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .intro {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .intro {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .intro {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

.intro::after {
  height: 40vh;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(bottom, #060712 0%, transparent 100%);
  background: linear-gradient(to top, #060712 0%, transparent 100%);
  content: '';
}

.intro .preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  filter: contrast(120%) brightness(70%) saturate(100%) grayscale(50%);
  -webkit-filter: contrast(120%) brightness(70%) saturate(100%) grayscale(50%);
}

.intro .preloader.introAnimation {
  -webkit-animation: intro 4s steps(1);
          animation: intro 4s steps(1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.intro .preloader img {
  display: none;
}

.intro .content,
.intro .innerContent {
  height: 100%;
}

.intro .innerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

.intro .scrollIndicator {
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 3rem;
  z-index: 99999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(100%) rotate(-90deg);
          transform: translateY(100%) rotate(-90deg);
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
  opacity: 0;
  background-image: url(/static/wp-content/themes/angst/library/images/arrow-left.svg);
}

.intro .scrollIndicator.animateIn {
  opacity: 1;
  -webkit-transform: translateY(50%) rotate(-90deg);
          transform: translateY(50%) rotate(-90deg);
}

.intro .text {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  font-weight: 700;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  top: -2rem;
}

@media (min-width: 576px) {
  .intro .text {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .intro .text {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .intro .text {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .intro .text {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (max-width: 767px) {
  .intro .text {
    padding: 0 1rem !important;
  }
}

.intro .typeWrapper {
  font-size: calc(65px + 175 * ((100vw - 420px) / 860));
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1280px){
  .intro .typeWrapper{
    font-size: 240px;
  }
}

@media screen and (max-width: 420px){
  .intro .typeWrapper{
    font-size: 65px;
  }
}

.intro h3 {
  font-size: calc(1.5rem + 1 * ((100vw - 26.25rem) / 53.75));
  letter-spacing: 0.35em;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px){
  .intro h3{
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 420px){
  .intro h3{
    font-size: 1.5rem;
  }
}

.intro h3:nth-of-type(2) {
  float: right;
  position: relative;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  bottom: 0.5rem;
}

@media (max-width: 767px) {
  .intro h3:nth-of-type(2) {
    bottom: -0.5rem;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}

.intro h3:nth-of-type(1) {
  position: relative;
  -webkit-transform: translateX(1.2%);
          transform: translateX(1.2%);
  top: 1rem;
}

@media (max-width: 767px) {
  .intro h3:nth-of-type(1) {
    top: -0.5rem;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes intro {
  25% {
    background-image: url("/static/wp-content/uploads/2017/03/intro1-800x560.jpg");
  }
  20% {
    background-image: url("/static/wp-content/uploads/2017/03/intro2-800x560.jpg");
  }
  30% {
    background-image: url("/static/wp-content/uploads/2017/03/intro3-800x560.jpg");
  }
  40% {
    background-image: url("/static/wp-content/uploads/2017/03/intro4-800x560.jpg");
  }
  50% {
    background-image: url("/static/wp-content/uploads/2017/03/intro5-800x560.jpg");
  }
  60% {
    background-image: url("/static/wp-content/uploads/2017/03/intro6-800x560.jpg");
  }
  70% {
    background-image: url("/static/wp-content/uploads/2017/03/intro7-800x560.jpg");
  }
  80% {
    background-image: url("/static/wp-content/uploads/2017/03/intro8-800x560.jpg");
  }
  90% {
    background-image: url("/static/wp-content/uploads/2017/03/intro9-800x560.jpg");
  }
  100% {
    background-image: url("/static/wp-content/uploads/2017/03/intro10-800x560.jpg");
  }
}

@keyframes intro {
  25% {
    background-image: url("/static/wp-content/uploads/2017/03/intro1-800x560.jpg");
  }
  20% {
    background-image: url("/static/wp-content/uploads/2017/03/intro2-800x560.jpg");
  }
  30% {
    background-image: url("/static/wp-content/uploads/2017/03/intro3-800x560.jpg");
  }
  40% {
    background-image: url("/static/wp-content/uploads/2017/03/intro4-800x560.jpg");
  }
  50% {
    background-image: url("/static/wp-content/uploads/2017/03/intro5-800x560.jpg");
  }
  60% {
    background-image: url("/static/wp-content/uploads/2017/03/intro6-800x560.jpg");
  }
  70% {
    background-image: url("/static/wp-content/uploads/2017/03/intro7-800x560.jpg");
  }
  80% {
    background-image: url("/static/wp-content/uploads/2017/03/intro8-800x560.jpg");
  }
  90% {
    background-image: url("/static/wp-content/uploads/2017/03/intro9-800x560.jpg");
  }
  100% {
    background-image: url("/static/wp-content/uploads/2017/03/intro10-800x560.jpg");
  }
}

.content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .content {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .content {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .content {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .content {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1600px) {
  .content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 0 1rem;
  }
}

section.padded {
  padding: 0 3.125vw;
  /* @media 1600px {
         padding: 0;   
        } */
}

@media (max-width: 767px) {
  section.padded {
    padding: 0;
  }
}

section.full {
  background-color: #060712;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

@media (max-width: 767px) {
  section.full {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

section.full.quiz {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  section.full.quiz {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

section.protokolle {
  background-color: #060712;
  color: white;
  padding-left: 6.25vw;
  padding-right: 0;
  padding-bottom: 12.5vw;
  padding-top: 12.5vw;
  overflow: visible;
}

@media (max-width: 767px) {
  section.protokolle {
    padding-left: 1rem;
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
}

section.protokolle .carousel-cell {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0.4;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.protokolle .carousel-cell {
    display: block;
    margin-right: 1rem;
  }
}

section.protokolle .carousel-cell.is-selected {
  opacity: 1;
}

section.protokolle .carousel-cell.is-selected h2 {
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {
  section.protokolle .carousel-cell.is-selected h2 {
    letter-spacing: 0.2rem;
  }
}

section.protokolle .imgContainer {
  max-width: 40vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  section.protokolle .imgContainer {
    max-width: none;
    width: 100%;
  }
}

section.protokolle .imgContainer img {
  width: 100%;
  height: auto;
}

section.protokolle .text {
  padding-left: 1.5rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media (max-width: 767px) {
  section.protokolle .text {
    padding-left: 0;
  }
}

section.protokolle h2 {
  white-space: nowrap;
  margin-bottom: 1.5rem;
  margin-left: -3rem;
  letter-spacing: 1rem;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

section.protokolle h2 span {
  display: block;
}

@media (max-width: 767px) {
  section.protokolle h2 {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    white-space: normal;
  }
  section.protokolle h2 span {
    display: inline-block;
  }
}

section.facts {
  position: relative;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  section.facts {
    text-align: center;
  }
}

section.facts .innerContent {
  padding-top: 0;
}

section.facts .text.big {
  padding: 0;
  max-width: 45rem;
}

section.facts .text.big h2 {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  section.facts .text.big h2 {
    margin-top: 2rem;
  }
}

section.facts .text.big p {
  line-height: 2.2;
  font-family: "leitura-news", serif;
  font-size: calc(1.375rem + 0.625 * ((100vw - 26.25rem) / 73.75));
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

@media screen and (min-width: 1600px){
  section.facts .text.big p{
    font-size: 2rem;
  }
}

@media screen and (max-width: 420px){
  section.facts .text.big p{
    font-size: 1.375rem;
  }
}

section.facts .text.big p strong {
  text-decoration: underline;
  font-family: "fabrik", sans-serif;
}

section.facts .doubleCol {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  section.facts .doubleCol {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  section.facts .doubleCol {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  section.facts .doubleCol {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  section.facts .doubleCol {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (max-width: 991px) {
  section.facts .doubleCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

section.facts .doubleCol .moreBtn {
  box-shadow: inset 0 4px 0px 0 white;
  color: white;
}

@media (max-width: 767px) {
  section.facts .doubleCol .moreBtn {
    margin-bottom: 4rem;
  }
}

section.facts .doubleCol .moreBtn:hover {
  box-shadow: inset 0 3rem 0px 0 white;
  color: black;
}

section.facts .doubleCol article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 576px) {
  section.facts .doubleCol article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  section.facts .doubleCol article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  section.facts .doubleCol article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  section.facts .doubleCol article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (max-width: 767px) {
  section.facts .doubleCol article {
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
}

section.facts .doubleCol article img {
  display: none;
}

section.facts .doubleCol article::after {
  content: '';
  position: absolute;
  left: 3.125vw;
  right: 3.125vw;
  bottom: 0;
  height: 4px;
  background-color: white;
  display: block;
}

@media (max-width: 767px) {
  section.facts .doubleCol article::after {
    left: 1rem;
    right: 1rem;
  }
}

section.facts .doubleCol article:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  section.facts .doubleCol article:last-of-type::after {
    display: none;
  }
}

@media (max-width: 767px) {
  section.facts .doubleCol h2 {
    font-size: 1.125rem;
  }
}

section.facts .doubleCol h2 span {
  font-size: 5rem;
  display: block;
  letter-spacing: 0.8rem;
}

@media (max-width: 767px) {
  section.facts .doubleCol h2 span {
    font-size: 3.5rem;
    letter-spacing: 0.4rem;
  }
}

section.facts .doubleCol p {
  display: none;
}

section.facts header {
  margin: 0 !important;
  padding: 0 !important;
}

section.facts::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 2rem;
  width: 4px;
  height: calc(100% - 4rem);
  background-color: white;
  margin-left: -2px;
  display: block;
}

@media (max-width: 991px) {
  section.facts::after {
    display: none;
  }
}

section.facts article {
  padding-bottom: 6.25vw;
}

@media (max-width: 767px) {
  section.facts article {
    padding-bottom: 2rem;
  }
}

section.facts article:last-of-type {
  margin-bottom: 0;
}

section.facts .text {
  background-color: transparent !important;
  color: white;
  padding: 0 !important;
}

section.facts h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.innerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -3.125vw;
  margin-left: -3.125vw;
  padding-top: 6.25vw;
}

@media (min-width: 576px) {
  .innerContent {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

@media (min-width: 768px) {
  .innerContent {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

@media (min-width: 992px) {
  .innerContent {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

@media (min-width: 1200px) {
  .innerContent {
    margin-right: -3.125vw;
    margin-left: -3.125vw;
  }
}

@media (max-width: 767px) {
  .innerContent {
    margin: 0 -1rem;
    padding-top: 2rem;
  }
}

body.home article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 6.25vw;
  overflow: hidden;
}

@media (min-width: 576px) {
  body.home article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  body.home article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  body.home article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  body.home article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (max-width: 991px) {
  body.home article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body.home article {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}

body.home article.category-quiz {
  margin-bottom: 0;
}

body.home article.category-video, body.home article.category-quiz {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}

@media (max-width: 767px) {
  body.home article.category-video, body.home article.category-quiz {
    height: 300px;
  }
}

body.home article.category-video .text, body.home article.category-quiz .text {
  background-color: rgba(6, 7, 18, 0.5);
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.home article.category-video h3, body.home article.category-quiz h3 {
  margin-bottom: 1rem;
  display: block;
}

body.home article.category-video .play, body.home article.category-quiz .play {
  padding-left: 1.5rem;
  position: relative;
}

body.home article.category-video .play::before, body.home article.category-quiz .play::before {
  background-image: url("/static/wp-content/themes/angst/library/images/play.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: left center;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 1rem;
}

body.home article.category-video h2, body.home article.category-quiz h2 {
  letter-spacing: 0.3rem;
}

body.home article img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

body.home article header {
  margin-top: -3rem;
  position: relative;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  body.home article header {
    padding-left: 1rem;
  }
}

body.home article header .text {
  background-color: white;
  padding: 1.5rem 1.5rem 0 1.5rem;
}

@media (max-width: 767px) {
  body.home article header .text {
    padding: 1rem 1rem 0 1rem;
  }
}

body.home article header .text h2 {
  margin-bottom: 1rem;
}

body.home article header .text p {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  body.home article header .text p {
    font-size: 1rem;
  }
}

.moreBtn {
  display: inline-block;
  padding: 1rem 0;
  font-family: "fabrik", sans-serif;
  box-shadow: inset 0 4px 0px 0 #060712;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
  font-size: 1rem;
}

.moreBtn.white {
  box-shadow: inset 0 4px 0px 0 white;
  color: white;
}

.moreBtn.white:hover {
  box-shadow: inset 0 3rem 0px 0 white;
  color: #060712;
  padding: 1rem;
}

.moreBtn.play:hover::before {
  background-position: right center !important;
  left: 0.2rem !important;
}

.moreBtn:hover {
  box-shadow: inset 0 3rem 0px 0 #060712;
  color: white;
  padding: 1rem;
}

.videoOverlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999999999;
}

.videoOverlay .closeBtn {
  position: fixed;
  right: 1.5rem;
  top: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(/static/wp-content/themes/angst/library/images/close_w.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.videoOverlay .videoContainer {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.videoOverlay .videoContainer::after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

.videoOverlay iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flickity-prev-next-button {
  border-radius: 0;
  background-color: transparent;
  width: 5rem;
  background-image: url(/static/wp-content/themes/angst/library/images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .flickity-prev-next-button {
    display: none;
  }
}

.flickity-prev-next-button.next {
  background-image: url(/static/wp-content/themes/angst/library/images/arrow-right.svg);
  right: 6.25vw;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
}

.flickity-page-dots {
  bottom: -9.375vw;
}

@media (max-width: 767px) {
  .flickity-page-dots {
    bottom: -2rem;
  }
  .flickity-page-dots li:first-of-type {
    margin-left: 0;
  }
}

.single #content,
.page-impressum #content,
.page-ueber-das-projekt #content {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

@media (max-width: 767px) {
  .single #content,
  .page-impressum #content,
  .page-ueber-das-projekt #content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 576px) {
  .single.single-format-quote,
  .page-impressum.single-format-quote,
  .page-ueber-das-projekt.single-format-quote {
    overflow: hidden;
  }
  .single.single-format-quote #content,
  .page-impressum.single-format-quote #content,
  .page-ueber-das-projekt.single-format-quote #content {
    padding-left: 50%;
    padding-right: 0;
  }
}

.credit {
  font-size: 1rem;
  color: grey;
  font-style: italic;
  font-family: "leitura-news", serif;
  margin-top: 2rem;
  display: block;
}

.excerpt {
  font-family: "fabrik", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 4rem;
  display: block;
  max-width: 45rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media (max-width: 767px) {
  .excerpt {
    font-size: 1.125rem;
    text-align: center;
  }
}

.post-header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  left: -6.25vw;
  right: -12.5vw;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .post-header-image {
    left: -1rem;
    top: 4rem;
    right: -1rem;
    height: 80vh;
  }
}

.post-header-image::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .post-header-image::after {
    display: none;
  }
}

.post-header {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .post-header {
    display: block;
    height: auto;
    padding-top: 90vh;
  }
}

.post-header .headerText {
  z-index: 99;
  position: relative;
  color: white;
  max-width: 72rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .post-header .headerText {
    color: black;
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.post-header .headerText h1 {
  margin-bottom: 2rem;
  letter-spacing: 0.4rem;
}

@media (max-width: 767px) {
  .post-header .headerText h1 {
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
}

.post-header .headerText .author {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-top: 0.5rem;
  border-top: 4px solid white;
  letter-spacing: 0.15rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .post-header .headerText .author {
    border-top: 4px solid black;
  }
}

.post-content {
  padding-top: 4rem;
  max-width: 72rem;
}

@media (max-width: 767px) {
  .post-content {
    padding-top: 0;
  }
}

.post-content p {
  max-width: 45rem;
}

@media (min-width: 576px) {
  .post-content p.right {
    left: 10rem;
    position: relative;
  }
}

.post-content h4 {
  margin: 4rem 0 2rem 0;
  text-decoration: underline;
}

.post-content > p:first-of-type:first-letter {
  font-family: "fabrik", sans-serif;
  font-size: 8rem;
  line-height: 0.75;
  padding-right: 1rem;
  float: left;
  font-weight: 700;
}

.post-content .mejs-container,
.post-content .audioTitle {
  max-width: 45rem;
}

.post-content .audioTitle {
  color: white;
  padding: 1rem;
  background-color: #060712;
  width: 100%;
  display: block;
  font-size: 1.375rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .post-content .audioTitle {
    font-size: 1rem;
  }
}

.post-content .mejs-audio {
  margin-bottom: 2rem;
}

.post-content .maxVideo {
  max-width: 45rem;
}

.post-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post-content .video-container .poster {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  background-color: black;
  background-position: center;
  background-size: cover;
}

.post-content .video-container .poster:after {
  content: '';
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-image: url("/static/wp-content/themes/angst/library/images/play_single.svg");
  background-repeat: no-repeat;
  background-position: center;
}

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

.post-content .wp-caption,
.post-content img {
  max-width: 45rem;
}

.post-content .wp-caption {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .post-content .wp-caption {
    width: 100% !important;
  }
}

.post-content img {
  width: 100%;
  height: auto;
}

.post-content .aligncenter {
  max-width: 100%;
}

.post-content .aligncenter p,
.post-content .aligncenter img {
  max-width: inherit;
}

.post-content .alignright {
  float: right;
  padding: 2rem 0 2rem 2rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .post-content .alignright {
    padding: 0;
    margin-bottom: 2rem;
    float: none;
  }
}

.post-content .wp-caption-text {
  font-size: 1rem;
  color: white;
  background-color: #060712;
  padding: 1rem;
  font-family: "fabrik", sans-serif;
  letter-spacing: 0.04rem;
}

.category-protokoll .post-header-image {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  left: -12.5vw;
  background-position: right;
}

@media (max-width: 767px) {
  .category-protokoll .post-header-image {
    left: 0;
    right: 0;
    top: 4rem;
    height: 80vh;
  }
}

.category-protokoll .post-header-image::after {
  display: none;
}

.category-protokoll .textContainer {
  height: 100vh;
  overflow-y: auto;
  padding: 0 3.125vw;
}

@media (max-width: 767px) {
  .category-protokoll .textContainer {
    height: auto;
    padding: 0;
  }
}

.category-protokoll .textContainer .excerpt,
.category-protokoll .textContainer p {
  max-width: none;
}

.category-protokoll .textContainer .excerpt {
  margin-bottom: 2rem;
}

.category-protokoll .textContainer .post-content {
  margin: 0 auto;
}

.category-protokoll .textContainer p:last-of-type {
  border-top: 4px solid #060712;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "fabrik", sans-serif;
  font-weight: 400;
}

.category-protokoll .post-header {
  height: auto;
  padding-top: 6.25vw;
}

@media (max-width: 767px) {
  .category-protokoll .post-header {
    padding-top: 90vh;
  }
}

.category-protokoll .post-header .headerText {
  z-index: 99;
  position: relative;
  color: black;
  max-width: 72rem;
  margin: 0 auto;
  margin-bottom: 6.25vw;
  text-align: center;
}

@media (max-width: 767px) {
  .category-protokoll .post-header .headerText {
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}

@media (min-width: 576px) {
  .category-protokoll .post-header .headerText h1 {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0.01rem;
  }
}

.category-protokoll .post-header .headerText .author {
  border-color: black;
}

.toolTip {
  border-bottom: 4px solid #ffd800;
  position: relative;
  display: inline;
  cursor: pointer;
}

.toolTip:hover .toolTip-content, .toolTip:focus .toolTip-content {
  opacity: 1;
}

.toolTip:hover .toolTip-item, .toolTip:focus .toolTip-item {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.toolTip-item {
  display: inline-block;
  z-index: 999;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.toolTip-content {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background-color: #ffd800;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  color: black;
  cursor: default;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "fabrik", sans-serif;
}

.shareBtns {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .shareBtns {
    padding: 2rem 0;
  }
}

.shareBtns a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .shareBtns a {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.shareBtns a.fb {
  background-image: url(/static/wp-content/themes/angst/library/images/fb.svg);
}

.shareBtns a.twitter {
  background-image: url(/static/wp-content/themes/angst/library/images/twitter.svg);
}

.shareBtns a.whatsapp {
  background-image: url(/static/wp-content/themes/angst/library/images/whatsapp.svg);
}

body.single-format-image {
  background: #2c2c2c;
  color: white;
}

body.single-format-image #content {
  padding: 0;
}

body.single-format-image article {
  height: 100vh;
  width: 100%;
}

body.single-format-image p {
  font-size: 1.15rem;
  text-align: left;
}

body.single-format-image h3 {
  margin-bottom: 0;
}

body.single-format-image h2 {
  margin-bottom: 1rem;
}

body.single-format-image #svg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body.single-format-image #svg::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

@media (max-width: 767px) {
  body.single-format-image #svg {
    width: 100%;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 80%;
    margin-top: 2rem;
  }
}

body.single-format-image #svg svg {
  position: relative;
  font-size: 1.125rem !important;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  body.single-format-image #svg svg {
    left: 0.5rem;
    position: relative;
    height: 100%;
  }
}

body.single-format-image #svg svg #bodyText {
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}

body.single-format-image #svg svg #snake {
  opacity: 0;
}

body.single-format-image #svg svg #connect {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

body.single-format-image #svg svg #fear, body.single-format-image #svg svg #brain, body.single-format-image #svg svg #nniere {
  opacity: 0;
}

@-webkit-keyframes blink {
  0% {
    stroke-width: 2;
  }
  20% {
    stroke-width: 10;
  }
  100% {
    stroke-width: 10;
  }
}

@keyframes blink {
  0% {
    stroke-width: 2;
  }
  20% {
    stroke-width: 10;
  }
  100% {
    stroke-width: 10;
  }
}

body.single-format-image #svg svg #igelText {
  opacity: 0;
}

body.single-format-image #svg svg #igelText g {
  cursor: pointer;
}

body.single-format-image .text, body.single-format-image .empty {
  width: 50vw;
  float: right;
  padding-right: 6.25vw;
  text-align: center;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  body.single-format-image .text, body.single-format-image .empty {
    width: 100%;
    float: none;
    height: auto;
    position: relative;
    padding-right: 0;
  }
}

body.single-format-image .scrollIndicator {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(100%) rotate(-90deg);
          transform: translateY(100%) rotate(-90deg);
  background-image: url(/static/wp-content/themes/angst/library/images/arrow-left.svg);
  background-size: 1.8rem auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc( 80vh - 4.5rem);
  border: 4px solid white;
  margin-left: -1.5rem;
}

body.single-format-image .introduction {
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40vh;
  padding-bottom: 20%;
}

body.single-format-image .introduction .author {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 2rem;
  position: relative;
  padding-top: 0.5rem;
  border-top: 4px solid white;
  letter-spacing: 0.15rem;
  font-weight: 700;
}

body.single-format-image .introduction h2 {
  font-size: 3.5rem;
}

body.single-format-image .longSnip {
  background-color: white;
  box-shadow: 1rem 1rem 0 0.5rem rgba(0, 0, 0, 0.53);
  color: #060712;
  padding: 2rem;
  margin-bottom: 8rem;
}

body.single-format-image .longSnip:last-of-type {
  margin-bottom: 0;
}

body.single-format-image .empty {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  float: none;
  text-align: center;
}

body.single-format-image .snippet-long {
  margin-bottom: 4rem;
}

body.single-format-image .snippets {
  display: none;
  max-width: 32rem;
  background-color: white;
  color: black;
  padding: 2rem;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
  z-index: 9;
  box-shadow: 1rem 1rem 0 0.5rem rgba(0, 0, 0, 0.53);
  /* &.introduction {
            padding: 4rem;
            p {
                text-align: center;
            }
            
            @include media-breakpoint-down(sm) {
            position: relative;
            left: 0; 
            top:4rem;    
            background-color: transparent;
            color:white;  
            transform: translateX(0) !important;     
            height: auto; 
            opacity: 1;    
            }
            
        }*/
}

@media (max-width: 767px) {
  body.single-format-image .snippets {
    width: 100%;
    height: 100%;
    box-shadow: none;
    top: 0;
    left: 0;
    z-index: 9999999999;
    -webkit-transform: translateX(100%) translateY(0);
            transform: translateX(100%) translateY(0);
    overflow: auto;
  }
}

body.single-format-image .snippets .closeBtn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 2.8rem;
  background-image: url("/static/wp-content/themes/angst/library/images/close.svg");
  background-size: cover;
}

@media (min-width: 576px) {
  body.single-format-image .snippets .closeBtn {
    display: none;
  }
}

body.single-format-image .snippets.active {
  -webkit-animation: slide 0.3s forwards;
          animation: slide 0.3s forwards;
  display: block;
}

@media (max-width: 767px) {
  body.single-format-image .snippets.active {
    -webkit-animation: slideM 0.3s forwards;
            animation: slideM 0.3s forwards;
  }
  body.single-format-image .snippets.active.introduction {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideM {
  0% {
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideM {
  0% {
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

#sb_instagram {
  margin: 4rem 0;
}

.home .test::after {
  display: none;
}

.home .test article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .home .test article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 768px) {
  .home .test article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 992px) {
  .home .test article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media (min-width: 1200px) {
  .home .test article {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

.home .test .text.big {
  margin: 0 auto;
  max-width: 60rem;
}
