/*
Theme Name: szablon
Theme URI: szablon1
Author: Eryk
Author URI: autor
Description: opis
Version: wersja
License: licencja
License URI: licencja1
Tags: tagi
Text Domain: domena

opis
*/
@font-face {
  font-family: "montserrat";
  src: url("fonts/montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"),
    url("fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "montserrat";
  font-weight: 800;
  src: url("fonts/montserrat/static/Montserrat-Black.ttf") format("truetype"),
    url("fonts/montserrat/static/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: "montserrat";
  font-weight: 600;
  src: url("fonts/montserrat/static/Montserrat-Bold.ttf") format("truetype"),
    url("fonts/montserrat/static/Montserrat-Bold.ttf") format("truetype");
}

a {
  text-decoration: none;
}

.programyflex .konkurs {
  padding: 20px;
}

.content .programyflex a {
  text-decoration: none;
  width: 250px;
  height: 250px;
}

*:not(.n2-ss-slider-4) {
  transition: .1s;
}

.dark ::marker {
  color: white;
}

.content a {
  text-decoration: none;
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 600;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  box-sizing: border-box;
  color: #1B1B1B;
  text-align: justify;
  /* overflow-x: auto !important; */
}

.main {
  text-align: center;
  font-family: montserrat;
  margin-top: 50px;
}

.wyszukiwarka {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 90%;
  margin: 0 auto;
}

.searchTools {
  display: flex;
  flex-direction: row;
}

.szukaj {
  margin-left: auto;
  margin-right: 10%;
  border-bottom: 2px solid #1A2A81;
  width: 380px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 40px;
}

.search {
  width: 90%;
  font-size: 22px;
  border: none;
}

.search input:focus {
  outline: none;
}

div.wyszukiwarka_prawo img {
  margin: 5px;
}

.podstrony {
  text-align: center;
  font-size: 20px;
  padding-bottom: 35px;
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.podstronyHamburger {
  display: none;
}

.oferta {
  position: relative;
  display: inline-block;
  width: 5vw;
  transition: 1s;
}

.ofertabtn {
  background-color: white;
  font-size: 20px;
  border: none;
}


.oferta-content {
  display: none;
  position: absolute;
  background-color: transparent;
  width: 80vw;
  height: max-content;
  margin-left: -200px;
  margin-right: -200px;
  border-radius: 20px;
  z-index: 1;
  padding: 48px;
}

.oferta-menu li a {
  font-weight: normal;
}

@media screen and (min-device-width: 1024px) {

  /* .oferta:hover .oferta-content {
    display: block;
  } */
  .oferta-menu li:hover a:visited,
  .oferta-menu li:hover a,
  .oferta:hover button {
    text-decoration: none;
    font-weight: bold;
    color: #1a2a81;
  }

  .year .biuletynItem>img {
    /* width: 17vw; */
    height: 40vh;
  }

}


.ofertaflex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: white;
}

.oferta-menu {
  margin: 2%;
  text-align: left;
  font-size: 18px;
  width: 300px;
}

.oferta-menu-all {
  text-align: center;
  background-color: white;
  padding: .5em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.oferta-menu>* {
  margin-top: 15px;
  padding-left: 0;
  padding-bottom: 15px;
  list-style-type: none;
  width: max-content;
}

.oferta-menu li a {
  text-decoration: none;
  color: black;
}

.oferta-menu li a:visited {
  color: black;
}

.aktualna-strona:visited {
  color: #1B1B1B;
  font-weight: bold;
}

.aktualna-strona {
  color: #1B1B1B;
  font-weight: bold;
}

.banner {
  text-align: center;
  font-size: 36px;
  color: white;
  background-size: cover;
  background-color: transparent;
  height: max-content;
  width: 100%;
  margin-bottom: -50px;
}


.banner_podstrony {
  text-align: left;
  font-size: 20px;
  color: white;
  background-image: url('http://wfos.szczecin.pl/wp-content/uploads/wfos-scaled.jpg');
  background-size: cover;
  background-position: 0px -355px;
  height: 150px;
  width: 100%;
  line-height: 170%;
}
@media screen and (max-width: 1580px) {

  .contentBiuletyn .tab-pane.active table td{
    font-size: 0.95em;
  }

  .banner_podstrony {
    text-align: left;
    font-size: 20px;
    color: white;
    background-image: url('http://wfos.szczecin.pl/wp-content/uploads/wfos-scaled.jpg');
    background-size: cover;
    background-position: 0px -210px !important;
    height: 150px;
    width: 100%;
    line-height: 170%;
  }
}
.banner_podstrony>* {
  margin: 0px;
  padding: 0px;
}

.banner_podstrony h2 {
  margin-left: 10%;
  color: white;
}

.banner_podstrony h5 {
  margin-left: 10%;
  font-weight: lighter;
}

.sciezka {
  margin-bottom: 40px;
}

.content {
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
}

.content_program {
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
}

.contentBiuletynWide {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
}

.stronagl {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 50px;
  color: black;
  text-align: center;
}

.korzysci {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.korzysci_lewo {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  margin-top: 100px;
  width: 45%;
  height: 28em;
  position: relative;
}

.korzysci_lewo h2 {
  margin-top: 1em;
  font-weight: 700;
}

.korzysci_lewo li {
  padding-top: 20px;
}

.korzysci_prawo {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  margin-top: 100px;
  width: 45%;
  height: 28em;
  position: relative;
}

.korzysci_prawo h2 {
  margin-top: 1em;
  font-weight: 700;
}

.korzysci_prawo li {
  padding-top: 20px;
}

.stronagl li {
  margin: 30px;
  list-style-image: url('icons/icon_zaznacz.svg');
  text-align: left;
}

.stronagl img {
  margin-top: -55px;
}

.content a {
  font-size: 15px;
}

.navButton {
  all: unset;
}

.nav-link {
  color: black !important;
  /* font-size: 16px; */
}

.button a {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: white;
  background-color: #99be0e;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.button a:visited {
  color: white;
  text-decoration: none;
}

.button a:hover {
  background-color: transparent;
  border: 3px solid #99be0e;
  color: black;
  text-decoration: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px !important;
  padding: 10px;
}

td {
  color: black;
  border: 1px solid black;
}

tr {
  color: black;
  border: 1px solid black;
}

.slideAktualnosci {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.slideBiuletyn {
  height: fit-content;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.slideBiuletynItem {
  margin: 2em;
}

.slideBiuletynItem {
  /* width: fit-content;
  height: 50vh;
  width: 25vw; */
  /* scale: .8; */
  width: 95%;
  max-height: 500px;
  height: auto;
}

.slideBiuletyn.owl-carousel {
  max-height: 500px;
  margin-bottom: 80px;
}

.owl-carousel {
  z-index: 0;
}

#menuToggle {
  z-index: 9;
}

.biuletyn {
  margin-bottom: 90px;
  padding-top: 100px;
}

.aButton {
  font-weight: 600;
}

a.biuletynItem {
  width: 14vw;
  height: 35vh;
}

.biuletynItem {
  width: auto;
  height: auto;
}

/* .biuletynItem>img {
  width: 14vw;
  height: 35vh;
} */

.reverse {
  transform: scaleX(-1);
}

.lista {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lista>* {
  margin: 5px;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contentSearchOutput {
  display: grid;
  grid-template-columns: auto auto auto;
  align-self: center;
  column-gap: 2em;
  align-items: center;
  justify-self: center;
  justify-content: center;
}

.aktualnosciflex {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-self: center;
  column-gap: 1px;
}

.aktualnosciflexKonkurs {
  display: grid;
  grid-template-columns: auto auto auto;
  align-self: center;
  column-gap: 4em;
  min-height: 350px;

}

.aktualnosciflex>.pagination {
  text-align: center;
}

.nav.nav-tabs.media {
  border-bottom: 1px solid #009DE0 !important;
}

.nav.nav-tabs.media button {
  font-size: 14px;
  font-weight: 400;
}

.aktualnosci {
  margin: 50px 10px;
  min-width: 400px;
  min-height: 550px;
  max-width: 450px;
  max-height: 600;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  background-color: white;
}

.slideAktualnosci .aktualnosci img {
  min-height: 300px;
}

.aktualnosci>* {
  margin-left: 20px;
  margin-right: 20px;
}

.data {
  margin-top: 20px;
}

.aktualnosci img {
  margin: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 270px;
}

.aktualnosci h5 {
  font-weight: 700;
}

.contentAktualnosci {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.aktualnosci h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.aktualnosci a {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}

.aktualnosci a:link {
  color: #1B1B1B;
  ;
  /* text-decoration-color: orange; */
  font-size: 18px;
}

.aktualnosci a:visited {
  color: #1B1B1B;
  ;
  /* text-decoration-color: orange; */
}

.aktualnosci a:hover {
  color: #1B1B1B;
  ;
  /* text-decoration-color: orange; */
  font-weight: bold;
}

.aktualnosci a {
  text-decoration: none;
}

/* .aktualnosci-post {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 100px;
} */
.aktualnosci-post-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

.post-text {
  font-size: 15px;
  /* margin-right: 50px; */
  text-align: justify;
  max-width: -webkit-fill-available;
}

.post-img img {
  float: right;
  padding: 0 1em 0 1em;
  margin: 40px;
}

.post-link a:link {
  color: purple;
  text-decoration-color: orange;
  font-size: 18px;
}

.post-link a:visited {
  color: purple;
  text-decoration-color: orange;
}

.post-link a:hover {
  color: black;
  text-decoration-color: orange;
  font-weight: bold;
}

.biuletynflex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: row;
  align-self: center;
  justify-content: start;
  column-gap: 1em;
  text-align: center;
  row-gap: 2em;
  margin-bottom: 2em;
  /* margin-left: 10vw; */
  /* margin-right: 10vw; */
}

/* .biuletynflex section:first-of-type{
  grid-area: 1 / 1 / 2 / 5;
  justify-content: start;
} */

#nav-tabContentMedia {
  margin-left: 10vw;
  margin-right: 10vw;
}

.biuletynflex a {
  width: fit-content;
  text-decoration: none;
}

.biuletynflex>* {
  padding: 5px;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mediaONas {
  width: 50vw;
  height: fit-content;
  margin-bottom: 1em;
}

.mediaONas a {
  text-decoration: none;
}

.mediaONas:hover {
  color: #1A2A81;
}

.mediaTitle {
  color: #009DE0;
  font-size: 20px;
  font-weight: 700 !important;
}

.contentMedia p:first-child {
  text-decoration: underline !important;
}

.mediaONas p {
  text-decoration: none !important;
  color: black;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.mediaONas p:last-child {
  text-decoration: none !important;
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.pliki {
  margin-top: 1%;
  color: #1A2A81
}

.plik {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #F1F4FF;
  height: 73px;
}

.plik1 {
  width: 10%;
  text-align: center;
}

.plik2 {
  width: 65%;
}

.plik3 {
  width: 20%;
  text-align: center;
}

.plik4 {
  width: 5%;
}

.plikalt {
  background-color: white;
}

.wnioskodawca {
  border-radius: 25px;
  width: 240px;
  height: 240px;
  text-align: center;
  color: white;
  font-size: 14px;
  background-image: url('<?php the_post_thumbnail_url() ?>');
  box-shadow: inset 0 0 0 2000px rgba(128, 0, 128, 0.5);
  margin-bottom: 50px;
  transition: 0.3s;
  cursor: pointer;
}

.wnioskodawca:hover {
  width: 250px;
  height: 250px;
}

.konkurs {
  border-radius: 25px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  text-align: center;
  color: white;
  font-size: 14px;
  background-image: url('<?php the_post_thumbnail_url() ?>');
  box-shadow: inset 0 0 0 2000px rgba(22, 33, 73, 0.80);
  margin-bottom: 50px;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
}

.konkurs:hover {
  width: 250px;
  height: 250px;
}

/* .konkurs-post-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
} */

.konkurs-post {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 50px;
}

.programyflex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.programyflex>* {
  margin-right: 30px;
  margin-bottom: 30px;
}

.programyflexWnioskodawcy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.programyflexWnioskodawcy>* {
  margin-right: 30px;
  margin-bottom: 30px;
}

p.data {
  font-size: 12px;
}

.kontaktflex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.kontakt1 {
  background-color: #F1F4FF;
  border-radius: 25px;
  border: 2px #1A2A81 solid;
  height: 370px;
  width: 400px;
}

.nav-tabs {
  /* border-bottom: 1px solid #009DE0 !important; */
  width: 100%;
}

.border-nav-tab {
  border-bottom: 1px solid #009DE0 !important;
  margin-left: 8vw;
}

.border-nav-tab .nav-link:first-child {
  margin-left: 10em;
}

.nav-link.active {
  border-color: transparent !important;
  background-color: transparent !important;
  /* border-bottom: 1px solid #009DE0 !important */
}
.active .nav-link{
  color: #1B1B1B;
  font-weight: 600;
}
.nav-link:hover{
  color: #1a2a81 !important;
  font-weight: 600 !important;
}
.nav-link.active{
  color: #1B1B1B !important;
  font-weight: 600 !important;
}
table {
  width: 80vw;
}

.kontakt {
  background-color: #F1F4FF;
  border-radius: 25px;
  height: auto;
  width: 100%;
}

.content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 2em;
}

.content h4 {
  font-size: 16px;
  font-weight: 700;
}

.kontaktflex h4 {
  color: navy;
  margin-left: 20px;
}

.lokalizacja {
  list-style-image: url('icons/icon_lokalizacja.svg');
}

.telefon {
  list-style-image: url('icons/icon_telefon.svg');
}

.fax {
  list-style-image: url('icons/icon_fax.svg');
}

.mail {
  list-style-image: url('icons/icon_mail.svg');
}

.godziny {
  list-style-image: url('icons/icon_godziny_otwarcia.svg');
}

.mapa {
  height: 100%;
  width: 100%;
}

.biuletyn {
  font-weight: 700;
}

.tab-pane.fade.show.active>h2 {
  color: #1A2A81;
  font-weight: 700;
  font-size: 36;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.kontakt h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 30px;
}

.kontakt {
  padding: .7em;
  transition: 1s;
  width: 400px;
}

.kontakt:hover {
  margin-top: 1em;
}

.kontaktActive {
  border: 2px solid #1A2A81;
}

.mapadiv {
  display: none;
  margin: 0 auto;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  height: 400px;
}

.mapaActive {
  display: block !important;
}

.footerLink {
  font-weight: 400;
  color: black;
  text-decoration: none;
}
.footerLink.footerLink__strong:visited,
.footerLink.footerLink__strong{
  color: #1A2A81;
  font-weight: 600;
}

.footerLink:visited {
  font-weight: 400;
  color: black;
}

.owl-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-stage-outer {
  max-height: fit-content;
}

.linia {
  border-bottom: 1px solid #009DE0;
  width: 100%;
  margin-bottom: 45px;
}

.podstronymediowflex button#nav-home-tab.active {
  border-bottom: 1px white solid;
}

.existingPartner li {
  margin-bottom: 1em;
}

.slideBiuletyn .existingPartner li::marker {
  color: #1A2A81 !important;
  font-weight: 700;
}

.podstronymediowflex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  white-space: nowrap
}

.podstronymediowflexduzy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  white-space: nowrap
}

.podstronymediowaktualny {
  border: 2px solid #009DE0;
  border-bottom: 2px solid white;
  padding: 20px;
  margin: -2px;
  color: #1A2A81;
  font-weight: bold;
}

.podstronymediow {
  padding: 20px;
  margin: -2px;
}

.podstronymediow * {
  color: black;
}

.podstronymediow a:link {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.podstronymediowaktualny a:link {
  text-decoration: none;
}

.podstronymediow a:hover {
  color: #1A2A81;
  font-weight: 700;
}

.programykontakt {
  width: 25%;
  text-align: center;
}

.film {
  cursor: pointer;
}

.stopka {
  border: 1px #009DE0 solid;
  text-align: center;
  margin-top: 50px;
  font-family: montserrat;
}

.stopkaflex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.stopkaflex>* {
  text-align: left;
}

.stopka1 {
  text-align: left;
  width: 200px;
}

.stopka1 li {
  margin-top: 10px;
}

.stopka2 {
  width: 368px;
}

.stopka2 li {
  margin-top: 10px;
}

.stopka4 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.stopka>* {
  margin: 40px;
}

.stopka b {
  margin-left: 40px;
}


.stopka5 b {
  margin: 0px;
}



.fb:hover,
#zmniejsz-font:hover,
#wyzeruj-font:hover,
#zwieksz-font:hover,
#dark-mode:hover {
  cursor: pointer;
}


.podstrony a {
  text-decoration: none;
  color: black;
  font-size: 0.90em;
}

a:visited {
  text-decoration: none;
}

.podstrony a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #1a2a81;
}

.pliki a {
  text-decoration: none;
  font-size: 20px;
}

ul {
  list-style-type: none;
}

h2.glowny {
  padding-top: 100px;
  padding-bottom: 50px;
  font-weight: bold;
}

h2.navy {
  color: navy;
  margin-bottom: 2em;
}

.page-numbers {
  font-size: 20px;
  margin: .1em;
  font-weight: inherit;
  text-decoration: none !important;
  color: black !important;
}

.page-numbers.current {
  font-weight: bold;
}

.year {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.next {
  margin-left: .8em;
}

.prev {
  margin-right: .8em;
}

.current {
  text-decoration: underline;
  color: white;
}

.page-numbers.current {
  color: #1A2A81;
}

.wp-block-search__input {
  background-color: transparent;
  margin-left: auto;
  margin-left: 15em;
  border: none;
  border-bottom: 2px solid #1A2A81;
  width: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 40px;
}

.wp-block-search__button {
  border: none;
  background-color: transparent;
  color: #1A2A81;
}

.fb {
  position: fixed;
  top: 55.7%;
  left: 0px;
  z-index: 2;
}

.collapsible {
  height: 4em;
  border: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.lastLi {
  padding-bottom: 5em;
}

.collapsible:hover {
  background-color: #99BE0E;
}

#contentFinanse {
  display: block;
  overflow: hidden;
}

.collapsedContent {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out !important;
}

.contentFinanse {
  height: max-content;
}

.contentEnvironment {
  height: max-content;
}

.contentSearch {
  width: 90vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.navigation>* {
  display: none;
}

.navBurger {
  display: none;
}

.nav.nav-tabs.program {
  padding-left: 7.5vw;
  border-bottom: 0px !important;
}

.nav.nav-tabs.media {
  padding-left: 7.5vw;
}

.aktualnosciflex.post_grid .aktualnosci img {
  width: 100%;
  height: 250px;
}

.aktualnosciflex.post_grid .aktualnosci {
  max-width: 250px;
  min-height: 520px;
}

.slideBiuletyn.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-height: 540px;
}

.companyLink {
  color: black;
  font-weight: 700;
}

.content_program a {
  text-decoration: none;
  color: #009DE0 !important;
  font-size: 16px;
  font-weight: 600;
}

.content_program li {
  text-decoration: none;
  font-size: 16px !important;
}

.content_program p {
  text-decoration: none;
  font-size: 16px !important;
}


/* RESPONSYWNOŚĆ */
@media screen and (max-device-width: 1000px) {
  
  .banner_podstrony{
    background-position: 0px 0px !important;
  }
  .korzysci_lewo {
    width: 80vw;
    height: max-content;
  }

  .korzysci_prawo {
    width: 80vw;
    height: max-content;
  }

  .button a {
    font-size: 14px;
  }

  /* .socialPosts{
    margin-left: 22em;
  } */
  .slideBiuletyn.owl-carousel .owl-item img {
    width: 60vw !important;
  }

  .menuItem {
    font-size: 15px;
  }

  .border-nav-tab .nav-link:first-child {
    margin: 0;
  }

  .navigation-div {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .post-text{
    width: 100%;
  }
  .content .programyflex a{
    display: flex;
    justify-content: center;
  }
  .programyflex>*{
    margin-right: 0;
  }
  .nav.nav-tabs.program{
    padding-left: 0;
  }
  .mediaONas{
    width: 100%;
  }
  .aktualnosciflex.post_grid .aktualnosci{
    min-height: 470px !important;
  }
  .post_bg{
    min-height: 190px !important;
  }
  tbody, td, tfoot, th, thead, tr{
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: .1em;
    padding-right: .1em;
  }
  table {
    width: 100%;
  }

  #fund-page .tab-pane.active table *,
  .contentBiuletyn .tab-pane.active table *,
  .konkurs-post-content table *,
  .content_program table * {
    border: none;
    font-size: 1em;
    display: flex;
    flex-direction: column;
  }

  .navBurger {
    display: block;
  }

  nav {
    display: block;
    background-color: transparent;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  .aktualnosciflexKonkurs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
  }

  #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    text-align: center;
  }

  .button a {
    padding-left: 16px;
    padding-right: 16px;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #36383F;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #1B1B1B;
  }

  #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu {
    position: fixed;
    width: 100vw;
    height: auto;
    box-shadow: 0 0 10px #85888c;
    margin: -50px 0 0 -87.2vw;
    padding: 50px;
    padding-top: 125px;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-200%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    top: 0;
    bottom: 0;
  }

  #menu li {
    padding: 10px 0;
    transition-delay: 2s;
  }

  .searchTools {
    display: none;
  }

  #menuToggle input:checked~ul {
    transform: none;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }

  /* table{
    display: none;
  } */
  /* html, body {
    overflow-x: hidden;
  } */
  .podstrony {
    display: none;
  }

  .podstronyBurger {
    display: none;
    background-color: #FFF;
    border-bottom-right-radius: 15px;
    height: 100vh;
    transition: 1s;
  }

  .podstronyBurger a {
    color: black;
    font-size: 16px;
  }

  .menuItems {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: 4em;
  }

  .menuItems>div {
    width: 100%;
    text-align: center;
    padding: 1em;
  }


  .ofertabtn {
    background-color: white;
    font-size: 50px;
    border: none;
    background-color: transparent !important;
  }

  .podstronyHamburger {
    position: fixed;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 3;
    width: 100vw;
    top: 0;
    right: 0;
    height: 100vh;
  }

  .burgerMenu {
    margin: 0;
    padding: 0;
    width: 10vw;
    height: 5vh;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.9);
    border: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .hamburger {
    height: 3em;
    width: 3em;
    border: none;
    background-color: transparent;
  }

  .wp-block-search__inside-wrapper {
    display: flex !important;
    /* flex: auto; */
    /* flex-wrap: nowrap; */
    /* max-width: 100%; */
    justify-content: space-around !important;
  }

  .wp-block-search__input {
    display: flex;
    width: auto !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 1 !important;
    background: white;
    z-index: 2;
  }

  .wp-block-search__button-outside {
    display: flex !important;
    align-self: flex-start !important;
    padding-right: 55vw !important;
  }

  .korzysci_lewo {
    width: 70vw;
    height: max-content;
  }

  .korzysci_prawo {
    width: 70vw;
    height: max-content;
  }

  .socialPosts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
  }

  .slide {
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-row: auto auto;
  }

  .stronagl {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .aktualnosci {
    margin: 1em;
  }

  #facebook_slider_widget {
    top: 80% !important;
  }

  .korzysci {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wp-block-search__button-outside {
    display: flex;
    align-self: flex-start;
  }

  .wyszukiwarka {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }

  .searchTools {
    display: flex;
    flex-direction: column;
    float: left;
  }

  #searchTools {
    display: none
  }

  .stopkaflex {
    display: flex;
    flex-direction: column;
  }

  .ofertaflex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .tab-pane {
    margin-top: 1em;
  }

  .tab-content h2 {
    margin-bottom: 2em;
  }

  .oferta-menu {
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: column;
    width: 70vw;
    margin-bottom: 2em;
  }

  .oferta-menu>* {
    padding: 0;
    list-style-type: none;
  }

  .kontaktflex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .kontakt {
    margin-bottom: 2em;
  }

  .plik {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .plik.kontaktProgram {
    margin: .5em;
  }

  /* .biuletynflex {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0;
    row-gap: 2em;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  } */
  .biuletynflex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  /* .biuletynflex section:first-of-type{
    grid-area: 1 / 1 / 2 / 3;
    justify-content: start;
  } */
  .biuletynItem>img {
    width: 35vw;
  }

  .aktualnosciflex.filmy {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .owl-carousel .owl-stage-outer {
    max-height: fit-content;
  }

  .aktualnosci-post {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    overflow-x: auto;
  }

  .post-img img {
    width: 100vw;
    height: 30vh;
    float: left;
    margin: 0 20px 20px 0;
  }

  .aktualnosci-post-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-items: center;
  }

  .prev-post-link {
    grid-area: 1 / 1 / 2 / 3;
  }

  .button {
    grid-area: 2 / 1 / 3 / 5;
    margin-top: 2em;
  }

  .next-post-link {
    grid-area: 1 / 3 / 2 / 5;
  }

  .banner_podstrony h2 {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 1368px) and (min-device-width: 600px) {
  .slideAktualnosci {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .year .biuletynItem>img {
    width: 17vw;
    height: 50vh;
  }

  .slideAktualnosci .aktualnosci {
    margin: 1.5em;
    min-width: 300px;
    min-height: 490px;
  }

  .slideAktualnosci .aktualnosci img {
    min-height: 200px;
  }

  .slideAktualnosci img {
    width: 18vw;
    height: 170px;
  }

  .slideBiuletyn {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slideBiuletyn a {
    margin: 1.5em;
  }

  .slideBiuletyn img {
    width: 15vw;
  }

  #facebook_slider_widget {
    position: fixed;
    top: 55vh !important;
  }

  .kontakt {
    margin: 1em;
    font-size: 15px;
  }

  .korzysci_lewo {
    height: 32em;
    padding-bottom: 5em;
  }

  .korzysci_prawo {
    height: 32em;
    padding-bottom: 8em;
  }

  .owl-carousel .owl-stage-outer {
    max-height: fit-content;
  }

  .nav-tabs .nav-link {
    font-size: 16px;
  }

  .programykontakt {
    font-size: 15px;
  }

  .content h4 {
    margin-bottom: 40px;
  }

  .aktualnosciflex.post_grid .aktualnosci img {
    width: 100%;
    height: 200px;
  }

  .aktualnosciflex.post_grid .aktualnosci {
    min-width: 250px;
    min-height: 520px;
  }

  .slideBiuletyn.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-height: 390px;
  }
}

@media screen and (max-width: 415px) and (min-device-width: 300px) {
  .slideBiuletyn {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }

  /* .slideBiuletynItem>img {
    height: 50vh;
    width: 25vw;
  } */

  .aktualnosciflex {
    display: grid;
    grid-template-columns: auto;
    align-self: center;
  }

  .nav.nav-tabs>button {
    width: 100vw;
  }

  .stopka4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .stopka4 div {
    margin: 1em !important;
  }
}

@media screen and (device-width: 820px) and (device-height: 1180px) {


  .slideBiuletyn {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }

  /* .slideBiuletynItem>img {
    height: 18vh;
    width: 18vw;
  } */
  .korzysci {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .korzysci_lewo {
    width: 80%;
  }

  .korzysci_prawo {
    width: 80%;
  }

  .aktualnosciflex {
    display: grid;
    grid-template-columns: auto auto;
    align-self: center;
  }

  .biuletynflex {
    display: grid;
    grid-template-columns: auto auto;
    align-self: center;
  }

  .biuletynflex>.biuletynItem,
  .biuletynItem>img {
    width: 270px;
    height: 480px;
  }

  #nav-filmy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .aktualnosciflex.filmy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slideBiuletynItem {
    height: 25vh;
  }

  /* .slideBiuletynItem>img{
    height: 25vh;
  } */
  .wp-block-search__button-outside.wp-block-search__icon-button.wp-block-search {
    width: 50vw;
  }

  .wp-block-search__input {
    margin-left: 5em;
  }

  .podstrony>div>a {
    font-size: 16px;
  }

  .menuItem {
    font-size: 16px;
  }
}

/* END RESPONSYWNOŚĆ */
/* START ZOOM */

.small * {
  font-size: 14px;
}

.medium * {
  /* font-size: 20px; */
}

.big * {
  font-size: 30px;
}

.big .searchTools {
  font-size: 20px;
}

/* END ZOOM */

.korzysci li {
  font-size: 16px;
}

.stopka a {
  color: #1B1B1B;
  text-decoration: none;
}

.sciezka * {
  margin: 0px 5px;
}

.navigation-div {
  text-align: left;
  margin-left: 10em;
  margin-top: 2em;
}

/* .aktualnosciflex.post_grid .aktualnosci{
  min-width: 250px;
  min-height: 520px;
}
.aktualnosciflex.post_grid .aktualnosci img{
  width: 100%;
  height: 250px;
} */

.aktualnosci a:link {
  color: #1B1B1B;
  margin-bottom: 20px;
}




.programyflexWnioskodawcy .konkurs {
  padding: 30px;
  min-width: 250px;
  max-width: 250px;
  height: 250px;
}

.about p {
  font-size: 16px;
}

.banner_podstrony h2 {
  font-weight: bold;
  margin-top: 15px;
}

.banner_podstrony {
  min-height: 425px;
  position: relative;
  top: -20px;
}

.banner_podstrony h5 {
  margin: 10px 10%;
}

.programyflex {
  min-height: 350px;
}

.oferta-menu h3 {
  font-weight: bold;
  font-size: 1em;
}

.aktualnosci.search_single {
  max-width: 250px;
}

.socialPosts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 3em;
}

.fb-page {
  margin-left: 3.5em;
  margin-right: 3.5em;
}

.fb-page span iframe {
  border-radius: 12px;
}

.post_bg {
  min-height: 250px;
  margin: 0px;
  border-radius: 15px;
  width: 100%;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

#fund-page .tab-pane.active table *,
.contentBiuletyn .tab-pane.active table *,
.konkurs-post-content table *,
.content_program table * {
  border: none;
  font-size: 1em;
}

#fund-page .tab-pane.active table tr:nth-child(even),
.contentBiuletyn .tab-pane.active table tr:nth-child(even),
.konkurs-post-content table tr:nth-child(even),
.content_program table tr:nth-child(even) {
  background-color: #F1F4FF;
}

#fund-page .tab-pane.active table .team {
  font-weight: bold;
}

.contentBiuletyn .tab-pane.active table td {
  padding: 10px;
  width: auto;
}

/* MOBILE DEVICES */
@media only screen and (max-width: 480px) {
  html, body{
    overflow-x: hidden;
  }
  .plik{
    display: flex;
    justify-content: center;
    height: auto;
  }
  .plik2{
    width: 45%;
    margin: 1em;
  }
  .plik2 h4{
    font-size: 12px;
    font-weight: 600;
  }
  .plik3{
    width: 15%;
  }
  .plik3 h4{
    font-size: 12px;
    font-weight: 600;
  }
  .oferta-menu>* {
    margin-top: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    list-style-type: none;
    width: fit-content;
  }

  html {
    margin-top: 0 !important;
  }

  .wyszukiwarka {
    margin-bottom: 2em;
  }

  .button {
    width: auto;
  }

  .socialPosts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .fb-page {
    width: 300px !important;
    margin-bottom: 2em;
  }

  .aktualnosci {
    margin: 50px 10px;
    min-width: 0;
    min-height: 550px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
  }

  .nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .nav.nav-tabs.media {
    padding-left: 0;
  }

  #nav-tabContentMedia {
    margin-left: .5em;
    margin-right: .5em;
  }

  .contentSearchOutput.aktualnosciflex.post_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .aktualnosciflex.post_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .plik.kontaktProgram {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .programykontakt {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .kontaktProgram {
    background-color: #F1F4FF;
    border-radius: 25px;
    height: auto;
    width: 100%;
  }

}

/* iPads, Tablets */
@media screen and (max-width: 768px) {}

/* Small screens, laptops */
@media screen and (max-width: 1600px) {
  .oferta-menu>* {
    margin-top: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    list-style-type: none;
    width: 100%;
  }
  div.ofertyPageContainer div.oferta-contents div.ofertaflex div.oferta-menu ul li{
    padding: .5em 3em .5em 0em;
  }
}
.tab-content>.active {
  text-align: justify;
  line-height: 27px;
  font-size: 0.8em;

}

.contentBiuletyn .tab-content>.active {
  font-size: 1.1em;
}

.contentBiuletyn .tab-content>.active .pagination {
  width: 100%;
  text-align: center;
}

.stopka a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #1a2a81;

}

.content_program .green {
  color: #3f9b3f;
}

.content_program .orange {
  color: #db9f33;
}

.content_program .red {
  color: #db3333;
}

/* .name{
  width: 350px;
}
.position{
  width: 500px;
} */
.email {
  width: auto;
}

.phone {
  width: auto;
}

div#n2-ss-5 .n-uc-mNkkfLCXMOh6-inner {
  cursor: default;
}

#n2-ss-5item1>* {
  text-shadow: 2px 2px 4px #000000;
}

.button {
  margin-bottom: 3em;
}

.button.btnNat {
  margin-bottom: 10em;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-bottom: 1px !important;
  border-bottom-color: white !important;
  cursor: default;
  background-color: #fff;
  border: 1px solid transparent !important;
}

.slideBiuletyn.owl-carousel .owl-item img {
  height: 40vh;
  width: 17vw;
}

.banner_icon {
  width: 10%;
  height: 100%;
  float: right;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.slide-aktualnosci-images {
  float: right;
  width: fit-content;
}

.gallery-for-updates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.image-for-update {
  object-fit: cover;
}

a.foobox {
  margin: .5em;
}

a.foobox div {
  width: 160px;
  height: 160px;
}

a.foobox:hover {
  scale: 1.2;
}

div#n2-ss-5 .n2-ss-slide-limiter {
  max-width: none !important;
  max-height: 600px;
}

.program-title b {
  font-size: 15px;
  color: white;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background-color: transparent !important;
  width: max-content;
  height: max-content;
  margin-left: -1.5em;
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  font-size: 50px;
  margin: -10em
}