@charset "UTF-8";
/******************************************************************
Theme Name: ComicInvasion (Blanko)
Theme URI:
Description: A custom child theme for the Blanko theme.
Author:
Author URI:
Version: 0.5
Template: blanko/blanko-base
License:
License URI:
Tags: Podcast, Podcasting, Podlove, Podlove Publisher
Text Domain: privatradio;
*/
.content > p a:link,
.content > p a:visited,
#about .episode-description-teaser > p a:link,
#about .episode-description > p a:link,
#about .episode-description-teaser > p a:visited,
#about .episode-description > p a:visited {
  color: unset; }

:root {
  --font-headlines:     'AnguitaSans-BoldIt', sans-serif;
  --fw-regular: 400;
  --fw-bold: 600;
  --fw-black: 900;
  --fs-mega:   56px;
  --fs-huge:   46px;
  --fs-large:  38px;
  --fs-medium: 26px;
  --fs-base:   22px;
  --fs-small:  16px;
  --fs-tiny:   13px;
  --lh-mega:   100%;
  --lh-huge:   100%;
  --lh-large:  100%;
  --lh-medium: 135%;
  --lh-base:   140%;
  --lh-small:  140%;
  --lh-tiny:   140%; }

@media screen and (min-width: 600px) {
  :root {
    --fs-mega:   80px;
    --fs-huge:   62px;
    --fs-large:  48px;
    --fs-medium: 30px;
    --fs-base:   24px;
    --fs-small:  18px;
    --fs-tiny:   15px;
    --lh-mega:   100%; } }

:root {
  --color-brand:        #fbbb0c;
  --color-text:         #000;
  --color-yellow:       #fbbb0c;
  --color-red:          #e91f1f;
  --color-pink:         #FF087B;
  --color-error:        #e91f1f;
  --color-form-bg:      transparent;
  --color-form-border:  #000; }

:root {
  --form-triangle-size: 15px; }

@font-face {
  font-family: 'AnguitaSans-BoldIt';
  src: url("fonts/AnguitaSansBoldIt/AnguitaSansBoldIt.woff2") format("woff2"), url("fonts/AnguitaSansBoldIt/AnguitaSansBoldIt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/SourceSansPro/SourceSansPro-Black.eot");
  src: url("fonts/SourceSansPro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro/SourceSansPro-Black.woff2") format("woff2"), url("fonts/SourceSansPro/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  color: #000;
  font-size: var(--fs-base); }

h1 {
  font-family: var(--font-headlines);
  font-weight: normal;
  font-size: var(--fs-mega);
  line-height: 100%; }

h2 {
  font-family: var(--font-headlines);
  font-weight: normal;
  font-size: var(--fs-large);
  line-height: 100%; }

small {
  font-size: var(--fs-small);
  line-height: 140%; }

p {
  padding: 10px 0 10px 0; }
  p:last-child {
    padding-bottom: 15px; }

figcaption {
  font-size: var(--fs-tiny);
  line-height: 140%; }
  figcaption a:link,
  figcaption a:visited {
    color: currentColor;
    text-decoration: underline; }
  figcaption a:hover {
    text-decoration: none; }

.yellow {
  color: var(--color-yellow); }

.headline-type {
  font-family: var(--font-headlines);
  font-weight: normal; }

.no-hyphens {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.has-mega-font-size {
  font-size: var(--fs-mega);
  line-height: var(--lh-mega); }

.has-medium-font-size, div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .wpforms-field-label-inline {
  font-size: var(--fs-medium);
  line-height: var(--lh-medium); }

.has-small-font-size, div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .wpforms-field-label-inline, .jump-menu {
  font-size: var(--fs-small);
  line-height: var(--lh-small); }

.has-huge-font-size,
.has-larger-font-size {
  font-family: var(--font-headlines);
  font-weight: normal;
  font-size: var(--fs-huge);
  line-height: var(--lh-huge); }

.has-large-font-size {
  font-family: var(--font-headlines);
  font-weight: normal;
  font-size: var(--fs-large);
  line-height: var(--lh-large); }
  .wp-block-column .has-large-font-size {
    line-height: 110%; }

a:link, a:visited {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  border: 0;
  color: currentColor; }

a:hover {
  text-decoration: none; }

p.has-white-color, .has-white-color.wp-block-group, .has-white-color.wp-block-button__link:link,
.has-white-color.wp-block-button__link:visited {
  color: #fff; }

p.has-black-color, .has-black-color.wp-block-group, .has-black-color.wp-block-button__link:link,
.has-black-color.wp-block-button__link:visited {
  color: #000; }

p.has-cib-yellow-color, .has-cib-yellow-color.wp-block-group, .has-cib-yellow-color.wp-block-button__link:link,
.has-cib-yellow-color.wp-block-button__link:visited {
  color: var(--color-yellow); }

p.has-white-color, .has-white-color.wp-block-group, .has-white-color.wp-block-button__link:link,
.has-white-color.wp-block-button__link:visited {
  color: #fff; }

p.has-black-background-color, .has-black-background-color.wp-block-group, .has-black-background-color.wp-block-button__link:link,
.has-black-background-color.wp-block-button__link:visited {
  background-color: #000; }

p.has-cib-yellow-background-color, .has-cib-yellow-background-color.wp-block-group, .has-cib-yellow-background-color.wp-block-button__link:link,
.has-cib-yellow-background-color.wp-block-button__link:visited {
  background-color: var(--color-yellow); }

p.has-white-background-color, .has-white-background-color.wp-block-group, .has-white-background-color.wp-block-button__link:link,
.has-white-background-color.wp-block-button__link:visited {
  background-color: #fff; }

p.has-transparent-background-color, .has-transparent-background-color.wp-block-group, .has-transparent-background-color.wp-block-button__link:link,
.has-transparent-background-color.wp-block-button__link:visited {
  background-color: transparent; }

.wrap__narrow {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 900px; }

@media screen and (min-width: 980px) {
  .narrow {
    width: 80%;
    margin: 0 auto; } }

@media screen and (min-width: 749px) {
  .has-2-columns .wp-block-column {
    width: calc(50% - 15px); } }

/* Page Title Appearance */
.align-left {
  text-align: left; }

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

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

.hide {
  /* already defined */ }

/*
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  padding-left: 20px;
} */
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  margin-bottom: 0; }

/*


.wp-block-column p {
  padding: 0 20px;
}
 */
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6,
.wp-block-column .has-large-font-size {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

/* .content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5,
.content > h6,
.content > p {
  padding-right: 70px;
} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: transparent !important; }

button:focus,
button:active {
  outline: 0;
  background-color: var(--color-red) !important;
  border-color: var(--color-red) !important;
  color: #fff; }

button.baguetteBox-button {
  background-color: var(--color-yellow) !important;
  border-color: var(--color-yellow) !important;
  color: #000;
  border-radius: 0; }
  button.baguetteBox-button svg polyline,
  button.baguetteBox-button svg g {
    stroke: black;
    stroke-width: 3; }

.af-field a:link,
.af-field a:visited {
  text-decoration: underline; }

.af-field a:hover {
  text-decoration: none !important; }

.af-field,
.acf-field {
  padding: .5em 0 !important;
  margin: 0 !important; }

.af-fields > .af-field {
  border: 0 !important;
  padding: 10px 0; }

.acf-fields > .acf-field {
  border: 0 !important; }

.af-field label {
  transition: .2s all !important;
  line-height: 130%;
  margin: 0;
  font-size: var(--fs-small); }

.acf-field-file {
  background-color: #00000022;
  padding: 0; }

.acf-file-uploader {
  padding: 20px; }
  .acf-file-uploader input {
    font-size: 1em; }

.af-field .acf-icon:link,
.af-field .acf-icon:visited {
  text-decoration: none; }

.acf-fields > .acf-fields.acf-field-file {
  padding: 0 !important; }

a.acf-icon {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important; }

.acf-field select,
.af-field-type-select select {
  font-size: var(--fs-base); }

.acf-field select:focus,
.af-field-type-select select:focus {
  outline: none !important; }

.select-wrap,
.af-field-type-select .select-wrap {
  border-color: #000; }

/* URLs */
.acf-url input[type="url"] {
  padding-left: 90px !important; }

.acf-url .acf-icon {
  top: calc(50% - 9px);
  left: 20px;
  display: none; }

.acf-checkbox-list label,
.acf-radio-list label {
  font-size: var(--fs-base);
  margin-bottom: .5em;
  opacity: .6 !important; }

.acf-checkbox-list label.selected,
.acf-radio-list label.selected {
  opacity: 1 !important; }

.acf-checkbox-list input[type="checkbox"],
.acf-radio-list input[type="radio"] {
  opacity: 0;
  position: relative;
  margin: 0 !important;
  display: none; }

.acf-checkbox-list label,
.acf-radio-list label {
  padding-left: 50px;
  display: block !important;
  line-height: 130%;
  cursor: pointer; }

.acf-checkbox-list label::after,
.acf-radio-list label::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50%;
  width: 30px;
  height: 30px;
  content: ''; }

.acf-radio-list label::after {
  background-image: url(../images/icon-radio.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: var(--color-form-bg);
  border-radius: 40px; }

.acf-radio-list label.selected::after {
  background-image: url(../images/icon-radio-selected.svg); }

.acf-checkbox-list label::after {
  background-image: url(../images/icon-checkbox.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: var(--color-form-bg); }

.acf-checkbox-list label.selected::after {
  background-image: url(../images/icon-checkbox-selected.svg); }

.af-field-type-select,
.af-field-type-checkbox,
.af-field-type-radio {
  display: block; }

/* Submit / Buttons */
.af-submit {
  padding: 0 !important;
  margin-top: 1em; }
  .af-submit button {
    margin: 0 10px; }
    .af-submit button:last-child:visible {
      margin: 0; }

.acf-actions {
  text-align: left !important; }

.acf-actions .button {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  border-color: transparent;
  color: #000; }

.acf-actions .button:hover,
.acf-actions .button:active,
.acf-actions .button:focus {
  border-color: transparent;
  background: transparent;
  text-decoration: underline;
  color: #000 !important; }

/* Submit Buttons */
.acf-form-submit button:disabled {
  display: none; }

.acf-table .acf-fields,
.acf-repeater > table,
.acf-repeater .acf-row-handle.order + td {
  background: transparent !important; }

/* Upload fields */
.acf-file-uploader .button {
  margin-right: 0 !important;
  padding: .2em 1em !important;
  border-radius: 30px !important;
  font-size: 20px !important; }

.acf-file-uploader p {
  padding: 0; }

.acf-file-uploader .acf-button.button {
  border-color: #000;
  color: #000; }

/* Pager */
.acf-field-message {
  margin-bottom: .5em !important; }

.acf-field-message .acf-label {
  display: none !important; }

.af-field-type-message {
  /*text-align: center;*/ }

.af-field-participated-before .acf-label {
  opacity: 0; }

.acf-fields:after {
  display: none !important;
  content: initial; }

.af-field-type-group .acf-fields.-border {
  background-color: transparent;
  border: none !important; }

.acf-table > tbody > tr > td {
  border: none !important; }

.acf-notice {
  padding: 20px !important;
  border: none !important;
  background-color: var(--color-error) !important; }

.acf-form > .acf-notice {
  top: -1em; }

.acf-field .acf-notice {
  padding: .5em .8em !important;
  margin: 0 !important; }

.acf-field .acf-notice::after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 60px;
  border-left: var(--form-triangle-size) solid transparent;
  border-right: var(--form-triangle-size) solid transparent;
  border-top: var(--form-triangle-size) solid var(--color-error);
  bottom: calc(-1 * var(--form-triangle-size));
  z-index: 9; }

.acf-notice p {
  font-size: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important; }

.acf-field-checkbox .acf-notice {
  margin-bottom: 20px !important; }

.acf-notice.-error.acf-error-message {
  background-color: var(--color-error) !important;
  color: #fff !important; }

.acf-actions {
  text-align: right !important; }

.acf-row-handle.order.ui-sortable-handle {
  color: #000 !important; }

.acf-table {
  border: none !important; }

.acf-loading,
.acf-spinner {
  background: transparent url("../images/loading.svg") no-repeat 100% 100% !important;
  width: 60px !important;
  height: 60px !important;
  vertical-align: middle !important;
  text-align: center !important;
  position: relative;
  left: 10px; }

@media screen and (min-width: 700px) {
  .af-field-type-select > .af-label,
  .af-field-type-checkbox > .af-label,
  .af-field-type-radio > .af-label,
  .af-field-type-textarea > .af-label,
  .af-field-type-repeater > .af-label {
    padding: 0 2em 0em 0;
    width: 35%;
    float: left; } }

@media screen and (min-width: 700px) {
  .af-field-type-select > .af-input,
  .af-field-type-checkbox > .af-input,
  .af-field-type-radio > .af-input,
  .af-field-type-textarea > .af-input,
  .af-field-type-repeater > .af-input {
    width: 65%;
    overflow: hidden; } }

@media screen and (min-width: 700px) {
  #form_5ddbe72f40fcb .af-field-name .acf-fields.-top.-border .acf-field,
  #form_5ddbe72f40fcb .af-field-address .acf-fields.-top.-border .acf-field {
    width: 48%;
    align-self: auto;
    flex: 0 1 48%; } }

#form_5ddbe72f40fcb .af-field-name,
#form_5ddbe72f40fcb .af-field-address,
#form_5ddbe72f40fcb .af-field-contact-and-website, #form_5de42619803a5 .af-field-name, #form_5de42619803a5 .af-field-contact-data {
  padding: 0 !important; }
  #form_5ddbe72f40fcb .af-field-name .af-label, #form_5ddbe72f40fcb .af-field-address .af-label, #form_5ddbe72f40fcb .af-field-contact-and-website .af-label, #form_5de42619803a5 .af-field-name .af-label, #form_5de42619803a5 .af-field-contact-data .af-label {
    display: none; }

@media screen and (min-width: 700px) and (min-width: 700px) {
  #form_5ddbe72f40fcb .af-field-name .acf-fields.-top.-border, #form_5ddbe72f40fcb .af-field-address .acf-fields.-top.-border, #form_5ddbe72f40fcb .af-field-contact-and-website .acf-fields.-top.-border, #form_5de42619803a5 .af-field-name .acf-fields.-top.-border, #form_5de42619803a5 .af-field-contact-data .acf-fields.-top.-border {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: auto;
    align-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -ms-align-content: space-between; } }
  @media screen and (min-width: 700px) {
    #form_5ddbe72f40fcb .af-field-name .acf-fields.-top.-border .acf-field, #form_5ddbe72f40fcb .af-field-address .acf-fields.-top.-border .acf-field, #form_5ddbe72f40fcb .af-field-contact-and-website .acf-fields.-top.-border .acf-field, #form_5de42619803a5 .af-field-name .acf-fields.-top.-border .acf-field, #form_5de42619803a5 .af-field-contact-data .acf-fields.-top.-border .acf-field {
      width: 48%;
      align-self: auto;
      flex: 0 1 48%; } }

@media screen and (min-width: 700px) {
  .af-field-type-select,
  .af-field-type-checkbox,
  .af-field-type-radio,
  .af-field-type-textarea,
  .af-field-type-repeater {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: auto;
    align-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -ms-align-content: space-between; } }

.acf-repeater .acf-row-handle.order {
  color: #000;
  font-weight: bold; }

.af-field-instructions {
  font-size: 18px;
  line-height: 140%; }

@media screen and (min-width: 700px) {
  .af-submit {
    padding: 0 0 0 35% !important; } }

div.wpforms-container-full .wpforms-form * {
  line-height: 140%; }

div.wpforms-container-full .wpforms-form hr {
  margin: 30px 0;
  border-top: 1px dashed #000; }

div.wpforms-container-full .wpforms-form .wpforms-field {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  overflow: visible; }

div.wpforms-container-full .wpforms-form .wpforms-field-pagebreak {
  height: 0;
  margin: 0; }

div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 auto 40px auto;
  font-size: var(--fs-small);
  text-align: center; }

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
  border: 0; }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    float: unset;
    display: inline-block;
    margin: 0 20px 0 0; }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    font-weight: bold;
    color: #000;
    border: 2px solid #000;
    background-color: transparent;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 190%; }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
    border: 2px solid #000;
    background-color: #000;
    color: var(--color-yellow) !important; }
  @media screen and (max-width: 699px) {
    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
      position: relative;
      top: -10px; }
      div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-title {
        display: none; }
      div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
        margin: 0; } }

@media screen and (min-width: 700px) {
  div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    padding-left: 33.333%; } }

@media screen and (max-width: 700px) {
  div.wpforms-container-full .wpforms-form .wpforms-one-half,
  div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%;
    margin-left: 0; } }

@media screen and (min-width: 780px) {
  div.wpforms-container-full .wpforms-form .columns .wpforms-field-description,
  div.wpforms-container-full .wpforms-form .columns .wpforms-field-limit-text {
    padding-left: 33.333%; }
  div.wpforms-container-full .wpforms-form .columns .wpforms-field-label {
    float: left;
    width: 33.333%;
    padding-right: 3em; }
    div.wpforms-container-full .wpforms-form .columns .wpforms-field-label + * {
      overflow: hidden;
      width: auto; }
  div.wpforms-container-full .wpforms-form .columns .wpforms-field-label + * {
    min-width: 474px; } }

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  margin: 0 0 .8em 0; }

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  line-height: var(--lh-small);
  margin-bottom: .8em; }

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
  font-size: var(--fs-small); }

div.wpforms-container-full .wpforms-form .wpforms-error-container {
  background-color: var(--color-red);
  color: #fff;
  padding: 30px;
  margin-bottom: 30px; }

div.wpforms-container-full .wpforms-form .wpforms-field-description {
  font-size: var(--fs-small);
  line-height: 140%; }
  @media screen and (min-width: 700px) {
    div.wpforms-container-full .wpforms-form .wpforms-field-description .columns {
      margin-left: 33.333%; } }

div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: var(--color-red);
  font-size: var(--fs-small); }

@media screen and (min-width: 700px) {
  div.wpforms-container-full .wpforms-form div.columns:not(.wpforms-one-half) > label.wpforms-error {
    margin-left: 33.333% !important; } }

div.wpforms-container-full .wpforms-form .wpforms-field-html {
  padding: 0;
  margin-bottom: 50px; }

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
  border: 2px solid var(--color-red); }

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form textarea {
  background-color: transparent;
  border: 2px solid #000;
  font-size: var(--fs-base);
  padding: .6em 1em;
  color: #000;
  height: auto; }
  div.wpforms-container-full .wpforms-form input[type="text"]:focus,
  div.wpforms-container-full .wpforms-form input[type="url"]:focus,
  div.wpforms-container-full .wpforms-form input[type="email"]:focus,
  div.wpforms-container-full .wpforms-form textarea:focus {
    border: 2px solid #000; }

div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form select:focus {
  background-color: var(--color-form-bg);
  background-image: url(images/icon-dropdown.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 2px solid #000;
  color: #000;
  font-size: var(--fs-base);
  outline: none;
  padding: .6em 3em .6em 1em;
  width: auto;
  height: auto; }

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline, div.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-field-label-inline {
  position: relative;
  padding-left: 2.3em;
  display: block !important;
  line-height: 130%;
  cursor: pointer;
  opacity: .6 !important;
  transition: .2s all; }
  div.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline:after,
  div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline:after, div.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-field-label-inline:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50%;
    width: 1.5em;
    height: 1.5em;
    content: '';
    background-position: left center;
    background-repeat: no-repeat;
    background-color: var(--color-form-bg); }

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"],
div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox input[type="checkbox"] {
  display: none; }

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"] + .wpforms-field-label-inline:after,
div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox input[type="checkbox"] + .wpforms-field-label-inline:after {
  background-image: url(images/icon-checkbox.svg); }

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"]:checked + .wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox input[type="checkbox"]:checked + .wpforms-field-label-inline {
  opacity: 1 !important; }

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"]:checked + .wpforms-field-label-inline:after,
div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox input[type="checkbox"]:checked + .wpforms-field-label-inline:after {
  background-image: url(images/icon-checkbox-selected.svg); }

div.wpforms-container-full .wpforms-form .wpforms-field-radio input[type="radio"] {
  display: none; }

div.wpforms-container-full .wpforms-form .wpforms-field-radio input[type="radio"] + .wpforms-field-label-inline:after {
  background-image: url(images/icon-radio.svg); }

div.wpforms-container-full .wpforms-form .wpforms-field-radio input[type="radio"]:checked + .wpforms-field-label-inline {
  opacity: 1 !important; }

div.wpforms-container-full .wpforms-form .wpforms-field-radio input[type="radio"]:checked + .wpforms-field-label-inline:after {
  background-image: url(images/icon-radio-selected.svg); }

div.wpforms-container-full .wpforms-form div.wpforms-uploader {
  background-color: transparent;
  border: 2px dashed #000; }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-message,
div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview .dz-details .dz-size,
div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview .dz-details .dz-filename {
  font-size: var(--fs-small);
  line-height: 140%;
  color: #000; }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview .dz-image {
  border: 1px solid #000; }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-message svg {
  fill: #000;
  opacity: 1; }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-error-message {
  font-size: var(--fs-small);
  line-height: 140%; }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview .dz-error-message,
div.wpforms-container-full .wpforms-form div.wpforms-uploader .data-dz-errormessage {
  font-size: var(--fs-small); }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview .dz-image {
  background-color: transparent; }

div.wpforms-container-full .wpforms-form .dz-progress {
  background-color: var(--color-red); }
  div.wpforms-container-full .wpforms-form .dz-progress .dz-upload {
    background-color: #000; }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview {
  border-bottom: 1px solid #000; }

div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview .dz-remove::before, div.wpforms-container-full .wpforms-form div.wpforms-uploader .dz-preview .dz-remove::after {
  background-color: #000; }

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 20px !important; }
  div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    padding-bottom: 20px; }
  @media screen and (min-width: 700px) {
    div.wpforms-container-full .wpforms-form .wpforms-submit-container {
      padding-left: 33.333%;
      padding-bottom: 0; } }

div.wpforms-container-full .wpforms-form a:link,
div.wpforms-container-full .wpforms-form a:visited {
  text-decoration: underline; }

div.wpforms-container-full .wpforms-form a:hover {
  text-decoration: none; }

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  color: #000;
  border: 2px solid black;
  padding: 20px; }

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent;
  text-align: center;
  border: 0; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin: 60px 0 30px 0;
  padding: 0; }
  .content h1 + p, .content h2 + p, .content h3 + p, .content h4 + p, .content h5 + p, .content h6 + p {
    padding-top: 0; }

.content h1 {
  font-size: var(--fs-mega);
  line-height: var(--lh-mega);
  margin-bottom: 30px; }

.content h2 {
  margin-bottom: 30px; }

.content h3 {
  font-weight: var(--fw-black); }

.content h4 {
  font-size: var(--fs-medium);
  line-height: var(--lh-medium); }

.content h2:focus {
  outline: none; }

.content p {
  margin: 0 0 20px 0;
  padding: 0; }
  .content p img {
    float: unset; }

.content ul:not([class]),
.content ol:not([class]),
.content ul.no-hyphens,
.content ol.no-hyphens,
.content ol.has-big-font-size,
.content ol.has-small-font-size,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ol.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ol.wpforms-field-label-inline,
.content ol.jump-menu,
.content ol.has-medium-font-size,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ol.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ol.wpforms-field-label-inline,
.content ul.has-big-font-size,
.content ul.has-small-font-size,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ul.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ul.wpforms-field-label-inline,
.content ul.jump-menu,
.content ul.has-medium-font-size,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ul.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ul.wpforms-field-label-inline {
  padding: 0;
  margin: 20px 0 20px 0; }
  .content ul:not([class]) li,
  .content ol:not([class]) li,
  .content ul.no-hyphens li,
  .content ol.no-hyphens li,
  .content ol.has-big-font-size li,
  .content ol.has-small-font-size li,
  .content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ol.wpforms-field-label-inline li,
  div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ol.wpforms-field-label-inline li,
  .content ol.jump-menu li,
  .content ol.has-medium-font-size li,
  .content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ol.wpforms-field-label-inline li,
  div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ol.wpforms-field-label-inline li,
  .content ul.has-big-font-size li,
  .content ul.has-small-font-size li,
  .content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ul.wpforms-field-label-inline li,
  div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ul.wpforms-field-label-inline li,
  .content ul.jump-menu li,
  .content ul.has-medium-font-size li,
  .content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ul.wpforms-field-label-inline li,
  div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ul.wpforms-field-label-inline li {
    margin-bottom: .5em;
    padding-left: 25px; }
    .content ul:not([class]) li::marker,
    .content ol:not([class]) li::marker,
    .content ul.no-hyphens li::marker,
    .content ol.no-hyphens li::marker,
    .content ol.has-big-font-size li::marker,
    .content ol.has-small-font-size li::marker,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ol.wpforms-field-label-inline li::marker,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ol.wpforms-field-label-inline li::marker,
    .content ol.jump-menu li::marker,
    .content ol.has-medium-font-size li::marker,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ol.wpforms-field-label-inline li::marker,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ol.wpforms-field-label-inline li::marker,
    .content ul.has-big-font-size li::marker,
    .content ul.has-small-font-size li::marker,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ul.wpforms-field-label-inline li::marker,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ul.wpforms-field-label-inline li::marker,
    .content ul.jump-menu li::marker,
    .content ul.has-medium-font-size li::marker,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ul.wpforms-field-label-inline li::marker,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ul.wpforms-field-label-inline li::marker {
      font-weight: var(--fw-bold); }
    .content ul:not([class]) li:last-child,
    .content ol:not([class]) li:last-child,
    .content ul.no-hyphens li:last-child,
    .content ol.no-hyphens li:last-child,
    .content ol.has-big-font-size li:last-child,
    .content ol.has-small-font-size li:last-child,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ol.wpforms-field-label-inline li:last-child,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ol.wpforms-field-label-inline li:last-child,
    .content ol.jump-menu li:last-child,
    .content ol.has-medium-font-size li:last-child,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ol.wpforms-field-label-inline li:last-child,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ol.wpforms-field-label-inline li:last-child,
    .content ul.has-big-font-size li:last-child,
    .content ul.has-small-font-size li:last-child,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ul.wpforms-field-label-inline li:last-child,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ul.wpforms-field-label-inline li:last-child,
    .content ul.jump-menu li:last-child,
    .content ul.has-medium-font-size li:last-child,
    .content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ul.wpforms-field-label-inline li:last-child,
    div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ul.wpforms-field-label-inline li:last-child {
      margin-bottom: 0; }

.content ol:not([class]) li,
.content ol.no-hyphens li,
.content ol.has-big-font-size li,
.content ol.has-medium-font-size li,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ol.wpforms-field-label-inline li,
div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ol.wpforms-field-label-inline li,
.content ol.has-small-font-size li,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ol.wpforms-field-label-inline li,
div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ol.wpforms-field-label-inline li,
.content ol.jump-menu li {
  padding-left: 10px; }

.content ul:not([class]),
.content ul.no-hyphens,
.content ul.has-big-font-size,
.content ul.has-medium-font-size,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ul.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ul.wpforms-field-label-inline,
.content ul.has-small-font-size,
.content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ul.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ul.wpforms-field-label-inline,
.content ul.jump-menu {
  list-style: none; }
  .content ul:not([class]) li,
  .content ul.no-hyphens li,
  .content ul.has-big-font-size li,
  .content ul.has-medium-font-size li,
  .content div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size ul.wpforms-field-label-inline li,
  div.wpforms-container-full .wpforms-form .wpforms-field.has-medium-font-size .content ul.wpforms-field-label-inline li,
  .content ul.has-small-font-size li,
  .content div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size ul.wpforms-field-label-inline li,
  div.wpforms-container-full .wpforms-form .wpforms-field.has-small-font-size .content ul.wpforms-field-label-inline li,
  .content ul.jump-menu li {
    padding-left: 20px;
    border-left: 4px solid #000;
    margin-left: 0; }

.content ul.blocks-gallery-grid {
  padding: 0; }

.content dt {
  font-weight: var(--fw-bold); }

.content dd {
  margin: 0 0 20px 0; }

.content > nav a:link, .content > nav a:visited {
  transition: none;
  text-decoration: none;
  box-shadow: none !important;
  border: 0; }

.content > nav a:hover {
  text-decoration: underline;
  box-shadow: none !important; }

.content blockquote {
  color: #000;
  border-color: #000;
  margin: 0 0 20px 0; }
  .content blockquote p {
    font-weight: var(--fw-black); }
  .content blockquote footer {
    font-style: italic; }

.content table {
  width: 100%;
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  margin: 0 0 20px 0; }
  .content table th {
    font-weight: var(--fw-bold); }

.content mark {
  background-color: #000;
  color: var(--color-yellow);
  padding: 0 6px; }

.content del {
  text-decoration: line-through; }

.content hr {
  background: #000;
  height: 2px;
  border: 0;
  margin: 40px auto; }

.content .no-hyphens {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

.content .stronger {
  background-color: #000;
  color: #fbbb0c !important;
  padding: 0.02em 0.2em;
  border-radius: 2px; }

.content .mute-links a:link,
.content .mute-links a:visited {
  text-decoration: none; }

.content .mute-links a:focus,
.content .mute-links a:hover,
.content .mute-links a:active {
  text-decoration: underline; }

.content .no-break {
  white-space: nowrap;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.content .deleted {
  text-decoration: line-through; }

.content .no-margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }
  .content .no-margin .wp-block-column {
    margin-bottom: 0;
    padding-bottom: 0; }

.content .no-margin-top {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.content .no-margin-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.content .sticky {
  display: block;
  top: 20px; }

.content .alert {
  background-color: #000; }

.content .has-background {
  padding: 30px; }

.content .jump-target {
  outline: none !important; }
  .content .jump-target:focus {
    outline: none; }

.content .overflow-hidden {
  overflow: hidden !important; }

@media screen and (min-width: 749px) {
  .content .float-left {
    float: left; }
  .content .float-right {
    float: right; }
  .content .display-flex {
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 600px) {
  .content .narrow-columns {
    width: 82%;
    margin: 0 auto; } }

/* CSS for the Gutenberg full option */
.insidealignfull,
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

@media screen and (min-width: 980px) {
  .alignwide,
  .archive .posts-list.style-big-images {
    width: 120%;
    margin-left: -10%; }
    .alignwide.wp-block-image,
    .archive .wp-block-image.posts-list.style-big-images {
      max-width: 120%; } }

@media screen and (min-width: 1200px) {
  .alignwide,
  .archive .posts-list.style-big-images {
    width: 140%;
    margin-left: -20%; }
    .alignwide.wp-block-image,
    .archive .wp-block-image.posts-list.style-big-images {
      max-width: 140%; } }

@media screen and (max-width: 979px) {
  .alignwide.wp-block-image,
  .archive .wp-block-image.posts-list.style-big-images {
    width: calc(100% + 60px);
    margin-left: -30px; }
    .alignwide.wp-block-image img,
    .archive .wp-block-image.posts-list.style-big-images img {
      width: calc(100% + 60px);
      max-width: calc(100% + 60px); } }

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  padding: 0;
  margin-top: 0 !important; }

.three-columns {
  margin-bottom: 1rem; }

.three-columns h2 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: var(--fw-bold); }

.three-columns .wp-block-column {
  margin-bottom: 30px; }

.three-columns figure {
  margin: 0 auto !important;
  width: 100%; }

.three-columns p {
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  padding: 0px 10px 10px 0; }
  .three-columns p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

.three-columns .wp-block-column:not(:first-child) {
  margin-left: 0; }

.accordion {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
  .accordion .wp-block-group__inner-container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 40px;
    height: 0;
    overflow: hidden; }
    .accordion .wp-block-group__inner-container > h2:first-child {
      margin-top: -100px;
      cursor: pointer;
      width: 100%;
      padding: 50px 0 50px 0;
      transition: .2s all; }
      .accordion .wp-block-group__inner-container > h2:first-child.has-text-align-center {
        text-align: center; }
      .accordion .wp-block-group__inner-container > h2:first-child:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  .accordion.open .wp-block-group__inner-container {
    transition: .2s all;
    height: auto; }

.accordion {
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4); }

.page-id-1496 .three-columns h2 + p,
.page-id-6323 .three-columns h2 + p {
  padding-bottom: 0;
  margin-bottom: 10px; }

.page-id-1496 .wp-block-column .wp-block-image,
.page-id-6323 .wp-block-column .wp-block-image {
  margin-bottom: 0; }

.box {
  padding: 30px;
  border: 2px solid #000; }

.box--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0; }

.box--inverted {
  background-color: #000;
  color: #fff; }

.overflow-hidden {
  overflow: hidden; }

.festival-status-before:not(.logged-in) .hide-before {
  display: none !important; }

.festival-status-before.logged-in .only-before {
  display: none !important; }

.festival-status-before a:hover,
.festival-status-before .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
  text-decoration: none !important; }

.festival-status-running .only-before,
.festival-status-after .only-before {
  display: none !important; }

.map-block .leaflet-map {
  mix-blend-mode: multiply;
  border-radius: 100%;
  width: 400px;
  height: 400px; }
  .map-block .leaflet-map .leaflet-left {
    top: 70px;
    left: 60px; }

@media screen and (min-width: 980px) {
  .map-block .wp-block-column:nth-child(1) {
    padding-left: 210px; } }

@media screen and (min-width: 980px) {
  .exhibitors-circles + .button {
    position: relative;
    top: -80px;
    right: -560px; }
    .exhibitors-circles + .button a {
      text-decoration: none; } }

@media screen and (max-width: 980px) {
  #exhibitor-teaser {
    display: none; } }

.map {
  position: relative;
  margin-top: 60px; }

.map__legend {
  font-weight: bold;
  display: flex;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  border-radius: 10px;
  padding: 1em; }
  @media screen and (min-width: 960px) {
    .map__legend {
      display: block;
      position: absolute;
      bottom: 60px;
      right: 30px;
      width: 200px; } }

.map text {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.map .table {
  transition: .2s all;
  cursor: pointer; }
  .map .table:hover, .map .table.active {
    fill: #000; }

.map .table:hover text,
.map .spot:hover text {
  fill: var(--color-yellow); }

.map .table:hover polygon,
.map .spot:hover polygon {
  fill: #000; }

.map #museumspots .spot:hover path,
.map #museumspots .spot:hover polygon,
.map #museumspots .spot:hover text {
  fill: #FF087B; }

.legend__label {
  display: flex;
  padding: 6px; }

.legend__label-icon {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 15px;
  background-color: #fff;
  /*    border: 1px solid #000; */ }

@media screen and (max-width: 959px) {
  .legend__item {
    width: 50%;
    flex: 0 1 50%; } }

.legend__item--tables .legend__label-icon {
  /*background-color: #FBBB0C;*/
  background: transparent;
  background-image: url(../components/blocks/block.festival-map/images/icon-tables.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.legend__item--ring .legend__label-icon {
  background-color: #FF087B; }

.legend__item--inside .legend__label-icon {
  background-color: #fff; }

.legend__item--walls .legend__label-icon {
  background: transparent;
  background-image: url(../components/blocks/block.map/images/icon-walls.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.legend__checkbox {
  display: none; }

.legend__label {
  cursor: pointer; }

.legend__label-text {
  opacity: .6;
  transition: .2s all; }

.legend__checkbox:checked + .legend__label > .legend__label-text {
  opacity: 1; }

.legend__checkbox:checked + .legend__label > .legend__label-text:after {
  display: inline-block;
  content: '✔';
  margin-left: 10px; }

.hide {
  transition: .2s all;
  opacity: 0; }

.map__layer {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }
  .map__layer.zoomed {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .map__layer.zoomed .map__svg-wrap::after, .map__layer.zoomed .map__svg-wrap::before {
      display: block;
      content: '';
      width: 100%;
      height: 45px;
      opacity: .1;
      position: absolute;
      pointer-events: none; }
    .map__layer.zoomed .map__svg-wrap::before {
      background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
      top: 0; }
    .map__layer.zoomed .map__svg-wrap::after {
      background: linear-gradient(0, black 0%, rgba(0, 0, 0, 0) 100%);
      bottom: 0; }
  .map__layer svg {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: block; }
    .map__layer svg #legend text {
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }

.map__svg-wrap {
  overflow: hidden; }

.map__svg-wrap svg {
  height: 110vw; }

.map__layers-nav {
  padding-left: 30px;
  max-width: 240px;
  position: relative;
  height: 50px;
  margin-bottom: 20px;
  font-size: var(--fs-small);
  font-weight: var(--fw-bold); }
  .map__layers-nav:hover label {
    display: block !important; }

.map__layer-nav {
  margin: 0 0 0 30px;
  position: absolute;
  top: -80px; }

.map__layers-nav-dropdown {
  position: absolute;
  padding-top: 50px;
  width: 100%; }
  .map__layers-nav-dropdown::after {
    display: block;
    content: '';
    background-image: url(images/icon-dropdown.svg);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0; }

.map__layers-nav-option {
  display: none; }
  .map__layers-nav-option + label {
    display: block;
    margin-right: 1em;
    padding: 0.456em 1em;
    background: #dda40b;
    display: none;
    width: 100%;
    cursor: pointer; }
    .map__layers-nav-option + label:hover {
      background: #ca960a; }
  .map__layers-nav-option:checked + label {
    display: block;
    position: absolute;
    top: 0; }

.map__layer-nav-button, .map__layer-nav-button--zoomout, .map__layer-nav-button--zoomin, .map__layer-nav-button--reset {
  background: #dda40b;
  color: #000;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  padding: 0.456em 1em;
  font-size: var(--fs-small);
  line-height: 140%;
  height: 50px;
  width: 50px;
  text-indent: 999%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }
  .map__layer-nav-button:hover, .map__layer-nav-button--zoomout:hover, .map__layer-nav-button--zoomin:hover, .map__layer-nav-button--reset:hover {
    background: #ca960a;
    color: #000; }
  .map__layer-nav-button::after, .map__layer-nav-button--zoomout::after, .map__layer-nav-button--zoomin::after, .map__layer-nav-button--reset::after {
    display: block;
    content: '';
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0; }

.map__layer-nav-button--zoomout::after {
  background-image: url(images/icon-minus.svg); }

.map__layer-nav-button--zoomin::after {
  background-image: url(images/icon-plus.svg); }

.map__layer-nav-button--reset::after {
  background-image: url(images/icon-full.svg); }

.map__layer-title {
  display: none;
  padding-left: 30px !important; }

.content .exhibitor-list__title {
  text-align: center; }

.content .exhibitor-list__subtitle {
  text-align: center; }

.content .exhibitor-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  grid-template-rows: 1fr;
  gap: 0 15px;
  border-top: 1px dashed #000; }
  @media screen and (min-width: 500px) {
    .content .exhibitor-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: ". ."; } }
  @media screen and (min-width: 800px) {
    .content .exhibitor-list {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: ". . ."; } }
  @media screen and (min-width: 1100px) {
    .content .exhibitor-list.columns-count-3, .content .exhibitor-list.columns-count-4 {
      width: calc(100% + 60px);
      margin-left: -30px; }
    .content .exhibitor-list.columns-count-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-areas: ". . . ."; } }
  .content .exhibitor-list .exhibitor-list__item {
    margin: 0;
    padding: .5em 0;
    border-bottom: 1px dashed #000; }
    .content .exhibitor-list .exhibitor-list__item:hover .exhibitor__link:link .exhibitor__title-text {
      text-decoration: underline; }
  .content .exhibitor-list .exhibitor__main {
    display: flex;
    align-items: center; }
  .content .exhibitor-list .exhibitor__link {
    text-decoration: none;
    display: flex; }
  .content .exhibitor-list .exhibitor__title {
    margin: 0 !important;
    font-size: var(--fs-small);
    line-height: 130%;
    display: flex; }
  .content .exhibitor-list .exhibitor__title-text {
    font-weight: var(--fw-bold);
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }
  .content .exhibitor-list .exhibitor__id {
    width: 30px;
    flex: 0 0 30px; }
  .content .exhibitor-list .exhibitor__image-wrap {
    border-radius: 100%;
    flex: 0 0 60px;
    height: 60px;
    width: 60px;
    margin-right: 20px;
    overflow: hidden;
    background-color: #e2a80b; }
    .content .exhibitor-list .exhibitor__image-wrap img {
      width: 100%;
      height: auto; }

.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: .2s all;
  transform: translateY(calc(100% + 60px));
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.2);
  overflow: hidden;
  width: 100%;
  opacity: 0;
  background-color: #000; }
  @media screen and (min-width: 800px) {
    .overlay {
      position: fixed;
      width: 500px;
      margin: 30px;
      border-radius: 10px;
      bottom: 0;
      left: 0; } }
  .overlay.active {
    transform: translateY(0);
    opacity: 1; }

.overlay__card {
  display: none;
  background-color: #000;
  /*var(--color-brand); */
  color: #fff;
  width: 100%;
  z-index: 9;
  transition: .2s all;
  cursor: pointer; }
  .overlay__card.visible {
    display: flex; }
  .overlay__card:hover {
    background-color: #222; }
  @media screen and (min-width: 800px) {
    .overlay__card {
      bottom: 30px;
      left: 30px;
      width: 500px; } }

.overlay__image {
  width: 90px;
  flex: 0 0 90px;
  background: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (min-width: 800px) {
    .overlay__image {
      width: 140px;
      flex: 0 0 140px; } }

.overlay__main {
  max-width: 500px;
  padding: 15px 20px 15px 20px; }

.overlay__title {
  margin: 0 !important;
  font-size: 20px;
  line-height: 130%;
  padding: 0 !important;
  font-weight: var(--fw-bold) !important; }

.overlay__text {
  margin: 0;
  color: #bbb;
  max-height: 0;
  overflow: hidden;
  transition: .2s all;
  font-size: 17px;
  line-height: 130%; }
  .expanded .overlay__text {
    max-height: 200px; }
  .overlay__text .overlay__button {
    display: none; }

.overlay__link {
  display: inline-block; }
  .overlay__link:link, .overlay__link:visited {
    color: var(--color-yellow); }
  .overlay__link:hover {
    color: #fff; }

.overlay__button {
  border: 2px solid currentcolor;
  border-radius: 30px;
  color: var(--color-yellow);
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: .2s all;
  display: none; }
  .overlay__button:hover {
    color: #fff; }

.overlay__button--small {
  padding: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px; }

.error404 .page-header p {
  color: #000;
  font-weight: var(--fw-bold); }

.event-page__head-main {
  padding-top: 30px; }
  .event-page__head-main .languages {
    margin-top: 15px; }

.event-page__image {
  position: relative; }

.event-page__image-img {
  width: 100%; }

.event-page__pretitle {
  margin-bottom: 10px;
  margin-top: 30px; }
  .event-page__pretitle > * {
    display: inline-block; }
  .event-page__pretitle .event__date {
    padding: 4px 10px;
    font-size: var(--fs-small);
    line-height: var(--lh-small);
    display: inline-block;
    margin-right: 4px;
    border: 2px solid var(--color-text); }

.event-page__title {
  max-width: 100%;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  -ms-hyphens: none;
      hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none; }
  .event-page__title .primary {
    font-size: 42px; }

.event-page__main {
  clear: both;
  padding-top: 30px; }
  .event-page__main .button--style-outline:link,
  .event-page__main .button--style-outline:visited {
    color: var(--color-text); }

.event-types {
  margin: 0;
  list-style: none;
  padding: 0 !important; }

.event-types__item {
  display: inline-block;
  margin: 0 0 2px 0 !important;
  padding: 0;
  list-style: none; }

.event-types__item-link {
  transition: all, 0.2s;
  background-color: var(--color-text);
  color: var(--color-yellow);
  padding: 4px 10px;
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  display: inline-block !important;
  border: 2px solid var(--color-text);
  text-decoration: none; }
  .event-types__item-link:link, .event-types__item-link:visited {
    border: 2px solid var(--color-text);
    color: var(--color-yellow);
    text-decoration: none; }
  .event-types__item-link:hover {
    color: #fff;
    background-color: var(--color-red);
    border: 2px solid var(--color-red);
    cursor: default; }

.event__date {
  font-weight: var(--fw-bold); }

.event__venue {
  padding: 10px 20px;
  border-bottom: 1px solid #333;
  color: #888; }

.languages {
  padding: 10px 20px; }

.event__data {
  background-color: #000;
  color: var(--color-yellow);
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 6px;
  font-size: var(--fs-small);
  line-height: var(--lh-small); }
  .event__data .event__date {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding: 10px 20px; }

.event__data-main {
  overflow: hidden; }

.event__short-description {
  font-weight: var(--fw-bold);
  font-size: var(--fs-medium);
  line-height: var(--lh-medium);
  margin-bottom: 30px; }

.single-mp-event .timeslots-title,
.single-mp-event .timeslot {
  display: none; }

@media screen and (min-width: 600px) {
  .event-page__image {
    width: 180px;
    float: left; }
  .event-page__head-main {
    overflow: hidden;
    max-width: 800px;
    padding-left: 30px; } }

@media screen and (min-width: 980px) {
  .event-page__image {
    width: 300px; }
  .event-page__title .primary {
    font-size: 62px; } }

.exhibitor-page__header {
  margin-bottom: 30px;
  margin-top: 60px; }
  @media screen and (min-width: 620px) {
    .exhibitor-page__header {
      align-items: flex-start;
      display: flex; } }
  @media screen and (min-width: 980px) {
    .exhibitor-page__header {
      align-items: center; } }

.exhibitor-page__image {
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
  display: block;
  margin-bottom: 15px;
  width: 140px;
  height: 140px;
  flex: 0 0 140px; }
  .exhibitor-page__image img {
    width: 140px;
    height: 140px; }
  @media screen and (min-width: 620px) {
    .exhibitor-page__image {
      width: 70px;
      height: 70px;
      flex: 0 0 70px;
      margin-bottom: 0; }
      .exhibitor-page__image img {
        width: 70px;
        height: 70px; } }
  @media screen and (min-width: 620px) {
    .exhibitor-page__image {
      width: 93.33333px;
      height: 93.33333px;
      flex: 0 0 93.33333px; }
      .exhibitor-page__image img {
        width: 93.33333px;
        height: 93.33333px; } }
  @media screen and (min-width: 980px) {
    .exhibitor-page__image {
      width: 140px;
      height: 140px;
      flex: 0 0 140px;
      margin-right: 30px; }
      .exhibitor-page__image img {
        width: 140px;
        height: 140px; } }

.exhibitor-page__title {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 140%;
  font-size: var(--fs-base); }
  @media screen and (min-width: 360px) {
    .exhibitor-page__title {
      font-size: 18px; } }
  @media screen and (min-width: 620px) {
    .exhibitor-page__title {
      font-size: var(--fs-medium); } }
  @media screen and (min-width: 980px) {
    .exhibitor-page__title {
      font-size: var(--fs-large); } }
  .exhibitor-page__title + p {
    font-size: var(--fs-small);
    font-style: italic;
    font-weight: var(--fw-bold);
    line-height: var(--lh-small);
    margin: 0;
    padding: 0; }

.single-exhibitor .page-content-bottom {
  margin-top: 100px; }
  .single-exhibitor .page-content-bottom .exhibitor-list {
    margin-top: 20px; }

.button-container {
  text-align: center;
  font-size: var(--fs-small); }
  @media screen and (min-width: 980px) {
    .button-container {
      text-align: left; } }

.button-container__text {
  display: block;
  padding: 1em 0; }
  @media screen and (min-width: 980px) {
    .button-container__text {
      display: inline-block;
      padding: 0; } }

.gallery-grid img {
  border-radius: 3px; }

.gallery-grid .wp-block-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px; }
  @media screen and (max-width: 599px) {
    .gallery-grid .wp-block-image {
      width: 100%; }
      .gallery-grid .wp-block-image figure,
      .gallery-grid .wp-block-image figure img {
        width: 100%; } }
  .gallery-grid .wp-block-image figcaption {
    padding: 20px;
    color: #fff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    bottom: 100px;
    transition: .2s all;
    transform: translateY(0);
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: left !important;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    opacity: 0; }
  .gallery-grid .wp-block-image:hover figcaption {
    transform: translateY(0);
    opacity: 1; }

.jump-menu__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }

.jump-menu__item {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  margin-right: 1em !important; }

.jump-menu__link {
  font-weight: var(--fw-bold); }

#catapult-cookie-bar {
  background: #000 !important;
  padding: 15px;
  text-align: center;
  font-size: var(--fs-small);
  width: 100%; }
  #catapult-cookie-bar button {
    padding: 4px 12px !important;
    margin-left: 20px !important; }

#catapultCookie {
  background: var(--color-yellow);
  color: #000;
  margin-left: 30px;
  border-radius: 0 !important; }

.languages__tag {
  background-color: var(--color-yellow);
  color: var(--color-text);
  padding: 4px 10px;
  font-size: var(--fs-small);
  line-height: var(--lh-small); }
  .languages__tag:link, .languages__tag:visited {
    color: var(--color-text) !important;
    text-decoration: none; }

.page-content-bottom {
  margin-top: 40px; }

/* Page Header */
@media screen and (max-width: 749px) {
  .page-header.has-image {
    min-height: 100vh;
    height: 100vh !important; }
    .page-header.has-image #header-image {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100vh; } }

.page-footer {
  padding: 120px 0 20px;
  font-size: var(--fs-small);
  clear: both; }
  .page-footer .menu-item__title {
    font-size: var(--fs-small); }
  .page-footer .menu a:hover {
    color: #000;
    text-decoration: none; }
  .page-footer .menu > .menu-list > .current_page_item:not(.menu-item__highlighted)::after, .page-footer .menu > .menu-list > .current_page_ancestor:not(.menu-item__highlighted)::after {
    display: none !important;
    text-decoration: underline; }
  @media screen and (max-width: 749px) {
    .page-footer .menu-list {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center; }
    .page-footer .menu a:link,
    .page-footer .menu a:visited {
      padding: 5px 15px; } }

.page .page-main .wrap,
.single:not(.single-podcast) .page-main .wrap {
  font-size: var(--fs-base);
  line-height: var(--lh-base); }

.page .page-main .wrap,
.single:not(.single-podcast) .page-main .wrap {
  overflow: visible; }

/* Page Title */
.title {
  padding: 60px 0 30px; }
  .title.align-wide {
    max-width: 100%; }

.title .primary {
  color: #000;
  line-height: 100%;
  display: block;
  font-size: var(--fs-mega); }

#episode-header .title .primary {
  font-size: var(--fs-mega);
  line-height: 100%; }

@media (min-width: 750px) {
  #episode-header .title .primary {
    font-size: var(--fs-mega);
    line-height: 100%; } }

#navigation-bar {
  height: 66px;
  position: relative;
  padding: 0; }
  body.navbar-inside #navigation-bar {
    position: absolute;
    width: 100%; }
  @media screen and (max-width: 949px) {
    #navigation-bar .wrap {
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (min-width: 950px) {
    #navigation-bar .menu {
      height: 66px; } }
  #navigation-bar a:link,
  #navigation-bar a:visited {
    text-decoration: none; }
  #navigation-bar a:focus,
  #navigation-bar a:hover,
  #navigation-bar a:active {
    text-decoration: none; }
  #navigation-bar .site-name {
    max-height: 66px;
    margin-top: 0; }
  #navigation-bar .site-name-link {
    transition: none;
    background-color: var(--color-yellow) !important;
    background-image: url(../../../wp-content/themes/blanko-cib/images/site-wordmark.svg);
    background-repeat: no-repeat;
    background-size: 271px;
    background-position: center center;
    text-indent: -999%;
    height: 66px;
    width: 300px; }
    @media screen and (max-width: 949px) {
      #navigation-bar .site-name-link {
        top: 0;
        padding: 0 !important;
        background-position: top 10px center;
        transform-origin: left top; } }
    @media screen and (max-width: 400px) {
      #navigation-bar .site-name-link {
        background-size: 50px;
        position: absolute;
        width: 66px;
        height: 66px;
        background-image: url(../../../wp-content/themes/blanko-cib/images/site-logo.svg); } }
    #navigation-bar .site-name-link a:link,
    #navigation-bar .site-name-link a:visited {
      padding: 33px 14px !important;
      background-color: var(--color-yellow) !important; }
    #navigation-bar .site-name-link a:hover {
      background-color: var(--color-yellow) !important; }
  #navigation-bar .sub-menu li {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.2) !important; }

.custom-background #navigation-bar,
.navbar-inside #navigation-bar {
  border: none; }

.home #navigation-bar::before,
.blog #navigation-bar::before,
.navbar-inside #navigation-bar::before {
  position: absolute;
  width: 100%;
  content: ' ';
  display: block;
  height: 100px;
  top: 0;
  visibility: visible; }

#navigation-bar .menu .menu-item.wpml-ls-current-language {
  display: none !important; }

#navigation-bar .menu .wpml-ls-item .menu-item__title {
  font-size: var(--fs-small); }

@media screen and (min-width: 950px) {
  #navigation-bar .main-menu .menu > .menu-list > .menu-item.two-columns .sub-menu {
    width: 600px;
    right: -210px;
    flex-wrap: wrap;
    background: #000; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item.two-columns .menu-item {
    width: 300px;
    min-height: 113px; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item.two-columns:hover > .sub-menu {
    display: flex; }
  #navigation-bar .main-menu .menu > .menu-list .menu-item.align-right .sub-menu {
    right: 0; }
  #navigation-bar .menu .menu-item.wpml-ls-item {
    margin-left: 10px !important; } }

#navigation-bar {
  /* Navigation Bar: Menu Links */
  /* Navigation Bar: Main Menu Links */
  /* Last item */ }
  @media screen and (min-width: 950px) {
    #navigation-bar .main-menu {
      display: flex;
      align-items: center;
      justify-content: end; }
      #navigation-bar .main-menu .menu {
        margin-left: auto; } }
  #navigation-bar .menu > .menu-item a:link,
  #navigation-bar .menu > .menu-item a:visited {
    font-weight: 600; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item > a:link,
  #navigation-bar .main-menu .menu > .menu-list > .menu-item > a:visited {
    /* color: #000; */
    color: #fff;
    background-color: #000; }
    @media screen and (min-width: 750px) {
      #navigation-bar .main-menu .menu > .menu-list > .menu-item > a:link,
      #navigation-bar .main-menu .menu > .menu-list > .menu-item > a:visited {
        background-color: transparent; } }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item:not(.menu-item-has-children):not(.highlighted):not(.current-menu-item) > a:hover {
    text-decoration: underline; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item .sub-menu {
    background-color: #000; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item .sub-menu .menu-item {
    background: black;
    border-bottom: 1px solid #333;
    display: flex; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item .sub-menu .menu-item:last-child {
    border: none; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item-has-children:hover > a:link,
  #navigation-bar .main-menu .menu > .menu-list > .menu-item-has-children:hover > a:visited {
    background-color: #000 !important;
    color: #fbbb0c; }
  @media screen and (min-width: 750px) {
    #navigation-bar .main-menu .menu > .menu-list > .menu-item > a:link,
    #navigation-bar .main-menu .menu > .menu-list > .menu-item > a:visited {
      color: #000; } }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item .sub-menu .sub-menu {
    display: none; }
  #navigation-bar .main-menu .menu > .menu-list > .menu-item .sub-menu > .menu-item > a:link,
  #navigation-bar .main-menu .menu > .menu-list > .menu-item .sub-menu > .menu-item > a:visited {
    color: #ccc; }
  #navigation-bar .menu-list > .menu-item:hover > .sub-menu .menu-item a:hover {
    background-color: var(--color-brand);
    /*rgba(251,187,12, .85);*/
    color: #000 !important; }
  #navigation-bar .sub-menu li {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 4px 8px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.2), 0px 12px 14px rgba(0, 0, 0, 0.2); }
  #navigation-bar .menu-list > .menu-item > .sub-menu {
    top: 56px !important; }
  #navigation-bar .menu-item:last-child .sub-menu {
    right: 0; }
  #navigation-bar .menu > .menu-list > .menu-item a:link, #navigation-bar .menu > .menu-list > .menu-item a:visited {
    font-weight: 600; }
  #navigation-bar .menu > .menu-list > .menu-item > a:link, #navigation-bar .menu > .menu-list > .menu-item > a:visited {
    padding: 10px 15px 21px 15px !important; }
  #navigation-bar .menu > .menu-list > .menu-item-has-children > a:link, #navigation-bar .menu > .menu-list > .menu-item-has-children > a:visited {
    padding: 10px 15px 21px 15px !important; }

#navigation-bar .menu {
  height: 46px; }

#navigation-bar .menu-list > .menu-item .has_icon {
  position: relative; }

#navigation-bar .menu-list > .menu-item .has_icon:hover > .sub-menu {
  display: block;
  /* min-width: 300px; */ }

#navigation-bar .menu-list > .menu-item > .sub-menu .menu-item .menu-item__wrap.has-icon a {
  display: block;
  height: 100px; }

#navigation-bar .menu-list > .menu-item .has_icon:hover > .sub-menu .menu-item {
  /* width: 240px; */ }

.menu-item a {
  display: block;
  position: relative; }

.menu-item__wrap {
  display: block;
  height: 100%; }
  .menu-item__wrap.has-icon {
    min-height: 72px; }

.menu-item__title {
  display: block;
  font-size: var(--fs-base); }

.menu-item__subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-weight: normal;
  line-height: 110%;
  margin-top: .1em;
  /* font-size: .8em; */ }

.menu-item a:hover .menu-item__subtitle {
  color: rgba(0, 0, 0, 0.6); }

.menu-item__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.sub-menu .menu-item__wrap.has-icon {
  padding: 10px; }

.has-icon {
  min-width: 260px; }

.has-icon .menu-item__title,
.has-icon .menu-item__subtitle {
  margin-left: 80px; }

.menu-item .menu-item__icon {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex; }

.menu-item .menu-item__icon svg {
  fill: #ccc;
  /*#fbbb0c;*/
  display: block;
  width: 100%; }

.menu-item a:hover .menu-item__icon svg {
  fill: black; }

.menu-item__wrap.has-icon {
  position: relative; }

@media screen and (min-width: 750px) {
  .menu > .menu-list > .current-menu-item:not(.highlighted),
  .menu > .menu-list > .current_page_item:not(.highlighted),
  .menu > .menu-list > .current_page_ancestor:not(.highlighted) {
    position: relative; }
    .menu > .menu-list > .current-menu-item:not(.highlighted)::after, .menu > .menu-list > .current-menu-item:not(.highlighted)::after, .menu > .menu-list > .current-menu-item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_ancestor:not(.highlighted)::after,
    .menu > .menu-list > .current_page_ancestor:not(.highlighted)::after,
    .menu > .menu-list > .current_page_ancestor:not(.highlighted)::after {
      display: block;
      content: '';
      height: 2px;
      position: absolute;
      left: 15px;
      margin-top: 0;
      width: calc(100% - 30px);
      background-color: #000;
      bottom: 18px; }
    .menu > .menu-list > .current-menu-item:not(.highlighted) ~ .current-menu-item:not(.highlighted)::after,
    .menu > .menu-list > .current-menu-item:not(.highlighted) ~ .current_page_item:not(.highlighted)::after,
    .menu > .menu-list > .current-menu-item:not(.highlighted) ~ .current_page_ancestor:not(.highlighted)::after,
    .menu > .menu-list > .current_page_item:not(.highlighted) ~ .current-menu-item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_item:not(.highlighted) ~ .current_page_item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_item:not(.highlighted) ~ .current_page_ancestor:not(.highlighted)::after,
    .menu > .menu-list > .current_page_ancestor:not(.highlighted) ~ .current-menu-item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_ancestor:not(.highlighted) ~ .current_page_item:not(.highlighted)::after,
    .menu > .menu-list > .current_page_ancestor:not(.highlighted) ~ .current_page_ancestor:not(.highlighted)::after {
      display: none; } }

#navigation-bar .menu-item.highlighted .sub-menu {
  right: calc(50% - 148px); }

#navigation-bar .menu-list > .menu-item.highlighted {
  position: relative;
  top: -2px; }
  #navigation-bar .menu-list > .menu-item.highlighted > a .menu-item__title {
    font-size: 21px; }

#navigation-bar .menu-list > .menu-item.highlighted > .sub-menu {
  top: 50px !important;
  padding-top: 20px;
  /* right: 0%; */ }

#navigation-bar .menu-list > .menu-item.highlighted > .sub-menu::after {
  position: absolute;
  content: '';
  display: block;
  top: 5px;
  right: calc(50% - 16px);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid black; }

#navigation-bar .main-menu .menu > .menu-list > .menu-item.highlighted > a:link,
#navigation-bar .main-menu .menu > .menu-list > .menu-item.highlighted > a:visited {
  padding: 14px 20px 14px 20px !important;
  background-color: #000;
  color: var(--color-brand);
  border-radius: 40px;
  font-size: 17px; }

#navigation-bar .main-menu .menu > .menu-list > .menu-item.highlighted a:focus,
#navigation-bar .main-menu .menu > .menu-list > .menu-item.highlighted a:hover,
#navigation-bar .main-menu .menu > .menu-list > .menu-item.highlighted a:active {
  transition: .2s all; }

#navigation-bar .menu .menu-item.highlighted {
  margin: 0 .5em; }

@media screen and (min-width: 750px) {
  #navigation-bar .main-menu .menu > .menu-list > .menu-item.highlighted > .sub-menu {
    background: transparent; } }

.menu-item.not-clickable > a {
  pointer-events: none; }

.menu-toggle-label::before,
.menu-toggle-label::after {
  background-color: #000; }

.menu-toggle:checked + .menu-toggle-label::before,
.menu-toggle:checked + .menu-toggle-label::after {
  background-color: var(--color-yellow); }

@media screen and (max-width: 949px) {
  #navigation-bar .main-menu .menu {
    background-color: #000 !important; } }

@media (max-width: 949px) {
  #navigation-bar .main-menu .menu-list .menu-item {
    border-bottom: 0 !important; }
    #navigation-bar .main-menu .menu-list .menu-item a:link,
    #navigation-bar .main-menu .menu-list .menu-item a:visited {
      display: block;
      border-radius: 0 !important;
      border-bottom: 1px solid #222;
      width: 100%;
      padding: 10px 15px !important;
      color: #ccc !important; }
    #navigation-bar .main-menu .menu-list .menu-item .sub-menu {
      padding-top: 0 !important;
      width: 100%;
      max-width: 100%; }
  .menu-list > .wpml-ls-item {
    top: unset; }
    .menu-list > .wpml-ls-item .menu-item__text {
      display: block; }
    .menu-list > .wpml-ls-item .menu-item__icon {
      display: none; }
    .menu-list > .wpml-ls-item .menu-item__title {
      font-size: var(--fs-small) !important;
      color: #888; }
  .menu-list > .menu-item__highlighted > a .menu-item__title {
    font-size: var(--fs-base) !important; } }

.infobox {
  margin-bottom: 30px;
  padding: 20px 30px !important;
  border-radius: 3px;
  position: relative;
  top: 15px !important; }
  .infobox a:link,
  .infobox a:visited {
    color: inherit;
    text-decoration: underline !important; }
  .infobox a:hover {
    text-decoration: none !important; }

@media screen and (min-width: 749px) {
  .infobox {
    max-width: 33.333%;
    float: right;
    margin-left: 40px; } }

.info-head {
  margin: 0 calc(25% - 29vw);
  max-width: 96vw;
  width: 96vw;
  position: relative;
  top: -20px;
  font-size: 20px; }

.info-head__main {
  position: relative;
  top: -30px;
  padding-left: 30px;
  font-size: 22px;
  line-height: 150%;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .info-head__main p {
    width: 90%; }
  .info-head__main .type-big {
    font-size: 28px;
    line-height: 140%;
    width: 100%; }
  .info-head__main .type-headline {
    font-family: var(--font-headlines);
    text-transform: uppercase;
    font-weight: normal;
    margin: 6px 0; }
  .info-head__main .margin-top {
    margin-top: 20px; }
  .info-head__main .type-bold {
    font-weight: bold; }

.info-head__illu {
  width: 100%;
  position: relative;
  top: -30px; }

.info-head__section {
  margin-bottom: 30px !important; }

.info-head__title, .info-head__notice, .info-head__cta {
  font-size: 1em;
  line-height: 140%;
  font-weight: bold;
  background-color: #000;
  color: var(--color-yellow);
  display: inline-block;
  font-family: var(--font-sans);
  margin: 0;
  padding: .5em 1em !important;
  text-transform: none; }

.info-head__notice, .info-head__cta {
  color: #fff;
  font-style: italic;
  font-size: 1em; }

.info-head__cta-wrap {
  margin-top: 20px; }

.info-head__cta:link, .info-head__cta:visited {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-red); }

.info-head__cta:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none; }

.info-head__primary {
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  line-height: 140%;
  font-family: var(--font-headlines);
  text-transform: uppercase;
  margin: .4em 0 .15em;
  padding: 0; }
  .info-head__primary::after {
    border-bottom: 0.125em solid var(--color-red);
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
    opacity: .9; }

.info-head__secondary {
  font-style: italic;
  font-weight: bold;
  font-size: 1em; }

.info-head__icon {
  display: inline-block;
  width: .9em;
  height: .9em;
  margin-right: .2em;
  position: relative;
  top: .1em; }
  .info-head__icon svg {
    width: 100%;
    height: 100%; }

@media screen and (min-width: 620px) {
  .info-head {
    background-size: 60%;
    background-position: top left -60px;
    top: 0; }
  .info-head__illu {
    width: 50%;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1; }
  .info-head__section {
    margin-bottom: 40px !important; }
  .info-head__main {
    position: relative;
    top: unset;
    padding-top: 80px;
    padding-left: 45%; } }

@media screen and (min-width: 980px) {
  .info-head {
    background-size: 50%;
    background-position: top left -60px; }
  .info-head__main {
    padding-top: 140px;
    padding-bottom: 190px;
    padding-right: 30px; } }

@media screen and (min-width: 1200px) {
  .info-head {
    background-size: 600px;
    margin: 0 calc(25% - 25vw);
    max-width: 1100px;
    width: 1100px; }
  .info-head__illu {
    width: 55%;
    position: absolute;
    left: -7%;
    top: -60px;
    z-index: -1; }
  .info-head__main {
    padding-top: 160px; }
  .info-head__section {
    margin-bottom: 50px !important; }
  .info-head__primary {
    font-size: 42px;
    line-height: 140%; } }

.slick-disabled {
  opacity: 0; }

.mptt-shortcode-wrapper .select-wrap {
  display: none; }

.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  background: transparent;
  color: #000;
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5); }

.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: none; }

.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background: rgba(0, 0, 0, 0.1); }

.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
  background: transparent; }

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
  background: #000;
  color: #fff;
  border: none;
  margin-right: 1px;
  outline: 1px solid var(--color-yellow); }

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  font-size: var(--fs-small); }

.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list {
  margin-left: 0;
  margin-right: 0; }

.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #000; }
  .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .mptt-event-title {
    font-weight: var(--fw-bold); }

.archive .title .primary {
  font-size: var(--fs-huge) !important;
  line-height: var(--fs-huge) !important; }

.archive .title .secondary {
  font-size: var(--fs-large) !important;
  line-height: var(--fs-large) !important; }

@media (min-width: 750px) {
  ul.posts-list,
  ol.posts-list {
    margin-top: -15px; } }

.posts-list.style-big-images .post-title {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.post-title {
  width: 100% !important; }

.post__meta {
  font-size: var(--fs-small);
  margin-top: 20px; }
  @media screen and (min-width: 980px) {
    .post__meta {
      display: flex;
      justify-content: space-between; } }
  .post__meta .post-categories a {
    background: #000;
    color: var(--color-yellow);
    padding: .5em .75em;
    text-decoration: none;
    font-weight: var(--fw-bold); }
    .post__meta .post-categories a:hover {
      background: var(--color-red); }

.post__meta-date {
  margin-top: 25px;
  padding: 0;
  opacity: .4; }
  @media screen and (min-width: 980px) {
    .post__meta-date {
      margin-top: 0; } }

.post .post-title-wrap {
  margin: 0;
  padding: 0; }

.post .post-text p:last-child {
  margin-bottom: 0; }

.posts-list .post.type-comic .post-title-wrap {
  padding-bottom: 0 !important; }

.posts-list .post.type-comic .post-title {
  font-size: var(--fs-small);
  line-height: 130%;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.posts-list .post.type-comic .post-text {
  display: none; }

.posts-list .post.type-event {
  position: relative; }
  .posts-list .post.type-event .post-title-wrap {
    padding-bottom: 0 !important; }
  .posts-list .post.type-event .post-title {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }
  .posts-list .post.type-event .post-text,
  .posts-list .post.type-event .post-meta {
    display: none; }
  .posts-list .post.type-event .event__image-container {
    position: relative;
    height: 100%; }
  .posts-list .post.type-event .event-types {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0;
    z-index: 1; }
  .posts-list .post.type-event .event-types__item-link {
    color: #fff; }
    .posts-list .post.type-event .event-types__item-link:link, .posts-list .post.type-event .event-types__item-link:visited {
      color: #fff; }
  .posts-list .post.type-event .event__date {
    position: absolute;
    bottom: 15px; }
  .posts-list .post.type-event .event__data {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 80%;
    height: 100%;
    width: 100%;
    z-index: 1; }
    .posts-list .post.type-event .event__data a:link,
    .posts-list .post.type-event .event__data a:visited {
      color: #fff !important;
      background-color: #111 !important;
      font-weight: bold;
      display: block; }
  .posts-list .post.type-event .event__date {
    color: #fff;
    text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    margin-left: 18px;
    margin-top: -10px;
    line-height: 130%; }
  .posts-list .post.type-event .event__date-primary {
    font-family: var(--font-headlines);
    font-size: 32px;
    line-height: 110%; }
  .posts-list .post.type-event .event__date-secondary {
    font-size: 26px; }

.posts-list.style-list .event-types {
  display: none; }

@media screen and (min-width: 750px) {
  .posts-list.style-big-images.columns-4 .event-types {
    transform: scale(0.8);
    transform-origin: top left;
    top: 15px;
    left: 15px; }
  .posts-list.style-big-images.columns-4 .post-title {
    font-size: var(--fs-small);
    line-height: 130%; }
  .posts-list.style-big-images.columns-4 .post-text {
    display: none; } }

.posts-list .post.type-podcast .post-text {
  display: none; }

.posts-list .post.type-exhibitor {
  background-color: transparent;
  width: 100%;
  height: 100%; }
  .posts-list .post.type-exhibitor .post-image-wrap {
    border-radius: 100%;
    overflow: hidden; }
  .posts-list .post.type-exhibitor .post-title-wrap {
    text-align: center; }
  .posts-list .post.type-exhibitor .post-main {
    background-color: transparent; }

.post-image-wrap,
#episode-header .episode-image,
#episode-header .wp-post-image {
  background-color: #e2a80b; }

#chapters .chapters-list .item-link:hover,
#downloads .downloads-list .item-link:hover {
  background-color: #000;
  color: var(--color-yellow); }
  #chapters .chapters-list .item-link:hover .primary .icon::before,
  #downloads .downloads-list .item-link:hover .primary .icon::before {
    color: var(--color-yellow); }
  #chapters .chapters-list .item-link:hover .secondary,
  #downloads .downloads-list .item-link:hover .secondary {
    color: var(--color-yellow); }

.publishing-date {
  border-bottom: 0;
  border-top: 0;
  text-align: left;
  margin: 0;
  padding-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25); }

#about .episode-description-teaser > p:first-child {
  font-size: var(--fs-medium);
  margin-bottom: 10px; }

@media screen and (min-width: 950px) {
  #episode-header .head-main {
    padding: 60px 30px 30px; } }

#podcast-tabs {
  margin-bottom: 30px; }
  #podcast-tabs .tabs-list {
    padding: 0; }
  #podcast-tabs .tabs-list-item {
    margin: 0; }
  #podcast-tabs .tabs-list-link {
    color: #000;
    font-weight: var(--fw-bold);
    font-size: 18px;
    padding: .6em .5em; }
    #podcast-tabs .tabs-list-link:hover {
      text-decoration: none; }
    #podcast-tabs .tabs-list-link.active {
      background-color: #000;
      color: var(--color-yellow) !important;
      padding: .6em 1em;
      margin: 0 .25em; }
  #podcast-tabs .tabs-list-item:first-child .tabs-list-link {
    margin-left: 0; }

.tabs-list-link.active,
.tabs-list-link.active:hover {
  color: #000 !important; }

.tabs-list-link:link,
.tabs-list-link:visited {
  color: rgba(0, 0, 0, 0.5); }

.page-bottom {
  padding-top: 30px; }

.page-bottom__title {
  font-size: 16px;
  font-family: var(--font-regular);
  text-transform: none;
  margin: 20px 0 40px 0; }

ul.posts-list .episode-image,
ul.posts-list .wp-post-image,
ol.posts-list .episode-image,
ol.posts-list .wp-post-image {
  height: auto; }

/* .site-logo {
    max-width: 100%;
    margin: 0;
} */
.single-podcast #page-main {
  background: transparent; }

#episode-nav {
  border-top: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.14); }

#chapters .chapters-list .item-link,
#downloads .downloads-list .item-link {
  border-bottom: 1px solid rgba(34, 34, 34, 0.14); }

#chapters .chapters-list .primary .icon,
#downloads .downloads-list .primary .icon,
#chapters .chapters-list .secondary,
#downloads .downloads-list .secondary {
  color: #000; }

.publishing-date {
  color: #000;
  opacity: .5; }
  @media screen and (max-width: 949px) {
    .publishing-date {
      text-align: center; } }

.additional-links {
  border-top: 1px solid rgba(34, 34, 34, 0.14);
  border-bottom: 1px solid rgba(34, 34, 34, 0.14);
  padding: 30px 0;
  margin-top: 0;
  height: 114px; }

.additional-links__link, .additional-links__link--podcasts {
  font-size: 18px; }

.additional-links__link--podcasts {
  position: relative;
  left: 20px;
  top: -22px; }

.contributor-list .contributor-info {
  background-color: #000;
  color: var(--color-yellow); }
  .contributor-list .contributor-info:before {
    border-bottom: 15px solid #000; }
  .contributor-list .contributor-info a:link,
  .contributor-list .contributor-info a:visited {
    color: #fff;
    text-decoration: none; }
  .contributor-list .contributor-info a:hover {
    text-decoration: underline; }

#chapters .chapters-list .item-link,
#downloads .downloads-list .item-link {
  color: #000; }

.player-button-play {
  background-color: #000; }

.comic__wrap {
  max-width: 800px;
  margin: 0 auto; }

.comic {
  margin-top: 40px; }

.comic__slider-wrap {
  position: relative; }

.comic__title {
  font-size: var(--fs-medium);
  margin-bottom: 0;
  padding-bottom: 0; }

.comic__byline .name {
  font-weight: var(--fw-bold); }

.comic__byline-label {
  font-size: var(--fs-small); }

.comic__content {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  font-size: var(--fs-medium);
  line-height: var(--lh-medium); }

.comic__content-wrap {
  padding: 0 20px;
  margin-top: 60px; }
  @media screen and (min-width: 820px) {
    .comic__content-wrap {
      padding: 0; } }

.comic__slider {
  position: relative; }
  .comic__slider .slick-dots {
    width: 100%;
    position: absolute;
    text-align: center; }

.comic__arrows {
  transition: .2s all;
  display: block;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  padding: 0 20px;
  box-sizing: content-box;
  width: calc(100% - 80px); }

.comic__arrows .slick-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  font-weight: var(--fw-bold);
  background-color: transparent;
  font-size: var(--fs-large);
  appearance: none;
  transition: all, 0.2s;
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  padding: 0;
  border-radius: 100%;
  width: 40px;
  height: 40px; }
  .comic__arrows .slick-arrow .icon {
    fill: var(--color-yellow); }
  .comic__arrows .slick-arrow:hover .icon {
    fill: var(--color-yellow); }
  .comic__arrows .slick-arrow:hover {
    background-color: var(--color-red); }

@media screen and (min-width: 1000px) {
  .comic__arrows {
    position: absolute;
    top: 0;
    margin-left: -10%;
    margin-top: 0;
    left: 0;
    width: 120%;
    top: calc(50% - 30px);
    padding: 0; }
    .comic__arrows .slick-arrow {
      position: absolute;
      width: 60px;
      height: 60px; }
    .comic__arrows .comic__nav-prev {
      position: absolute;
      left: 0; }
    .comic__arrows .comic__nav-next {
      position: absolute;
      right: 0; } }

.comic__arrows .slick-arrow svg .icon {
  transition: .2s all; }

.comic__arrow-icon {
  width: 40%;
  position: relative; }

.comic__arrow-text {
  display: none; }

.comic__nav-prev {
  left: 0; }
  .comic__nav-prev .comic__arrow-icon {
    transform: rotate(180deg);
    top: 3px;
    left: -3px; }

.comic__nav-next {
  right: 0; }
  .comic__nav-next .comic__arrow-icon {
    top: 3px;
    left: 3px; }

.comic__page {
  text-align: center; }

.comic__page.align-center .slide__wrap {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.comic__page .slide__text-wrap {
  bottom: 0; }

.comic__page.align-center .slide__text-wrap {
  bottom: auto; }

.comic__page.align-bottom-left {
  text-align: left; }

.comic__page.align-bottom-right {
  text-align: right; }

.comic__page.align-bottom-center {
  text-align: center; }

/*.slide a:hover {
  color: inherit;
  text-decoration: none;
}*/
.comic__page.text-white {
  color: #fff; }

.comic__page.text-yellow {
  color: #fbbb0c; }

.comic__page-wrap {
  position: relative; }

.comic__page-image {
  width: 100%;
  height: auto; }

.comic__page-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vpage__text-wrap {
  position: absolute; }

.comic__page-text a:link,
.comic__page-text a:visited {
  color: inherit;
  text-decoration: underline; }

.with-gradient .comic__page-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#55000000',GradientType=0 );
  /* IE6-9 */ }

.with-gradient.align-center .slide__wrap::after {
  display: none; }

.comic__page.text-dark .comic__page-text-wrap {
  background: none;
  filter: none; }

.comic__page-title,
.comic__page-text,
.comic__page-button-wrap {
  max-width: 800px;
  margin: 0 auto; }

.comic__page-title {
  font-size: 32px;
  line-height: 150%;
  margin: 0 auto !important; }

.comic__page-text {
  font-weight: bold;
  font-size: var(--fs-medium);
  line-height: 130%;
  margin-top: 10px; }

.with-gradient.align-center .comic__page-title,
.with-gradient.align-center .comic__page-text {
  text-shadow: 0 0 60px black, 0 10px 20px rgba(0, 0, 0, 0.4); }

.comic__page-button-wrap {
  padding: 13px 0;
  margin-top: 20px; }

.comic__button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: 0.2s opacity; }
  .comic__button:link, .comic__button:visited {
    background-color: #fbbb0c;
    color: #000;
    padding: .5em 1.25em;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    opacity: .9; }
  .comic__button:after {
    background-color: #000;
    content: ' ';
    display: block;
    height: 100%;
    transition: 0.2s all;
    position: absolute;
    transform: translate(0, 100%);
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1; }
  .comic__button:hover, .comic__button:focus, .comic__button:active {
    transition: 0.2s all;
    background-color: transparent;
    color: inherit; }
    .comic__button:hover:after, .comic__button:focus:after, .comic__button:active:after {
      transform: translate(0, 0); }

.slick-dots {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  /* display: flex;
  flex-wrap: wrap; */ }

.slick-dots li {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
  /* flex: 1 0 auto; */
  line-height: 0; }

.slick-dots button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: .2 all;
  overflow: hidden;
  text-indent: -999%;
  height: 10px;
  width: 10px;
  margin: 4px;
  border-radius: 100%;
  padding: 0;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.1); }

.slick-dots button:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.slick-active button {
  background-color: #000; }

@media screen and (min-width: 800px) {
  .comic__page-title {
    font-size: var(--fs-large); }
  .comic__page-image {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto; } }

/* .wp-block-pullquote.is-style-default {
  color: #000;
} */
.wp-block-image,
.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0; }
  .wp-block-image figure,
  .wp-block-embed figure {
    margin-bottom: 40px;
    position: relative; }
  .wp-block-image img,
  .wp-block-embed img {
    height: auto; }
  .wp-block-image figcaption,
  .wp-block-embed figcaption {
    margin: 0;
    padding: 2px 8px; }
  @media screen and (min-width: 600px) {
    .wp-block-image.alignfull, .wp-block-image.alignwide, .wp-block-image.size-large,
    .wp-block-embed.alignfull,
    .wp-block-embed.alignwide,
    .wp-block-embed.size-large {
      position: relative; }
      .wp-block-image.alignfull figcaption, .wp-block-image.alignwide figcaption, .wp-block-image.size-large figcaption,
      .wp-block-embed.alignfull figcaption,
      .wp-block-embed.alignwide figcaption,
      .wp-block-embed.size-large figcaption {
        text-align: right; } }
  .wp-block-column .wp-block-image figure, .wp-block-column
  .wp-block-embed figure {
    margin-bottom: 15px; }

.wp-block-column .wp-block-image.size-large {
  margin-bottom: 30px; }
  .wp-block-column .wp-block-image.size-large figcaption {
    text-align: center; }

@media screen and (max-width: 700px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    .wp-block-image .alignright img,
    .wp-block-image .alignleft img {
      width: 100%;
      height: auto; } }

.wp-block-image.alignwide,
.wp-block-image.size-large {
  margin-bottom: 40px; }

.wp-block-image.is-style-circle-mask .alignleft.size-thumbnail {
  position: relative;
  top: -10px; }

.wp-block-video.alignwide {
  margin-bottom: 40px; }
  .wp-block-video.alignwide video {
    width: 100%; }

.wp-block-cover-text {
  font-family: var(--font-headlines);
  font-weight: normal; }

.wp-block-button {
  margin-bottom: 20px; }

.wp-block-embed {
  margin-bottom: 30px; }

p + .block-posts-list,
ul + .block-posts-list,
ol + .block-posts-list,
blockquote + .block-posts-list {
  padding-top: 15px; }

@media screen and (max-width: 599px) {
  .block-brand#teaserbox-block_5e2083bbda8c6 svg {
    width: 70% !important; } }

/* Columns Block */
.wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
  margin-bottom: 10px; }

@media screen and (min-width: 600px) {
  .wp-block-column p:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column ul:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column ol:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column blockquote:not(.has-text-align-right):not(.has-text-align-center),
  .wp-block-column h1:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column h2:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column h3:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column h4:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column h5:not(.has-text-align-right):not(.has-text-align-center), .wp-block-column h6:not(.has-text-align-right):not(.has-text-align-center) {
    padding-right: 20px; }
  .wp-block-column p.has-text-align-center, .wp-block-column ul.has-text-align-center, .wp-block-column ol.has-text-align-center, .wp-block-column blockquote.has-text-align-center,
  .wp-block-column h1.has-text-align-center, .wp-block-column h2.has-text-align-center, .wp-block-column h3.has-text-align-center, .wp-block-column h4.has-text-align-center, .wp-block-column h5.has-text-align-center, .wp-block-column h6.has-text-align-center {
    padding-left: 10px;
    padding-right: 10px; } }

.block-policy {
  margin-bottom: 0;
  margin-top: 30px; }
  .block-policy h2 {
    margin-top: 15px;
    padding-top: 0; }

.grid-2 {
  list-style: inside !important; }
  @media screen and (min-width: 600px) {
    .grid-2 {
      display: flex;
      flex-wrap: wrap; }
      .grid-2 > * {
        width: 50%; } }
  .grid-2 > * {
    padding: 0;
    margin: 0 0 10px 0 !important; }

.unlist ul {
  list-style: inside !important; }
  .unlist ul li {
    margin-left: 0;
    margin-bottom: 15px; }

.blocks-gallery-item {
  overflow: hidden; }
  .blocks-gallery-item figure > a {
    cursor: pointer;
    transition: .2s all; }
    .blocks-gallery-item figure > a:hover {
      opacity: .8; }

.blocks-gallery-caption {
  text-align: right;
  display: block;
  width: 100%;
  padding: 0 20px;
  position: relative;
  top: -10px; }

.wp-block-gallery.is-style-circles .blocks-gallery-item {
  overflow: hidden !important;
  border-radius: 100% !important; }

.wp-block-gallery.is-style-circles .blocks-gallery-item__caption {
  display: none !important; }

.wp-block-gallery.is-style-circles.columns-3 .blocks-gallery-item {
  width: 25%;
  margin: 4%;
  transition: .2s all;
  border: 15px solid var(--color-yellow); }

.wp-block-gallery.is-style-circles.columns-3 .blocks-gallery-item {
  margin: 4%;
  position: relative; }

.wp-block-gallery.is-style-circles.columns-3.exhibitors-circles {
  transform: scale(0.8);
  min-width: 500px;
  height: 40vw;
  max-height: 500px; }
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-grid {
    transform: translateY(-100px);
    height: 0; }
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(2),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(5),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(8) {
    transform: translateY(-20%); }
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(3),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(6),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(9) {
    transform: translateY(-40%); }
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(4),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(5),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(6) {
    margin-top: -14%;
    left: -14%; }
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(7),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(8),
  .wp-block-gallery.is-style-circles.columns-3.exhibitors-circles .blocks-gallery-item:nth-child(9) {
    margin-top: -19%;
    right: -3%; }

.exhibitors-title {
  transform: rotate(-4deg) translate(30px, -20px) scale(0.8); }

.exhibitors-circles .blocks-gallery-item {
  background-color: #fff; }

.timetable-colums h3 {
  margin-top: 20px; }

.wp-block-media-text__media img {
  height: auto !important; }

.wp-block-columns.wrap {
  margin: 0 auto !important;
  max-width: 980px !important; }

/* Fix for the paragraphs */
.wp-block-group__inner-container p:first-child {
  padding-top: 20px; }

.wp-block-group__inner-container p:last-child {
  padding-bottom: 20px; }

p + .wp-block-button {
  margin-top: 25px; }

.wp-block-button__link:link,
.wp-block-button__link:visited {
  background-color: black;
  color: #fff;
  font-weight: normal;
  border: 2px solid currentColor;
  text-decoration: none !important;
  transition: .2s all;
  padding: .75em 1.75em; }

.wp-block-file {
  padding: 1em 0 !important; }

.wp-block-file a {
  color: #000 !important;
  font-weight: bold; }

.wp-block-file .wp-block-file__button {
  font-weight: bold;
  background-color: #000;
  color: #fff !important;
  font-size: .8em; }

.wp-block-separator {
  margin: 30px 25%; }
  .wp-block-separator.is-style-wide {
    margin: 30px 0; }

.button,
button[type=submit],
.af-previous-button,
.af-next-button,
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
.wp-block-button__link:link,
.wp-block-button__link:visited,
.searchform-submit,
.subscribe-button,
.acf-button .af-submit-button,
input[type="submit"] {
  border-radius: 1.5em !important;
  background: #000 !important;
  border: 2px solid #000 !important;
  padding: 0.6em 1.6em !important;
  transition: .2s all;
  color: var(--color-yellow); }
  .button:link, .button:visited,
  button:link[type=submit],
  .af-previous-button:link,
  .af-next-button:link,
  div.wpforms-container-full .wpforms-form input:link[type="submit"],
  div.wpforms-container-full .wpforms-form button:link[type="submit"],
  .wp-block-button__link:link,
  .searchform-submit:link,
  .subscribe-button:link,
  .acf-button .af-submit-button:link,
  input:link[type="submit"],
  button:visited[type=submit],
  .af-previous-button:visited,
  .af-next-button:visited,
  div.wpforms-container-full .wpforms-form input:visited[type="submit"],
  div.wpforms-container-full .wpforms-form button:visited[type="submit"],
  .wp-block-button__link:visited,
  .searchform-submit:visited,
  .subscribe-button:visited,
  .acf-button .af-submit-button:visited,
  input:visited[type="submit"] {
    color: var(--color-yellow);
    text-decoration: none; }

.button:hover, .button:focus, .button:active, button:hover[type=submit], .af-previous-button:hover,
.af-next-button:hover, div.wpforms-container-full .wpforms-form input:hover[type="submit"],
div.wpforms-container-full .wpforms-form button:hover[type="submit"], .wp-block-button__link:hover:link,
.wp-block-button__link:hover:visited, .searchform-submit:hover,
.subscribe-button:hover,
.acf-button .af-submit-button:hover,
input:hover[type="submit"], button:focus[type=submit], .af-previous-button:focus,
.af-next-button:focus, div.wpforms-container-full .wpforms-form input:focus[type="submit"],
div.wpforms-container-full .wpforms-form button:focus[type="submit"], .wp-block-button__link:focus:link,
.wp-block-button__link:focus:visited, .searchform-submit:focus,
.subscribe-button:focus,
.acf-button .af-submit-button:focus,
input:focus[type="submit"], button:active[type=submit], .af-previous-button:active,
.af-next-button:active, div.wpforms-container-full .wpforms-form input:active[type="submit"],
div.wpforms-container-full .wpforms-form button:active[type="submit"], .wp-block-button__link:active:link,
.wp-block-button__link:active:visited, .searchform-submit:active,
.subscribe-button:active,
.acf-button .af-submit-button:active,
input:active[type="submit"], .button--style-outline:hover, .button--style-outline:focus, .button--style-outline:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  border: 2px solid var(--color-red) !important;
  background-color: var(--color-red) !important;
  color: var(--color-yellow) !important;
  border-color: var(--color-red) !important;
  text-decoration: none !important; }

.button--style-outline,
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-radius: 1.5em !important;
  border: 2px solid currentColor;
  color: #000 !important;
  padding: 0.6em 1.6em !important;
  text-decoration: none;
  transition: .2s all; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"], textarea, .acf-field input[type="text"],
.acf-field input[type="number"],
.acf-input input[type="email"],
.acf-input input[type="url"], #commentform #author,
#commentform #email,
#commentform #comment {
  background-color: transparent !important;
  border: 2px solid #000;
  border-color: var(--color-form-border);
  border-width: 2px;
  font-size: var(--fs-base) !important;
  padding: .6em 1em !important;
  color: #000; }

.acf-field select,
.af-field-type-select select {
  background-color: var(--color-form-bg);
  background-image: url(../images/icon-dropdown.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em;
  color: #000;
  font-size: var(--fs-base) !important;
  outline: none;
  padding: .6em 3em .6em 1em !important;
  width: 100%; }
  .acf-field select:hover,
  .af-field-type-select select:hover {
    background-color: var(--color-red); }

.acf-repeater .acf-row-handle.remove {
  background-color: #00000022 !important; }

.acf-repeater .acf-row-handle.order + td {
  border-color: rgba(0, 0, 0, 0.4) !important;
  border-left-color: rgba(0, 0, 0, 0.4) !important; }

.acf-repeater.-row > table > tbody > tr > td,
.acf-repeater.-block > table > tbody > tr > td,
.dropzone.acf-field-image .acf-image-uploader .hide-if-value,
.dropzone.acf-field-file .acf-file-uploader .hide-if-value {
  border-color: black !important;
  border-left-color: black !important; }

.dropzone .acf-dropzone-info {
  color: #000 !important; }

.acf-repeater .acf-row-handle.order {
  text-shadow: none !important; }

.acf-field-repeater > .acf-input > .acf-notice::after {
  display: none;
  margin-bottom: 0 !important; }

.acf-repeater .acf-row-handle.order,
.acf-repeater .acf-row-handle.order:hover {
  color: #000; }
  .acf-repeater .acf-row-handle.order span,
  .acf-repeater .acf-row-handle.order:hover span {
    color: #000;
    font-size: 15px; }

.acf-repeater .acf-row-handle.order {
  background-color: #00000022 !important; }

.acf-repeater .acf-row-handle .acf-icon:not(.-plus) {
  display: block !important; }

.acf-repeater .acf-row {
  border-bottom: 2px solid var(--color-yellow); }

.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-plus {
  display: none !important; }

.acf-repeater .acf-actions {
  margin-top: -10px; }
  .acf-repeater .acf-actions .acf-button {
    margin: 0 0 0 1em; }

.af-page-wrap {
  border: none !important;
  margin-bottom: 0 !important;
  /*border: 1px solid rgba(0,0,0,.2) !important;*/ }

#form_5ddbe72f40fcb .af-page-wrap {
  position: relative;
  top: -1em; }

.af-page-button {
  background: transparent !important;
  height: auto !important;
  line-height: 140% !important;
  border: 0 !important;
  padding: 20px !important; }

.af-page-button::after,
.af-page-button::before {
  background-color: transparent !important;
  background-image: url(../images/form-pager.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 !important;
  content: '';
  display: block;
  height: 80px;
  opacity: .4 !important;
  position: relative;
  top: 10px !important;
  width: 20px; }

.af-page-button.enabled.current {
  opacity: 1; }

.af-page-button .title {
  padding: 0 !important;
  color: #000 !important;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  opacity: .4 !important;
  /*border-bottom: 4px solid #000;*/ }

.af-page-button .index {
  background-color: #000 !important;
  color: var(--color-yellow) !important;
  margin-right: 0 !important; }

.af-page-button.current {
  color: var(--color-yellow) !important; }

.af-page-button.current .title {
  opacity: 1 !important;
  /*text-decoration: underline;*/ }

.af-page-button::before {
  display: none; }

/*.af-page-button::after {
    border-left-color: #000 !important;
  height: 20px !important;
  border-left: 34px solid #000 !important;
    border-left-color: #000 !important;
  border-bottom: 20px solid transparent !important;
  border-top: 20px solid transparent !important;
  opacity: .2 !important;
  top: 17px !important;
}*/
#form_5ddbe72f40fcb .af-field-permission {
  position: relative;
  top: 20px; }

#form_5ddbe72f40fcb .acf-field-5ddc05dfa524b .acf-row .acf-label {
  display: none; }

#form_5ddbe72f40fcb .af-field-permission {
  position: relative;
  top: 20px; }

#form_5ddbe72f40fcb .af-field-name .af-label,
#form_5ddbe72f40fcb .af-field-address .af-label {
  display: none; }

@media screen and (min-width: 700px) {
  #form_5ddbe72f40fcb .af-field-name .acf-fields.-top.-border,
  #form_5ddbe72f40fcb .af-field-address .acf-fields.-top.-border {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: auto;
    align-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -ms-align-content: space-between; } }

#form_5de42619803a5 .af-page-wrap {
  display: none; }

#form_5dfbbb608cfae .af-submit {
  text-align: center;
  padding: 0 !important; }

#acf-field_5dfbbdc24ec79 {
  font-size: 34px !important;
  padding: 20px 30px !important; }

.acf-field-5dfbbdc24ec79 .acf-label {
  margin: 20px 0 !important; }

.searchform-submit {
  border-radius: 0 !important; }

.searchform-submit,
.searchform--big .searchform-submit {
  padding: .43em 1em !important; }

.post-password-form {
  padding-top: 80px;
  text-align: center; }
  .post-password-form p:first-child {
    font-size: var(--fs-medium);
    line-height: var(--lh-medium); }

.wp-block-embed-youtube iframe {
  width: 100%; }

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-left: 32%; }

a.strong-link:link, a.strong-link:visited {
  background: #000;
  color: #fbbb0b;
  padding: .2em .5em;
  font-size: .9em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  padding-left: 1.7em; }

/* SLider fix */
.page .page-main .wrap {
  overflow: visible; }

.light,
.translation {
  opacity: .45; }

.translation {
  font-style: italic; }

.round img,
.rounded img,
.circle img {
  overflow: hidden;
  border-radius: 100%; }

.button {
  display: inline-block;
  padding: .25em 1em;
  border: 2px solid currentColor;
  color: currentColor;
  margin-right: 1em;
  box-shadow: none !important; }

.button:hover {
  background: #000;
  color: #ffd018 !important;
  border: 2px solid #000; }

.wp-block-separator {
  background-color: #111;
  border: 0;
  height: 2px;
  /* margin: 60px 0; */
  margin: 60px auto;
  width: 40%; }

.page-header.has-image {
  height: auto; }

/* */
.has-2-columns h4 + .has-large-font-size {
  margin: 5px 0 0 0;
  padding: 0; }

.has-2-columns .has-large-font-size {
  line-height: 110%;
  margin-bottom: 0; }

/* */
#podlove-subscribe-button.outline {
  border-radius: 40px !important; }

.wp-block-button__link {
  font-size: 1em; }

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 iframe,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 object,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.map text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.page-main > .wrap > .content {
  position: relative; }

.page .page-main .wrap,
.single:not(.single-podcast) .page-main .wrap {
  line-height: 140%; }

.title-logo {
  max-width: 75%;
  margin: 0 auto; }
  @media screen and (min-width: 700px) {
    .title-logo {
      max-width: 50%; } }
  .title-logo img {
    width: 100%;
    height: auto; }

.wp-image-4774 {
  height: auto;
  width: 80%; }
  @media screen and (min-width: 600px) {
    .wp-image-4774 {
      width: 480px; } }

.home .mega-title {
  font-size: var(--fs-mega);
  line-height: var(--lh-mega);
  font-family: var(--font-headlines);
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 50px 0 15px 0; }
  @media screen and (max-width: 830px) {
    .home .mega-title {
      font-size: 15vw;
      line-height: 19vw; }
      .home .mega-title span {
        display: block; } }

@media screen and (max-width: 830px) {
  .home .has-text-align-center.has-large-font-size {
    font-size: 5vw !important; } }

.content .post-title-wrap {
  padding-top: 0; }

.content .post-title-wrap .post-link {
  text-decoration: none; }
