/* ==========================================================================
EEN ANDER BEDRIJF - Text pages
========================================================================== */
body {
  background: #ffece2;
}

a.button_homepage {
    padding: 12px 24px;
    background: #e94e1b !important;
    color: white !important;
    transition: all 500ms ease;
    font-size: 16px;
    position: absolute;
    float: center;
    margin-top: 20px;
}

.FAQ a {
  color: #e94e1b;
  text-decoration: underline;
}

.FAQ a:hover{
  text-decoration: none;
}

.footer_box p:nth-child(5) a {
    border-bottom: 4px solid white;
}

#container {
  padding:20px;
}

/* ==========================================================================
End CSS
========================================================================== */
/* ==========================================================================
EEN ANDER BEDRIJF - Text pages - 1023px
========================================================================== */
@media screen and (max-width: 1023px) {
  .FAQ img{
    height: 150px;
    width: 200px !important;
  }


}

/* ==========================================================================
End
========================================================================== */
