@font-face {
    font-family: 'Bree'; /*a name to be used later*/
    src: url("../fonts/bree/BreeSerif-Regular.ttf");
}
@font-face {
    font-family: 'Quicksand'; /*a name to be used later*/
    src: url("../fonts/quicksand/Quicksand-Regular.ttf");
}
@font-face {
    font-family: 'Spartan'; /*a name to be used later*/
    src: url("../fonts/spartan/LeagueSpartan-Bold.otf");
}
@font-face {
  font-family: 'Crimson';
  src: url("../fonts/Crimson/CrimsonText-Regular.ttf");
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format ('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format ('truetype');
  font-weight: bold;
}
@font-face{
  font-family:"FuturaExtraBold";
  src:url("../fonts/1475834/19530450-4023-4f4b-a843-f691aaa9a120.eot?#iefix");
  src:url("../fonts/1475834/19530450-4023-4f4b-a843-f691aaa9a120.eot?#iefix") format("eot"),url("../fonts/1475834/23effe05-f9b3-417b-8186-358fa1a487ba.woff2") format("woff2"),url("../fonts/1475834/4889f3e2-62f3-4272-9187-ec5c7e08b16b.woff") format("woff"),url("../fonts/1475834/3268e049-ecc8-4b01-b169-43faa731c62c.ttf") format("truetype");
}
@font-face{
  font-family:"FuturaBoldCondensed";
  src:url("../fonts/1475882/d0a9b89b-e998-4794-90ba-2caef07593e3.eot?#iefix");
  src:url("../fonts/1475882/d0a9b89b-e998-4794-90ba-2caef07593e3.eot?#iefix") format("eot"),url("../fonts/1475882/9b3dc779-ba21-4efa-9e94-f0e68fbe1c41.woff2") format("woff2"),url("../fonts/1475882/05c1983d-21f7-4fa3-bdae-017da0302148.woff") format("woff"),url("../fonts/1475882/ea328166-5039-40ac-98c0-d980e6ea75ca.ttf") format("truetype");
}
@font-face{
  font-family:"FuturaXBoldCondensed";
  src:url("../fonts/1475894/97ce5bfd-aed7-4116-9da0-2425f63659c9.eot?#iefix");
  src:url("../fonts/1475894/97ce5bfd-aed7-4116-9da0-2425f63659c9.eot?#iefix") format("eot"),url("../fonts/1475894/7a06eca1-f8c0-4959-9f4b-a995defb947b.woff2") format("woff2"),url("../fonts/1475894/4f29cb8d-fdc9-47dc-b281-0c2aa10a66bc.woff") format("woff"),url("../fonts/1475894/ae06ac5a-4959-47dc-b0e2-000293ec2982.ttf") format("truetype");
}
/* GENERAL LAYOUT */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  font-weight: normal;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  padding-top: 0px!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4 {
	font-family: Bree;
	font-weight: normal;
}

input::-webkit-input-placeholder{
    color:grey;
}
input:-moz-placeholder {
    color:grey;
}

/* .outer-wrapper {
  overflow: auto;
} */

header::after {
    content: "";
    clear: both;
    display: table;
}

#header-top {
  display: none;
}

#site-header .outer-wrapper, .single-page {
  max-width: 1290px;
  margin: auto;
  padding: 0 15px;
  width: 90%;
  /* overflow: auto; */
}

#block-logo {
    position: absolute;
    left: 32px;
    top: 41px;
    z-index: 99;
}
#block-logo img {
	filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, .3));
}
#site-header {
  display: none;
}

h1 {
  /* text-transform: uppercase; */
}

h1.single-page-title {
  font-family: 'Bree', sans-serif;
  /* font-size: 3vw; */
}

section#content {
  max-width: 1920px;
  margin: auto;
  padding-bottom: 7em;
  /* overflow: auto; */
}

section#content:after {
  content: "";
  display: table;
  clear: both;
}

.views-row {
  overflow: auto;
}

/* modal overlays */
.ui-widget {
  font-family: 'Montserrat', sans-serif;
}

.ui-dialog-title {
  font-family: 'Bree', sans-serif;
  color: #d91016;
  font-size: 1.2em;
  letter-spacing: 6px;
  /* text-transform: uppercase; */
}
/* /modal overlays */

/* /GENERAL LAYOUT */

/* HEADER*/

#header-top {
  background: gainsboro;
}

/* /HEADER*/

/* MAIN MENU */
#site-header {
    padding-top: 1em;
    padding-bottom: 2em;
}

#site-header {
  background: white;
}

#block-zijmenu {
  float: left;
  height: 100%;
  background: white;
}

#block-zijmenu .field--name-body {
  position: relative;
  height: 100%;
}

#block-vredesactie-main-menu ul.menu {
  padding: 0 9vw 0 9vw;
  width: 100%;
}

#block-vredesactie-main-menu ul.menu li {
  float: left;
  clear: both;
  width: 100%;
  margin-right: 2em;
}

#block-vredesactie-main-menu ul.menu li a {
  font-size: 2.4vw;
  /* text-transform: uppercase; */
  text-decoration: none;
  font-family: 'Bree', sans-serif;
  color: #1d1d1b;
  line-height: 1em;
}

#block-vredesactie-main-menu ul.menu li a.mobile-only {
  display: none;
}

#breadcrumb {
  clear: both;
}
.status-messages {
    clear: both;
    padding-top: 2em;
}

#block-vredesactie-main-menu ul.menu li a:hover, #block-vredesactie-main-menu ul.menu li a.active {
  color: #d91016;
}

#block-vredesactie-main-menu {
  float: left;
  padding-top: 30%;
  width: 0;
}

.menu-buttons-top img, .menu-buttons-bottom img {
  display: block;
  margin: auto;
  cursor: pointer;
  max-width: 80px;
}

.menu-buttons-bottom img {
  margin-top: 1em;
}

.menu-buttons-bottom {
  position: absolute;
  bottom: 2em;
  right: 34%;
}

/* /MAIN MENU */

/* CARROUSEL */
.block-views-blockcarrousel-block-1 {
  position: static;
  overflow: hidden;
  clear: both;
}
.slick--view--carrousel {
	position: relative;
	height: auto;
}
.block-views-blockcarrousel-block-1 img {
    max-width: 100%;
    /* max-height: 100%; */
    height: 100%;
}

.block-views-blockcarrousel-block-1 .views-field-title {
  position: absolute;
  top: 20%;
  right: 20%;
}

.block-views-blockcarrousel-block-1 .views-field-title a, .slide__caption .carroussel_title a {
  /* text-transform: uppercase; */
  text-decoration: none;
  color: inherit;
  display: inline;
  margin-bottom: 1em;
  padding-left: 5px;
  background: #d91016;
  line-height: 2.3em;
  padding: 0px 10px 3px;
  /* box-shadow: 10px 0 0 #d91016, -10px 0 0 #d91016; */
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.carroussel_read_more a, #node-8 a, a {
  color: #d91016;
  position: relative;
  /* top: 240px; */
  text-decoration: none;
}

#block-views-block-carrousel-block-1 .views-field-body, .slide__caption {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 82%;
  background: linear-gradient(to right,black 15vw, transparent);
  padding: 1em;
  height: 100%;
  box-sizing: border-box;
}

.carroussel_date {
  color: #d91016;
  /* text-transform: uppercase; */
  position: relative;
  top: 6%;
  font-family: 'Bree', sans-serif;
}

.carroussel_read_more {
  display: none;
  position: relative;
  top: 20%;
}
.transparent {
    background-color: rgba(255,255,255,0.72);
    padding: 1em;
}

.slide__content {
  position: relative;
}
.slide__caption {
	overflow: hidden;
}

.carrousel_caption_body {
  color: white;
  width: 45%;
  position: relative;
  top: 15%;
  line-height: 1.5em;
}

.carrousel_caption_body h1, .carrousel_caption_body h2 {
	display: none;
}

.carroussel_title, .white_on_green {
  font-size: 2.75vw;
  color: white;
  /* width: 72%; */
  position: relative;
  top: 11%;
  font-family: 'Bree', sans-serif;
}

.white_on_green_title {
  font-size: 1.8em;
  color: white;
  font-family: 'Bree', sans-serif;
  background: #d91016;
}

.slick-slide {
  overflow: hidden;
}

ul.slick-dots {
  position: absolute;
  top: 31%;
  list-style-type: none;
  /* right: 0; */
}

ul.slick-dots li {
  margin-bottom: 1em;
  display: block;
}

ul.slick-dots li button {
  background: url('/sites/default/files/bullet_inactive.svg');
  height: 17px;
  width: 17px;
  border: none;
  text-indent: -9999px;
  white-space: nowrap;
  background-size: 17px 17px;
}


ul.slick-dots li.slick-active button {
  background: url('/sites/default/files/bullet_active.svg');
  background-repeat: no-repeat;
  background-size: 17px 17px;
}

/* ul.slick-dots li.slick-active {
  position: relative;
  top: -4px;
}

ul.slick-dots li button {
  background: white;
  border-radius: 41px;
  border: none;
  color: white;
  width: 17px;
  height: 17px;
  font-size: 0px;
}

ul.slick-dots li:not(.slick-active) button:after {
  content: "";
  border-radius: 50px;
  background: #1d1d1b;
  height: 11px;
  width: 11px;
  display: inline-block;
  left: -5px;
  position: relative;
} */

/* /CARROUSEL */

/* FRONT PAGE CONTENT */

.single-page-wrapper {
  padding-top: 10vh;
  padding-bottom: 2em;
  overflow: auto;
}

/* ABOUT */

/* expandable section of 'about' text */
div[id$="over-ons"] .logo {
	width: 50%;
	height: auto;
	margin-left: 15%;
}
div[id$="over-ons"] .title {
	text-align: right;
	margin: 0 10% 0 15%;
	width: 75%;
}
@media (max-width: 850px) {
	div[id$="over-ons"] .logo , div[id$="over-ons"] .title {
		width: 100%;
		margin: 0;
	}
}
div[id$="over-ons"] .big_text {
	text-align: right;
	line-height: 175%;
	margin: 1rem 0 2rem;
	padding: 0 1rem 0.5rem;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	display: inline;
	background: #d91016;
	color: white;
}
.accordion > input[name="collapse"] {
  display: none;
}
.accordion .content {
	overflow: hidden;
	max-height: 10em;
	padding-bottom: 3rem;
	mask: linear-gradient(to top, transparent 10%, white);
	-webkit-mask: linear-gradient(to top, transparent 10%, white);
	transition: max-height 0.3s;
}
.accordion .handle label {
  color: #000;
  cursor: pointer;
  display: block;
  background: #white;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  width: 100%;
  z-index: 500;
}

.accordion label:hover,
.accordion label:focus {
  color: #000;
}

.accordion .handle label:before {
  font-family: sans-serif;
  content: url('/sites/default/files/Ic_expand_more_36px.svg');
  color: #000;
  display: inline-block;
  margin-right: 10px;
  font-size: 1em;
  line-height: 1.556em;
  vertical-align: middle;
  transform-origin: center;
  transition: transform 0.4s;
}

.accordion .handle label:after {
  content: "meer";
}


.accordion > input[name="collapse"]:checked ~ .handle label:before {
    transform: rotate(180deg);
    /* transition: 0.4s; */
}
.accordion > input[name="collapse"]:checked ~ .handle label:after {
  content: "minder";
}

.accordion > input[name="collapse"]:checked ~ .content {
  max-height: 5000px;
  mask: none;
  -webkit-mask: none;
  transition: max-height 1s;
}


div[id$="over-ons"] .single-page-title, div[id$="werk-mee-0"] .single-page-title, div[id$="wie-we-zijn"] .single-page-title, div[id$="campagnes"] single-page-title, div[id$="tijdlijn"] .single-page-title {
  display: none;
}
#en_who_we_are .single-page-title, #en_campagnes h1.single-page-title, #en_campaigns h1.single-page-title, #en_join-us h1.single-page-title {
  display: none;
}


div[id$="werk-mee-0"], #en_join-us {
  background: #1d1d1b;
  color: white;
  padding: 14vh 0px 14vh 0px;
}

.black_on_green {
  background: #d91016;
  color: #1d1d1b;
  display: inline-block;
  padding: 7px 12px 12px 12px;
  line-height: 1em;
  font-size: 3em;
}

@media (max-width: 850px) {
  .front_left {
    margin-bottom: 6em;
  }
}

@media (min-width: 850px) {
	.groupfrontleftandright {
		display: block;
		margin: 3em 0;
		float: left;
	}
  .front_left, .front_right {
    width: 50%;
    float: left;
  }
  .front_left p, .front_right p {
    width: 80%;
  }
  .front_left p:first-of-type, .front_right p:first-of-type {
    margin-top: 3em;
  }
  #node-7 p {
    max-width: 30em;
  }
}

.toggle_left_right {
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.toggle_left_right .front_left, .toggle_left_right .front_right {
	width: 70%;
	float: none;
	position: static;
	margin-right: 30%;
	transition: transform 1s;
}

.toggle_left_right .front_right {
  position: absolute;
  top: 50px;
  background:
  z-index: 100;
  display: block;
  transform: translate(100vw);
}

.toggle_left_right .handle {
  float: right;
  display: flex;
  clear: both;
  align-items: center;

}

.toggle_left_right input[name="collapsed"] {
  display: none;
}

/*
.toggle_left_right label {
  color: #000;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 10px;
  background: #ccc;
}*/
.togglediv {
	font-size: 1.2em;
	display: block;
	border-radius: 28px;
	padding: 10px 10px 10px 10px;
	float: right;
	clear: both;
	background-color: #aaa;
}
.togglediv p {
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	top: 5px;
	font-size: 0.8em;
	display: inline-block;
}
.togglediv label {
	content: '';
	width: 60px;
	height: 28px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	background: #ccc;
	border-radius: 18px;
	transition: background 0.4s;
}
.togglediv label:before {
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: -2px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	transition: transform 0.2s;

}

.toggle_left_right label:hover,
.toggle_left_right label:focus {
  background: #ccc;
}
.toggle_left_right > input[name="collapsed"]:checked ~ .togglediv label:before {
  transform: translate(32px);
}
.toggle_left_right > input[name="collapsed"]:checked ~ .togglediv label {
  background: #d91016;
}
.toggle_left_right > input[name="collapsed"]:checked ~ .front_left {
  transform: translate(-100vw);
}
.toggle_left_right > input[name="collapsed"]:checked ~ .front_right {
  transform: translate(0);
}






div[id$="de-hoogte"], #en_stay-tuned {
  background: #d91016;
  color: white;
  overflow: auto;
  clear: left;
}
#node-8 > h2:first-child, #node-13 > h2:first-child {
  display: none;
}
#node-8 p {
  max-width: 30em;
}
#node-8 .big_text {
  margin-bottom: 2em;
}
#node-8 p.pad_top {
  margin-top: 4em;
}

/* agenda */
div[id$="agenda-items"], #en_agenda-items {
  background: #f7f6f2
}

div[id$="agenda-items"] .views-row, #en_agenda-items .views-row {
  /* text-transform: uppercase; */
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: 2px solid black;
  cursor: pointer;
}

div[id$="agenda-items"] .views-field-title a, #en_agenda-items .views-field-title a {
  text-decoration: none;
  color: #1d1d1b;
}

div[id$="agenda-items"] .views-row:hover, #en_agenda-items .views-row:hover {
  color: #d91016;
}

div[id$="agenda-items"] .views-row:first-child, #en_agenda-items .views-row:first-child {
  border-top: 2px solid black;
}

div[id$="agenda-items"] .views-field-field-datum, #en_agenda-items .views-field-field-datum {
  width: 20%;
  float: left;
  min-width: 63px;
}

div[id$="agenda-items"] .views-field-title, #en_agenda-items .views-field-title {
  width: 80%;
  float: left;
}

div[id$="agenda-items"] .views-field, #en_agenda-items .views-field {
  font-family: 'Bree', sans-serif;
  line-height: 1.6em;
}


/* /agenda */



/* timeline */

.tl-storyslider .tijdlijn-titel {
	font-family: Bree;
	color: white;
	text-decoration: none;
	/* text-transform: uppercase; */
}
.tl-storyslider .tijdlijn-titel a {
	background-color: #d91016;
	line-height: 175%;
	padding: 0 12px 2px;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.tl-storyslider .tijdlijn-titel:hover a {
	color: #d91016;
	background-color: white;
}
/*.tl-storyslider .tijdlijn-tekst p {
	font-family: Montserrat;
	color: white;
}
.tl-storyslider .tijdlijn-datum {
	font-family: Montserrat;
	font-weight: bold;
	color: white;
}
.tijdlijn-readmore {
	font-family: Montserrat;
	color: red;
	text-decoration: none;
}/*

/* /timeline */




/* recent articles */


#articles_recent, #en_articles_recent {
    margin-bottom: 5em;
}

#articles_recent .view-content, #en_articles_recent .view-content {
  overflow: hidden;
}

#nieuws tr.Artikel td {
	overflow: hidden;
	position: relative;
}

@media screen and (min-width:850px) {
  .recent_articles_floatleft {
    height: 100%;
    position: absolute;
  }

  .artikel-vorige-site .recent_articles_floatleft {
    position: relative;
  }
}

.recent_articles_created {
  font-family: 'Bree', sans-serif;
  /* text-transform: uppercase; */
  display: block;
  margin-bottom: 1em;
  /* position: absolute;
  top: 5%;
  left: 0; */
}

.recent-articles-top-left {
  width: 48%;
}
.artikel-vorige-site .recent-articles-top-left {
  width: auto;
}

@media screen and (min-width:850px) {
  .recent_articles_created {
    float: left;
    display: inline;
    margin-bottom: 0;
  }
}

#articles_recent .single-page-title, #articles_recent .single-page-title, #en_articles_recent .single-page-title, #en_articles_recent .single-page-title {
  color: #d91016;
}

table.views-table {
  width: 100%;
}

table.views-table td, table.views-table tr {
  position: relative;
  height: 100%;
}

table.views-table td {
  padding-top: 3em;
  padding-bottom: 3em;
  border-top: 2px solid black;
}

table.views-table td:last-child {
  border-bottom: 2px solid black;
}


table.views-table td div.item-list {
  float: right;
}

@media screen and (max-width:850px) {
    table.views-table td div.item-list {
      display: none;
    }
}

table.views-table li {
  list-style-type: none;
  float: left;
  margin: 0px 4px 4px 0px;
}

tr.artikel-vorige-site .recent_articles_labels {
  float: right;
}

@media screen and (min-width:850px) {
  .recent_articles_title {
    /* width: 150%; */
    display: block;
    clear: both;
    width: 75%;
    margin-top: 5em;
    margin-left: 0;
  }
}

.recent_articles_title a {
  font-family: 'Bree', sans-serif;
  line-height: 1.8em;
  background: #d91016;
  padding: 0px 0.3em 3px;
  /* box-shadow: 10px 0 0 #d91016, -10px 0 0 #d91016; */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
  /* text-transform: uppercase; */
  color: #f7f6f2;
}
@media screen and (min-width:850px) {
  .recent_articles_title a {
    font-size: 2.3vw;
  }
}
.recent_articles_body {
  position: relative;
  display: block;
  width: 45%;
}


.artikel-vorige-site .recent_articles_body {
  position: relative;
  display: block;
  width: 60%;
}

@media screen and (max-width:850px) {
  .recent-articles-afbeelding, .recent_articles_body, .artikel-vorige-site .recent_articles_body {
    display: none;
  }
  .recent_articles_title a {
    font-size: auto;
    line-height: 2.3em;
  }
  .recent_articles_floatleft > a {
    display: none;
  }
}

.recent-articles-afbeelding {
    float: right;
    width: 51%;
    min-height: 440px;
}

.image-style-recente-inhoud-afbeelding {
  float: right;
  width: 100%;
  height: auto;
}

a: has(.recent_articles_readmore) {
  position: relative;
  top: 65%;
}

ul.pager {
  padding: 0;
}

ul.pager a {
  text-indent: -99999px;
  background-image: url('/sites/default/files/laad_meer.svg');
  background-repeat: no-repeat;
  width: 107px;
  height: 81px;
  margin: auto!important;
  display: block;
}

/* /recent articles */

/* / FRONT PAGE CONTENT */

/* ARTICLE PAGE CONTENT */

.white-on-green {
  color: #f7f6f2;
  background: #d91016;
}

body.page-node-type-article .blocked-title {
  font-family: 'Bree', sans-serif;
  font-size: 1.5em;
  line-height: 1.6em;
  padding: 0px 15px 3px;
  /* box-shadow: 10px 0 4px #d91016, -10px 0 0 #d91016; */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

body.page-node-type-article #block-vredesactie-page-title, body.page-node-type-artikel-vorige-site #block-vredesactie-page-title {
  position: absolute;
  top: 6em;
  z-index: 40;
  left: 42%;
  transform: translate(-42%, 0);
  -webkit-transform: translate(-42%,0);
  width: 72%;
}

body.page-node-type-article .field--name-body, body.page-node-type-article .field--name-field-tags, body.page-node-type-artikel-vorige-site .field--name-field-d7tags, #block-voeterblok, body.page-node-type-article .field--name-field-introductiezin {
  max-width: 1290px;
  margin: auto;
  clear: left;
  /* overflow: auto; */
}

body.page-node-type-article .field--name-field-tags, body.page-node-type-artikel-vorige-site .field--name-field-d7tags {
  overflow: auto;
}

.field--name-field-tags .field__item, .field--name-field-d7tags .field__item {
  margin-bottom: 3px;
  float: left;
}

.field--name-field-tags .field__item a, .field--name-field-d7tags .field__item a {
  background: #1d1d1b;
  color: white;
  text-decoration: none;
  padding: 6px 6px 4px 6px;
  /* text-transform: uppercase; */
  font-family: 'Bree', sans-serif;
  float: left;
  margin-right: 1em;
  font-size: calc(11px + 0.3vw);
}

.recent_articles_labels a {
  background: #1d1d1b;
  color: white;
  text-decoration: none;
  padding: 2px 10px 4px 10px;
  text-transform: lowercase;
  font-family: 'Bree', sans-serif;
  float: left;
  font-size: calc(11px + 0.3vw);
}

body.page-node-type-article article img {
  max-width: 100%;
  height: 100%;
}

body.page-node-type-article h1.page-title, body.page-node-type-artikel-vorige-site h1.page-title {
  font-size: 1.6vw;
}

body.page-node-type-article h1.page-title span, body.page-node-type-artikel-vorige-site h1.page-title span {
  font-family: 'Bree', sans-serif;
  font-size: 2.5em;
  line-height: 2.2em;
  padding: 0px 15px 3px;
  /* box-shadow: 10px 0 0 #d91016, -10px 0 0 #d91016; */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: white;
  background: #d91016;
  font-weight: initial;
}

.va-spacer {
  display: none;
}

body.page-node-type-article .field--name-field-image, .va-spacer {
  margin-bottom: 3em;
}

body.page-node-type-article .field--name-field-introductiezin {
  color: #d91016;
}

body.page-node-type-article .field--name-field-introductiezin {
  padding-top: 2em;
  border-top: 3px solid black;
  margin-top: 9em;
}

body.page-node-type-artikel-vorige-site article .field--name-body {
  padding-top: 2em;
  border-top: 3px solid black;
  margin-top: 3em;
}

/* with paragraphs */
body.path-articles #block-vredesactie-content .view-content {
  max-width: 1290px;
  margin: auto;
  padding-right: 90px;
  width: 90%;
}

body:not(.path-frontpage):not(.path-articles):not(.page-node-type-longread) #block-vredesactie-content {
  max-width: 1290px;
  margin: auto;
  /* padding-right: 90px; */
  width: 90%;
}

body.page-node-type-article .field--name-field-image, body.page-node-type-article .paragraph--type--afbeelding-volledige-breedte, .va-spacer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  clear: both;
}

.va-spacer {
  height: 30vw;
  min-height: 220px;
  background: #1d1d1b;
}

body.page-node-type-article .paragraph--type--afbeelding-volledige-breedte img {
  margin: 3em 0 3em 0;
}

body.page-node-type-article .field--name-field-image img, body.page-node-type-article .paragraph--type--afbeelding-volledige-breedte img {
  width: 100%;
  height: auto;
}

body.page-node-type-article .field--name-field-inleiding {
  /* text-transform: uppercase; */
  font-family: 'Bree', sans-serif;
  font-size: 3.8vw;
}

body.page-node-type-article .field--name-field-gepubliceerd-in {
  color: #d91016;
}

.paragraph.paragraph--type--quote {
  /* text-transform: uppercase; */
  font-family: 'Bree', sans-serif;
  font-size: 3.8vw;
  color: #d91016;
  text-align: center;
  margin-top: 3em;
}

.paragraph--type--body-text p {
  line-height: 150%;
}
.paragraph--type--body-text p img {
  max-width: 100%;
  height: auto;
}

/*body.page-node-type-article article h2, body.page-node-type-artikel-vorige-site article h2, body.page-node-type-agenda-item article h2 {
  text-transform: uppercase;
  font-family: 'Bree', sans-serif;
} */

/* /with paragraphs */

/* /ARTICLE PAGE CONTENT */

/* SEARCH PAGE */
body.path-articles .view-empty {
  /* display: none; */
  max-width: 1290px;
  margin: auto;
  font-size: 1.2em;
  width: 90%;
}

body.path-articles form {
  width: 75vw;
  margin: auto;
}

body.path-articles #block-vredesactie-page-title {
  display: none;
}

body.path-articles .form--inline .form-item {
  margin: auto;
  float: none;
}

body.path-articles .view-filters {
  padding-bottom: 30vh;
  background: #1d1d1b;
  padding-top: 30vh;
  margin-bottom: 5em;
}

#views-exposed-form-content-recent-page-4 input[type=text] {
  border-radius: 0;
  border: none;
  padding: 10px;
  background: #f7f6f2;
  height: 65px;
  width: 100%;
}
#views-exposed-form-content-recent-page-4 label {
  display: none;
}
#views-exposed-form-content-recent-page-4 .form--inline {
  position: relative;
}
#views-exposed-form-content-recent-page-4 .form-actions {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
  margin: 0;
}
#views-exposed-form-content-recent-page-4 .form-actions input {
  height: 100%;
  background: #d91016;
  color: white;
  /* text-transform: uppercase; */
  font-family: 'Bree', sans-serif;
  padding: 1em 2em;
  border: none;
}
/* /SEARCH PAGE */

/* NON-FRONT, NON-ARTICLE, NON-SEARCH PAGES */
body:not(.page-node-type-article):not(.path-articles):not(.path-frontpage):not(.page-node-type-artikel-vorige-site):not(.page-node-type-longread) section#content {
  /* padding-top: 8em; */
  position: relative;
  max-width: 1290px;
  margin: auto;
  /* width: 90%; */
}

body:not(.page-node-type-article):not(.path-articles):not(.path-frontpage):not(.page-node-type-artikel-vorige-site) #block-vredesactie-page-title {
  position: absolute;
  top: 6em;
  z-index: 40;
  left: 36%;
  transform: translate(-42%, 0);
  -webkit-transform: translate(-42%,0);
  width: 72%;
}

body:not(.page-node-type-article):not(.path-articles):not(.path-frontpage):not(.page-node-type-artikel-vorige-site) #block-vredesactie-page-title h1 {
  font-family: 'Bree', sans-serif;
  /* font-size: 2.5em; */
  line-height: 1.2em;
  padding: 4px 10px 0px;
  /* box-shadow: 10px 0 0 #d91016, -10px 0 0 #d91016; */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: white;
  background: #d91016;
  font-weight: initial;
  display: inline;
  font-size: 2.7vw;
}

/* body.page-node-type-agenda-item h1.page-title span {
  font-family: 'Bree', sans-serif;
  font-size: 2.5em;
  line-height: 2.2em;
  padding: 8px 0px 0px 0px;
  box-shadow: 10px 0 0 #d91016, -10px 0 0 #d91016;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: white;
  background: #d91016;
  font-weight: initial;
} */

body:not(.page-node-type-article):not(.path-articles):not(.path-frontpage):not(.page-node-type-longread) .va-spacer {
  display: block;
}

/* /NON-FRONT, NON-ARTICLE, NON-SEARCH PAGES */

/* FORMS */

input[type=text], input[type=email], textarea {
  /* font-size: 1.4em; */
}
input[type=submit] {
  font-family: 'Bree', sans-serif;
}

/* Contacteer ons */
#form_contact {
  background: #f7f6f2;
}

#form_contact h1.single-page-title, #agenda-items h1.single-page-title, #en_form_contact h1.single-page-title, #en_agenda-items h1.single-page-title {
  font-family: 'Bree', sans-serif;
  color: #d91016;
}

#form_contact div.form-item, #en_form_contact div.form-item {
  margin-bottom: 2em;
}

#form_contact input[type=text], #form_contact input[type=email], #form_contact textarea, #en_form_contact input[type=text], #en_form_contact input[type=email], #en_form_contact textarea {
    border-radius: 0;
    border: 2px solid #9b9b9b;
    padding: 10px;
    background: #f7f6f2;
    height: 65px;
    width: 100%;
}

#form_contact textarea, #en_form_contact textarea {
  height: 200px;
}

#form_contact input[type=submit], #en_form_contact input[type=submit] {
  background: #1d1d1b;
  border: none;
  color: white;
  padding: 16px;
  /* text-transform: uppercase; */
}

fieldset[id*="edit-knop-en-markup"] {
  border: none;
  /* text-transform: uppercase; */
  font-family: 'Bree', sans-serif;
}

fieldset[id*="edit-formuliervelden"] {
  border: none;
  padding-left: 0;
}

#edit-kantoorgegevens {
  color: #1d1d1b;
}

/* /Contacteer ons */

/* ezine actiekrant */
#blijf-op-de-hoogte input[type=text], #blijf-op-de-hoogte input[type=email], #en_stay-tuned input[type=text], #en_stay-tuned input[type=email] {
    border-radius: 0;
    border: 2px solid white;
    padding: 10px;
    background: #d91016;
    height: 65px;
    width: 100%;
}
#blijf-op-de-hoogte input[type=submit], #en_stay-tuned input[type=submit] {
  background: #1d1d1b;
  border: none;
  padding: 16px;
  /* text-transform: uppercase; */
}
#blijf-op-de-hoogte input[type=checkbox], #en_stay-tuned input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#blijf-op-de-hoogte input[type=checkbox], #blijf-op-de-hoogte label, #en_stay-tuned input[type=checkbox], #en_stay-tuned label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#blijf-op-de-hoogte label, #en_stay-tuned label {
  position: relative;
}
#blijf-op-de-hoogte input[type=checkbox] + label:before, #en_stay-tuned input[type=checkbox] + label:before {
    content: '';
    background: #fff;
    /* border: 2px solid #ddd; */
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
#blijf-op-de-hoogte input[type=checkbox]:checked + label:before, #en_stay-tuned input[type=checkbox]:checked + label:before {
  content: "\26AB";
  color: #d91016;
  /* font-size: 35px;
  text-indent: -2px; */
  line-height: 26px;
}

#blijf-op-de-hoogte input[type=checkbox]:focus + label, #en_stay-tuned input[type=checkbox]:focus + label {
  outline: none;
}
div[id*="edit-tekstvelden"] {
/* #edit-tekstvelden { */
  /* float: left;
  width: 50%; */
  margin-top: 0.45em;
}
/* #edit-rechterkant {
  float: right;
  width: 50%;
} */

@media (min-width: 850px) {
  body.page-node-type-article #block-vredesactie-page-title, body.page-node-type-artikel-vorige-site #block-vredesactie-page-title {
    top: 13vw;
  }

  body:not(.page-node-type-article):not(.path-articles):not(.path-frontpage):not(.page-node-type-artikel-vorige-site) #block-vredesactie-page-title {
    top: 13vw;
  }

  body.page-node-type-article .field--name-field-introductiezin p {
    width: 40%;
  }

  body.page-node-type-article .field--name-field-introductiezin {
    padding-top: 6em;
    margin-top: 7em;
  }

  body.page-node-type-article .field--name-field-inleiding {
    width: 70%;
    margin: 1em 0 1em 0;
  }

  .paragraph.paragraph--type--quote {
    float: right;
    width: 40%;
    font-size: 1.6vw;
  }

  body.page-node-type-article .field--name-field-gepubliceerd-in {
    clear: both;
    float: right;
    width: 40%;
    max-width: 400px;
  }

  .paragraph.paragraph--type--body-text.paragraph--view-mode--default {
    width: 59%;
    float: left;
  }

  /* #edit-tekstvelden {
    float: left;
    width: 50%;
    margin-top: 0.45em;
  } */
  div[id*="edit-tekstvelden"] {
    float: left;
    width: 50%;
    margin-top: 0.45em;
  }

  /* #edit-rechterkant {
    float: right;
    width: 50%;
  } */
  div[id*="edit-rechterkant"] {
    float: right;
    width: 50%;
  }

  fieldset[id*="edit-knop-en-markup"] {
    width: 30%;
    float: left;
  }

  fieldset[id*="edit-formuliervelden"] {
    width: 67%;
    float: left;
  }
}

fieldset#edit-nieuwsbrief-actiekrant--wrapper {
  float: left;

}
#edit-actions {
  clear: left;
}
div[id*="edit-adresvelden"] {
/* #edit-adresvelden { */
  border-top: 2px solid white;
  padding-top: 17px;
}
#blijf-op-de-hoogte div.form-item, #en_stay-tuned div.form-item {
  margin-bottom: 1em;
}
#blijf-op-de-hoogte div.form-type-email, #en_stay-tuned div.form-type-email {
  margin-bottom: 2em;
}
div.form-item-straat {
  width: 66%;
  float: left;
}
div.form-item-huisnummer {
  width: 30%;
  float: right;
}
div.form-item-postcode {
  width: 30%;
  float: left;
  clear: left;
}
div.form-item-gemeente {
  width: 66%;
  float: right;
}
#werk-mee-0, #en_join-us {
  clear: both;
}

.mailto {
  margin-top: 3em;
}

.mailto a {
  float: left;
}
.mailto span {
  margin-top: 1.2em;
  display: block;
  float: left;
  margin-left: 2em;
}
article#node-7 h2 {
  display: none;
}
/* /ezine actiekrant */

/* /FORMS */

/* MAIN MENU */
#sidebar-second {
  float: right;
  position: fixed;
  right: 0;
  top: 0;
  background: #f7f6f2;
  height: 100%;
  z-index: 100;
}

#sidebar-second > div:first-child {
  height: 100%;
}

#sidebar-second .menu-buttons-bottom .zijmenu-social {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
#sidebar-second .menu-buttons-bottom .zijmenu-social img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}


/* mobile main menu */
#header-top {
  background: #1d1d1b;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

#block-mobielmenu {
  min-width: 350px;
  background: #1d1d1b;
}

#block-mobielmenu p {
  padding: 0;
  margin: 0;
}

#block-mobielmenu img.logo {
  margin-left: 1em;
  margin-top: 1.5em;
}

#block-mobielmenu img.hamburger {
  float: right;
  height: 80px;
  width: 80px;
}

#block-hoofdnavigatie, #block-mobielenavigatieextra {
  background: #f7f6f2;
  position: relative;
  z-index: 999;
  width: 100%;
  overflow: hidden;
}

#block-hoofdnavigatie {
  height: 0px;
}

#block-mobielenavigatieextra {
  display: none;
}

#block-hoofdnavigatie ul.menu li a {
  font-size: 2.4vw;
  /* text-transform: uppercase; */
  text-decoration: none;
  font-family: 'Bree', sans-serif;
  color: #1d1d1b;
  line-height: 1em;
}

#block-mobielenavigatieextra ul.menu li a.mobile-only, #block-mobielenavigatieextra ul.menu li a.mobile-only:hover {
  color: transparent;
  float: left;
  margin-right: 1em;
}

/* #block-mobielenavigatieextra ul.menu li a.mobile-only:first-child {
  margin-top: 1em;
}

#block-mobielenavigatieextra ul.menu li a.mobile-only:last-child {
  margin-bottom: 1em;
} */

#block-mobielenavigatieextra ul.menu li.menu-item {
	padding-top: 0;
}

#block-mobielenavigatieextra ul.menu li a.mobile-only.facebook {
  background: url('/sites/default/files/facebook.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 26px;
  display: block;
  background-size: contain;
}

#block-mobielenavigatieextra ul.menu li a.mobile-only.twitter {
  background: url('/sites/default/files/twitter.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 27px;
  display: block;
  background-size: contain;
}

#block-mobielenavigatieextra ul.menu li a.mobile-only.telegram {
  background: url('/sites/default/files/telegram.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  display: block;
  background-size: contain;
}

#block-mobielenavigatieextra ul.menu li a.mobile-only.instagram {
  background: url('/sites/default/files/instagram.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  display: block;
  background-size: contain;
}

#block-hoofdnavigatie ul.menu li a:hover, #block-hoofdnavigatie ul.menu li a:active {
  color: #d91016;
}

#block-hoofdnavigatie ul.menu, #block-mobielenavigatieextra ul.menu {
  margin: 0;
  padding: 21px 0 21px 21px;
  overflow: auto;
}

/* /mobile main menu */

/* /MAIN MENU */

/* FOOTER */
footer {
  margin: 8em 0 8em 0;
  font-family: 'Bree', sans-serif;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  font-size: 0.8em;
  clear: both;
  text-align: center;
}
footer img {
  max-width: 100%;
}
.footer-logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: 1.8em;
  }
.footer-logos a {
  	margin-top: 2rem;
}

@media (max-width: 850px) {
  .footer-logos {
    margin-bottom: 4em;
  }
  .footer-copyright {
    margin-bottom: 2em;
  }
  .footer-logos a {
  	flex-basis: 40%;
  	flex-shrink: 1;

  }

}
@media (min-width: 850px) {
  .carroussel_read_more {
    display: block;
  }

  body.page-node-type-article h1.page-title span {
    line-height: 1.8em;
  }

  body:not(.page-node-type-article):not(.path-articles):not(.path-frontpage) #block-vredesactie-page-title h1 span {
    line-height: 1.8em;
  }

  footer {
    text-align: left;
  }

  .footer-logos a {
  	flex-basis: 20%;
  	flex-shrink: 1;
  }
  .footer-numbers, .footer-copyright {
    float: left;
    width: 40%;
    padding-left: 10%;
  }
  #agenda-items .views-field, #en_agenda-items .views-field {
    font-size: 2vw;
  }
}
@media (max-width: 400px) {
 .footer-logos a {
  	flex-basis: 75%;
	}
}
/* /FOOTER */

/* VARIOUS */
.big_text {
  font-size: 3em;
  /* text-transform: uppercase; */
  font-family: 'Bree', sans-serif;
}
@media (max-width: 850px) {
  .big_text {
    font-size: 2em;
  }
  #node-8 .big_text {
    font-size: 2em;
  }
}
/* /VARIOUS */

@media (min-width: 1400px) {
  .campaign-tails .to-center .body {
    margin: 3em 0 3em 0;
  }
  #block-views-block-carrousel-block-1 {
    height: 100vh;
  }
  .recent_articles_body {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

@media (min-width: 850px) {
  body.path-articles form {
    width: 45vw;
  }

  #campagnes .single-page, #en_campagnes .single-page {
    max-width: 1920px;
    width: auto;
    padding: 0;
  }

  #campagnes .views-row:nth-child(odd), #en_campagnes .views-row:nth-child(odd) {
    margin-right: 2%;
  }

  section#content, footer {
    padding-right: 80px;
  }
  #blijf-op-de-hoogte div.form-type-email, #en_stay-tuned div.form-type-email {
    margin-right: 5em;
  }
  div[id*="edit-adresvelden"] {
  /* #edit-adresvelden { */
    margin-right: 5em;
  }
  #block-views-block-carrousel-block-1 .views-field-body, .slide__caption {
    padding-top: 12vh;
    padding-left: 12vw;
  }
  .carroussel_date {
    font-size: 1.4em;
  }
  h1.single-page-title {
    font-size: 3vw;
  }
  .recent_articles_created {
    font-size: 1.2em;
  }
  #block-views-block-carrousel-block-1 .views-field-title a, .slide__caption .carroussel_title a {
    line-height: 1.75em;
  }
  body.page-node-type-article h1.page-title span, body.page-node-type-artikel-vorige-site h1.page-title span {
    font-size: 1.7em;
  }
  body.page-node-type-article #block-vredesactie-page-title, body.page-node-type-artikel-vorige-site #block-vredesactie-page-title {
    width: 67%;
  }
  body.page-node-type-article .field--name-field-inleiding {
    font-size: 1.8vw;
  }
}

@media (min-width: 960px) {
  .carrousel_caption_body {
    width: 30vw;
  }
}

@media (min-width: 400px) {
  .carroussel_title {
    width: 72%;
  }
}

@media (max-width: 960px) and (min-width: 850px) {
  .carrousel_caption_body {
    width: 92%;
  }
}

@media (max-width: 850px) {
  #block-hoofdnavigatie ul.menu li a {
    font-size: 1.6em;
  }

  section#content, footer {
    margin-right: none;
  }

  #block-views-block-carrousel-block-1 {
    height: auto;
  }

  #block-views-block-carrousel-block-1 img {
    width: 100%;
  }

  #sidebar-second {
    display: none;
  }

  #header-top {
    display: block;
  }

  #block-logo {
    display: none;
  }

  ul.slick-dots {
    display: none!important;
  }

  section#content {
  /* #block-vredesactie-content { */
    margin-top: 60px;
  }

  #node-8 p {
    width: auto;
  }

  #campagnes .views-row, #en_campagnes .views-row {
    float: none;
    width: auto;
    background: #f7f6f2;
    padding-bottom: 2em;
  }

  .campaign-tails .to-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }

  .to-center .title {
    display: none;
  }

  .single-page-wrapper {
    padding-top: 5vh;
  }
  .carroussel_title {
    font-size: 1.4em;
    /* width: auto; */
  }
  .slide__caption {
    max-width: none;
  }
  .carrousel_caption_body {
    width: 67%;
  }
}

@media (max-width: 780px) and (min-width: 580px) {
  .carroussel_title {
    font-size: 2em;
  }
}

@media (max-width: 780px) {
  .carrousel_caption_body {
    display: none;
  }

  .slide__caption .carroussel_title a {
    line-height: 1.8em;
  }
}










/* LONGREAD */

body.page-node-type-longread {
	background-color: #aaa;
	scroll-behavior: smooth;
}
body.page-node-type-longread section#content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

body.page-node-type-longread #block-vredesactie-content {
	width: 100%;
	height: 100%;
	max-width: 100%;
}


/* INLEIDING */
body.page-node-type-longread .field--name-field-inleiding {
	position: relative;
	width: 100%;
	background: white;
	top: 0;
	margin: 0 0 6rem 0;
	padding: 0 calc(25% + 3rem) 6rem 13%;
}

body.page-node-type-longread .field--name-field-inleiding ul li {
	list-style-type: none;
}

body.page-node-type-longread .field--name-field-inleiding ul li a {
  background: #1d1d1b;
  color: white;
  text-decoration: none;
  padding: 2px 10px 4px 10px;
  margin: 0 1rem 1rem 0;
  text-transform: lowercase;
  font-family: 'Bree', sans-serif;
  float: left;
  font-size: calc(11px + 0.3vw);
}

/* PARAGRAPH - IMAGES */
body.page-node-type-longread .paragraph--type--afbeelding-volledige-breedte .field--name-field-afbeelding {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	top: -6rem;
	margin-bottom: -9rem;
	z-index: -1;
}

body.page-node-type-longread .paragraph--type--afbeelding-beperkte-breedte {
	margin: 0 25% 3rem 10%;
	padding: 0;
	min-width: 700px;
	width: 65%;
	max-width: 1100px;
	top: -3rem;
	margin-bottom: -3rem;
	z-index: -1;
}

body.page-node-type-longread .paragraph--type--afbeelding-beperkte-breedte .field--name-field-afbeelding {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
body.page-node-type-longread .paragraph--type--afbeelding-volledige-breedte img, body.page-node-type-longread .paragraph--type--afbeelding-beperkte-breedte img {
	position: relative;
	object-fit: cover;
	object-position: 50% 50%;
}

/* PARAGRAPHS - BODY TEXT */
body.page-node-type-longread p, body.page-node-type-longread ul {
	display: block;
	position: relative;
	line-height: 150%;
	margin: 0 3rem 1rem 20%;
/*	font-size: 1.1rem; */
	position: static;
	font-family: 'Montserrat', 'Verdana', sans-serif;
}
body.page-node-type-longread li {
	margin-bottom: 0.5rem;
}
body.page-node-type-longread h1, body.page-node-type-longread h2, body.page-node-type-longread h3, body.page-node-type-longread h4 {
	display: block;
	position: static;
	padding: 1rem;
	font-family: 'Bree', 'Impact', serif;
}
body.page-node-type-longread h1 {
	font-size: 3.5rem;
	margin: 0 0 50px 0;
	color: white;
	padding-left: 2rem;
	background-color: #d91016;
}
body.page-node-type-longread h2 {
	margin: 0 3rem 3rem 15%;
	font-size: 3em;
}
body.page-node-type-longread h2 + h1 {
	margin-top: -3rem;
	text-align: right;
}
body.page-node-type-longread h3 {
	margin: 0 2rem 2rem 10%;
	font-family: 'Bree', 'Impact', serif;
	font-size: 2em;
}
body.page-node-type-longread .paragraph.paragraph--type--body-text.paragraph--view-mode--default {
	position: relative;
	margin: 0 25% 3rem 10%;
	padding: 0;
	min-width: 700px;
	width: 65%;
	max-width: 1100px;
	background-color: #fff;
}
body.page-node-type-longread .paragraph--type--body-text .field--name-field-tekst {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
body.page-node-type-longread .paragraph--type--body-text > .field--name-field-tekst > p:last-child, body.page-node-type-longread .paragraph--type--body-text > .field--name-field-tekst > .p:last-child {
	padding-bottom: 6rem;
}
body.page-node-type-longread .paragraph--type--body-text > .field--name-field-tekst > blockquote > p {
	background-image: linear-gradient(to right, #eee, #fff);
	border: 0px solid;
	padding: 2rem;
	margin-top: -1rem;
	margin-bottom: 2rem;
}
body.page-node-type-longread .paragraph--type--body-text .field--name-field-tekst h2:first-child, body.page-node-type-longread .paragraph--type--body-text .field--name-field-tekst h1:first-child {
	margin-right: 0;
}

/* PARAGRAPH - BODY TEXT - SIDENOTE */
body.page-node-type-longread .sidenote {
	position: relative;
	top: -1.3rem;
	float: right;
	clear: both;
	color: #fff;
	width: 40%;
	margin-right: calc(-40% - 3rem);
	display: inline;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.25;
	-webkit-text-decoration-line: none;
	text-decoration-line: none
}
body.page-node-type-longread .sidenote svg {
	line-height: 0;
}
body.page-node-type-longread .sidenote > .box {
	position: relative;
	margin: 0;
	text-decoration: none;
	transition: margin 0.3s;
}
body.page-node-type-longread .sidenote .arrow {
	position: absolute;
	left: -2rem;
	width: 2rem;
	height: 100%;
}
body.page-node-type-longread .sidenote .arrow svg {
	width: 2rem;
	height: 100%;
	fill: #aaa;
}
body.page-node-type-longread .sidenote .icon {
	position: absolute;
	left: -1rem;
	width: 1.5rem;
	height: 100%;
	z-index: 1;
}
body.page-node-type-longread .sidenote .icon svg {
	width: 1.5rem;
	height: 100%;
	fill: #fff;
}
body.page-node-type-longread .sidenote .content {
	position: relative;
	width: 100%;
	min-height: 4rem;
	padding: 1rem;
	background-image: linear-gradient(to right, #aaa, #aaa);
	left: 0;
}
body.page-node-type-longread .sidenote .content .text {
	color: #fff;
}
body.page-node-type-longread .sidenote-link {
		position: static;
}
body.page-node-type-longread .dropdown-label {
	color: #d91016;
	text-decoration: none;
	background-color: none;
	padding: 0 0.5em;
	margin: 0 -0.5em;
	border: 0px solid;
	border-radius: 1em;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	transition: background-color 0.3s;
}
body.page-node-type-longread .sidenote-link:hover .dropdown-label {
	background-color: rgba(150, 150, 150, 0.3);
}
body.page-node-type-longread .sidenote-link:hover .sidenote .box {
	margin-left: -1rem;
	margin-right: 1rem;
	text-decoration: underline;
}
body.page-node-type-longread .sidenote-link:hover .sidenote .content {
	background-image: linear-gradient(to right, #999, #aaa);
}
body.page-node-type-longread .sidenote-link:hover .sidenote .arrow svg {
	fill: #999;
}
body.page-node-type-longread .dropdown, .sidenote-link input[type=checkbox], .dropdown-text, .dropdown-arrow {
	display: none;
	transition: border 0.3s;
}
body.page-node-type-longread .dropdown-text {
	height: 0;
	padding: 0.5rem 2rem;
	margin: 1rem;
	background-color: #eee;
	font-style: italic;
	border: 0px solid #ddd;
	border-radius: 1rem;
	transition: height 0.3s;
	color: #267F5F;
}
body.page-node-type-longread .section-table .dropdown-text, body.page-node-type-longread .section-table .sidenote-link:hover .dropdown-label, body.page-node-type-longread section-table .sidenote-link:hover .dropdown-arrow, body.page-node-type-longread .section-table .sidenote-link:active .dropdown-label, body.page-node-type-longread section-table .sidenote-link:active .dropdown-arrow {
	background-color: #fff;
}

/* For smaller screens: */
@media only screen and (max-width: 1200px) {
	body.page-node-type-longread .field--name-field-inleiding {
		margin: 0;
	}
	body.page-node-type-longread .field--name-field-inleiding .field__item {
		padding: 3rem 0 6rem;
		margin:  0 5% 0;
		background: white;
		width: 90%;
		max-width: 1000px;
	}
	body.page-node-type-longread p {
		margin: 0 3rem 4vw 0;
		padding-left: 3rem;
		font-size: 1.1rem;
		right: 0;
	}
	body.page-node-type-longread h1{
		margin: 0 0 10% 0;
		font-size: 5vw;
	}
	body.page-node-type-longread h2 {
		margin: 0 10% 4vw 5%;
		font-size: 4vw;
	}
	body.page-node-type-longread .table-uitleg .table-title {
		font-size: 3vw;
	}
	body.page-node-type-longread h2 + h1 {
		margin-top: -4vw;
	}
	body.page-node-type-longread .paragraph--type--afbeelding-beperkte-breedte {
		margin: 0 30% 0 0;
		min-width: unset;
		width: 70%;
		top: 0;
		margin: 0 0 -3rem 0;
	}
	body.page-node-type-longread .paragraph--type--afbeelding-volledige-breedte .field--name-field-afbeelding {
		top: -3rem;
		margin: 0 0 -9rem 0;
		height: 50vw;
	}
	body.page-node-type-longread .paragraph.paragraph--type--body-text.paragraph--view-mode--default {
		min-width: unset;
		margin: 3rem 30% 0 0;
		width: 70%;
	}
	body.page-node-type-longread .paragraph--type--body-text .field--name-field-tekst {
		width: 100%;
	}
	body.page-node-type-longread .sidenote {
		width: 40%;
		margin-right: calc(-40% - 3rem);
	}
	body.page-node-type-longread .sidenote a {
		color: #fff;
	}
	body.page-node-type-longread .sidenote-link:active a, .sidenote-link:hover a {
		text-decoration: underline;
	}
	body.page-node-type-longread .sidenote-link:active .sidenote .box {
		margin-left: -1rem;
		margin-right: 1rem;
		text-decoration: underline;
	}
	body.page-node-type-longread .sidenote-link:active .sidenote .content {
		background-image: linear-gradient(to right, #999, #aaa);
	}
	body.page-node-type-longread .sidenote-link:active .sidenote .arrow svg {
		fill: #999;
	}
}

/* For smaller screens: */
@media only screen and (max-width: 900px) {
	body.page-node-type-longread .field--name-field-inleiding .field__item {
	}
	body.page-node-type-longread p {
	}
	body.page-node-type-longread h1{
	}
	body.page-node-type-longread h2 {
	}
	body.page-node-type-longread .paragraph--type--afbeelding-beperkte-breedte {
		width: 100%;
	}
	body.page-node-type-longread .paragraph--type--afbeelding-beperkte-breedte .field--name-field-afbeelding{
		min-width: unset;
		max-height: 100vh;
		width: 100%;
		margin: 0;
	}
	body.page-node-type-longread .paragraph--type--afbeelding-volledige-breedte .field--name-field-afbeelding {
		top: 0;
		margin: 0;
		height: 50vw;
	}
	body.page-node-type-longread .paragraph.paragraph--type--body-text.paragraph--view-mode--default {
		min-width: unset;
		margin: 0;
		width: 100%;
	}
	body.page-node-type-longread .paragraph--type--body-text .field--name-field-tekst {
		width: 100%;
	}
	body.page-node-type-longread .sidenote {
		display: none;
	}
	body.page-node-type-longread .sidenote-link a:active, .sidenote-link a:hover {
		color: #333;
	}
	body.page-node-type-longread .dropdown {
		display: initial;
		height: auto;
	}
	body.page-node-type-longread .dropdown-arrow {
		display: inline;
		padding: 0;
		margin: 0 0 -0.5rem 0.2rem;
		width: 1.7rem;
		height: 1.7rem;
		background-color: #eee;
		border: 1px solid #aaa;
		border-radius: 1em;
		font-weight: bold;
		font-style: normal;
		font-family: sans-serif;
		content: url('/sites/default/files/Ic_expand_more_36px.svg');
		color: #aaa;
	}
	body.page-node-type-longread .sidenote-link:active .dropdown-arrow, .sidenote-link:hover .dropdown-arrow {
		color: #666;
		background-color: #dfdfdf;
		border: 1px solid transparent;
	}
	body.page-node-type-longread .sidenote-link input[type=checkbox]:checked ~ .dropdown .dropdown-text {
		display: block;
		height: auto;
	}
}




/* DRUPAL FIXES */
body.page-node-type-longread .contextual {
	display: none;
}
body.page-node-type-longread .field__label {
	display: none;
}
body.page-node-type-longread .toolbar {
	display: none;
}
body.page-node-type-longread #block-mobielmenu {
	display: none;
}
body.page-node-type-longread .field__label {
	display: none;
}
body.page-node-type-longread .toolbar {
	display: none;
}

body.page-node-type-longread .toolbar-tray-open.toolbar-fixed.user-logged-in.path-node.page-node-type-longread.toolbar-vertical {
	margin-left: 0;
}
body.page-node-type-longread .sidebar {
	display: none;
}
body.page-node-type-longread #block-logo {
	display: none;
}
body.page-node-type-longread main {
	overflow: contain;
}
body.page-node-type-longread footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	background-color: #fff;
}
body.page-node-type-longread .footer-bottom {
	padding: 4rem;
}
body.page-node-type-longread #block-vredesactie-local-tasks {
	display: none;
}
body.page-node-type-longread .field__item > img {
	width: 100%;
	height: 100%;
}
body.page-node-type-longread #block-vredesactie-page-title {
	display: none;
}

