/********************************** PATICKA ***********************************/

footer{
  width: 100%;
  /* position: relative; */
  border-top: 1px solid #DFDFE1;
  padding-bottom: 50px;
  font-size: 16px;
}

.footer-content{
  margin:0px auto;
  max-width: 1200px;
  color:#34495e;
  color:var(--black);
  
  display: flex;  
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;  
}

.footer-box{
  margin:20px 10px;    
  padding: 10px;
  width:250px;          
}

.footer-box a{
  margin: 13px 0px;
  display: block;
}

.footer-box h3{
  font-size: 18px;  
}

/********************** MOBILNI VERZE *****************************/

@media screen and (max-width: 550px) {

  .footer-box{
    width:160px;         
  }

}



