html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
	box-sizing: border-box;
}
:root {
    --color-primary: white;
	--color-white: white;
    --color-green: #00d3d3; /*rgb(199, 209, 194)*/
    --color-black: black;
    --color-dark-green: #005b5b;
    --color-green-lime: #00ffff;
    --color-text-background: #00d3d3; /*#b1f9f9;*/
    --color-blue-air: #0ebee9;

    --base: 1080px;

	--spacing: 80px;

	--diagonal-size: 60px;
	--diagonal-before: polygon(0 100%, 100% 100%, 100% 0);
	--diagonal-after: polygon(0 100%, 100% 0, 0% 0%);

	--dropshadow: drop-shadow(-1px 0px 3px rgba(11, 11,11, 0.2));

    /* text */
    --color-text: black;
    --font-family: 'Montserrat', sans-serif;
    --font-family-secondary: 'caslon',serif;

    --line-height: 28px;
	--font-size: 18px;
	
	--z-index-navigation: 4000;
	--z-index-header: 3000;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	:root {
		--spacing: 75px;
		--base: calc(100% - var(--spacing));
		--line-height: 30px;
		--font-size: 18px;
		--diagonal-size: 20px;
	}
}
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&family=Rufina:wght@700&display=swap'); */

/* @font-face {
    font-family: 'caslon';
    src: url('../fonts/big_caslon/adobe_caslon_bold-webfont.woff2') format('woff2'),
         url('../fonts/big_caslon/adobe_caslon_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
} */
@font-face {
    font-family: 'caslon';
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/big_caslon/adobe_caslon_regular-webfont.woff2') format('woff2'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/big_caslon/adobe_caslon_regular-webfont.woff') format('woff');
    font-weight: 400;
	font-style: normal;
} 

/*@font-face {
    font-family: 'heedlay';
    src: url('../fonts/heedlay/heedlay.woff2') format('woff2'),
         url('../fonts/heedlay/heedlay.woff') format('woff');
    font-weight: 400;
	font-style: normal;
}*/

@font-face {
    font-family: 'gotham_bookregular';
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-book-webfont.eot');
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-book-webfont.woff2') format('woff2'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-book-webfont.woff') format('woff'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-book-webfont.ttf') format('truetype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-medium-webfont.eot');
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-medium-webfont.woff') format('woff'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-bold-webfont.eot');
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-bold-webfont.woff') format('woff'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-light-webfont.eot');
    src: url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-light-webfont.woff2') format('woff2'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-light-webfont.woff') format('woff'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('/e2/site/jaccovandergraaf/content/site/fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	color: var(--color-text);
	font-family: var(--font-family);
	line-height: var(--line-height); 
	font-size: var(--font-size);
	font-weight: 400;
	position: relative;
}

h1, h2 {
	font-size: 62px;
	line-height: 90px;
	font-weight: 400;
	font-family: var(--font-family-secondary);
	letter-spacing: -1.25px;
}

h5.header {
	font-size: 62px;
	line-height: 50px;
	font-weight: 400;
	font-family: var(--font-family-secondary);
	letter-spacing: -1.25px;
}

h1 span, 
h2 span,
button[type="submit"] {
	position: relative;
}

/* h1 span:before, 
h2 span:before {
	position: absolute;
	display: inline;
	background: url(/e2/site/brigadoon/content/site/image/marker_line.png) repeat-x 0% 50%;
	width: 100%;
	content: "";
	height: 70px;
} 
 */
/* h1 span:before, 
h2 span:before {
	position: absolute;
	display: inline;
	background: url(/e2/site/brigadoon/content/site/image/marker_line.png) repeat-x 100% 50%;
	width: 100%;
	content: "";
	height: 30px;
} */


h3,h4,h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {
	font-family: var(--font-family-secondary);
	font-size: var(--font-size);
}

strong, b {
	font-weight: 700;
}

i,em {
	font-style: italic;
}

a {
	color: var(--color-text);
}

a:hover {
	color: #009dc1;
}

p {
	line-height: var(--line-height); 
	font-size: var(--font-size);
	word-break: break-word;  
	margin: 0;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) and (min-width: 501px) {
	h1, h2 {
		font-size: 54px;
		line-height: 54px;
	}

	h5.header {
		font-size: 54px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 500px) {
	h1, h2 {
		font-size: 40px;
		line-height: 40px;
	}

	h5.header {
		font-size: 40px;
		line-height: 30px;
	}
}
body {
	background: var(--color-green-lime);
	margin: 0;
	padding: 0; 
}
/* --------------- layout --------------- */

section.story.logos .content + .content:before { display: none; }

section.story.logos > .content:first-child {
	filter: var(--dropshadow);
    z-index: 3000;
}

section.story.logos .content .logo-container {
	--reference-width: 300px;
	--reference-height: 300px;
	width: 100%;
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	/*grid-template-rows: repeat(2, var(--reference-height));*/
	position: relative;
	gap: 0;
	align-content: stretch;
}

section.story.logos .content .logo-container .reference {
	height: var(--reference-height); 
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
}

section.story.logos .content .logo-container .reference:hover {
	/*background-color: #00ff01;
  	background-blend-mode: multiply;*/
  	background-size: cover;
}

section.story.logos .content .logo-container .reference a {
	width: 100%;
	height: 100%;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	section.story.logos .content .logo-container {
		grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
	}

	section.story.logos .content .logo-container .reference {
		height: 130px;
	}
}

/* --------------- layout --------------- */

section.story {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}

/* --------------- diagonal --------------- */

section.story .content {
	width: 100%;
	/*filter: var(--dropshadow);*/
}

section.story .content .container {
	position: relative;
}

#video-container:after,
section.story .content:before,
section.story[data-order-top="text"] .content:after,
section.story.logos .content:first-child:after  {
	position: absolute;
	content: "";
	height: calc(var(--diagonal-size));
	width: 100%;
	z-index: 1000;
}

section.story .content:before {
	clip-path: var(--diagonal-before);
	margin-top: calc((var(--diagonal-size) - 1px) * -1);
}

section.story[data-order-top="text"] .content:after,
section.story.logos .content:first-child:after,
#video-container:after {
	height: calc(var(--diagonal-size));	
	margin-top: -1px;
	clip-path: var(--diagonal-after);
}

section.story[data-order-top="media"] .media { order: 1; }
section.story[data-order-top="media"] .content { order: 2; }

section.story[data-order-top="text"] .content { order: 1; }
section.story[data-order-top="text"] .media { order: 2; }

section.story .content .container {
    width: var(--base);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "title content";
    padding: calc(var(--spacing) * 1.5) 0;
    align-items: center;
	gap: var(--spacing);
	position: relative;
}

section.story .content .container > article:first-child {
    grid-area: title;
}

section.story .content .container > article:last-child {
    grid-area: content;
}

section.story .content[data-title="right"] .container {
    grid-template-areas: "content title";
}

section.story .content[data-show="hide"] .container {
    display: none;
}

section.story .content[data-title="top"] .container,
section.story .content[data-title="bottom"] .container {
	grid-template-columns: 1fr;
	gap: calc(var(--spacing) / 2);
}

section.story .content[data-title="top"] .container {
	grid-template-areas: 
		"title"
		"content";
}

section.story .content[data-title="bottom"] .container {
	grid-template-areas: 
		"content"
		"title";
}

/* --------------- visible --------------- */

section.story[data-visible="text"] .media,
section.story[data-visible="image"] .text { display: none; } 
section.story[data-visible="text"] .content:after,
section.story[data-visible="text"]:first-child .content:before { display: none; } 


/* --------------- styling --------------- */

section.story .media {
	width: 100%;
	min-height: 600px;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	background-attachment: fixed;
}
section.story.video .media, 
section.story.video .media > div {
	min-height: 850px;
    height: 70vh;
}

section.story.video .media .jwplayer.jw-flag-aspect-mode {
    min-height:100%;
    max-height:100%;
}

section.story.video .content {
	padding-bottom: 60px;
}

section.story .content[data-title="left"] article:last-child,
section.story .content[data-title="right"] article:first-child {
    text-align: left;
}

section.story .content[data-title="left"] article:first-child,  
section.story .content[data-title="right"] article:last-child {
    text-align: right;
}

section.story[data-color="green"] .content,
section.story[data-color="green"] .content:before,
section.story[data-color="green"][data-order-top="text"] .content:after  {
    color: var(--color-black);
    background: var(--color-green);
}

section.story[data-color="dark-green"] .content,
section.story[data-color="dark-green"] .content:before,
section.story[data-color="dark-green"][data-order-top="text"] .content:after,
section.story[data-color="dark-green"] .content a {
    color: var(--color-white);
    background: var(--color-dark-green);
}

section.story[data-color="dark-green"] .content a:hover {
	text-decoration: none !important;
}

section.story[data-color="text-background"] .content,
section.story[data-color="text-background"] .content:before,
section.story[data-color="text-background"][data-order-top="text"] .content:after  {
    color: var(--color-black);
    background: var(--color-text-background);
}

section.story[data-color="white"] .content,
section.story[data-color="white"] .content:before,
section.story[data-color="white"][data-order-top="text"] .content:after,
section.story.logos .content:first-child:after {
    color: var(--color-black);
    background: var(--color-white);
}

section.story[data-color="black"] .content,
section.story[data-color="black"] .content:before,
section.story[data-color="black"][data-order-top="text"] .content:after  {
    color: #FFF;
    background: var(--color-black);
}

section.story[data-color="black"] .content a {
	color: #FFF;
}

section.story .media {
	width: 100%;
	min-height: 600px;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	background-attachment: fixed;
}

/* --------------- title link --------------- */

section.story .content[data-title="left"] article:first-child a,
section.story .content[data-title="right"] article:last-child a {
	/*display: inline-block;*/
	/*font-size: 24px; */
	/*text-decoration: none;*/
	/*margin-top: var(--line-height); */
}

section.story .content[data-title="left"] article:first-child a:hover,
section.story .content[data-title="right"] article:last-child a:hover { 
	/*color: var(--color-black);*/
	text-decoration: underline; 
}

section.story:last-of-type div.media {
    /*background-position: left bottom;*/
}

/* --------------- interactive --------------- */

*[data-interactive="1"] section.story .content:before,
*[data-interactive="1"] section.story .content:after {
	display: none;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	section.story .content .container {
		padding: calc(var(--spacing) * 0.85) 0;
		gap: calc(var(--spacing) / 2);
	}

	section.story .content .container,
	section.story .content[data-title="right"] .container {
		grid-template-columns: 1fr;
		grid-template-areas: 
			"title" 
			"content";
	}

	section.story .content[data-title="left"] article:first-child,
	section.story .content[data-title="left"] article:last-child,
	section.story .content[data-title="right"] article:last-child  {
		text-align: left;
	}

	section.story .content[data-title="left"] article:first-child {
		text-align: right;
	}

	section.story .media {
		min-height: 450px;
	    height: 50vh;
	    background-attachment: initial;
	}
	section.story.video .media,
	section.story.video .media > div {
		min-height: 450px;
	    height: 45vh;
	}
}
.wrapper {
    width: var(--base);
    margin-left: auto;
    margin-right: auto;
}
div.columns {
    width: var(--base);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
footer {
    background-color: var(--color-green-lime);
    width: 100%;
    padding-bottom: var(--spacing);
}

footer:before {
	background-color: var(--color-green-lime);
	position: absolute;
	content: "";
	height: calc(var(--diagonal-size));
	width: 100%;
	z-index: 1000;
	margin-top: calc((var(--diagonal-size) + -1px) * -1);
	clip-path: var(--diagonal-before);
}

footer .content figure img {
    max-width: 65%;
	display: block;
	text-align: center;
	margin: 75px auto 0 auto;
}

/*[data-language~="en"] */ footer .content figure img {
	display: none;
}

footer .content {
    width: var(--base);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

footer .content h6 {
	margin: 60px 220px 20px 220px;
	font-family: var(--font-family-secondary);
	font-size: 50px;
	line-height: 65px;
	font-weight:100;
	text-align: center;
	letter-spacing: -1.25px;
}

footer .bottom {
	max-width: var(--base);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 24px;
}

footer .bottom div {
	font-size: 14px;
	line-height: 24px;
	/*text-align: center;*/
}

footer .bottom .links a {
	/*text-align: center;*/
	margin-left: 10px;
}

footer .bottom > * + * {
	/*margin-left: 10px;*/
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	footer .content {
		/*grid-template-columns: auto;
		gap: calc(var(--spacing) / 1);*/
		width: 100%;
		text-align: center;
		/*grid-template-columns: repeat(1, 1fr);*/
	}

	footer .content figure img {
    	max-width: 95%;
    	display: block;
    	text-align: center;
    	margin: 75px auto 0 auto;
	}

	footer .content h6 {
		margin: 40px 0px 20px 0px;
		font-family: var(--font-family-secondary);
		font-size: 40px;
		line-height: 65px;
		font-weight: 100;
		text-align: center;
		letter-spacing: -1.25px;
	}

	footer .bottom {
		/*margin-top: var(--spacing); */
		/*justify-content: flex-start;*/
		align-items: center;
		/*flex-direction: column;*/
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}

	footer .bottom > * + * {
		margin-left: 0;
	}

	footer .bottom .links {
		display: none;
		/*flex-direction: column;
		align-items: center;*/
	}
}
header#header {
	background-color: #FFF;
	position: relative;
	filter: var(--dropshadow);
	z-index: var(--z-index-header);
}

header#header:after {
	background-color: var(--color-white);
	position: absolute;
	content: "";
	height: calc(var(--diagonal-size));
	width: 100%;
	z-index: 1000;
	margin-top: -1px;
	clip-path: var(--diagonal-after);
	margin-bottom: 0;
}

header#header .container {
    --gap: calc(var(--spacing) / 4);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: auto auto;
    padding: var(--gap) calc(var(--gap) * 2) calc(var(--gap)) var(--gap);
	gap: var(--gap);
	position: relative;
}

header#header figure {
	margin-top: 20px;
	max-width: 326px;
}

header#header figure img {
    max-width: 100%;
}

header#header .container > div {
    display: flex;
    align-items: center;
	justify-content: flex-end;
	/*padding-top: 25px;*/
}

header#header a {
    font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}

header#header a:hover {
	color: var(--color-green-lime);
	cursor: hand;
}

header#header a + a {
    margin-left: calc(var(--gap) * 2);
}

header#header #navigation-trigger{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    flex-direction: column;
    width: 35px;
	height: 20px;
	margin-top: 4px;
}

header#header #navigation-trigger span {
    width: 100%;
    height: 2px;
    background-color: #000;
}

header#header #navigation-trigger:hover span {
	background-color: var(--color-green-lime);
}

header#header .language{
    display: flex;
	position: fixed;
	justify-content: space-between;
	align-items: center;
	top: 0px;
	padding: 10px 50px 5px 15px;
	background:#000;
	right:0px;
}

header#header .language a{
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left:5px;
	color:#fff;
}

header#header .language span{
	color:#fff;
}

header#header .language a + a {
	margin-left:5px;
}

header#header .language a.active{
	font-weight: 700;
	display: none;
}

div.header-items {
	margin-top: 2px;
	margin-right: calc(var(--gap) * 2);
}

div.header-items a {
	text-transform: uppercase;
	color: #999;
}

#video-container { height: 850px; width:100%; overflow: hidden; }
#video-container video { object-fit: cover; height: 850px;  }
#video-container video.fillWidth { width: 100%; }
#video-container:after { bottom: 0; z-index: 1000; left: 0;} 
#video-container .carousel{ display: flex; height: 850px; width: 100%; position:absolute; }
#video-container .carousel .swiper-container { width: 100%; height: 100%; background: rgba(2, 255, 255, 0.05); }
#video-container .carousel .swiper-slide{ display: flex; justify-content: center; align-items: center; text-align:center; width: 100%; }
#video-container .carousel .swiper-slide h2{ color:#fff; font-size: 70px; line-height: 1.2em; letter-spacing: -2px; font-weight: 700; font-family: "gotham_boldregular", sans-serif; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; width: 900px; text-transform: uppercase; text-shadow: 2px 2px 0px rgb(150 150 150); }

header#header .telehpone-mobile {
	display: none;
}

div.header-items a:hover {
	color: #0ebee9 !important;
}

/* --------------- media query --------------- */



@media only screen and (max-width: 500px) {
	div.header-items {
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
	header#header .container { 
		grid-template-columns: 175px auto;
		padding: calc(var(--gap) - var(--diagonal-size)) var(--gap) calc(var(--gap) - var(--diagonal-size)) calc(var(--gap) - var(--diagonal-size));
	}

	header#header .telehpone {
		display: none;
	}

	header#header .telehpone-mobile {
		display: inline-block;
	}

	header#header a[href*="tel"] {
		/*display: none;*/
		width: 50%;
		font-size: 25px;
		text-align: right;
	}

	#video-container { height: 450px; }
	#video-container video { height: 450px;  }
	#video-container .carousel{ height: 450px; }
	#video-container .carousel .swiper-slide h2{ font-size: 1.6em; }

	header#header .container > div {
		padding-top: 0px;
	}

	header#header .language {
		/*display: none;*/
		position: fixed;
		justify-content: space-between;
		align-items: center;
		top: 0px;
		padding: 10px 11px;
		background:#000;
		right:0px;
	}
	
	header#header .language a{
		font-weight: 700;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		margin-left:5px;
		color:#fff;
	}
	
	header#header .language span{
		color:#fff;
	}
	
	header#header .language a + a {
		margin-left:5px;
	}
	
	header#header .language a.active{
		display: none;
	}

	header#header #navigation-trigger{
		margin-top: -20px;
	}

	div.header-items {
		font-size: 20px;
		margin-right: 0;
		text-align: center;
	}

	div.header-items a {
		font-size: 20px !important;
		display: block;
		width: 100%;
	}

	header#header a + a {
	    margin-left: 0;
	}
}
#navigation {
	--width: 250px;
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	width: var(--width);
	right: -250px;
	justify-content: center;
	align-items: center;
	background: var(--color-black);
	z-index: var(--z-index-navigation);
	opacity: 0; 
}

#navigation.active,
[data-interactive="1"] #navigation {
	display: flex;
	animation: navigation-in .3s forwards;
}

#navigation a#navigation-close-trigger  { display: none; }

#navigation.active a#navigation-close-trigger {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 40px;
	position: fixed; 
	top: 33px;
	right: 24px;
	z-index: 2200;
	color: var(--color-white);
}

#navigation .scroll {
	height: 100%;
	width: 100%;
	overflow-y: auto;
}

#navigation .scroll .container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#navigation a { text-decoration: none; }

#navigation .scroll .container > a {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	/*font-family: var(--font-family-secondary);*/
	font-family: 'Montserrat', sans-serif;
	transition: all .25s;
	color: var(--color-white);
	padding: 0 20px;
	text-align: center;
}

#navigation .scroll .container > a:hover,
#navigation.active a#navigation-close-trigger:hover {
	color: var(--color-green-lime);
}

#navigation .scroll .container > a + a {
	margin-left: 0;
	margin-top: var(--line-height);
}

[data-interactive="1"] #navigation,
[data-interactive="1"] #navigation .scroll {
	position: relative;
	height: auto;
	width: 100%;
}

@keyframes navigation-in {
	0% {
		opacity: 0;
		right: calc(var(--width) * -1);
	}

	100% {
		opacity: 1;
		right: 0;
	}
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    font-family: var(--font-family);
    font-size: var(--font-size);
    line-height: var(--line-height);
    border: none;
    background: transparent;
    padding: 5px;
	width: 100%;
	outline: none;
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
}

textarea {
	min-height: 50px;
}

button[type="submit"] {
    font-family: var(--font-family);
    font-size: var(--font-size);
    line-height: var(--line-height);
    border: none;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
	cursor: pointer;
	color: #fff;
}


button[type="submit"]:hover {
	color: white;
	text-decoration: underline;
}

button[type="submit"] span {
	/*position: absolute;
	background: url(/e2/site/jaccovandergraaf/content/site/image/marker_line.png) repeat-x 0% 50%;
	height: 40px;
	border-radius: 20px;
	z-index: 100;
	pointer-events: none;
	width: 90px;
	opacity: .8;
	margin-left: -5px;*/
}

div.form div.row + div.row {
    margin-top: 10px;
}
.text header.fixed[data-type="price-nl"] div span:nth-child(1) {
	width: 265px;
	margin-top: 30px;
	margin-left: -10px;
	align-self: flex-start;
}

.text header.fixed[data-type="price-nl"] div span:nth-child(2) {
	width: 310px;
	margin-top: 105px;
	align-self: flex-start;
}

.text header.fixed[data-type="price-nl"] img.price-sticker {
	max-width: 250px;
	margin-top: -130px;
	float: right;
	display: none;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

	.text header.fixed[data-type="price-nl"] div span:nth-child(1) {
		width: 160px;
		margin-top: 10px;
		margin-left: 5px;
		align-self: flex-start;
	}
	
	.text header.fixed[data-type="price-nl"] div span:nth-child(2) {
		width: 210px;
		margin-top: 60px;
		align-self: flex-start;
	}

	.text header.fixed[data-type="price-nl"] img.price-sticker {
		max-width: 200px;
		margin-top: -50px;
		margin-right: -20px;
		float: right;
	}

}

.text header.fixed[data-type="obsession-nl"] h2{
	text-align:right;
}
.text header.fixed[data-type="obsession-nl"] div span:nth-child(1) {
	width: 180px;
	margin-top: 30px;
	margin-right: 125px;
	align-self: flex-end;
}

.text header.fixed[data-type="obsession-nl"] div span:nth-child(2) {
	width: 280px;
	margin-top: 110px;
	align-self: flex-end;
}

.text header.fixed[data-type="obsession-nl"] div span:nth-child(3) {
	width: 75px;
	margin-top: 190px;
	margin-right: 300px;
	align-self: flex-end;
}

.text header.fixed[data-type="obsession-nl"] div span:nth-child(4) {
	margin-top: 260px;
	width: 150px;
	align-self: flex-end;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

	.text header.fixed[data-type="obsession-nl"] h2{
		text-align:left;
	}

 	.text header.fixed[data-type="obsession-nl"] div span:nth-child(1),
	.text header.fixed[data-type="obsession-nl"] div span:nth-child(2), 
	.text header.fixed[data-type="obsession-nl"] div span:nth-child(3),
	.text header.fixed[data-type="obsession-nl"] div span:nth-child(4) {
		align-self: flex-start;
	}

	.text header.fixed[data-type="obsession-nl"] div span:nth-child(1) {
		width: 115px;
		margin-top: 10px;
		
	}
	
	.text header.fixed[data-type="obsession-nl"] div span:nth-child(2) {
		width: 175px;
		margin-top: 62px;

	}
	
	.text header.fixed[data-type="obsession-nl"] div span:nth-child(3) {
		width: 35px;
		margin-top: 109px;
	}
	
	.text header.fixed[data-type="obsession-nl"] div span:nth-child(4) {
		margin-top: 160px;
		width: 110px;
	}
	

}
.text header.fixed[data-type="singular-en"] h2 {
	text-align: right;
}
.text header.fixed[data-type="singular-en"] div span:nth-child(1) {
	width: 300px;
	margin-top: 315px;
	align-self: flex-end;
}

.text header.fixed[data-type="singular-en"] div span:nth-child(2) {
	width: 350px;
	margin-top: 400px;
	align-self: flex-end;
}

.text header.fixed[data-type="singular-en"] div span:nth-child(3) {
	width: 380px;
	margin-top: 490px;
	align-self: flex-end;
}

.text header.fixed[data-type="singular-en"] div span:nth-child(4) {
	width: 500px;
	margin-top: 580px;
	align-self: flex-end;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

/* 	.text header.fixed[data-type="singular-en"] div span:nth-child(1), 
	.text header.fixed[data-type="singular-en"] div span:nth-child(2), 
	.text header.fixed[data-type="singular-en"] div span:nth-child(3),
	.text header.fixed[data-type="singular-en"] div span:nth-child(4) {
		align-self: flex-start;
	} */

	.text header.fixed[data-type="singular-en"] div span:nth-child(1) {
		width: 190px;
		margin-top: 140px;
		
	}
	
	.text header.fixed[data-type="singular-en"] div span:nth-child(2) {
		width: 220px;
		margin-top: 207px;

	}
	
	.text header.fixed[data-type="singular-en"] div span:nth-child(3) {
		width: 233px;
		margin-top: 269px;
	}
	
	.text header.fixed[data-type="singular-en"] div span:nth-child(4) {
		width: 320px;
		margin-top: 340px;
	}
	

}
.text header.fixed[data-type="speculant-nl"] div span:nth-child(1) {
	width: 160px;
	margin-top: 30px;
	margin-left: 180px;
}

.text header.fixed[data-type="speculant-nl"] div span:nth-child(2) {
	width: 420px;
	margin-top: 105px;
	margin-left: -5px;
}

.text header.fixed[data-type="speculant-nl"] div span:nth-child(3) {
	width: 390px;
	margin-top: 260px;
	margin-left: -10px;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

	.text header.fixed[data-type="speculant-nl"] div span:nth-child(1) {
		width: 110px;
		margin-top: 15px;
		margin-left: 105px;
	}	

	.text header.fixed[data-type="speculant-nl"] div span:nth-child(2) {
		width:260px;
		margin-top: 65px;
	}

	.text header.fixed[data-type="speculant-nl"] div span:nth-child(3) {
		width:240px;
		margin-top: 159px;
		margin-left: -5px;
	}
}
.text header.fixed[data-type="speculators-en"] div span:nth-child(1) {
	width: 430px;
	margin-top: 10px;
}

.text header.fixed[data-type="speculators-en"] div span:nth-child(2) {
	width: 470px;
	margin-top: 130px;
}

.text header.fixed[data-type="speculators-en"] div span:nth-child(3) {
	width: 330px;
	margin-top: 219px;
	margin-left: 0px;
}

.text header.fixed[data-type="speculators-en"] div span:nth-child(4) {
	width: 380px;
	margin-top: 309px;
	margin-left: -20px; 
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	.text header.fixed[data-type="speculators-en"] div span:nth-child(1) {
		width: 280px;
		margin-top: 10px;
	}	

	.text header.fixed[data-type="speculators-en"] div span:nth-child(2) {
		width:295px;
		margin-top: 85px;
	}

	.text header.fixed[data-type="speculators-en"] div span:nth-child(3) {
		width:198px;
		margin-top: 139px;
	}

	.text header.fixed[data-type="speculators-en"] div span:nth-child(4) {
		width:230px;
		margin-top: 205px;
		margin-left: -10px;
	}
}
.text header.fixed[data-type="sells-nl"] div span:nth-child(1)  {
	width: 315px;
	margin-top: 210px;
	align-self: flex-end;
}

.text header.fixed[data-type="sells-en"] div span:nth-child(1)  {
	width: 250px;
	margin-top: 210px;
	align-self: flex-end;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	.text header.fixed[data-type="sells-nl"] div span:nth-child(1) {
		width: 200px;
		margin-top: 140px;
	}

	.text header.fixed[data-type="sells-en"] div span:nth-child(1)  {
		width: 160px;
		margin-top: 140px;
	}
}
.text header.fixed[data-type="help-nl"] span {
	position: absolute;
	background: url(/e2/site/jaccovandergraaf/content/site/image/marker_line_dark.png) repeat-x 0% 50%;
	height: 40px;
	border-radius: 20px;
	z-index: 100;
	pointer-events: none;
}

.text header.fixed[data-type="help-nl"] div span:nth-child(1){
	width: 245px;
	margin-top: 32px;
	margin-right: 145px;
	align-self: flex-end;
}

.text header.fixed[data-type="help-nl"] div span:nth-child(2){
	width: 135px;
	margin-top: 100px;
	margin-right: 135px;
	align-self: flex-end;
}

.text header.fixed[data-type="help-nl"] div span:nth-child(3){
	width: 285px;
	margin-top: 180px;
	align-self: flex-end;
}


/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

	.text header.fixed[data-type="help-nl"] h2{
		text-align:left;
	}

	.text header.fixed[data-type="help-nl"] div span:nth-child(1),
	.text header.fixed[data-type="help-nl"] div span:nth-child(2),
	.text header.fixed[data-type="help-nl"] div span:nth-child(3) {
		align-self: flex-start;
	}

	.text header.fixed[data-type="help-nl"] div span:nth-child(1){
		width: 155px;
		margin-top: 10px;
		margin-right: 0px;
	}

	.text header.fixed[data-type="help-nl"] div span:nth-child(2){
		width: 85px;
		margin-top: 60px;
		margin-right: 0px;
	}

	.text header.fixed[data-type="help-nl"] div span:nth-child(3){
		width: 180px;
		margin-top: 105px;
		margin-right: 0px;
	}
}

.text header.fixed[data-type="known-nl"] div span:nth-child(1) {
	width: 180px;
	margin-top: 25px;
	margin-left: -5px;
}

.text header.fixed[data-type="known-nl"] div span:nth-child(2) {
	width: 390px;
	margin-top: 105px;
	margin-left: -5px;
}

/*.text header.fixed[data-type="known-nl"] div,
.text header.fixed[data-type="known-en"] div {
	width: 510px;
	height: 300px;
	position: absolute;
	background-size: contain; 
	opacity: .4;
	z-index: 100;
	background-repeat: no-repeat;
	margin-top: -30px;
	margin-left: -30px;
	pointer-events: none;
}*/

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

	.text header.fixed[data-type="known-nl"] div span:nth-child(1) {
		width: 110px;
		margin-top: 15px;
		margin-left: -5px;
	}

	.text header.fixed[data-type="known-nl"] div span:nth-child(2) {
		width: 245px;
		margin-top: 62px;
		margin-left: -5px;
	}
}
.text header.fixed[data-type="intermediare-nl"] div span:nth-child(1) {
	width: 155px;
	margin-top: 30px;
	margin-left: 205px;
}

.text header.fixed[data-type="intermediare-nl"] div span:nth-child(2) {
	width: 395px;
	margin-top: 102px;
}

.text header.fixed[data-type="intermediare-nl"] div span:nth-child(3) {
	width: 315px;
	margin-top: 180px;
	margin-left: 120px;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

	.text header.fixed[data-type="intermediare-nl"] h2{
		text-align:left;
	}

	.text header.fixed[data-type="intermediare-nl"] div span:nth-child(1),
	.text header.fixed[data-type="intermediare-nl"] div span:nth-child(2),
	.text header.fixed[data-type="intermediare-nl"] div span:nth-child(3) {
		align-self: flex-start;
	}

	.text header.fixed[data-type="intermediare-nl"] div span:nth-child(1) {
		width: 95px;
		margin-top: 10px;
		margin-left: 125px;
	}
	
	.text header.fixed[data-type="intermediare-nl"] div span:nth-child(2) {
		width: 245px;
		margin-top: 59px;
	}

	.text header.fixed[data-type="intermediare-nl"] div span:nth-child(3) {
		width: 195px;
		margin-top: 111px;
		margin-left: 75px;
	}
}
.text header.fixed[data-type="show-nl"] div span:nth-child(1) {
	width: 240px;
	margin-top: 104px;
	align-self: flex-end;
}


/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {

	.text header.fixed[data-type="show-nl"] h2{
		text-align:left;
	}

	.text header.fixed[data-type="show-nl"] div span:nth-child(1) {
		align-self: flex-start;
	}

	.text header.fixed[data-type="show-nl"] div span:nth-child(1) {
		width: 170px;
		margin-top: 60px;
	}
}
.text header.fixed[data-type="legend-nl"] div span:nth-child(1) {
	width: 455px;
	margin-top: 100px;
	margin-left: -10px;
}


/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	.text header.fixed[data-type="legend-nl"] div span:nth-child(1) {
		width: 280px;
		margin-top: 60px;
		margin-left: -5px;
	}
}

header.fixed h2 {
	font-size: 79px;
	line-height: 79px;
}

.text header.fixed {
	position: relative;
	margin-top: 0;
}

.text header.fixed * + * { margin-top: 0; }

.text header.fixed div { 
	width: 100%;
	display: flex;
	flex-direction: column;
}

.text header.fixed span {
	position: absolute;
	background: url(/e2/site/jaccovandergraaf/content/site/image/marker_line.png) repeat-x 0% 50%;
	height: 40px;
	border-radius: 20px;
	z-index: 100;
	pointer-events: none;
}

.media-title { margin-left: 120px; }
.media-title, .media-title #video-container, .media-title #video-container video {
	padding-top: 2px;
	padding-left: 2px;
	height: 520px;
	width: 305px;
	margin-top: -1px;
}

.phonemockup {
	margin-top: 10px;
	margin-left: 25px;
	width: 326px;
	height: 538px;
	padding-left: 75px;
	transform: rotate(-3deg);
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) and (min-width: 301px) {
/* 	.text header.fixed span,
	.text header.fixed div {
		display: none;
	} */

	.media-title { margin-left: 0px; }

	.media-title, .media-title #video-container, .media-title #video-container video {
		padding-top: 2px;
		padding-left: 2px;
		height: 450px;
		width: 270px;
		margin-top: -1px;
	}

	.phonemockup {
		padding-left: 0px;
		width: 270px;
		height: 450px;
	}

	.phonemockup img {
		width: 274px;
	}

	header.fixed h2 {
		font-size: 50px;
		line-height: 50px;
	}

	body[data-language="eng"] section.story:nth-child(10) header h2, body[data-language="en"] section.story:nth-child(10) header h2 {
		width: 250px;
		float: right;
	}
}

@media only screen and (max-width: 300px) {
	body[data-language="eng"] section.story:nth-child(10) header h2, body[data-language="en"] section.story:nth-child(10) header h2 {
		float: right;
	}

	.media-title, .media-title #video-container, .media-title #video-container video {
		padding-top: 2px;
		padding-left: 2px;
		height: 330px;
		width: 200px;
		margin-top: -1px;
		margin-left: 0;
	}

	.phonemockup {
		padding-left: 0px;
		width: 200px;
		height: 330px;
	}

	.phonemockup img {
		width: 205px;
		padding-left: 0px;
	}
}
 
article.text * + * {
	margin-top: var(--line-height);
}

.column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 10px;
	align-items: start;
	margin-top: 0;
}

.column div {
	margin-top: 0;
}

article.text ul {
	/*direction:rtl;*/
	display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

article.text ul li {
	display: list-item;
	margin: 0;
}

@media only screen and (max-width: 1100px) {
	.column {
		grid-template-columns: 1fr;
		gap: 0 10px;
		align-items: start;
	}

	.column > div {
		margin-left: 10px;
	}
}
section.portfolio {
	--image-size: calc((1080px - 20px) / 2);
}

section.portfolio .item {
	width: 100%;
	position: relative;
}

section.portfolio .item:first-child:before,
section.portfolio .item:last-child:after {
	display: none;
}

section.portfolio .item:before,
section.portfolio .item:after {
	position: absolute;
	content: "";
	height: calc(var(--diagonal-size));
	width: 100%;
	z-index: 1000;
}

section.portfolio .item:before {
	clip-path: var(--diagonal-before);
	margin-top: calc((var(--diagonal-size) - 1px) * -1);
}

section.portfolio .item:after {
	height: calc(var(--diagonal-size));	
	margin-top: -1px;
	clip-path: var(--diagonal-after);
	display: none;
}

section.portfolio .item:first-child .content {
	padding-top: 30px;
}

section.portfolio .content {
	padding: var(--offset) 0;
	display: grid; 
	grid-template-columns: var(--image-size);
	justify-content: center;  
	padding: 0 0 30px 0;
}

section.portfolio .content[data-count="2"] {
	grid-template-columns: repeat(2,  var(--image-size));
	grid-gap: 20px;
}

section.portfolio figure {
	padding: 0;
	width: var(--image-size);
	height: var(--image-size);
}

section.portfolio figure img {
	position: absolute;
	z-index: 1500;
	margin-top: 0px;
	max-width: 100%;
}

/* --------------- colors --------------- */

section.portfolio .item:nth-child(4n+3) .content,
section.portfolio .item:nth-child(4n+3):before,
section.portfolio .item:nth-child(4n+3):after {
	background: white;
}

section.portfolio .item:nth-child(4n+1) .content,
section.portfolio .item:nth-child(4n+1):before,
section.portfolio .item:nth-child(4n+1):after {
	background: var(--color-green);
}

section.portfolio .item:nth-child(4n+2) .content,
section.portfolio .item:nth-child(4n+2):before,
section.portfolio .item:nth-child(4n+2):after {
	background: var(--color-dark-green);
}

section.portfolio .item:nth-child(4n+4) .content,
section.portfolio .item:nth-child(4n+4):before,
section.portfolio .item:nth-child(4n+4):after {
	background: var(--color-green-lime);
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	
	section.portfolio .content,
	section.portfolio .content[data-count="2"] {
		grid-template-columns: 1fr;
		padding: 20px calc(var(--spacing) / 2)
	}

	section.portfolio figure {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
		text-align: center;
	}

	section.portfolio figure img {
		max-width: 100%;
		position: relative;
	}
}
section.plane {
	display: flex;
	justify-content: flex-end;
	padding-right: var(--offset); 
	position: sticky;
	top: 90vh;
	z-index: 1500;
	height: 0;
}

section.plane figure {
	padding: 25px 0;
	margin-top: calc((var(--spacing) + 35px) * -1);
	margin-right: calc(var(--spacing));
}
section.plane figure,
section.plane figure img {
	transition: all .25s;
	width: 200px;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	section.plane figure {
		margin-top: calc((var(--spacing) + 5px) * -1);
		width: 150px;
		margin-right: 25px;
	}

	section.plane figure img {
		max-width: 100%;
		width: 150px;
	}
}
section.page .contact aside a span {
	/*position: absolute;
	background: url(/e2/site/jaccovandergraaf/content/site/image/marker_line.png) repeat-x 0% 50%;
	height: 40px;
	border-radius: 20px;
	z-index: 100;
	pointer-events: none;
	width: 100px;
	opacity: .8;*/
}

section.page .contact aside a[href*="tel:"] span { 
	width: 130px;
	margin-left:-5px;
}

section.page .contact aside a[href*="mailto:"] span { width: 140px; }

section.page .contact.wrapper {
	display: grid;
	grid-template-columns: 30% auto; 
	gap: var(--spacing);
}

section.page .contact aside {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	padding-top: 30px;
	position: relative;
}

section.page .contact aside,
section.page .contact aside h4 {
	font-size: 24px;
	line-height: 40px;
}

section.page .contact aside a + h4 {
	margin-top: var(--line-height);
}

section.page .contact form {
	--line-height: 40px;
	--font-size: 24px;
}

section.page .contact a {
	color: #fff;
}

section.page .contact a:hover {
	color: #fff;
	text-decoration: none;
}

/* --------------- media query --------------- */

@media only screen and (max-width: 1100px) {
	section.page .contact.wrapper {
		grid-template-columns: 1fr; 
	}
	
}

section.page {
	background: #FFF;
	padding: var(--spacing) 0; 
}

section.page[data-color="white"] {
	background: white;
}

section.page[data-color="green"]  {
	background: var(--color-green);
}

section.page[data-color="black"]  {
	background: var(--color-black);
}

section.page[data-color="green-lime"] {
	background: var(--color-green-lime);
}

section.page[data-color="dark-green"] {
	color: #fff;
	background: var(--color-dark-green);
}

section.page[data-color="text-background"] {
	background: var(--color-text-background);
}
div.notice {
	background: rgba(255,255,255,.1);
	padding: calc(var(--spacing) / 2); 
}

div.notice h5 {
	margin-bottom: 10px;
	margin-top: 0; 
}
.button {
	--size: 60px;
	--line-height: 33px;
	--padding: calc((var(--size) - var(--line-height)) / 2) var(--offset-small); 
	--radius: 6px;
}

.button[data-size="small"] {
	--size: 44px;
}

.button {
	display: inline-grid; 
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	background: transparent;
	border-radius: 0px;
	border-width: 2px;
	border-style: solid;
	background: var(--color-blue-air);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: all var(--transition-speed);
	padding: 10px 20px;
	color: white;
}

.button[data-size="small"] {
	font-size: 12px;
	min-width:auto;
}

.button:hover,
.button[data-color="white"]:hover,
.button[data-color="blue"]:hover {
	color: white;
	border-color: var(--color-black);
	background: var(--color-black);
}

.button[data-color="black"]:hover {
	color: var(--color-black);
	border-color: var(--color-blue);
	background: transparent;
}

.button[data-color="white"] {
	border-color: white;
	color: white;
}

.button[data-color="blue"] {
	background: var(--color-green);
	color: white;
}

.button[data-color="dark-blue"] {
	background: var(--color-dark-green);
	color: white;
}

.button[data-color="black"] {
	background: var(--color-black);
	border-color: var(--color-black);
	color: white;
}

@media screen and (max-width: 1439px) {
	.button {
		--size: 40px;
	}	
}

@media screen and (max-width: 1023px) {
	.button {
		--size: 40px;
	}	
}