
@media (min-width: 1000px) {

html {
    touch-action: none;
}

body {
    touch-action: pan-x pan-y;

}

}

body.black
{
    
    background: black;
    color:white!important;
    
}

body.black .information p  { color:white }
body.black h1 , body.black h2, body.black a { color: white!important }


.biala {
    background: white;
    padding: 40px 148px;
}

.title {
    color: #00b7ff;
    font-size: 42px;
    margin: 78px 0 12px 0;
}

.biala h3 {
    color: gray;
    margin: 1px 0 35px 0;
    font-size: 17px;
}

.tagi {
    font-size: 15px;
    color: #92d047;
    margin-top: 55px;
    display: block;
}

.pagination {
    position: absolute;
    bottom: 42px;
    text-align: center;
    width: 100%;
 z-index: 111;
}


.full-height {
            height: 100vh;
            overflow: hidden;
        }


.page-item {
    width: 67px;
    height: 67px;
    background: #f9f9f9;
    margin-right: 11px;
    border-radius: 63px;
    text-align: center;
    line-height: 66px;
    border: solid 1px #80808045;
}
li.a0 a {
    font-size: 29px;
    /* margin-left: -7px; */
    text-indent: -15px;
    color: #8080806e;
}
li.active {
    background: #e0f2cb;
    border: solid 1px #85d076;
    font-weight: bold;
 
}

li.active a {
     
    color: #85d076;
 
 
}


#nawigacja {
    
    font-size: 21px;
    color: gray;
}

#nawigacja a { color: #CCCCCC; }
#nawigacja a b.active { color: gray; }

 
div.eng, div.de { display:none }


.page-item a {
    padding: 22px;
}


.page-item a{ color: gray;} 



audio {
    width: 49%;
    margin-top: 225px;
}



@media (max-width: 760px) {
  

.biala {
    background: white;
    padding: 0px 60px;
}


audio {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 181px;
}


#nawigacja {
  position: static;
}

}


 @media (max-width: 768px) {



.tagi {
    font-size: 21px;
}
.pagination {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 102px;
    /* margin-left: 21px; */
    bottom: -240px;
    max-width: 91%;
    overflow-y: hidden;
   
    left: 17px;
}


            .page-item {
                flex: 0 0 auto;
            }



.strona_0 .biala {
    height: 10px;
    margin-top: -315px;
    background: transparent;
}

.strona_0 .biala img{ display: none; }

.strona_0 #nawigacja { display: none; }
        }



