/* ==========================================================================
Waarom EAB - Over ons
========================================================================== */

#container {
  max-width: 100vw !important;
}

#waarom_eab {
  padding: 80px 20%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#myTopnav .menu_item:nth-of-type(2) {
  border-bottom: 4px solid white;
}

#eenanderbedrijf_blok1 {
  min-height: 700px;
  height: auto !important;
  background-image: url(/tl_files/files/eenanderbedrijf/images/Header_WaaromEAB2.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

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

.waaromeab_contact {
  display: flex;
  justify-content: start;
}

.waaromeab_button_contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #e94e1b;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 200ms ease;
  width: calc(140px + 10px);
}

.waaromeab_button_contact:hover {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  width: calc(150px + 10px);
}

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

/* ==========================================================================
Waarom EAB - Over ons - 1023px
========================================================================== */

@media screen and (max-width: 1023px) {
  #eenanderbedrijf_blok1 {
    min-height: 300px;
    height: auto !important;
  }

  #waarom_eab {
    padding: 20px;
  }

  #waarom_eab h1 {
    text-align: center;
  }

  #waarom_eab p:last-of-type {
    text-align: center;
  }

  .waaromeab_contact {
    justify-content: center;
  }
}

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