    @font-face {
    font-family: 'Barriecito Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Barriecito Regular'), url('Barriecito-Regular.ttf') format('woff');
    }

body, html {
	margin: 0;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 1em;
	overflow-x: hidden;
	width: 100%;
}

button {
	font-family: Poppins, Arial, Helvetica, sans-serif;
}



.urltop {
    background-color: #000;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}
.urltop a:link, a, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
.urltop a:hover {
	text-decoration: underline;
}

.contactlink {
    background-color: #9b30ff; /* paars */
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.contactlink:hover {
    background-color: #800080;
    transition: 0.3s;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 220%;
}
h3 {

margin-bottom: 10px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
a:hover {
	text-decoration: underline;
}
#navigation a {
	float: left;
	display: block;
	color: #000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: underline;
	color: black;
}
#navigation a.active {
	color: #2E86C1;
	text-decoration: underline;
}

.bluelink {
	color: #2E86C1;
	font-weight: bold;
}
.header {
	background: #c9dece;
	background-image: url('svensie.jpg');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.header2column {
    background: #c9dece;
    background-image: url('svensie.jpg');
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 90vh; 
    min-height: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-left: -18px;
    padding: 0 20px; /* voor kleine schermen een beetje ruimte */
}
#title2column {
    padding: 0;
    color: #fff;
    font-size: 140%;
}
#title2column2 {
    padding: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 140%;
		
}
#title2column2 h1 {
	margin: 10px;
	top: 50%;
	
}

.disclaimer h2 a:hover {
	text-decoration: none;
}
.content {
	margin-top: 30px;
	padding-left: 20%;
	padding-right: 20%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.content2columnh2 {
	margin-top: 40px;
	padding-left: 10%;
	padding-right: 10%;
	max-width: 1050px;

}
.content2column {
	padding-left: 10%;
	padding-right: 10%;
	margin-left: auto;
	margin-right: auto;
	column-count: 2;
	column-gap: 40px;

	}
.content2button {
	margin-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 50px;
}
.content2button2 {
	margin-top: 20px;
	padding-left: 9%;
	padding-right: 10%;
	margin-bottom: 50px;
}
.content2button button, button:active, button:visited {
	background-color: #a9cbb1;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2em;
}
.content2button button:hover {
	background-color: #79ae86;
	border: 0px;
	text-decoration: underline;
	transition: 0.4s;
	cursor: pointer;
}
.content2button button:focus {
	outline: 0;
}
.content2button2 button, button:active, button:visited, #title2column2 button {
	background-color: #a9cbb1;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;

	cursor: pointer;
	font-weight: bold;	font-size: 0.9em;
}
.content2button2 button:hover, #title2column2 button:hover {
	background-color: #79ae86;
	border: 0px;
	text-decoration: underline;
	transition: 0.4s;
	cursor: pointer;
}
.content2button2 button:focus {
	outline: 0;
}
.content h2 {
	font-size: 200%;
}
div.picturediv {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	max-width: 750px;
	font-size: 95%;
}
div.picturediv img {
	width: 100%;
	border: 1px solid #d3d3d3;
}
#urltop {
	background-color: #000;
	height: 30px;
	color: #fff;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}
#urltop a:link, a, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
#urltop a:hover {
	text-decoration: underline;
}
hr {
	background: #000;
	height: 1px;
	border: 0px;
}
#navigation {
	width: 100%;
	margin: 0 auto;
}
#navigation h1 {
	padding-left: 60px;
	padding-top: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 300%;
	font-family: 'Barriecito Regular';
	float: left;
	text-transform: uppercase;
}
nav {
	float: right;
	padding: 0 4%;
	padding-top: 16px;
	width: auto;
}
.menu ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li a {
	text-decoration: none;
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	display: block;
}
.socials {
	margin-bottom: 50px;
	opacity: 0.6;
}
#title {
	margin-top: 50px;
	padding-left: 20%;
	padding-right: 20%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#title h1 {
	margin: 0;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 300%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 650px;
	text-align: left;
}
textarea {
	width: 70%;
}
.showcase {
	width: 100%;
		background: #eee;
		background-image: url('achtergrond.jpg');
	padding-bottom: 40px;
	padding-left: 10%;
	padding-right: 10%;
}
.showcasecontent {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.showcasetitle h2 {
	color: #000;
	padding-left: 0px;
	padding-right: 10%;
	padding-bottom: 10px;
	max-width: 1050px;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 40px;
}
div.card {
width: 26%;
	background-color: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;
}
div.card a {
	color: #2E86C1;
	font-weight: bold;
}
div.card a:hover {
	text-decoration: underline;
}
.card p, h3 {
	padding-left: 20px;
	padding-right: 20px;
}
#mobilenavi {
	display: none;
	width: 100%;
}
img.thumb {
	width: 100%;
}
#footer {
	width: 100%;
	background-color: #000;
	color: #fff;
	margin: 0px;
	margin: 0px;
	overflow: hidden;
	height: 100%;
	height: auto;
}
#footer p {
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 20px;
	column-count: 2;
}
.footercontainer {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.footerlinks {
	float: left;
	background-color: #000;
	width: 36%;
	padding-top: 45px;
	padding-bottom: 45px;
	font-weight: bold;
}
#footer h2 {
	text-transform: uppercase;
}
.disclaimer {
	float: right;
	background-color: #000;
	width: 64%;
}
.disclaimer h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Barriecito Regular';
}

/* Dropdown container */
.menu .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .menu .dropdown-content {
	display: none;
	position: absolute;
	top: 100%; /* Zorgt dat het direct onder de link komt */
	left: 0;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links binnen dropdown */
  .menu .dropdown-content a {
	display: block;
	padding: 10px 6px 0px;
	text-decoration: none;
	color: inherit; /* Zorgt dat kleur hetzelfde is als andere links */
	background-color: #fff; /* idem */
	font-weight: normal;
  }
  
  .menu .dropdown-content a:hover {
	text-decoration: underline;
  }
  
  /* Toon dropdown bij hover */
  .menu .dropdown:hover .dropdown-content {
	display: block;
  }
  
  /* Zorg dat hoofdlink (Portfolio) eruitziet als de andere links */
  .menu .dropdown > a {
	text-decoration: none;
	color: inherit;
	padding: 10px 16px;
	display: inline-block;
	font-weight: normal;
  }

@media screen and (max-width: 800px) {
	.contactlink {
		margin-right: -35px;
	}
	.header2column {
	min-height: 350px;
	}
	#navigation {
		display: none;
	}
	#mobilenavi {
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
		text-align: center;
		overflow: hidden;
		color: #000;
	}
	#mobilenavi a {
		color: #000;
		margin: 0px;
		padding: 20px 0px 20px 0px;
		font-weight: bold;
		font-size: 1em;
		width: 33.33%;
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 1px solid #f1f1f1;
		border-bottom: 0px;
	}
	#mobilenavi a.active {
		color: #2E86C1;
		text-decoration: underline;
	}
	
	#mobilenavi h1 {
	font-size: 350%;
	font-family: 'Barriecito Regular';
	margin: 10px;
	}
	.content2columnh2 {
		margin-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
		font-family: 'Barriecito Regular'; 
		max-width: 100%;
	}
	.content2button {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
		margin-top: 0px;
	}
	.content2column {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
		column-count: 1;
	}
	.showcase {
		width: 100%;
		background: #f1f1f1;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.showcasetitle {
		padding-right: 20px;
		width: 100%;
	}
	.showcase h2 {
		width: 100%;
	}
	div.card {
		width: 47.5%;
		background-color: #fff;
		border-right: solid 10px #f1f1f1;
		display: inline-block;
	}
	.card p, h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content, #title, #title2column, #footer p {
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer P {
		column-count: 1;
	}
	div.picturediv {
		margin-left: auto;
		margin-right: auto;
		width: 93%;
		padding-top: 20px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	#logo {
		width: 100%;
	}
	#navigation {
		width: 100%;
	}
	.urltop {
		padding-left: 20px;
	}

}


@media screen and (max-width: 600px) {
	#footer {
		width: 100%;
	}
	#footercontainer {
		width: 100%;
	}
	
		.showcase {
		width: 100%;
		background: #f1f1f1;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.showcasetitle {
		padding-right: 20px;
		width: 100%;
	}
	.urltop {
		padding-left: 20px;
	}
	.showcase h2 {
		width: 100%;
	}
	div.card {
		width: 93%;
		background-color: #fff;
		border-right: solid 10px #f1f1f1;
		display: inline-block;
		margin-bottom: 30px;
	}
	.card p, h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footerlinks {
		float: left;
		background-color: #000;
		width: 100%;
		padding-top: 45px;
		font-weight: bold;
		padding-left: 50px;
		padding-bottom: 0;
	}
	.disclaimer {
		float: left;
		background-color: #000;
		width: 100%;
		padding-left: 50px;
	}
}