
.modul-start-menu-19 >ul.menu-start-0-poziom{
  margin:0px 0px 80px 0px;
  padding:0px;
  list-style: none;  
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

}

.modul-start-menu-19 >.menu-start-0-poziom > li{
  list-style: none;
  max-width: 100%;
  display: block;
  margin: 0px 0px 0px 0px;
  position: relative;
  font-size: 14px;
  padding: 4px 0px 4px 0px;
  text-align: left;
  width: 100%;
}

.modul-start-menu-19 >.menu-start-0-poziom li > a,
.modul-start-menu-19 >.menu-start-0-poziom li > button,
.modul-start-menu-19 >.menu-start-0-poziom li > a > span.menu-tekst,
.modul-start-menu-19 >.menu-start-0-poziom li > button > span.menu-tekst {
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 5px;
    text-decoration-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color:#000000;
    font-weight: 400;
    font-size: 14px;
    display:block;
    background-color: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.modul-start-menu-19 >.menu-start-0-poziom li > a img,
.modul-start-menu-19 >.menu-start-0-poziom li > button img {
  max-width: 100%;
  height: auto;
}
.modul-start-menu-19 >ul.menu-start-0-poziom li > a > span.menu-tekst:before,
.modul-start-menu-19 >ul.menu-start-0-poziom li > button > span.menu-tekst:before {
    font-family: "Font Awesome 5 Free"!important;
    content: "\f45c";
    left: 2px;
    position: absolute;
    top: 12px;
    color: #000000;
    font-size:2px;
}

.modul-start-menu-19 >.menu-start-0-poziom li > a:hover,
.modul-start-menu-19 >.menu-start-0-poziom li > button:hover {
  opacity: 0.5;
}

.modul-start-menu-19 >.menu-start-0-poziom li.menu-ikona{
  border:none;
}

.modul-start-menu-19 >.menu-start-0-poziom li.menu-ikona a,
.modul-start-menu-19 >.menu-start-0-poziom li.menu-ikona button {
  width: 100%;
}


/*2gi poziom*/

.modul-start-menu-19 >.menu-start-1-poziom{
  display:none;
}

.modul-start-menu-19 >.menu-start-1-poziom{
    position: relative;
    margin: 0px 0px 0px 11%!important;
    list-style: none;
    width: auto;
    padding-bottom: 24px!important;
}

.modul-start-menu-19 >ul.menu-start-1-poziom > li{
  position: relative;
    min-width:100%;
    padding: 2px!important;
    margin:0px 0px;

}


.modul-start-menu-19 >ul.menu-start-1-poziom li > a,
.modul-start-menu-19 >ul.menu-start-1-poziom li > span,
.modul-start-menu-19 >ul.menu-start-1-poziom li > button {
    padding: 2px 8px 2px 28px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    text-decoration-color: transparent;
    color: #1b1b1b;
    font-weight: 400;
    display: block;
    position: relative;
    background-color: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.modul-start-menu-19 >ul.menu-start-1-poziom li > a:before,
.modul-start-menu-19 >ul.menu-start-1-poziom li > span:before,
.modul-start-menu-19 >ul.menu-start-1-poziom li > button:before {
    font-family: "Font Awesome 5 Free"!important;
    content: "\f0da";
    left: 16px;
    position: absolute;
    top: 5px;
    color: #1b1b1b;
}

.modul-start-menu-19 >ul.menu-start-1-poziom li a span:hover,
.modul-start-menu-19 >ul.menu-start-1-poziom li button span:hover {
  opacity: 0.5;
}
.modul-start-menu-19 >ul.menu-start-1-poziom li.aktywna > a,
.modul-start-menu-19 >ul.menu-start-1-poziom li.rozwijkaaktywna > a,
.modul-start-menu-19 >ul.menu-start-1-poziom li.aktywna > button,
.modul-start-menu-19 >ul.menu-start-1-poziom li.rozwijkaaktywna > button {
  background:#c1e4c2;
}
.modul-start-menu-19 >.menu-start-1-poziom li > a > span.menu-tekst,
.modul-start-menu-19 >.menu-start-1-poziom li > button > span.menu-tekst {
  padding:12px 0px;
}

/*3 poziom*/
.modul-start-menu-19 >.menu-start-2-poziom{
  display:none;
  position: relative;
  top: 0;
  width: 100%;
  padding-left: 12px!important;
}



/*strzałki przy rozwijkach */


/*Mobilka*/

@media all and (min-width: 1023px) and (max-width: 1279px) {
  .modul-start-menu-19 >.menu-start-0-poziom li{ width: 100%;  height: auto; }
}

@media all and (min-width: 0px) and (max-width: 639px) {
  .modul-start-menu-19 >.menu-start-0-poziom{ width: 100%; justify-content: space-around; }
  .modul-start-menu-19 >.menu-start-0-poziom li{  max-width: 100%; }
}
