/** Typography */

body {
  font-size: 16px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nunito Sans", sans-serif;
  color: #232323;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #232323;
}
:-moz-placeholder {
  color: #232323;
}
::-moz-placeholder {
  color: #232323;
}
:-ms-input-placeholder {
  color: #232323;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
  margin: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.3;
}
h1, .h1 {
  font-size: 48px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 22px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 18px;
}
h6, .h6 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
      font-size: 36px;
 }
  h2, .h2 {
      font-size: 26px;
 }
  h3, .h3 {
      font-size: 20px;
 }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
      font-size: 32px;
 }
  h2, .h2 {
      font-size: 24px;
 }
  h3, .h3 {
      font-size: 18px;
 }
}
h1, .h1, h2, .h2 {
  font-weight: 700;
}
h3, .h3, h4, .h4 {
  font-weight: 700;
}
h5, .h5, h6, .h6 {
  font-weight: 500;
}

a {
  color: #0079C8;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #47B76D;
}
/** Helper Class */
.hidden {
  display: none;
}
.theme-color {
  color: #DD5AA0;
}
.poss-relative {
  position: relative;
}
a {
  transition: 0.3s;
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
ul {
  list-style: none;
  padding-left: 0;
}
p {
  margin: 0 0 1.5rem;
}
dl {
  display: grid;
  grid-gap: 4px 16px;
  grid-template-columns: max-content;
  align-items: center;
}
dt {
  font-weight: bold;
}
dd {
  position: relative;
  margin: 0;
  grid-column-start: 2;
}

dd.tag {
  margin-left: 1.25rem;
}

dd.tag::before {
  content: '';
  position: absolute;
  left: -1.25rem;
  top: 0.375rem;
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
}

dd.tag--op-verkenning::before {
  background-color: #0079C8;
}

dd.tag--robotica::before {
  background-color: #47B76D;
}

dd.tag--unplugged::before {
  background-color: #DD5AA0;
}

.mb--large {
  margin-bottom: 4rem !important;
}

@media only screen and (min-width: 1024px) {
  .mb--large {
    margin-bottom: 6rem !important;
  }
}

a#scrollUp {
  background: #ffffff;
  color: #303030;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  font-size: 25px;
  text-align: center;
  padding: 9px 0;
  box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
}
a#scrollUp:hover {
  background: #DD5AA0;
  color: #fff;
}
/* Define Colors */
.color--theme {
  color: #DD5AA0;
}
.color--light {
  color: #999999;
}
.color--dark {
  color: #333333;
}
.color--black {
  color: #000000;
}
.color--white {
  color: #ffffff;
}
/* Background Color */
.bg--theme {
  background: #0079C8;
}
.bg--white {
  background: #ffffff;
}
.bg__cat--1 {
  background: #0079C8;
}
.bg__cat--2 {
  background: #DD5AA0;
}
.bg__cat--3 {
  background: #47B76D;
}
/* Background Image */
.hero__image {
  background-image: url(images/hero/hero-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* Font specialized */
.body--font {
  font-family: "Nunito Sans", sans-serif;
}
.heading--font {
  font-family: "Nunito Sans", sans-serif;
}
/* Height and width */
.fullscreen {
  min-height: calc(60vh - 126px - 50px);
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .fullscreen {
    min-height: calc(100vh - 126px - 50px);
    width: 100%;
  }
}
/******************* Elements Styles ********************/
/*=================== Button Styles ======================*/
.button {
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.5s;
  border-radius: 5px;
  color: #343434;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  z-index: 2;
}
.button:hover::before, .button:focus::before, .button:active::before {
  transform: scale(0);
}
.button:hover {
  color: #fff;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  background: #434343 none repeat scroll 0 0;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.container {
  padding: 0 2rem;
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

/*======================== Header Styles ===========================*/

.header {
  padding: 1rem 0;
}

.logo {
  width: 100px;
}

@media only screen and (min-width: 1024px) {
  .logo {
    width: 200px;
  }
}

.header-container {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  justify-items: end;
}

@media only screen and (min-width: 1024px) {
  .header-container {
    grid-template-columns: 200px 1fr;
  }
}

.logo a {
  display: flex;
}

.header a {
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
}

/*======================== Section Styles ===========================*/

.section {
  margin: 2rem 0;
}

@media only screen and (min-width: 768px) {
  .section {
    margin: 6rem 0;
  }
}

.intro h2.title__line {
  font-size: 1.75rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .intro h2.title__line {
    font-size: 2.75rem;
    margin-bottom: 45px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .intro h2.title__line {
    font-size: 2.75rem;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}

.intro h2.title__line::before {
  background: #47B76D;
  bottom: 0;
  content: "";
  height:4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media only screen and (min-width: 1024px) {
  .intro h2.title__line::before {
    width: 290px;
  }
}

.intro p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 25px;
}

@media only screen and (min-width: 1024px) {
  .intro {
    max-width: 800px;
    margin: 0 auto;
  }
}

/*=============================== Hero Area =================================*/

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .hero {
    justify-content: left;
  }
}

.hero__text {
  display: block;
  margin-bottom: 30px;
}

.hero__inner h1,
.hero__text h2 {
  background: #0079C8;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  padding: 0.5rem;
}

.hero__inner h1 {
  margin-bottom: 6px;
}

@media only screen and (min-width: 968px) {

  .hero__inner h1 {
    font-size: 72px;
    font-weight: 700;
    padding: 13px 30px;
  }

  .hero__text h2 {
    font-size: 48px;
    padding: 10px 30px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 968px) {
  .hero__image-small {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1024px) {

  .hero__image-small {
    margin-bottom: 8rem;
  }
}

/*=================== Activities =====================*/

.activities {
  margin-bottom: 4rem;
  font-size: 1.25rem;
}

.activity-intro {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .activity-intro {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .activities {
    margin-bottom: 6rem;
  }
}

.activity__category {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .activity__category {
    margin-bottom: 8rem;
  }
}

.category-title {
  position: relative;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.3rem;
  border-bottom: 2px solid #0079C8;
  width: fit-content;
}

@media only screen and (min-width: 768px) {
  .category-title {
    font-size: 1.6rem;
    margin: 0 auto 2rem;
  }
}

.activity {
  border: 1px solid #ababab;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .activity {
     margin-bottom: 3rem;
  }
}

.activity--op-verkenning {
  border-top: 6px solid #0079C8;
}

.activity--robotica {
  border-top: 6px solid #47B76D;
}

.activity--unplugged {
  border-top: 6px solid #DD5AA0;
}

@media only screen and (min-width: 1200px) {
  .activity {
    padding: 2rem;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
  }
}

.activity__image {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1200px) {
  .activity__image {
    margin-bottom: 0;
  }
}

.activity h3 a {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
}

/*========================== Article Styles ============================*/

@media only screen and (min-width: 1024px) {
  .articles-section {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
  }
}

.articles {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 1024px) {
  .articles {
    margin: 0 auto 6rem;
  }
}

.article {
  border: 1px solid #cdcdcd;
  margin-bottom: 2rem;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {
  .article {
    margin-bottom: 4rem;
    padding: 3rem;
  }
}

.article__title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.article__title::before {
  background: #47B76D;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 290px;
}

.article__image {
  height: 242px;
  margin: 0 auto 2rem;
}

.article-image {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto 2rem;
}


.article p {
  position: relative;
}

.article ul {
  list-style: disc;
  margin: 0 0 2rem 1.25rem;;
}

.article h3 {
  margin-bottom: 1rem;
}


@media only screen and (min-width: 1024px) {
  .three-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}

.digitale-pionier {
  border: 1px solid #cdcdcd;
  margin-bottom: 2rem;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media only screen and (min-width: 1024px) {
  .digitale-pionier {
    margin-bottom: 0;
    padding: 2rem 2rem 1rem;
  }
}

.digitale-pionier h3 {
  margin-bottom: 1rem;
}

/*========================== Artikelen Sidebar Styles ============================*/

.articles-poc {
  margin-bottom: 3rem;
}

.articles-poc ul {
  position: sticky;
  top: 2rem;
  width: auto;
}

.articles-poc ul li {
  display: flex;
}

.articles-poc ul li::before {
  content: '';
  border-left: 3px solid #0079C8;
}

.articles-poc ul li:not(first-child) {
  margin-top: 30px;
}

.articles-poc ul li a img {
  width: 95px;
}

.articles-poc ul li .post__content {
  padding-left: 20px;
}

.articles-poc ul li .post__content h6 {
  font-weight: 700;
}

/*========================== Footer Styles ============================*/
footer {
  position: relative;
}

.footer__contact {
  padding: 1rem 0;
  background-color: #e6e6ee;
}

@media only screen and (min-width: 1024px) {
  .footer__contact {
    padding: 2rem 0;
  }
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.footer__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  background: #DD5AA0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.footer__data {
  color: white;
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
}

.footer__data span:first-child::after {
  content: '|';
  padding: 0 1rem;
}