@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*
 * Overrides for admin overlays
 */
.region--navigation .contextual-region {
  position: static;
}

#site-featured-bottom {
  margin-top: 100px;
  background: #571315;
  color: white;
}
#site-featured-bottom a {
  color: white;
}
#site-featured-bottom .page__title {
  display: none;
}
#site-featured-bottom h2, #site-featured-bottom h3 {
  color: white;
}
#site-featured-bottom h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 3em;
  margin-top: 0.5em;
  margin-left: 0.5em;
}
#site-featured-bottom #nieuwsbrief {
  background: white;
  padding: 2em;
  color: #571315;
}
#site-featured-bottom #nieuwsbrief h2 {
  color: #571315;
  font-family: "disc", sans-serif;
}
#site-featured-bottom:before {
  margin-top: -100px;
  content: "";
  width: 100vw;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30" preserveAspectRatio="none"><path fill="%23571315" d="M0,30 L0,12 Q30,17 55,12 T100,11 L100,30 Z"/><path fill="white" d="M0,0 L0,12 Q30,17 55,12 T100,11 L100,0 Z"/></svg>') no-repeat center center;
  display: block;
  background-size: 100vw 100%;
  position: absolute;
}

.paragraph--type--cta-volledige-breedte {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #DE5D17;
  margin-top: 100px;
}
.paragraph--type--cta-volledige-breedte:before {
  margin-top: -100px;
  content: "";
  width: 100vw;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30" preserveAspectRatio="none"><path fill="%23DE5D17" d="M0,30 L0,12 Q30,17 55,12 T100,11 L100,30 Z"/><path fill="%23f9cee3" d="M0,0 L0,12 Q30,17 55,12 T100,11 L100,0 Z"/></svg>') no-repeat center center;
  display: block;
  background-size: 100vw 100%;
  position: absolute;
}
.paragraph--type--cta-volledige-breedte > div {
  max-width: 1140px;
  margin: 0 auto;
  font-family: "disc", sans-serif;
  color: white;
  font-size: 3em;
  margin-bottom: 200px;
  position: relative;
}
.paragraph--type--cta-volledige-breedte > div:before {
  content: "";
  width: 128px;
  height: 340px;
  background: url("../../images/LAND_illustraties_asperges.png") no-repeat;
  display: block;
  position: absolute;
  left: -240px;
  top: -100px;
  background-size: contain;
}
.paragraph--type--cta-volledige-breedte > div:after {
  content: "";
  width: 254px;
  height: 295px;
  background: url("../../images/LAND_illustraties_kip.png") no-repeat;
  display: block;
  position: absolute;
  bottom: -100px;
  right: -200px;
  background-size: contain;
}
.paragraph--type--cta-volledige-breedte > div .cta_volledige_breedte__text {
  max-width: 880px;
}
.paragraph--type--cta-volledige-breedte > div .cta_volledige_breedte__text .button {
  background: white;
  color: #571315;
  border-radius: 1.3em;
  border: 0px solid #DE5D17;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding: 0.6rem 1.5em;
  display: inline-block;
  height: 2.5em;
  transition: border-radius 0.3s ease;
  text-decoration: none;
  position: relative;
  margin-right: 2em;
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.paragraph--type--cta-volledige-breedte > div .cta_volledige_breedte__text .button:after {
  content: "→";
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  background: white;
  margin-left: 1em;
  margin-top: calc(-0.6rem - 0px);
  border-radius: 1.3em;
  border: 0px solid #DE5D17;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.4em;
  padding-top: 0.6em;
  transition: all 0.3s ease;
  text-align: left;
}
.paragraph--type--cta-volledige-breedte > div .cta_volledige_breedte__text .button:hover {
  border-top-right-radius: 1.3em;
  border-bottom-right-radius: 1.3em;
  text-decoration: none;
  border-right: 0px solid #DE5D17;
}
.paragraph--type--cta-volledige-breedte > div .cta_volledige_breedte__text .button:hover:after {
  border-top-left-radius: 1.3em;
  border-bottom-left-radius: 1.3em;
  padding-left: 0.9em;
  margin-left: 1.5em;
  border-left: 0px solid #DE5D17;
}

body:not([class*=page]) #block-delandgenoten-theme-pagetitle {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f9cee3;
  margin-top: 300px;
}
body:not([class*=page]) #block-delandgenoten-theme-pagetitle h1 {
  max-width: 1380px;
  margin: 0 auto;
  margin-top: -200px;
  font-family: "disc", sans-serif;
  color: #571315;
  font-size: 13rem;
  margin-bottom: 0;
  display: block;
  line-height: 0.9em;
}
body:not([class*=page]) #block-delandgenoten-theme-pagetitle h1 span {
  max-width: 660px;
  display: inline-block;
}
body:not([class*=page]) #block-delandgenoten-theme-pagetitle h1:after {
  content: "";
  width: 630px;
  height: 630px;
  background: url("../../images/LAND_iconen_web_hero-beeld.png") no-repeat;
  display: inline-block;
  background-size: contain;
}
@media (max-width: 780px) {
  body:not([class*=page]) #block-delandgenoten-theme-pagetitle h1 {
    font-size: 7.8rem;
    margin-top: -100px;
  }
  body:not([class*=page]) #block-delandgenoten-theme-pagetitle h1:after {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 500px) {
  body:not([class*=page]) #block-delandgenoten-theme-pagetitle h1 {
    font-size: 5.2rem;
    margin-top: -60px;
  }
  body:not([class*=page]) #block-delandgenoten-theme-pagetitle h1:after {
    width: 200px;
    height: 200px;
  }
}
body:not([class*=page]) #block-delandgenoten-theme-pagetitle:before {
  margin-top: -100px;
  content: "";
  width: 100vw;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30" preserveAspectRatio="none"><path fill="%23f9cee3" d="M0,30 L0,12 Q30,17 55,12 T100,11 L100,30 Z"/><path fill="white" d="M0,0 L0,12 Q30,17 55,12 T100,11 L100,0 Z"/></svg>') no-repeat center center;
  display: block;
  background-size: 100vw 100%;
  position: absolute;
}

body[class*=page] #block-delandgenoten-theme-pagetitle {
  width: 50%;
}
body[class*=page] #block-delandgenoten-theme-pagetitle h1 {
  font-family: "disc", sans-serif;
  color: #571315;
  font-size: 8rem;
  margin-bottom: 0;
  display: block;
  line-height: 0.9em;
}
@media (max-width: 780px) {
  body[class*=page] #block-delandgenoten-theme-pagetitle h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 500px) {
  body[class*=page] #block-delandgenoten-theme-pagetitle h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 780px) {
  body[class*=page] #block-delandgenoten-theme-pagetitle {
    width: 100%;
  }
}

.more-link {
  display: block;
  text-align: center;
}
.more-link a {
  background: white;
  color: #571315;
  border-radius: 1.3em;
  border: 0px solid #DE5D17;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding: 0.6rem 1.5em;
  display: inline-block;
  height: 2.5em;
  transition: border-radius 0.3s ease;
  text-decoration: none;
  position: relative;
  margin-right: 2em;
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.more-link a:after {
  content: "→";
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  background: white;
  margin-left: 1em;
  margin-top: calc(-0.6rem - 0px);
  border-radius: 1.3em;
  border: 0px solid #DE5D17;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.4em;
  padding-top: 0.6em;
  transition: all 0.3s ease;
  text-align: left;
}
.more-link a:hover {
  border-top-right-radius: 1.3em;
  border-bottom-right-radius: 1.3em;
  text-decoration: none;
  border-right: 0px solid #DE5D17;
}
.more-link a:hover:after {
  border-top-left-radius: 1.3em;
  border-bottom-left-radius: 1.3em;
  padding-left: 0.9em;
  margin-left: 1.5em;
  border-left: 0px solid #DE5D17;
}

.front article > .content > .layout > .layout__region--first-above,
.front article > .content > .layout > .layout__region--second-above {
  display: none;
}

.block-views h2 {
  font-family: "disc", sans-serif;
  color: #571315;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 780px) {
  .block-views h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .block-views h2 {
    font-size: 1.2rem;
  }
}

.page__title {
  font-family: "disc", sans-serif;
  color: #571315;
  font-size: 8rem;
  line-height: 1;
}
@media (max-width: 780px) {
  .page__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 500px) {
  .page__title {
    font-size: 3.2rem;
  }
}
/*# sourceMappingURL=theme.css.map */
