.wp-block-image {
  margin: 0;
}

#content p {
  font-size: 1.125em;
  line-height: 1.75em;
}
#content p.has-small-font-size {
  font-size: 1em;
  line-height: 1.75em;
}

#content .werkwijze p.has-small-font-size,
h5 {
  font-size: 0.75em;
}

h5 {
  margin-bottom: 0.5rem;
}

.werkwijze .wp-block-image {
  min-height: 190px;
  display: block;
}
#content .werkwijze p {
  font-size: 16px;
}

.gblock-cta {
  border-top: 1rem solid #f2f1ea;
  border-bottom: 1rem solid #f2f1ea;
  margin: 1rem -2rem;
  padding: 1rem 2rem;
  text-align: center;
}
.gblock-cta i {
  margin-right: 0.5rem;
}
#content .gblock-cta p {
  margin-top: 7px;
  margin-bottom: 7px;
}

.testimonial {
  border-top: 1rem solid #f2f1ea;
  border-bottom: 1rem solid #f2f1ea;
  margin: 2rem -2rem;
  padding: 2rem;
}

.gblock-testimonial--block {
  display: flex;
  gap: 15px;
  background: #f4ece1;
  /* border: 1px solid #f1f1eb; */
  padding: 1rem;
  width: auto;
  font-family: Georgia, 'Times New Roman', serif;
}

.italic {
  font-style: italic;
}

.gblock-testimonial--figure {
  max-width: 68px;
  max-height: 68px;
  min-width: 80px;
  float: left;
  margin: 0 15px 0 0;
}

.gblock-testimonial--figure img {
  display: block;
  object-fit: cover;
}

.wp-block-quote {
  margin: 0.9375em;
  padding: 1em;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.5em;
  font-style: italic;
  border-bottom: 1px solid rgba(242, 241, 234, 0.95);
  border-top: 1px solid rgba(242, 241, 234, 0.95);
}
#content .wp-block-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

/* #content .wp-block-gallery .blocks-gallery-item {
  height: 270px;
} */

#content .wp-block-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wp-block-separator.is-style-wide {
  border-top: 1rem solid #f2f1ea !important;
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

#option1 ul,
#option2 ul,
#option3 ul,
#option4 ul {
  display: grid;
  margin: 0;
  width: 100%;
}

#option1 ul figure,
#option2 ul figure,
#option3 ul figure,
#option4 ul figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#option1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

#content #option1 ul .blocks-gallery-item {
  height: 100%;
  width: 100%;
  margin: 0;
}

#option1 ul li.blocks-gallery-item figure {
  height: 100%;
  width: 100%;
}

#option1 ul li.blocks-gallery-item figure img {
  height: 100%;
  width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 880px) {
  #option1 ul {
    height: calc(56.25vw + 43px);
  }
}

@media screen and (min-width: 880px) {
  #option1 ul {
    height: 557px;
  }
}

@media screen and (max-width: 660px) {
}

/* #option1 li:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
#option1 li:nth-child(2) {
  grid-area: 1 / 3 / 3 / 5;
}
#option1 li:nth-child(3) {
  grid-area: 1 / 5 / 3 / 7;
}
#option1 li:nth-child(4) {
  grid-area: 3 / 1 / 5 / 3;
}
#option1 li:nth-child(5) {
  grid-area: 3 / 3 / 5 / 5;
}
#option1 li:nth-child(6) {
  grid-area: 3 / 5 / 5 / 7;
} */

/* @media screen and (max-width: 660px) {
  #option1 ul {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    height: 520px;
  }
} */

#option2 ul {
  /* grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 208px); */

  /* grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr); */

  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);

  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

@media screen and (max-width: 880px) {
  #option2 ul {
    height: calc(56.25vw + 43px);
  }
}

@media screen and (min-width: 880px) {
  #option2 ul {
    height: 558px;
  }
}

#content #option2 ul .blocks-gallery-item {
  height: 100%;
  width: 100%;
  margin: 0;
}

#option2 ul li.blocks-gallery-item figure {
  height: 100%;
  width: 100%;
}

#option2 ul li.blocks-gallery-item figure img {
  height: 100%;
  width: 100%;
  max-height: 100%;
}

/* #option2 li:nth-child(1) { grid-area: 1 / 1 / 4 / 5; width: 100%; max-height: 100%;}
#option2 li:nth-child(2) { grid-area: 1 / 5 / 2 / 7; width: 100%; max-height: 100%;}
#option2 li:nth-child(3) { grid-area: 2 / 5 / 3 / 7; width: 100%; max-height: 100%;}
#option2 li:nth-child(4) { grid-area: 3 / 5 / 4 / 7; width: 100%; max-height: 100%;} */

#option2 li:nth-child(1) {
  grid-area: 1 / 1 / 4 / 5;
}
#option2 li:nth-child(2) {
  grid-area: 1 / 5 / 2 / 7;
}
#option2 li:nth-child(3) {
  grid-area: 2 / 5 / 3 / 7;
}
#option2 li:nth-child(4) {
  grid-area: 3 / 5 / 4 / 7;
}

#option3 {
  clear: both;
}
#option3 ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 600px;
}

#content #option3 ul .blocks-gallery-item {
  height: 100%;
  width: 100%;
  margin: 0;
}

/* #option3 li:nth-child(1) { grid-area: 1 / 1 / 4 / 2; width: 100%; max-height: 100%;}
  #option3 li:nth-child(2) { grid-area: 1 / 2 / 4 / 4; width: 100%; max-height: 100%;}
  #option3 li:nth-child(3) { grid-area: 4 / 1 / 5 / 2; width: 100%; max-height: 100%;}
  #option3 li:nth-child(4) { grid-area: 4 / 2 / 5 / 3; width: 100%; max-height: 100%;}
  #option3 li:nth-child(5) { grid-area: 4 / 3 / 5 / 4; width: 100%; max-height: 100%;} */

#option3 li:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
#option3 li:nth-child(2) {
  grid-area: 1 / 3 / 3 / 7;
}
#option3 li:nth-child(3) {
  grid-area: 3 / 1 / 4 / 3;
}
#option3 li:nth-child(4) {
  grid-area: 3 / 3 / 4 / 5;
}
#option3 li:nth-child(5) {
  grid-area: 3 / 5 / 4 / 7;
}

#option4 {
  clear: both;
}
#option4 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

@media screen and (max-width: 660px) {
  #option4 ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
  }
}

@media screen and (max-width: 500px) {
  #option4 ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 160px);
  }
}

#content #option4 ul .blocks-gallery-item {
  height: 100%;
  width: 100%;
  margin: 0;
}

/* #option4 li:nth-child(1) { grid-area: 1 / 1 / 4 / 2; width: 100%; max-height: 100%;}
    #option4 li:nth-child(2) { grid-area: 1 / 2 / 4 / 4; width: 100%; max-height: 100%;}
    #option4 li:nth-child(3) { grid-area: 4 / 1 / 5 / 2; width: 100%; max-height: 56.25%;}
    #option4 li:nth-child(4) { grid-area: 4 / 2 / 5 / 3; width: 100%; max-height: 56.25%;}
    #option4 li:nth-child(5) { grid-area: 4 / 3 / 5 / 4; width: 100%; max-height: 56.25%;} */

/* #content .wp-block-gallery .blocks-gallery-item a {
  position: relative;
}
#content .wp-block-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

#content .wp-block-gallery img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}  */

.has-licht-background-color {
  background-color: #b8b396;
}
.has-licht-color {
  color: #b8b396;
}
.has-bruin-background-color {
  background-color: #b8650d;
}
.has-bruin-color {
  color: #b8650d;
}

.gutenberg h1,
.interface-interface-skeleton__content h1,
.gutenberg h2,
.interface-interface-skeleton__content h2,
.gutenberg h3,
.interface-interface-skeleton__content h3,
.gutenberg h4,
.interface-interface-skeleton__content h4 {
  color: #b8650d;
}

.gutenberg h2 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
  margin-left: 0;
  margin-top: 0;
  color: #b8650d;
}

.project-information {
}

#content .project-information p,
.project-information p,
.download-list {
  font-size: 12px !important;
  margin-top: 0;
}
#content .project-information h4,
.project-information h4 {
  color: #b8650d;
}

figcaption {
  font-size: 14px;
}

.full-width,
.full-width img {
  width: 100%;
}

.full-width figure {
  width: 100%;
  margin: 0;
}

.highlight-block {
  /* background-color: rgba(242, 241, 234, 0.5); */
  background-color: #f4ece1;
  padding: 1em;
  font-size: 16px;
}
#content .highlight-block p {
  font-size: 16px;
  margin-top: 0;
}
#content .highlight-block p:last-child {
  margin-bottom: 0;
}
#content .highlight-block a {
  text-decoration: none;
}

#content .homepage-small p.has-small-font-size {
  font-size: 11px !important;
  margin: 0;
}
.homepage-content.wp-block-columns {
  margin-bottom: 54px;
}
.homepage-content strong {
  font-weight: normal;
  color: #b8650d;
}
#content .homepage-content .wp-block-column:first-child p {
  font-size: 23px;
  line-height: 37px;
}

.page-id-5 #content .content-inner.gutenberg {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-id-5 #content .content-inner.gutenberg .gblock-cta {
  margin-bottom: 0;
}

.project-image {
  position: relative;
}

.project-image:hover {
}

.project-content {
  opacity: 0;
}

#content .block-team p {
  font-size: 16px;
}

.block-team .wp-block-column {
  display: flex;
}
.block-team .wp-block-column:before {
  content: '';
  display: block;
  padding-top: 100%;
  float: left;
}

.block-team .wp-block-column .wp-block-group {
  padding-left: 1rem;
  width: 50%;
}
.block-team .wp-block-column .wp-block-image {
  width: 50%;
}

.block-team .wp-block-column .wp-block-image img {
  height: 100% !important;
  object-fit: cover;
}
.block-team .wp-block-column figcaption {
  display: none;
}

.border-bottom {
  border-bottom: 1rem solid #f2f1ea;
  margin: 1rem -1.875em;
  padding: 0 1.875em;
}

/* BEFORE AFTER */
