html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  scroll-behavior: smooth; }

.mobile_navigation .elementor-nav-menu li {
  margin-bottom: 5px; }
  .mobile_navigation .elementor-nav-menu li > a {
    background: #EE7F00;
    color: white;
    position: relative; }
    .mobile_navigation .elementor-nav-menu li > a .sub-arrow {
      position: absolute;
      float: right;
      right: 15px; }
  .mobile_navigation .elementor-nav-menu li.menu-item-has-children .sub-menu li a {
    background: #242424;
    font-size: 17px;
    padding-left: 30px; }
  .mobile_navigation .elementor-nav-menu li ul.elementor-nav-menu--dropdown {
    position: relative !important;
    margin-left: 0 !important;
    margin-top: 5px !important; }

.exhibition-label {
  margin-bottom: 70px;
  border-bottom: 1px solid #242424;
  padding-bottom: 20px; }

.exhibition-widget article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 120px;
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition-widget article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .exhibition-widget article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 80px; } }
  @media (max-width: 480px) {
    .exhibition-widget article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 60px; } }

.exhibition-widget.list:not(:last-child) {
  border-bottom: 1px solid #242424;
  margin-bottom: 60px; }

.exhibition-widget .exhibition-read-more,
.exhibition-widget .exhibition-vernissage {
  margin: unset; }

.exhibition-widget .exhibition-details {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10%;
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition-widget .exhibition-details {
      padding-right: 0;
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .exhibition-widget .exhibition-details {
      padding-right: 0;
      margin-top: 60px; } }
  @media (max-width: 480px) {
    .exhibition-widget .exhibition-details {
      padding-right: 0;
      margin-top: 30px; } }
  .exhibition-widget .exhibition-details .exhibition-date {
    margin: 80px 0 50px 0; }
  .exhibition-widget .exhibition-details .exhibition-read-more,
  .exhibition-widget .exhibition-details .exhibition-vernissage {
    font-weight: 700;
    font-size: inherit; }
  .exhibition-widget .exhibition-details .exhibition-read-more {
    margin-top: 30px;
    margin-bottom: 40px;
    color: inherit;
    position: relative; }
    .exhibition-widget .exhibition-details .exhibition-read-more:after {
      content: ">>";
      color: #EE7F00;
      position: absolute;
      margin-left: 5px; }
  .exhibition-widget .exhibition-details .exhibition-description {
    margin-bottom: 60px; }

.pressrelease-label {
  margin-bottom: 70px;
  border-bottom: 1px solid #242424;
  padding-bottom: 20px; }

.pressrelease-widget article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.pressrelease-widget.list:not(:last-child) {
  margin-bottom: 40px; }

.pressrelease-widget .pressrelease-name:not(a) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EE7F00; }

.pressrelease-widget .exhibition-read-more,
.pressrelease-widget .exhibition-vernissage {
  margin: unset; }

.pressrelease-widget .elementor-post__thumbnail__link {
  width: 33%; }

.pressrelease-widget .pressrelease-details {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 25px; }
  .pressrelease-widget .pressrelease-details .pressrelease-date {
    margin: 5px 0; }
  .pressrelease-widget .pressrelease-details .exhibition-read-more,
  .pressrelease-widget .pressrelease-details .exhibition-vernissage {
    font-weight: 700;
    font-size: inherit; }
  .pressrelease-widget .pressrelease-details .pressrelease-read-more {
    margin-top: 0;
    margin-bottom: 10px;
    color: inherit;
    position: relative; }
    .pressrelease-widget .pressrelease-details .pressrelease-read-more:after {
      content: ">>";
      color: #EE7F00;
      position: absolute;
      margin-left: 5px; }
  .pressrelease-widget .pressrelease-details .exhibition-description {
    margin-bottom: 60px; }


.bm-lang-switcher {
      border: 1px solid #000;
    border-radius: 50px;
}
.bm-lang-switcher a {
    padding: 9px 6px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    height: 33px;
    color: #7e7e7e;
    position: relative;
}
.bm-lang-switcher a:after {
      content: '';
    width: 1px;
    height: 14px;
    background: #7e7e7e;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bm-lang-switcher li:last-child a:after {
  display: none;
}
.bm-lang-switcher .wpml-ls-current-language a {
  color: #000000;
}
.bm-lang-switcher a span {
  white-space: nowrap;
}
.bm-lang-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0px 0px 0 37px;
    border: none;
}
.bm-language-toggle img{
    width: 35px;
    height: 35px;
}
.bm-language-toggle {
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.bm-lang-switcher .wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    align-items: center;
}
/*.bm-lang-switcher .wpml-ls-legacy-list-horizontal>ul li:nth-child(2) {
  display: none;
}*/
.bm-lang-switcher-wrapper {
    width: 35px !important;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s;
}
.bm-lang-switcher-wrapper.open {
  width: 160px !important;
}
.footer .bm-lang-switcher-wrapper {
  margin-left: 20px;
  width: auto !important;
}
.footer .bm-lang-switcher {
    border: 1px solid rgba(0, 0, 0, -1);
}
.footer .bm-lang-switcher .wpml-ls-current-language a {
    color: #fff;
}
.footer .bm-lang-switcher a:after {
    background: #fff;
}

.footer .bm-language-toggle img {
    width: 30px;
    height: 30px;
    margin-top: 4px;
}
.bm-lang-switcher-wrapper.mobile {
    margin-right: 45px;
    z-index: 9;
}
.top-searchbar.top-searchbar--mobile {
    outline: none !important;
}