@charset "UTF-8";
/* <<-- Lábléc -->> */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  min-height: 50px;
  height: 13%;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url(/files/sys/img/menu-keret.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-menu {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-link {
  max-width: 13vw;
  height: 60px;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 0.85rem;
  color: red;
  cursor: pointer;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #dabd64;
  border: 2px outset white;
  font-family: "Segoe Script";
  word-break: break-word;
  overflow: hidden;
  position: relative;
}

.nobreak {
  word-break: keep-all;
}

.footer-link:hover {
  color: #555555;
  border: 2px inset white;
}

.footer-link:last-of-type {
  width: 4vw;
  min-width: 1px;
  font-size: 180%;
  position: relative;
}

.footer-link:last-of-type span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  line-height: 20px;
}

/* <<==--   RESPONSIVE   --==>> */
/* Tablet fekvő (1024 - 1279px)*/
@media only screen and (max-width: 1279px) {
  .footer-link {
    font-size: 0.75rem;
    height: 52px;
    padding: 5px 5px;
    border: 0px outset white;
  }
}
/* Tablet álló (768 - 1023px) */
@media only screen and (max-width: 1023px) {
  footer {
    display: none;
  }
}
/* Telefon fekvő (576 - 767px) */
/* Telefon álló (300 - 575px) *//*# sourceMappingURL=footer.css.map */