body{
  font: 15px sans-serif;
  font-family: 'Poppins', sans-serif;
  background: #000;
  color:#fff;
  padding-bottom: 100px;
}

body a:focus{
  border: 2px dashed yellow !important;
}

.pisane{
  font-family: 'Delicious Handrawn', cursive !important;
}

.schowaj{
  display: none !important;
}

.naglowek-kontrastu{
  padding: 30px;
}
  .naglowek-kontrastu h2{
    font-weight: bold;
    font-size: 200%;
    color: mistyrose;
  }
  .naglowek-kontrastu h4{
    font-weight: bold;
    font-size: 120%;
    color: rosybrown;
    margin: 10px auto 20px;
  }
    .naglowek-kontrastu h4 a{
      display: inline-block;
      background: yellow;
      padding: 6px 16px;
      border-radius: 5px;
      color:#000;
      text-decoration: none;
      margin-left: 20px;
      font-weight: bold;
    }
      .naglowek-kontrastu h4 a em{
        margin-left: 10px;
      }
.naglowek{
  display: block;
  width: 100%;
  height: 570px;
}
.logo{
  display: block;
  margin-top: 100px;
}
.logo a{
  display: inline-block;
}
.logo a img{
  max-width: 400px;
}
@media only screen and (max-width:1300px) {
  .naglowek{
    height: 370px;
  }
}
@media only screen and (max-width: 990px) {
  .naglowek{
    height: auto;
  }
  .logo{
    margin: 70px auto 20px;
    text-align: center;
  }
}


/* ---- ME NU */
.menu-strony{
  background: #222;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-top: 70px;
}
.menu-strony h2{
  color: yellow;
  margin: 10px 10px 20px;
}
.menu-strony ul{
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.menu-strony li{
  display: block;
  list-style-type: none;
  margin: 4px 0;
  padding: 0;
  border-bottom: 1px dashed #555;
}
.menu-strony li a{
  display: block;
  background: yellow;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 90%;
}
.menu-strony li a:hover, .menu-strony li a:focus{
  color: yellow;
  background: #222;
}
.menu-strony .sub a{
  padding-left: 30px;
}
.menu-strony .sub a:before{
  content: '- ';
}

.rozwin-menu-strony{
  display: none;
  width: 100%;
  margin: 10px auto;
  font-size: 200%;
  color: #4d788b;
  text-decoration: none;
  text-align: center;
}
.rozwin-menu-strony:hover{
  background: #cdc76f;
  color: #4d788b;
}

@media only screen and (max-width: 990px) {
  .menu-strony{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .menu-strony ul{
    display: none;
  }
  .rozwin-menu-strony{
    display: block;
  }
}

/* ---- AKTUALNOSCI */
.news-start{
  background: #222;
  backdrop-filter: blur(7px);
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 40px;
  border-left: 5px solid #d6d186;
  border-bottom: 5px solid #d6d186;
  position: relative;
}
.news-wprowadzenie{
  color: #eee;
  margin: 10px 10px 20px;
  font-size: 240%;
}

.news-start a{
  text-decoration: none;
}

.news-start h2{
  font-weight: bold !important;
  color: yellow !important;
  font-size: 120% !important;
  margin: 0 0 14px !important;
}
.news-start h2:hover{
  color: #000 !important;
  background: yellow;
}
.news-data{
  color: #eee;
  font-size: 80%;
  font-weight: bold;
}
.news-wstep{
  color: #262626;
  font-size: 85%;
}
.btn-news{
  display: inline-block;
  border-radius: 5px;
  color: yellow;
  background: #000;
  font-weight: bold;
  font-size: 85%;
  padding: 4px 10px;
  text-decoration: none;
}
.btn-news:hover{
  color: #000 !important;
  background: yellow !important;
}
.news-start .btn-news{
  position: absolute;
  right:30px;
  bottom: -16px;
}
.news-img{
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  border:2px solid #d6d186;
  overflow: hidden;
  margin-top: 2px;
}

/* ---- Panele boczne */
.boczny-panel{
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  background: #444;
  border-radius: 10px;
}
.boczny-panel h2{
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 20px;
}
.boczny-panel h3{
  font-size: 95%;
  font-weight: bold;
  margin: 0 0 20px;
}
.boczny-panel p{
  margin: 0 0 20px;
  font-size: 85%;
}
.cytat-autor{
  font-weight: bold;
  color: sandybrown;
  margin-bottom: 0 !important;
}
.cytat{
  font-style: italic;
}
.notatka{
  background: rgba(255, 201, 46, 0.7) !important;
  -webkit-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  -moz-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  backdrop-filter: blur(7px);
  margin-bottom: -30px !important;
  margin-top: 20px !important;
}

.boczny-baner{
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 290px;
}

/* ---- Galeria zdjęć na stronie głównej */
.nowe-galerie-zdjec{
  display: block;
  width: 100%;
  margin: 30px 0;
}
.nowe-galerie-zdjec-kontener{
  background: #222;
  display: block;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 30px;
  position: relative;
}
.nowe-galerie-zdjec-kontener h2{
  color: #fff;
  font-size: 210%;
  margin: 10px 0 20px;
}
.nowa-galeria{
  text-align: center;
  margin-bottom: 20px;
}
.nowe-galeria-miniaturka{
  display: block;
  width: 100%;
  text-align: center;
}
.nowe-galeria-miniaturka img{
  border-radius: 10px;
  border:3px solid bisque;
  max-height: 110px;
}
.nowe-galeria-miniaturka img:hover{
  opacity: 0.9;
  -webkit-box-shadow: 0px 3px 17px -11px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 3px 17px -11px rgba(66, 68, 90, 1);
  box-shadow: 0px 3px 17px -11px rgba(66, 68, 90, 1);
}
.nowa-galeria h4{
  display: block;
  margin: 14px auto 0;
  color: #8a8023;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
}
.nowa-galeria-opis{
  font-size: 80%;
  margin: 10px auto 5px;
  text-align: center;
  color: #6b6a61;
}
.nowa-galeria .btn-news{
  margin: 14px auto;
}

/* ---- Panel z dziećmi */
.dzieciaki{

}
.dzieciaki-element{
  display: block;
  width: 100%;
  height: 300px;
  background: url('../img/dzieciaki.png') top center no-repeat;
  background-size: contain;
  position: relative;
}
.dzieciaki-element h2{
  position: absolute;
  top: 6%;
  left:0;
  right: 0;
  z-index: 10;
  color: #f0e88f;
  font-size: 90%;
  font-weight: bold;
}
@media only screen and (max-width: 990px) {
  .dzieciaki-element {
    background-size: cover;
  }
  .dzieciaki-element h2{
    top:5.5%;
  }
}

/* --- STOPKA */
.stopka{
  background: #cdd659;
  padding: 70px 0;
  display: block;
  width: 100%;
}
.stopka p{
  color: #4d788b;
  margin: 10px 0;
  font-size: 80%;
}
.do-gory{
  color: #4d788b;
  display: inline-block;
  font-size: 160%;
  margin: 40px auto 20px;
}
.do-gory:hover{
  color: #b4614f;
  text-decoration: none;
}
.logo-stopka{
  max-width: 120px;
}

.cpr{

}
.cpr p{
  margin: 24px 0;
  font-size: 80%;
  color: #4d4b36;
}

/* ---- Treść artykułu */
.strona{
  background: #222;
  display: block;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 40px;
  border-left: 5px solid #555;
  border-bottom: 5px solid #555;
  color:#fff;
  font-size:120%;
}
.art{

}
.art h1, .art h2, .art h3{
  font-weight: bold;
  margin: 10px 0 20px;
  color: greenyellow;
}
.art h1{
  font-size: 190%;
}
.art h2{
  font-size: 160%;
}
.art h3{
  font-size: 120%;
}
.art p{
  margin: 10px 0 20px;
  color: #eee;
  font-size: 90%;
}
.art ul, .art ol{
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
}
.art li{
  margin: 0 0 12px 36px;
  font-size: 90%;
}
.art-wstep{
  border-top: 1px solid #b7af55;
  border-bottom: 1px solid #b7af55;
  padding: 20px 0;
  font-weight: bold;
  color: #fff !important;
}
.art p a, .art li a{
  text-decoration: none;
  font-weight: bold;
  color: yellow;
  border-bottom: 1px solid yellowgreen;
}
.art p a:hover, .art li a:hover{
  background: yellow !important;
  color: #000 !important;
}

.galeria-lista{
  display: block;
  margin: 20px 0;
}
.galeria-lista li{
  display: block;
  list-style-type: none;
  text-align: left;
  overflow: hidden;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid yellow;
  padding: 10px 0;
}
.galeria-miniaturka{
  display: inline-block;
  width: 80px;
  margin-right: 14px;
  float:left;
}
.galeria-miniaturka img{
  max-width: 100%;
}
.galeria-opis{
  font-size: 90%;
  margin: 6px 0 14px;
}
.galeria-meta{
  font-size: 80%;
  color: #eee;
}

.art table{
  border:1px solid sandybrown;
  width:100%;
}
table th{
  font-weight:bold;
  background: sandybrown;
  color: #000;
  padding: 8px;
}
table td{
  vertical-align: middle;
  font-size:90%;
  padding: 8px;
  /*border-color: sandybrown !important;*/
}
table p{
  margin:0 auto !important;
}


.dolacz-obraz{
  display: block;
  margin: 20px 0 30px;
  text-align: center;
  position: relative;
}
.dolacz-obraz-opis{
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  padding: 10px;
  font-size: 80%;
  font-weight: bold;
  background: rgba(255,255,255,0.8);
}
.dolacz-obraz-oplywanie{
  float:left;
  clear: left;
  width:40%;
  max-width: 300px;
  margin: 4px 14px 20px 0px;
  text-align: center;
}
.dolacz-obraz-oplywanie img{
  max-width: 100%;
  margin: 4px auto;
}

.dolacz-galerie {
  overflow: hidden;
  width: 100%;
  margin: 10px auto 20px !important;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.dolacz-galerie li {
  list-style-type: none;
  width: 100px;
  text-align: center;
  overflow: hidden;
  margin: 4px !important;
  display: inline-flex;
}
.dolacz-galerie-img {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  border-radius: 14px;
}
.dolacz-galerie-img{
  border:3px solid #c9c477;
}
.dolacz-galerie-img:hover{
  opacity: 0.8;
  -webkit-box-shadow: 2px 6px 35px -21px rgba(66, 68, 90, 1);
  -moz-box-shadow: 2px 6px 35px -21px rgba(66, 68, 90, 1);
  box-shadow: 2px 6px 35px -21px rgba(66, 68, 90, 1);
}
.nazwa-galerii {
  font-weight: bold;
  margin: 14px 0 10px;
  overflow: hidden;
  font-size: 160%;
  line-height: 1.5em;
}
.opis-galerii {
  font-weight: bold;
  margin: 14px 0 10px;
  overflow: hidden;
  line-height: 1.5em;
}
.dolacz-plik{
  display:inline-block;
}
.dolacz-plik a{
  color:#e6242c;
}
.dolacz-plik a:hover{
  color:#40b1ed;
}
.dolacz-plik-block{
  display:block;
  border:1px solid sandybrown;
  border-radius:6px;
  padding:14px 10px;
  background: #222;
  overflow:hidden;
  font-size:90%;
  line-height:1.7em;
  margin:4px 0 14px;
}
.dolacz-plik-block a{
  font-weight:bold;
}
.dolacz-plik-block img{
  float:left !important;
  margin:0 5px 10px 0 !important;
  width:70px !important;
}
.dolacz-plik-block strong{
  color:salmon;
}

.tutaj{
  display: block;
  margin: 0;
  padding: 0;
}
.tutaj ul{
  margin: 10px 0 30px;
  padding: 0;
}
.tutaj li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 85%;
}
.tutaj li:after{
  content: '/ ';
  padding: 0 6px 0 8px;
}
.tutaj li a{
  color: yellow;
  font-weight: bold;
  text-decoration: none;
}
.tutaj li a:hover{
  color: #000;
  background: yellow;
}

.pagination{
  margin: 30px auto;
}
.pagination li{
  margin: 0 !important;
}
.page-link{
  background: #4d788b;
  color: #fff !important;
  text-decoration: none;
  width: 45px !important;
  text-align: center !important;
  border-color: #ede78c !important;
  margin: 1px !important;
}
.page-link:hover, .page-link:focus{
  background: #e84848;
  border-color: #ede78c !important;
}
.pagination li.active .page-link{
  background: #af3b30 !important;
  color: palevioletred !important;
}

.pop-nast{
  margin: 10px 0 !important;
  padding: 0 !important;
  width: 100%;
  display: block;
}
.pop-nast li{
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 49%;
}
.pop-nast a{
  display: block;
  text-align: left;
  background: yellow;
  text-decoration: none;
  border-left: 4px solid yellowgreen;
  padding: 15px 20px 10px;
  color: #000 !important;
}
.pop-nast h6{
  font-size: 80%;
  font-weight: normal;
}
.pop-nast h5{
  font-size: 90%;
  font-weight: bold;
}
.prawa
{
  border-left: 0 !important;
  border-right: 4px solid #d6d186;
  text-align: end !important;
}
.pop-nast a:hover{
  background: #d1cc83;
}
.pop-nast a em{
  float:left;
  font-size: 160%;
  width: 50px;
  text-align: center;
}
.pop-nast .prawa em{
  float: right;
}

@media only screen and (max-width: 990px) {
  .pop-nast li{
    width: 100%;
    margin-bottom: 4px;
  }
}


/* ---- WCAG ----- */
.wcag_tab_keyboard_menu{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  max-width: 900px;
  background: rgba(250,250,250,1);
  margin: 3%;
  padding: 30px;
  z-index: 100;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
  border-radius: 15px;
  display: none;
}
.wcag_tab_keyboard_menu ul{
  margin: 0;
  padding: 0;

}
.wcag_tab_keyboard_menu li{
  display: block;
  list-style-type: none;
  margin: 1px 0;
  padding: 0;
}
.wcag_tab_keyboard_menu_title{
  font-weight: bold;
  margin: 20px 0 !important;
}
.wcag_tab_keyboard_menu a{
  display: block;
  background: #4a505f;
  border: 3px solid #4a505f;
  color: #fff;
  padding: 16px 10px;
  font-weight: bold;
  text-decoration: none;
}
.wcag_tab_keyboard_menu a em{
  width: 40px !important;
  display: inline-block !important;
  text-align: center;
}
.wcag_tab_keyboard_menu a img{
  width: 40px !important;
  display: inline-block !important;
  text-align: center;
  padding: 0 9px;
}
.wcag_tab_keyboard_menu a:hover, .wcag_tab_keyboard_menu a:focus{
  background: #be131b;
  color: #fff;
  border:3px dashed #dd9196;
}
.wcag_tab_keyboard_menu a:focus{
  border-color: yellow !important;
}


.ostrzezenie-przed-otwarciem-nowego-okna{
  position: fixed;
  z-index: 200;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(240,233,145,0.85);
  backdrop-filter: blur(7px);
  padding: 5%;
  display: none;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener{
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  border:3px solid #f5f5f5;
  width: 100%;
  max-width: 640px;
  margin:0 auto;
  -webkit-box-shadow: 2px 6px 35px -21px rgba(66, 68, 90, 1);
  -moz-box-shadow: 2px 6px 35px -21px rgba(66, 68, 90, 1);
  box-shadow: 2px 6px 35px -21px rgba(66, 68, 90, 1);
  position: relative;
}
.kontener-schowaj{
  display: flex;
  align-items: center;
  position: absolute;
  top:-20px;
  right: -20px;
  padding: 16px 20px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  border: 3px solid  var(--wcag-primary-color-hover);
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element{
  display: block;
  text-align: center;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element h2{
  font-weight: 700;
  color: #007cc2;
  font-size: 130%;
  text-transform: uppercase;
  margin: 20px auto;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element .code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 5px solid #007cc2;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}
.ostrzezenie-przed-otwarciem-nowego-okna .ikona-ostrzezenia{
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 200px;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-btns{
  display: block;
  margin: 10px auto;
  padding: 0;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-btns li{
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
  color: #777;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element .kontener-btns a{
  display: flex;
  align-items: center;
  background: #007cc2 !important;
  color: #fff !important;
  padding: 6px 24px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  font-size: 90%;
  letter-spacing: 0.01em;
  border: 3px dashed #007cc2;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element a.anuluj{
  background: #91bf7a !important;
  border: 3px dashed #f9f39b;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element a:hover{
  background: #000 !important;
  color: #fff !important;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element a:focus, .ostrzezenie-przed-otwarciem-nowego-okna .kontener-element a:active{
  background: black;
  color: yellow;
  border: 3px dashed yellow;
}
.ostrzezenie-przed-otwarciem-nowego-okna .kontener-element .kontener-btns a em{
  font-size: 150%;
  margin-right: 10px;
}

.wyskakujace_okno{
  position: fixed;
  top:0;
  left:0;
  background: rgba(251,245,157,0.1);
  backdrop-filter: blur(7px);
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}
.wyskakujace_okno_kontener{
  background: rgba(251,245,157,0.9);
  margin: 5% auto;
  padding: 30px;
  position: relative;
  border: 4px dashed #f9f39b;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  -moz-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  width: 100%;
  max-width: 990px;
  text-align: left;
}
.schowaj_wyskakujace_okno{
  position: absolute;
  top:-24px;
  right: -24px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 180%;
  padding: 7px 14px;
  border-radius: 50%;
}
.schowaj_wyskakujace_okno:hover, .schowaj_wyskakujace_okno:focus{
  color: #fff;
  opacity: 0.8;
  -webkit-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  -moz-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
}
.okno-art{
  display: block;
  margin: 14px 0 14px 14px;
  overflow-y: auto !important;
  max-height: 600px;
  padding-right: 14px;
}
.okno-art h1, .okno-art h2, .okno-art h3{
  font-weight: bold;
  color: #474a5d;
  margin: 10px 0 20px;
}
.okno-art h1{
  font-size: 180%;
}
.okno-art h2{
  font-size: 150%;
}
.okno-art h3{
  font-size: 120%;
}
.okno-art p{
  color: #474a5d;
}
.okno-art p a{
  font-weight: bolder;
  color: #007cc2;
  text-decoration: none;
}
.okno-art p a:hover{
  color: #91bf7a;
}

.boczne-menu-wcag{
  position: fixed;
  right: 0;
  top:30%;
  /*background: #f9f29a;*/
}
.boczne-menu-wcag ul{
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  -moz-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
}
.boczne-menu-wcag li{
  display: block;
  list-style-type:none;
  margin: 0 0 2px 0;
  padding: 0;
}
.boczne-menu-wcag a{
  display: block;
  text-align: center;
  color: #474a5d;
  font-size: 140%;
  padding: 6px 15px;
  background: rgba(251,245,157,0.8);
  backdrop-filter: blur(7px);
}
.boczne-menu-wcag a img{
  width: 22px;
}
.boczne-menu-wcag a:hover{
  opacity: 0.7;
}

@media only screen and (max-width: 990px) {
  .boczne-menu-wcag{
    display: none;
  }
}

.belka-cookie{
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  -moz-box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  box-shadow: 0px 4px 24px -8px rgba(214, 209, 134, 1);
  z-index: 100;
  background: rgba(251,245,157,0.8);
  backdrop-filter: blur(7px);
}
.belka-cookie p{
  margin: 20px 0;
  font-size: 85%;
  font-weight: normal;
  color: darkblue;
  text-align: center;
}
.belka-cookie a{
  display: inline-block;
  background: darkblue;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 0 10px;
  font-size: 90%;
  font-weight: bolder;
}