.color-green {
  color: #2F992B;
}

.bg-color,
.bg-green {
  color: white;
  background-color: #2F992B;
}

.bg-gray {
  color: white;
  background-color: #626262;
}

.bg-start {
  color: white;
  background-color: #2F992B;
  background-image: url(../bg/bg-start.jpg);
  background-position: center 56%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-pattern {
  background-color: rgba(0, 0, 0, 0.03);
  background-image: url(../svg/pattern-green-symbols.svg);
  background-repeat: repeat;
  background-size: 275px auto;
  /* 550:2=275 */
}
.bg-pattern h1 {
  color: #2F992B;
}

html {
  font-family: "Webfont Sans", Arial, Sans-Serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

@media (max-width: 720px) {
  html {
    font-size: 14px;
  }
}
.menu {
  font-weight: bold;
}

p {
  display: block;
}
p:not(:last-child) {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.size-big {
  font-family: "Webfont Serif", Bodini, Georgia, Serif;
  font-size: 4rem;
  line-height: 0.8;
  font-weight: 600;
  margin-bottom: 36px;
  margin-bottom: 3rem;
}

.size-medium {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.size-small {
  font-size: 1rem;
  line-height: inherit;
  font-weight: 600;
}

.section-creaties .size-top {
  font-family: "Webfont Serif", Bodini, Georgia, Serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.section-creaties .size-sub {
  font-size: 1rem;
  font-weight: normal;
  opacity: 0.7;
}

.button {
  color: white;
  background-color: #2F992B;
}
.button:hover {
  color: white;
  background-color: #2f982b;
}

.button-etsy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.button-etsy .bezoek {
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: block;
  padding: 20px;
  padding-right: 40px;
  border-radius: 6px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-etsy .etsy {
  position: relative;
  z-index: 2;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  font-family: "Webfont Serif", Bodini, Georgia, Serif;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  color: #2F992B;
  background-color: white;
  border: 3px solid #2F992B;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.button-etsy .etsy img {
  display: block;
  width: 50%;
  height: auto;
}
.button-etsy:hover .bezoek {
  background-color: rgba(0, 0, 0, 0.3);
}
.button-etsy:hover .etsy {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.logo {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.logo img {
  display: block;
  height: auto;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: fixed;
  position: sticky;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: #2F992B;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3);
}
.menu a {
  display: block;
  padding: 12px 6px;
  color: rgba(255, 255, 255, 0.4);
}
.menu a:hover, .menu a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.menu a.inview {
  color: white;
}

@media (max-width: 480px) {
  html {
    padding-bottom: 38px;
  }
  .menu {
    position: fixed;
    top: auto;
    bottom: 0;
  }
}
section {
  display: block;
}
section .max-width {
  padding: 5%;
}
section .no-max-width {
  padding: 5%;
}

.max-width {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.no-max-width {
  display: block;
  width: 100%;
}

.columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}
@media (min-width: 720px) {
  .columns {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
@media (min-width: 720px) {
  .columns {
    gap: 48px;
  }
}
.columns .column {
  display: block;
}

.diensten {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
@media (min-width: 600px) {
  .diensten {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1040px) {
  .diensten {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dienst {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
}
.dienst .image {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.dienst .image img {
  display: block;
  width: 100%;
  height: auto;
}
.dienst .content {
  display: block;
  padding: 25px;
}
.dienst .options {
  display: block;
}
.dienst .options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 5pt;
  position: relative;
}
.dienst .options .option::before {
  display: block;
  -ms-flex-item-align: first baseline;
      align-self: first baseline;
  content: "";
  content: url(/public/svg/diensten-pijl.svg);
}

.section-creaties .max-width {
  max-width: 750px;
  padding: 75px;
}
@media (min-width: 480px) {
  .section-creaties .max-width {
    padding-top: min(25px, 5%);
    padding-bottom: min(25px, 5%);
  }
}
.section-creaties .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 720px) {
  .section-creaties .columns {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 719px) {
  .section-creaties .columns {
    text-align: center;
  }
}

.section-over p a {
  color: #2F992B;
  text-underline-offset: 1pt;
  text-decoration-color: rgba(47, 153, 43, 0.3);
}
.section-over p a:hover {
  text-decoration: underline;
}

.text-columns {
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-column-rule: 1px solid rgba(0, 0, 0, 0.1);
     -moz-column-rule: 1px solid rgba(0, 0, 0, 0.1);
          column-rule: 1px solid rgba(0, 0, 0, 0.1);
}

.columns-over {
  display: grid;
  gap: 48px;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 720px) {
  .columns-over {
    grid-template-columns: 1fr 216px;
    /* = 3 x 72px (icon) */
    grid-template-rows: auto;
  }
}
.columns-over .column-over {
  display: block;
}
.columns-over .column-aside {
  display: block;
}
.columns-over .profiel {
  display: block;
  margin-bottom: 24px;
}
.columns-over .profiel .description {
  display: block;
  font-style: italic;
  text-align: center;
}
.columns-over .profiel-foto {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
}
.columns-over .profiel-foto img {
  display: block;
  width: 100%;
}
.columns-over .column-aside .size-small {
  text-align: center;
}
.columns-over .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.columns-over .badges .badge img {
  display: block;
  width: 72px;
  height: auto;
}

.section-contact p {
  max-width: 720px;
}
.section-contact a {
  text-underline-offset: 1pt;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.regio {
  display: block;
  margin-bottom: 3rem;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 24px;
}
@media (min-width: 720px) {
  .contacts {
    gap: 48px;
    row-gap: 24px;
  }
}
.contacts .contact {
  display: block;
}
.contacts a {
  display: block;
}
.contacts a:hover {
  text-decoration: underline;
}

footer {
  display: block;
  padding: 25px;
  line-height: 1;
  font-size: 11px;
}
@media (min-width: 720px) {
  footer {
    font-size: 13px;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}