.content {
  max-width: 700px;
  margin-bottom: 50px; }

#content {
  z-index: 1; }

.group {
  margin-bottom: 50px; }
  .group .row {
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media (max-width: 1023px) {
  .group .row {
    flex-direction: column;
    width: 100%; } }
    .group .row figure {
      display: inline-block;
      position: relative;
      transition: 0.2s;
      height: 285px;
      margin: 15px;
      display: flex;
      overflow: hidden;
      justify-content: center;
      width: 100%;
      flex: 1; }
      .group .row figure a {
        display: block; }
        .group .row figure a:before {
          content: 'Vergroot deze foto';
          opacity: 0;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(172, 107, 48, 0.8);
          transition: 0.2s;
          display: flex;
          justify-content: center;
          align-items: center;
          color: white;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 14px;
          padding-top: 50px;
          box-sizing: border-box;
          z-index: 1000;
          z-index: 9; }
        .group .row figure a:after {
          content: "\f002";
          font-family: 'FontAwesome';
          font-size: 40px;
          color: white;
          transition: 0.2s;
          opacity: 0;
          /* Verticaal uitlijnen */
          position: absolute;
          top: 50%;
          /* Horizontaal uitlijnen */
          transform: translateY(-40px);
          width: 100%;
          left: 0;
          text-align: center;
          z-index: 10; }
        .group .row figure a:hover:before, .group .row figure a:hover:after {
          opacity: 1;
          transition: 0.2s; }
      .group .row figure img {
        max-height: 100%;
        object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .group .row:nth-child(odd) figure:last-child, .group .row:nth-child(even) figure:first-child {
      flex: 2; }
      .group .row:nth-child(odd) figure:last-child img, .group .row:nth-child(even) figure:first-child img {
        width: 100%;
        max-height: unset; }

.bedankt_background {
  background: white;
  position: relative;
  padding-bottom: 100px;
  padding-top: 60px; }
  .bedankt_background #content a {
    text-decoration: none;
    color: white; }
  .bedankt_background .wrapper:before {
    content: "";
    background: #f9f9f9;
    width: calc(100vw);
    height: 100%;
    position: absolute;
    margin-top: -160px;
    min-height: auto;
    padding: 230px 20px 100px;
    right: -160px; }
  .bedankt_background .collum {
    width: calc(100% / 2);
    display: inline-block;
    vertical-align: top;
    position: relative; }
    @media (max-width: 1023px) {
  .bedankt_background .collum {
    width: 100%; } }
    .bedankt_background .collum .top-text {
      font-size: 20px;
      font-weight: 600; }
      .bedankt_background .collum .top-text .stripe {
        border: black solid 2px;
        width: 110px;
        display: inline-block;
        position: absolute;
        margin: 12px 0 0 20px; }
        @media (max-width: 1023px) {
  .bedankt_background .collum .top-text .stripe {
    display: none; } }
    .bedankt_background .collum .middle-text {
      font-size: 58px;
      font-weight: 700; }
      @media (max-width: 1023px) {
  .bedankt_background .collum .middle-text {
    font-size: 40px;
    line-height: 48px;
    padding-top: 10px; } }
    .bedankt_background .collum .bottom-text {
      margin-top: 10px; }
    .bedankt_background .collum .btn-home {
      background-color: #ac6b30;
      margin-top: 15px;
      color: white; }
      .bedankt_background .collum .btn-home:hover {
        background-color: #ac6b30; }
    .bedankt_background .collum .btn-product {
      background-color: #72725b;
      margin-top: 20px;
      color: white; }
      .bedankt_background .collum .btn-product:hover {
        background-color: #72725b; }
    .bedankt_background .collum .btn {
      margin-left: calc(100% - 250px);
      width: 250px;
      height: 75px;
      line-height: 75px;
      display: block;
      color: white; }
      @media (max-width: 1023px) {
  .bedankt_background .collum .btn {
    margin-left: 0px; } }
      .bedankt_background .collum .btn:hover i {
        right: 15px; }
      .bedankt_background .collum .btn span {
        position: absolute;
        left: 25px;
        text-align: left; }
      .bedankt_background .collum .btn i {
        vertical-align: sub;
        font-size: 30px;
        font-weight: 800;
        position: absolute;
        right: 25px;
        line-height: 75px;
        transition-timing-function: ease-out;
        transition: 0.2s; }
