/* ======================== */
/* FONTS */
/* ======================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap&text=swap");
@import 'unique.forms.css';
@import 'unique.buttons.css';
@import 'unique.header.css';
@import 'unique.cards.css';

@font-face {
	font-family: "Bould";
	src: url("./fonts/bould-bold-webfont.eot");
	src: url("./fonts/bould-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bould-bold-webfont.woff2") format("woff2"), url("./fonts/bould-bold-webfont.woff") format("woff"), url("./fonts/bould-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bould";
	src: url("./fonts/bould-semibold-webfont.eot");
	src: url("./fonts/bould-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bould-semibold-webfont.woff2") format("woff2"), url("./fonts/bould-semibold-webfont.woff") format("woff"), url("./fonts/bould-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bould";
	src: url("./fonts/bould-medium-webfont.eot");
	src: url("./fonts/bould-medium-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bould-medium-webfont.woff2") format("woff2"), url("./fonts/bould-medium-webfont.woff") format("woff"), url("./fonts/bould-medium-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bould";
	src: url("./fonts/bould-regular-webfont.eot");
	src: url("./fonts/bould-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bould-regular-webfont.woff2") format("woff2"), url("./fonts/bould-regular-webfont.woff") format("woff"), url("./fonts/bould-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bould";
	src: url("./fonts/bould-light-webfont.eot");
	src: url("./fonts/bould-light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bould-light-webfont.woff2") format("woff2"), url("./fonts/bould-light-webfont.woff") format("woff"), url("./fonts/bould-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bould";
	src: url("./fonts/bould-extralight-webfont.eot");
	src: url("./fonts/bould-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bould-extralight-webfont.woff2") format("woff2"), url("./fonts/bould-extralight-webfont.woff") format("woff"), url("./fonts/bould-extralight-webfont.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bould";
	src: url("./fonts/bould-thin-webfont.eot");
	src: url("./fonts/bould-thin-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bould-thin-webfont.woff2") format("woff2"), url("./fonts/bould-thin-webfont.woff") format("woff"), url("./fonts/bould-thin-webfont.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

:root {
	/* opgeschoonde css */
	--bg-contrast: #f1f2f4;
	--white: #ffffff;
	--black: #000000;
	--secondary-color: #c7ad90;
	--bg-color-light: #e8eff8;
	--light-blue: #a0bde3;
	--text-color: #505963;
	--text-light: #d5d9dd;
	/* Oude css */
	--text-color-reversed: #d5d9dd;
	--coffee-machine: #b8bfc6;
	--coffee-machine-mid: #9ca6af;
	--light-gray: #c8d9ef;
	--coffee-cup: #f0e8e0;
	--coffee-smoke: #e8ebed;
	--light-color: #f9fafa;
	--bg-main: #212529;
	--special-button: #1e3e67;
	--dark-blue: #1e3e67;
	--primary-color: #12263f;
	--logo-color: #12263f;
	--theme-color: #12263f;
	--dark-color: #181a1d;
	--text-color-highlight: #356db5;
	--border-color: rgb(0 0 0 / 7%);
	/* Non-color values */
	--font-bould-regular: "Bould";
	--padding: 55px calc(1.5rem * .5);
	--transition: 250ms ease;
	--mouse-x: 50%;
	--mouse-y: 50%;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/*
TODO: Variabelen verwijderen uit style sheets
--dark-color-contrast: #181a1d;
--darker-color: #181a1d;
--coffee-header: #d5d9dd;
--color-404: #ffffff;
--transition_speed: 250ms;
*/
/* ------------larger than 1920------------- */
@media only screen and (min-width: 1920px) {
	:root {
		--hero-width: 65%;
		--hero-img-width: 50%;
		--hero-img-offset: 25%;
	}
}

/* ------------desktop------------- */
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
	:root {
		--hero-width: 65%;
		--hero-img-width: 50%;
		--hero-img-offset: 25%;
	}
}

/* ------------laptops------------- */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	:root {
		--hero-width: 85%;
		--hero-img-width: 75%;
		--hero-img-offset: 15%;
	}
}

/* ------------mobile------------- */
@media only screen and (max-width: 1200px) {
	:root {
		--hero-width: 100%;
		--hero-img-width: 90%;
	}
}

/* Hide scrollbar for Chrome, Safari and Opera */
#header::-webkit-scrollbar,
.button-group.filter-button-group::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#header,
.button-group.filter-button-group {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

::selection {
	background-color: var(--theme-color);
	color: #fff;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #606266;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #606266;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #606266;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #606266;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #606266;
}

::placeholder {
	color: #606266;
}

html {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

body h2,
h3.accordion-header > .accordion-button {
	font-weight: 700;
}

h1,
h2,
h3,
h3.accordion-header > .accordion-button,
h4,
h5,
h6,
strong {
	font-family: "Bould", sans-serif;
	color: var(--theme-color);
	transition: color 0.5s ease;
	font-weight: 600;
	transition: color 0.5s ease, background-color 0.5s ease;
}

li,
p,
td {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--text-color);
	transition: color 0.5s ease;
	transition: color 0.5s ease, background-color 0.5s ease;
}

ul {
	margin-left: 2.5em;
}

a {
	color: var(--text-color);
	text-decoration: none;
}

a span:hover,
a:hover,
a.active {
	color: var(--secondary-color);
	transition: color 0.1s ease;
}

a.special {
	display: inline-block;
	position: relative;
	color: var(--theme-color-special);
	z-index: 1;
	text-decoration: none;
	border-bottom: 2px solid var(--theme-color-special);
	transition: color 0.05s;
}

a.special:hover {
	color: var(--white) !important;
	transition: color 0.1s cubic-bezier(0, 0.59, 1, 0.26);
	z-index: 1;
}

a.special:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: var(--theme-color-special);
	z-index: -1;
	transition: transform 0.05s;
	transform-origin: bottom center;
	transform: scaleY(0);
	width: 100%;
	height: 100%;
}

a.special:hover:after {
	transform: scaleY(1);
}

a.special.gold {
	display: inline-block;
	position: relative;
	color: var(--secondary-color);
	text-decoration: none;
	border-bottom: 2px solid var(--secondary-color);
}

a.special.gold:hover {
	color: var(--white) !important;
	transition: color 0.1s cubic-bezier(0, 0.59, 1, 0.26);
	z-index: 1;
}

a.special.gold:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--secondary-color);
	z-index: -1;
	transition: all 0.1s cubic-bezier(0, 0.59, 1, 0.26);
}

a.special.gold:hover:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	background: var(--secondary-color);
	z-index: -1;
}

a.fab.fa-facebook-f,
a.fab.fa-linkedin-in,
a.fab.fa-spotify,
a.fab.fa-youtube {
	font-size: 1.5rem;
	padding: 0 10px 10px;
}

a.fab.fa-facebook-f:hover {
	color: #3b5998;
	transition: color 0.5s ease, background-color 0.5s ease;
}

a.fab.fa-linkedin-in:hover {
	color: #0e76a8;
	transition: color 0.5s ease, background-color 0.5s ease;
}

a.fab.fa-spotify:hover {
	color: #1db954;
	transition: color 0.5s ease, background-color 0.5s ease;
}

a.fab.fa-youtube:hover {
	color: #ff0000;
	transition: color 0.5s ease, background-color 0.5s ease;
}

.social_anchor {
	display: none;
}

/* ------------text animation------------- */
.stickytitle {
	top: 0;
	position: sticky;
}

code {
	background-color: var(--bg-contrast);
}

/* counter */
.mission_item {
	width: 100%;
	padding-right: 30px;
}

.mission_item span {
	font-family: 'Roboto', sans-serif;
}

.mission_item_small {
	font-size: 18px;
	color: var(--text-color);
	text-align: center;
}

.mission_item_big {
	font-size: 45px;
	font-weight: 600;
	color: var(--theme-color);
}

.mission_child_item {
	width: 23%;
	height: 150px;
	background-color: var(--bg-contrast);
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.mission_item {
		width: 100% !important;
		padding: 0 !important;
	}

	.mission_items {
		flex-direction: column !important;
	}

	.mission_item_big {
		font-size: 40px;
	}

	.mission_item_small {
		font-size: 17px;
	}
}

@media only screen and (max-width: 991px) {
	.mission_child_item {
		width: 47% !important;
	}
}

.object-fit-cover {
	object-fit: cover;
}