body:not(.wp-core-ui) footer,
html:not(.wp-toolbar) footer,
.acf-block-preview footer {
  background: #141e30;
  background: linear-gradient(to top, #243b55, #141e30);
  padding-top: 50px;
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer,
  html:not(.wp-toolbar) footer,
  .acf-block-preview footer {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 1366px) {
  body:not(.wp-core-ui) footer .et-container-large,
  html:not(.wp-toolbar) footer .et-container-large,
  .acf-block-preview footer .et-container-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body:not(.wp-core-ui) footer .col-logo img,
html:not(.wp-toolbar) footer .col-logo img,
.acf-block-preview footer .col-logo img {
  margin-bottom: 20px;
}
body:not(.wp-core-ui) footer .col-logo .footer-kontakt,
html:not(.wp-toolbar) footer .col-logo .footer-kontakt,
.acf-block-preview footer .col-logo .footer-kontakt {
  color: #fff;
}
body:not(.wp-core-ui) footer .col-logo .footer-kontakt p,
html:not(.wp-toolbar) footer .col-logo .footer-kontakt p,
.acf-block-preview footer .col-logo .footer-kontakt p {
  font-size: 0.75rem;
}
body:not(.wp-core-ui) footer .col-logo .footer-kontakt p strong,
body:not(.wp-core-ui) footer .col-logo .footer-kontakt p b,
html:not(.wp-toolbar) footer .col-logo .footer-kontakt p strong,
html:not(.wp-toolbar) footer .col-logo .footer-kontakt p b,
.acf-block-preview footer .col-logo .footer-kontakt p strong,
.acf-block-preview footer .col-logo .footer-kontakt p b {
  font-weight: 700;
}
body:not(.wp-core-ui) footer .col-logo .footer-kontakt a,
html:not(.wp-toolbar) footer .col-logo .footer-kontakt a,
.acf-block-preview footer .col-logo .footer-kontakt a {
  font-size: 0.75rem;
}
body:not(.wp-core-ui) footer .col-menu .label,
html:not(.wp-toolbar) footer .col-menu .label,
.acf-block-preview footer .col-menu .label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
body:not(.wp-core-ui) footer .col-menu .label:before,
html:not(.wp-toolbar) footer .col-menu .label:before,
.acf-block-preview footer .col-menu .label:before {
  content: "";
  width: 3px;
  height: 25px;
  background-color: var(--main);
  display: flex;
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .col-menu .label,
  html:not(.wp-toolbar) footer .col-menu .label,
  .acf-block-preview footer .col-menu .label {
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
body:not(.wp-core-ui) footer .col-menu .footer-nav .footer-menu,
html:not(.wp-toolbar) footer .col-menu .footer-nav .footer-menu,
.acf-block-preview footer .col-menu .footer-nav .footer-menu {
  padding-left: 0;
}
body:not(.wp-core-ui) footer .col-menu .footer-nav .footer-menu .sub-menu,
html:not(.wp-toolbar) footer .col-menu .footer-nav .footer-menu .sub-menu,
.acf-block-preview footer .col-menu .footer-nav .footer-menu .sub-menu {
  display: none;
}
body:not(.wp-core-ui) footer .col-menu .footer-nav .footer-menu .menu-item,
html:not(.wp-toolbar) footer .col-menu .footer-nav .footer-menu .menu-item,
.acf-block-preview footer .col-menu .footer-nav .footer-menu .menu-item {
  list-style-type: none;
  display: grid;
  grid-template-columns: 5px 1fr;
  gap: 10px;
  align-items: flex-start;
}
body:not(.wp-core-ui) footer .col-menu .footer-nav .footer-menu .menu-item:before,
html:not(.wp-toolbar) footer .col-menu .footer-nav .footer-menu .menu-item:before,
.acf-block-preview footer .col-menu .footer-nav .footer-menu .menu-item:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--main);
  display: flex;
  margin-top: 10px;
}
body:not(.wp-core-ui) footer .col-menu .footer-nav .footer-menu .menu-item a,
html:not(.wp-toolbar) footer .col-menu .footer-nav .footer-menu .menu-item a,
.acf-block-preview footer .col-menu .footer-nav .footer-menu .menu-item a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
body:not(.wp-core-ui) footer .col-menu .footer-nav .footer-menu .menu-item a::after,
html:not(.wp-toolbar) footer .col-menu .footer-nav .footer-menu .menu-item a::after,
.acf-block-preview footer .col-menu .footer-nav .footer-menu .menu-item a::after {
  display: none;
}
body:not(.wp-core-ui) footer .col-menu.active .label:after,
html:not(.wp-toolbar) footer .col-menu.active .label:after,
.acf-block-preview footer .col-menu.active .label:after {
  transform: rotate(180deg);
  transition-duration: 0.4s;
}
body:not(.wp-core-ui) footer .col-menu.active .footer-nav .footer-menu,
html:not(.wp-toolbar) footer .col-menu.active .footer-nav .footer-menu,
.acf-block-preview footer .col-menu.active .footer-nav .footer-menu {
  display: block;
}
body:not(.wp-core-ui) footer .footer-wrapper,
html:not(.wp-toolbar) footer .footer-wrapper,
.acf-block-preview footer .footer-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding-bottom: 49px;
}
@media only screen and (max-width: 1100px) {
  body:not(.wp-core-ui) footer .footer-wrapper,
  html:not(.wp-toolbar) footer .footer-wrapper,
  .acf-block-preview footer .footer-wrapper {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .footer-wrapper,
  html:not(.wp-toolbar) footer .footer-wrapper,
  .acf-block-preview footer .footer-wrapper {
    grid-template-columns: 1fr;
  }
}
body:not(.wp-core-ui) footer .fb-center,
html:not(.wp-toolbar) footer .fb-center,
.acf-block-preview footer .fb-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
body:not(.wp-core-ui) footer .fb-icon,
html:not(.wp-toolbar) footer .fb-icon,
.acf-block-preview footer .fb-icon {
  margin-top: 2px;
  width: 14px;
}
@media only screen and (max-width: 1100px) {
  body:not(.wp-core-ui) footer .fb-icon,
  html:not(.wp-toolbar) footer .fb-icon,
  .acf-block-preview footer .fb-icon {
    padding-top: 10px;
  }
}
body:not(.wp-core-ui) footer .footer-info,
html:not(.wp-toolbar) footer .footer-info,
.acf-block-preview footer .footer-info {
  font-size: 0.75rem;
  line-height: 18px;
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .footer-info,
  html:not(.wp-toolbar) footer .footer-info,
  .acf-block-preview footer .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
body:not(.wp-core-ui) footer .footer-social,
html:not(.wp-toolbar) footer .footer-social,
.acf-block-preview footer .footer-social {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .footer-social,
  html:not(.wp-toolbar) footer .footer-social,
  .acf-block-preview footer .footer-social {
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
  }
}
body:not(.wp-core-ui) footer .footer-social li,
html:not(.wp-toolbar) footer .footer-social li,
.acf-block-preview footer .footer-social li {
  list-style-type: none;
}
body:not(.wp-core-ui) footer .footer-social li a,
html:not(.wp-toolbar) footer .footer-social li a,
.acf-block-preview footer .footer-social li a {
  font-size: 0.75rem;
  color: var(--main);
  border: 0.5px solid var(--main);
  border-radius: 5px;
  display: flex;
  gap: 8px;
  padding: 7px 9px;
  width: 104px;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .footer-social li a,
  html:not(.wp-toolbar) footer .footer-social li a,
  .acf-block-preview footer .footer-social li a {
    justify-content: center;
    width: auto;
  }
}
body:not(.wp-core-ui) footer .footer-copyright-wrap,
html:not(.wp-toolbar) footer .footer-copyright-wrap,
.acf-block-preview footer .footer-copyright-wrap {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .footer-copyright-wrap,
  html:not(.wp-toolbar) footer .footer-copyright-wrap,
  .acf-block-preview footer .footer-copyright-wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
body:not(.wp-core-ui) footer .footer-copyright-wrap .policy-list,
html:not(.wp-toolbar) footer .footer-copyright-wrap .policy-list,
.acf-block-preview footer .footer-copyright-wrap .policy-list {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .footer-copyright-wrap .policy-list,
  html:not(.wp-toolbar) footer .footer-copyright-wrap .policy-list,
  .acf-block-preview footer .footer-copyright-wrap .policy-list {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 700px) {
  body:not(.wp-core-ui) footer .footer-copyright-wrap .policy-list li,
  html:not(.wp-toolbar) footer .footer-copyright-wrap .policy-list li,
  .acf-block-preview footer .footer-copyright-wrap .policy-list li {
    line-height: 18px;
  }
}
body:not(.wp-core-ui) footer .footer-copyright-wrap .policy-list li a,
html:not(.wp-toolbar) footer .footer-copyright-wrap .policy-list li a,
.acf-block-preview footer .footer-copyright-wrap .policy-list li a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: #eee;
}
body:not(.wp-core-ui) footer .footer-copyright-wrap .copy,
html:not(.wp-toolbar) footer .footer-copyright-wrap .copy,
.acf-block-preview footer .footer-copyright-wrap .copy {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
body:not(.wp-core-ui) footer .footer-copyright-wrap .copy a,
html:not(.wp-toolbar) footer .footer-copyright-wrap .copy a,
.acf-block-preview footer .footer-copyright-wrap .copy a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

.accessibility-bar {
  position: fixed;
  top: 40vh;
  right: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 10px 5px;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .accessibility-bar {
    top: inherit;
    bottom: 80px;
  }
}
.accessibility-bar ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accessibility-bar ul li {
  font-size: 12px !important;
  font-weight: 700;
  border: 1px solid #eee;
  background-color: #f0f0f0;
  padding: 5px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.accessibility-bar ul li.active {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.accessibility-bar .contrast-switcher svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.dark-mode footer .col-menu .label:before {
  background-color: #fdca40 !important;
}
.dark-mode footer .col-menu .footer-nav .footer-menu .menu-item:before {
  background-color: #fdca40 !important;
}
.dark-mode footer {
  background: #000 !important;
  border-top: 1px solid #fdca40;
}
.dark-mode .accessibility-bar {
  background-color: #fdca40;
  border-color: #000;
}
.dark-mode .accessibility-bar .accessible-btn {
  background-color: #000;
  border-color: #000;
}
.dark-mode .accessibility-bar .highlight-links-toggle svg path {
  fill: #fdca40;
}
.dark-mode .accessibility-bar .contrast-switcher {
  background-color: #000;
  border-color: #000;
}
.dark-mode .accessibility-bar .contrast-switcher svg path {
  fill: #fdca40;
}

.info-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.info-modal.hidden {
  display: none;
}

.info-modal-content {
  background: #fff;
  padding: 80px 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 700px;
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .info-modal-content {
    padding: 70px 20px;
    max-width: 300px;
    height: 60vh;
    overflow-y: scroll;
  }
}
.info-modal-content strong {
  font-weight: 700;
}
.info-modal-content strong span {
  font-weight: 700;
}
.info-modal-content strong > * {
  font-weight: 700 !important;
}
.info-modal-content ul {
  list-style-type: disc;
}

body.dark-mode .info-modal .info-modal-content {
  background: #000 !important;
  border: 2px solid #fdca40;
}
body.dark-mode .fb-icon svg path {
  fill: #fdca40 !important;
}

.close-info-modal {
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  cursor: pointer;
  background-color: var(--main);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */