/* ==========================================================================
Een Ander Bedrijf - Onze Diensten
========================================================================== */

img.diensten_right {
  float: right;
  width: 200px;
  border-radius: 150px;
  margin: 0px 0px 30px 30px;
}

img.diensten_left {
  float: left;
  width: 200px;
  border-radius: 150px;
  margin: 0px 30px 150px 0px;
}

#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(1) {
  border-bottom: 4px solid white;
}

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

.onzediensten_agenda {
  margin-top: 50px;
  display: flex;
  justify-content: start;
}

.onzediensten_agenda.last {
  margin-bottom: 10px;
}

.onzediensten_button_agenda {
  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);
}

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

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

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

/* ==========================================================================
Een Ander Bedrijf - Onze Diensten - 1023px
========================================================================== */

@media screen and (max-width: 1023px) {
  #waarom_eab h1 {
    font-size: 24px;
    text-align: center;
  }
  #waarom_eab h1 span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #eenanderbedrijf_blok1 {
    min-height: 300px;
    height: auto !important;
  }
  #waarom_eab {
    padding: 20px;
  }
  img.diensten_left {
    float: inherit;
    width: 200px;
    border-radius: 300px;
    margin: 14px 0px;
    text-align: center;
    display: -webkit-box;
  }
  img.diensten_right {
    float: inherit;
    width: 200px;
    border-radius: 300px;
    margin: 14px 0px;
    text-align: center;
    display: -webkit-box;
  }
  .onzediensten_agenda {
    margin-top: 25px;
    justify-content: center;
  }
}

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