footer {
  z-index: 30;
}
.footer-inner{
  background-color: var(--darkblue-szabofogaskerek-color);
  padding: 50px 0;
}
.footer-info{
  color: white;
  text-align: left !important;
}
.footer-info-col{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-info-col p{
  margin: -5px 0 15px 0;
}
.footer-info-col, .footer-info-col p{
  font-size: 13px !important;
  color: white;
}
.footer-info-r{
  text-align: right !important;
}
.footer-info .field-content{
  margin-bottom: 15px;
}
.contact-footer-view{
  margin: 20px 0 40px 0;
 }
.footer-info a{
  color: white;
  text-decoration: none;
}
.footer-info a:hover,.footer-info a:focus,.footer-info a:active{
  color: #5796c0;
  text-decoration: none;
}
footer .row-1 {
}
.footer-col-1, .footer-col-3 {
  display: flex;
  align-items: center;
}
.footer-col-3 {
  justify-content: flex-end;
}
.footer-col-1 a {
}
.footer-col-3 a {
}
footer .row-1 a {
  display: block;
  text-decoration: none;
}

.footer-logo img {
  height: auto;
  max-width: 160px;
}
.logo-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footermenu-col{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .kapcsolat {
  list-style: none;
  text-align: center;
}
@media (max-width: 991px) {
  .copyright-col{
    flex-direction: column;
  }
  .footer-info{
    text-align: center;
    padding: 25px 0 0 0;
  }
  .footermenu-col{
    justify-content: center;
  }
  .logo-col {
    justify-content: center;
  }
  footer .row-1 a {
    text-align: center;
  }
  .footer-col-1, .footer-col-3 {
    justify-content: center;
  }
}
.kapcsolat .field {
}
.footer-contacts, .footer-contacts a, .footer-contacts a:hover, .footer-contacts a:visited {
  color: black;
  text-decoration: none;
}
.copyright-row {
  background-color: var(--primary-szabofogaskerek-color);
  color: white;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.menu-footer {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0px 0 -25px;
  padding: 35px 0 0 0;
}
.menu-footer a {
  color: #5796c0;
}
.menu-footer a:hover, .menu-footer a:active {
  color: white;
}

.menu-footer li{
  padding: 0 8px;
}
.footer-social{
  display: flex;
  justify-content: center;
}
.footer-social img{
  height: 20px;
  width: auto;
}
@media (max-width: 768px) {
  .menu-footer {
    flex-direction: column;
  }
  .menu-footer a {
  }
}
@media (max-width: 991px) {
  .footer-info-col {
  justify-content: center !important;
  }
  .footer-info{
    text-align: center !important;
  }
  .footer-info-r{
    text-align: center !important;
  }
}
.copyright-col{
  display: flex;
  justify-content: space-between;
}
