.BIPmain{
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  background-image: url("../img/bip/3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: blue;
  background-attachment: fixed;
}
/* leter needed spacing  zrobić narazie jest tylko w HTML*/

/* breadcrumbs */
.breadcrumbs{
  padding: 5px;
  width: 91.5vw;
  height: 30px;
  margin-bottom: 20px;
  color: black;
  background-image: none;
  background-color: white;
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: 0 10px 20px black ;
}
@media screen and (max-width: 970px){
  .breadcrumbs{
    display: none;
  }
}
/* header */
.headerBip{
    margin-top: 0;
    padding-top: 10px;
    background-color: white;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-image: url("../img/bipgrafika/bip2.png");
    background-size: cover;
}
.logoWbip svg.logoBiblioteki{
  display: block;
  width: 80%;
  height: 80%;
}
 .imgHeaderBip{
  display: block;
  width: 80%;
}

.logoWbip svg.logoBiblioteki2{
  display: none;
  }

.logoWbip svg{
  width: 100%;
  height: 100%;
  border-left: 1px solid black;
  padding-left: 10px;
  margin-bottom: 10px;
  top: -10px;
}
.headerBip img{
  width:100%;
}
#bip a{
  color: #112d4e;
}

.search-form{
  position: relative;
  display: inline-block;
  right: 0;
  margin-top: 0px;
  margin-right: 0%;
}
.btn-search{
  position: absolute;
  right: 0px;
}
.search_and_link {
  position: relative;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 970px){
  .search_and_link {
    display: none;
  }
}
/* kolumny razem pod headerem */
.BIPrazem{
  display: flexbox;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  

}
@media screen and (max-width: 970px) {
  .BIPrazem{
    
    display: flex;
    align-items: flex-start;
    height: max-content;
  
  }
}

/* lewa strona */
.lewaBIP{
  display: flexbox;
  float: left;
  margin-right: 20px;
  margin-left: 50px;
  width: 20vw;
}
@media screen and (max-width: 970px) {
  .lewaBIP{
    position: absolute;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: -1000px;
    right: 0;
    background: #f9f7f7;
    display: block;
    padding: 1rem;
    line-height: 3rem;
    overflow-X: auto;
    transform: translateX(-200vw);
    transition: transform 0.6s ease-in-out;
    z-index: -1;
;
  }
   .lewaBIP.open{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0%;
    right: 0;
    background: #112d4e;
    display: block;
    padding-top: 50px;
    line-height: 3rem;
    overflow-x: auto;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
    z-index: 1;
  }
}

/* menu białe lewa strona */
.activepbip{
  color: blue;
  letter-spacing: normal;
  font-weight: 800;
}
.unactivepbip{
  color: #112d4e;
  letter-spacing: normal;
  font-weight: 600;
}

.menuBiale{
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

.menuBiale ul{
  border: solid grey 0.3px;
  box-shadow: 0 10px 20px black;

}
.menuBiale ul li{
  margin: 10px;
  padding: 5px 0px 10px 0;
  border-bottom: solid grey 1px;

  
}
.menuBiale ul li p{
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}


#bip .menuBiale ul li:hover a{
  transition: 1s;
  margin-left: 5%;
  color: blue;
}


.menuBiale ul li:nth-child(10){
  margin: 10px;
  border-bottom: none;

}

.menuBiale ul li a:hover{
  text-decoration: none;
  
}
/* koniec menu białego */

/* menu czarne  lewa strona*/
.menuCzarne{
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
.menuCzarne ul{
 border: solid 1px gold;
 box-shadow: 0 10px 20px black;
 background-color: black;
}
.menuCzarne ul li{
  margin: 10px;
  padding: 5px 0 20px 0;
  border-bottom: solid grey 1px;
}
.menuCzarne ul li:nth-child(4){
 
  border-bottom: none;
}
.menuCzarne ul li:hover{
  text-decoration: underline;
  transition: 1s;
  box-shadow: 0 0 20px;
}
#bip .menuCzarne ul li a{
  color: white;
}

.menuCzarne ul li:hover a{
  text-decoration: none;
  color: blue;
  
}
#bip .menuCzarne ul li:hover a{
    transition: 1s;
    margin-left: 5%;
    color: blue;
}
/* koniec menu czarnego */

/* content prawa strona */
.prawaBIP{

  display: inline-block;
  padding: 30px;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  background-color:rgb(251, 253, 251);
  border: solid grey 0.3px;
  box-shadow: 0 10px 20px black;
  margin-bottom: 50px;
}
.row.so-wraper.team-dark-panel{

  margin-left: -31px;
  margin-right: -31px;
}

.revisions{
  padding: 15px;
}
@media screen and (max-width: 970px){
  .prawaBIP{
    padding: 15px 15px 0 15px;
    position: relative;
    width: 90vw;
    top: 0;
    background-color: rgb(251, 253, 251, 0.9);
    border: solid grey 0.3px;
    box-shadow: 0 10px 20px black;
    margin-bottom: 50px;
  }
  .row.so-wraper.team-dark-panel{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.team-dark-panel{
  text-align: start;
  padding: 30px;
  background-color: rgba(25, 27, 25, 0.9);
  color: grey;
  margin-bottom: -11px;
}

.team-dark-panel h6{
  text-align: start;
}
.team-dark-panel h3{
  color: white;
}
.team-dark-panel .fas{
  color: white;
}
/* menu btn_BIP */
/* hamburger menu */
.menu-btn1 {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 970px) {
  .menu-btn1 {
    position: fixed;
    right: 10px;
    bottom: 200px;
    display: flex;
    background: #f9f7f7;
    width: 45px;
    height: 45px;
    padding: 5px;
    visibility: hidden;
    border: solid 1px gold;
    border-radius: 10px;
  }
  .menu-btn1.pressed {
    visibility: visible;
  }
  
  .menu-btn1.open {
    position: fixed;
    right: 10px;
    bottom: 200px;
    display: flex;
    background: #f9f7f7;
    width: 45px;
    height: 45px;
    padding: 5px;
    border: solid 1px gold;
    border-radius: 10px;
  }

}
.menu-btn__BIP::before,
.menu-btn__BIP::after {
  content: "";
  position: absolute;
}
.menu-btn__BIP,
.menu-btn__BIP::before,
.menu-btn__BIP::after {
  width: 1.5rem;
  height: 0.1rem;
  background:  RED;
  transition: all 0.5s ease-in-out;
}
.menu-btn__BIP::before {
  transform: translateY(-0.5rem);
}
.menu-btn__BIP::after {
  transform: translateY(0.5rem);
}
/* animation */
.menu-btn1.open .menu-btn__BIP {
  transform: translateX(2rem);
  background: transparent;
}
.menu-btn1.open .menu-btn__BIP::before {
  transform: rotate(45deg) translate(-1.5rem, 1.5rem);
  background: RED;
}
.menu-btn1.open .menu-btn__BIP::after {
  transform: rotate(-45deg) translate(-1.5rem, -1.5rem);
  background: RED;
}

/* table cennik */
.cennik{
  border: solid 2px;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
td{
 width:20%;
 border: solid 0.5px;
 border-collapse: collapse;
 padding: 5px;
}
th{
  border: solid 2px;
 padding: 10px;
}
/* listy środków trwałych */
.numerowaneSro{
  margin-left: 80px;
}
.numerowaneSro li{
  padding: 5px;
}
.numerowaneSro li ul{
  margin-left: 80px;
}
.numerowaneSro li ul li{
  list-style-type: circle;
  padding: 5px;
}
.nienumerowaneSro{
  margin-left: 40px;
}
.nienumerowaneSro li{
  list-style-type: circle;
  padding: 5px;
}
.srodkitekst {
  margin-left: 30px;
}
.srodkitekstR {
  margin-right: 40px;
  text-align: right;
}
.srodkitekstP {
  display: inline-block; 
  /* float: left; */
}
.srodkitekstN {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
.srodkitekst a{
  color: #112d4e;
}
body#bip.contrasting .srodkitekst a{
  color: gold;
}
/* table plan */
.plan{
  border: solid 2px;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.plan td{
 width:10%;
 border: solid 0.5px;
 border-collapse: collapse;
 padding: 5px;
}
.plan th{
  border: solid 2px;
 padding: 10px;
}
.tprawa{
  text-align: right;
  
}
.tlewa{
  text-align: left;
  
}
.tsrodek{
  text-align: center;
}
.plantekst {
  margin-left: 0px
}
.plantekstR {
  margin-right: 40px;
  text-align: right;
}
@media (max-width: 550px) {
  .plan{
    word-break: break-all;
    font-size: 10px;
  }
  .plan td{
    font-size: 10px;
   }
   .plan th{
    font-size: 10px;
   }
   .tprawa{
    font-size: 10px;
     
   }
   .tlewa{
    font-size: 10px;
     
   }
   .tsrodek{
    font-size: 10px;
   }
   .plantekst {
    font-size: 10px;
   }
   .plantekstR {
    font-size: 10px;
   }
}
/* listy środków Rejestry, ewidencje, archiwa */
.numerowaneRej{
  margin-left: 80px;
}
.numerowaneRej li{
  padding: 5px;
}
.numerowaneRej li ul{
  margin-left: 80px;
}
.numerowaneRej li ul li{
  list-style-type: circle;
  padding: 5px;
}
.nienumerowaneRej{
  margin-left: 40px;
}
.nienumerowaneRej li{
  list-style-type: circle;
  padding: 5px;
}
.rejestrtekst {
  margin-left: 30px;
}
.rejestrtekstR {
  margin-right: 40px;
  text-align: right;
}
.rejestrtekstL {
  margin-left: 40px;
  text-align: left;
}
.rejestrtekstP {
  display: inline-block; 
  /* float: left; */
}
.rejestrtekstN {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
.rejestrtekst a{
  color: #112d4e;
}
body#bip.contrasting .rejestrtekst a{
  color: gold;
}
/* listy środków Ogłoszenia i konkursy */
.numerowaneOgl{
  margin-left: 80px;
}
.numerowaneOgl li{
  padding: 5px;
}
.numerowaneOgl li ul{
  margin-left: 80px;
}
.numerowaneOgl li ul li{
  list-style-type: circle;
  padding: 5px;
}
.nienumerowaneOgl{
  margin-left: 40px;
}
.nienumerowaneOgl li{
  list-style-type: circle;
  padding: 5px;
}
.ogloszeniatekst {
  margin-left: 30px;
}
.ogloszeniatekstR {
  margin-right: 40px;
  text-align: right;
}
.ogloszeniatekstL {
  margin-left: 40px;
  text-align: left;
}
.ogloszeniatekstP {
  display: inline-block; 
  /* float: left; */
}
.ogloszeniatekstN {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
.ogloszeniatekst a{
  color: #112d4e;
}
/* formularz kontaktowy */
textarea.formBIP {
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}
input.formBIP {
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}
label {
  width:100%;
  margin:5px 0;
  padding:3px;
}
/* header h1 content */
.content h1{
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px;
}

/* lista właściwości dl */
 .dlbip{
  display: table;
  content: "";
  line-height: 0;
 }
 .dlbip dt{
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
 dt{
  font-weight: bold;
  display: block;
 }
 dt, dd {
  line-height: 20px;
 }
 .dlbip dd{
  margin-bottom: 1em;
  margin-left: 180px;
 }

/* Print */

@media print {
  .lewaBIP{
    display: none;
  }
  .breadcrumbs{
    display: none;
  }
  .headerBip{
    display: none;
  }
  .disMenu{
    display: none;
  }
  .prawaBIP{
    border: none;
  }
  .danekontaktbip{
    display: none;
  }
  .noprint{
    display: none;
  }
  .team-dark-panel{
    display: none;
  }
   #content{
      display: block;
      width: 100vw;
   }

}