/*
Theme Name: Aber Natürlich — Elementor
Description: Responsywny motyw centrum językowego ze stroną główną i czterema podstronami edytowalnymi w Elementorze.
Version: 2.0.4
Author: Aber Natürlich
Text Domain: aber-naturlich
Requires at least: 6.0
Requires PHP: 7.4
*/

:root {
  --aber-yellow: #FEE10E;
  --aber-ink: #162c4a;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: #162c4a;
  background: #fff;
  border-radius: 8px;
}

.current-menu-item > a,
.current_page_item > a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--aber-yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.generic-page {
  min-height: 60vh;
  padding: 90px 0;
}

.generic-page__inner {
  width: min(900px, calc(100% - 40px));
  margin-inline: auto;
}

.generic-page__inner > h1 {
  margin-bottom: 34px;
}

.generic-page__content > * + * {
  margin-top: 1.2em;
}

@media screen and (min-width: 783px) {
  .admin-bar .site-header { top: 32px; }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}


.site-footer {
  color: #000000;
}

.site-footer a {
  color: #000000;
}