.tc4-home-hero {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.tc4-home-hero__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.tc4-home-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 7vw, 4.6rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 6px 0 rgba(0,0,0,.18);
}

.tc4-home-content {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
}

.tc4-home-content h2,
.tc4-homepage-2020 h2 {
  color: #00a551;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
}

.tc4-homepage-2020 p {
  line-height: 1.85;
}

.tc4-intro-cards {
  gap: 2.2rem;
  margin-bottom: 70px;
}

.tc4-intro-cards .wp-block-image {
  margin-bottom: 1rem;
}

.tc4-intro-cards img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tc4-quicklinks ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.tc4-quicklinks li {
  position: relative;
  padding: .35rem 0 .35rem 2rem;
  color: #00a551;
}

.tc4-quicklinks li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: .25rem;
  display: inline-grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.16);
  color: #00a551;
  font-weight: 700;
}

.wp-block-button.is-style-tc4-blue .wp-block-button__link,
.tc4-homepage-2020 .wp-block-button.is-style-tc4-blue .wp-block-button__link {
  background: #0066b2;
  color: #fff;
  border-radius: 999px;
  padding: .8rem 1.6rem;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,102,178,.28);
}

.wp-block-button.is-style-tc4-black .wp-block-button__link {
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: .8rem 1.6rem;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tc4-volunteers {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 70px;
  margin-bottom: 55px;
  padding: 95px max(40px, calc((100vw - 1040px)/2)) 70px;
  background: #00a551;
  color: #fff;
  overflow: hidden;
}

.tc4-volunteers::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 92px;
  background: url("../images/skyline-groen.png") repeat-x bottom center;
  background-size: auto 92px;
  transform: translateY(-100%);
}

.tc4-volunteers h2 {
  color: #fff;
}

.tc4-volunteers p {
  color: #fff;
}

.tc4-home-content hr {
  border: 0;
  border-top: 2px solid #00a551;
  opacity: 1;
  margin: 2.5rem 0;
}

.tc4-news-grid {
  gap: 1.8rem;
  margin-bottom: 60px;
}

.tc4-news-grid .wp-block-column {
  background: #fff;
}

.tc4-news-grid .wp-block-image {
  margin: 0;
}

.tc4-news-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tc4-news-grid h3 {
  margin: 0;
  padding: 1rem;
  min-height: 112px;
  background: #00a551;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.tc4-news-grid p {
  padding-top: 1.3rem;
}

.tc4-bottom-cards {
  gap: 2rem;
  align-items: stretch;
}

.tc4-sponsor-card {
  background: #ccefdc;
}

.tc4-sponsor-card .wp-block-image {
  margin: 0;
}

.tc4-sponsor-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tc4-sponsor-card h2,
.tc4-sponsor-card p {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tc4-sponsor-card p {
  padding-bottom: 2rem;
}

.tc4-vacancy-card {
  border: 2px solid #00a551;
  padding: 2rem;
}

.tc4-vacancy-card h2:first-child {
  color: #222;
}

@media (max-width: 781px) {
  .tc4-home-hero {
    min-height: 260px;
  }

  .tc4-home-content {
    width: min(100% - 28px, 1040px);
    padding: 45px 0;
  }

  .tc4-volunteers {
    padding: 70px 24px 46px;
  }

  .tc4-volunteers::before {
    height: 62px;
    background-size: auto 62px;
  }

  .tc4-news-grid h3 {
    min-height: auto;
  }
}

.tc4-block-featured-items,
.tc4-block-news,
.tc4-block-two-columns {
  margin: 0 0 70px;
}

.tc4-featured-grid,
.tc4-news-grid-real,
.tc4-block-two-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.tc4-featured-item h2,
.tc4-block-news > h2,
.tc4-block-callout h2,
.tc4-block-two-columns h2 {
  color: #00a551;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 700;
}

.tc4-featured-item img,
.tc4-news-card img,
.tc4-two-left img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.tc4-featured-item p,
.tc4-news-card p,
.tc4-block-two-columns p {
  line-height: 1.8;
}

.tc4-btn {
  display: inline-block;
  border-radius: 999px;
  padding: .8rem 1.55rem;
  color: #fff !important;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}


.tc4-news-style-2020 {
  margin: 0 0 78px;
}

.tc4-news-style-2020 > h2 {
  margin: 0 0 24px;
  color: #00a551;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(2.1rem, 3vw, 2.9rem);
  font-weight: 700;
  line-height: 1.05;
}

.tc4-news-style-2020 .tc4-news-grid-real {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.tc4-news-style-2020 .tc4-news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tc4-news-style-2020 .tc4-news-card-top {
  display: flex;
  flex-direction: column;
}

.tc4-news-style-2020 .tc4-news-thumb {
  position: relative;
  display: block;
  text-decoration: none;
}

.tc4-news-style-2020 .tc4-news-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.25;
  object-fit: cover;
}

.tc4-news-style-2020 .tc4-news-date {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
}

.tc4-news-style-2020 .tc4-news-card-title {
  background: #00a551;
  padding: 16px 16px 18px;
  min-height: 134px;
  display: flex;
  align-items: flex-start;
}

.tc4-news-style-2020 .tc4-news-card-title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.12;
}

.tc4-news-style-2020 .tc4-news-card-title a {
  color: #fff;
  text-decoration: none;
}

.tc4-news-style-2020 .tc4-news-card-body {
  padding-top: 24px;
}

.tc4-news-style-2020 .tc4-news-card-body p {
  margin: 0 0 26px;
  color: #1d1d1b;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.9;
}

.tc4-news-style-2020 .tc4-read-more {
  display: inline-block;
  color: #006fb9;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.tc4-news-style-2020 .tc4-read-more:hover,
.tc4-news-style-2020 .tc4-read-more:focus {
  text-decoration: underline;
}

.tc4-news-style-2020 .tc4-news-more-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 18px;
  padding: 0 58px 0 28px;
  border-radius: 999px;
  background: #006fb9;
  color: #fff !important;
  font-family: "Poppins", Arial, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 10px rgba(0, 102, 178, .28);
}

.tc4-news-style-2020 .tc4-news-more-btn::after {
  content: "›";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-53%);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 980px) {
  .tc4-news-style-2020 .tc4-news-grid-real {
    grid-template-columns: 1fr;
  }

  .tc4-news-style-2020 .tc4-news-card-title {
    min-height: 0;
  }
}

.tc4-block-news.tc4-news-style-2020 {
  width: min(1170px, calc(100% - 30px));
  margin: 0 auto 78px;
}

.tc4-news-style-2020 .gb-news-items {
  width: 100%;
}

.tc4-news-style-2020 .gb-news-items > .tc4-news-heading-link {
  display: inline-block;
  color: #00a551;
  text-decoration: none;
}

.tc4-news-style-2020 .gb-news-items > .tc4-news-heading-link:hover,
.tc4-news-style-2020 .gb-news-items > .tc4-news-heading-link:focus {
  color: #006fb9;
}

.tc4-news-style-2020 .gb-news-items h4 {
  margin: 0;
  color: inherit;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
}

.tc4-news-style-2020 .gb-news-items .news-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 1.65rem 0 1.45rem;
}

.tc4-news-style-2020 .gb-news-items .news-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tc4-news-style-2020 .gb-news-items .news-item a {
  text-decoration: none;
}

.tc4-news-style-2020 .gb-news-items .news-item .titel {
  display: grid;
  grid-template-areas:
    "beeld"
    "titel";
  grid-template-columns: 1fr;
  grid-template-rows: 200px minmax(150px, auto);
  color: inherit;
}

.tc4-news-style-2020 .gb-news-items .news-item .beeld {
  position: relative;
  grid-area: beeld;
  width: 100%;
  min-height: 200px;
  background-color: #e9f5ee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tc4-news-style-2020 .gb-news-items .news-item .beeld::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(to top, rgba(0,0,0,.56), rgba(0,0,0,0));
}

.tc4-news-style-2020 .gb-news-items .news-item .datum {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 1rem;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}

.tc4-news-style-2020 .gb-news-items .news-item h5 {
  grid-area: titel;
  min-height: 150px;
  margin: 0;
  padding: 1rem 1rem 1.1rem;
  background: #00a551;
  color: #fff;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.12;
  overflow: hidden;
}

.tc4-news-style-2020 .gb-news-items .news-item .titel:hover h5,
.tc4-news-style-2020 .gb-news-items .news-item .titel:focus h5 {
  background: #006fb9;
}

.tc4-news-style-2020 .gb-news-items .news-item .tekst {
  flex: 1 1 auto;
  min-height: 176px;
  margin: 1.65rem 0 1.35rem;
  color: #1d1d1b;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.9;
  overflow: hidden;
}

.tc4-news-style-2020 .gb-news-items .news-item .lees-meer {
  align-self: flex-start;
  margin-top: auto;
  color: #006fb9;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.tc4-news-style-2020 .gb-news-items .news-item .lees-meer::after {
  content: " >";
}

.tc4-news-style-2020 .gb-news-items .news-item .lees-meer:hover,
.tc4-news-style-2020 .gb-news-items .news-item .lees-meer:focus {
  color: #00a551;
}

.tc4-news-style-2020 .gb-news-items .meer-nieuws {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 202px;
  min-height: 48px;
  margin-top: .65rem;
  padding: 0 58px 0 30px;
  border-radius: 999px;
  color: #fff !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 10px rgba(0, 102, 178, .28);
}

.tc4-news-style-2020 .gb-news-items .meer-nieuws span {
  color: #fff !important;
}

.tc4-news-style-2020 .gb-news-items .meer-nieuws::after {
  content: "›";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-53%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 980px) {
  .tc4-news-style-2020 .gb-news-items .news-items {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tc4-news-style-2020 .gb-news-items .news-item .titel {
    grid-template-rows: 200px auto;
  }

  .tc4-news-style-2020 .gb-news-items .news-item h5,
  .tc4-news-style-2020 .gb-news-items .news-item .tekst {
    min-height: 0;
  }
}

body,
.tc4-home-content,
.tc4-home-content p,
.tc4-home-content li,
.tc4-featured-style-2020,
.tc4-callout-style-2020,
.tc4-news-style-2020,
.tc4-two-columns-style-2020 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  color: #1d1d1b;
}

.tc4-featured-style-2020 h2,
.tc4-callout-style-2020 h2,
.tc4-news-style-2020 h4,
.tc4-news-style-2020 h5,
.tc4-two-columns-style-2020 h2,
.tc4-two-columns-style-2020 h4,
.tc4-two-columns-style-2020 .content h1,
.tc4-two-columns-style-2020 .content h2,
.tc4-two-columns-style-2020 .content h3,
.tc4-two-columns-style-2020 .content h4 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.tc4-featured-style-2020 .tc4-featured-item h2,
.tc4-news-style-2020 .gb-news-items h4,
.tc4-two-columns-style-2020 .col-headerimage .beeld h4,
.tc4-two-columns-style-2020 .col-wysiwyg > h4 {
  font-size: 2.75rem;
  line-height: 1.08;
}

.tc4-news-style-2020 .gb-news-items h4 {
  font-size: 2.75rem;
  line-height: 1.08;
}

.tc4-news-style-2020 .gb-news-items .news-item h5 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.12;
  font-weight: 700;
}

.tc4-news-style-2020 .gb-news-items .news-item .tekst {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.9;
}

.tc4-news-style-2020 .gb-news-items .news-item .datum {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.tc4-news-style-2020 .gb-news-items .news-item .lees-meer {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.tc4-featured-style-2020 .tc4-btn,
.tc4-callout-style-2020 .tc4-btn,
.tc4-news-style-2020 .gb-news-items .meer-nieuws,
.tc4-two-columns-style-2020 .knop .btn {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  body,
  .tc4-home-content,
  .tc4-home-content p,
  .tc4-home-content li,
  .tc4-featured-style-2020,
  .tc4-callout-style-2020,
  .tc4-news-style-2020,
  .tc4-two-columns-style-2020 {
    font-size: 17px;
  }

  .tc4-featured-style-2020 .tc4-featured-item h2,
  .tc4-callout-style-2020 h2,
  .tc4-news-style-2020 .gb-news-items h4,
  .tc4-two-columns-style-2020 .col-headerimage .beeld h4,
  .tc4-two-columns-style-2020 .col-wysiwyg > h4,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h1,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h2,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h3,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h4 {
    font-size: 2.35rem;
  }
}

@media (max-width: 575px) {
  body,
  .tc4-home-content,
  .tc4-home-content p,
  .tc4-home-content li,
  .tc4-featured-style-2020,
  .tc4-callout-style-2020,
  .tc4-news-style-2020,
  .tc4-two-columns-style-2020 {
    font-size: 16px;
  }

  .tc4-featured-style-2020 .tc4-featured-item h2,
  .tc4-callout-style-2020 h2,
  .tc4-news-style-2020 .gb-news-items h4,
  .tc4-two-columns-style-2020 .col-headerimage .beeld h4,
  .tc4-two-columns-style-2020 .col-wysiwyg > h4,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h1,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h2,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h3,
  .tc4-two-columns-style-2020 .col-wysiwyg .content h4 {
    font-size: 2rem;
  }
}

.tc4-news,
.tc4-news-block,
.wp-block-tc4-news,
.scouting-news-block,
.tc4-home-news,
.home-news,
.news-grid-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.tc4-news-grid,
.tc4-news-items,
.wp-block-tc4-news .tc4-news-grid,
.wp-block-tc4-news .tc4-news-items,
.scouting-news-grid,
.home-news-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 24px !important;
  width: 100% !important;
  max-width: none !important;
  justify-content: stretch !important;
  align-items: start !important;
}

.tc4-news-grid > *,
.tc4-news-items > *,
.wp-block-tc4-news .tc4-news-grid > *,
.wp-block-tc4-news .tc4-news-items > *,
.scouting-news-grid > *,
.home-news-grid > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tc4-news-card,
.tc4-news-item,
.scouting-news-item,
.home-news-item {
  width: 100% !important;
  max-width: none !important;
}

.tc4-news-card img,
.tc4-news-item img,
.scouting-news-item img,
.home-news-item img {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  .tc4-news-grid,
  .tc4-news-items,
  .wp-block-tc4-news .tc4-news-grid,
  .wp-block-tc4-news .tc4-news-items,
  .scouting-news-grid,
  .home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px 24px !important;
  }
}

@media (max-width: 640px) {
  .tc4-news-grid,
  .tc4-news-items,
  .wp-block-tc4-news .tc4-news-grid,
  .wp-block-tc4-news .tc4-news-items,
  .scouting-news-grid,
  .home-news-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

.tc4-news::before,
.tc4-home-news::before,
.home-news::before,
.scouting-news-block::before {
  background-image: url("../images/skyline-groen.png");
}

.tc4-news-style-2020 .tc4-news-grid-real,
.tc4-news-style-2020 .gb-news-items .news-items {
  align-items: stretch;
}

.tc4-news-style-2020 .tc4-news-card,
.tc4-news-style-2020 .gb-news-items .news-item {
  height: 100%;
}

.tc4-news-style-2020 .tc4-news-card-top,
.tc4-news-style-2020 .gb-news-items .news-item .titel {
  flex: 0 0 auto;
}

.tc4-news-style-2020 .tc4-news-card-title,
.tc4-news-style-2020 .gb-news-items .news-item h5 {
  min-height: 150px;
  color: #fff !important;
}

.tc4-news-style-2020 .tc4-news-card-title h3,
.tc4-news-style-2020 .tc4-news-card-title h3 a,
.tc4-news-style-2020 .tc4-news-card-title a,
.tc4-news-style-2020 .gb-news-items .news-item h5,
.tc4-news-style-2020 .gb-news-items .news-item h5 a,
.tc4-news-style-2020 .gb-news-items .news-item .titel h5 {
  color: #fff !important;
}

.tc4-news-style-2020 .tc4-news-card-body,
.tc4-news-style-2020 .gb-news-items .news-item .tekst {
  flex: 1 1 auto;
}

.tc4-news-style-2020 .tc4-news-card-body {
  display: flex;
  flex-direction: column;
}

.tc4-news-style-2020 .tc4-news-card-body .tc4-read-more,
.tc4-news-style-2020 .gb-news-items .news-item .lees-meer {
  margin-top: auto;
}
