/* --------------------------------------------------

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

@media (min-width: 992px) and (max-width: 1199px) {
  .site-main {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row-enhanced {
    margin-left: -15px;
    margin-right: -15px; } }

.no-link-color a {
  color: inherit !important; }

.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 ul.sub-menu li > a {
    background: #525966;
    padding-left: 5px !important;
    font-size: initial;
    text-transform: uppercase; }
  .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; }
  @media (max-width: 992px) {
    .exhibition-label {
      margin-bottom: 35px; } }

.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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .exhibition-widget article {
      margin-bottom: 35px; } }
  @media (max-width: 992px) {
    .exhibition-widget article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 992px) {
    .exhibition-widget article .elementor-post__thumbnail__link {
      margin-bottom: 35px; } }

.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%; }
  .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 black; }

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

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

.pressrelease-widget .elementor-post__thumbnail {
  background-size: contain;
  width: 100%;
  height: 225px;
  background-repeat: no-repeat;
  background-position: top center; }

.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: 35px; }
  .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; }