footer {
  background: #222222 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

footer a,
footer h4,
footer #signature .title,
footer .copyright,
footer .instagram::before,
footer .facebook::before,
footer .cellphone::before,
footer .mail::before {
  color: white;
}

footer .copyright a:hover,
footer .instagram a:hover,
footer .facebook a:hover,
footer .cellphone a:hover,
footer .mail a:hover {
  color: white;
}

footer .footer-bottom {
  border-top-width: 0.1px !important;
}

/*  Section "Informace pro Vás" */
footer .custom-footer__articles ul {
  padding-left: 0 !important;
}

footer .custom-footer__articles h4 {
  font-size: 25px !important;
}

footer .custom-footer__articles ul li::before {
  display: none;
}

.super-footer-rows {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

/*  Section "Kontakty"  */
footer .custom-footer__contact h4 {
  font-size: 25px !important;
}

/*  Super footer first row  */
.super-footer-first-row {
}

/*  Super footer second row */
.super-footer-second-row {
  display: flex;
  align-items: center;
  justify-items: start;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  padding-bottom: 3rem;
  gap: 1rem;
}

.super-footer-second-row h2 {
  color: white;
}

.super-footer-second-row img {
  max-width: 65rem; /* Okay is +-65rem  */
  width: 100%;
}

/*  Responsive  */
/* 768 was previus, better is 1200 px*/
@media (min-width: 1200px) {
  .super-footer-first-row {
    display: flex;
  }

  .super-footer-first-row .custom-footer__banner3831 {
    flex-grow: 1 !important;
    max-width: 50% !important;
    margin-right: 7rem !important;
  }

  .super-footer-first-row .custom-footer__articles {
    width: fit-content !important;
    margin-right: 7rem !important;
  }

  .super-footer-first-row .custom-footer__contact {
    width: fit-content !important;
  }
}

@media (max-width: 1199px) {
  .super-footer-first-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .super-footer-first-row {
    padding-bottom: 5rem !important;
  }

  .super-footer-first-row .custom-footer__banner3831,
  .super-footer-first-row .custom-footer__articles,
  .super-footer-first-row .custom-footer__contact {
    max-width: 60% !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    text-align: left !important;
  }

  .super-footer-first-row .custom-footer__articles h4,
  .super-footer-first-row .custom-footer__contact h4 {
    font-size: 30px !important;
    font-weight: 700 !important;
  }

  .super-footer-first-row .custom-footer__articles li,
  .super-footer-first-row .custom-footer__contact li {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  .supet-footer-first-row {
    padding-bottom: 2rem !important;
  }

  .super-footer-first-row .custom-footer__banner3831 {
    width: 80% !important;
    min-height: 0 !important;
    text-align: center;
    padding-bottom: 3rem !important;
  }

  .super-footer-first-row .custom-footer__banner3831 * {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  .super-footer-first-row .custom-footer__articles,
  .super-footer-first-row .custom-footer__contact {
    width: 80% !important;
    padding-bottom: 2rem !important;
    text-align: left !important;
    padding-right: 0 !important;
  }

  .super-footer-first-row .custom-footer__articles h4,
  .super-footer-first-row .custom-footer__contact h4 {
    font-size: 25px !important;
    font-weight: 700 !important;
  }

  .super-footer-first-row .custom-footer__articles li,
  .super-footer-first-row .custom-footer__contact li {
    font-size: 15px !important;
  }
}
