.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .hero {
      min-height: 500px; } }
  .hero .afbeelding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .hero .afbeelding:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 30%;
      bottom: 0;
      background: rgba(200, 75, 70, 0.85); }
      @media (max-width: 992px) {
        .hero .afbeelding:after {
          right: 0; } }
  .hero .content {
    position: relative;
    padding-top: 6rem;
    width: 65%; }
    @media (max-width: 992px) {
      .hero .content {
        width: 100%; } }
    .hero .content .logo {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 40px 0; }
      @media (max-width: 768px) {
        .hero .content .logo {
          margin: 35px 0; } }
      .hero .content .logo img {
        height: 100px;
        width: auto; }
    .hero .content .text {
      padding-left: 25px;
      border-left: 2px solid #fff;
      color: #fff; }
      .hero .content .text .titel {
        margin-bottom: 20px; }
        .hero .content .text .titel h1 {
          font-size: 52px;
          font-weight: bold;
          line-height: 60px;
          margin: 0; }
          @media (max-width: 768px) {
            .hero .content .text .titel h1 {
              font-size: 36px;
              line-height: 44px; } }
      .hero .content .text .subtext {
        font-size: 30px;
        font-weight: 300;
        line-height: 34px; }
        @media (max-width: 768px) {
          .hero .content .text .subtext {
            font-size: 20px;
            line-height: 28px; } }
    .hero .content .contact {
      text-align: center;
      padding: 60px 0; }
      .hero .content .contact a {
        border: 2px solid #000;
        font-size: 12px;
        font-weight: 500;
        line-height: 13px;
        text-align: center;
        color: #000;
        background: #DFFFA2;
        padding: 20px 50px;
        border-radius: 30px;
        text-transform: uppercase; }
        .hero .content .contact a:hover {
          background: #000;
          color: #DFFFA2;
          text-decoration: none; }

/* COACHING TYPES */
.coaching_types {
  margin: 70px 0 70px; }
  @media (max-width: 768px) {
    .coaching_types {
      margin: 50px 0 30px;
      overflow: hidden; } }
  .coaching_types .coaching_type_titel {
    max-width: 50%; }
    @media (max-width: 992px) {
      .coaching_types .coaching_type_titel {
        max-width: 100%;
        padding-top: 0; } }
    .coaching_types .coaching_type_titel h2 {
      font-size: 42px;
      font-weight: 300;
      line-height: 50px;
      margin: 0; }
      @media (max-width: 992px) {
        .coaching_types .coaching_type_titel h2 {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 20px; } }
  .coaching_types .lijst {
    display: flex;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 100px; }
    @media (max-width: 992px) {
      .coaching_types .lijst {
        flex-wrap: wrap;
        padding: 20px 0 0; } }
    .coaching_types .lijst .coaching_type {
      position: relative;
      width: 33%;
      background: #CDD4DA;
      transition: 0.5s ease; }
      @media (max-width: 992px) {
        .coaching_types .lijst .coaching_type {
          width: 100%;
          margin-top: -20px; } }
      .coaching_types .lijst .coaching_type .content {
        position: relative; }
        @media (max-width: 992px) {
          .coaching_types .lijst .coaching_type .content {
            display: flex;
            padding: 20px 0; }
            .coaching_types .lijst .coaching_type .content:after {
              content: "";
              position: absolute;
              right: 30px;
              bottom: 40px;
              width: 30px;
              height: 20px;
              margin-top: -15px;
              background-image: url(../images/arrow.svg);
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat; } }
        .coaching_types .lijst .coaching_type .content .icoon_container {
          position: relative;
          padding-bottom: 70%; }
          @media (max-width: 992px) {
            .coaching_types .lijst .coaching_type .content .icoon_container {
              width: 40%;
              padding-bottom: 0; } }
          .coaching_types .lijst .coaching_type .content .icoon_container .icoon {
            position: absolute;
            left: 50px;
            top: 50px;
            right: 50px;
            bottom: 50px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: scale(0.9); }
            @media (max-width: 992px) {
              .coaching_types .lijst .coaching_type .content .icoon_container .icoon {
                left: 30px;
                top: 30px;
                right: 30px;
                bottom: 30px; } }
        .coaching_types .lijst .coaching_type .content .text_container {
          margin: 0 40px 40px;
          padding: 0 0 0 20px;
          border-left: 2px solid #000; }
          @media (max-width: 992px) {
            .coaching_types .lijst .coaching_type .content .text_container {
              width: 60%;
              margin-left: 0; } }
          .coaching_types .lijst .coaching_type .content .text_container .titel {
            font-size: 32px;
            font-weight: bold;
            line-height: 36px;
            margin-bottom: 30px; }
            @media (max-width: 992px) {
              .coaching_types .lijst .coaching_type .content .text_container .titel {
                font-size: 22px;
                line-height: 30px;
                margin-bottom: 0; } }
          .coaching_types .lijst .coaching_type .content .text_container .text {
            font-size: 22px;
            font-weight: 300;
            line-height: 30px; }
            @media (max-width: 992px) {
              .coaching_types .lijst .coaching_type .content .text_container .text {
                font-size: 18px;
                line-height: 24px; } }
      .coaching_types .lijst .coaching_type:first-child {
        background: #FBEDEC; }
        @media (min-width: 993px) {
          .coaching_types .lijst .coaching_type:first-child {
            right: -20px;
            top: -65px;
            z-index: 1; } }
        @media (max-width: 992px) {
          .coaching_types .lijst .coaching_type:first-child {
            margin-left: 40px; } }
      @media (max-width: 992px) {
        .coaching_types .lijst .coaching_type:nth-child(2) {
          margin-right: 20px; } }
      .coaching_types .lijst .coaching_type:nth-child(2) .content:after {
        right: 10px; }
      .coaching_types .lijst .coaching_type:last-child {
        background: #F5EDE7; }
        @media (min-width: 993px) {
          .coaching_types .lijst .coaching_type:last-child {
            left: -20px;
            top: -45px;
            z-index: 1; } }
        @media (max-width: 992px) {
          .coaching_types .lijst .coaching_type:last-child {
            margin-left: 40px; } }
      @media (min-width: 993px) {
        .coaching_types .lijst .coaching_type:hover {
          transform: scale(1.05) !important; } }
    @media (min-width: 993px) {
      .coaching_types .lijst:hover .coaching_type {
        transform: scale(0.9); } }

.edit-activation {
  z-index: 1010; }

.edit-mode .coaching_types .lijst .coaching_type a.coverall {
  pointer-events: none; }
