@charset "utf-8";
/*
Theme Name: M7bib
Theme URI: https://m7bib.nl/
Author: Manson Habib
Author URI: https://m7bib.com/
Description: Web Development and theme by M7bib - www.m7bib.com
Version: 1.1
*/
::-webkit-scrollbar {
    display: none;
}
* { box-sizing: border-box; margin: 0; padding: 0; outline: none; -webkit-appearance: none; transition: .25s all ease; scrollbar-color: #0095d3 #e6e5e5; scrollbar-width: thin;}
a { color: inherit; text-decoration: none; outline: none; }
html { -webkit-text-size-adjust: none; scrollbar-color: #0095d3 #e6e5e5; scrollbar-width: thin;}
img, video, svg { vertical-align: bottom; width: 100%; }
body {background: #002c5f; color: white; font-weight: 400; font-family: 'Inconsolata'; overflow-x: hidden;} .flex {display: flex;flex-direction: column;justify-content: center} .grid {display: grid}
button {
	cursor: pointer;
}
nav {
    position: fixed;
    top: auto;
    left: 0;
    padding: 15px 22px;
    z-index: 9;
    transition: .25s all ease;
	text-align: right;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0);
	background: rgb(0, 44, 95,0);
}
nav.scrolled {
	background: rgb(0, 44, 95,1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}
nav li {
	display: inline-block;
	margin-left: 25px;
	color: white;
}
nav .logo {
	display: inline-block;
	float: left;
    position: relative;
    max-width: 150px;
}
nav .logo-wit {
    opacity: 1;
}
nav .logo-zwart {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
nav .logo img {
	max-height: 25px;
    object-fit: contain;
    object-position: left;
}
nav .menu-header-menu-container {
	display: inline-block;
}
.post #menu-item-189,
nav li.active {
	color: #0095d3;
    font-weight: 900;
}
.stichting-voor-iedereen {
	color: black;
}
.stichting-voor-iedereen nav li {
	color: black;
}
.stichting-voor-iedereen nav .logo {
	filter: invert(1);
	opacity: 0;
	display: none;
}
#front-page {
	min-height: 100vh;
	background: white;
	color: black;
	position: relative;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#front-page .front-logo {
	text-align: center;
	max-width: 500px;
	margin: auto;
	z-index: 1;
	position: relative;
}
#front-page .front-logo a span {
	margin-top: 25px;
	display: block;
}
#front-page .front-logo a i {
	opacity: 0;
	max-width: 0px;
}
#front-page .front-logo a:hover i {
	max-width: 99px;
	position: relative;
	top: 1px;
	opacity: 1;
}
#front-page .front-logo a em {
	text-decoration: underline;
	font-style: normal;
}
#front-page .front-logo a {
	color: black;
	font-family: 'Inconsolata', monospace;
}
footer {
	width: 100%;
	padding: 20px;
    background: white;
    color: black;
	font-size: .9em;
}
footer a {
	color: #0095d3;
	font-size: 1.1em;
}
footer div {
	display: inline-block;
}
footer ul {
}
footer li {
    display: inline-block;
    color: #0095d3;
	margin-left: 25px;
}
#paged, #paged-alt {
	background-size: cover !important;
	background-position: right center !important;
	padding: 20px;
	overflow: hidden;
	padding-top: calc(55px + 75px);
	min-height: 100vh;
	position: relative;
}
#paged-alt {
	display: flex;
	color: white;
}
#paged.blog {
	min-height: 90vh;
}
#paged-alt .inner {
	max-width: 850px;
	margin: auto;
	position: relative;
	z-index: 1;
}
#paged-alt .inner p {
	font-family: 'Metropolis';
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 500;
	text-shadow: 0px 0px 20px rgba(0,0,0,.75);
}
span.oranje {
	border-bottom: 7px solid #ff6a3d;
}
span.goud {
	border-bottom: 7px solid black;
}
span.dark {
	border-bottom: 7px solid #242424;
}
span.paars {
	border-bottom: 7px solid #7cfac3;
}
.bg-thumbnail {
	position: absolute;
	z-index: 0;
	background: black;
	bottom: auto;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.bg-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#paged .scnd {

}
#paged .scnd a {
	color: #0095d3;
	font-weight: bold;
}
#paged table {
	margin-bottom: 25px;
}
#paged .grid {
	grid-template-columns: 1fr 1fr;
	grid-gap: 100px;
	max-width: 1200px;
	margin: auto;
}
#paged span.ondertitel {
	margin-bottom: 25px;
	display: block;
	margin-top: -58px;
	color: #0095d3;
	font-family: 'Inconsolata', monospace;
}
#paged h2 {
	margin-bottom: 25px;
	font-weight: 500;
}
#paged p {
	margin-bottom: 25px;
	line-height: 1.75em;
}
#paged p:last-child {
	margin-bottom: 0px;
}
#paged button {
	padding: 10px 20px;
	background: #0095d3;
	color: white;
	line-height: 1;
	border: 0;
	font-family: 'Inconsolata', monospace;
	text-transform: uppercase;
	font-weight: 800;
}
.donateurs #paged button {
	margin-top: 15px;
}
#paged button a {
	color: #7cfac3 !important;
	font-family: 'Metropolis';
	font-size: 1.1em;
	font-weight: 500 !important;
}
#paged button:hover {
	background: black;
	color: white;
}
#paged-alt button {
	border: none;
	padding: 3px 5px;
	margin-top: 35px;
	font-family: 'Inconsolata', monospace;
}
@media screen and (max-width: 600px) {
	body {font-size: .95em}
	#paged .grid {
		grid-template-columns: 1fr;
	}
	.wie-zijn-wij footer a {
		color: #0095d3 !important;
	}
	.wie-zijn-wij footer {
		color: black !important;
	}
	.hard-voor-weinig nav {
		background: none;
	}
	nav .logo {
		display: block;
		float: unset;
		text-align: center;
		margin-bottom: 10px;
	}
	nav .logo img {
		width: unset;
		object-fit: contain;
		margin-bottom: 0;
		margin-top: 10px;
	}
	nav .menu-header-menu-container {
		text-align: center;
		width: 100%;
	}
	.svg {
		max-width: 350px;
		margin: auto;
	}
	nav li {
		margin: 0px 7px;
		font-size: .9em;
	}
	nav ul {
		text-align: center;
	}
	nav {
		padding: 10px;
	}
	footer {
		background: white;
		color: #002c5f;
	}
	#paged, #paged-alt {
		min-height: unset;
		padding-top: 150px;
		padding-bottom: 150px;
	}
	#paged span.ondertitel {
		margin-top: 0px;
	}
	.stichting-voor-iedereen nav, .stichting-voor-iedereen footer {
		background: white;
	}
	.intro nav, .intro footer {
		background: none;
	}
	.bg-thumbnail {
		height: 100%;
		width: 100%;
	}
	.bg-thumbnail img {
	}
}
.donateur {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	margin-top: 50px;
}
.donateur section {
	padding: 25px;
	border: 1px solid #0095d3;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: #0095d3;
	color: #002c5f;
}
.donateur strong {
	font-weight: 600;
	display: block;
	font-size: 1.25em;
}
.donateur span {
	font-weight: 400;
}
.ondertitel {
	font-size: 2em;
	font-weight: 500;
}
h3 {
	margin-bottom: 25px;
	font-size: 1.5em;
	color: #0095d3;
	font-weight: 500;
}
textarea, input {
	font-size: 16px;
	padding: 15px;
	width: 100%;
	font-family: 'Inconsolata';
	border: 0;
	letter-spacing: 1px;
	background: rgba(255,255,255,.75);
}
::placeholder {
	color: black;
	opacity: .5;
}
#blogs {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: grid;
    padding: 0px 50px;
	grid-gap: 50px;
}
#blogs section button {
    color: black;
    background: white;
}
#blogs section {
	background: #0093d1;
}
#blogs section img {
	aspect-ratio: 16/9;
    object-fit: cover;
}
#blogs section .title {
	margin-bottom: 20px;
}
#blogs .meta {
	padding: 25px;
	color: black;
}
.donateurs #paged .grid {
	grid-template-columns: 400px auto;
	grid-gap: 200px;
}
.wpcf7 form .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: 0 !important;
}
.wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: .9em;
}
.wpcf7-form-control.wpcf7-submit {
	background: #0095d3;
	text-transform: uppercase;
	font-family: 'Inconsolata';
	color: white;
	font-weight: 900;
}
.innered {
	position: relative;
	z-index: 1;
}
.wie-zijn-wij footer a,
.wie-zijn-wij #paged span.ondertitel {
	color: #0095d3;
}
.adres section {
	display: grid;
	grid-template-columns: 30px auto;
}
.wat-doen-wij nav li.active {
    color: #0095d3;
}
body.hard-voor-weinig,
.hard-voor-weinig nav li,
.hard-voor-weinig p,
body.organisatie,
.organisatie nav li,
.organisatie p,
body.privacy-statement,
.privacy-statement nav li,
.privacy-statement p,
body.wat-doen-wij,
.wat-doen-wij nav li,
.wat-doen-wij p {
    color: black;
}
.hard-voor-weinig nav .logo-wit,
.organisatie nav .logo-wit,
.privacy-statement nav .logo-wit,
.wat-doen-wij nav .logo-wit {
    opacity: 0;
}
.hard-voor-weinig nav .logo-zwart,
.organisatie nav .logo-zwart,
.privacy-statement nav .logo-zwart,
.wat-doen-wij nav .logo-zwart {
    opacity: 1;
}
.hard-voor-weinig nav.scrolled,
.organisatie nav .logo-zwart,
.privacy-statement nav .logo-zwart,
.wat-doen-wij nav .logo-zwart {
    opacity: 1;
}
.hard-voor-weinig nav.scrolled,
.organisatie nav.scrolled,
.privacy-statement nav.scrolled,
.wat-doen-wij nav.scrolled {
	background: white;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.arrows-right:hover,
.arrows-left:hover {
    transform: scale(1.1);
}
.arrows-left,
.arrows-right {
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2em;
    z-index: 8;
    padding: 25px;
    position: fixed;
}
.arrows-left {
    left: 0;
}
.arrows-right {
    right: 0;
}
.innered li {
    margin-bottom: 10px;
}