



/* --------------------------------winieta podstrony-------------- */

#winieta.podstrona {
    position: relative;
    background-position: -271px -142px;
  background-attachment: fixed; /* tło zostaje w miejscu */
    height: 191px !important;
    min-height: 245px;
    border-bottom: dotted 2px #c660004f;
}

 
.bottomText h3 { padding-top:25px }

.nawigacja {
    float: right;
    margin-top: 96px;
} 


.row.icc { padding-top:20px  }


.ikony2 {
    display: flex;
    justify-content: flex-end;      /* przesunięcie w prawo */
    gap: 24px;                      /* większe odstępy między ikonami */
    align-items: center;
}

/* styl ikon (opcjonalnie) */
.ikony2 a {
    font-size: 18px;
    color: inherit;
    text-decoration: none;
    opacity: .6;
}

/* 📱 wersja mobilna */
@media (max-width: 768px) {
    .ikony2 {
           /* wyśrodkowanie */
        max-width: 95vw;            /* maks. 3/4 szerokości ekranu */
        margin-left: auto;
        margin-right: auto;
        gap: 20px;
    }

    .row.icc {
    padding-top: 73px;
}
}



/* =========================================================
   TABLET – iPad PION
   ========================================================= */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    /* style dla tabletów w pionie */

   .row.icc {    padding-top: 73px; }

    #winieta.podstrona {  background-position: -273px -142px; }
}




#podstrony li.artykul h2 {
    font-size: 20px;
}




 .strongTopText {
 
    font-weight: bold;
 
}


.bottomText {
    margin-top: 38px;
}





/* fotogaleria okładki */


.galerii .okladka img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 0px ;
    background-size: 100%;
    background-position: center center;
    transition: background 1s;
     border:0px; 
     background-repeat: no-repeat;
}

.okladka .news_opis2 {
    padding: 20px;
    background: #f4efe5;
    min-height: 169px;
    box-shadow: 1px 1px 9px #00000000; 
    border-radius:   0px  0px 15px 0px    ;
    margin-top: -1px;
}


.galerii  .okladka span {
    display: block;
    font-size: 13px;
   color:  var(--color-accent-brazowy )
    /* line-height: 21px; */
}