/*
Theme Name: Actors of Urban Change 2018
Theme URI: http://noshade.eu
Description:
Author: Martin Wecke
Version: 0.1
*/
/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Breakpoints and Media Queries
 */
/**
 * Transitions
 */
/**
 * Easings
 */
/**
 * Inline Background Images
 */
/**
 * A11n
 */
/**
 * Layout
 */
/**
 * Page Transitions
 */
/**
 * Scroll
 */
/**
 * Background Images
 */
/**
 * Icon
 */
/**
 * Transition
 */
.transition {
  transition: all 250ms ease;
}
.no-transition {
  transition: none !important;
}
/**
 * Easings
 */
/**
 * Performance
 */
/**
 * Clearfix
 * like it’s 1999
 */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
html,
body {
  min-height: 100%;
  background: #ffffff;
}
html {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  line-height: 1.25;
  color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga', 'kern';
     -moz-font-feature-settings: 'liga', 'kern';
          font-feature-settings: 'liga', 'kern';
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/**
 * Make CSS variables available for JS
 */
title {
  width: 690px;
  font-family: 'only screen and ( max-width: 690px )';
  transition-duration: 250ms;
}
::-moz-selection {
  color: currentColor;
  background-color: #e5e5e5;
}
::selection {
  color: currentColor;
  background-color: #e5e5e5;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
a:visited {
  color: inherit;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 1rem;
  line-height: 1;
}
.inline-content a {
  color: #000000;
  border-bottom: 1px solid currentColor;
}
.inline-content a:hover,
.inline-content a:focus {
  color: #ff0000;
}
.inline-content h3 {
  margin: 4rem 0 1.25rem;
  font-size: 1.875rem;
  line-height: 1.16666667;
  font-weight: 700;
}
.inline-content h4 {
  margin: 1.5em 0 1.5em;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.inline-content p {
  margin: 0 0 1.5em;
  font-size: 1.25rem;
  line-height: 1.5;
}
.inline-content p:last-child {
  margin-bottom: 0;
}
.inline-content p.quote,
.inline-content p.highlight {
  margin: 1.5em 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.16666667;
}
.inline-content ul {
  margin: 1.5em 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
}
.inline-content img.inline-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
.inline-content figure.inline-image {
  max-width: 100%;
  margin: 2rem auto;
}
.inline-content figure.inline-image > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.inline-content figure.inline-image > figcaption {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}
.inline-content .inline-gallery {
  margin: 1em 0;
}
.inline-content .inline-gallery-image {
  width: 25%;
  margin: 0 0 1em;
}
.inline-content .inline-gallery-image-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.inline-content .embed-video {
  margin: 3rem 0;
  position: relative;
  height: 0;
  padding: 56.25% 0 0 0;
  background-color: #000;
}
.inline-content .embed-video > iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 1080px) {
  .inline-content p.quote,
  .inline-content p.highlight {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (max-width: 680px) {
  .inline-content h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .inline-content h4 {
    font-size: 1rem;
    line-height: 1.625;
  }
  .inline-content p {
    font-size: 1rem;
    line-height: 1.625;
  }
  .inline-content p.quote,
  .inline-content p.highlight {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .inline-content ul {
    font-size: 1rem;
    line-height: 1.625;
  }
  .inline-content figure.inline-image > figcaption {
    font-size: 0.875rem;
    line-height: 1.625;
  }
}
.head {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  width: 20rem;
  margin: 1.25rem;
  overflow: hidden;
  color: #ffffff;
  background-color: #ff0000;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: opacity;
  transition-duration: 250ms;
}
.head::before,
.head::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  display: block;
  margin: 6.3rem 1rem 0;
  border-top: 1px solid #ffffff;
  transform-origin: 0 0;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-delay: 0ms;
}
.head::after {
  opacity: 0;
}
.initiated--nav .head {
  opacity: 1;
}
.empty--nav-head .head::before,
.empty--nav-head .head::after {
  opacity: 0;
}
.open--nav-head .head::before,
.open--nav-head .head::after {
  opacity: 1;
  transition-delay: 150ms;
}
.loading--content .head::before {
  opacity: 0.5;
}
.loading--content .head::after {
  opacity: 1;
  animation: loading 750ms 1 cubic-bezier(0.405, 0.145, 0.26, 0.95);
}
@keyframes loading {
  0% {
    transform: translateX(0) scaleX(0);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
.head-title {
  width: 5em;
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.head-title > a {
  color: inherit;
}
@media (max-width: 680px) {
  .head {
    margin: 1rem;
  }
}
@media (max-width: 480px) {
  .head {
    left: 0;
    right: 0;
    width: auto;
    min-height: 3.625rem;
    margin: 1rem;
  }
  .head::before {
    margin-top: 6.375rem;
    opacity: 0 !important;
    transform: translateY(-6.25rem);
    transition-property: transform, opacity;
    transition-duration: 450ms;
    transition-delay: 0ms !important;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .head::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    display: block;
    height: 1rem;
    margin-top: 0;
    background: linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, #ff0000 100%);
    border-top: none;
    opacity: 1 !important;
    animation: none !important;
  }
  .open--nav-head .head::before {
    opacity: 1 !important;
    transform: translateY(0);
  }
  .head-title {
    padding: 0.875rem 1rem 0.75rem;
    margin-top: -6.3125rem;
    transition-property: margin, opacity;
    transition-duration: 450ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  .open--nav-head .head-title {
    margin-top: 0;
    opacity: 1;
  }
}
.nav--head {
  position: relative;
  display: block;
  margin: 0 0 0;
  padding: 0 0;
  overflow: hidden;
  transition-property: height, padding, opacity;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.nav--head::before,
.nav--head::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  height: 1rem;
}
.nav--head::before {
  top: 0;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, #ff0000 100%);
}
.nav--head::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, #ff0000 100%);
}
.initiated--nav .nav--head {
  height: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.initiated--nav .nav--head::before {
  opacity: 0;
}
.empty--nav-head .nav--head {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.empty--nav-head .nav--head::before {
  opacity: 0;
}
.open--nav-head .nav--head {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav-skip--head {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav-toggle--head {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.875rem;
  height: 2rem;
  margin: 0.75rem 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.nav-list--head {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 1rem;
  list-style-type: none;
  transition-property: transform;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-list-item--head {
  position: relative;
  display: block;
  margin: 0 0 0;
  padding: 0.35rem 0 0.35rem;
  transition-property: opacity;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-list-item--head > a {
  font-size: 2.25rem;
  font-weight: 400;
  color: inherit;
}
.closed .nav-list-item--head {
  opacity: 0;
}
.closed .nav-list-item--head.selected {
  opacity: 1;
}
.nav-list-item--head:last-child {
  margin-bottom: 0;
}
[data-maps-role='mapLink'] {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  display: block;
  margin: -0.375em 0 0 0;
  font-size: 1rem !important;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post-type-archive-projects [data-maps-role='mapLink'],
.single-projects [data-maps-role='mapLink'] {
  opacity: 1;
  pointer-events: auto;
  -ms-touch-action: auto;
      touch-action: auto;
}
[data-maps-role='mapLink'].replacing {
  transition-duration: 200ms;
}
[data-maps-role='mapLink'].replacing--hidden {
  opacity: 0;
}
[data-nav-role='icon'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  margin: auto auto;
  background-color: #ffffff;
  transition-property: transform, opacity;
  transition-duration: 200ms, 200ms;
  transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
[data-nav-role='icon']:nth-child( 1 ) {
  transform: translateY(-9px);
}
[data-nav-role='icon']:nth-child( 3 ) {
  transform: translateY(9px);
}
.animation--step1 [data-nav-role='icon']:nth-child( 1 ) {
  transform: translateY(0);
}
.animation--step1 [data-nav-role='icon']:nth-child( 2 ) {
  opacity: 0;
}
.animation--step1 [data-nav-role='icon']:nth-child( 3 ) {
  transform: translateY(0);
}
.animation--step2 [data-nav-role='icon']:nth-child( 1 ) {
  transform: rotate(-45deg);
}
.animation--step2 [data-nav-role='icon']:nth-child( 2 ) {
  opacity: 0;
}
.animation--step2 [data-nav-role='icon']:nth-child( 3 ) {
  transform: rotate(45deg);
}
[data-search-role="nav/search"] {
  position: relative;
  display: block;
}
[data-search-role="nav/form"] {
  display: block;
  margin: 0;
}
[data-search-role="nav/input"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: inherit;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--search--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20height%3D%2232%22%20width%3D%2232%22%3E%3Cpath%20d%3D%22M22.454%2020.75l7.213%207.213-2.121%202.12-7.213-7.212z%22%20style%3D%22isolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bmarker%3Anone%22%20color%3D%22%23000%22%20overflow%3D%22visible%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20r%3D%2210%22%20cy%3D%2214.5%22%20cx%3D%2214.5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20paint-order%3D%22stroke%20markers%20fill%22%2F%3E%3C%2Fsvg%3E");
  border: none !important;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.no-svg [data-search-role="nav/input"] {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--search--32--white.png');
}
.no-svg [data-search-role="nav/input"] {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--search--32--white.png');
}
[data-search-role="nav/input"]::-moz-placeholder {
  color: #ffffff;
}
[data-search-role="nav/input"]:-ms-input-placeholder {
  color: #ffffff;
}
[data-search-role="nav/input"]::placeholder {
  color: #ffffff;
}
[data-search-role="nav/clear"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  width: 2rem;
  height: 2rem;
  margin: auto 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20color%3D%22%23000%22%20fill%3D%22%23fff%22%3E%3Cpath%20style%3D%22isolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bmarker%3Anone%22%20overflow%3D%22visible%22%20d%3D%22M6.454%204.333l21.214%2021.213-2.122%202.121L4.333%206.454z%22%2F%3E%3Cpath%20style%3D%22isolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bmarker%3Anone%22%20overflow%3D%22visible%22%20d%3D%22M27.668%206.454L6.454%2027.667l-2.12-2.121L25.545%204.333z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.no-svg [data-search-role="nav/clear"] {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--32--white.png');
}
.no-svg [data-search-role="nav/clear"] {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--32--white.png');
}
@media (max-width: 480px) {
  .nav-toggle--head {
    z-index: 10;
  }
  .empty--nav-head .nav--head {
    opacity: 0;
  }
  .open--nav-head .nav--head {
    opacity: 1;
  }
  .empty--nav-head .nav-list--head {
    transform: translateY(0) !important;
  }
  .nav-list-item--head > a {
    font-size: 1.5625rem;
  }
  [data-maps-role='mapLink'] {
    margin-top: -0.45rem;
    margin-right: 3.75rem;
  }
  .open--nav-head [data-maps-role='mapLink'] {
    opacity: 0 !important;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
  }
  [data-nav-role='icon']:nth-child( 1 ) {
    transform: translateX(-9px) translateY(-9px);
  }
  [data-nav-role='icon']:nth-child( 3 ) {
    transform: translateX(-6px) translateY(9px);
  }
  .animation--step1 [data-nav-role='icon']:nth-child( 1 ) {
    transform: translateY(0);
  }
  .animation--step1 [data-nav-role='icon']:nth-child( 2 ) {
    opacity: 0;
  }
  .animation--step1 [data-nav-role='icon']:nth-child( 3 ) {
    transform: translateY(0);
  }
  .animation--step2 [data-nav-role='icon']:nth-child( 1 ) {
    transform: rotate(-45deg);
  }
  .animation--step2 [data-nav-role='icon']:nth-child( 2 ) {
    opacity: 0;
  }
  .animation--step2 [data-nav-role='icon']:nth-child( 3 ) {
    transform: rotate(45deg);
  }
  [data-search-role="nav/input"] {
    padding-left: 2rem;
    font-size: 1.5625rem;
    background-position: 0% center;
    background-size: auto 1em;
  }
}
.content {
  transition-property: opacity, transform;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .content {
  opacity: 0;
}
.removing--content .content {
  opacity: 0;
  transform: translateY(-2rem);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.adding--content .content {
  opacity: 0;
  transform: translateY(2rem);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.archive-content {
  position: relative;
  z-index: 10;
}
.archive-image {
  position: relative;
  height: 0;
  margin: 0;
  padding: 41.6666% 0 0 0;
  background-color: #f1f1f1;
}
.archive-image-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.archive-image-image.lazyloaded {
  opacity: 1;
}
.archive-image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  transition-duration: 250ms;
}
@media (max-width: 680px) {
  .archive-image {
    padding-top: 100%;
  }
  .archive-image-caption {
    font-size: 0.875rem;
    opacity: 1;
  }
}
@media (max-width: 632px) {
  .archive-image-caption {
    margin: 0.75rem 1rem;
  }
}
@media (max-width: 480px) {
  .archive-image-caption {
    margin: 0 0 0.5rem 1rem;
    font-size: 0.675rem;
    transform-origin: 0 0;
    transform: rotate(-90deg);
  }
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 0.6666em 1.75em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #000000 !important;
  border-radius: 2em;
  box-shadow: none !important;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button:hover,
.button:focus {
  color: #ffffff !important;
  background-color: #000000;
}
.button--small {
  padding: 0.5em 1.25em;
  font-size: 0.75em;
}
.button--more {
  padding-left: 2.75rem;
}
.button--more::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M1%208h12M8%2013l5-5-5-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .button--more::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--black.png');
}
.no-svg .button--more::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--black.png');
}
.button--more:hover::before,
.button--more:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M1%208h12M8%2013l5-5-5-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .button--more:hover::before,
.no-svg .button--more:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--white.png');
}
.no-svg .button--more:hover::before,
.no-svg .button--more:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--white.png');
}
.button--more-2 {
  padding-left: 2.75rem;
}
.button--more-2::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M2%208h12M8%202v12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--black.png');
}
.no-svg .button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--black.png');
}
.button--more-2:hover::before,
.button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M2%208h12M8%202v12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .button--more-2:hover::before,
.no-svg .button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.png');
}
.no-svg .button--more-2:hover::before,
.no-svg .button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.png');
}
.button--link {
  padding-left: 2.75rem;
}
.button--link::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M4%2012l8-8M12.5%2011.5v-8h-8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .button--link::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.png');
}
.no-svg .button--link::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.png');
}
.button--link:hover::before,
.button--link:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20stroke%3D%22%23fff%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M4%2012l8-8M12.5%2011.5v-8h-8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .button--link:hover::before,
.no-svg .button--link:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.png');
}
.no-svg .button--link:hover::before,
.no-svg .button--link:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.png');
}
.filters {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 50rem;
  margin: 0 auto -3.75rem;
  padding: 3.5rem 0.625rem 0;
  font-size: 1rem;
  background-color: #f1f1f1;
}
.filter {
  position: relative;
  margin: 0 0.5em 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0.4em 0.4em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M2%208h12M8%202v12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transition-duration: 150ms;
  transition-property: transform;
  transform: rotate(0deg);
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.no-svg .filter::after {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--black.png');
}
.no-svg .filter::after {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--black.png');
}
.filter.filtered::after {
  display: none;
}
.filter.active {
  z-index: 10;
}
.filter.active::after {
  transform: rotate(45deg);
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M2%208h12M8%202v12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .filter.active::after {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.png');
}
.no-svg .filter.active::after {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.png');
}
.filter-title {
  display: block;
  margin: 0;
  padding: 0.5em 3em 0.5em 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.filter-title::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin: 0 0.9em 1px;
  border-top: 1px solid #ffffff;
}
.filtered .filter-title {
  color: #ffffff;
  background-color: #000000;
}
.active .filter-title {
  color: #ffffff;
  background-color: #000000;
}
.active .filter-title::after {
  display: block;
}
.filter-remove {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0.4em 0.4em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M2%208h12M8%202v12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transform: rotate(45deg);
}
.no-svg .filter-remove {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.png');
}
.no-svg .filter-remove {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--plus--16--white.png');
}
.filter-nav {
  position: absolute;
  left: 0;
  bottom: 1px;
  display: none;
  min-width: 100%;
  max-width: 200%;
  max-height: 12rem;
  padding: 0.4em 0;
  overflow: auto;
  color: #ffffff;
  background-color: #000000;
  transform: translateY(100%);
}
.filter.active .filter-nav {
  display: block;
}
.filter-nav-item {
  display: block;
  padding: 0.2em 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 680px) {
  .filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0;
    padding: 2rem 1rem 0;
  }
  .filter {
    margin: 0 0.5em 0.5em 0;
  }
}
.posts {
  transition-property: height;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.posts-title {
  position: relative;
  z-index: 10;
  margin: 0 0.625rem 7.5rem;
  overflow: hidden;
  font-size: 5rem !important;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post {
  margin: 0 0 1rem;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post.hidden {
  opacity: 0;
}
.post-image {
  margin: 0 0 1rem;
}
.post-image-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .posts-title {
    font-size: 4rem !important;
  }
}
@media (max-width: 680px) {
  .posts-title {
    margin: 0 0 5rem;
    font-size: 3rem !important;
  }
}
@media (max-width: 480px) {
  .posts-title {
    margin: 3.25rem 0 4.75rem;
    font-size: 2.5rem !important;
  }
}
.post--home {
  position: relative;
  margin: 0 0;
}
.post--home.text--white {
  color: #ffffff;
}
.post--home.text--red {
  color: #ff0000;
}
.post--home.background--red {
  background-color: #ff0000;
}
.post--home:last-child {
  margin-bottom: 0;
}
.post-content--home {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.5rem 4.375rem;
}
.post-content--home > p {
  display: inline;
  margin: 0;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.1;
}
.post-content--home > p:last-of-type {
  margin: 0 0.5em 0 0;
}
.post-content--home .button {
  position: relative;
  top: 0.4em;
  margin-right: 0.5em;
  vertical-align: top;
}
.text--white .post-content--home .button {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.text--white .post-content--home .button::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M1%208h12M8%2013l5-5-5-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .text--white .post-content--home .button::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--white.png');
}
.no-svg .text--white .post-content--home .button::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--white.png');
}
.text--white .post-content--home .button:hover,
.text--white .post-content--home .button:focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text--white .post-content--home .button:hover::before,
.text--white .post-content--home .button:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M1%208h12M8%2013l5-5-5-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .text--white .post-content--home .button:hover::before,
.no-svg .text--white .post-content--home .button:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--black.png');
}
.no-svg .text--white .post-content--home .button:hover::before,
.no-svg .text--white .post-content--home .button:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowright--16--black.png');
}
[data-toggle-state='active'] .post-content--home .button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M3.05%203.05l9.9%209.9M12.95%203.05l-9.9%209.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg [data-toggle-state='active'] .post-content--home .button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--black.png');
}
.no-svg [data-toggle-state='active'] .post-content--home .button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--black.png');
}
[data-toggle-state='active'] .post-content--home .button--more-2:hover::before,
[data-toggle-state='active'] .post-content--home .button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M3.05%203.05l9.9%209.9M12.95%203.05l-9.9%209.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg [data-toggle-state='active'] .post-content--home .button--more-2:hover::before,
.no-svg [data-toggle-state='active'] .post-content--home .button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--white.png');
}
.no-svg [data-toggle-state='active'] .post-content--home .button--more-2:hover::before,
.no-svg [data-toggle-state='active'] .post-content--home .button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--white.png');
}
.text-on-media .post-content--home {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.post-extended-content--home {
  display: none;
  padding: 2.5rem 4.375rem;
}
[data-toggle-state='active'] .post-extended-content--home {
  display: block;
}
.post-extended-content-inner--home {
  max-width: 37.5rem;
  margin: 0 auto;
}
.post-image--home {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0;
  padding: 41.6666% 0 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.post-image-image--home {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit:cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post-image-image--home.lazyloaded {
  opacity: 1;
}
.post-gallery-item--home {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0;
  padding: 41.6666% 0 0 0;
}
.post-gallery-item-image--home {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.post-gallery-item-image-image--home {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit:cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post-gallery-item-image-image--home.lazyloaded {
  opacity: 1;
}
.post-video--home {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.post-video-video--home {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0;
}
@media (max-width: 1080px) {
  .post-content--home {
    padding: 1.75rem 3rem;
  }
  .post-content--home > p {
    display: block;
    font-size: 2.5rem;
  }
  .post-content--home .button {
    top: auto;
    margin: 1rem 1em 0 0;
  }
  .post-extended-content--home {
    padding: 1.75rem 3rem;
  }
}
@media (max-width: 680px) {
  .post-content--home {
    padding: 1rem 1.25rem;
  }
  .post-content--home > p {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .post-content--home .button {
    top: auto;
  }
  .post-extended-content--home {
    padding: 1rem 1.25rem;
  }
  .post-image--home {
    padding-top: 100%;
  }
  .post--home:nth-child( 1 ) .post-image--home {
    height: 43rem;
    height: 100vh;
    padding-top: 0;
  }
  .post-gallery-item--home {
    padding-top: 100%;
  }
  .post--home:nth-child( 1 ) .post-gallery-item--home {
    height: 43rem;
    height: 100vh;
    padding-top: 0;
  }
  .post-video--home {
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
  }
  .post-video-video--home {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .post-content--home {
    padding: 1rem 1rem;
  }
  .post-extended-content--home {
    padding: 1rem 1rem;
  }
}
.posts-wrapper--projects {
  position: relative;
  border-bottom: 0.1px solid #f1f1f1;
}
.posts-wrapper--projects::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: -2rem 0 0;
  background-color: #f1f1f1;
  transition-property: opacity;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .posts-wrapper--projects::after {
  opacity: 0;
}
.posts--projects {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  max-width: 68rem;
  margin: 0 auto;
  padding: 7.5rem 0.625rem 6.25rem;
  font-size: 0;
}
.posts--projects > * {
  font-size: 1rem;
}
.post--projects {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
}
.post-inner--projects {
  display: block;
  padding: 0 1.25rem 1.25rem;
  background-color: #ffffff;
  transition-property: background;
  transition-duration: 125ms;
}
.post-inner--projects:hover,
.post-inner--projects:focus {
  background-color: #50E3C2;
}
.post--projects.active .post-inner--projects {
  background-color: #50E3C2;
}
.post-label--projects {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #4a4a4a;
}
.post-title--projects {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.16666667;
  font-weight: 700;
}
.post-title--projects span {
  display: block;
}
.post-title--projects .city {
  font-weight: 400;
}
.post-content--projects {
  margin: 0.5rem 0 0;
}
.post-content--projects > p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-image--projects {
  position: relative;
  height: 0;
  margin: 0 -1.25rem 1.25rem;
  padding: 72% 0 0 0;
  background-color: #bfbfbf;
}
.post-image-image--projects {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post-image-image--projects.lazyloaded {
  opacity: 1;
}
@media (max-width: 1080px) {
  .posts--stories {
    width: auto;
    max-width: 100%;
    margin: 0 0;
  }
}
@media (max-width: 980px) {
  .post--projects {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .posts--projects {
    width: auto;
    margin: 0 1rem;
    padding: 12.75rem 0 1rem;
  }
  .archive-content + .posts-wrapper .posts--projects {
    padding-top: 1.25rem;
  }
  .post--projects {
    display: block;
    width: auto;
    padding: 0;
  }
  .post--projects:last-of-type {
    margin-bottom: 0;
  }
  .post-inner--projects {
    padding: 0 1rem 1rem;
  }
  .post-inner--projects:hover,
  .post-inner--projects:focus {
    background-color: #ffffff;
  }
  .post-image--projects {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .post-label--projects {
    font-size: 0.875rem;
  }
  .post-title--projects {
    font-size: 1.5rem;
  }
  .post-content--projects > p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .posts--projects {
    padding-top: 5.625rem;
  }
  .archive-content + .posts-wrapper .posts--projects {
    padding-top: 1.25rem;
  }
}
.posts-wrapper--stories {
  position: relative;
  border-bottom: 0.1px solid #f1f1f1;
}
.posts-wrapper--stories::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: -2rem 0 0;
  background-color: #f1f1f1;
  transition-property: opacity;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .posts-wrapper--stories::after {
  opacity: 0;
}
.posts--stories {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  max-width: 68rem;
  margin: 0 auto;
  padding: 7.5rem 0.625rem 6.25rem;
  font-size: 0;
}
.posts--stories > * {
  font-size: 1rem;
}
.post--stories {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 66.6666%;
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
}
.post--stories.size--1 {
  width: 33.3333%;
}
.post--stories.size--3 {
  width: 100%;
}
.post-inner--stories {
  display: block;
  padding: 0 1.25rem 1.25rem;
  background-color: #ffffff;
  transition-property: background;
  transition-duration: 125ms;
}
.post-inner--stories:hover,
.post-inner--stories:focus {
  background-color: #4FB8FF;
}
.post--stories.active .post-inner--stories {
  background-color: #4FB8FF;
}
.post-meta--stories {
  margin: 0 0 0.5rem;
}
.post-time--stories {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  font-size: 1rem;
  line-height: 1;
  color: #4a4a4a;
}
.post-label--stories {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  font-size: 1rem;
  line-height: 1;
  color: #4a4a4a;
}
.post-title--stories {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.16666667;
  font-weight: 400;
}
.post-title--stories span {
  display: block;
}
.post-title--stories .title {
  font-weight: 700;
}
.post-content--stories {
  margin: 0.5rem 0 0;
}
.post-content--stories > p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-image--stories {
  position: relative;
  height: 0;
  margin: 0 -1.25rem 1.25rem;
  padding: 56.25% 0 0 0;
  background-color: #bfbfbf;
}
.size--1 .post-image--stories {
  padding-top: 100%;
}
.size--2 .post-image--stories {
  padding-top: 56.25%;
}
.size--3 .post-image--stories {
  padding-top: 45%;
}
.post-image-image--stories {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post-image-image--stories.lazyloaded {
  opacity: 1;
}
@media (max-width: 1080px) {
  .posts--stories {
    width: auto;
    max-width: 100%;
    margin: 0 0;
  }
}
@media (max-width: 980px) {
  .post--stories {
    width: 50%;
  }
  .post--stories.size--1 {
    width: 50%;
  }
  .post--stories.size--3 {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .posts--stories {
    width: auto;
    margin: 0 1rem;
    padding: 12.75rem 0 1rem;
  }
  .archive-content + .posts-wrapper .posts--stories {
    padding-top: 1.25rem;
  }
  .post--stories {
    display: block;
    width: auto !important;
    padding: 0;
  }
  .post--stories:last-of-type {
    margin-bottom: 0;
  }
  .post-inner--stories {
    padding: 0 1rem 1rem;
  }
  .post-inner--stories:hover,
  .post-inner--stories:focus {
    background-color: #ffffff;
  }
  .post-image--stories {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 72% !important;
  }
  .post-label--stories {
    font-size: 0.875rem;
  }
  .post-time--stories {
    font-size: 0.875rem;
  }
  .post-title--stories {
    font-size: 1.5rem;
  }
  .post-content--stories > p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .posts--stories {
    padding-top: 5.625rem;
  }
  .archive-content + .posts-wrapper .posts--stories {
    padding-top: 1.25rem;
  }
}
.posts-wrapper--notes {
  /**
	 * This should never be in use
	 * because .post--notes only occur in .posts--stories
	 */
}
.posts--notes {
  /**
	 * This should never be in use
	 * because .post--notes only occur in .posts--stories
	 */
}
.post--notes {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
}
.post--notes:last-child {
  margin-bottom: 0;
}
.post-inner--notes {
  display: block;
  padding: 1rem 1.25rem;
  background-color: #FFF183;
}
.post-tags--notes {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-tags-tag--notes {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-content--notes {
  margin: 0 0;
}
.post-content--notes > h3 {
  margin: 0;
}
.post-content--notes > h4 {
  margin: 0;
}
.post-content--notes > p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-content--notes > p.quote,
.post-content--notes > p.highlight {
  margin: 0;
}
.post-content--notes a {
  font-weight: 700;
  color: #000000 !important;
}
@media (max-width: 980px) {
  .post--notes {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .post--notes {
    display: block;
    width: auto !important;
    padding: 0;
  }
  .post--notes:last-of-type {
    margin-bottom: 0;
  }
  .post-inner--notes {
    padding: 0.875rem 1rem;
  }
  .post-tags-tag--notes {
    font-size: 1rem;
  }
  .post-content--notes > p {
    font-size: 1rem;
  }
}
.post--about {
  margin: 0 0;
}
.post--about.background--red {
  background-color: #ff0000;
}
.post--about.text--white {
  color: #ffffff;
}
.post--about.text--red {
  color: #ff0000;
}
.post-content--about {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.5rem 4.375rem;
}
.post-content--about > p {
  display: inline;
  margin: 0;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 1080px) {
  .post-content--about {
    padding: 1.75rem 3rem;
  }
  .post-content--about > p {
    display: block;
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  .post-content--about {
    padding: 1rem 1.25rem;
  }
  .post-content--about > p {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .post-content--about .button {
    top: auto;
  }
}
.posts--partners {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.post--partners {
  margin: 0 0 5rem;
}
.post--partners:last-child {
  margin-bottom: 0;
}
.post-image--partners {
  display: block;
  width: 24rem;
  max-width: 66.6666%;
  height: auto;
  margin: 0 0 2.5rem;
}
.post-more-button--partners {
  margin-right: 0.5em;
  font-size: 1rem;
}
[data-toggle-state='active'] .post-more-button--partners.button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M3.05%203.05l9.9%209.9M12.95%203.05l-9.9%209.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg [data-toggle-state='active'] .post-more-button--partners.button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--black.png');
}
.no-svg [data-toggle-state='active'] .post-more-button--partners.button--more-2::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--black.png');
}
[data-toggle-state='active'] .post-more-button--partners.button--more-2:hover::before,
[data-toggle-state='active'] .post-more-button--partners.button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M3.05%203.05l9.9%209.9M12.95%203.05l-9.9%209.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg [data-toggle-state='active'] .post-more-button--partners.button--more-2:hover::before,
.no-svg [data-toggle-state='active'] .post-more-button--partners.button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--white.png');
}
.no-svg [data-toggle-state='active'] .post-more-button--partners.button--more-2:hover::before,
.no-svg [data-toggle-state='active'] .post-more-button--partners.button--more-2:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--close--16--white.png');
}
.post-extended-content--partners {
  display: none;
}
[data-toggle-state='active'] .post-extended-content--partners {
  display: block;
}
@media (max-width: 680px) {
  .posts--partners {
    max-width: 100%;
    padding: 5rem 1.25rem;
  }
}
@media (max-width: 400px) {
  .post-more-button--partners {
    display: block;
    margin: 0 0 0.75em;
  }
}
.posts-wrapper--instagram {
  /**
	 * This should never be in use
	 * because .post--instagram only occur in .posts--stories
	 */
}
.posts--instagram {
  /**
	 * This should never be in use
	 * because .post--instagram only occur in .posts--stories
	 */
}
.post--instagram {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
}
.post--instagram:last-child {
  margin-bottom: 0;
}
.post-inner--instagram {
  position: relative;
  display: block;
  padding: 0;
  background-color: #000000;
}
.post-time--instagram {
  display: none;
}
.post-label--instagram {
  position: relative;
  vertical-align: baseline;
  padding: 0.6666em 1.75em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #000000 !important;
  border-radius: 2em;
  box-shadow: none !important;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 2.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: inline-block;
  margin: 0 auto !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition-property: opacity;
  transition-duration: 200ms;
}
.post-label--instagram:hover,
.post-label--instagram:focus {
  color: #ffffff !important;
  background-color: #000000;
}
.post-label--instagram::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M4%2012l8-8M12.5%2011.5v-8h-8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .post-label--instagram::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.png');
}
.no-svg .post-label--instagram::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.png');
}
.post-label--instagram:hover::before,
.post-label--instagram:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20stroke%3D%22%23fff%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M4%2012l8-8M12.5%2011.5v-8h-8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .post-label--instagram:hover::before,
.no-svg .post-label--instagram:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.png');
}
.no-svg .post-label--instagram:hover::before,
.no-svg .post-label--instagram:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.png');
}
.post-label--instagram::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20stroke%3D%22%23fff%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M4%2012l8-8M12.5%2011.5v-8h-8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .post-label--instagram::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.png');
}
.no-svg .post-label--instagram::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--white.png');
}
.post-label--instagram:hover,
.post-label--instagram:focus {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.post-label--instagram:hover::before,
.post-label--instagram:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.25%22%3E%3Cpath%20d%3D%22M4%2012l8-8M12.5%2011.5v-8h-8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .post-label--instagram:hover::before,
.no-svg .post-label--instagram:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.png');
}
.no-svg .post-label--instagram:hover::before,
.no-svg .post-label--instagram:focus::before {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--arrowtopright--16--black.png');
}
a:hover .post-label--instagram {
  opacity: 1;
}
.post-image--instagram {
  position: relative;
  height: 0;
  margin: 0;
  padding: 100% 0 0 0;
  transition-property: opacity;
  transition-duration: 200ms;
}
a:hover .post-image--instagram {
  opacity: 0.25;
}
.post-image-image--instagram {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post-image-image--instagram.lazyloaded {
  opacity: 1;
}
.post-tags--instagram {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-tags-tag--instagram {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-content--instagram {
  display: none;
  margin: 0 0;
}
.post-content--instagram > p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-content--instagram a {
  font-weight: 700;
  color: #000000 !important;
}
@media (max-width: 980px) {
  .post--instagram {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .post--instagram {
    display: block;
    width: auto !important;
    padding: 0;
  }
  .post--instagram:last-of-type {
    margin-bottom: 0;
  }
  .post-label--instagram {
    font-size: 0.875rem;
  }
  .post-tags-tag--instagram {
    font-size: 1rem;
  }
  .post-content--instagram > p {
    font-size: 1rem;
  }
}
.posts-wrapper--people {
  position: relative;
  border-bottom: 0.1px solid #f1f1f1;
}
.posts-wrapper--people::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: -2rem 0 0;
  background-color: #f1f1f1;
  transition-property: opacity;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .posts-wrapper--people::after {
  opacity: 0;
}
.posts--people {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  max-width: 50rem;
  margin: 0 auto;
  padding: 7.5rem 0 6.25rem;
  font-size: 0;
}
.posts--people > * {
  font-size: 1rem;
}
.posts--people.posts--related {
  max-width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 0;
  padding-bottom: 0;
}
.post--people {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0.625rem;
}
.post--people:last-child {
  margin-bottom: 0;
}
.post-inner--people {
  position: relative;
  display: block;
  min-height: 6.75rem;
  padding: 1.25rem 1.25rem 1.25rem 10.25rem;
  background-color: #ffffff;
  transition-property: background;
  transition-duration: 125ms;
}
.post-inner--people > a {
  display: block;
}
.post-title--people {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.16666667;
  font-weight: 700;
}
.post-title--people span {
  display: block;
}
.post-title--people .title {
  text-transform: uppercase;
}
.post-content--people {
  margin: 0 0;
}
.post-content--people > p {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-image--people {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 7.25rem;
  height: 7.25rem;
  margin: 1rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  background-color: #bfbfbf;
  border-radius: 50%;
}
.post-image-image--people {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.post-image-image--people.lazyloaded {
  opacity: 1;
}
.post-tags--people {
  margin: 0.25rem 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.25rem;
  line-height: 1.5;
}
.post-tags-tag--people {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em 0 0;
}
@media (max-width: 980px) {
  .posts--people.posts--related {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .posts--people {
    margin: 0 1rem;
    padding: 12.75rem 0 1rem;
  }
  .archive-content ~ .posts-wrapper .posts--people {
    padding-top: 1.25rem;
  }
  .post--people {
    display: block;
    width: auto;
    margin: 0 0 0.625rem;
    padding: 0;
  }
  .post--people:last-of-type,
  .post--people:last-child {
    margin-bottom: 0;
  }
  .post-inner--people {
    min-height: 3.5rem;
    padding: 0.625rem 0.625rem 0.625rem 5rem;
  }
  .post-image--people {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0.625rem;
  }
  .post-title--people {
    font-size: 1rem;
  }
  .post-content--people > p {
    margin: 0;
    font-size: 0.75rem;
  }
  .post-tags--people {
    margin: 0;
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .posts--people {
    padding-top: 5.625rem;
  }
  .archive-content ~ .posts-wrapper .posts--people {
    padding-top: 1.25rem;
  }
}
/**
 * Mainly for searchn results...
 */
.post--page {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
}
.post-inner--page {
  display: block;
  padding: 1.25rem 1.25rem;
  background-color: #ffffff;
  transition-property: background;
  transition-duration: 125ms;
}
.post-inner--page:hover,
.post-inner--page:focus {
  background-color: #50E3C2;
}
.post--page.active .post-inner--page {
  background-color: #50E3C2;
}
.post-title--page {
  margin: 0;
  font-size: 2.75rem;
  line-height: 1.16666667;
  font-weight: 700;
}
@media (max-width: 680px) {
  .post--page {
    display: block;
    width: auto;
    padding: 0;
  }
  .post--page:last-of-type {
    margin-bottom: 0;
  }
  .post-inner--page {
    padding: 1rem 1rem;
  }
  .post-inner--page:hover,
  .post-inner--page:focus {
    background-color: #ffffff;
  }
  .post-title--page {
    margin: 0;
    font-size: 2rem;
  }
}
.posts-title--search {
  padding: 0 0 0 1.25em;
  background-repeat: no-repeat;
  background-position: left 0.15em;
  background-size: auto 0.9em;
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--search--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20height%3D%2232%22%20width%3D%2232%22%3E%3Cpath%20d%3D%22M22.922%2020.417l7.213%207.213-2.922%202.922L20%2023.337z%22%20style%3D%22isolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bmarker%3Anone%22%20color%3D%22%23000%22%20overflow%3D%22visible%22%2F%3E%3Ccircle%20r%3D%229.5%22%20cy%3D%2214.5%22%20cx%3D%2214.5%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20paint-order%3D%22stroke%20markers%20fill%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .posts-title--search {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--search--32--black.png');
}
.no-svg .posts-title--search {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--search--32--black.png');
}
@media (max-width: 480px) {
  .posts-title--search {
    padding-left: 0;
    background-image: none;
  }
}
.pagination {
  position: relative;
  z-index: 10;
  margin: -3.75rem auto 3.75rem;
  text-align: center;
}
.pagination .page-numbers {
  display: none;
}
.pagination .next {
  display: inline-block;
  vertical-align: baseline;
  padding: 0.6666em 1.75em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #000000 !important;
  border-radius: 2em;
  box-shadow: none !important;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  transition-property: opacity;
  transition-duration: 250ms;
}
.pagination .next:hover,
.pagination .next:focus {
  color: #ffffff !important;
  background-color: #000000;
}
.pagination .next::after {
  content: '•••';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: 1em;
  margin: auto auto;
  font-size: 2em;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.pagination .next.disabled {
  opacity: 0;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.posts.loading + .pagination .next {
  color: transparent !important;
  background-color: #000000 !important;
}
.posts.loading + .pagination .next::after {
  opacity: 1;
  animation: blink 200ms steps(1) infinite;
}
@media (max-width: 680px) {
  .pagination {
    margin: 2rem auto 3rem;
  }
}
.single-wrapper {
  position: relative;
  max-width: 37.5rem;
  margin: 10rem auto 0;
  padding: 4rem 0;
}
.single-image + .single-wrapper,
.single-gallery + .single-wrapper,
.single-video + .single-wrapper {
  margin-top: 0;
}
.single-title {
  margin: 0 0 3.5rem;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.1;
}
.single-title span {
  display: block;
}
.single-title .subtitle {
  font-weight: 400;
}
.single-image {
  position: relative;
  height: 0;
  margin: 0;
  padding: 41.6666% 0 0 0;
  background-color: #f1f1f1;
}
.single-image-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.single-image-image.lazyloaded {
  opacity: 1;
}
.single-image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  transition-duration: 250ms;
}
.single-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0;
  padding: 41.6666% 0 0 0;
}
.single-gallery-item-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.single-gallery-item-image-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit:cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.single-gallery-item-image-image.lazyloaded {
  opacity: 1;
}
.single-gallery-item-image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  transition-duration: 250ms;
}
.single-video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0;
  padding: 41.6666% 0 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.single-video-video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  transition-duration: 250ms;
}
.single-tags {
  margin: 2.5rem 0 0;
  padding: 2.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-top: 1px solid #000000;
}
.single-tags-tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25em 0 0;
}
.single-links {
  margin: 2.5rem 0 -0.5rem;
}
.single-links-link {
  margin: 0 0.5rem 0.5rem 0;
}
.single-footer {
  max-width: 37.5rem;
  margin: 3rem auto 10rem;
}
@media (max-width: 1080px) {
  .single-title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  .single-wrapper {
    margin-top: 12rem;
    padding: 2rem 0;
  }
  .single-image + .single-wrapper,
  .single-gallery + .single-wrapper,
  .single-video + .single-wrapper {
    margin-top: 0;
  }
  .single-title {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .single-image {
    height: 100vh;
    padding-top: 0;
  }
  .single-image-caption {
    font-size: 0.875rem;
    opacity: 1;
  }
  .single-gallery-item {
    height: 100vh;
    padding-top: 0;
  }
  .single-gallery-item-image-caption {
    font-size: 0.875rem;
    opacity: 1;
  }
  .single-video {
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
  }
  .single-video-video {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-video-caption {
    font-size: 0.875rem;
    opacity: 1;
  }
  .single-tags {
    font-size: 1rem;
    line-height: 1.625;
  }
  .single-footer {
    margin-bottom: 5rem;
  }
}
@media (max-width: 632px) {
  .single-wrapper {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .single-image-caption {
    margin: 0.75rem 1rem;
  }
  .single-gallery-item-image-caption {
    margin: 0.75rem 1rem;
  }
  .single-video-caption {
    margin: 0.75rem 1rem;
  }
  .single-footer {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 480px) {
  .single-wrapper {
    margin-top: 4.625rem;
    padding-top: 1.5rem;
  }
  .single-image + .single-wrapper,
  .single-gallery + .single-wrapper,
  .single-video + .single-wrapper {
    margin-top: 0;
  }
  .single-image-caption {
    margin: 0 0 0.5rem 1rem;
    font-size: 0.675rem;
    transform-origin: 0 0;
    transform: rotate(-90deg);
  }
  .single-gallery-item-image-caption {
    margin: 0 0 0.5rem 1rem;
    font-size: 0.675rem;
    transform-origin: 0 0;
    transform: rotate(-90deg);
  }
  .single-video-caption {
    margin: 0 0 0.5rem 1rem;
    font-size: 0.675rem;
    transform-origin: 0 0;
    transform: rotate(-90deg);
  }
}
.single-label--projects {
  margin: 0 0 1rem;
  color: #4a4a4a;
}
.single-title--projects > span {
  display: block;
}
.single-title--projects > .city {
  font-weight: 400;
}
.single-team--projects {
  margin: 2.5rem 0 0;
  padding: 2.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-top: 1px solid #000000;
}
.single-team-image--projects {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0.75rem 0 2.5rem;
}
.single-team-image-image--projects {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.single-team-image-image--projects.lazyloaded {
  opacity: 1;
}
.single-team-image-caption--projects {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  transition-duration: 250ms;
}
.single-team-member-name--projects {
  display: inline;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.single-team-member-role--projects {
  display: inline;
}
.single-team-member-website--projects {
  margin: 0.25rem 0;
}
.single-team-member-website--projects > .button {
  position: relative;
  left: -0.1em;
  font-size: 1rem;
}
@media (max-width: 680px) {
  .single-label--projects {
    font-size: 0.875rem;
  }
  .single-team--projects {
    font-size: 1rem;
    line-height: 1.625;
  }
  .single-team-image-caption {
    font-size: 0.875rem;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .single-team-image-caption {
    margin: 0.75rem 1rem;
    font-size: 0.675rem;
  }
}
.single-meta--stories {
  margin: 0 0 1rem;
  color: #4a4a4a;
}
.single-label--stories {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  color: #4a4a4a;
}
.single-time--stories {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  color: #4a4a4a;
}
@media (max-width: 680px) {
  .single-label--stories {
    font-size: 0.875rem;
  }
  .single-time--stories {
    font-size: 0.875rem;
  }
}
.single-title--people > span {
  display: block;
}
.single-title--people > .role {
  font-weight: 400;
}
.single-avatar--people {
  position: relative;
  width: 50%;
  height: 0;
  margin: -4rem auto 5rem;
  padding: 50% 0 0;
  overflow: hidden;
  border-radius: 50%;
}
.single-image + .single-wrapper .single-avatar--people,
.single-gallery + .single-wrapper .single-avatar--people,
.single-video + .single-wrapper .single-avatar--people {
  margin-top: calc( ( -50% * 0.5 ) - 4rem );
}
.single-avatar-image--people {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}
@media (max-width: 680px) {
  .single-image--people {
    height: 66.6666vw;
    padding-top: 0;
  }
  .single-gallery-item--people {
    height: 66.6666vw;
    padding-top: 0;
  }
  .single-video--people {
    padding: 66.6666% w0 0 0;
  }
}
@media (max-width: 480px) {
  .single-avatar--people {
    margin: 0.5rem auto 2rem;
  }
  .single-image + .single-wrapper .single-avatar--people,
  .single-gallery + .single-wrapper .single-avatar--people,
  .single-video + .single-wrapper .single-avatar--people {
    margin-top: calc( ( -50% * 0.5 ) - 1.5rem );
  }
}
.single-wrapper--page {
  margin-bottom: 5rem;
}
/*! Flickity v2.1.2
https://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: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.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 .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  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: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-page-dots {
  bottom: 0;
  margin: 0 0 1.25rem;
}
.flickity-page-dots > .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ffffff;
  opacity: 0.6;
}
.contact {
  padding: 5rem 4.375rem;
  background-color: #f1f1f1;
}
.contact-general > p {
  margin: 0;
  font-size: 3.125rem;
  line-height: 1.1;
}
.contact-general > .contact-general-phone {
  font-weight: 700;
}
.contact-general > .contact-general-email {
  font-weight: 700;
}
.contact-persons {
  margin: 5rem -1rem -5rem;
  font-size: 0;
}
.contact-persons > * {
  font-size: 1rem;
}
.contact-persons-person {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 5rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.contact-persons-person > * {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}
.contact-persons-person-title {
  font-weight: 700;
}
.contact-persons-person-name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 1080px) {
  .contact {
    padding: 4rem 3rem;
  }
  .contact-general > p {
    font-size: 2.5rem;
  }
  .contact-persons {
    margin-top: 4rem;
    margin-bottom: -4rem;
  }
  .contact-persons-person {
    margin-bottom: 4rem;
  }
}
@media (max-width: 780px) {
  .contact-persons {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-persons-person {
    display: block;
    width: auto;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .contact {
    padding: 3rem 1.25rem;
  }
  .contact-general > p {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .contact-persons {
    margin-top: 3rem;
    margin-bottom: -3rem;
  }
  .contact-persons-person {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media (max-width: 480px) {
  .contact {
    padding: 3rem 1rem;
  }
  .contact-general > p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .contact-general > p {
    font-size: 1.25rem;
  }
}
.newsletter {
  display: none;
  padding: 2.5rem 4.375rem;
  background-color: #ff0000;
  transition-property: opacity, transform;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .newsletter {
  opacity: 0;
}
.removing--content .newsletter {
  opacity: 0;
  transform: translateY(-2rem);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.adding--content .newsletter {
  opacity: 0;
  transform: translateY(2rem);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.page--has-newsletter .newsletter {
  display: block;
}
.newsletter-label {
  margin: 0 0 2.25rem 1.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}
.newsletter-form {
  position: relative;
}
.newsletter-form-label {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.newsletter-form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.25em 0.5em;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-radius: 5rem;
  box-shadow: none !important;
  outline: none !important;
}
.newsletter-form-input::-moz-placeholder {
  color: #000000;
}
.newsletter-form-input:-ms-input-placeholder {
  color: #000000;
}
.newsletter-form-input::placeholder {
  color: #000000;
}
.newsletter-form-input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.newsletter-form-input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.newsletter-form-input:focus::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.newsletter-form-submit {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 0.6666em 1.75em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #000000 !important;
  border-radius: 2em;
  box-shadow: none !important;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 1rem 1.125rem;
  font-size: 1.25rem;
  background-color: #ffffff;
  cursor: pointer;
}
.newsletter-form-submit:hover,
.newsletter-form-submit:focus {
  color: #ffffff !important;
  background-color: #000000;
}
.mc4wp-response p {
  margin: 1.25rem 0 0 1.75rem;
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 1080px) {
  .newsletter {
    padding: 2.5rem 3rem;
  }
  .newsletter-label {
    margin: 0 0 2.25rem 1.25rem;
    font-size: 1.125rem;
  }
  .newsletter-form-input {
    font-size: 2.5rem;
  }
  .newsletter-form-submit {
    margin: 0.675rem 0.75rem;
    font-size: 1.125rem;
  }
  .mc4wp-response p {
    margin: 1rem 0 0 1.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 680px) {
  .newsletter {
    padding: 2.5rem 1.25rem;
  }
  .newsletter-label {
    margin: 0 0 2.5rem;
    font-size: 1rem;
    text-align: center;
  }
  .newsletter-form-input {
    padding: 0.6666em 1em;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
  .newsletter-form-submit {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 1rem 0 0;
    font-size: 1.5rem;
    text-align: center;
    background-color: transparent;
  }
  .mc4wp-response p {
    margin: 2.5rem 0 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .newsletter-label {
    font-size: 1.25rem;
  }
  .newsletter-form-input {
    font-size: 1.25rem;
  }
  .newsletter-form-submit {
    font-size: 1.25rem;
  }
  .mc4wp-response p {
    font-size: 1.25rem;
  }
}
.map {
  position: relative;
  display: none;
  height: 32rem;
  height: 100vh;
  height: calc( 100vh - 7rem );
  margin: 0 0;
  background-color: #e5e5e5;
  transition-property: opacity, transform;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .map {
  opacity: 0;
}
.removing--content .map {
  opacity: 0;
  transform: translateY(-2rem);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.adding--content .map {
  opacity: 0;
  transform: translateY(2rem);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.post-type-archive-projects .map,
.post-type-archive-stories .map,
.single-projects .map,
.single-people .map,
.page--has-map .map {
  display: block;
}
.map-map {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
}
.map-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  max-width: 50vw;
  margin: 1.25rem;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
}
.map-tooltip.active {
  display: block;
}
.map-tooltip-title {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.16666667;
  font-weight: 700;
}
.map-tooltip-title span {
  display: block;
}
.map-tooltip-title .city {
  font-weight: 400;
}
.map-tooltip-label {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #4a4a4a;
}
@media (max-width: 1080px) {
  .map {
    height: 90vh;
  }
}
@media (max-width: 980px) {
  .map-tooltip {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .map-tooltip {
    margin: 1rem;
    padding: 0.75rem 1rem;
  }
  .map-tooltip-title {
    font-size: 1.5rem;
  }
  .map-tooltip-label {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .map-tooltip-title {
    font-size: 1.25rem;
  }
  .map-tooltip-label {
    font-size: 0.75rem;
  }
}
.tags {
  display: block;
  padding: 2.5rem 4.375rem;
  text-align: center;
  background-color: #ff0000;
}
.shell > .tags {
  transition-property: opacity, transform;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .shell > .tags {
  opacity: 0;
}
.removing--content .shell > .tags {
  opacity: 0;
  transform: translateY(-2rem);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.adding--content .shell > .tags {
  opacity: 0;
  transform: translateY(2rem);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tags-tags {
  display: block;
  margin: 0;
  padding: 0;
}
.tags-tags-tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25em;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
}
.tags-tags-tag > a {
  color: #ffffff;
}
.tags-tags-tag.current {
  color: #000000;
}
.tags-tags-tag.current > a {
  color: #000000;
}
@media (max-width: 1080px) {
  .tags {
    padding: 1.75rem 3rem;
  }
  .tags-tags-tag {
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  .tags {
    padding: 1rem 1.25rem;
  }
  .tags-tags-tag {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.nav--share {
  position: absolute;
  left: 0;
  top: auto;
  margin: 0 0 0 -4rem;
}
.nav-item--share {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem 0 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.nav-item--share:hover,
.nav-item--share:focus {
  background-color: #000000;
}
.nav-item--share.facebook {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.535%2025.302H13.41V16h-2.061v-3.206h2.06V10.87c0-2.615%201.164-4.171%204.47-4.171h2.753v3.207h-1.72c-1.287%200-1.372.447-1.372%201.284l-.006%201.604h3.117L20.286%2016h-2.752v9.303z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-item--share.facebook {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--black.png');
}
.no-svg .nav-item--share.facebook {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--black.png');
}
.nav-item--share.facebook:hover,
.nav-item--share.facebook:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.535%2025.302H13.41V16h-2.061v-3.206h2.06V10.87c0-2.615%201.164-4.171%204.47-4.171h2.753v3.207h-1.72c-1.287%200-1.372.447-1.372%201.284l-.006%201.604h3.117L20.286%2016h-2.752v9.303z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-item--share.facebook:hover,
.no-svg .nav-item--share.facebook:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--white.png');
}
.no-svg .nav-item--share.facebook:hover,
.no-svg .nav-item--share.facebook:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--white.png');
}
.nav-item--share.twitter {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M24.888%209.639a4.711%204.711%200%200%200%202.097-2.597%209.64%209.64%200%200%201-3.03%201.14%204.79%204.79%200%200%200-3.483-1.484c-2.634%200-4.769%202.103-4.769%204.696%200%20.368.04.727.122%201.07A13.616%2013.616%200%200%201%205.99%207.555a4.63%204.63%200%200%200-.646%202.362%204.68%204.68%200%200%200%202.123%203.91%204.846%204.846%200%200%201-2.162-.587v.058c0%202.276%201.643%204.175%203.829%204.605-.402.11-.822.165-1.259.165-.307%200-.607-.028-.897-.083.606%201.865%202.369%203.225%204.457%203.261a9.67%209.67%200%200%201-5.925%202.01c-.385%200-.766-.02-1.139-.064a13.669%2013.669%200%200%200%207.314%202.11c8.777%200%2013.574-7.157%2013.574-13.364%200-.204-.003-.407-.013-.607a9.58%209.58%200%200%200%202.38-2.432%209.645%209.645%200%200%201-2.739.739z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-item--share.twitter {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--black.png');
}
.no-svg .nav-item--share.twitter {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--black.png');
}
.nav-item--share.twitter:hover,
.nav-item--share.twitter:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M24.888%209.639a4.711%204.711%200%200%200%202.097-2.597%209.64%209.64%200%200%201-3.03%201.14%204.79%204.79%200%200%200-3.483-1.484c-2.634%200-4.769%202.103-4.769%204.696%200%20.368.04.727.122%201.07A13.616%2013.616%200%200%201%205.99%207.555a4.63%204.63%200%200%200-.646%202.362%204.68%204.68%200%200%200%202.123%203.91%204.846%204.846%200%200%201-2.162-.587v.058c0%202.276%201.643%204.175%203.829%204.605-.402.11-.822.165-1.259.165-.307%200-.607-.028-.897-.083.606%201.865%202.369%203.225%204.457%203.261a9.67%209.67%200%200%201-5.925%202.01c-.385%200-.766-.02-1.139-.064a13.669%2013.669%200%200%200%207.314%202.11c8.777%200%2013.574-7.157%2013.574-13.364%200-.204-.003-.407-.013-.607a9.58%209.58%200%200%200%202.38-2.432%209.645%209.645%200%200%201-2.739.739z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-item--share.twitter:hover,
.no-svg .nav-item--share.twitter:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--white.png');
}
.no-svg .nav-item--share.twitter:hover,
.no-svg .nav-item--share.twitter:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--white.png');
}
@media (max-width: 820px) {
  .nav--share {
    left: auto;
    right: 0;
    top: 0;
    margin: 3.75rem 0 0 0;
  }
  .nav-item--share {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0.5rem;
  }
}
@media (max-width: 680px) {
  .nav--share {
    left: auto;
    right: 0;
    top: 0;
    margin: 1.75rem 0 0 0;
  }
}
@media (max-width: 480px) {
  .nav--share {
    margin-top: 1.25rem;
  }
}
.cookiebanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  min-height: 4em;
  margin: 0 0 0;
  font-size: 1rem;
  background-color: #50E3C2;
  opacity: 0;
  transform: translateY(100%);
  transition-property: transform, opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cookiebanner.visible {
  opacity: 1;
  transform: translateY(0);
}
.scrolled-to-bottom .cookiebanner {
  opacity: 0;
  transform: translateY(100%);
}
.cookiebanner-content {
  padding: 1.4em 4.375rem 1.2em 4.375rem;
}
.cookiebanner-content > p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25;
  margin: 0.75em 1em 0.75em 0;
}
.cookiebanner-content a {
  border-bottom: 1px solid currentColor;
}
.cookiebanner-okay {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 0.6666em 1.75em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #000000 !important;
  border-radius: 2em;
  box-shadow: none !important;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.cookiebanner-okay:hover,
.cookiebanner-okay:focus {
  color: #ffffff !important;
  background-color: #000000;
}
@media (max-width: 1080px) {
  .cookiebanner-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 840px) {
  .cookiebanner {
    font-size: 0.875rem;
  }
  .cookiebanner-content {
    padding: 1rem 1.25rem 1rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .cookiebanner {
    font-size: 0.875rem;
  }
  .cookiebanner-content {
    padding: 0.5em 1em 1.25em 1em;
  }
  .cookiebanner-okay {
    display: block;
    width: 100%;
    margin: 0.25em 0 0;
  }
}
.footer {
  position: relative;
  z-index: 100;
  clear: both;
  height: 1rem;
  margin: 0;
  padding: 3rem 3rem;
  background-color: #ffffff;
  transition-property: opacity, transform;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading--content .footer {
  opacity: 0;
}
.removing--content .footer {
  opacity: 0;
  transform: translateY(-2rem);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.adding--content .footer {
  opacity: 0;
  transform: translateY(2rem);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (max-width: 1080px) {
  .footer {
    height: auto;
    padding: 3rem 2rem;
  }
}
@media (max-width: 680px) {
  .footer {
    padding: 3rem 1.25rem;
  }
}
.nav--footer {
  position: absolute;
  right: 0;
  top: 0;
  margin: 3rem 3.5rem;
  text-align: right;
}
.nav-skip--footer {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav-list--footer {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.nav-list-item--footer {
  display: inline-block;
  margin: 0 0 0 2rem;
  line-height: 1;
}
.nav-list-item--footer > a {
  line-height: 1;
}
@media (max-width: 1080px) {
  .nav--footer {
    position: relative;
    margin: 0 0;
    text-align: left;
  }
  .nav-list-item--footer {
    margin: 0 2rem 0 0;
  }
}
.nav--social {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 2.25rem 3.5rem 0;
}
.nav-skip--social {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav-list--social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-list-item--social {
  display: inline-block;
  margin: 0 1rem 0 0;
  line-height: 1;
}
.nav-list-item--social > a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #000000;
}
.nav-list-item--social > a:hover,
.nav-list-item--social > a:focus {
  background-color: #000000;
}
.nav-list-item--social.facebook > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.535%2025.302H13.41V16h-2.061v-3.206h2.06V10.87c0-2.615%201.164-4.171%204.47-4.171h2.753v3.207h-1.72c-1.287%200-1.372.447-1.372%201.284l-.006%201.604h3.117L20.286%2016h-2.752v9.303z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.facebook > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--black.png');
}
.no-svg .nav-list-item--social.facebook > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--black.png');
}
.nav-list-item--social.facebook > a:hover,
.nav-list-item--social.facebook > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.535%2025.302H13.41V16h-2.061v-3.206h2.06V10.87c0-2.615%201.164-4.171%204.47-4.171h2.753v3.207h-1.72c-1.287%200-1.372.447-1.372%201.284l-.006%201.604h3.117L20.286%2016h-2.752v9.303z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.facebook > a:hover,
.no-svg .nav-list-item--social.facebook > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--white.png');
}
.no-svg .nav-list-item--social.facebook > a:hover,
.no-svg .nav-list-item--social.facebook > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--facebook--32--white.png');
}
.nav-list-item--social.twitter > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M24.888%209.639a4.711%204.711%200%200%200%202.097-2.597%209.64%209.64%200%200%201-3.03%201.14%204.79%204.79%200%200%200-3.483-1.484c-2.634%200-4.769%202.103-4.769%204.696%200%20.368.04.727.122%201.07A13.616%2013.616%200%200%201%205.99%207.555a4.63%204.63%200%200%200-.646%202.362%204.68%204.68%200%200%200%202.123%203.91%204.846%204.846%200%200%201-2.162-.587v.058c0%202.276%201.643%204.175%203.829%204.605-.402.11-.822.165-1.259.165-.307%200-.607-.028-.897-.083.606%201.865%202.369%203.225%204.457%203.261a9.67%209.67%200%200%201-5.925%202.01c-.385%200-.766-.02-1.139-.064a13.669%2013.669%200%200%200%207.314%202.11c8.777%200%2013.574-7.157%2013.574-13.364%200-.204-.003-.407-.013-.607a9.58%209.58%200%200%200%202.38-2.432%209.645%209.645%200%200%201-2.739.739z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.twitter > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--black.png');
}
.no-svg .nav-list-item--social.twitter > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--black.png');
}
.nav-list-item--social.twitter > a:hover,
.nav-list-item--social.twitter > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M24.888%209.639a4.711%204.711%200%200%200%202.097-2.597%209.64%209.64%200%200%201-3.03%201.14%204.79%204.79%200%200%200-3.483-1.484c-2.634%200-4.769%202.103-4.769%204.696%200%20.368.04.727.122%201.07A13.616%2013.616%200%200%201%205.99%207.555a4.63%204.63%200%200%200-.646%202.362%204.68%204.68%200%200%200%202.123%203.91%204.846%204.846%200%200%201-2.162-.587v.058c0%202.276%201.643%204.175%203.829%204.605-.402.11-.822.165-1.259.165-.307%200-.607-.028-.897-.083.606%201.865%202.369%203.225%204.457%203.261a9.67%209.67%200%200%201-5.925%202.01c-.385%200-.766-.02-1.139-.064a13.669%2013.669%200%200%200%207.314%202.11c8.777%200%2013.574-7.157%2013.574-13.364%200-.204-.003-.407-.013-.607a9.58%209.58%200%200%200%202.38-2.432%209.645%209.645%200%200%201-2.739.739z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.twitter > a:hover,
.no-svg .nav-list-item--social.twitter > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--white.png');
}
.no-svg .nav-list-item--social.twitter > a:hover,
.no-svg .nav-list-item--social.twitter > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--twitter--32--white.png');
}
.nav-list-item--social.instagram > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--instagram--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%208.374c2.484%200%202.778.01%203.759.054.907.041%201.4.193%201.727.32.434.17.744.37%201.07.696.325.326.527.636.696%201.07.127.328.279.82.32%201.727.045.981.054%201.275.054%203.759s-.01%202.778-.054%203.759c-.041.907-.193%201.4-.32%201.727-.17.434-.37.744-.696%201.07a2.882%202.882%200%200%201-1.07.696c-.328.127-.82.279-1.727.32-.98.045-1.275.054-3.759.054s-2.778-.01-3.759-.054c-.907-.041-1.4-.193-1.727-.32a2.882%202.882%200%200%201-1.07-.696%202.882%202.882%200%200%201-.696-1.07c-.127-.328-.279-.82-.32-1.727-.045-.981-.054-1.275-.054-3.759s.01-2.778.054-3.759c.041-.907.193-1.4.32-1.727.169-.434.37-.744.696-1.07a2.882%202.882%200%200%201%201.07-.696c.328-.127.82-.279%201.727-.32.981-.045%201.275-.054%203.759-.054m0-1.676c2.526%200%202.843.01%203.835.056.99.045%201.667.202%202.258.432a4.56%204.56%200%200%201%201.648%201.073%204.56%204.56%200%200%201%201.073%201.648c.23.591.387%201.268.432%202.258.046.992.056%201.309.056%203.835s-.01%202.843-.056%203.835c-.045.99-.202%201.667-.432%202.258a4.56%204.56%200%200%201-1.073%201.648%204.56%204.56%200%200%201-1.648%201.073c-.591.23-1.268.387-2.258.432-.992.046-1.309.056-3.835.056s-2.843-.01-3.835-.056c-.99-.045-1.667-.202-2.258-.432a4.56%204.56%200%200%201-1.648-1.073%204.56%204.56%200%200%201-1.073-1.648c-.23-.591-.387-1.268-.432-2.258-.046-.992-.056-1.309-.056-3.835s.01-2.843.056-3.835c.045-.99.202-1.667.432-2.258a4.56%204.56%200%200%201%201.073-1.648%204.56%204.56%200%200%201%201.648-1.073c.591-.23%201.267-.387%202.258-.432.992-.046%201.309-.056%203.835-.056zm.018%204.54a4.78%204.78%200%201%200%200%209.56%204.78%204.78%200%200%200%200-9.56zm0%207.884a3.103%203.103%200%201%201%200-6.207%203.103%203.103%200%200%201%200%206.207zm6.036-8.105a1.107%201.107%200%201%200-2.215%200%201.107%201.107%200%200%200%202.215%200z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.instagram > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--instagram--32--black.png');
}
.no-svg .nav-list-item--social.instagram > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--instagram--32--black.png');
}
.nav-list-item--social.instagram > a:hover,
.nav-list-item--social.instagram > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--instagram--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%208.374c2.484%200%202.778.01%203.759.054.907.041%201.4.193%201.727.32.434.17.744.37%201.07.696.325.326.527.636.696%201.07.127.328.279.82.32%201.727.045.981.054%201.275.054%203.759s-.01%202.778-.054%203.759c-.041.907-.193%201.4-.32%201.727-.17.434-.37.744-.696%201.07a2.882%202.882%200%200%201-1.07.696c-.328.127-.82.279-1.727.32-.98.045-1.275.054-3.759.054s-2.778-.01-3.759-.054c-.907-.041-1.4-.193-1.727-.32a2.882%202.882%200%200%201-1.07-.696%202.882%202.882%200%200%201-.696-1.07c-.127-.328-.279-.82-.32-1.727-.045-.981-.054-1.275-.054-3.759s.01-2.778.054-3.759c.041-.907.193-1.4.32-1.727.169-.434.37-.744.696-1.07a2.882%202.882%200%200%201%201.07-.696c.328-.127.82-.279%201.727-.32.981-.045%201.275-.054%203.759-.054m0-1.676c2.526%200%202.843.01%203.835.056.99.045%201.667.202%202.258.432a4.56%204.56%200%200%201%201.648%201.073%204.56%204.56%200%200%201%201.073%201.648c.23.591.387%201.268.432%202.258.046.992.056%201.309.056%203.835s-.01%202.843-.056%203.835c-.045.99-.202%201.667-.432%202.258a4.56%204.56%200%200%201-1.073%201.648%204.56%204.56%200%200%201-1.648%201.073c-.591.23-1.268.387-2.258.432-.992.046-1.309.056-3.835.056s-2.843-.01-3.835-.056c-.99-.045-1.667-.202-2.258-.432a4.56%204.56%200%200%201-1.648-1.073%204.56%204.56%200%200%201-1.073-1.648c-.23-.591-.387-1.268-.432-2.258-.046-.992-.056-1.309-.056-3.835s.01-2.843.056-3.835c.045-.99.202-1.667.432-2.258a4.56%204.56%200%200%201%201.073-1.648%204.56%204.56%200%200%201%201.648-1.073c.591-.23%201.267-.387%202.258-.432.992-.046%201.309-.056%203.835-.056zm.018%204.54a4.78%204.78%200%201%200%200%209.56%204.78%204.78%200%200%200%200-9.56zm0%207.884a3.103%203.103%200%201%201%200-6.207%203.103%203.103%200%200%201%200%206.207zm6.036-8.105a1.107%201.107%200%201%200-2.215%200%201.107%201.107%200%200%200%202.215%200z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.instagram > a:hover,
.no-svg .nav-list-item--social.instagram > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--instagram--32--white.png');
}
.no-svg .nav-list-item--social.instagram > a:hover,
.no-svg .nav-list-item--social.instagram > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--instagram--32--white.png');
}
.nav-list-item--social.vimeo > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--vimeo--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8%2013.8l.7.8s1.4-1.1%201.8-.5c.4.5%202.2%206.9%202.7%208.1.5%201%201.9%202.4%203.4%201.4s6.5-5.2%207.4-10.3-6-4-6.8.4c1.8-1%202.8.5%201.8%202.3-.9%201.8-1.8%202.9-2.3%202.9-.4%200-.8-1.2-1.3-3.2-.5-2.1-.5-5.9-2.7-5.5-2%20.4-4.7%203.6-4.7%203.6z%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.vimeo > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--vimeo--32--black.png');
}
.no-svg .nav-list-item--social.vimeo > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--vimeo--32--black.png');
}
.nav-list-item--social.vimeo > a:hover,
.nav-list-item--social.vimeo > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--vimeo--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8%2013.8l.7.8s1.4-1.1%201.8-.5c.4.5%202.2%206.9%202.7%208.1.5%201%201.9%202.4%203.4%201.4s6.5-5.2%207.4-10.3-6-4-6.8.4c1.8-1%202.8.5%201.8%202.3-.9%201.8-1.8%202.9-2.3%202.9-.4%200-.8-1.2-1.3-3.2-.5-2.1-.5-5.9-2.7-5.5-2%20.4-4.7%203.6-4.7%203.6z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.vimeo > a:hover,
.no-svg .nav-list-item--social.vimeo > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--vimeo--32--white.png');
}
.no-svg .nav-list-item--social.vimeo > a:hover,
.no-svg .nav-list-item--social.vimeo > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--vimeo--32--white.png');
}
.nav-list-item--social.soundcloud > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--soundcloud--32--black.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7.2%2016.9c-.4%200-.7.3-.7.7v2.2c0%20.4.3.7.7.7s.7-.3.7-.7v-2.2c0-.4-.3-.7-.7-.7zM9.9%2015.4c-.4%200-.7.3-.7.7v4.5c0%20.4.3.7.7.7.4%200%20.7-.3.7-.7V16c0-.3-.3-.6-.7-.6zM12.6%2013.1c-.4%200-.7.3-.7.7v6.8c0%20.4.3.7.7.7.4%200%20.7-.3.7-.7v-6.8c0-.4-.3-.7-.7-.7zM15.3%2011.3c-.4%200-.7.3-.7.7v8.6c0%20.4.3.7.7.7s.7-.3.7-.7V12c0-.4-.3-.7-.7-.7zM22.9%2016c-.2%200-.5%200-.7.1.1-.4.2-.8.2-1.2%200-2.3-1.9-4.2-4.2-4.2-.3%200-.5%200-.8.1v10.4h5.5c1.4%200%202.6-1.2%202.6-2.6%200-1.4-1.2-2.6-2.6-2.6z%22%2F%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.soundcloud > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--soundcloud--32--black.png');
}
.no-svg .nav-list-item--social.soundcloud > a {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--soundcloud--32--black.png');
}
.nav-list-item--social.soundcloud > a:hover,
.nav-list-item--social.soundcloud > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--soundcloud--32--white.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M7.2%2016.9c-.4%200-.7.3-.7.7v2.2c0%20.4.3.7.7.7s.7-.3.7-.7v-2.2c0-.4-.3-.7-.7-.7zM9.9%2015.4c-.4%200-.7.3-.7.7v4.5c0%20.4.3.7.7.7.4%200%20.7-.3.7-.7V16c0-.3-.3-.6-.7-.6zM12.6%2013.1c-.4%200-.7.3-.7.7v6.8c0%20.4.3.7.7.7.4%200%20.7-.3.7-.7v-6.8c0-.4-.3-.7-.7-.7zM15.3%2011.3c-.4%200-.7.3-.7.7v8.6c0%20.4.3.7.7.7s.7-.3.7-.7V12c0-.4-.3-.7-.7-.7zM22.9%2016c-.2%200-.5%200-.7.1.1-.4.2-.8.2-1.2%200-2.3-1.9-4.2-4.2-4.2-.3%200-.5%200-.8.1v10.4h5.5c1.4%200%202.6-1.2%202.6-2.6%200-1.4-1.2-2.6-2.6-2.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .nav-list-item--social.soundcloud > a:hover,
.no-svg .nav-list-item--social.soundcloud > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--soundcloud--32--white.png');
}
.no-svg .nav-list-item--social.soundcloud > a:hover,
.no-svg .nav-list-item--social.soundcloud > a:focus {
  background-image: url('https://actstatic.laikalaika.de/wp-content/themes/auc2018/img/icon--soundcloud--32--white.png');
}
@media (max-width: 1080px) {
  .nav--social {
    position: relative;
    margin: 0 0 3rem;
  }
}
.nav--logos {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 1.75rem 16rem;
  font-size: 0;
  text-align: center;
}
.nav--logos > * {
  font-size: 1rem;
}
.nav-item--logos {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2.5rem;
}
.nav-item-image--logos {
  display: block;
  width: auto;
  height: 3.5rem;
  margin: auto 0;
}
[data-logos-id="mitost"] .nav-item-image--logos {
  height: 2.5rem;
}
@media (max-width: 1080px) {
  .nav--logos {
    position: relative;
    margin: 0 0 4rem;
  }
  .nav-item--logos {
    display: block;
    margin: 0 0 2rem;
  }
}
