:root {
  --col: rgba(0, 166, 95, 1);
  --mid: rgba(0, 166, 95, 0.5);
  --end: rgba(0, 166, 95, 0);
}
@font-face {
    font-family: 'Equitan Sans';
    src: url('fonts/EquitanSans-Regular.woff2') format('woff2'),
        url('fonts/EquitanSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Equitan Sans';
    src: url('fonts/EquitanSans-SemiBold.woff2') format('woff2'),
        url('fonts/EquitanSans-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pirelli';
    src: url('fonts/Pirelli-Light.woff2') format('woff2'),
        url('fonts/Pirelli-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CirrusCumulus';
    src: url('fonts/CirrusCumulus.woff2') format('woff2'),
        url('fonts/CirrusCumulus.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: 'Equitan Sans', sans-serif;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    background-color: rgb(222,222,222);
    color: black;
    font-size: 19px;
    line-height: 22px;
    max-width: 2000px;
    margin: 0 auto;
    overflow-x: hidden;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
main {
  padding: 105px 18px 18px 72px;
  
  margin: 0 auto;
}
.flickity-viewport {
  transition: height 0.2s;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
div.inhoud>h3, p.issue-no {
  font-family: 'Pirelli';
  font-size: 41px;
  line-height: 51px;
  padding-bottom: 30px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
p.issue-no {
  text-align: right;
}
div.inhoud>h3 {
  padding-bottom: 20px;
  width: 100%;
  padding-left: 46px;
  padding-right: 16px;
}
div.inhoud {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
div.tabel {
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
}
div.tabel-themas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.tabel>h3 {
  font-size: 26px;
  line-height: 29px;
  padding-bottom: 23px;
  padding-left: 32px;
  text-transform: uppercase;
  font-weight: normal;
}
div.item figure {
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 6px;
}
div.item img {
  filter: grayscale(100%);
}
div.item.online a {
  text-decoration: none !important;
}
div.item {
  padding-bottom: 32px;
}
.item>h3 {
  font-size: 19px;
  line-height: 23px;
}
p.item-auteur {
  padding-left: 32px;
}
div.preview-thema {
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 35px;
}
.preview-thema a {
  display: block;
  text-decoration: none;
}
.preview-thema h2 a {
  padding-top: 25px;
}
.preview-thema p a {
  padding-bottom: 25px;
}
.preview-thema p {
  font-size: 15px;
  line-height: 17px;
}
.preview-thema h2 {
  font-family: 'Pirelli';
  font-size: 38px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 7px;
}
.gallery {
  margin-right: -18px;
  margin-bottom: 100px;
}
.slide {
  margin-right: 32px;
}
.slide img {
  height: 680px;
  width: auto;
}
.caption {
  max-width: 100%;
  width: 600px;
  padding: 32px 50px;
}

.about {
  max-width: 100%;
  width: 650px;
  padding-bottom: 120px;
}
.about p {
  font-size: 26px;
  line-height: 29px;
}
.issue>h2 {
  font-family: 'Pirelli';
  font-size: 52px;
  line-height: 51px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: right;
  width: calc(50% + 300px);
}
.preview-issue {
  width: 200px;
}
.preview-issue figure {
  width: 200px;
}
.preview-issue h2 {
  font-size: 15px !important;
  line-height: 14px !important;
  font-weight: normal !important;
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 0px !important;
  width: 200px;
}

.preview-issue h2 a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.preview-issue {
  width: 33%;
  
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
}
.intro-right .preview-issue {
  max-width: 180px;
}
.intro-right .preview-issue h2 {
  max-width: 180px;
}
.issue-gallery {
  position: relative;
  margin-bottom: 100px;
  margin-left: -22px;
  
}
.related:before {
  width: calc(100% + 58px);
  left: -56px;
}
.bigsm-carousel:before, .related:before {
  top: 90px;
  bottom: auto;
}
.bigsm-carousel {
  padding-top: 170px;
}
.sidebar {
  position: fixed;
  color: white;
  z-index: 100;
  height: 734px;
  top: 0;
  width: 300px;
  left: -250px;
  transition: left 0.3s;
}
.show-sidebar .sidebar {
  left: 0;
}
.sidebar-head {
  width: 734px;
  height: 50px;
  position: absolute;
  transform: rotate(90deg) translate(342px, 92px);
}
.sidebar-head h2, .sidebar-head h3 {
  font-size: 21px;
  line-height: 25px;
  display: inline-block;
  padding-top: 12px;
  pointer-events: none;
  transition: opacity 0.2s;
  opacity: 1;
}
.sidebar-content {
  opacity: 0;
  transition: opacity 0.2s;
}
.show-sidebar .sidebar-content {
  opacity: 1;
}
.show-sidebar .sidebar-head h2, .show-sidebar .sidebar-head h3 {
  opacity: 0;
}
.sidebar-head h2 {
  margin-left: 87px;
  margin-right: 55px;
}
.sidebar-content {
  padding: 60px 32px 32px 32px;
}
.sidebar figure {
  margin: 10px 36px 36px 36px;
}
.sidebar-content h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
}
.sidebar-content h3+h2 {
  font-size: 20px;
  line-height: 24px;
}
h2.current-title {
  font-size: 19px;
  line-height: 19px;
  font-weight: normal;
  margin-bottom: 57px;
}
.sidebar-abo p {
  font-family: 'Pirelli';
  font-size: 22px;
  font-weight: 23px;
  margin-bottom: 20px;
}
.sidebar-abo a {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  padding: 5px 10px;
  border: solid 2px white;
  margin-left: 36px;
}
.sidebar-newsletter {
  margin-top: 50px;
}
.sidebar-newsletter label {
  font-size: 19px;
  line-height: 19px;
}
.footer-newsletter label {
  font-size: 22px;
  line-height: 26px;
}
.sidebar-newsletter input[type=email], .footer-newsletter input[type=email]  {
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px white;
  color: white;
  font-size: 19px;
  line-height: 19px;
  vertical-align: bottom;
  font-family: inherit;
  width: 200px;
  margin-bottom: 3px;
}
.footer-newsletter input[type=email] {
  color: black;
  border-bottom-color: black;
}
.sidebar-newsletter input[type=email]:focus, .footer-newsletter input[type=email]:focus {
  border: none;
  outline: none;
  border-bottom: solid 1px white;
}
.footer-newsletter input[type=email]:focus {
  border-bottom: solid 1px black;
}
.sidebar-newsletter button, .footer-newsletter button {
  display: inline-block;
  vertical-align: bottom;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  background-image: url(img/p.svg);
  background-size: 16px 8px;
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: pointer;
  width: 30px;
  height: 30px;
  
}
.footer-newsletter button {
  background-image: url(img/p-black.svg); 
}
.sidebar-newsletter button span, .footer-newsletter button span {
  display: none;
}
h1.site-title {
  color: black;
  position: fixed;
  font-size: 25px;
  line-height: 30px;
  left: 100px;
  top: 10px;
  z-index: 101;
  transition: color 0.2s;
  font-size: 70px;
  line-height: 84px;
}

.show-sidebar h1.site-title {
  color: white;
}
h1.site-title:before, body:after, header:after, body:before, h1.site-title:after {
  content: '';
  display: block;
  width: 12px;
  height: 40px;
  background-color: white;
  transition: background-color 0.2s;
  position: fixed;
  left: 188px;
  top: 0;
}
h1.site-title:before {
  width: 38px;
  left: 0;
  height: 117px;
  top: 0;
}
h1.site-title:after {
  left: 960px;
  top: 0;
  width: 38px;
  height: 85px;
}
 body:after, header:after, body:before {
   width: 24px;
   right: 0;
   
   left: auto;
   height: 610px;
   z-index: -1;
   position: absolute;
 }
 header:after {
   width: 24px;
   height: 85px;
   top: 0;
 }
 body:before {
   left: 0;
   width: 38px;
   right: auto;
 }
.show-sidebar h1.site-title:before {
  background-color: white;
}
header {
  position: fixed;
  background-color: rgb(222,222,222);
  z-index: 99;
  width: 100%;
  left: 0;
  min-height: 85px;
  top: 0;
  
}
header:before {
  content: '';
  display: block;
  height: 20px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
nav.main-menu {
  position: relative;
  margin-left: 617px;
  margin-top: 50px;
}
nav.main-menu ul li {
  display: inline-block;
  text-transform: lowercase;
}
nav.main-menu ul.menu>li {
  display: inline-block;
  font-size: 24px;
  line-height: 27px;
  margin-right: 19px;
}
nav.main-menu ul.sub-menu {
  position: absolute;
  left: 0;
  top: 35px;
  display: none;
}
nav.main-menu .current-menu-parent ul.sub-menu {
  display: block;
}
ul.sub-menu .current-menu-item {
  text-decoration: underline;
}
nav.main-menu ul.sub-menu>li {
  display: inline-block;
  font-size: 23px;
  margin-right: 24px;
}
.archive .article-grid, .article-grid.archief {
  padding-top: 50px;
}


.bigsm-carousel .preview-article {
  width: calc(50% - 20px);
  height: auto;
}
.bigsm-carousel .preview-article:nth-child(even) figure {
  padding-bottom: 20px;
}
.bigsm-carousel .preview-article:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
  justify-content: end;
}
.bigsm-carousel {
  position: relative;
}
.bigsm-carousel .preview-article {
  margin-right: 20px;
  
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  
 
}
.preview-article .article-meta {
  justify-content: space-between;
}
.article-meta>div {
  font-size: 15px;
}
.article-dds .article-meta>div {
  font-size: 18px;
  padding-right: 70px;
}
div.auteur {
  color: rgb(153,153,153);
}
.article-header {
  width: 75%;
}
.article-header .article-meta>div {
  font-size: 20px;
  line-height: 28px;
  padding-right: 72px;
}
.article-header .article-meta>div:last-child {
  padding-right: 0;
}
.article-header .article-meta {
  justify-content: flex-start;
  margin-left: 32px;
}
.single .article-dds .article-info h2 {
  font-size: 52px;
  line-height: 51px;
  font-family: 'Pirelli';
  font-weight: normal;
  padding-left: 32px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.article-header .auteur {
  color: silver;
}
.bigsm-carousel .article-meta>div {
  font-size: 18px;
}
.bigsm-carousel .article-meta {
  padding-left: 36px;
}
.article-meta {
  padding-left: 32px;
}
.preview-article h2{
  font-size: 22px;
  line-height: 25px;
  font-family: 'Pirelli';
  font-weight: normal;
  margin-bottom: 3px;
}
.bigsm-carousel .preview-article h2 {
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 10px;
}
.bigsm-carousel div.datum {
  padding-right: 50px;
}
div.datum {
  padding-right: 20px;
}
.bigsm-carousel .article-info {
  padding: 5px 0;
}
.article-info {
  padding: 5px 0 20px 0;
}
h2.ab{
  color: black;
  font-weight: normal;
  font-family: 'Pirelli';
  font-size: 55px;
  line-height: 66px;
  position: absolute;
  left: 720px;
  top: 160px;
  text-align: center;
  width: 460px;
}
.article-grid>h2 {
  width: 100%;
  font-family: 'Pirelli';
  font-size: 50px;
  line-height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: normal;
  padding-left: 46px;
  padding-bottom: 0px;
  font-variant: small-caps;
  text-transform: lowercase;
}
.article-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.article-grid .preview-article {
  width: 33.3333%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 50px;
}
.article-grid figure {
}
.preview-article.has-issue figure {
  overflow: hidden;
}
.preview-article.has-issue figure {
}
.has-issue img {
  margin: -12px;
  width: calc(100% + 24px);
}

.related {
  position: relative;
}
div.abo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 250px;
  padding-bottom: 30px;
  position: relative; 
}
.preview-article.hero:before {
  top: 30vw;
}
.nieuws-row:before {
  width: calc(100vw - var(--scrollbar));
  left: -60px;
  opacity: 0.9;
}
.abo .recent-issues {
  overflow: hidden;
  height: 290px;
  position: relative;
  max-width: 428px;
  width: 100%;
  
}
.abo .recent-issues figure {
  position: absolute;
  width: 264px;
 
}
.abo .recent-issues figure:first-child {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 164px;
  
}
.abo .recent-issues figure:last-child {
  top: 25px;
  
left: 0;
  z-index: 10;
  
}
.abo .abo-content {
  width: 485px;
  text-align: center;
}
h3.cta {
  font-weight: normal;
  font-size: 40px;
  line-height: 45px;
  font-family: 'Pirelli';
  margin-top: 63px;
  margin-bottom: 32px;
}
.abo-content a {
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  padding: 5px 10px 2px 10px;
  color: black;
  border: solid 1px black;
}
.social a {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}
header .social {
    position: fixed;
    right: 20px;
    top: 16px;
}
.icon {
  transition: fill 0.2s;
}
header .icon {
  
  fill: black;
}
header a:hover .icon {
  fill: black;
}
.social-share .icon {
  fill: black;
}
.social-share a:hover .icon {
  fill: silver;
}
.social-share a {
  display: none;
  width: 17px;
  height: 17px;
}
.social-share {
  margin-top: -36px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.social-share h2 {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  font-family: 'Equitan Sans' !important;
}
.article-thumbnail {
  
  position: relative;
  margin-left: -72px;
  width: calc(100% + 72px);
}
.article-thumbnail figure {
  max-height: 60vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.article-thumbnail img {
  object-fit: none;
  object-position: center;
}

footer {
  padding: 18px 72px 18px 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer nav ul li {
  font-size: 22px;
  line-height: 26px;
  list-style-type: none;
  display: inline-block;
  margin-right: 33px;
}
footer nav, .footer-newsletter {
  display: inline-block;
}
.prev-next-posts {
  width: 100%;
}
div.article-dds, .home-row, .archief-row, .nieuws-dds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-dds .ar-wrap {
  padding-top: 50px;
}
.article-wrap, .home-content, .related.article-grid, .archief-left {
  width: 82%;
  padding-right: 0px;
}
.archief-left, .nieuws-grid {
  width: 75%;
}
.nieuws-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}
.xs-wrap, .home-extra, .ar-wrap, .archief-extra {
  width: 18%;
  padding-left: 0px;
}
.home-extra {
  padding-top: 65px;
}
.xs-featured a {
  display: none;
  width: calc(100% + 55px);
  margin-left: -55px;
  z-index: 100;
}
.ar-wrap .xs-featured a, .archief-extra .xs-featured a {
  display: none;
  width: calc(100%);
  margin-left: 0;
}
.xs-featured a:first-child {
  display: block;
}

.ar-wrap, .sa {
  padding-bottom: 8px;
}
.sa {
  padding-left: 25px;
}
.sa p {
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
  color: rgb(130, 130, 130);
}
.logged-in header{
  top: 32px;
}
.logged-in h1.site-title {
  top: 42px;
}
.logged-in header:before {
  top: 32px;
}
.logged-in h1.site-title:before{
  top: 32px
}
.thema-row, .nieuws-row {
  position: relative;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
  padding-top: 80px;
}
.thema-row>h2, .nieuws-row>h2, .bigsm-carousel>h2, .in-print>h2 {
  position: static;
  font-weight: normal;
  font-size: 55px;
  line-height: 66px;
  width: 100%;
  font-family: 'Pirelli';
  color: black;
  left: 0;
  text-align: center;
  top: 90px;
  text-transform: lowercase;
  font-variant: small-caps;
  text-align: left;
  padding-left: 48px;
}
.in-print>h2 {
  padding-bottom: 34px;
}
.bigsm-carousel>h2 {
  padding-left: 30px;
  padding-bottom: 34px;
}
.nieuws-row, .thema-row {
  padding-bottom: 105px;
}
.thema-content {

}
.preview-thema {
  background-color: white;
  border: solid 1px black;
}
.thema-row .preview-wrap {
  padding-left: 12px;
  padding-right: 12px;
  width: 20%;
  margin-top: 34px;
}
.preview-nieuws {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 34px;

}
.preview-nieuws .nw {
  background-color: white;
  border: solid 1px black;
  padding: 2px;
}
.preview-nieuws div.datum {
  font-size: 18px;
  line-height: 22px;
  padding-left: 36px;
}
.preview-nieuws p {
  font-size: 18px;
  line-height: 20px;
}
.preview-nieuws span {
  font-size: 14px;
  line-height: 20px;
  
}
.preview-wrap .preview-thema {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.intro .preview-issue:nth-child(odd) {
  flex-direction: column;
}
.block.intro .preview-issue {
  width: 180px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-right: 60px;
}
.block.intro .preview-issue figure {
  width: 180px;
}
.block.intro {
  padding-top: 16px;
}
.intro-content p, p.quote, blockquote p {
  font-family: 'Pirelli';
  font-size: 26px !important;
  line-height: 29px !important;
  font-weight: normal;
}

.block.intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -18px;
  margin-right: -18px;
}
.intro-left {
  width: calc(100% - 240px);
  padding-left: 18px;
  padding-right: 18px;
}
.intro-right {
  width: 220px;
  padding-right: 40px;

}
.ct h1, .ct h2 {
  font-family: 'Equitan Sans';
  font-size: 23px;
  line-height: 25px;
  padding-left: 30px;
  font-weight: normal;
}
.ct p+h1 {
  padding-top: 29px;
}

.intro-content{
  padding-bottom: 36px;
  padding-right: 30px;
}
.b-quote {
  padding-left: 15%;
  padding-right: 15%;
  width: calc(100% - 240px);
  padding-bottom: 18px !important;
}
blockquote {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 29px;
}
.ct, .vraag, .antwoord {
  width: calc(100% - 240px);
}
.intro .ct {
  width: 100%;
}
.ct a {
  text-decoration: underline;
}
.first {
  position: relative;
}
.first .themas {
  width: 200px;
  top: 0;
  right: 0;
}

.text p, .block p {
  font-size: 23px;
  line-height: 25px;
}
.text p+p, .b-tekst p+p, .ct p+p, .block p+p {
  padding-top: 24px;
}
.block {
  padding-bottom: 25px;
}
.b-interview, .vraag {
  padding-bottom: 24px;
}
.afbeeldingen-wrap-2 figure {
  width: 50%;
}
.b-3-afbeeldingen, .b-1-afbeelding {
  padding-top: 14px;
}
.afbeeldingen-wrap, .afbeeldingen-wrap-2, .b-tekst-afbeelding {
  display: flex;
  flex-wrap: wrap;
}
.afbeeldingen-wrap-2 {
  align-items: end;
}
.afbeeldingen-wrap-2 figure:last-child {
  padding-left: 32px;
}
.vraag>em, .antwoord>em {
  font-size: 23px;
  line-height: 25px;
  font-style: normal;
  font-weight: bold;
}
.afbeeldingen-col {
  width: 50%;
}
p.quote {
  text-align: center;
}
.afbeeldingen-col:nth-child(2) figure {
  padding-top: 90px;
  padding-left: 32px;
}
.afbeeldingen-col:nth-child(1) figure:first-child {
  padding-right: 32px;
}
.afbeeldingen-col:nth-child(1) figure:last-child {
  padding-left: 32px;
}
figcaption {
  font-size: 14px;
  line-height: 15px;
  padding-left: 32px;
  padding-top: 6px;
  max-width: 400px;
}
.afbeeldingen-wrap figure+figure {
  padding-top: 66px;
}
.b-tekst-afbeelding figure {
  width: 60%;
}
.b-tekst-afbeelding .tekst-col {
  width: 40%;
  padding-right: 80px;
}
.b-tekst-afbeelding figcaption {
  margin-left: auto;
  margin-right: 0;
}
.img-slide img {
  height: 450px;
  width: auto;
}
.img-slide {
  margin-right: 32px;
}
.main-gallery {
//  width: calc(100vw - 72px);
}
.afbeeldingen-tekst-wrap figure:first-child {
  width: 60%;
  float: left;
}
.b-tekst-2-afbeeldingen .afbeeldingen-tekst-wrap figure img {
  width: calc(100% + 48px);
}
.afbeeldingen-tekst-wrap figure:nth-child(2) {
  width: 40%;
  float: right;
  padding-top: 90px;
}
.b-tekst-2-afbeeldingen .afbeeldingen-tekst-wrap figure:nth-child(2) {
  padding-top: 90px;
  padding-left: 80px;
}
.afbeeldingen-tekst-wrap figure {
  padding-bottom: 80px;
}
.b-2-afbeeldingen-tekst .afbeeldingen-tekst-wrap figure:first-child {
  width: calc(40% + 80px);
  padding-right: 80px;
  padding-top: 90px;
}
.b-2-afbeeldingen-tekst .afbeeldingen-tekst-wrap figure:nth-child(2) img {
  width: calc(100% + 48px);
  margin-left: -48px;
  margin-right: 0;
}
.b-2-afbeeldingen-tekst .afbeeldingen-tekst-wrap figure:nth-child(2) {
  width: calc(60% - 80px);
  float: right;
  padding-top: 0;
  
}
.ct-afb figure {
  width: calc(60% + 72px);
  float: right;
  padding-bottom: 90px;
  padding-left: 72px;
}
.ct-afb p {
  max-width: calc(100% - 240px);
}
.extra-info {
  padding-top: 60px;
  padding-bottom: 140px;
  width: calc(80% - 220px);
  margin-left: 20%;
}
.extra {
  margin-bottom: 24px;
}
.in-print {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 100px;
  margin-left: -18px;
  margin-right: -18px;
}
.in-print .preview-article {
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}
.in-print figure {
  overflow: hidden;
}
.in-print div.preview-article img {
  margin-top: -80px;
  margin-bottom: -80px;
}
.in-print p {
  font-size: 19px;
  line-height: 23px;
  margin-top: 5px;
}
.in-print div.preview-article p {
  margin-left: 32px;
  margin-right: 64px;
}
.in-print div.preview-article .article-meta {
  margin-left: 0;
}
.in-print div.preview-article h2 {
  margin-left: 0;
}
.in-print .preview-article h2 {
  font-size: 26px;
  line-height: 29px;
}
.home-row .themas .preview-wrap {
  width: 25%;
}
.article-header figcaption {
  color: rgb(153,153,153);
}
.home-row .thema-row:before {
  width: calc(100vw - var(--scrollbar));
  left: -60px;
}
.hero h2 {
  font-size: 31px;
  line-height: 35px;
}
.hero .article-meta>div {
  font-size: 20px;
  line-height: 28x;
  
}

.hero .article-meta {
  max-width: 568px;
  margin-top: 5px;
}
.liggend.hero figure {
  overflow: hidden;
  max-height: 35vw;
  margin-left: -34px;
}
.hero {
  width: calc(100% - 80px);
  
}
.hero.staand {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.hero.staand>* {
  width: 50%;
}
.hero.staand .hero-wrap {
  margin-left: 16px;
  margin-right: 48px;
}
.hero.staand .article-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.liggend .article-info {
  margin-left: 32px;
}
.home-featured {
  display: flex;
}
.home-featured.rechts {
  flex-direction: row-reverse;
}
.staande-post, .liggende-post {
  width: 50%;
}
.home-featured figure  {
  padding-left: 32px;
  padding-right: 32px;
}
.home-featured {
  margin-top: 50px;
  margin-bottom: 50px;
}
.liggende-post .preview-article:first-child {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 65px;
}
.liggende-post .preview-article:first-child {
  
}
.links .staande-post .article-info, .rechts .liggende-post .article-info {
  margin-right: 64px;
}
.rechts .staande-post .article-info, .links .liggende-post .article-info {
  margin-left: 64px;
}
.staande-post {
  display: flex;
  align-items: flex-end;
}
.home-featured h2 {
  font-size: 26px;
  line-height: 29px;
}
.extra p+p {
  padding-top: 22px;
}
.b-1-afbeelding img {
  max-height: 900px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: auto;
}
.b-1-afbeelding .s img {
  width: 70%;
}
.extra-info a {
  text-decoration: underline;
}
.s figcaption {
  margin: 0 auto;
  max-width: 50%;
  padding-right: 32px;
}
figcaption *, figcaption p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.block h2 {
  font-family: 'Pirelli';
  font-size: 26px;
  line-height: 29px;
  font-weight: normal;
  padding-bottom: 24px;
  padding-left: 32px;
}
.block p+h2 {
  padding-top: 48px;
}
.jaren {
  font-family: 'Pirelli';
  font-size: 23px;
  line-height: 27px;
  column-count: 8;
  column-gap: 20px;
  width: 75%;
  padding-bottom: 50px;
  column-width: 70px;
}
.jaren li {
  list-style-type: none;
}
.jaarslide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.wrap-all, .issue-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-left {
  width: 80%;
}
.wrap-all .ar-wrap {
  width: 18%;
}
.issue-intro {
  margin-left: -18px;
  margin-right: -18px;
  padding-bottom: 25px;
}
.issue-intro>* {
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}
.is-intro h2 {
  font-family: 'Pirelli';
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  padding-bottom: 36px;
}
.is-intro h2 span {
  font-variant: small-caps;
}
.is-intro p {
  font-size: 23px;
  line-height: 25px;
}
.themas h3, .themas li {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Pirelli';
  font-weight: bold;
  font-variant: small-caps;
  text-transform: lowercase;
}
.themas h3 {
  text-align: center;
}
.themas li {
  list-style-type: none;
}
.intro-right .themas {
  padding-top: 30px;
}
.prev-next-posts {
  display: flex;
  justify-content: space-between;
}
.home-featured-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}
.home-featured-2>*{
  padding-left: 18px;
  padding-right: 18px;
  width: 50%;
}
.filter-display li {
  list-style-type: none;
  font-size: 23px;
  line-height: 27px;
  display: inline-block;
  padding-right: 24px;
}
.filter-display li a:after {
  font-size: 21px;
  content: 'x';
  vertical-align: super;
  display: inline-block;
  color: black;
  margin-left: 3px;
}
.filters li, .filter-detail li, .filters label, .search-form input[type="text"],.search-form input[type="submit"]  {
  list-style-type: none;
  font-size: 24px;
  line-height: 27px;
}
.search-form,  .filter-titles {
  padding-left: calc(100% - 580px);
  
}
@media(min-width: 1350px) {
  .search-form,  .filter-titles {
    padding-left: 370px;
    
  }
}
.search-form {
  margin-bottom: 10px; 
}
.search-form input[type="text"] {
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px black;
  margin-left: 20px;
  width: calc(100% - 80px);
  cursor: pointer;
  max-width: 600px;
}
.search-form input[type="submit"] {
  margin-left: 0px;
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  font-family: 'Equitan Sans';
  font-size: 24px;
}
.search-form input[type="text"]:focus, .search-form input[type="text"]:active {
  outline: none;
}
.filters li {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
}
.filter-detail>div {
  display: none;
  padding-top: 20px;
}
div[data-type="nummer"] {
  column-count: 8;
  column-gap: 20px;
  column-width: 100px;
}
div[data-type="auteur"], div[data-type="locatie"], div[data-type="thema"], div[data-type="kunstenaar"] {
  column-count: 4;
  column-gap: 20px;
  column-width: 150px;
}
.preview-issue figure, .preview-issue h2 {
  max-width: 100%;
}
.page-dds {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.page-dds>* {
  padding-left: 8px;
  padding-right: 8px;
}
.page-dds .page-1 {
  width: calc(82% - 220px);
}
.page-dds .page-2 {
  width: 220px;
}
.page-2 p {
  font-size: 16px;
  line-height: 23px;
}
.page-2 p+p {
  padding-top: 23px;
}
.current-menu-item {
  text-decoration: underline;
}
.nieuws-grid .prev-next-posts { 
  padding-left: 18px;
  padding-right: 18px;
}
.alla {
  padding-top: 8px;
}
@media(max-width:900px) {
  h1.site-title {
    left: 40px;
  }
  nav.main-menu {
    margin-left: 490px;
  }
  
}
@media(min-width:767px) {
  .block.intro {
    position: relative;
  }
  .intro-right {
    position: absolute;
    right: 0;
  }
}
@media(max-width:767px) {

  .page-dds .page-2 {
    width: 100%;
    padding-top: 40px;
    max-width: 400px;
  }
  .page-dds .page-1, .hero.staand>* {
    width: 100%;
  }
  .article-grid .preview-article {
    padding-bottom: 0;
  }
  footer {
    padding: 18px;
  }
  .single .article-dds .article-info h2 {
    font-size: 35px;
    line-height: 36px;
  }
  .intro-right {
    width: 180px;
    padding-right: 0;
    margin-left: 18px;
    padding-bottom: 30px;
  }
  h1.site-title {
    font-size: 30px;
    line-height: 34px;
  }
  nav.main-menu {
    margin-left: 267px;
    margin-top: 15px;
  }
  header {
    min-height: 45px;
  }
  header:before {
    height: 15px;
  }
  .article-header, .article-wrap, .home-content, .related.article-grid, .archief-left, .intro-left, .ct, .ar-wrap, .article-grid .preview-article, .xs-wrap, .home-extra, .ar-wrap, .archief-extra, .hero, .home-featured-2>*, .in-print .preview-article, .jaren, .wrap-left, .wrap-right, .issue-intro>*, .wrap-all .ar-wrap, .nieuws-grid, .vraag, .antwoord {
    width: 100%;
  }
  .nieuws-grid .prev-next-posts {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .issue-gallery .flickity-prev-next-button.next {
    right: -10px;
  }
  .preview-nieuws, .home-row .themas .preview-wrap, div.tabel {
    width: 50%;
  }
  .extra-info {
    width: 80%;
  }
  blockquote {
    width: 100%;
    margin-right: 10%;
    padding-left: 10%;
  }
  .b-1-afbeelding .s img {
    width: 80%
  }
  .s figcaption {
    max-width: 80%;
  }
  .block.intro {
    flex-direction: column-reverse;
  }
  .intro-right {
    padding-top: 20px;
  }
  header:after {
    height: 45px;
  }
  h1.site-title:before {
    width: 30px;height: 60px;
  }
  body:before {
    width: 30px;
  }
  main {
    padding-top: 65px;
    padding-left: 18px;
  }
  .article-thumbnail {
      margin-left: -28px;
      width: calc(100% + 46px);
  }
  .article-dds .ar-wrap {
      padding-top: 0px;
  }
  .alla {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .alla .sa {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .xs-featured {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .bigsm-carousel .preview-article {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
  .bigsm-carousel .flickity-prev-next-button.previous {
    left: 0 !important;
  }
  .bigsm-carousel .flickity-prev-next-button.next {
    right: 0 !important;
  }
  .jaren {
    column-width: 70px;
  }
  .search-form,  .filter-titles {
    padding-left: 0;
  }
  .b-1-afbeelding .s img {
    width: 100%;
  }
  .b-quote {
    width: 100%;
  }
}
@media (max-width: 570px) {
  blockquote {
    margin-right: 5%;
    padding-left: 5%;
  }
  .b-quote {
    padding-left: 5%;
    padding-right: 5%;
  }
  nav.main-menu {
  margin-left: 40px;
  margin-top: 40px;
  }
  main {
    padding-top: 87px;
  }
  header:after {
    height: 67px;
  }
  h1.site-title:before {
    height: 80px;
  }
}
@media(max-width: 500px)
{
  .preview-nieuws, .home-row .themas .preview-wrap, div.tabel{
    width: 100%;
  }
  .preview-issue, .alla .sa {
    width: 50%;
  }
}