html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "UnicaRegular";
    src: url("../fonts/Unica77LLWeb-Regular.eot");
    src: url("../fonts/Unica77LLWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Unica77LLWeb-Regular.woff2") format("woff2"), url("../fonts/Unica77LLWeb-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "UnicaRegular";
    src: url("../fonts/Unica77LLWeb-Italic.eot");
    src: url("../fonts/Unica77LLWeb-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Unica77LLWeb-Italic.woff2") format("woff2"), url("../fonts/Unica77LLWeb-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "UnicaRegular";
    src: url("../fonts/Unica77LLSub-Bold.woff2") format("woff2"), url("../fonts/Unica77LLSub-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "mtdbt2f4d";
    src: url("../fonts/mtdbt2f4d.eot");
    src: url("../fonts/mtdbt2f4d.eot?#iefix") format("embedded-opentype"), url("../fonts/mtdbt2f4d.ttf") format("ttf"), url("../fonts/mtdbt2f4d.woff") format("woff");
    /* src: url("http://meta-the-difference.com/out/kadist/eot/mtdbt2f4d.eot"); */
    /* src: url("http://meta-the-difference.com/out/kadist/eot/mtdbt2f4d.eot?#iefix") format("embedded-opentype"), url("http://meta-the-difference.com/out/kadist/ttf/mtdbt2f4d.ttf") format("ttf"), url("http://meta-the-difference.com/out/kadist/woff/mtdbt2f4d.woff") format("woff"); */
    font-weight: normal;
    font-style: normal
}

body,
input {
    font: normal 24px/27px "UnicaRegular", Helvetica, Arial, sans-serif
}
em{
  font-style: italic;
}
strong {
  font-weight: bold;
}

@media (max-width: 1000px) {
    body,
    input {
        font-size: 18px;
        line-height: 20px
    }
}

img {
    display: block;
    width: 100%;
    height: auto
}

a {
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    text-decoration: none;
    color: #000
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

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

body {
    position: relative
}

.clickable-block {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.hidden {
    opacity: 0
}

.selected .item-link {
    position: relative
}
.gray{
  color: #afafaf;
}
.page-id-4699 .header-head-menu .header-head-menu-item:first-child a{
  position: relative;
}
/* .page-id-4699 .header-head-menu .header-head-menu-item:first-child a:after, */
.selected .item-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 1px solid
}
.page-id-4699 .header-head-menu .header-head-menu-item:first-child a:after{
  /* bottom: 2px; */
}

.selected .item-link.header-filter-item:after {
    content: "";
    bottom: -2px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100
}

.header.search-active .header-head-menu,
.header.search-active .header-head-logo,
.header.search-active .wrap-header-head-langs {
    /* display: none */
}

.header:hover .header-body-info {
    max-height: 200px;
    opacity: 1
}

.header-head {
    font: normal 43px/46px "UnicaRegular", Helvetica, Arial, sans-serif;
    height: 74px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #000
}

.header-head-logo {
    font: normal 50px/51px "mtdbt2f4d";
    float: left;
    margin-top: 11px;
}
.header-head-logo img {
    padding: 5px;
    height: 60px;
    width: auto;
}

/* I'm so sorry for the !important <3 */
@media (max-width: 1380px) and (min-width: 1001px) {
    .header-head-logo {
        font-size: 44px;
        line-height: 44px;
        padding: 5px;
        height: 47px;
        width: auto;
        margin-top: 16px;
    }
    .header-head-logo img {
        height: 42px;
    }
    .header-head-menu {
        margin-top: 21px;
        font-size: 24px;
        text-transform: uppercase;
    }

    .header-search-form {
        width: calc(20% - 40px)!important;
        margin-top: 16px!important;
    }
    .header-search-input {
        font-size: 24px!important;
        line-height: 42px;
    }
    .search-toggle-button {
        margin-left: 5px!important;
        width: 36px!important;
        height: 36px!important;
        margin-top: 5px!important;
    }

}

@media (max-width: 1000px) {
    .header-head {
        font-size: 18px;
        line-height: 20px
    }
}

.no-touch .header-head:hover .header-head-menu-item {
    opacity: 1
}

.header-head-menu {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 21px
}

.header-head-menu-item {
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease
}
.header-head-menu-item:first-of-type {
  display: none;
}

.header-head-menu-item+.header-head-menu-item {
    margin-left: 28px
}

.char.character{
/* .no-touch .header-head-menu-item a:hover .character { // hovermeta */
  font: normal 43px/46px "UnicaRegular", Helvetica, Arial, sans-serif;
  font: normal 1.1628em/0.8696em "mtdbt2f4d";
}

@media (max-width: 1000px) {
    .no-touch .header-head-menu-item a:hover .character {
        font-size: 18px;
        line-height: 20px
    }
  .header-head-menu-item:first-of-type {
    display: inline;
  }
}



@media (max-width: 1000px) {
    .header-head-logo {
        margin: 0 auto;
        font-size: 18px;
        line-height: 18px;
        flex-grow: unset;
    }
    .header-head-logo img {
        height: 30px;
    }
}

.header-head-right {
    zoom: 1;
    float: right;
    margin-top: 21px
}

.header-head-right:before,
.header-head-right:after {
    content: "";
    display: table
}

.header-head-right:after {
    clear: both
}

.wrap-header-head-langs {
    -moz-transition: width 250ms ease;
    -o-transition: width 250ms ease;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
    zoom: 1;
    font: normal 50px/51px "mtdbt2f4d";
    float: left;
    width: 58px;
    height: 51px;
    position: relative;
    display: none;
}

.wrap-header-head-langs:before,
.wrap-header-head-langs:after {
    content: "";
    display: table
}

.wrap-header-head-langs:after {
    clear: both
}

@media (max-width: 1000px) {
    .wrap-header-head-langs {
        font-size: 18px;
        line-height: 18px
    }
}

.no-touch .wrap-header-head-langs:hover,
.wrap-header-head-langs.expanded {
    width: 134px
}

.no-touch .wrap-header-head-langs:hover .header-head-lang,
.wrap-header-head-langs.expanded .header-head-lang {
    opacity: 1 !important;
    visibility: visible !important
}

.no-touch .wrap-header-head-langs:hover .header-head-lang+.header-head-lang,
.wrap-header-head-langs.expanded .header-head-lang+.header-head-lang {
    margin-left: 20px
}

.header-head-lang {
    -moz-transition: opacity 250ms ease, visibility 250ms ease;
    -o-transition: opacity 250ms ease, visibility 250ms ease;
    -webkit-transition: opacity 250ms ease, visibility 250ms ease;
    transition: opacity 250ms ease, visibility 250ms ease;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    float: left
}

.header-head-lang:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0
}

.header-head-lang:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0
}

.header-head-lang:not(.active) {
    opacity: 0;
    visibility: hidden
}

.init-loading .header-filter-items {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

.header-body {
    zoom: 1;
    border-bottom: 1px solid #000
}

.header-body:before,
.header-body:after {
    content: "";
    display: table
}

.header-body:after {
    clear: both
}

.no-touch .header-body:hover .wrap-header-filter:not(.animation-close).active {
    max-height: 300px
}

.no-touch .header-body:hover .wrap-header-filter:not(.animation-close) .header-filter-items.active {
    margin-top: 0 !important
}

.no-touch .header-body:hover .wrap-header-filter:not(.animation-close) .hidden {
    opacity: 1
}

.hp-sub-nav,
.header-filter-switch {
    display: -webkit-flex;
    display: flex;
    font: normal 12px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px 0;
}

@media (max-width: 1000px) {
    .header-filter-switch {
        font-size: 12px;
        line-height: 14px
    }
}

.header-filter-switch-item {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.header-filter-switch-item:not(.selected) {
    position: relative
}

.no-touch .header-filter-switch-item:not(.selected):after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 1px solid;
    opacity: 0;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease
}

.no-touch .header-filter-switch-item:not(.selected):hover:after {
    opacity: 1
}

.switch-item+.switch-item,
.header-filter-switch-item+.header-filter-switch-item {
    margin-left: 20px
}

.header-filter-items {
    -moz-transition: margin-top 250ms ease;
    -o-transition: margin-top 250ms ease;
    -webkit-transition: margin-top 250ms ease;
    transition: margin-top 250ms ease;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 8.51689%;
    width: 82.96623%;
    float: left;
    margin-right: 2.20264%;
    margin-right: 8.51689%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 11px;
    display: none
}

.header-filter-items.active {
    display: -webkit-flex;
    display: flex
}

.header-filter-items.filter-items-chars {
    font: normal 43px/46px "UnicaRegular", Helvetica, Arial, sans-serif;
    width: 65.93245%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    float: none
}

@media (max-width: 1000px) {
    .header-filter-items.filter-items-chars {
        font-size: 18px;
        line-height: 20px
    }
}

.wrap-header-filter-chars .header-filter-items+.header-filter-item {
    margin-left: 30px
}

.wrap-header-filter-chars.wrap-header-filter.active {
    max-height: 75px
}

.header-filter-item {
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    margin-bottom: 11px;
    opacity: 1
}

.header-filter-item+.header-filter-item {
    margin-left: 20px
}

.header-filter-item.hidden {
    opacity: 0
}

.no-touch .header-filter-item:hover a {
    color: inherit
}

.no-touch .wrap-header-filter-chars .header-filter-item:hover .is-character{
/* .no-touch .header-filter-item:hover .character { // hovermeta */
  font: normal 24px/27px "UnicaRegular", Helvetica, Arial, sans-serif;
  font: normal 1.1628em/0.8696em "mtdbt2f4d";
}

@media (max-width: 1000px) {
    .no-touch .header-filter-item:hover .character {
        font-size: 18px;
        line-height: 20px
    }
}

.page-template-template-homepage .header-filter-item.hidden {
    opacity: 1
}

.no-touch .wrap-header-filter-chars .header-filter-item:hover .character {
  font: normal 43px/46px "UnicaRegular", Helvetica, Arial, sans-serif;
  font: normal 1.1628em/0.8696em "mtdbt2f4d";
}

@media (max-width: 1000px) {
    .no-touch .wrap-header-filter-chars .header-filter-item:hover .character {
        font-size: 18px;
        line-height: 20px
    }
}

.wrap-header-filter {
    -moz-transition: max-height 250ms ease;
    -o-transition: max-height 250ms ease;
    -webkit-transition: max-height 250ms ease;
    transition: max-height 250ms ease;
    position: relative;
    max-height: 300px
}

.wrap-header-filter.active {
    max-height: 88px;
    overflow: hidden
}

.search-toggle-button {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    margin-left: 20px;
    margin-top: -2px;
    background-image: url("../elements/icon_search.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.search-active .search-toggle-button {
    /* background-image: url("../elements/icon_close.svg") */
}

.footer {
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #000
}

.footer.footer-layer {
    -moz-transition: -moz-transform 250ms ease;
    -o-transition: -o-transform 250ms ease;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    bottom: 29px;
    position: fixed;
    z-index: 100
}
@media (max-width: 1000px) {
  .footer.footer-layer{
    display: none !important;
  }
}

.footer.footer-layer:hover {
    -moz-transform: translateY(29px);
    -ms-transform: translateY(29px);
    -webkit-transform: translateY(29px);
    transform: translateY(29px)
}

.footer a {
    -moz-transition: border-bottom 250ms ease;
    -o-transition: border-bottom 250ms ease;
    -webkit-transition: border-bottom 250ms ease;
    transition: border-bottom 250ms ease;
    border-bottom: 1px solid transparent
}
.footer .about{
  /* display: none; */
}
.footer.footer-layer .about {
  /* display: block; */
}
.footer.hid .footer-content,
.footer.footer-layer .footer-content{
  margin-top: 5px;
}
.footer-content .footer-column:nth-child(1){
  margin-left: 1.4%;
}
.footer.footer-layer .footer-newsletter,
.footer.footer-layer .footer-content .footer-column:nth-child(3),
.footer.footer-layer .footer-content .footer-column:nth-child(2),
.footer.footer-layer:hover .footer-content{
  margin-top: 28px;
}
.footer.footer-layer:hover .footer-newsletter,
.footer.footer-layer:hover .footer-content .footer-column:nth-child(3),
.footer.footer-layer:hover .footer-content .footer-column:nth-child(2){
  margin-top: 0;
}

.no-touch .footer a:hover {
    border-bottom: 1px solid
}

.footer-content {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 28px;
    padding-bottom: 50px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.footer-content:before,
.footer-content:after {
    content: "";
    display: table
}

.footer-content:after {
    clear: both
}

.footer-content h1 {
    letter-spacing: 0.0357em;
    text-transform: uppercase
}

.footer-content p+p,
.footer-content p+h1 {
    margin-top: 20px
}

.footer-column {
    width: 23.34802%;
    float: left;
    margin-right: 1.7%;
    position: relative;
}
@media (min-width: 1001px) {
  .footer-column:nth-child(2) {
    width: 22.34802%;
    margin-left: 2%;
    margin-right: 0;
  }

}
.footer-column:last-child {
  margin-right: 0;
}

.footer-column-socialmedia {
  zoom: 1;
  /*position: absolute;*/
  right: 20px;
  padding-bottom: 20px;
}


.footer-column-socialmedia:before,
.footer-column-socialmedia:after {
    content: "";
    display: table
}

.footer-column-socialmedia:after {
    clear: both
}

.footer-column-socialmedia-item {
    float: left;
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover
}
a.footer-column-socialmedia-item:hover {
  border-bottom: none !important;
  opacity: 0.5;
  text-decoration: none;
}

.footer-column-socialmedia-item.socialmedia-item-facebook {
  background-image: url("../elements/social-media-icons-01.svg");
}
.footer-column-socialmedia-item.socialmedia-item-vimeo {
  background-image: url("../elements/vimeo-icon.svg");
}

.footer-column-socialmedia-item.socialmedia-item-instagram {
    background-image: url("../elements/social-media-icons-02.svg");
}

.footer-column-socialmedia-item.socialmedia-item-twitter {
    background-image: url("../elements/social-media-icons-03.svg");
}

.footer-column-socialmedia-item.socialmedia-item-soundcloud {
    background-image: url("../elements/soundcloud logo.svg");
}

.footer-column-socialmedia-item.socialmedia-item-linkedin {
    background-image: url("../elements/linkedin logo.svg");
}

.footer-column-socialmedia-item.socialmedia-item-youtube {
    background-image: url("../elements/youtube logo.svg");
}

.footer-column-socialmedia-item.socialmedia-item-threads {
    background-image: url("../elements/threads-logo-black.svg");
    background-size: contain;
}

.footer-column-socialmedia-item+.footer-column-socialmedia-item {
    margin-left: 10px
}

.footer-newsletter {
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif;
    /* margin-top: 16px */
}

.footer-newsletter-input {
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 6px;
    border-bottom: 1px solid #000;
    width: 150px;
}

.footer-newsletter-input:focus {
    outline: none
}

.footer-newsletter-input+.footer-newsletter-input {
    margin-top: 9px
}

.wrap-footer-newsletter-checkbox {
    margin-top: 7px
}

.footer-newsletter-checkbox {
    display: none
}

.footer-newsletter-checkbox:checked+.footer-newsletter-checkbox-style {
    background-image: url("../elements/checkbox-checked.svg")
}

.footer-newsletter-checkbox-style {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url("../elements/checkbox-unchecked.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 1px
}

.footer-newsletter-checkbox-text {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 8px
}

.btn-primary,
.footer-newsletter-button {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif;
    -moz-transition: background-color 250ms ease, color 250ms ease;
    -o-transition: background-color 250ms ease, color 250ms ease;
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    text-transform: uppercase;
    background-color: #fff;
    padding: 1px 4px 0 4px;
    margin: 0;
    border: 1px solid #000;
    -webkit-appearance: none;
    margin-top: 15px
}

.footer-newsletter-button:hover {
    background-color: #000;
    color: #fff
}

.main {
  position: relative;
    padding-top: 36px;
    margin-top: 64px;
    min-height: calc(100vh - 106px)
}

.with-submenu+.main {
    margin-top: 158px
}

.main.with-about {
    min-height: inherit
}

.main-content {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 110px
}
.page-id-4520 .header-head-menu-item.hidden{
  opacity: 1;
}
.carousel-caption,
.single-work .post-title{
  font-style: italic;
}
.page-template-template-multi-column .main-content,
.single .main-content {
  padding-left: 4.20264%;
  padding-right: 4.20264%;
}
.single .fr{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;

}

.main-content:before,
.main-content:after {
    content: "";
    display: table
}

.main-content:after {
    clear: both
}

.teaser {
    width: 100%
}

.teaser+.teaser {
    margin-top: 41px
}

.no-touch .teaser:hover .teaser-venue,
.no-touch .teaser:hover .teaser-content-title,
.no-touch .teaser:hover .teaser-content-title a,
.no-touch .teaser:hover .teaser-content-details,
.no-touch .teaser:hover .teaser-category span,
.no-touch .teaser:hover .teaser-category a,
.no-touch .teaser:hover .teaser-content-title span,
.teaser.hover .teaser-venue,
.teaser.hover .teaser-content-title,
.teaser.hover .teaser-content-details,
.teaser.hover .teaser-category span,
.teaser.hover .teaser-category a {
    color: inherit
}

/* hovermeta */
/* .no-touch .teaser:hover .js-characters .character, */
/* .teaser.hover .js-characters .character { */
/*   font: normal 24px/27px "UnicaRegular", Helvetica, Arial, sans-serif; */
/*   font: normal 1.1628em/0.8696em "mtdbt2f4d"; */
/* } */

@media (max-width: 1000px) {
    .no-touch .teaser:hover .js-characters .character,
    .teaser.hover .js-characters .character {
        font-size: 18px;
        line-height: 20px
    }
}

.teaser-venue {
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    text-align: center;
    color: #000
}

.teaser-venue+.teaser-image {
    margin-top: 6px
}

.teaser-image {
    margin-left: 4.40529%;
    margin-right: 4.40529%
}

.teaser-large .teaser-image {
    margin-left: 2.20264%;
    margin-right: 2.20264%
}

.teaser-image-wrap {
    position: relative
}

.teaser-image-wrap img {
    position: absolute;
    left: 0;
    top: 0
}

.teaser-large .teaser-portrait .teaser-image {
    margin-left: 12.91759%;
    margin-right: 12.91759%
}

.teaser-content {
    text-align: center;
    margin-top: 19px
}

.teaser-content-details {
    -moz-transition: ease 250ms;
    -o-transition: ease 250ms;
    -webkit-transition: ease 250ms;
    transition: ease 250ms;
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    color: #000;
    display: block;
    margin-top: 6px;
    text-transform: uppercase
}

.collaborator-name, .venue-name {
    text-transform: uppercase;
    font: normal 18px/20px "UnicaRegular", Helvetica, Arial, sans-serif
}

@media (max-width: 1000px) {
    .teaser-content-details {
        font-size: 16px;
        line-height: 18px
    }
}

.teaser-category {
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    text-transform: uppercase;
    display: block
}

@media (max-width: 1000px) {
    .teaser-category {
        font-size: 16px;
        line-height: 18px
    }
}

.teaser-category span {
    -moz-transition: ease 250ms;
    -o-transition: ease 250ms;
    -webkit-transition: ease 250ms;
    transition: ease 250ms;
    color: #000
}

.teaser-columns {
    zoom: 1
}

.teaser-columns:before,
.teaser-columns:after {
    content: "";
    display: table
}

.teaser-columns:after {
    clear: both
}

.teaser-columns+.teaser-columns {
    margin-top: 48px
}

.teaser-column {
    width: 31.8649%;
    float: left;
    margin-right: 2.20264%
}

.teaser-column:nth-child(3) {
    width: 31.8649%;
    float: right;
    margin-right: 0
}

.wrap-teaser {
    zoom: 1;
    width: 31.8649%;
    float: left;
    margin-right: 2.20264%
}

.wrap-teaser:before,
.wrap-teaser:after {
    content: "";
    display: table
}

.wrap-teaser:after {
    clear: both
}

.wrap-teaser.teaser-large {
    width: 65.93245%;
    float: left;
    margin-right: 2.20264%
}

.teaser-direction-left .wrap-teaser:nth-child(1) {
    width: 65.93245%;
    float: left;
    margin-right: 2.20264%
}

.teaser-direction-left .wrap-teaser:nth-child(2) {
    width: 31.8649%;
    float: right;
    margin-right: 0
}

.teaser-direction-right .wrap-teaser:nth-child(1) {
    width: 31.8649%;
    float: left;
    margin-right: 2.20264%
}

.teaser-direction-right .wrap-teaser:nth-child(2) {
    width: 65.93245%;
    float: right;
    margin-right: 0
}

.teaser-direction-top .wrap-teaser {
    margin-left: 17.03377%;
    margin-right: 17.03377%
}

.article-type {
    font: normal 24px/27px "UnicaRegular", Helvetica, Arial, sans-serif;
    text-align: center
}

@media (max-width: 1000px) {
    .article-type {
        font-size: 18px;
        line-height: 20px
    }
}

.article-title {
    font: normal 76px/74px "UnicaRegular", Helvetica, Arial, sans-serif;
    margin-left: 12.77533%;
    width: 74.44934%;
    float: left;
    margin-right: 2.20264%;
    margin-right: 12.77533%;
    text-align: center
}

@media (max-width: 1000px) {
    .article-title {
        font-size: 24px;
        line-height: 24px
    }
}

.article-type+.article-title {
    margin-top: 8px
}

.article-date {
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    text-transform: uppercase;
    text-align: center;
    margin-top: 7px;
    float: left;
    width: 100%
}

@media (max-width: 1000px) {
    .article-date {
        font-size: 9px;
        line-height: 11px
    }
}

.article-body {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    zoom: 1
}
.article-body a{
  border-bottom: 1px solid #ccc;
}

.article-body strong {
  font-weight: bold;
}

.article-body:before,
.article-body:after {
    content: "";
    display: table
}

.article-body:after {
    clear: both
}

.article-head+.article-body {
    margin-top: 40px
}

.article-header+.article-body {
    margin-top: 50px
}

.article-body-text {
    width: 65.93245%;
    float: left;
    margin-right: 2.20264%;
    max-width: 665px
}
.article-right{
  width: 42%;
    float: left;

}

.article-body-text p+p {
    margin-top: 1.125em
}

.article-body-text img {
    padding-left: 12.91291%;
    padding-right: 12.91291%
}

.wrap-embedded-video {
    width: 100%;
    margin-bottom: 130px;
    overflow: hidden;
}

.embedded-video {
    position: relative;
    width: 65.93245%;
    margin-left: auto;
    margin-right: auto
}

.embedded-video:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.article-body-sidebar {
    width: 31.8649%;
    float: right;
    margin-right: 0
}

.article-body-sidebar a:not(.sidebar-extern-link) {
    -moz-transition: border-bottom 250ms ease;
    -o-transition: border-bottom 250ms ease;
    -webkit-transition: border-bottom 250ms ease;
    transition: border-bottom 250ms ease;
    /* border-bottom: 1px solid transparent */
}

.no-touch .article-body-sidebar a:not(.sidebar-extern-link):hover {
    border-bottom: 1px solid
}

.sidebar-item-text iframe{
  margin-bottom: 12px;
}
.sidebar-item-text iframe:last-child{
  margin-bottom: 0;
}
.sidebar-item+.sidebar-item {
    margin-top: 18px
}

.sidebar-item p+p {
    margin-top: 14px
}

.sidebar-extern+.sidebar-item {
    margin-top: 18px
}

.sidebar-item-title {
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    text-transform: uppercase;
    border-top: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000
}

@media (max-width: 1000px) {
    .sidebar-item-title {
        /* font-size: 9px; */
        /* line-height: 11px */
    }
}

.sidebar-item-text {
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif;
    margin-top: 7px
}

@media (min-width: 1001px) {
    .sidebar-item-text {
        display: block !important
    }
}

.article-header {
    position: relative;
    margin-top: 36px;
    clear: both;
    float: left;
    width: 100%
}

.carousel-expand {
    padding-bottom: 45.277%
}

.expand-placeholder {
    width: 65.93245%;
    float: left;
    margin-right: 2.20264%
}

.carousel {
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    width: 100vw;
    height: 100%
}

.carousel-cell {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-right: 24px;
    overflow: hidden
}

.carousel-cell+.carousel-cell {
    margin-left: 0
}

.carousel-cell-image {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    overflow: hidden
}

.carousel-cell-image img {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.carousel-cell-image:after {
    content: "";
    padding-bottom: 100%
}

.wrap-carousel-counter {
    zoom: 1;
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    min-height: 60px
}

.wrap-carousel-counter:before,
.wrap-carousel-counter:after {
    content: "";
    display: table
}

.wrap-carousel-counter:after {
    clear: both
}

.carousel-caption {
    width: 31.8649%;
    float: left;
    margin-right: 2.20264%
}

.carousel-counter {
    float: right
}

.flickity-page-dots {
    bottom: inherit;
    top: 12px
}

.flickity-page-dots {
    display: none
}

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

.masonry-gutter {
    width: 2.20264%
}

.masonry-width {
    width: 31.8649%
}

.related {
    border-top: 1px solid #000;
    display: none
}

.related-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 13px;
    padding-bottom: 90px
}

.isotope-items {
    display: block;
    position: relative;
    margin-top: 11px;
    margin-bottom: 100px
}

.isotope-items .teaser {
    width: 31.8649%;
    float: left;
    margin-right: 2.20264%;
    margin-right: 0;
    margin-bottom: 41px
}

.isotope-items .teaser+.teaser {
    margin-top: 0
}

.teaser-columns+.isotope-items {
    margin-top: 41px
}

.related-content-headline+.isotope-items {
    margin-top: 28px
}

.related-content-headline {
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 1000px) {
    .related-content-headline {
        font-size: 9px;
        line-height: 11px
    }
}

.infinite-loading-url {
    position: absolute;
    bottom: 0
}

.sidebar-extern {
    width: 100%
}

.sidebar-extern:hover .sidebar-extern-link {
    background-color: #000;
    color: #fff
}

.sidebar-extern-link {
    -moz-transition: background-color 250ms ease, color 250ms ease;
    -o-transition: background-color 250ms ease, color 250ms ease;
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 22px 0 17px;
    border: 1px solid #000;
    background-color: #fff
}

@media (max-width: 1000px) {
    .sidebar-extern-link {
        font-size: 9px;
        line-height: 11px
    }
}

.block-about {
    border-top: 1px solid #000
}

.main+.block-about {
    margin-top: 30px
}

.block-about .main-content {
    margin-top: 12px
}

.about-column {
    width: 31.8649%;
    float: left;
    margin-right: 2.20264%
}

.about-column:nth-child(3) {
    margin-right: 0
}

.about-column-direction {
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    text-transform: uppercase
}

@media (max-width: 1000px) {
    .about-column-direction {
        font-size: 9px;
        line-height: 11px
    }
}

.about-column-intro {
    font: normal 24px/27px "UnicaRegular", Helvetica, Arial, sans-serif;
    font-style: normal
}

@media (max-width: 1000px) {
    .about-column-intro {
        font-size: 18px;
        line-height: 20px
    }
}

.about-column-direction+.about-column-intro {
    margin-top: 16px
}

.about-column-text {
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif
}

.about-column-direction+.about-column-text {
    margin-top: 16px
}

.about-column-intro+.about-column-text {
    margin-top: 20px
}

.about-column-text p+p,
.about-column-text p+h1,
.about-column-text p+h2 {
    margin-top: 20px
}

.about-column-text h1+p,
.about-column-text h2+p,
.about-column-text li {
    margin-top: 5px
}

.about-column-text h1,
.about-column-text h2 {
    text-transform: uppercase;
    letter-spacing: 0.0357em
}

.header-search-form {
    display: none;
    float: right;
    margin-top: 21px;
    width: calc(23% - 65px);
    /* width: 24%; */
}
.header-search-form input{
    /* text-align: center; */
}

.search-active .header-search-form {
    display: block
}

.header-search-input {
    font: normal 43px/46px "UnicaRegular", Helvetica, Arial, sans-serif;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}


@media (max-width: 1000px) {
    .header-search-input {
        font-size: 18px;
        line-height: 20px
    }
}

.header-search-input:focus {
    outline: none
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.search-results-headline {
    font: normal 66px/64px "UnicaRegular", Helvetica, Arial, sans-serif;
    text-align: center
}

@media (max-width: 1000px) {
    .search-results-headline {
        font-size: 24px;
        line-height: 24px
    }
}

.search-results-headline+.isotope-items {
    margin-top: 30px
}

.character {
    /* font: normal 1.1628em/0.8696em "mtdbt2f4d" */
}

.on-mobile {
    display: none
}

.header-body-info {
    font: normal 16px/20px "UnicaRegular", Helvetica, Arial, sans-serif;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    zoom: 1;
    -moz-transition: max-height 250ms ease, opacity 250ms ease;
    -o-transition: max-height 250ms ease, opacity 250ms ease;
    -webkit-transition: max-height 250ms ease, opacity 250ms ease;
    transition: max-height 250ms ease, opacity 250ms ease;
    padding-bottom: 10px;
    display: none;
    overflow: hidden;
    opacity: 1;
    max-height: 200px
}

.header-body-info:before,
.header-body-info:after {
    content: "";
    display: table
}

.header-body-info:after {
    clear: both
}

.header-body-info.active {
    display: block
}

.header-body-info.hidden {
    max-height: 0;
    opacity: 0
}

.header-body-info-text {
    width: 40.38179%;
    float: left;
    margin-right: 2.20264%
}

.header-body-info-details {
    width: 31.8649%;
    float: right;
    margin-right: 0
}

.header-body-info-detail {
    width: 46.54378%;
    float: left;
    margin-right: 6.91244%
}

.header-body-info-detail:last-child {
    margin-right: 0
}

.infinite-loading-animation {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    visibility: hidden
}

.infinite-loading-animation.is-loading {
    visibility: visible
}

.js-clock {
    position: relative;
    border: 1px solid #000;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 0 auto
}

#clock-sec,
#clock-min,
#clock-hour {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px
}

#clock-sec:after {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    content: "";
    width: 1px;
    height: 45%;
    background-color: #000;
    display: block
}

#clock-min:after {
    -moz-transform: translateY(44%);
    -ms-transform: translateY(44%);
    -webkit-transform: translateY(44%);
    transform: translateY(44%);
    content: "";
    width: 2px;
    height: 35%;
    background-color: #000;
    display: block
}

#clock-hour:after {
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    content: "";
    width: 3px;
    height: 25%;
    background-color: #000;
    display: block
}

.clock-locations {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font: normal 14px/18px "UnicaRegular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0357em;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    text-transform: uppercase;
    text-align: center;
    width: 100%
}

@media (max-width: 1000px) {
    .clock-locations {
        font-size: 16px;
        line-height: 18px
    }
}

#bp {
    width: 2px
}

@media (max-width: 1000px) {
    .on-mobile {
        display: block
    }
    #bp {
        width: 1px
    }
    .hidden {
        display: none
    }
    .header-head {
        zoom: 1;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
        flex-wrap: wrap;
    }
    .header-head:before,
    .header-head:after {
        content: "";
        display: table
    }
    .header-head:after {
        clear: both
    }
    .header-head-logo {
        margin-top: 6px;
    }
    .header-head-logo img {
        height: 41px;
    }
    .search-toggle-button {
        width: 22px;
        height: 22px;
        margin-left: 5px;
        margin-top: 11px;
    }
    .mobile-menu-button {
        float: left;
        width: 23px;
        height: 12px;
        padding: 26px 14px 10px 11px;
        box-sizing: content-box
    }
    .mobile-menu-button div {
        border-top: 1px solid #000
    }
    .mobile-menu-button div+div {
      margin-top: 5px;
    }
    .header-head-logo {
        font-size: 44px;
        line-height: 44px;
        margin-top: 12px;
        text-align: center;
        padding-right: 43px;
    }
    .mobile-header-holder {
        margin-top: 2px;
        margin-left: 11px;
        width: 100%;
    }
    .mobile-menu-open .mobile-header-holder {
      display: none;
    }
    .search-active .mobile-header-holder {
        display: none
    }
    .header-head-menu {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        zoom: 1;
        margin-top: 0;
        position: relative;
        left: 0;
        clear: both;
        display: none;
        padding-bottom: 4px;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        width: 100%;
    }
    .header-head-menu:before,
    .header-head-menu:after {
        content: "";
        display: table
    }
    .header-head-menu:after {
        clear: both
    }
    .header-head-menu-item {
      margin: 0 8px !important;
    }
    .header-head-menu-item.hidden {
        display: block;
        opacity: 1
    }
    .header-head-menu-item.selected {
        /* display: none */
    }
    .header-head-right {
        margin-top: 12px;
        position: absolute;
        top: 0;
        right: 6px
    }
    .header-search-form {
        margin-top: 21px;
        margin-left: 5px;
        width: 108px;

    }
    .mobile-menu-open .header-head-menu {
        display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    }
    .mobile-menu-open .mobile-menu-button {
        background-image: url("../elements/icon_close.svg");
        background-position: center 21px;
        background-size: 15px;
        background-repeat: no-repeat
    }
    .mobile-menu-open .mobile-menu-button div {
        visibility: hidden
    }
    .header-body {
        position: relative;
        height: 45px;
    }
    .header-filter-switch {
        height: 45px;
        overflow: hidden;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% + 1px);
        float: left;
        padding-left: 14px;
        padding-top: 0;
        display: block;
        z-index: 10
    }
    .header-filter-switch:after {
        content: "";
        box-sizing: content-box;
        display: block;
        padding: 10px 8px;
        width: 15px;
        height: 8px;
        background-image: url("../elements/icon_arrow_down.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        position: absolute;
        right: 0;
        top: 9px;
    }
    .header-filter-switch.mobile-filters-show:after {
        content: "";
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .header-filter-switch:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 100
    }
    .header-filter-switch-item {
        display: none;
        padding-top: 8px;
        padding-bottom: 7px
    }
    .header-filter-switch-item+.header-filter-switch-item {
        margin-left: 0
    }
    .header-filter-switch-item.selected {
        display: block;
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .wrap-header-filter {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        max-height: inherit !important
    }
    .header-filter-items {
        background: #fff;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-left: 8px;
        width: 100%;
        height: 45px;
        float: right;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        overflow: hidden
    }
    .hp-sub-nav:before,
    .header-filter-items:after {
        content: "";
        box-sizing: content-box;
        display: block;
        padding: 10px 8px;
        width: 15px;
        height: 8px;
        background-image: url("../elements/icon_arrow_down.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        position: absolute;
        right: 0;
        top: 9px;
    }
    .header-filter-items.mobile-filters-show:after {
        content: "";
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .header-filter-items.active {
        display: block
    }
    .header-filter-items:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 100
    }
    .header-filter-items.filter-items-chars {
        width: 100%
    }
    .header-filter-item {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0
    }
    .header-filter-item+.header-filter-item {
        margin-left: 0
    }
    .selected .item-link:after {
        content: none
    }
    .header-filter-switch.mobile-filters-show,
    .header-filter-items.mobile-filters-show {
        height: auto;
        overflow: auto;
        max-height: 80vh;
        -webkit-overflow-scrolling: touch
    }
    .header-filter-switch.mobile-filters-show:before,
    .header-filter-items.mobile-filters-show:before {
        content: none
    }
    .header-filter-switch.mobile-filters-show .hidden,
    .header-filter-items.mobile-filters-show .hidden {
        display: block;
        opacity: 1
    }
    .header-filter-switch.mobile-filters-show .header-filter-switch-item,
    .header-filter-items.mobile-filters-show .header-filter-switch-item {
        display: block
    }
    .footer-content {
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 17px
    }
    .footer-column {
        width: 100%
    }
    .footer-column+.footer-column {
      margin-top: 41px;
        margin-left: 1.4%;
    }
    .main {
        margin-top: 9px;
        padding-top: 18px
    }
    .more-about{
      position: relative !important;
      margin-top: 0 !important;
      margin-bottom: 10px;
    }
    .main-content {
        padding-left: 14px;
        padding-right: 14px
    }
    .wrap-teaser {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .wrap-teaser+.wrap-teaser {
        margin-top: 41px
    }
    .teaser-image {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .article-header {
        margin-top: 4px
    }
    .article-title {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .article-type+.article-title {
        margin-top: 5px
    }
    .carousel-expand {
        padding-bottom: 60.69%
    }
    .expand-placeholder {
        width: calc(100% - 24px)
    }
    .carousel-cell {
        margin-right: 8px
    }
    .carousel-caption {
        width: 82.96623%;
        float: left;
        margin-right: 2.20264%
    }
    .wrap-carousel-counter {
        font-size: 9px;
        line-height: 11px;
        min-height: 33px
    }
    .article-header+.article-body {
        margin-top: 20px
    }
    .article-body-text {
        width: 100%;
        margin-right: 0
    }
    .article-body-sidebar {
        width: 100%;
        margin-top: 40px
    }
    .sidebar-item-title {
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        padding-top: 6px;
        padding-bottom: 4px
    }
    .sidebar-item-text {
        display: none;
        margin-top: 17px;
        padding-bottom: 19px;
        border-bottom: 1px solid #000
    }
    .sidebar-item+.sidebar-item {
        margin-top: 0
    }
    .sidebar-item+.sidebar-item .sidebar-item-title {
        border-top: 0
    }
    .related-content {
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 11px;
        padding-bottom: 15px
    }
    .related-content-headline+.isotope-items {
        margin-top: 18px
    }
    .isotope-items .teaser {
        width: 48.89868%;
        margin-bottom: 31px
    }
    .isotope-items .masonry-width {
        width: 48.89868%
    }
    .isotope-items .masonry-gutter {
        width: 2.20264%
    }
    .teaser-columns+.isotope-items {
        margin-top: 31px
    }
    .no-touch .wrap-header-head-langs:hover .header-head-lang+.header-head-lang,
    .wrap-header-head-langs.expanded .header-head-lang+.header-head-lang {
        margin-left: 7px
    }
    .wrap-header-head-langs {
        height: 18px;
        width: 21px
    }
    .no-touch .wrap-header-head-langs:hover,
    .wrap-header-head-langs.expanded {
        width: 48px
    }
    .about-columns .about-column, .about-column {
        width: 100%;
        margin-right: 0
    }
    .about-column+.about-column {
        margin-top: 32px
    }
    .teaser-content-details,
    .teaser-category {
        font-size: 12px;
        line-height: 14px
    }
    .wrap-embedded-video {
        width: 100%;
        margin-right: 0;
        max-width: inherit
    }
    .embedded-video {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}
.page-template-template-press .content{
  padding-bottom: 20px;
}
.pdf-item{
  margin-bottom: 10px;
}
body .annotator-frame.annotator-collapsed{
  display: none;
}
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
small{
  font-size: 0.8em;
}
h2{
  font-size: 15px;
  line-height: 1;
  margin-bottom: 4px;
}
 h3{
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 3px;
}
.main h4{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
}
.main h5{
  font-size: 13px;
  line-height: 1;
  margin-bottom: 3px;
}
.main h6{
  font-size: 35px;
  line-height: 1;
  margin-bottom: 5px;
}
.more-about{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
}
.more-about a:hover:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 1px solid;
}
.more-about a{
  position: relative;
}
.mce-content-body img.alignleft,
.article-body-text img.alignleft{
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
  width: auto;
}
