/* COLORS */
/* MOBILE Landscape */
@media all and (max-width: 767px) {
  .search-bar {
    top: 34px;
    right: 10px;
  }
  .search-bar .search-button {
    padding: 0;
  }
  .search-bar .search-button .search-icon {
    margin: 0;
    padding: 10px;
  }

  .search-input {
    top: 34px;
    right: 10px;
  }

  .main-page #header-section {
    background: rgba(255, 255, 255, 0.95);
    height: auto;
    box-shadow: 0 3px 3px rgba(1, 1, 1, 0.4);
  }
  .main-page #header-section::before, .main-page #header-section::after {
    display: none;
  }
  .main-page #header-section .section-heading {
    padding: 20px;
  }
  .main-page #header-section .section-heading .heading-lower {
    height: 120px;
  }
  .main-page #header-section .section-heading .heading-upper {
    background-image: none;
    display: block;
    width: auto;
    height: auto;
  }
  .main-page #header-section .section-heading .heading-upper .left-side,
.main-page #header-section .section-heading .heading-upper .right-side {
    display: none;
  }
  .main-page #header-section .section-heading .heading-upper .middle-side {
    background-image: url(../images/logo-main-mobile.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 124px;
    height: 80px;
    margin: 0;
  }
  .main-page #header-section .section-heading .heading-upper .middle-side a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .main-page #header-section .header-radio {
    top: 34px;
    left: auto;
    right: 100px;
  }
  .main-page #header-section .header-radio a .fm-icon {
    width: 52px;
    height: 52px;
    background-size: 70%;
  }
  .main-page #header-section .erd40-logo {
    position: absolute;
    top: 36px;
    left: auto;
    right: 190px;
  }
  .main-page #header-section .erd40-logo figure img {
    height: 45px;
  }
  .main-page #header-section.scroll {
    height: auto;
    background: rgba(255, 255, 255, 0.85);
  }
  .main-page #header-section.scroll .section-heading .heading-upper {
    background-image: none;
    height: auto;
  }
  .main-page body .container #main-section {
    margin: 120px 0 0;
  }
  .main-page .background .main-background {
    background-image: url(../images/main-bg-mobile.jpg);
    height: 300px;
  }
  .main-page .main-menu {
    padding: 145px 0 0;
  }
  .main-page .main-menu .list-items .item {
    flex: 1 0 50%;
  }
  .main-page .main-menu .list-items .item .icon {
    top: -17px;
  }
  .main-page .main-menu .list-items .item .title {
    margin: 10px 0 5px;
  }
  .main-page .section-important {
    margin: 60px 20px;
  }
  .main-page .section-important .important-information {
    max-width: none;
  }
  .main-page .main-news {
    margin: 30px auto 60px;
  }
  .main-page .main-news .list-items {
    margin-top: 10px;
  }
  .main-page .main-news .list-items .item {
    width: calc(100% - 20px);
    margin: 0 10px 30px;
  }
  .main-page .main-banners .list-items .item {
    margin: 0 15px 30px;
  }

  .footer-three-col .col-1 {
    padding: 0;
    border: 0;
    margin: 0 auto 10px;
    flex: 0 1 100%;
    background-position: center;
  }
  .footer-three-col .col-2 {
    margin: 0;
    flex: 1 0 100%;
    display: block;
    text-align: center;
  }
  .footer-three-col .col-2 .col-2-1,
.footer-three-col .col-2 .col-2-2 {
    margin: 10px 10px 0;
  }
  .footer-three-col .col-4 {
    margin-bottom: 30px;
  }
  .footer-three-col .col-4 ul {
    justify-content: center;
    padding: 0;
  }
  .footer-three-col .col-4 ul li {
    padding: 0 10px;
  }

  .gdpr > div {
    padding: 10px 20px;
    flex-flow: row wrap;
    gap: 0;
  }
  .gdpr > div p {
    font-size: 18px;
    width: 100%;
  }
  .gdpr > div > .button {
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
  }

  .lister.view .content-view-content article .article-lead table,
.lister.view .content-view-content article .article-body table {
    border: none;
  }
  .lister.view .content-view-content article .article-lead table thead,
.lister.view .content-view-content article .article-body table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  .lister.view .content-view-content article .article-lead table tbody,
.lister.view .content-view-content article .article-body table tbody {
    display: block;
  }
  .lister.view .content-view-content article .article-lead table tr, .lister.view .content-view-content article .article-lead table.table tr,
.lister.view .content-view-content article .article-body table tr,
.lister.view .content-view-content article .article-body table.table tr {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .lister.view .content-view-content article .article-lead table tr td,
.lister.view .content-view-content article .article-body table tr td {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 0 none;
  }
  .lister.view .content-view-content article .article-lead table tr td:before,
.lister.view .content-view-content article .article-body table tr td:before {
    display: none;
  }
  .lister.view .content-view-content article .article-lead table tr td:last-child,
.lister.view .content-view-content article .article-body table tr td:last-child {
    border-bottom: 1px solid #C4C4C4;
  }
  .lister.view .content-view-content article .article-lead table tr td[data-label]:not([data-label=""])::before,
.lister.view .content-view-content article .article-body table tr td[data-label]:not([data-label=""])::before {
    content: attr(data-label);
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    text-transform: none;
  }
  .lister.view .content-view-content article .article-lead table.without-thead tbody tr:first-child,
.lister.view .content-view-content article .article-body table.without-thead tbody tr:first-child {
    display: none;
  }
}
/* MOBILE Landscape */
@media all and (max-width: 479px) {
  .search-bar {
    top: 14px;
    right: 5px;
  }
  .search-input {
    top: 14px;
    right: 5px;
    width: 310px;
  }

  .main-page #header-section .section-heading {
    padding: 10px;
  }
  .main-page #header-section .section-heading .heading-lower {
    height: 80px;
  }
  .main-page #header-section .section-heading .heading-upper {
    height: auto;
  }
  .main-page #header-section .section-heading .heading-upper .middle-side {
    width: 95px;
    height: 60px;
  }
  .main-page #header-section .header-radio {
    top: 14px;
  }
  .main-page #header-section .erd40-logo {
    display: none;
  }
  .main-page .section-important .important-information .inner-information .info-title {
    font-size: 15px;
  }

  .footer-three-col .col-4 ul li {
    flex: 1 0 100%;
    text-align: center;
    margin: 5px 0 0;
  }
}