  /*!
Theme Name: ccfa
Theme URI: http://underscores.me/
Author: Florent Z
Author URI: http://underscores.me/
Description: A wordpress for CCFA Karlsruhe
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ccfa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ccfa is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Grid
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
a {
    text-decoration: none; }

  div.toolbox .close, .popup .closepopup {
    position: absolute;
    right: 1%;
    top: 2%;
    width: 2.1875rem;
    height: 2.1875rem;
    opacity: 1;
    z-index: 100;
    transition: all 0.2s ease-in; }
    div.toolbox .close:before, .popup .closepopup:before, div.toolbox .close:after, .popup .closepopup:after {
      position: absolute;
      left: 5px;
      content: ' ';
      height: 2.1875rem;
      width: 2px;
      background-color: white; }
    div.toolbox .close:before, .popup .closepopup:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    div.toolbox .close:after, .popup .closepopup:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    div.toolbox .close:hover, .popup .closepopup:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

  /*--------------------------------------------------------------
  # Normalize
  --------------------------------------------------------------*/
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
  html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  body {
    margin: 0; }

  /**
   * Add the correct display in IE 9-.
   */
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block; }

  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }

  /* Grouping content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  figcaption,
  figure,
  main {
    /* 1 */
    display: block; }

  /**
   * Add the correct margin in IE 8.
   */
  figure {
    margin: 1em 40px; }

  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

  /* Text-level semantics
     ========================================================================== */
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }

  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  b,
  strong {
    font-weight: inherit; }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder; }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

  /**
   * Add the correct font style in Android 4.3-.
   */
  dfn {
    font-style: italic; }

  /**
   * Add the correct background and color in IE 9-.
   */
  mark {
    background-color: #ff0;
    color: #000; }

  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%; }

  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

  sub {
    bottom: -0.25em; }

  sup {
    top: -0.5em; }

  /* Embedded content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  audio,
  video {
    display: inline-block; }

  /**
   * Add the correct display in iOS 4-7.
   */
  audio:not([controls]) {
    display: none;
    height: 0; }

  /**
   * Remove the border on images inside links in IE 10-.
   */
  img {
    border-style: none; }

  /**
   * Hide the overflow in IE.
   */
  svg:not(:root) {
    overflow: hidden; }

  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible; }

  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none; }

  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }

  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em; }

  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

  /**
   * Remove the default vertical scrollbar in IE.
   */
  textarea {
    overflow: auto; }

  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; }

  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  details,
  menu {
    display: block; }

  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item; }

  /* Scripting
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  canvas {
    display: inline-block; }

  /**
   * Add the correct display in IE.
   */
  template {
    display: none; }

  /* Hidden
     ========================================================================== */
  /**
   * Add the correct display in IE 10-.
   */
  [hidden] {
    display: none; }

  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    color: black;
    font-family: perroquet-regular, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }

  article a {
    word-break: break-all; }

  @media (min-width: 1025px) {
    article a {
      word-break: initial; } }

  h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal; }

  p {
    margin-bottom: 1.5em;
    line-height: 1.3;
    margin-top: 0; }
    @media (min-width: 1025px) {
      p {
        font-size: calc(1rem + .1vw); } }

  .homeGrid span,
  .homeGrid p {
    font-size: 1.17vw;
    line-height: 1.3;
    display: block; }

  strong {
    font-weight: normal; }

  dfn, cite, em, i {
    font-style: normal; }

  blockquote {
    margin: 0 1.5em; }

  address {
    margin: 0 0 1.5em; }

  pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }

  code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem; }

  abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }

  mark, ins {
    background: #fff9c0;
    text-decoration: none; }

  big {
    font-size: 125%; }

  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  html {
    box-sizing: border-box; }

  *,
  *:before,
  *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }

  body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */ }

  blockquote, q {
    quotes: "" ""; }
    blockquote:before, blockquote:after, q:before, q:after {
      content: ""; }

  hr {
    background-color: black;
    border: 0;
    height: 2px;
    margin-bottom: 1.5em; }

  ul, ol {
    margin: 1.25rem 0 1.25rem 1.25rem; }

  ul {
    list-style: disc; }

  ol {
    list-style: decimal; }

  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }

  dt {
    font-weight: bold; }

  dd {
    margin: 0 1.5em 1.5em; }

  img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */ }

  figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */ }

  table {
    margin: 0 0 1.5em;
    width: 100%; }

  .break-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .break-1:nth-child(3) {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }

  .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-collapse: collapse;
    padding-top: 5px; }
    .table-row:not(.header):nth-child(even) {
      background: rgba(10, 53, 207, 0.05); }
    .table-row .cell {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-grow: 1;
      white-space: initial;
      word-break: normal;
      padding: 2px;
      width: auto;
      font-size: calc(1rem + .4vw); }
    .table-row.header {
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 2px solid black;
      text-transform: uppercase;
      font-size: calc(1rem + .3vw); }

  .toolbox table td {
    position: relative;
    color: white;
    text-align: center;
    font-size: calc(1rem + .6vw); }
    .toolbox table td.current {
      font-size: calc(1rem + .6vw);
      color: #f80900; }
    .toolbox table td.filled {
      text-decoration: underline;
      padding-bottom: 3px; }

  @media (min-width: 1025px) {
    .break-1 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .table-row:not(.header):nth-child(even) {
      background: none; }
    .table-row .cell {
      font-size: 1.33vw;
      width: 5vw; } }

  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    border: 2px solid;
    border-color: black;
    border-radius: 0;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    background: none;
    width: 200px;
    display: block;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.875rem;
    padding: 0.3125rem; }
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
      border-color: #a813b0;
      color: #a813b0; }
    button:active, button:focus,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
      border-color: #aaa #bbb #bbb; }

  @media (min-width: 1025px) {
    input[type="submit"] {
      margin-left: 40%; } }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px; }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
      color: #111; }

  select {
    border: 1px solid #ccc; }

  textarea {
    width: 100%; }

  form.wpcf7-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    form.wpcf7-form label span:nth-child(1) {
      width: 100%; }
    form.wpcf7-form label span:nth-child(2) {
      width: 100%; }
    form.wpcf7-form label textarea,
    form.wpcf7-form label input {
      width: 100%; }

  #suche input[type="text"] {
    border-radius: initial;
    border-top: 0;
    border: none;
    background: none;
    font-size: calc(1rem + .6vw);
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.3125rem;
    position: relative; }
    #suche input[type="text"] + div {
      background: white;
      height: 2px;
      width: 100%;
      display: block; }
    #suche input[type="text"]:focus {
      color: white;
      outline: 0; }

  #mc_embed_signup {
    background: inherit;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif; }
    #mc_embed_signup input[type="submit"] {
      margin-left: 0;
      border: 0;
      color: white;
      margin-top: 1.875rem;
      padding: 0;
      width: auto;
      font-size: calc(1rem + .6vw);
      text-transform: initial;
      float: right; }
      #mc_embed_signup input[type="submit"]:hover {
        cursor: pointer;
        text-transform: underline; }
    #mc_embed_signup a.unsubscribe {
      width: auto;
      font-size: calc(1rem + .6vw);
      text-transform: initial;
      float: left;
      color: white;
      margin-top: 1.875rem; }
    #mc_embed_signup ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5); }
    #mc_embed_signup ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5); }
    #mc_embed_signup :-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5); }
    #mc_embed_signup :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5); }
    #mc_embed_signup input[type="email"] {
      border-radius: initial;
      border-top: 0;
      border: none;
      background: none;
      font-size: calc(1rem + .6vw);
      color: #fff;
      display: block;
      width: 100%;
      padding: 0.3125rem;
      position: relative; }
      #mc_embed_signup input[type="email"] + div {
        background: white;
        height: 2px;
        width: 100%;
        display: block; }
      #mc_embed_signup input[type="email"]:focus {
        color: white;
        outline: 0; }

  @media (min-width: 1025px) {
    form.wpcf7-form label {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      form.wpcf7-form label span:nth-child(1) {
        width: 40%; }
      form.wpcf7-form label span:nth-child(2) {
        width: 60%; } }

  .post-type-archive-magazin #suche input[type="text"] {
    color: #f80900; }
    .post-type-archive-magazin #suche input[type="text"] + div {
      background: #f80900; }

  .post-type-archive-magazin #mc_embed_signup a.unsubscribe {
    color: #f80900; }

  .post-type-archive-magazin #mc_embed_signup input[type="submit"] {
    color: #f80900; }

  .post-type-archive-magazin #mc_embed_signup input[type="email"] {
    color: #f80900; }
    .post-type-archive-magazin #mc_embed_signup input[type="email"] + div {
      background: #f80900; }

  div.wpcf7 {
    margin: 0;
    padding: 0; }

  div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em; }

  div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0; }

  div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14; }

  div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000; }

  div.wpcf7-spam-blocked {
    border: 2px solid #ffa500; }

  div.wpcf7-validation-errors {
    border: 2px solid #a813b0; }

  .wpcf7-form-control-wrap {
    position: relative; }

  span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block; }

  .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em; }

  span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em; }

  span.wpcf7-list-item-label::before,
  span.wpcf7-list-item-label::after {
    content: " "; }

  .wpcf7-display-none {
    display: none; }

  div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url("/web/20200902082715im_/http://ccfa-ka.de/wp-content/images/ajax-loader.gif");
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle; }

  div.wpcf7 .ajax-loader.is-active {
    visibility: visible; }

  div.wpcf7 div.ajax-error {
    display: none; }

  div.wpcf7 .placeheld {
    color: #888; }

  div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0; }

  div.wpcf7 input[type="file"] {
    cursor: pointer; }

  div.wpcf7 input[type="file"]:disabled {
    cursor: default; }

  article input[type="text"],
  article input[type="email"],
  article input[type="url"],
  article input[type="password"],
  article input[type="search"],
  article input[type="number"],
  article input[type="tel"],
  article input[type="range"],
  article input[type="date"],
  article input[type="month"],
  article input[type="week"],
  article input[type="time"],
  article input[type="datetime"],
  article input[type="datetime-local"] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid black;
    border-radius: 0; }
    article input[type="text"]:focus,
    article input[type="email"]:focus,
    article input[type="url"]:focus,
    article input[type="password"]:focus,
    article input[type="search"]:focus,
    article input[type="number"]:focus,
    article input[type="tel"]:focus,
    article input[type="range"]:focus,
    article input[type="date"]:focus,
    article input[type="month"]:focus,
    article input[type="week"]:focus,
    article input[type="time"]:focus,
    article input[type="datetime"]:focus,
    article input[type="datetime-local"]:focus {
      color: black;
      outline: 0; }

  article textarea {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid black;
    border-radius: 0;
    width: 70%; }
    article textarea:focus {
      color: black;
      outline: 0; }

  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
    color: black;
    transition: all ease-in .2s; }
    a:hover, a:focus, a:active {
      color: #a813b0; }
    a:focus {
      outline: thin dotted; }
    a:hover, a:active {
      outline: 0; }

  article a {
    color: #a813b0; }

  article a:visited {
    color: #a813b0; }

  article a:hover {
    color: black; }

  .toolbox-content a:hover {
    color: black; }

  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Special Slide load
  --------------------------------------------------------------*/
  span.before {
    display: none;
    width: 100vw;
    border: 1px solid gray;
    background: gray; }

  .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all ease-in .5s; }
    .site-content.to-slide {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .site-content.sliding {
      transition: all ease-in .5s;
      -webkit-transform: translateX(-100vw);
              transform: translateX(-100vw); }
    .site-content.slided {
      -webkit-transform: translateX(-100vw);
              transform: translateX(-100vw); }

  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
    .screen-reader-text:focus {
      background-color: #f1f1f1;
      border-radius: 3px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      clip: auto !important;
      color: #21759b;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000;
      /* Above WP toolbar. */ }

  /* Do not show the outline on the skip link target. */
  #content[tabindex="-1"]:focus {
    outline: 0; }

  /*--------------------------------------------------------------
  # Grid
  --------------------------------------------------------------*/
  /* basic grid */
  .columns,
  .columns-equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .columns-equal.on-2 .col {
    width: 50%; }

  .columns-equal.on-3 .col {
    width: 33.33333%; }

  .columns-equal.on-4 .col {
    width: 25%; }

  .columns-equal.on-5 .col {
    width: 20%; }

  .columns-equal.on-6 .col {
    width: 16.66667%; }

  .columns-equal.on-7 .col {
    width: 14.28571%; }

  .columns-equal.on-8 .col {
    width: 12.5%; }

  .columns-equal.on-9 .col {
    width: 11.11111%; }

  .columns-equal.on-10 .col {
    width: 10%; }

  .columns-equal.on-11 .col {
    width: 9.09091%; }

  .columns-equal.on-12 .col {
    width: 8.33333%; }

  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Photo group
  --------------------------------------------------------------*/
  .photogroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .photogroup .col {
      width: 100%; }

  @media (min-width: 1025px) {
    .photogroup .col {
      width: 50%; }
    .photogroup .col:nth-child(even) {
      padding-left: 1.875rem; } }

  /*--------------------------------------------------------------
  ## Footer
  --------------------------------------------------------------*/
  .site-footer {
    background: #a813b0;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    transition: all 0.8s cubic-bezier(0.72, -0.05, 0.54, 1.06);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
    .site-footer.active {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); }
    .site-footer .closure {
      position: absolute;
      width: 100%;
      height: auto;
      min-height: 50px;
      bottom: 0;
      color: white;
      background: #a813b0;
      z-index: 100;
      transition: all 0.8s cubic-bezier(0.72, -0.05, 0.54, 1.06);
      -webkit-transform: translateY(0%);
      transform: translateY(0%); }
      .site-footer .closure .doHide {
        position: absolute;
        right: 1%;
        top: 2%;
        width: 2.1875rem;
        height: 2.1875rem;
        opacity: 1;
        transition: all 0.2s ease-in; }
        .site-footer .closure .doHide:before, .site-footer .closure .doHide:after {
          position: absolute;
          left: 5px;
          content: ' ';
          height: 2.1875rem;
          width: 2px;
          background-color: white; }
        .site-footer .closure .doHide:before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .site-footer .closure .doHide:after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .site-footer .closure .doHide:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .site-footer .closure.hidden {
        z-index: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%); }
      .site-footer .closure > div {
        text-align: center;
        width: 100%;
        padding: 10px 70px 10px 10px;
        line-height: 15px; }
    .site-footer .search-mobile.on {
      cursor: pointer; }
    .site-footer label {
      color: white;
      display: inline-block;
      margin-right: 10px; }
    .site-footer input.search {
      display: none; }
    .site-footer input.search-mobile {
      display: inline-block;
      border: none;
      border-bottom: 1px solid white;
      background: none;
      border-radius: initial;
      width: 100%;
      color: white; }
      .site-footer input.search-mobile:focus {
        outline: 0;
        color: white; }
    .site-footer a {
      color: white;
      display: block;
      width: 100%;
      height: auto;
      padding: 10px;
      position: relative;
      margin-right: 10px; }
    .site-footer .columns {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .site-footer .col {
      height: 50px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .site-footer .col:nth-child(2), .site-footer .col:nth-child(5) {
        display: none; }
      .site-footer .col:nth-child(3) {
        -webkit-box-flex: initial;
            -ms-flex-positive: initial;
                flex-grow: initial; }
      .site-footer .col:nth-child(6) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .site-footer svg {
      width: 2.5rem;
      padding: 0.3125rem;
      height: 100%;
      display: inline-block; }
      .site-footer svg g, .site-footer svg path {
        fill: white !important; }

  body.post-type-archive-magazin .site-footer svg,
  body.post-type-archive-magazin .site-footer path {
    fill: #f80900 !important; }

  .hero {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: #a813b0;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none; }
    .hero.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .hero.away {
      transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06);
      -webkit-transform: translateY(100vh);
      transform: translateY(100vh); }
    .hero.hidden {
      display: none;
      opacity: 0; }
    .hero > div {
      color: white;
      width: 90%;
      font-size: calc(2rem + 2vw);
      text-align: center; }

  @media (min-width: 1025px) {
    .site-footer .col:nth-child(2), .site-footer .col:nth-child(5) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-footer .col:nth-child(3) {
      -webkit-box-flex: .3;
          -ms-flex-positive: .3;
              flex-grow: .3; }
    .hero > div {
      font-size: calc(4rem + 2vw); }
    .site-footer input.search {
      display: inline-block;
      border: none;
      border-bottom: 1px solid white;
      background: none;
      border-radius: initial;
      width: 100%;
      color: white; }
      .site-footer input.search:focus {
        outline: 0;
        color: white; } }

  /*--------------------------------------------------------------
  ## Toolbox
  --------------------------------------------------------------*/
  div.toolbox {
    position: fixed;
    top: 100vh;
    width: 100vw;
    height: auto;
    overflow: hidden;
    background: #a813b0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06);
    padding: 10px 5vw 0 5vw;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    div.toolbox.active {
      top: 47px;
      visibility: initial;
    }

    div.toolbox .hamburger {
      position: absolute;
      left: 4%;
      top: 2%;
      width: 2.1875rem;
      height: 2.1875rem;
      opacity: 0;
      transition: all 0.2s ease-in;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      div.toolbox .hamburger span {
        display: block;
        width: 100%;
        height: 1px;
        background: white; }
      div.toolbox .hamburger:after, div.toolbox .hamburger:before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: white;
        display: block;
        content: "";
        left: 0; }
      div.toolbox .hamburger:after {
        top: 0.3125rem; }
      div.toolbox .hamburger:before {
        bottom: 0.3125rem; }
      div.toolbox .hamburger.active {
        opacity: 1; }
        div.toolbox .hamburger.active.rotate {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
    div.toolbox-content {
      padding: 0 11vw 10vh 3vw;
      margin-right: -8vw;
      color: white;
      width: 100%;
      height: 100vh;
      overflow: auto;
      position: relative;
      z-index: 1;
      -ms-overflow-style: none; }
      div.toolbox-content::-webkit-scrollbar {
        width: 0 !important;
        font-size: calc(1em + .6vw); }
      div.toolbox-content p {
        font-size: calc(1rem + .6vw); }
      div.toolbox-content h2 {
        padding: 0;
        margin: 0; }
      div.toolbox-content h3 {
        font-size: calc(1rem + 1.2vw);
        margin: 0;
        padding-bottom: 1.875rem; }
      div.toolbox-content > div {
        display: none; }
        div.toolbox-content > div.active {
          display: block; }
    div.toolbox ol, div.toolbox ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    div.toolbox nav {
      margin-bottom: 1.875rem;
      position: relative;
      transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06); }
      div.toolbox nav.hidden {
        position: absolute;
        -webkit-transform: translateY(-200%);
                transform: translateY(-200%); }
      div.toolbox nav ul, div.toolbox nav ol {
        list-style: none;
        padding: 0;
        margin: 0; }
      div.toolbox nav a {
        color: white;
        position: relative;
        font-size: calc(1em + 2.6vw); }
        div.toolbox nav a.active:after,
        div.toolbox a.filter.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 0.0625rem;
          background: white;
          width: 100%; }
    div.toolbox .calendar-table {
      display: none; }
      div.toolbox .calendar-table.active {
        display: block; }
    div.toolbox .filter.active span {
      position: relative;
      display: inline-block; }
      div.toolbox .filter.active span:after {
        display: block;
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        height: 1px; }
    div.toolbox .filter-search {
      display: none; }
      div.toolbox .filter-search ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      div.toolbox .filter-search.active {
        display: block;
        margin-top: 1.875rem; }
        div.toolbox .filter-search.active li {
          font-size: calc(1rem + 0.6vw);
          color: white;
          cursor: pointer;
          line-height: 1.3; }
          div.toolbox .filter-search.active li:first-child span {
            position: relative;
            display: inline-block; }
            div.toolbox .filter-search.active li:first-child span:after {
              display: block;
              content: '';
              position: absolute;
              top: 100%;
              left: 0;
              width: 100%;
              background: white;
              height: 1px; }
        div.toolbox .filter-search.active a {
          font-size: calc(1rem + 0.6vw);
          color: white;
          cursor: pointer; }

  @media (min-width: 1025px) {
    div.toolbox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 1.65vw; }
      div.toolbox h2, div.toolbox h3, div.toolbox h4 {
        font-size: 2.65vw; }
      div.toolbox nav a {
        font-size: calc(1em + 0.6vw);
        line-height: 1.3; }
      div.toolbox p {
        font-size: 1.65vw; }
      div.toolbox .close {
        width: 4.375rem;
        height: 4.375rem; }
        div.toolbox .close:before, div.toolbox .close:after {
          position: absolute;
          left: 15px;
          content: ' ';
          height: 4.375rem;
          width: 2px;
          background-color: white; } }

  body:not(.home).post-type-archive-magazin .toolbox {
    background: white;
    border-top: 2px solid #f80900; }
    body:not(.home).post-type-archive-magazin .toolbox .hamburger span, body:not(.home).post-type-archive-magazin .toolbox .hamburger:after, body:not(.home).post-type-archive-magazin .toolbox .hamburger:before {
      background: #f80900; }
    body:not(.home).post-type-archive-magazin .toolbox nav a {
      color: #f80900; }
      body:not(.home).post-type-archive-magazin .toolbox nav a.active:after {
        background: #f80900; }
      body:not(.home).post-type-archive-magazin .toolbox nav a:hover {
        color: black; }
    body:not(.home).post-type-archive-magazin .toolbox table td {
      color: #f80900; }
      body:not(.home).post-type-archive-magazin .toolbox table td a {
        color: #f80900; }
    body:not(.home).post-type-archive-magazin .toolbox-content {
      background: white;
      color: #f80900; }
    body:not(.home).post-type-archive-magazin .toolbox .close:after, body:not(.home).post-type-archive-magazin .toolbox .close:before {
      background: #f80900; }

  /*--------------------------------------------------------------
  ## Header
  --------------------------------------------------------------*/
  body:not(.home) .main > header .col:nth-child(2) {
    display: none; }

  body.single-magazin .main > header .col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  body.single-magazin .main > header ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  body.post-type-archive-magazin .main > header,
  body.single-magazin .main > header {
    color: #f80900;
    border-bottom: 2px solid #f80900; }
    body.post-type-archive-magazin .main > header a,
    body.single-magazin .main > header a {
      color: #f80900; }
      body.post-type-archive-magazin .main > header a:hover, body.post-type-archive-magazin .main > header a.active,
      body.single-magazin .main > header a:hover,
      body.single-magazin .main > header a.active {
        color: black !important; }
        body.post-type-archive-magazin .main > header a:hover:after, body.post-type-archive-magazin .main > header a.active:after,
        body.single-magazin .main > header a:hover:after,
        body.single-magazin .main > header a.active:after {
          background: black !important; }

  .main > header {
    line-height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.125rem;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-bottom: 2px solid black;
    margin: 0 1.75rem; }
    .main > header:after {
      display: none;
      content: "";
      position: absolute;
      bottom: -2px;
      height: 2px;
      width: 100%;
      background: black;
      z-index: 100; }
    .main > header .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main > header .col:last-child {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .main > header .col:last-child a {
          margin-left: 0.625rem;
          position: relative;
          display: block;
          line-height: 1; }
          .main > header .col:last-child a.active:after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: black;
            top: 111%; }
          .main > header .col:last-child a span:nth-child(1) {
            display: none; }

  body.single-magazin header + nav {
    display: none; }

  body.post-type-archive-magazin header + nav a {
    color: black; }
    body.post-type-archive-magazin header + nav a:visited {
      color: black; }
    body.post-type-archive-magazin header + nav a.active {
      color: black; }
      body.post-type-archive-magazin header + nav a.active span:after, body.post-type-archive-magazin header + nav a.active:after, body.post-type-archive-magazin header + nav a.active:before {
        background: black; }

  header + nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 3.125rem;
    width: 100vw;
    background: white;
    z-index: 100;
    left: 0; }
    header + nav .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 3.125rem;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      list-style: none; }
    header + nav a {
      margin: 0;
      padding-bottom: 0.1875rem;
      text-transform: uppercase;
      font-size: calc(1rem + 0.6vw);
      position: relative; }
      header + nav a.active {
        color: #a813b0;
        position: relative;
        z-index: 10; }
        header + nav a.active:after {
          content: "";
          display: block;
          position: absolute;
          top: 110%;
          width: 5px;
          height: 5px;
          border-radius: 2.5px;
          background: #a813b0;
          left: 30%; }
        header + nav a.active:before {
          content: "";
          display: block;
          position: absolute;
          top: 110%;
          width: 5px;
          height: 5px;
          border-radius: 2.5px;
          background: #a813b0;
          left: 45%; }
        header + nav a.active span {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          z-index: 0;
          top: 0;
          left: 0; }
          header + nav a.active span:after {
            content: "";
            display: block;
            position: absolute;
            top: 110%;
            width: 5px;
            height: 5px;
            border-radius: 2.5px;
            background: #a813b0;
            left: 60%; }

  @media (min-width: 1025px) {
    .submenu {
      display: none; }
    header + nav {
      display: none !important; }
    body:not(.home) .main > header .col:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0; }
    body.home .main > header .col:nth-child(2) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      body.home .main > header .col:nth-child(2) a {
        text-transform: initial; }
        body.home .main > header .col:nth-child(2) a span:nth-child(1) {
          display: inherit; }
        body.home .main > header .col:nth-child(2) a span:nth-child(2) {
          display: none; }
    body.post-type-archive-magazin .main > header .col:nth-child(2) a.active,
    body.single-magazin .main > header .col:nth-child(2) a.active {
      color: #f80900; }
      body.post-type-archive-magazin .main > header .col:nth-child(2) a.active:after,
      body.single-magazin .main > header .col:nth-child(2) a.active:after {
        background: #f80900; }
    .main > header .col:nth-child(3) a span:nth-child(1) {
      display: inline; }
    .main > header .col:nth-child(3) a span:nth-child(2) {
      display: none; }
    .main > header .col:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style: none; }
      .main > header .col:nth-child(2) a {
        display: block;
        margin: 0 0 0 0.5rem;
        padding-bottom: 0.1875rem;
        text-transform: uppercase; }
        .main > header .col:nth-child(2) a.active {
          color: #a813b0;
          position: relative; }
          .main > header .col:nth-child(2) a.active:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: #a813b0;
            left: 0;
            top: 100%; } }

  /*--------------------------------------------------------------
  ## Submenu mobile
  --------------------------------------------------------------*/
  .submenu {
    position: absolute;
    top: 6.25rem;
    left: 15px;
    display: none; }
    .submenu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .submenu.active {
      position: relative;
      display: block; }
    .submenu nav {
      display: none; }
      .submenu nav.active {
        display: block; }
        .submenu nav.active a {
          font-size: calc(1rem + .6vw); }

  @media (min-width: 1025px) {
    .submenu {
      display: none; } }

  /*--------------------------------------------------------------
  ## Home
  --------------------------------------------------------------*/
  .homeGrid .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 85vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .homeGrid .col {
    width: 91vw; }

  .homeGrid h2 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: calc(1rem + 8vw);
    padding: 0;
    margin: 0; }

  .homeGrid h2 ~ * {
    display: none; }

  @media (min-width: 1025px) {
    .homeGrid article {
      position: relative;
      transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06); }
    .homeGrid .where {
      line-height: 1.2;
      padding: 0.3125rem 0 0 0;
      font-size: 1.17vw; }
    .homeGrid .viel {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06); }
    .homeGrid .columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: initial;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .homeGrid .col {
      width: 22%;
      position: relative;
      padding-bottom: 200px;
      padding-top: 10vw;
      overflow-y: scroll;
      overflow-x: hidden; }
      .homeGrid .col h2 {
        width: 22%;
        position: fixed;
        top: 50px; }
      .homeGrid .col:nth-child(4) h2 > a:hover {
        color: #f80900; }
      .homeGrid .col-content.active {
        transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06); }
      .homeGrid .col h2 a.active {
        color: #a813b0; }
      .homeGrid .col nav {
        position: relative;
        opacity: 1; }
        .homeGrid .col nav > ul {
          display: block;
          list-style: none;
          margin: 0;
          padding: 0; }
          .homeGrid .col nav > ul li {
            line-height: 1.88vw; }
          .homeGrid .col nav > ul a {
            color: #a813b0;
            font-size: 1.65vw;
            display: inline-block;
            position: relative;
            padding-right: 1.125rem;
            line-height: 1.88vw; }
            .homeGrid .col nav > ul a:hover:after {
              transition: all ease-in .2s;
              content: "";
              position: absolute;
              right: -10px;
              top: 50%;
              height: 0.75rem;
              width: 0.75rem;
              background: #a813b0;
              border-radius: 0.375rem;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
            .homeGrid .col nav > ul a:hover:after {
              right: 0; }
    .homeGrid p {
      margin-bottom: 0;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .homeGrid h2 ~ * {
      display: block; }
    .homeGrid h2 {
      text-transform: uppercase;
      width: 100%;
      text-align: left;
      font-size: 2.65vw;
      margin: 0;
      padding: 1.875rem 0 1.875rem 0;
      text-align: center;
      position: relative;
      position: sticky;
      position: -webkit-sticky;
      z-index: 100;
      top: 0;
      background: white; }
    .homeGrid h3 {
      font-size: 1.65vw;
      line-height: 1.88vw;
      margin: 0; }
      .homeGrid h3 + span {
        margin-top: 0.9375rem; }
        .homeGrid h3 + span p {
          font-size: 1.17vw; }
      .homeGrid h3 + div {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 0;
        padding: 0 10%;
        margin-top: 0.9375rem; }
        .homeGrid h3 + div:after {
          position: absolute;
          width: 80%;
          height: 100%;
          display: block;
          content: '';
          top: 0;
          left: 10%;
          z-index: 100; }
        .homeGrid h3 + div + p,
        .homeGrid h3 + div + span {
          margin-top: 0.9375rem; }
      .homeGrid h3 + h4 {
        font-size: 1.65vw;
        margin: 0 0 0.625rem 0;
        line-height: 1.88vw; }
      .homeGrid h3 + p {
        margin: 0.625rem 0; }
    .homeGrid h4 + p,
    .homeGrid h4 + span {
      margin-top: 0; }
    .homeGrid h4 + div:not(.where) {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 0;
      padding: 0 10%;
      margin-bottom: 0.9375rem; }
      .homeGrid h4 + div:not(.where):after {
        position: absolute;
        width: 80%;
        height: 100%;
        display: block;
        content: '';
        top: 0;
        left: 10%;
        z-index: 100; }
      .homeGrid h4 + div:not(.where) + p, .homeGrid h4 + div:not(.where) + span {
        margin-top: 10px; }
    .homeGrid h3, .homeGrid h4 {
      padding: 0 10%;
      text-align: center; }
    .homeGrid img {
      display: block;
      position: relative;
      z-index: 0; }
    .homeGrid .col:nth-child(4) article:hover h3, .homeGrid .col:nth-child(4) article:hover h4, .homeGrid .col:nth-child(4) article:hover p {
      color: #f80900; }
    .homeGrid .col:nth-child(4) article:hover h4 + div:after,
    .homeGrid .col:nth-child(4) article:hover h3 + div:after {
      background: rgba(248, 9, 0, 0.34); }
    .homeGrid .col:nth-child(4) article:hover img {
      transition: all ease-in .2s;
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */ }
    .homeGrid article + article {
      margin-top: 0.9375rem; }
    .homeGrid article:hover h3, .homeGrid article:hover h4, .homeGrid article:hover p, .homeGrid article:hover span, .homeGrid article:hover .where {
      transition: color ease-in .2s;
      color: #a813b0; }
    .homeGrid article:hover h4 + div:after,
    .homeGrid article:hover h3 + div:after {
      background: rgba(10, 53, 207, 0.34); }
    .homeGrid article:hover img {
      transition: all ease-in .2s;
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */ }
    .homeGrid .col:nth-child(4) h3,
    .homeGrid .col:nth-child(2) h3 {
      position: relative; }
      .homeGrid .col:nth-child(4) h3:before,
      .homeGrid .col:nth-child(2) h3:before {
        content: "\00BB"; }
      .homeGrid .col:nth-child(4) h3:after,
      .homeGrid .col:nth-child(2) h3:after {
        content: "\00AB"; } }

  /*--------------------------------------------------------------
  ## articles
  --------------------------------------------------------------*/
  body.post-type-archive-magazin article {
    color: #f80900; }
    body.post-type-archive-magazin article ul.metas {
      margin: 0 0 0.625rem 0 !important;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      body.post-type-archive-magazin article ul.metas li {
        margin: 0 0.625rem 0 0;
        text-transform: uppercase; }
        body.post-type-archive-magazin article ul.metas li:before {
          background: #f80900 !important; }

  body.home article {
    opacity: 1;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    position: relative;
    left: 0;
    height: auto;
    margin-bottom: 1.875rem; }
    body.home article.hidden {
      position: absolute;
      left: -100%;
      transition: -webkit-transform .2s ease-in;
      transition: transform .2s ease-in;
      transition: transform .2s ease-in, -webkit-transform .2s ease-in;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0;
      height: 0; }
    body.home article a {
      color: #a813b0; }
    body.home article .columns {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      body.home article .columns.form {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 1.875rem 0; }

  body.home article.calendar-output {
    width: 100%;
    margin: 0;
    padding: 1.25rem 0 1.25rem 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    position: relative;
    font-size: calc(1rem + .6vw);
    min-height: auto; }
    body.home article.calendar-output header {
      font-size: calc(1rem + 1vw);
      padding-bottom: 1.25rem;
      position: relative;
      display: inline-block; }
    body.home article.calendar-output h2, body.home article.calendar-output h3 {
      text-align: left;
      font-size: calc(1rem + 1.2vw);
      text-transform: none;
      padding: 0;
      margin: 0; }
    body.home article.calendar-output h2 {
      line-height: 1.1;
      position: relative; }
      body.home article.calendar-output h2:before {
        content: "\00BB"; }
      body.home article.calendar-output h2:after {
        content: "\00AB"; }
    body.home article.calendar-output a {
      color: black; }
    body.home article.calendar-output .column:nth-child(1) {
      width: 60%;
      padding: 0.3125rem; }
    body.home article.calendar-output .column:nth-child(2) {
      width: 40%; }
    body.home article.calendar-output:hover header,
    body.home article.calendar-output:hover div,
    body.home article.calendar-output:hover h2,
    body.home article.calendar-output:hover h3,
    body.home article.calendar-output:hover p {
      color: white; }
    body.home article.calendar-output:hover header:after {
      position: absolute;
      content: "";
      height: 50px;
      width: 50px;
      background: white;
      display: block;
      left: 110%;
      top: 0;
      border-radius: 25px; }
    body.home article.calendar-output .viel {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

  body.home article.search {
    width: 100%;
    margin: 0;
    padding: 0 0 3.75rem 0;
    border-bottom: 0;
    position: relative;
    font-size: calc(1rem + .6vw);
    min-height: auto; }
    body.home article.search h3 {
      text-align: left;
      font-size: calc(1rem + 1.2vw); }
    body.home article.search p {
      font-size: calc(1rem + .6vw); }
    body.home article.search a {
      color: black; }
    body.home article.search:hover {
      color: black; }
      body.home article.search:hover div,
      body.home article.search:hover li,
      body.home article.search:hover a,
      body.home article.search:hover p,
      body.home article.search:hover h3 {
        color: black; }
    body.home article.search .pathway {
      padding: 1.875rem 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      body.home article.search .pathway li {
        list-style: none;
        font-size: calc(1rem + .6vw);
        padding-left: 0;
        padding-right: 0.625rem; }
        body.home article.search .pathway li:before {
          display: none; }
    body.home article.search:first-child header {
      padding-top: 3.75rem; }
    body.home article.search:last-child {
      padding: 0 0 12.5rem 0; }
    body.home article.search .viel {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

  body:not(.home) aside a.active {
    color: #a813b0;
    position: relative; }
    body:not(.home) aside a.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #a813b0;
      display: block; }

  body:not(.home).post-type-archive-sprache article, body:not(.home).post-type-archive-kultur article {
    padding: 4.375rem 0 1.875rem 0;
    min-height: 95vh; }

  body:not(.home).post-type-archive-magazin a {
    color: black; }

  body:not(.home).post-type-archive-magazin .site-footer {
    border-top: 1px solid #f80900;
    background: white; }
    body:not(.home).post-type-archive-magazin .site-footer a, body:not(.home).post-type-archive-magazin .site-footer label {
      color: #f80900; }
    body:not(.home).post-type-archive-magazin .site-footer input {
      color: red;
      border-bottom-color: #f80900; }

  body:not(.home).post-type-archive-magazin article {
    position: relative;
    transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06);
    border: 0;
    padding: 1.875rem 0; }
    body:not(.home).post-type-archive-magazin article header {
      margin-bottom: 0.625rem; }
    body:not(.home).post-type-archive-magazin article p {
      margin-bottom: 0; }
    body:not(.home).post-type-archive-magazin article.is-intro {
      padding: 1.875rem 0 3.75rem;
      margin-bottom: 1.875rem; }
      body:not(.home).post-type-archive-magazin article.is-intro hr {
        position: absolute;
        width: 70vw;
        height: 2px;
        background: #f80900;
        bottom: 0;
        margin: 0; }
      body:not(.home).post-type-archive-magazin article.is-intro h2 {
        margin-bottom: 0.625rem; }
        body:not(.home).post-type-archive-magazin article.is-intro h2:before, body:not(.home).post-type-archive-magazin article.is-intro h2:after {
          display: none; }
      body:not(.home).post-type-archive-magazin article.is-intro:hover * {
        color: #f80900;
        cursor: initial; }
      body:not(.home).post-type-archive-magazin article.is-intro .viel {
        cursor: none; }
    body:not(.home).post-type-archive-magazin article .viel {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    body:not(.home).post-type-archive-magazin article:hover * {
      cursor: pointer; }
    body:not(.home).post-type-archive-magazin article:hover h2, body:not(.home).post-type-archive-magazin article:hover h3, body:not(.home).post-type-archive-magazin article:hover h4, body:not(.home).post-type-archive-magazin article:hover p, body:not(.home).post-type-archive-magazin article:hover li {
      transition: color ease-in .3s;
      color: black; }
    body:not(.home).post-type-archive-magazin article:hover img {
      transition: all ease-in .3s;
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */ }
    body:not(.home).post-type-archive-magazin article:hover li::before {
      background: black !important; }

  body:not(.home).post-type-archive-magazin h2 {
    margin-bottom: 0;
    position: relative; }
    body:not(.home).post-type-archive-magazin h2:before {
      content: "\00BB"; }
    body:not(.home).post-type-archive-magazin h2:after {
      content: "\00AB"; }

  body:not(.home).post-type-archive-kultur article, body:not(.home).tax-cat-kultur article {
    position: relative;
    transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06);
    border: 0;
    min-height: auto; }
    body:not(.home).post-type-archive-kultur article .has-unfold, body:not(.home).tax-cat-kultur article .has-unfold {
      transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06);
      opacity: 0;
      height: 0; }
      body:not(.home).post-type-archive-kultur article .has-unfold.active, body:not(.home).tax-cat-kultur article .has-unfold.active {
        opacity: 1;
        height: auto;
        transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06); }
    body:not(.home).post-type-archive-kultur article .viel, body:not(.home).tax-cat-kultur article .viel {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    body:not(.home).post-type-archive-kultur article:hover, body:not(.home).tax-cat-kultur article:hover {
      color: #a813b0; }
      body:not(.home).post-type-archive-kultur article:hover h2, body:not(.home).post-type-archive-kultur article:hover h3, body:not(.home).post-type-archive-kultur article:hover h4, body:not(.home).post-type-archive-kultur article:hover p, body:not(.home).tax-cat-kultur article:hover h2, body:not(.home).tax-cat-kultur article:hover h3, body:not(.home).tax-cat-kultur article:hover h4, body:not(.home).tax-cat-kultur article:hover p {
        transition: color ease-in .3s;
        color: #a813b0; }
      body:not(.home).post-type-archive-kultur article:hover img, body:not(.home).tax-cat-kultur article:hover img {
        transition: all ease-in .3s;
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(1);
        /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1);
        /* Microsoft Edge and Firefox 35+ */ }

  body:not(.home).post-type-archive-kultur h3, body:not(.home).tax-cat-kultur h3 {
    font-size: calc(1rem + 2vw);
    text-align: center; }

  body:not(.home).post-type-archive-kultur h2, body:not(.home).tax-cat-kultur h2 {
    margin-bottom: 0;
    position: relative;
    font-size: calc(1rem + 2vw);
    line-height: 1;
    text-align: center; }
    body:not(.home).post-type-archive-kultur h2:before, body:not(.home).tax-cat-kultur h2:before {
      content: "\00BB"; }
    body:not(.home).post-type-archive-kultur h2:after, body:not(.home).tax-cat-kultur h2:after {
      content: "\00AB"; }

  body:not(.home).single-magazin .site-footer {
    display: none; }

  body:not(.home).single-magazin .pic {
    width: 85%;
    margin: 0 auto; }
    body:not(.home).single-magazin .pic + .caption {
      width: 85%;
      margin: 0 auto; }

  body:not(.home).single-magazin article {
    color: #f80900;
    position: relative;
    padding: 3.75rem 0 0 0;
    border: 0; }
    body:not(.home).single-magazin article a {
      color: black; }
    body:not(.home).single-magazin article .close {
      position: fixed;
      right: 1%;
      top: 3.75rem;
      width: 2.1875rem;
      height: 2.1875rem;
      opacity: 1;
      transition: all 0.2s ease-in; }
      body:not(.home).single-magazin article .close:before, body:not(.home).single-magazin article .close:after {
        position: absolute;
        left: 5px;
        content: ' ';
        height: 2.1875rem;
        width: 2px;
        background-color: #f80900; }
      body:not(.home).single-magazin article .close:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      body:not(.home).single-magazin article .close:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      body:not(.home).single-magazin article .close:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

  body:not(.home) a.request-info {
    text-transform: uppercase;
    display: block;
    color: black; }
    body:not(.home) a.request-info:hover {
      color: #a813b0; }

  body:not(.home) .form-wrapper {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06);
    z-index: -1; }
    body:not(.home) .form-wrapper.active {
      position: relative;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      z-index: 0; }

  body:not(.home) article {
    border-bottom: 2px solid black;
    padding: 3.75rem 0 3.75rem 0;
    font-size: calc(1rem + .5vw);
    line-height: 1.2; }
    body:not(.home) article p {
      font-size: calc(1rem + .5vw); }
      body:not(.home) article p img {
        display: block;
        padding: 0 1.25rem; }
    body:not(.home) article em {
      font-family: perroquet-italic, helvetica, sans-serif; }
    body:not(.home) article iframe {
      width: 100% !important;
      display: block;
      padding: 0 1.25rem; }
    body:not(.home) article blockquote {
      position: relative;
      padding: 0.9375rem 0.9375rem;
      margin-bottom: 1.875rem;
      font-family: perroquet-italic, helvetica, sans-serif;
      text-align: center;
      height: auto; }
      body:not(.home) article blockquote p {
        padding: 0;
        margin: 0; }
        body:not(.home) article blockquote p:before {
          content: "\00AB  ";
          color: black; }
        body:not(.home) article blockquote p:after {
          content: "  \00BB";
          color: black; }
    body:not(.home) article ul, body:not(.home) article li, body:not(.home) article ol {
      font-size: calc(1rem + .5vw);
      line-height: 1.3; }
    body:not(.home) article:last-child {
      padding-bottom: 12.5rem; }
    body:not(.home) article.search {
      width: 100%;
      margin: 0;
      padding: 0 0 3.75rem 0;
      border-bottom: 0;
      position: relative;
      font-size: calc(1rem + .6vw);
      min-height: auto; }
      body:not(.home) article.search h3 {
        text-align: left;
        font-size: calc(1rem + 1.2vw); }
      body:not(.home) article.search p {
        font-size: calc(1rem + .6vw); }
      body:not(.home) article.search a {
        color: black; }
      body:not(.home) article.search:hover {
        color: black; }
        body:not(.home) article.search:hover div,
        body:not(.home) article.search:hover li,
        body:not(.home) article.search:hover a,
        body:not(.home) article.search:hover p,
        body:not(.home) article.search:hover h3 {
          color: black; }
      body:not(.home) article.search .pathway {
        padding: 1.875rem 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none; }
        body:not(.home) article.search .pathway li {
          list-style: none;
          font-size: calc(1rem + .6vw);
          padding-left: 0;
          padding-right: 0.625rem; }
          body:not(.home) article.search .pathway li:before {
            display: none; }
      body:not(.home) article.search:first-child header {
        padding-top: 3.75rem; }
      body:not(.home) article.search:last-child {
        padding: 0 0 12.5rem 0; }
      body:not(.home) article.search .viel {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    body:not(.home) article.calendar-output {
      width: 100%;
      margin: 0;
      padding: 1.25rem 0 1.25rem 0;
      border-bottom: 1px solid white;
      border-top: 1px solid white;
      position: relative;
      font-size: calc(1rem + .6vw);
      min-height: auto; }
      body:not(.home) article.calendar-output header {
        font-size: calc(1rem + 1vw);
        padding-bottom: 1.25rem;
        position: relative;
        display: inline-block; }
      body:not(.home) article.calendar-output h2, body:not(.home) article.calendar-output h3 {
        text-align: left;
        font-size: calc(1rem + 1.2vw);
        text-transform: none;
        padding: 0;
        margin: 0; }
      body:not(.home) article.calendar-output h2 {
        line-height: 1.1;
        position: relative; }
        body:not(.home) article.calendar-output h2:before {
          content: "\00BB"; }
        body:not(.home) article.calendar-output h2:after {
          content: "\00AB"; }
      body:not(.home) article.calendar-output a {
        color: black; }
      body:not(.home) article.calendar-output .column:nth-child(1) {
        width: 60%;
        padding: 0.3125rem; }
      body:not(.home) article.calendar-output .column:nth-child(2) {
        width: 40%; }
      body:not(.home) article.calendar-output:hover header,
      body:not(.home) article.calendar-output:hover div,
      body:not(.home) article.calendar-output:hover h2,
      body:not(.home) article.calendar-output:hover h3,
      body:not(.home) article.calendar-output:hover p {
        color: white; }
      body:not(.home) article.calendar-output:hover header:after {
        position: absolute;
        content: "";
        height: 50px;
        width: 50px;
        background: white;
        display: block;
        left: 110%;
        top: 0;
        border-radius: 25px; }
      body:not(.home) article.calendar-output .viel {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    body:not(.home) article h1 {
      margin-bottom: 0;
      position: relative;
      font-size: calc(1rem + 2vw);
      line-height: 1;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      line-height: 1; }
      body:not(.home) article h1:before {
        content: "\00BB"; }
      body:not(.home) article h1:after {
        content: "\00AB"; }
    body:not(.home) article h2 {
      position: relative;
      font-size: 2.65vw;
      font-size: calc(1rem + 2vw);
      margin: 0 0 1.875rem 0;
      padding: 0;
      display: block;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    body:not(.home) article h3 {
      font-size: calc(1rem + .5vw);
      margin: 0 0 1.875rem 0;
      padding: 0;
      display: block;
      width: 100%;
      text-align: left;
      text-transform: uppercase; }
    body:not(.home) article h4 {
      font-size: calc(1rem + .5vw);
      margin: 0 0 1.875rem 0;
      padding: 0;
      display: block;
      width: 100%;
      text-align: left;
      text-transform: uppercase; }
    body:not(.home) article h5 {
      text-transform: uppercase;
      font-size: calc(1rem + .5vw); }
    body:not(.home) article h6 {
      font-size: calc(1rem + .5vw);
      text-transform: uppercase; }
    body:not(.home) article ul.course-list {
      margin-top: 0; }
      body:not(.home) article ul.course-list li:before {
        display: none; }
      body:not(.home) article ul.course-list li > ul {
        margin: 0; }
    body:not(.home) article.presse ul {
      padding: 0;
      margin: 0 0 1.25rem 0 !important; }
      body:not(.home) article.presse ul span {
        display: block; }
      body:not(.home) article.presse ul li:before {
        display: none !important; }
    body:not(.home) article.presse .col:nth-child(2) {
      text-align: right; }
    body:not(.home) article.is-simple h2 {
      font-size: calc(1rem + .6vw); }
    body:not(.home) article.dozentinnen-und-dozenten h3, body:not(.home) article.mitarbeiter h3, body:not(.home) article.stiftungsrat h3 {
      font-size: calc(1rem + 0.4vw);
      text-align: left;
      margin-bottom: 0; }
      body:not(.home) article.dozentinnen-und-dozenten h3 + p, body:not(.home) article.mitarbeiter h3 + p, body:not(.home) article.stiftungsrat h3 + p {
        margin-top: 0;
        font-size: calc(1rem + 0.4vw); }
    body:not(.home) article .card {
      list-style: none !important;
      margin: 1.875rem 0 1.875rem 0 !important;
      padding: 0 !important; }
      body:not(.home) article .card li {
        padding: 0 !important;
        font-size: calc(1rem + 0.5vw);
        line-height: 1.3; }
        body:not(.home) article .card li:before {
          display: none !important; }
    body:not(.home) article .where, body:not(.home) article .meta, body:not(.home) article .caption {
      font-size: calc(1rem + .2vw);
      margin-bottom: 1.25rem; }
    body:not(.home) article .where {
      margin-bottom: 1.25rem;
      margin-top: 1.25rem; }
    body:not(.home) article .caption {
      width: 100%;
      text-align: right; }
    body:not(.home) article .col.single > img {
      max-width: 50%;
      -webkit-transform: initial;
              transform: initial; }
    body:not(.home) article .col > img {
      display: block;
      margin-top: 2.1875rem;
      margin-bottom: 0.625rem;
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }

  @media (min-width: 1025px) {
    a.article-edit-link {
      position: absolute;
      bottom: 110%;
      left: 50%;
      border: 1px solid black;
      font-size: 1rem;
      padding: 10px; }
    body.page-id-58 article {
      min-height: 95vh; }
    body:not(.home) article {
      margin-left: 25vw;
      margin-right: 10vw;
      font-size: 1.65vw;
      position: relative; }
      body:not(.home) article.presse ul span:nth-child(1) {
        font-size: 1.65vw; }
      body:not(.home) article.presse ul span:nth-child(2) {
        font-size: 1.33vw; }
      body:not(.home) article .card li {
        font-size: 1.65vw; }
      body:not(.home) article ul, body:not(.home) article li, body:not(.home) article ol {
        font-size: 1.65vw; }
      body:not(.home) article blockquote {
        padding: 1.875rem 1.875rem; }
      body:not(.home) article iframe {
        width: 100% !important;
        display: block;
        padding: 0 1.875rem; }
      body:not(.home) article .caption {
        width: 760px;
        margin: 0 auto; }
      body:not(.home) article p {
        font-size: 1.65vw; }
        body:not(.home) article p img {
          display: block;
          padding: 0 1.875rem; }
      body:not(.home) article.dozentinnen-und-dozenten h3, body:not(.home) article.mitarbeiter h3, body:not(.home) article.stiftungsrat h3 {
        position: relative;
        font-size: 1.33vw;
        text-align: left;
        margin-bottom: 0; }
        body:not(.home) article.dozentinnen-und-dozenten h3 + p, body:not(.home) article.mitarbeiter h3 + p, body:not(.home) article.stiftungsrat h3 + p {
          margin-top: 0;
          font-size: 1.33vw; }
      body:not(.home) article .where, body:not(.home) article .meta, body:not(.home) article .caption {
        font-size: 1.33vw; }
      body:not(.home) article h3, body:not(.home) article h4, body:not(.home) article h5, body:not(.home) article h6 {
        position: relative;
        font-size: 1.65vw;
        text-transform: uppercase; }
      body:not(.home) article.post-type-archive-kultur h3, body:not(.home) article.tax-cat-kultur h3 {
        position: relative;
        font-size: 2.65vw; }
      body:not(.home) article.post-type-archive-kultur h2, body:not(.home) article.tax-cat-kultur h2 {
        position: relative;
        font-size: 2.65vw; }
      body:not(.home) article.is-simple h2 {
        font-size: 2.65vw; }
    body:not(.home).single-magazin article {
      margin: 0 auto;
      width: 70vw; }
      body:not(.home).single-magazin article .close {
        width: 4.375rem;
        height: 4.375rem; }
        body:not(.home).single-magazin article .close:before, body:not(.home).single-magazin article .close:after {
          position: absolute;
          left: 15px;
          content: ' ';
          height: 4.375rem;
          width: 2px;
          background-color: #f80900; }
    body.post-type-archive-magazin article {
      margin: 0 auto;
      position: relative;
      width: 70vw; }
      body.post-type-archive-magazin article .viel:after {
        display: none;
        content: "";
        position: absolute;
        width: 70vw;
        height: 2px;
        background: #f80900;
        bottom: 0; }
      body.post-type-archive-magazin article ul.metas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
    article {
      position: relative;
      font-size: 1.65vw;
      line-height: 1.2; }
      article p {
        font-size: 1.65vw;
        line-height: 1.2; }
      article iframe {
        min-height: 480px; }
      article.calendar-output a {
        color: #f80900; }
      article.calendar-output:hover header,
      article.calendar-output:hover div,
      article.calendar-output:hover h2,
      article.calendar-output:hover h3,
      article.calendar-output:hover p {
        color: black !important; }
      article.calendar-output:hover header:after {
        position: absolute;
        content: "";
        height: 50px;
        width: 50px;
        background: white;
        display: block;
        left: 110%;
        top: 0;
        border-radius: 25px; }
      article .columns {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        article .columns.form {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 1.875rem 0; } }

  /*--------------------------------------------------------------
  ## slider
  --------------------------------------------------------------*/
  /**
               * (optional) define here the style definitions which should be applied on the slider container
               * e.g. width including further controls like arrows etc.
               */
  .slider {
    position: relative;
    width: 100%;
    margin-bottom: 0; }
    .slider + .caption span {
      display: none; }
      .slider + .caption span.active {
        display: inline-block; }
    .slider .frame {
      /**
         * (optional) wrapper width, specifies width of the slider frame.
         */
      width: 100%;
      position: relative;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      white-space: nowrap; }
    .slider .slides {
      display: inline-block; }
    .slider ul {
      font-size: initial !important;
      line-height: initial !important;
      padding: 0 !important;
      margin: 0 !important; }
    .slider li {
      position: relative !important;
      display: inline-block !important;
      font-size: initial !important;
      line-height: initial !important;
      padding: 0 !important;
      margin: 0 !important;
      /**
         * (optional) if the content inside the slide element has a defined size.
         */
      width: 100%; }
      .slider li:before {
        display: none !important; }
    .slider .prev, .slider .next {
      display: none; }

  @media (min-width: 1025px) {
    .slider {
      position: relative;
      width: 760px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .slider:hover .prev, .slider:hover .next {
        opacity: 1; }
        .slider:hover .prev svg, .slider:hover .next svg {
          -webkit-transform: scaleY(2);
                  transform: scaleY(2); }
      .slider .frame {
        width: 760px; }
      .slider li {
        width: 760px; }
        .slider li img {
          display: block; }
        .slider li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .slider .prev, .slider .next {
        position: absolute;
        top: 50%;
        display: block;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 10vw;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06); }
      .slider .next {
        right: -10vw; }
      .slider .prev {
        left: -10vw; }
      .slider .next svg, .slider .prev svg {
        width: 100%;
        transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06);
        -webkit-transform: scaleY(1);
                transform: scaleY(1); } }

  .popup h2, body:not(.home) .popup h2 {
    font-size: calc(1rem + .6vw);
    text-align: left;
    margin: 10px 0; }
    .popup h2:after, body:not(.home) .popup h2:after, .popup h2:before, body:not(.home) .popup h2:before {
      content: ''; }
    @media (min-width: 1025px) {
      .popup h2, body:not(.home) .popup h2 {
        font-size: 2.65vw; } }

  .popup p, body:not(.home) .popup p {
    font-size: calc(1rem + .5vw);
    margin-bottom: 1.5em;
    line-height: 1.3;
    margin-top: 0; }

  .popup {
    display: none;
    position: fixed;
    height: 80vh;
    width: 90vw;
    max-width: 2000px;
    max-height: 1000px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: #a813b0;
    padding: 20px;
    z-index: 100;
    color: white;
    transition: all cubic-bezier(0, 0.21, 0, 1.29) 0.3s;
    -webkit-animation: entry 2s;
            animation: entry 2s;
    overflow: auto;
    -ms-overflow-style: none; }
    .popup.active {
      display: block; }
    .popup::-webkit-scrollbar {
      width: 0 !important;
      font-size: calc(1em + .6vw); }
    .popup.out {
      display: none; }
    .popup-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .popup-slider img {
        width: 40vw;
        height: auto;
        padding: 10px; }

  @-webkit-keyframes entry {
    0% {
      width: 0vw;
      height: 0vh; }
    100% {
      width: 90vw;
      height: 80vh; } }

  @keyframes entry {
    0% {
      width: 0vw;
      height: 0vh; }
    100% {
      width: 90vw;
      height: 80vh; } }

  /*--------------------------------------------------------------
  ## slider
  --------------------------------------------------------------*/
  /*!
   * baguetteBox.js
   * @author  feimosi
   * @version %%INJECT_VERSION%%
   * @url https://github.com/feimosi/baguetteBox.js
   */
  #baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity .5s ease; }
    #baguetteBox-overlay.visible {
      opacity: 1; }
    #baguetteBox-overlay .full-image {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      #baguetteBox-overlay .full-image figure {
        display: inline;
        margin: 0;
        height: 100%; }
      #baguetteBox-overlay .full-image img {
        display: inline-block;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
      #baguetteBox-overlay .full-image figcaption {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        line-height: 1.8;
        white-space: normal;
        color: #ccc;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.6);
        font-family: sans-serif; }
      #baguetteBox-overlay .full-image:before {
        content: "";
        display: inline-block;
        height: 50%;
        width: 1px;
        margin-right: -1px; }

  #baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }
    #baguetteBox-slider.bounce-from-right {
      -webkit-animation: bounceFromRight .4s ease-out;
              animation: bounceFromRight .4s ease-out; }
    #baguetteBox-slider.bounce-from-left {
      -webkit-animation: bounceFromLeft .4s ease-out;
              animation: bounceFromLeft .4s ease-out; }

  @-webkit-keyframes bounceFromRight {
    0% {
      margin-left: 0; }
    50% {
      margin-left: -30px; }
    100% {
      margin-left: 0; } }

  @keyframes bounceFromRight {
    0% {
      margin-left: 0; }
    50% {
      margin-left: -30px; }
    100% {
      margin-left: 0; } }

  @-webkit-keyframes bounceFromLeft {
    0% {
      margin-left: 0; }
    50% {
      margin-left: 30px; }
    100% {
      margin-left: 0; } }

  @keyframes bounceFromLeft {
    0% {
      margin-left: 0; }
    50% {
      margin-left: 30px; }
    100% {
      margin-left: 0; } }

  .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px; }

  .baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color .4s ease; }
    .baguetteBox-button:focus, .baguetteBox-button:hover {
      background-color: rgba(50, 50, 50, 0.9); }
    .baguetteBox-button#next-button {
      right: 2%; }
    .baguetteBox-button#previous-button {
      left: 2%; }
    .baguetteBox-button#close-button {
      top: 20px;
      right: 2%;
      right: calc(2% + 6px);
      width: 30px;
      height: 30px; }
    .baguetteBox-button svg {
      position: absolute;
      left: 0;
      top: 0; }

  /*
      Preloader
      Borrowed from http://tobiasahlin.com/spinkit/
  */
  .baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }

  .baguetteBox-double-bounce1,
  .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
            animation: bounce 2s infinite ease-in-out; }

  .baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }

  @-webkit-keyframes bounce {
    0%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0); }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1); } }

  @keyframes bounce {
    0%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0); }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1); } }

  body.preprod:before {
    display: block;
    position: fixed;
    top: 50%;
    content: 'preprod';
    right: 0;
    background: black;
    color: white;
    z-index: 1000;
    font-size: 40px;
    padding: 5px; }

  body.fixed {
    overflow: hidden; }

  .main {
    padding: 0 1.75rem; }

  body:not(.home) aside {
    display: none; }

  .site-main {
    margin-top: 3.75rem; }

  .site-content {
    margin-top: 3.75rem; }

  #main,
  .content-area {
    width: 100%; }

  @media (min-width: 1025px) {
    .site-main {
      margin-top: 0; }
    body:not(.home) aside {
      position: relative;
      display: block; }
      body:not(.home) aside ul {
        margin: 0;
        padding: 0 1.25rem 0 0;
        list-style: none;
        width: 25vw;
        position: fixed;
        top: 6.25rem; }
      body:not(.home) aside a {
        font-size: 1.65vw;
        line-height: 1.88vw; }
    .home .site-content .col::-webkit-scrollbar {
      width: 0 !important; } }

  .site-main.col {
    transition: all 0.5s cubic-bezier(0.72, -0.05, 0.54, 1.06); }

  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }

  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%; }

  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%; }
    .wp-caption img[class*="wp-image-"] {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .wp-caption .wp-caption-text {
      margin: 0.8075em 0; }

  .wp-caption-text {
    text-align: center; }

  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  .gallery {
    margin-bottom: 1.5em; }

  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%; }
    .gallery-columns-2 .gallery-item {
      max-width: 50%; }
    .gallery-columns-3 .gallery-item {
      max-width: 33.33%; }
    .gallery-columns-4 .gallery-item {
      max-width: 25%; }
    .gallery-columns-5 .gallery-item {
      max-width: 20%; }
    .gallery-columns-6 .gallery-item {
      max-width: 16.66%; }
    .gallery-columns-7 .gallery-item {
      max-width: 14.28%; }
    .gallery-columns-8 .gallery-item {
      max-width: 12.5%; }
    .gallery-columns-9 .gallery-item {
      max-width: 11.11%; }

  .gallery-caption {
    display: block; }

  /*--------------------------------------------------------------
  ## adds
  --------------------------------------------------------------*/

html:not(.is-home) {
  scroll-behavior: smooth;
}
body.search-archive article.is-current {
  display: none;
}

body.search-current  article.is-past {
  display: none;
}

.submenu nav.active {
    position: relative;
    z-index: 1000;
}

@media (max-width: 400px) {

  div.toolbox nav a {
    font-size: 1em;
  }
}

.site-footer .col:nth-child(3) {

  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}

@media (max-width: 1025px) {

  .site-footer .col:nth-child(2) {
    display: flex;
  }
  .site-footer .col:nth-child(4), .site-footer .col:nth-child(5) {
    display: none;
  }
}

.form-wrapper textarea,
.form-wrapper label {
  width: 95%;
  display: flex;
  flex-direction: column;
}

body:not(.home) article {
  min-height: 100vh;
}

.popup .closepopup {
  z-index: 1000;
}

@media (max-width: 900px) {

  article .columns-equal .col {
    width: initial !important;
  }

  article .columns-equal {

    flex-direction: column;

  }
}

body:not(.home) article .col > img {
  max-height: 300px;
}

@media (min-width: 1025px) {
  .homeGrid h3 + div {
      padding: 0;
      margin-top: 0.9375rem;
  }
  .homeGrid img {
    max-height: 250px;
    margin: 0 auto;
  }
}


body:not(.home) article ul li li:before,
body:not(.home) article  ul:not(.slides) li  li:before {
  content:none;
}

body:not(.home) article ul li li,
body:not(.home) article  ul:not(.slides) li  li {
  padding: 0;
}


li > ol {
  padding: 0;
}
.popup  img,
.popup p img {
  max-height: 300px;
}

.slider li img {
   max-height: 240px;
  object-fit: contain;
}

@media (min-width: 1025px) {
  .slider li img {
     max-height: 450px;
  }
}

.search-archive main.culture-index {
  display: flex;
  flex-direction: column-reverse;
}


.popup a:hover {
  color: #020e68;
}



body:not(.home) article ul:not(.meta),
body:not(.home) article ul:not(.slides) {
  list-style: none;
  margin: 0;
  padding: 0; }
  body:not(.home) article ul:not(.meta) li,
  body:not(.home) article ul:not(.slides) li {
    position: relative;
    z-index: 0;
    display: block;
    padding-left: 1.125rem; }
    body:not(.home) article ul:not(.meta) li:before,
    body:not(.home) article ul:not(.slides) li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background: black;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

body:not(.home) article ul:not(.meta) p,
body:not(.home) article ul:not(.slides) p {
  margin-bottom: 0.5rem;
}

br {
  display: none;
}

div.toolbox a.filter {
  position: relative;
  color:#fff;
}

div.toolbox button.doSearch {
  color:#fff;
  border-color: #fff;
  font-size: 1rem;
}

div.toolbox button.doSearch.animateOnce {
 animation: moveInBottom 1s ease-out;
 animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

div.toolbox nav {
  margin-bottom: 5px;
}
div.toolbox nav ul {
  display: flex;
  flex-direction: row;
  max-width:70vw;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  div.toolbox nav ul {
    flex-direction: column;
  }
  div.toolbox .search-link {
    display: flex;
  }
}

@media (max-width: 1025px) {
  div.toolbox nav a {
    margin-right: 5px;
    font-size: inherit;
  }
}

div.toolbox .search-item {
  padding: 5px 0;
  border-bottom: 1px solid white;
}

div.toolbox .title,
div.toolbox .content {
  color: white;
}

div.toolbox .search-results-inner {
  display: flex;
  flex-direction: column-reverse;
}

.press-list {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.press-list-header {
  font-family:perroquet-italic;
}
.press-list-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 350px) {
  .site-footer a {
    font-size: 12px;
  }
}



