
/* reset */
html, body, header, nav, main, section, article, footer, div, span, h1, h2, h3, ul, ol, li, p, a, img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font: inherit; 
	vertical-align: top;
}

html {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #FFF;
}

header {
	overflow: hidden;
}

header img {
	width: 130px; /* miker */
	width: 230px; /* miker works */
}

header div {
	padding-top: 1.8rem;
	padding-bottom: 0.6rem;
}

h1, h2, h3, h4, p {
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
	font-size: 2.4rem;
	margin-bottom: 0.5rem;
}

h2 {
	font-size: 1.6rem;
	margin-bottom: 0.3rem;
}

h3 {
	font-size: 1.2rem;
}

p {
	line-height: 1.4em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a.link_out:before {
	margin-right: 8px;
}


.highlight{
	padding:0.5rem;
}

.highlight a{
	text-decoration: none;
}

.highlight a p{
	color:black;
}

.highlight a h2{
	color:black;
}

.highlight:hover {
	background:#f5f5f5;
	
	border-radius: 1rem;
}

.equal_height-container{
	display: table; /* Make the container element behave like a table */
}

.equal-height{
	display: table-cell;
	padding-bottom: 3.5em;
}

.fixed-header-height{
	height:2.5em;
	margin-bottom: 0.5em;
}

.link-icon{
	height: 1.5em;
}

.language-icon{
	max-height: 1em;
	width:auto;
}

@media only screen and (min-width: 900px) {
	.bottom {
		bottom: 0;
		position: fixed;
		opacity: 0;
		transition: opacity 1ms;
		display: block;
	}
}

.fade-in{
	opacity: 1;
	transition: opacity 2000ms;
}

@media only screen and (max-width: 1200px) {
	.equal-height { 
	  display: block;
	}
  }


input, textarea {
	font-size: 1rem;
	padding: 0.5rem;
	margin-left: -0.1rem;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	border-radius: 0.0rem;
}

button {
	display: block;
	font-size: 1rem;
	padding: 0.5rem 1.4rem 0.6rem 1.4rem;
	margin-top: 0.7rem;
	margin-left: -0.15rem;
	border-radius: 0.0rem;
	border-radius: 0rem;
	background-color: #100C11;
	color: #FFF;
}

.layout {
	padding-left: 1rem;
	padding-right: 1rem;
}

.columns {
	padding-top: 1rem;
}

.columns p, 
.columns ul {
	margin: 0.1rem 0.05rem 1.4rem 0.05rem;
	max-width: 36em;
}

.columns ul {
	list-style-type: none;
}

.columns li {
	padding-top: 0.3rem;
	padding-top: 0.7rem;
}

.columns ul.checked_list li {
	padding-left: 40px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28px' height='28px' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><polyline fill='none' stroke='#32B463' stroke-width='4' points='24.273,5.044 12.173,24.044 5.273,13.044'></polyline></svg>");
	background-repeat: no-repeat;
	background-position: left center;
}

.columns:last-child {
	padding-bottom: 1.8rem;
}

.intro {
	font-size: 1.08rem; 
	margin-bottom: 1.6rem;
}

.large_list {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

.large_list h2, 
.large_list p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	max-width: none;
}

.large_list h2 {
	font-size: 1.1rem;
}

.large_list span {
	font-size: 1.1rem;
	line-height: 1.4em;
	display: inline-block;
	padding: 0.3rem 0.6rem;
}

.large_list .large_illustrated_list span {
	display: block;
}

.large_list .large_illustrated_list img {
	display: inline-block;
	width: 60%;
}

.large_list .large_illustrated_list h3 {
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	border-radius: 0em;
	padding: 0.6em 0.4em 0.2em 0.4em;
	margin: 4em 0 0 10%;
	text-align: center;
	font-size: 1rem;
}

.large_list .large_illustrated_list p {
	font-size: 1rem;
	text-align: center;
	margin-top: 0; 
}

.sub_header {
	margin-bottom: 1rem;
}

.bg_visual {
	background-position: center center;
	background-size: cover;
}

p.tags {
	margin: 1.2rem -0.2rem 1rem; 
	font-size: 0.85rem;
}

p.tags span {
	display: inline-block;
	padding: 0.2rem 0.6rem;
	margin: 0.3rem 0.1rem;
	border-radius: 0rem;
}

p.tags a {
	text-decoration: none;
}

.btn,
.btn:hover,
.btn:active {
    display: inline-block;   /* belangrijk */
    margin-left: -0.1rem;
	margin-top: 0.1rem;
    padding: 0.6rem 1.3rem 0.7rem 1.3rem;
    border-radius: 0.0rem;
    text-decoration: none;
	cursor: pointer;

    max-width: none;         /* verwijder beperking */
    width: auto;             /* breedte = tekst + padding */
}

/* M A I N   N A V I G A T I O N */

#nav_icon {
	float: right;
	margin-top: 0.35rem;
	display: inline-block;
	background-color: #FFF;
	color: #fff;
	width: 28px;
	height: 28px;
	background-image: url("icon-menu.svg");
}

#nav_list {
	display: block;
	-webkit-transition: opacity 0.2s, height 0.3s;
	transition: opacity 0.2s, height 0.3s;
	transition-timing-function: ease-in-out;
	overflow: hidden;
}

#nav_list ul {
	list-style-type: none;
}

#nav_list li {
	margin: 0.9rem 0 1.1rem 0.25rem;
}

#nav_list a:hover {
	color: #1A151B;
	text-decoration: underline;
}

#nav_list .current {
	color: #1A151B;
}

#nav_list .active {
	font-weight: bold;
	text-decoration: none;
}

#nav_list .inactive {
	font-weight: normal;
	text-decoration: none;
	color:black;
}

#nav_list .root {
	font-style: italic;
}

.nav_list_open {
	opacity: 1;
	height: 130px;
}

.nav_list_closed {
	opacity: 0;
	height: 0px;
}

.clipart-icon{
	max-height: 4em;
	max-width: 4em;
	margin-bottom: 1em;
}

.clipart-super-icon{
	max-height: 3em;
	max-width: 3em;
	margin-bottom: 1em;
	margin-top:1em;
}

.partner-badge{
	max-height: 3em;
	margin-bottom:4em;
}

.illustration{
	width:70%;
}

.photo{
	width:70%;
	border-width:1px;
	border-style:solid;
	border-color:gainsboro;
}


  .web-screenshot {
	display: block;
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
  }

  .web-screenshot img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }



.screenshot {
	display: block;
	width: 100%;
	height: 1.5em;
	position: relative;
	overflow: hidden;
	padding: 50% 0 0 0;
	background-color: gainsboro;
	margin-bottom: 2em;
  }

  .screenshot img{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }

  .app-screenshot{
	display: block;
	width: 30em;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 50% 0 0 0;
	margin-bottom: 1em;
  }

  .app-screenshot img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }
  
  .screenshot img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }
  
  .screenshot-full {
	display: block;
	max-width: 100%;
	max-height: 500px;
	position: relative;
	overflow: hidden;
	border-width:1px;
	border-style:solid;
	border-color:gainsboro;
  }
  
  .screenshot-full img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }

.attribution{
	font-size: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 1em;
}


/*  C O L O R S  */

/*
	primary / background colors

	#FFF     white
	#E6E7E8  grey
	#00C1F9  blue 		rgba(0, 193, 249, 1)
	#100C11  black

	secondary colors

	#05C75C  green
	#32B463  green text
	
	#EFF0F1  off-white text
	#d7f6ff  off-white text on blue

	#A1A5A6  light grey text
	#919597  light grey text on grey
	#007DA2  light grey text on blue
	#00B8EE  blue text

	#00B8EE  blue on light grey
	#00AFE3  blue text on light grey

	#01b250  green text on white

	#1A151B  dark text

	#background-color: #00C0F7;

	#6C4C35; 
*/


#hero {
	background-color: #B7DCF0; 

}

#hero h1 {
	color: #000;
}

#nav_list a {
	color: #00C1F9;
}

.bg_white {
	background-color: #FFF;
	color: #1A151B;
}

.bg_white .large_list h2,
.bg_white .sub_header {
	color: #00C1F9;
}

.bg_white .large_list p,
.bg_white .light_text {
	color: #A1A5A6;
}

.bg_white .large_list span {
	color: #1A151B;
}

.bg_white p.tags,
.bg_white p.tags a {
	color: #FFF;
}

.bg_white p.tags span {
	background-color: #00C1F9;
}

.bg_white a {
	color: #00B8EE;
}

.bg_white a:active {
	color: #1A151B;
}

.bg_white .btn {
	background-color: #00C1F9;
	color: #FFF;

}

.bg_white .btn:hover {
	background-color: #4A78BB;
	color: #FFF;
}

.bg_white .btn:active {
	background-color: #100C11;
	color: #FFF;
}



.bg_grey {
	background-color: #E6E7E8;
	color: #1A151B;
}



.bg_grey h1,
.bg_grey .large_list h2 {
	color: #00AFE3;
}

.bg_grey .large_list p,
.bg_grey .light_text {
	color: #919597;
}

.bg_grey .large_list span {
	color: #1A151B;
}

.bg_grey p.tags,
.bg_grey p.tags a {
	color: #E6E7E8;
}

.bg_grey p.tags span {
	background-color: #00B8EE;
}

.bg_grey a {
	color: #0097cf;
}

.bg_grey a:active {
	color: #1A151B;
}

.bg_grey a.link_out:before {
	content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28px' height='28px' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><polyline fill='none' stroke='#0097cf' stroke-width='1.5' points='20,19 20,23 4,23 4,10 7,10'></polyline><rect fill='none' stroke='#0097cf' stroke-width='1.5' x='7' y='6' width='16' height='13'></rect></svg>");
}

.bg_grey a:hover.link_out:before {
	content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28px' height='28px' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><polyline fill='none' stroke='#0097cf' stroke-width='1.5' points='20,18 20,23 4,23 4,10 8,10'></polyline><rect fill='none' stroke='#0097cf' stroke-width='1.5' x='8' y='5' width='16' height='13'></rect></svg>");
}

.bg_grey a:active.link_out:before {
	content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28px' height='28px' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><polyline fill='none' stroke='#1A151B' stroke-width='1.5' points='20,18 20,23 4,23 4,10 8,10'></polyline><rect fill='none' stroke='#1A151B' stroke-width='1.5' x='9' y='4' width='16' height='13'></rect></svg>");
}

.bg_grey .btn {
	background-color: #00C1F9;
	color: #FFF;
}

.bg_grey .btn:hover {
	background-color: #4A78BB;
	color: #FFF;
}

.bg_grey .btn:active {
	background-color: #100C11;
	color: #FFF;
}



.bg_blue {
	background-color: #00C1F9;
}

.bg_blue .large_list h2,
.bg_blue .sub_header {
	color: #FFF;
}

.bg_blue .large_list p,
.bg_blue .light_text {
	color: #0072ab;
}

.bg_blue .large_list .large_illustrated_list p,
.bg_blue .large_list span {
	color: #1A151B;
}

.bg_blue .large_list .large_illustrated_list h3 {
	color: #1A151B;
	background-color: #FFF;
	color: #FFF;
	background-color: #00B8EE;
	color: #00C1F9;
	color: #FFF;
	background-color: #1A151B;
}

.bg_blue p.tags,
.bg_blue p.tags a {
	color: #00AFE3;
}

.bg_blue p.tags span {
	background-color: #FFF;
}

.bg_blue a {
	color: #0072ab;
}



.bg_black {
	background-color: #100C11;
	color: #E6E7E8;
}

.bg_black .large_list h2,
.bg_black .sub_header {
	color: #50b1de;
}

.bg_black .large_list p,
.bg_black .light_text {
	color: #537799;
}

.bg_black .large_list span {
	color: #E6E7E8;
}

.bg_black .intro {
	color: #FFF;
}

.bg_black p.tags,
.bg_black p.tags a {
	color: #1A151B;
}

.bg_black p.tags span {
	background-color: #50b1de;
}

.bg_black a {
	color: #63c5f2;
}

.bg_black a:active {
	color: #E6E7E8;
}

.bg_black input {
	color: #1A151B;
	background-color: #FFF;
}

.bg_black input::placeholder {
	color: #A1A5A6;
}

.bg_black button {
	color: #00C1F9;
	border: 1px solid #00C1F9;
}



/*  I D  */

#hero p {
	font-size: 1.08rem;
}

#hero .two_column img {
	display: block;
	margin: 0 auto;
}

#contact_forms {
	background-image: url("bg_contact_forms.jpg");
	display: none;
}

#contact_forms a {
	color: #00C1F9;
	text-decoration: underline;
}

#contact_data {
	padding-bottom: 250px;
	background-image: url("bg_office_blue.jpg");
	background-position: bottom center;
	color: #EFF0F1;
}

#google_maps_map {
	width: 100%;
	height: 50vh;
	max-height: 600px;
	display: block;
}

#copyright {
	font-size: 0.7rem;
	padding-top: 1rem; 
	padding-bottom: 1rem; 
}

.hide_on_mobile{
	display :none;
}

@media only screen and (min-width: 450px) {
	header img {
		width: 255px; /* miker */
		width: 400px; /* miker works */
	}
	header div {
		padding-top: 2.7rem;
		padding-bottom: 0.7rem;
	}
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	#nav_icon {
		margin-top: 0.6rem;
	}
	.layout {
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
	.columns {
		padding-top: 1.8rem;
	}
	.columns:last-child {
		padding-bottom: 3.1rem;
	}
	.large_list .large_illustrated_list h3 {
		font-size: 1.3rem;
		margin-left: 5%;
		margin-top: 3em;
	}
	.sub_header {
		margin-bottom: 1.1rem;
	}
	.intro {
		font-size: 1.13rem; 
	}
	#hero p {
		font-size: 1.1rem;
	}
	#contact_data {
		padding-bottom: 275px;
	}
}

@media only screen and (min-width: 900px) {
	html {
		font-size: 19px;
	}
	header img {
		width: 263px; /* miker */
		width: 420px; /* miker works */
	}
	header div {
		padding-top: 3rem;
		padding-bottom: 0.7rem;
	}
	h1 {
		font-size: 2.9rem;
	}
	.layout {
		padding-left: 3.4rem;
		padding-right: 3.4rem;
	}
	.columns {
		padding-top: 2rem;
		display: grid;
		grid-template-rows: auto;
		grid-column-gap: 1.3rem;
		grid-row-gap: 1.6rem;
	}
	.columns:last-child {
		padding-bottom: 3.5rem;
	}
	.columns p {
		margin-bottom: 1.4rem;
	}
	.two_column {
		grid-template-columns: repeat(2, 1fr);
	}
	#hero .two_column {
		grid-template-columns: 1fr;
	}

	.multi_portfolio_column {
		grid-template-columns: repeat(4, 1fr);
	}

	.multi_column {
		display: none;
	}
	.large_list .large_illustrated_list span {
		padding: 0;
		display: flex;
		align-items: center;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.large_list .large_illustrated_list img {
		order: 1;
		margin: 0; 
		flex: 0 0 20%;
	}
	.large_list .large_illustrated_list h3 {
		order: 2;
		margin: 0 1em 0 0; 
		height: 1.6em;
		text-align: center;
		flex: 0 0 1.6em;
	}
	.large_list .large_illustrated_list p {
		order: 3;
		text-align: left;
		margin: 0; 
		flex: 1 1 30%;
	}
	.sub_header {
		margin-bottom: 1.1rem;
	}
	.intro {
		font-size: 1.14rem; 
	}
	#hero p {
		font-size: 1.1rem;
	}
	#contact_forms {
		height: 30vh;
		min-height: 360px;
	}
	#contact_forms article {
		grid-column-start: 2;
	}
	#contact_data {
		padding-bottom: 283px;
	}
	.hide_on_mobile{
		display:block;
	}
}

@media only screen and (min-width: 1350px) {
	#nav_icon {
		display: none;
	}
	#nav_list {
		float: right;
	}
	#nav_list li {
		margin-left: 1rem;
		margin-top: 1rem;
		float: left;
	}
	.nav_list_open,
	.nav_list_closed {
		opacity: 1;
		display: inline-block;
		height: auto;
	}
}


@media only screen and (min-width: 900px) {
	header img {
		width: 180px; /* miker */
		width: 440px; /* miker works */ 
	} 
	header div {
		padding-top: 3.6rem;
		padding-bottom: 0.8rem;
	}
	h1 {
		font-size: 3.1rem;
	}
	.layout {
		padding-left: 4.6rem;
		padding-right: 4.6rem;
	}
	.columns {
		padding-top: 2.5rem;
		grid-column-gap: 1.7rem;
		grid-row-gap: 2.1rem;
	}
	.columns:last-child {
		padding-bottom: 4.4rem;
	}
	.two_column {
		grid-template-columns: repeat(2, 1fr);
	}
	#hero .two_column {
		grid-template-columns: repeat(2, 1fr);
	}
	#hero .two_column article {
		align-self: center;
	}
	#hero .two_column img {
		margin: 0;
	}
	.multi_column {
		grid-template-columns: repeat(2, 1fr);
	}
	.multi_portfolio_column {
		grid-template-columns: repeat(3, 1fr);
	}
	.sub_header {
		margin-bottom: 1.2rem;
	}
	.intro {
		font-size: 1.17rem; 
	}
	#nav_list li {
		margin-top: 1.2rem;
	}
	#hero p {
		font-size: 1.2rem;
	}
	#contact_data {
		padding-bottom: 300px;
	}
	#hero_header {
		display: block;
	}
	.hide_on_mobile{
		display:block;
	}
}

@media only screen and (min-width: 1200px) {
	header img {
		width: 197px; /* miker */
		width: 360px; /* miker works */
	}
	header div {
		padding-top: 4.2rem;
		padding-bottom: 0.9rem;
	}
	h1 {
		font-size: 3.5rem;
	}
	input, textarea {
		width: 90%;
	}
	.layout {
		padding-left: 5.8rem;
		padding-right: 5.8rem;
	}
	.columns {
		padding-top: 3rem;
		grid-column-gap: 2.1rem;
		grid-row-gap: 2.5rem;
	}
	.columns:last-child {
		padding-bottom: 5.3rem;
	}
	.multi_column {
		grid-template-columns: repeat(3, 1fr);
	}
	.multi_portfolio_column {
		grid-template-columns: repeat(3, 1fr);
	}
	.large_list span {
		padding: 1.4rem;
	}
	.large_list h2, 
	.large_list p {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.large_list h2 {
		font-size: 1.3rem;
	}
	.large_list span {
		font-size: 1.7rem;
		line-height: 1.4em;
		padding: 0.8rem 1.2rem;
	}
	.sub_header {
		margin-bottom: 1.3rem;
	}
	.intro {
		font-size: 1.2rem; 
	}
	#nav_list li {
		margin-top: 1.5rem;
	}
	#hero p {
		font-size: 1.3rem;
	}
	#contact_data {
		padding-bottom: 316px;
	}
	.hide_on_mobile{
		display:block;
	}
}

@media only screen and (min-width: 1500px) {
	html {
		font-size: 20px;
	}
	header img {
		width: 213px; /* miker */
		width: 390px; /* miker works */
	}
	header div {
		padding-top: 4.9rem;
		padding-bottom: 1rem;
	}
	h1 {
		font-size: 3.8rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	.layout {
		padding-left: 7rem;
		padding-right: 7rem;
	}
	.columns {
		padding-top: 3.5rem;
		grid-column-gap: 2.6rem;
		grid-row-gap: 3rem;
	}
	.columns:last-child {
		padding-bottom: 6.2rem;
	}
	.columns p {
		margin-bottom: 1.5rem;
	}
	.sub_header {
		margin-bottom: 1.4rem;
	}
	.intro {
		font-size: 1.23rem; 
	}
	#nav_list li {
		margin-top: 1.6rem;
	}
	#hero p {
		font-size: 1.4rem;
	}
	#contact_data {
		padding-bottom: 333px;
	}
	.large_list .large_illustrated_list {
		text-align: center;
		display: flex;
	}
	.large_list .large_illustrated_list span {
		flex: 1;
		flex-direction: column; 
	}
	.large_list .large_illustrated_list img {
		width: 100%;
	}
	.large_list .large_illustrated_list h3 {
		margin: 1rem 0 0.6rem 0;

	}
	.large_list .large_illustrated_list p {
		text-align: center;
		font-size: 1rem;
		margin: 1rem
	}
	.hide_on_mobile {
		display:block;
	}
}

@media only screen and (min-width: 1800px) {
	header img {
		width: 230px; /* miker */
		width: 400px; /* miker works */
	}
	header div {
		padding-top: 5.5rem;
	}
	h1 {
		font-size: 4rem;
		margin-top: 1rem; 
		margin-bottom: 2rem;
	}
	.layout {
		width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
	.columns {
		padding-top: 4rem;
		grid-column-gap: 3rem;
		grid-row-gap: 3.4rem;
	}
	.columns:last-child {
		padding-bottom: 7rem;
	}
	.sub_header {
		margin-bottom: 1.5rem;
	}
	.intro {
		font-size: 1.26rem; 
		margin-bottom: 1.6rem;
	}
	#nav_list li {
		margin-top: 1.6rem;
	}
	#contact_data {
		padding-bottom: 350px;
	}
	.hide_on_mobile{
		display:block;
	}
}

.move {
	opacity: 0;
	transition: opacity 0.5s, transform 0.5s;
	transition-timing-function: ease-in-out;
}

.move.from_right {
	transition-delay: 0.4s;
}

.move.from_left.ready {
	transform:translateX(-10px);
}

.move.from_right.ready {
	transform:translateX(10px);
}

.move.done {
	transform:translateX(0);
	opacity: 1.0;
}

@media only screen and (min-width: 900px) {
	.move.from_left.ready {
		transform:translateX(-30px);
	}

	.move.from_right.ready {
		transform:translateX(30px);
	}

	.move.done {
		transform:translateX(0);
		opacity: 1.0;
	}

}

body { font-family: "Karla", sans-serif !important; }

button, input, textarea, select {
  font-family: "Karla", sans-serif;
}
 
.form-field {
    margin-bottom: 1rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
}

.form-field input,
.form-field textarea {
    width: 100%;
    font-family: inherit;
}

/* HERO layout */
/* HERO layout modern */

#hero {
    position: relative;
    overflow: hidden;
    padding: 0;
}

#hero .hero-container {
    display: flex;
    align-items: stretch;
    min-height: 260px;
}

/* Tekst links */
#hero .hero-text {
    flex: 0 0 45%;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

/* Image rechts */
#hero .hero-image {
    flex: 0 0 55%;
    overflow: hidden;
}

/* Image vult volledig */
#hero .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

input, textarea, select, button {
  border: none;
  outline: none;
}

#hero .columns article:first-child img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}

/* Form controls altijd volle breedte */
input, textarea, select, button {
  width: 100%;
  box-sizing: border-box;
}

/* Als je je negatieve margins wilt houden, dan liever padding op container,
   maar dit voorkomt dat 100% + padding "te breed" wordt */
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  box-sizing: border-box;
}

.portfolio-image {
    display:block;
    margin:40px auto 0 auto;
    max-width:100%;
    height:auto;
}

.portfolio-row {
    display:flex;
    justify-content:center;
    gap:40px;
    margin-top:40px;
    flex-wrap:wrap; /* belangrijk voor mobiel */
}

.portfolio-image-small {
    max-width:600px;
    width:100%;
    height:auto;
}

/* mobiel: onder elkaar */
@media (max-width: 768px) {
    .portfolio-row {
        flex-direction:column;
        align-items:center;
    }
}