
.nav-breadcrumb {
    padding: 5px 20px;
    border: solid thin #e4e4e4;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb-item a {
    color: black;
    text-decoration: none;
}
h1{
    font-size: 1.5rem;
}

.btn-outline-primary{
    border-color: #29a6de;
    color: #29a6de;
}

.btn-outline-primary:hover{
    background-color: #29a6de;
    color: white;
}

.language_flag .nav-link {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
#navbarNav {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 5px #b2b2b2;
}
}


.footer-menu li a {
    text-decoration: none;
    color: black;
    border: solid 1px #ccc;
    padding: 5px 20px;
    background: white;
    border-radius: 3px;
}
.footer-menu li a:hover {
    background: black;
    color: white;
}


.footer-menu,.footer-adres {
  flex-direction: column;
}



@media (min-width: 768px) {
  .footer-menu, .footer-adres {
    flex-direction: row;
  }


}