/* linia przerywana wokół sfokusowanych elementów*/
*:focus:not(.sub-menus a) {
  outline: red dashed 3px;
  box-sizing: border-box;
}

.sub-menus a:focus {
  border: red dashed 3px;
  box-sizing: border-box;
}

#niepelnosprawni {
  position: absolute;
  background: white;
  float: left;
  height: 30px;
  margin: 4px auto;
  z-index: 3;
  text-align: right;
  float: right;
  right: 25%;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

#niepelnosprawni * {
  color: black;
}

@media screen and (max-width: 900px) {
  #niepelnosprawni {
    margin-bottom: 55px;
  }
}

#czcionka {
    font-family: times-new-roman;
    font-size: 20px;
    /*! width: 100px; */
    float: right;
    cursor: pointer;
}

#czcionkaMala {
    font-size: 14px !important;
}

#czcionkaDuza {
    font-size: 26px !important;
}

#czcionkaZwykla {
    font-size: 20px !important;
}

#kontrast {
  float: right;
  height: 31px;
  width: 26px !important;
  padding: 7px 0px 7px 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px !important;
}

#kontrastBtn {
	width: 16px !important;
	height: 16px !important;
}

.powiekszone *:not(.czcionka):not(#kontrast) {
  font-size: 105%;
}

.powiekszone ol1 > li {
  height: 4em !important;
  padding: 0.5em 0px;
  box-sizing: border-box;
}

.powiekszone ol1 {
  line-height: 1.5em !important;
}

.powiekszone ol1 > li > ul > li {
  height: 4em !important;
}

.powiekszone ol1 > li > a {
  height: 80px !important;
}

.powiekszone ol {
  margin: 0px 0px 45px 0px !important;
  line-height: 1.5em !important;
}

.powiekszone ol li {
  height: 4em !important;
  padding: 0.5em 0px;
  box-sizing: border-box;
}

.powiekszone div#menu {
  margin-bottom: 125px;
}

.powiekszone #kontrast {
  width: 40%;
}

.pomniejszone *:not(.czcionka):not(#kontrast) {
  font-size: 95%;
}