@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0;
}

.logo {
   width: 3vw;
   min-width: 40px;
}
.accordion-item {
        width: 100%;
}

.map
{
   margin: 0px;
   width: 90%;
   margin-top: 10px;
}

.opis_wybiegu 
{
   padding: 10px;
   font-style: italic;
}

.pomoc_body
{   
   padding: 10px;
   margin: 2px;
   margin-bottom: 20px;
}

.pomoc_map
{   
   max-width: 450px;
   width: 100%;
   height: auto;
}

.wybieg_nazwa
{   
   font-size: 1.25rem;   
   font-weight: 500;   
   margin-bottom: 0.1em;
   margin-right: 0.5em;
}

.wybieg 
{   
   padding: 10px;
   border-radius: 0.25rem;
   width: 100%;
}

.wybieg h6
{   
   margin-top: 10px;
   margin-bottom: -5px;
}

.wybieg_plan
{   
   margin-top: 1em;
   padding: 10px;
   border-radius: 0.25rem;
   width: 100%;
}

.pies 
{
   font-size: 0.9em;   
   padding: 5px;
   margin: 3px;
}

.datepicker 
{
   z-index: 1600 !important; /* has to be larger than 1050 */
}
.ui-timepicker-container 
{
   z-index: 1601 !important; /* has to be larger than 1050 */
}

.ui-timepicker
{
   text-align: left !important;
}

.ui-timepicker-standard
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    line-height: 1em;
}

.btn3d { transition: all .08s linear; position: relative; outline: medium none; -moz-outline-style: none; border: 0px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; top: 0; }
.btn3d:focus { outline: medium none; -moz-outline-style: none; }
.btn3d:active { top: 9px; }
.btn3d:active.btn-default { box-shadow: none; }
.btn3d:active.btn-primary { box-shadow: none; }
.btn3d:active.btn-success { box-shadow: none; }
.btn3d:active.btn-info { box-shadow: none; }
.btn3d:active.btn-warning { box-shadow: none; }
.btn3d:active.btn-danger { box-shadow: none; }

a.strona_tytulowa  {
  font-weight: 600;
  text-decoration: none;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  }

a.strona_tytulowa:hover {text-decoration: none;}

.linkwrap { 
   position:relative; 
   display:inline-block; 
   width: -webkit-fill-available;
}

.blocker {
    position: absolute;
    padding-right: 0.5em;
    margin-top: 0.8em;
    background: rgba(255,255,255,0.7);
    font-size: 0.8em;
    line-height: 0.9em;
    height: 20px;
    width: 90%;
    z-index: 1;
    text-align: end;
}

.linkwrap iframe { z-index: 2; }

@media (min-width: 1024px) {

   .accordion-item {
        width: 45%;
    }
}

.offcanvas-bottom {
   height: 60vh !important;
}

span.badge.bg-primary {
   border: 1px dashed;
}

.bigger {
  font-size: 1.2em;
}

.modal-content{
  z-index:2000;
}

.cookie_info {
    z-index: 9999;
    background: rgb(99, 106, 113);
    color: rgb(250, 250, 250);
    inset: auto 0px 0px;
    max-width: 100%;
    position: fixed;
    padding: 20px;
    font-size: 17px;
    display: flex;
}

