h1,h2,h3,h4,h5,h6,.accordion-description a,#content-container .wp-pagenavi,#portfolio-categories ul li.selected,.table-title td,.table-description strong,table th,.tabs a{font-family:"Overlock", "PT Sans Narrow", "PT Sans", "Arial Narrow", Verdana, Geneva, sans-serif;}body, .content-box .post-info{font-family:"Overlock", "PT Sans Narrow", "PT Sans", "Arial Narrow", Verdana, Geneva, sans-serif;}#header {
  background-image: url("http://molettdesign.hu/exclusive2015/wp-content/uploads/2015/01/background_top2.png");
}
.bg-image-pattern {
  display: noremovemene;
}
#grid-gallery {
  margin-left: auto;
  margin-right: auto;
  align: center;
  width: 1245px;
}
.btn {
  background: #f3ea46;
  background-image: -webkit-linear-gradient(top, #f3ea46, #c2bb31);
  background-image: -moz-linear-gradient(top, #f3ea46, #c2bb31);
  background-image: -ms-linear-gradient(top, #f3ea46, #c2bb31);
  background-image: -o-linear-gradient(top, #f3ea46, #c2bb31);
  background-image: linear-gradient(to bottom, #f3ea46, #c2bb31);
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  font-family: Arial;
  color: #050405;
  font-size: 19px;
  padding: 6px 14px 6px 14px;
  text-decoration: none;
}

.btn:hover {
  background: #c9c242;
  background-image: -webkit-linear-gradient(top, #c9c242, #a8a33b);
  background-image: -moz-linear-gradient(top, #c9c242, #a8a33b);
  background-image: -ms-linear-gradient(top, #c9c242, #a8a33b);
  background-image: -o-linear-gradient(top, #c9c242, #a8a33b);
  background-image: linear-gradient(to bottom, #c9c242, #a8a33b);
  text-decoration: none;
}
/* Kényszerített lábléc rögzítés */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

#wrapper {
    flex: 1 0 auto; /* Ez kitolja a tartalmat */
}

#footer {
    flex-shrink: 0;
    width: 100%;
}