@import url(../../root.css);

.footer-section {
  width: 100%;
  height: auto;
  background-color: var(--agro-footer-color);
  margin-top: 50px;
}

.footer-section .all_info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: auto;
}

/* Cég logó, leírás */

.footer-section .all_info .f_company {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  margin-top: 35px;
  padding-left: 100px;
}

.footer-section .all_info .f_company img {
  width: 300px;
  height: auto;
}

/* Szolgáltatások */

.footer-section .all_info .f_services {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  margin-top: 45px;
}

.footer-section .all_info .f_company ul {
  line-height: 2.86;
  list-style: none;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
}

.footer-section .all_info .f_company ul a {
  color: var(--white-light-color);
}

.footer-section .all_info .f_services h1 {
  width: 100%;
  font-size: 1.125rem;
  color: var(--white-color);
  font-weight: bold;
}

.footer-section .all_info .f_services ul {
  line-height: 2.86;
  list-style: none;
  font-size: 0.875rem;
}

/* Márkák */

.footer-section .all_info .f_brand {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  margin-top: 45px;
}

.footer-section .all_info .f_brand h1 {
  width: 100%;
  font-size: 1.125rem;
  color: var(--white-color);
  font-weight: bold;
}

.footer-section .all_info .f_brand ul {
  line-height: 2.86;
  list-style: none;
  font-size: 0.875rem;
}

/* Kapcsolat */

.footer-section .all_info .f_contact {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
}

.footer-section .all_info .f_contact h1 {
  width: 100%;
  font-size: 1.125rem;
  color: var(--white-color);
  font-weight: bold;
  margin-top: 45px;
}

.footer-section .all_info .f_contact ul {
  line-height: 2.86;
  list-style: none;
  font-size: 0.875rem;
}

/* Line */

.footer-section .line {
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
}

.footer-section footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 57px;
  border-top: solid 1px #ffffff30;
}

/* Footer rész, dokumentumok, cég név */

.footer-section footer .f_documents {
  flex-grow: 1;
}

.footer-section footer .f_documents ul {
  display: flex;
  justify-content: space-around;
  line-height: 4;
  font-size: 0.875rem;
  list-style: none;
}

.footer-section footer .f_documents ul a {
  text-decoration: none;
  color: var(--white-light-color);
}

.footer-section footer .f_company_name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section footer .f_company_name span {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--white-light-color);
}

.footer-section footer .f_company_name a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white-color);
}

.footer-section ul {
  color: var(--white-light-color) !important;
}

.footer-flex-grid {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.column-25 {
  flex: 0 25%;
  padding: 0 20px;
}