/*=====*/
/*Resetting browsers*/
/*=====*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*=====*/
/*Variables*/
/*=====*/
@font-face {
    font-family: calibri;
    src: url("../fonts/calibri.woff2") format("woff2"), url(../fonts/calibri.woff) format("woff");/*format is een hint voor de browser*/
}

@font-face {
    font-family: calibriBold;
    src: url("../fonts/calibriBold.woff2") format("woff2"), url("../fonts/calibriBold.woff") format("woff") ;
}

:root {
    --font--calibri: calibri, sans-serif;
    --font--calibri-bold: calibriBold, sans-serif;
    --color--red: #FF6633;
    --color--orange-primary: #ee9a01;
    --color--green: #59AC4A;
    --color--black: #000000;
    --color--white: #FFFFFF;
    --color--sandstone: #FDF9F0;
}

/*=====*/
/* Gutenborg colors */
/*=====*/
/* Background */
.has-red-background-color {
    background-color: var(--color--red);
}
.has-orange-primary-background-color {
    background-color: var(--color--orange-primary);
}
.has-green-background-color {
    background-color: var(--color--green);
}
.has-black-background-color {
    background-color: var(--color--black);
}
.has-white-background-color {
    background-color: var(--color--white);
}
.has-sandstone-background-color {
    background-color: var(--color--sandstone);
}

/* Text */
.has-red-color {
    color: var(--color--red);
}
.has-orange-primary-color {
    color: var(--color--orange-primary);
}
.has-green-black-color {
    color: var(--color--black);
}
.has-white-color {
    color: var(--color--white);
}
.has-sandstone-color {
    color: var(--color--sandstone);
}

/*=====*/
/*Nieuwbrief formulier*/
/*=====*/
div.newsletter {
height: 250px;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/adopteer-een-schildpad.jpg');
/*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.25)), url('../img/elephants-s.jpg') !important;*/
background-position: center 45%;
/*background: rgba(0, 0, 0, 0.5);*/
}

div.newsletter div.newslettercolumn {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.newsletter div.signup {
  color:#fff;
  text-shadow: 0.1px 0.1px 0.1px #333;	
  font-size: 30px;
  margin: 0 20px;
}

div#eprov-wijdme19om.eprov-cs {
  border-radius: 5px !important;
  width: 300px !important;
}

div#eprov-xu5jwormjx.eprov-cs {
  border-radius: 5px !important;
  width: 300px !important;
}

div#eprov-wijdme19om.eprov-cs div.form {
  border-radius: 5px !important;
  font-family: var(--font--calibri), sans-serif !important;
  font-size: 17px !important;
}

div#eprov-xu5jwormjx.eprov-cs div.form {
  border-radius: 5px !important;
  font-family: var(--font--calibri), sans-serif !important;
  font-size: 17px !important;
}

div.newsletter form input[type="email"] {
  text-align: center !important;
}

div#eprov-wijdme19om.eprov-cs div.form button {
    background-color: var(--color--red) !important;
}

div#eprov-xu5jwormjx.eprov-cs div.form button {
    background-color: var(--color--red) !important;
}

div.eprov-cs.eprov-widget div.wrap {
  display: none !important;
}

div.eprov-wrap div.text {
  display: none !important;
}

div#eprov-xu5jwormjx div.wrap {
	display: none !important;
}

div#eprov-wijdmeom div.wrap {
	display: none !important;
}

/*---------------------------------------------------------------------------*/
/* @media queries
/*---------------------------------------------------------------------------*/
/*1ste query: mobiles vlg 2022 thema*/
@media (max-width: 599px)  {

div.newsletter {
      height: 300px;
}

div.newsletter div.signup {
    line-height: 30px;
    padding-left: 0;
	text-align: center;
  }

div#eprov-xu5jwormjx.eprov-cs.eprov-widget {
  display: auto !important;
}

div#eprov-wijdme19om.eprov-cs.eprov-widget {
  display: auto !important;
}

}/* end 2de query*/

/*2de query*/
@media (min-width: 600px) and (max-width: 781px) {
div.newsletter {
  height: 250px;
}

div.newsletter div.signup {
  line-height: 30px;
  padding-left: 0;
  text-align: center;
}

}/*end 2rd media query*/

/*Einde Newsletter form*/

/*=====*/
/*Donatieformulieren*/
/*=====*/
.fw-mollie-donation input[type=text], .fw-mollie-donation input[type=email], .fw-mollie-donation input[type=number], .fw-mollie-donation select {
    border-bottom: 4px solid var(--color--orange-primary);
    padding: 15px 0;
    font-size: 1em;
}

.fw-mollie-donation textarea.adoption {
	border-width: 2px;
	border-style: inset;
	border-color: rgb(118,118,118);
	border-bottom: 4px solid var(--color--orange-primary);
    padding: 15px 0;
    font-size: 1em;
}

.fw-mollie-donation button[type=submit], .fw-mollie-donation input[type=submit]  {
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    padding: 15px 30px;
    color: var(--color--white);
    background: var(--color--orange-primary);
    cursor: pointer;
    font-weight: 600;
	border-radius: 5px;
}

.fw-mollie-donation button[type=submit]:hover, .fw-mollie-donation input[type=submit]:hover  {
    background: var(--color--red);
}

/*=====*/
/*Other CSS*/
/*=====*/

* {  outline: none;}

html.iphone {
  overflow: hidden !important;
  max-width: 100vw !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  height: 100%;
}

body {
  color: #333 !important;
  font-family: var(--font--calibri), sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  background: #fff !important;
  font-size: 17px !important;
  overflow-x: hidden;/*no horizontal scrollbar is possible*/
}

p {
	margin-top:0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.wp-site-blocks {
  padding-left: 0;
  padding-right: 0;
}

div.wp-site-blocks div.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font--calibri), sans-serif;
  font-weight: 400;
}

div.wp-block-cover h1 {
	text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
	font-family: var(--font--calibri), sans-serif !important;
}

div.wp-site-blocks header {
  margin-top: 0;
}

main {
  min-height: 400px;
}

div.wp-block-site-logo {
  text-align: center;
}

div.mainmenu {
  display: flex;
}

/*home page, contact page en overzichtspaginas: hero image renderen naar 1920px wide*/
div.wp-site-blocks div.wp-block-cover {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
.wpcf7 select {
  -webkit-appearance: none;
  font-family: var(--font--calibri), sans-serif;
}

::-webkit-input-placeholder {
  font-family: var(--font--calibri), sans-serif;
  font-size: 1em;
}
::-moz-placeholder {
  font-family: var(--font--calibri), sans-serif;
  font-size: 1em;
}
:-ms-input-placeholder {
  font-family: var(--font--calibri), sans-serif;
  font-size: 1em;
}
:-moz-placeholder {
  font-family: var(--font--calibri), sans-serif;
  font-size: 1em;
}

::-ms-clear {
  display: none;
}

/*overal gebruikt*/
a, a:hover {
  text-decoration: none;
}

a.wp-block-button__link,a.wp-block-button__link:hover {
  cursor: pointer;
  opacity: 1;
}

p,address {
  font-size: 1em;
  line-height: 150%;
}

img[src$=".jpg.webp"], img[src$=".jpeg.webp"]  {
  box-shadow: 0.1px 0.1px 0.1px #222222;
}

/*laten staan*/
main ul,main ol {
  padding-left: 1.25em;
}

main ul li,main ol li {
  line-height: 130%;
  font-size: 1em;
  padding: 5px 0;
}


/*=====*/
/* Contact forms */
/*=====*/
.wpcf7 {
  margin-top: 60px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  border: 1px solid #ddd;
  border-bottom: 4px solid var(--color--orange-primary);
  margin-bottom: 10px;
  font-family: var(--font--calibri), sans-serif;
  width: 100%;
  padding: 15px 0;
  font-size: 1em;
  resize: none;
  background: #fff;
  cursor: pointer;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border-bottom-color: #ee0101;
}

.wpcf7 span input[type="radio"] {
	 margin-bottom: 20px;
}

.wpcf7 input[type="submit"] {
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
  background: #ee9a01;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
}

.wpcf7 input[type="submit"]:hover {
  background: var(--color--red);
}

.wpcf7 .wpcf7-not-valid-tip,
.screen-reader-response {
  display: none;
}

.wpcf7 input.turtleform {
	margin-top: 30px;
}


/*=====*/
/*Templates*/
/*======*/

div.wp-site-blocks div.wp-block-cover {
  margin-top: 0;
}/*geldt voor news, projects en jobs template*/


/*=====*/
/*Home template*/
/*=====*/
main.hometemplate {
  margin-top: 0;
}

main.hometemplate div.wp-block-cover p {
    font-weight: 400;
    font-family: var(--font--calibri), sans-serif;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
}
/*
@media (min-width:1201px){
  main.hometemplate {
    margin-top: -30px;
 }
}
*/

main.hometemplate div.home-btn {
  margin-top: 10px;
}

/*=====*/
/*Custom Page template*/
/*=====*/
/*
main.fwpagetemplate {
  margin-top: -30px;
}
*/

main.fwpagetemplate figure.wp-block-post-featured-image {
  max-width:inherit;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

main.fwpagetemplate figure.wp-block-post-featured-image img {
  height: 430px;
  object-fit: cover;
}

.page-template div.wp-site-blocks main.fwpagetemplate h1 {
    font-weight: 400;
    font-family: var(--font--calibri), sans-serif;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
}

.page-template main.fwpagetemplate h2 {
 	font-size: 1.5em;
}

/*1ste query*/
@media (max-width: 600px){
  main.fwpagetemplate {
    margin-top: 0px;
  }

  main.fwpagetemplate h1 {
    text-align: center;
  }

  main.fwpagetemplate  div.wp-block-column h2 {
      margin-top: 50px;
    }
}

/*2de query*/
@media (min-width: 601px) and (max-width:781px){
  main.fwpagetemplate {
  margin-top: 0px;
  }

    main.fwpagetemplate h1 {
      text-align: center;
    }
}

/*3de query*/
@media (min-width:782px) and (max-width:1199px){
    .page-template div.wp-site-blocks main.fwpagetemplate h1 {
      text-align: center;
    }

    main.fwpagetemplate {
    margin-top: 0px;
    }

}

/*4de query*/
/*
@media (min-width:1201px){
  main.fwpagetemplate {
    margin-top: -30px;
  }
}
*/
/*======*/
/*Custom News Item Template*/
/*======*/
/*
main.newsitemtemplate {
  margin-top: -30px;
}*/

main.newsitemtemplate figure.wp-block-post-featured-image {
  max-width:inherit;
  margin-left: 0 !important;/*neutraliseert 2022 thema*/
  margin-right: 0 !important;/*neutraliseert 2022 thema*/
}

main.newsitemtemplate figure.wp-block-post-featured-image img {
  height: 430px;
  object-fit: cover;
}

div.wp-site-blocks main.newsitemtemplate h1 {
  margin-left: 0 !important; /*neutraliseert 2022 thema*/
  margin-right: 0 !important; /*neutraliseert 2022 thema*/
  font-family: var(--font--calibri), sans-serif;/*neutraliseert 2022 thema*/
  line-height: 110%;
  font-weight: 400;/*neutraliseert 2022 thema*/
}

div.wp-site-blocks main.newsitemtemplate div.wp-block-spacer {
  margin-top: 0;
}

div.wp-site-blocks main.newsitemtemplate div.newsitemcontent {
  margin-top: 0;
  padding-top: 24px;
}

div.wp-site-blocks main.newsitemtemplate h2 {
    font-size: 1.5em;
}

main.newsitemtemplate hr.wp-block-separator {
  margin-left: 0 !important; /*neutraliseert 2022 thema*/
  margin-right: 0 !important; /*neutraliseert 2022 thema*/
  width: auto !important;
}

main.newsitemtemplate {
  min-height: 600px;
}

@media (max-width:1200px){
  main.newsitemtemplate {
    margin-top: 0;
  }
}

@media (max-width:1280px) {
main.newsitemtemplate > div.newsitemtitle {
      margin-left: 20px !important;
      margin-right: 20px !important;
  }

main.newsitemtemplate > div.newsitemcontent {
    margin-left: 20px !important;
    margin-right: 20px !important;
    word-break: break-word;
  }
}

/*======*/
/*Overview template*/
/*======*/

main.overviewtemplate {
  margin: 30px 20px 30px 20px;
}

main.overviewtemplate div.overview {
  margin-left: 4%;
  margin-right: 4%;
}

main.overviewtemplate div.overview h2 {
  font-family: var(--font--calibri);
  font-size: 1.5em;
  font-weight: 500;
  text-transform: none;
  line-height: 140%;
  width: 100%;
  margin-top: 10px;
  color:#000;
}

main.overviewtemplate div.overview ul.columns-4.overviewcolumn {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
}

main.overviewtemplate div.overview ul.columns-4.overviewcolumn li figure {
  width: auto !important;
  margin: 0 auto;
  text-align: center;
}

main.overviewtemplate div.overview li figure img {
  border-radius: 1px;
}

main.overviewtemplate div.overview p.wp-block-post-excerpt__more-text {
  text-align: center;
  margin-top: 20px;
}

main.overviewtemplate div.overview div.continuereading a {
  text-transform: uppercase;
  font-family: var(--font--calibri);
  color:#fff;
  line-height: 40px;
  padding: 0 30px;
  background-color: #ee9a01;
  border-radius: 5px;
}

main.overviewtemplate div.overview div.continuereading a:hover {
  background-color: var(--color--red);
}

@-moz-document url-prefix() {
  main.overviewtemplate div.overview ul.columns-4.overviewcolumn li {
    width: auto;
  }
}

/*1ste media query*/
@media (max-width: 599px){
	main.overviewtemplate div.overview ul.columns-4.overviewcolumn {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 25px;
	}
	
  @-moz-document url-prefix() {
  main.overviewtemplate div.overview ul.columns-4.overviewcolumn li {
    width: 100%;}
  }
}
/*end 1ste media query*/

/*2de media query*/
@media (min-width: 600px) and (max-width: 1024px){
  main.overviewtemplate div.overview ul.columns-4.overviewcolumn {
    grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 25px;
  }

  div.overview div.continuereading a {
    margin-bottom: 20px;
  }
}/*end 2de media query projects*/

/*======*/
/*Search Template*/
/*======*/
div.search {
  margin-top: 50px;
  padding-bottom: 0 !important;
}

div.search form input, div.search form button {
  border-radius: 5px;
}

div.search form button {
 background-color: var(--color--orange-primary);
 cursor: pointer;
}

div.search form button:hover {
 opacity: 1;
}

/*1ste media query*/
@media (max-width: 599px){
	body.search-results div.search form {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
  }
  /*end 1ste media query*/

/*2de media query*/
/*
  @media (min-width: 600px) and (max-width: 1024px){
   
  }*//*end 2de media query projects*/


/*============*/
/*404 Template*/
/*============*/
main.template404 {
    margin-top: -30px;
}

main.template404 div.message {
    line-height: 150%;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 20px !important;
    margin-right: 20px !important;
  }

  main.template404 form[role=search] input {
    border-radius: 5px;
  }

  main.template404 form[role=search] button {
    color:#fff;
    text-transform: uppercase;
    font-family: var(--font-calibri-bold);
    font-size: 1em;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 100px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    background-color: var(--color--orange-primary);
  }

  main.template404 form[role=search] button:hover {
    opacity: 1;
  }

/*==============================*/
/*Adaptation of particular pages*/
/*==============================*/
/*1. Home pages*/
.page-id-9780 p.coverlink a, .page-id-10097 p.coverlink a {
color: #fff;
}

.page-id-9780 p.coverlink a:hover, .page-id-10097 p.coverlink a:hover {
	color: var(--color--orange-primary);
}


div.home-btn a.wp-block-button__link {
  background-color: var(--color--orange-primary);
}

div.home-btn a.wp-block-button__link:hover {
  background-color: var(--color--red);
}


div.home-btn.red a.wp-block-button__link {
  background-color: var(--color--red);
}

div.home-btn.red a.wp-block-button__link:hover {
  background-color: var(--color--orange-primary);
}

/*3 icoontjes op home pages*/
.page-id-9780 h2.has-text-align-center, .page-id-10097 h2.has-text-align-center {
  margin-top: 0;
}
/*
div.wp-block-group.teaserprojects {
  padding-left: 0;
  padding-right: 0;
}
*/
/*Dynamische teaserprojecten*/
div.homepageprojects {
  margin-top: 0;
}

h2.teaserheading {
  padding: 24px 0 ;
}

div.homepageprojects div.wp-block-columns {
	margin-bottom: 30px;
}

div.projectimg {
  margin-top: 0;
  margin-bottom: 0;
  height: 400px;
  background-size: cover;
  background-position: center center;
  border-radius: 1px;
}

div.home-btn a.wp-block-button__link {
  display: inline-block;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  color: var(--wp--preset--color--white) !important;
  background-color: var(--color--orange-primary);
  border-radius: 5px;
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;

}

div.quotes {
  margin-top: 0;
}


figure.wp-block-pullquote {
  border-top: 0;
  border-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

blockquote {
    background-color: var(--color--sandstone);
    padding: 1rem;
    position: relative;
}

blockquote cite {
    font-family: var(--font--calibri-light);
    font-size: 1rem;
    position: relative;
    line-height: 120%;
    font-style: normal;
}

blockquote p {
    font-family: var(--font--calibri-bold);
    padding: 1rem;
    font-size: 1.5rem;
}

blockquote:before, blockquote:after {
    font-size: 4rem;
    font-family: serif;
    position: absolute;
}

blockquote:before {
    content: '“';
    left: 1rem;
}

blockquote:after {
    content: '”';
    right: 1rem;
}

blockquote cite img {
    border-radius: 50%;
    display: block;
    margin: 1rem auto;
    width: 40%;
    right: 0;
    border: 7px solid #000000;
    min-height: 60px;
}


@media (min-width:600px) and (max-width:781px){
  .page-id-9780 div.projects, .page-id-10097 div.projects {
    display: block;
  }
}

/*2. Contact pages*/
.page-id-131 div.wp-container-4, .page-id-2605 div.wp-container-4 {
  margin-top: 0;
}

/*3. get involved/ doe mee page*/
div.involvedbtn {
  text-align: center;
  margin-top: 10px;
}

div.involvedbtn a.wp-block-button__link {
  background-color: var(--color--orange-primary);
}

div.involvedbtn a.wp-block-button__link:hover {
  background-color: #ff6633;
}

/*4. Results / resultaten*/
div.wp-block-buttons.result {
  margin-top: 20px;
}

div.wp-block-buttons.result a {
  border-radius: 5px;
  background-color: var(--color--orange-primary);
}

div.wp-block-buttons.result a:hover {
  opacity: 1;
  background-color: var(--color--red);
}

div.foundation figure {
	text-align: center;
}

div.foundation img {
  width: 50%;
}

div.results img {border-radius: 1px;}

/*5. Adopt a turtle*/
.page-id-10226 main div.wp-block-cover img, .page-id-11045 main div.wp-block-cover img {
  object-position: 50% 20%;
}

/*6. shelter for turtles*/
div.turtle a.wp-block-button__link:hover {
  background-color: var(--color--orange-primary) !important;
}


/*7. Get involved pagina*/
.page-id-8467 main div.wp-block-cover img, .page-id-8478 main div.wp-block-cover img {
  object-position: 50% 24%;
}

/*8. Cookie pages*/
.page-id-9277 div.wp-container-14, .page-id-13129 div.wp-container-14 {
  padding-left: 20px;
  padding-right: 20px;
}

.page-id-9277 div.wp-site-blocks main.wp-block-group.fwpagetemplate h1, .page-id-13129 div.wp-site-blocks main.wp-block-group.fwpagetemplate h1 {
  text-shadow: none;
}

div#cmplz-document {
  max-width: 1280px;
  margin: 0 auto;
}


/*9. Privacy pages*/
.page-id-3 div.wp-site-blocks main.wp-block-group.fwpagetemplate h1, .page-id-9302 div.wp-site-blocks main.wp-block-group.fwpagetemplate h1 {
  text-shadow: none;
}

/*10. Caresheets*/
div.caresheet h2 {
	margin-top: 20px;	
}

div.continuereading.caresheets p.wp-block-post-excerpt__excerpt {
	display: none;
}

img.caresheet-roodwang{
	width: 50%;
	min-width: 400px;
	float: left;
	margin-right: 10px;
	border-radius: 1px;
	box-shadow: 0.1px 0.1px 0.1px #222;
}

/*1ste media query*/
@media (max-width: 599px){
	img.caresheet-roodwang {
	width: 100%;
	min-width: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
}

img.caresheet-geelbuik{
	width: 50%;
	min-width: 400px;
	float: right;
	margin-left: 10px;
	border-radius: 1px;
	box-shadow: 0.1px 0.1px 0.1px #222;
}

/*1ste media query*/
@media (max-width: 599px){
	img.caresheet-geelbuik {
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
}

img.wp-image-15736 {
	border-radius: 1px;
	box-shadow: 0.1px 0.1px .1px #222;
}


p.credit {
    position: relative;
    font-size: 12px;
    color: #2a2a2e;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 20px;
}


/*=====*/
/*Adaptation of particular posts*/
/*=====*/
.postid-8326 main figure img, .postid-8219 main figure img {
  object-position: 50% 35%;
}

.postid-4666 main figure img, .postid-4828 main figure img {
  object-position: 50% 70%;
}

.postid-4596 main figure img, .postid-11628 main figure img {
  object-position: 50% 30%;
}

.postid-46 main figure img, .postid-1723 main figure img {
  object-position: 50% 70%;
}

.postid-5654 main figure img, .postid-13284 main figure img  {
  object-position: 50% 15%;
}

.postid-12362 main figure img, .postid-12360 main figure img {
  object-position: 50% 15%;
}

.postid-5740 main figure img, .postid-11626 main figure img {
  object-position: 50% 15%;
}

.postid-13137 main figure img, .postid-13370 main figure img {
  object-position: 50% 25%;
}

.postid-13435 main figure img, .postid-13562 main figure img {
  object-position: 50% 75%;
}

/*Project partners*/

div.partnerlogo {
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div.partnerlogo.eenkolom {
	max-width: 300px;
}

/*1ste media query*/
@media (max-width: 599px){
	div.partnerlogo img{
	width: 300px;
}
}
/*end 1ste media query*/

/*2de media query*/
@media (min-width: 600px) and (max-width: 769px){
	div.partnerlogo img{
	width: 300px;
}
}/*end 2de media query projects*/


/*=====*/
/*Adaptation of particular projects*/
/*=====*/
.postid-12382 main figure img, .postid-12385 main figure img {
  object-position: 50% 25%;
}

.postid-12381 main figure img, .postid-12384 main figure img {
  object-position: 50% 25%;
}

.postid-12389 main figure img, .postid-12380 main figure img {
  object-position: 50% 20%;
}

.postid-12392 main figure img, .postid-12397 main figure img {
  object-position: 50% 30%;
}

.postid-12393 main figure img {
	object-position: 50% 22%;
}
