.elkh_logo {
  position: absolute;
  left: 55%;
  top: 15px;
  width: 250px;
}
.mobile {
  display: none;
}
@media (max-width: 1140px) {
  .elkh_logo {
    left: 59%;
    width: 206px;
  }
}
@media (max-width: 1023px) {
  .elkh_logo {
    display: block;
    margin-top: 75px;
  }
  body {
    overflow-x: hidden !important;
  }
  body * {
    float: none !important;
    height: unset !important;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  .wrapper {
    width: unset !important;
    max-width: 100vw;
  }
  .wrapper.container {
    overflow-x: hidden;
    overflow-y: visible;
    min-height: 800px;
  }
  img {
    max-width: 100%;
  }

  #menu {
    border: 0;
    position: absolute;
    overflow-x: hidden;
    height: 100% !important;
    background: unset;
  }
  #menu .wrapper {
    width: max-content !important;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: max-content;
    background-image: linear-gradient(#fff 0%, #efefef 100%);
    z-index: 10;
    position: absolute;
    right: 0;
    transform: translate(100%, 0);
    padding: 10px 20px;
  }
  #menu .wrapper * {
    height: 0 !important;
    overflow: hidden;
  }
  #menu .wrapper.is-open {
    transform: translate(0, 0);
    transition: transform 0.3s;
  }
  #menu .wrapper.is-open * {
    height: auto !important;
  }
  #menu .wrapper .bars {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 30px;
    height: 30px !important;
    position: absolute;
    left: -40px;
    flex-direction: column;
    top: 12px;
    background-image: linear-gradient(#fff 0%, #efefef 100%);
    padding: 5px;
  }
  #menu .wrapper.is-open .bars:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100vw;
  }
  #menu .wrapper .bars .bar {
    width: 90%;
    height: 2px !important;
    background-color: #222;
  }
  #menu .wrapper:not(.is-open) #mta-popup {
    display: none !important;
  }
  #menu ul#mainnav li.mta-popup-toggle {
    display: flex;
    align-items: center;
  }
  #menu ul#mainnav li.mta-popup-toggle a {
    padding-right: 0;
  }
  #menu .wrapper #mainnav {
    display: flex;
    flex-direction: column;
    width: max-content;
    height: max-content;
  }
  #menu .wrapper #mainnav li {
    margin: 0;
    height: unset;
    line-height: unset;
  }
  #menu .wrapper.is-open .sightless {
    width: 25px;
    height: 25px !important;
    background-size: contain;
  }
  #menu ul:not(.subnav) > li > a {
    padding-right: 55px;
  }
  #menu li ul.subnav {
    width: 150px;
    position: static;
    display: block !important;
  }
  #menu li.is-open ul.subnav {
    display: block !important;
  }
  #menu .has-children > a {
    padding-right: 10px;
  }
  #menu .has-children .thirdnav {
    display: block !important;
    position: static;
    box-shadow: none !important;
    max-width: 87%;
  }
  #menu .has-children .thirdnav > li > a {
    padding: 0;
  }
  #menu a {
    text-decoration: underline;
  }
  #menu a:not([href]) {
    text-decoration: none;
  }

  #header {
    padding: 20px 0;
  }
  #header .wrapper * {
    position: unset;
  }
  #header .logo img {
    width: 100%;
    max-width: 500px;
    margin-left: 16px;
  }
  #header .title {
    position: absolute;
    top: 0;
    left: 85px;
    padding: 0 5px;
    width: unset;
  }
  #header .search-form {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: relative;
    top: 0;
  }
  #header .search-form .search-input {
    width: 90%;
    padding: 20px;
  }
  #header .search-form .search-submit {
    position: absolute !important;
    top: calc(50% - 8px);
    right: 10%;
  }
  #header .title h1 {
    font-size: 14px;
  }
  #header .title h1 strong {
    font-size: 16px;
  }

  #statement .wrapper {
    padding: 10px 20px;
  }
  #statement h3 {
    font-size: 14px;
  }

  #left {
    width: calc(100% - 45px) !important;
    position: absolute !important;
    transform: translate(calc(100% + 30px), 90px);
    z-index: 9 !important;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 5px;
    transition: transform 0.3s;
  }
  #left.is-open {
    transform: translate(30px, 90px);
  }
  #left.is-open .tk-opener:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100vw;
  }
  #left .tk-opener {
    position: absolute;
    width: 25px;
    left: -23px;
  }
  #left ul.main > li {
    width: 91%;
  }
  #left > div {
    background: #fff;
  }

  #main {
    width: 100% !important;
    overflow-x: scroll;
  }
  #main table {
    max-width: 87vw;
  }
  #main table td p {
    overflow-wrap: break-word;
  }
  .stressed-news {
    width: 85%;
    margin: 20px auto;
  }
  .stressed-news:last-child {
    margin-bottom: 100px;
  }

  .main-section {
    width: 90%;
    margin: 0 auto;
  }
  .calendar-list {
    display: flex;
    flex-wrap: wrap;
  }
  .calendar-list-left,
  .calendar-list-right {
    width: 50%;
  }
  .calendar-list .event {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .calendar-list .event .date-circle {
    width: 40px;
  }
  .jti-cols {
    width: 100%;
  }
  .jti-cols .col {
    width: unset;
  }

  #footer .footer-bar .wrapper {
    padding: 0 20px;
  }
  #footer .footer-bar ul {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #footer .footer-bar ul li {
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    border: none;
  }
  #footer .netpeople {
    height: 23px !important;
    margin: 20px auto 0;
  }

  h2.page-title,
  .breadcrumb,
  .page-content {
    width: 90%;
    margin: 0 auto 25px;
  }
  .page-content {
    overflow-wrap: break-word;
  }
  #mta-popup {
    width: 178% !important;
    left: -100%;
  }
  #mta-popup .col {
    width: 100%;
  }

  #repertorium .result-filter {
    width: 100%;
  }
  #repertorium .result-filter form {
    display: flex;
    justify-content: space-between;
  }
  #repertorium .result-ticket p {
    display: flex;
  }
  #repertorium .result-ticket .ticket-title {
    width: 45%;
  }
  iframe {
    width: 100%;
  }

  .databasemodule-table table {
    width: 87vw !important;
  }
  .databasemodule-table tr {
    display: flex;
    flex-wrap: wrap;
    width: 87vw !important;
  }
  .databasemodule-table tr td {
    width: 50%;
  }
  #databasemodule .container .row > div {
    max-width: 87vw;
    flex: none;
  }
  #databasemodule .databasemodule-table table tr td {
    border-top: 1px solid #eee !important;
    overflow-wrap: break-word;
  }
  #databasemodule .databasemodule-table table tr:last-child td:last-child,
  #databasemodule
    .databasemodule-table
    table
    tr:last-child
    td:nth-last-child(2) {
    border-bottom: 1px solid #eee !important;
  }
  #databasemodule .databasemodule-table table tr td:nth-child(odd) {
    border-left: 1px solid #eee !important;
  }
  #databasemodule .databasemodule-table table tr td:last-child {
    border-right: 1px solid #eee !important;
  }
  #databasemodule select {
    display: block;
    margin-bottom: 10px;
  }
  #databasemodule label {
    display: block;
  }
  #databasemodule
    .databasemodule-search-form
    .form-group
    .databasemodule-search-input {
    max-width: 100%;
  }
  .missing-page-input {
    width: 76vw !important;
  }
  .events-head {
    display: flex;
    align-items: center;
  }
  .events-head a {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .events-head .actual {
    flex: 2;
  }

  .slick-text {
    font-size: 22px;
  }
  .slick-track {
    display: flex;
  }
  .slick-track .slick-slide {
    width: max-content;
  }

  .jti-three-cols {
    width: 95% !important;
    margin: 0 auto;
  }
  .jti-three-cols > div {
    width: 97% !important;
    margin-bottom: 30px;
  }

  .news-items article h2 {
    margin-bottom: 15px;
  }

  .blog-posts {
    width: 98%;
    margin: 0 auto;
  }
  .blog-sidebar {
    width: 98%;
    margin: 0 auto;
  }
  .blog-sidebar .search-form .search-input {
    height: 30px !important;
  }

  .blog-site .blog-posts {
    width: 95% !important;
  }
  #lwp-filter {
    width: 100% !important;
  }
  .blog-sidebar .section {
    position: relative;
    left: calc(50% - 145px);
  }

  .mta-link {
    width: 86%;
  }
  #menu .wrapper.is-open .mta-link .opener {
    height: 100% !important;
  }
}
