blockquote {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  font-size: 0.96rem !important;

}

h2 {
  font-weight: 800;
  font-size: 6vmin;
}

h6 {
  font-weight: 1000;
  font-size: 2.4em;
  margin-top: 30px;

}

input::placeholder {
  text-align: center;
  color: rgb(55, 51, 51, 0.5) !important;
}

.article-headline .title {
  font-size: 4em;
  margin-bottom: 24px;

}


.article-headline .subtitle {
  font-size: 2.0em;
}

.article-headline .date {
  font-size: 2em;

}


.article-headline .label {
  font-size: 1em;
}


#nav-logo {
  height: 40px
}
@media only screen and (max-width: 1024px) {
  #nav-logo{
    height: 30px
  }
}

@media only screen and (max-width: 768px) {
  

  .article-headline {
    display: flex;
    padding-bottom: 2rem;
  }

  .article-headline .date {
    font-size: 0.8rem;
  }
  
  .article-headline .subtitle {
    font-size: 1.2rem;
  }
  

  

  .article-headline .title {
    font-size: 2rem !important;
    margin: 0px;
  }

  .article-headline .title-area {
    min-width: 100% !important;
    margin: 0px;
    display: flex;
    flex-direction: column;
    height: fit-content !important;
  }

  .article-headline .content {
    transform: translateY(0px);
    top: 76px;
  }

  .article-headline .container {
    height: fit-content !important;
  }

}

.article-headline .title-area {
  margin-bottom: 0px !important;
}


@media screen and (max-height: 600px) {

  .article-headline .title-area {
    min-width: 100%;
  }

  .article-headline {
    display: flex;
    padding-bottom: 2rem;
  }

  .article-headline .title {
    font-size: 1.5rem !important;
    margin: 0px;
  }

  .article-headline .content {
    margin-top: 72px;
  }

  .article-headline {
    height: 90vh !important;
  }

  .article-headline .date {
    font-size: 0.8rem;
  }
  
  .article-headline .subtitle {
    font-size: 0.9rem;
  }

  .bannertitle {
    font-size: 3rem !important;
  }
  .hero-header{
    min-height: 100vh !important;
  }
}

.bannertitle {
  font-size: 4rem !important;
}

.navbar-transparent {
  padding-top: 0px !important;
}

.bannersubtitle {
  font-size: 2rem;
}

.navbar {
  margin-bottom: 0px;
}



table {
  margin-top: 30px;
}

iframe {
  margin-top: 30px;
}


li {
  color: black;
  font-size: 12pt;
  font-weight: 500;
  -moz-osx-font-smoothing: auto !important;
}

p {
  margin-top: 10px;
  font-size: 12pt;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto !important;
}

.content-blog {
  a {
    font-size: 12pt;
    font-weight: 500;
    color: #01799b;
    -moz-osx-font-smoothing: auto !important;
  }
}

h5 {
  -moz-osx-font-smoothing: auto !important;
  font-size: 3.0vh;
}

.articlepic {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.gezondheid {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.summary {
  font-weight: 500;
  color: white;
}

.photo_attribution {
  font-weight: 300;
  font-size: 1vmin;
}

.photo_attribution a {
  font-weight: 300;
  color: white;
  font-size: 1vmin;
}

.author {
  font-weight: 700;
  font-size: 2.5vmin;
}

.bron {
  font-size: 12pt;
  font-weight: 500;
  -moz-osx-font-smoothing: auto !important;
}

.bron a {
  font-size: 12pt;
  font-weight: 500;
  color: #01799b;
  -moz-osx-font-smoothing: auto !important;
}

.copyright {
  font-size: 8pt !important;
  font-weight: 500 !important;
}

.copyright a {
  font-size: 8pt !important;
  font-weight: 500 !important;
}

.description {
  font-weight: 500;
  font-size: 2.5vmin;
}