body{
		font-family: Mundial, verdana, sans-serif !important;
}
.elementor-widget-image .elementor-image>a, .elementor-widget-image .elementor-image figure>a {
    display: unset;
}
.u-section-2 .u-image-1 {
    height: auto;
    margin: 8px auto 20px 0;
}
.u-section-2 .u-sheet-1 {
    min-height: 30px;
}
.u-image.u-image-tiles {
    background-size: initial;
    background-repeat: repeat-x;
    background-position: top left !important;
}

.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
    background: #ffffff;
    padding: 20px;
    border-bottom: 0px solid #b5b5b5 !important;
    padding-top: 35px;
    transition: 0.4s ease-in-out;
}
body .userway .userway_accessibility_icon {
    position: fixed!important;
    filter: none!important;
    cursor: pointer;
    background: #003d68!important;
    border-radius: 50%!important;
    padding: 4px;
    transition: .1s;
    transition-delay: 300ms;
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    text-align: center;
    box-sizing: content-box!important;
    margin-top: 50px;
}
.u-section-3 .u-image-1 {
    height: auto;
    margin: 20px auto 20px 0;
}
.u-section-2 .u-breadcrumbs-1 {
    font-size: 1.025rem;
    width: 100%;
    height: auto;
    margin: 0 941px 0 0;
}
.u-section-4 .u-layout-wrap-1 {
    width: auto;
    margin: 75px 0 75px;
}
img {
  max-width: 100%;
  height: auto;
}
.u-breadcrumbs-item .u-nav-item > li {word-break: break-all !important;}
body .uwy.userway_p1 .uai {
    top: 75px;
    right: auto;
    bottom: auto;
    left: calc(100vw - 21px);
    transform: translate(-100%);
}
.u-section-3 .u-image-1 {
    height: 100%;
    margin: 20px auto 20px 0;
}
.u-section-4 .u-image-1 {
    height: 100%;
    margin: 20px auto 20px 0;
}


/* dodane Andrzej Kuca - 30.07.2025 */
.kontakt-box {
  max-width: 100%;
  width: 100%;
  max-width: 400px;
  float: right;
  margin-left: 5%;
  margin-bottom: 40px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
}

.kontakt-link {
  display: block;
  background-color: rgb(188,36,83);
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.kontakt-ikona {
  display: inline-block;
  margin-right: 8px;
}

.kontakt-big {
  display: block;
  margin-top: 5px;
  font-size: 1.1em;
}

.kontakt-opis {
  display: block;
  font-size: 0.9em;
}

.kontakt-box a:focus {
      outline: 3px solid #ffcc00;
      outline-offset: 2px;
}

.kontakt-link:hover,
.kontakt-link:focus {
  outline: 3px solid #000; /* czarny obrys */
  outline-offset: 4px;
  background-color: #fff; /* jasne tło dla kontrastu */
  color: rgb(188,36,83); /* bordowy tekst */
}


@media screen and (max-width: 600px) {
  .kontakt-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}