/**
* calculate the max width based on input
*/
.section__content {
  padding: 2rem 0;
}
@media screen and (min-width: 64em) {
  .section__content {
    padding: 4rem 0;
  }
}

.content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1185px;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper {
    padding: 0 1.2rem;
  }
}

.content__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .content__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .content__row {
    gap: 5rem;
  }
  .content__row > .content__column {
    flex: 1;
  }
  .content__row > .content__column.sidebar__column {
    flex: 0 0 33.33%;
  }
}

.academie--hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #64C133;
  min-height: 540px;
}
.academie--hero .hero-data {
  padding: 0 1.2rem;
}
.academie--hero .overlay {
  background-color: rgba(100, 193, 51, 0.4);
}

.grid--listing {
  display: grid;
  gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .grid--listing {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .grid--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .grid--listing {
    grid-template-columns: repeat(3, 1fr);
  }
}

.roobeek-academie-page .gform_title {
  display: none;
}
.roobeek-academie-page .contactform label {
  font-weight: normal !important;
  font-size: 16px !important;
}
.roobeek-academie-page .contactform .button {
  background: #64C133;
  border: 0;
  transition: background 0.4s ease;
}
.roobeek-academie-page .contactform .button:hover, .roobeek-academie-page .contactform .button:active, .roobeek-academie-page .contactform .button:focus {
  background: rgb(79.0983606557, 152.6598360656, 40.3401639344);
}
.roobeek-academie-page .offerte-aanvraag,
.roobeek-academie-page .header .header-data .menu-item.current_page_item:before {
  background-color: #64C133;
}
.roobeek-academie-page footer .top-row a {
  color: #64C133;
}
.roobeek-academie-page footer .top-row .footer-text .socials a {
  background-color: #64C133;
}
.roobeek-academie-page .button-primary {
  background: #64C133;
  transition: background-color 0.4s ease;
}
.roobeek-academie-page .button-primary:hover, .roobeek-academie-page .button-primary:active, .roobeek-academie-page .button-primary:focus {
  background: rgb(79.0983606557, 152.6598360656, 40.3401639344);
}
.roobeek-academie-page .form-col.form-textblock .contactform {
  background-color: #64C133;
}
.roobeek-academie-page .pane.pane--text .text-col a {
  color: #64C133;
}
.roobeek-academie-page .pane--hero .overlay {
  background-color: rgba(100, 193, 51, 0.5);
}

.academie--grid {
  margin-top: 4rem;
}
.academie--grid .grid--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #E8F6E0;
  padding: 2rem;
  gap: 1rem;
}
.academie--grid .grid--item h3 {
  font-size: 20px;
}
.academie--grid .grid--item .button__wrapper {
  margin-top: 2rem;
}
.academie--grid > a:hover {
  text-decoration: none;
  color: currentColor;
}

.academie__summery.list--items {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 10px;
}
.academie__summery.list--items .list--item {
  padding-left: 2.5rem;
  position: relative;
}
.academie__summery.list--items .list--item:before {
  content: ">";
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.academie__summery.list--items .list--item.locatie:before {
  content: url("../../public/images/location.svg");
}
.academie__summery.list--items .list--item.datum:before {
  content: url("../../public/images/date.svg");
}

.single--academie {
  position: relative;
  z-index: 1;
}
.single--academie .academie__summery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background: #E8F6E0;
  padding: 2rem;
  margin: 0 0 40px;
  margin-top: calc(-2rem - 40px);
}
@media screen and (min-width: 64em) {
  .single--academie .academie__summery {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .single--academie .academie__summery {
    gap: 4rem;
    margin-top: calc(-4rem - 40px);
  }
}
.single--academie article h2 {
  color: #64C133;
}
@media screen and (min-width: 64em) {
  .single--academie .academie__sidebar {
    margin-top: calc(-4rem - 40px);
  }
}

.signup-academie-page .sub--title {
  font-weight: bold;
  color: #64C133;
  font-size: 20px;
}

.signup-form {
  margin-top: 50px;
}
.signup-form h3 {
  font-size: 20px;
  color: #64C133;
}
.signup-form .gfield--type-text input,
.signup-form .gfield--type-email input,
.signup-form .gfield--type-phone input {
  border: 1px solid #000;
}

.academie__sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.academie__sidebar .widget {
  padding: 2rem;
  background: #E8F6E0;
}
.academie__sidebar .widget h3 {
  color: #64C133;
  margin-bottom: 20px;
}
.academie__sidebar .widget.apply--widget {
  background: #64C133;
}
.academie__sidebar .widget.apply--widget h3 {
  color: #fff;
}
