html {
	margin: auto;
	padding: 0px;
	overflow-x: hidden;
}
body {
	margin: auto;
	padding: 0px;
	overflow-x: hidden;
	min-width: 300px;
	min-width: 300px;
	background: #fff;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

::-moz-selection,
::selection {
    background: #63666a;
    color: #fff;
}


header#top {
	background: #FFF;
	color: #63666a;
	/*box-shadow: rgba(99, 102, 106, 0.4) 0px 1px 8px 0px;*/
	margin: auto;
	position: relative;
	z-index: 100;
	max-width: 1200px;
}
header#top > a {
}
header#top .logo {
	height: 42px;
	width: 167px;
	padding: 20px 18px;
}
header#top a:hover {
	background: none;
}
header#top a:hover .logo,
header#top a:active .logo,
header#top a:focus .logo {
	background: #f3f3f4;
}
nav#mainnav {
	position: absolute;
	right: 0px;
	top: 0px;
}
nav#mainnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav#mainnav li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	margin-left: -4px;
}
@media screen and (max-width: 800px) {
	nav#mainnav > ul > li {
		margin-left: -5px;
	}
}
nav#mainnav li:hover,
nav#mainnav li.hover,
nav#mainnav li:focus-within {
	overflow: visible;
}
nav#mainnav a {
	display: block;
	padding: 24px 18px 22px;
	line-height: 36px;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
}
nav#mainnav a.active {
	color: #0090e3;
}
nav#mainnav a:hover,
nav#mainnav a:focus,
nav#mainnav a:active,
nav#mainnav li:hover a {
	color: #FFF;
	background: #0090e3;
}

nav#mainnav ul.sub {
	position: absolute;
	top: 82px;
	left: 0px;
	background: #f3f3f4;
}
nav#mainnav ul.sub li {
	display: block;
	margin-left: 0px;
}
nav#mainnav ul.sub a {
	min-width: 150px;
	padding: 10px 20px;
	background: #f3f3f4;
	color: #63666a;
}
nav#mainnav ul.sub li:first-child a {
	padding-top: 12px;
}
nav#mainnav ul.sub li:last-child a {
	padding-bottom: 12px;
}
nav#mainnav ul.sub a.active {
	color: #0090e3;
}
nav#mainnav ul.sub a:hover,
nav#mainnav ul.sub a:focus,
nav#mainnav ul.sub a:active {
	color: #0090e3;
	background: #FFF;
}

header#top img.open_hamburger, header#top img.close_hamburger {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 19px;
	width: 22px;
	padding: 31px 20px 30px;
	cursor: pointer;
}
header#top.hamburger:not(.open) img.open_hamburger {
	display: initial;
}
header#top.hamburger.open img.close_hamburger {
	display: initial;
}
img.open_hamburger:hover, img.close_hamburger:hover {
	background: #f3f3f4;
}

header#top.hamburger nav {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 2.2rem;
}
header#top.hamburger.open nav {
	display: initial;
}
header#top.hamburger.open {
	background: #f3f3f4;
}
header#top.hamburger li {
	display: block;
}
header#top.hamburger ul {
	padding: 20px 0px;
	background: #FFF;
}
header#top.hamburger ul.sub {
	position: relative;
	top: 0px;
	margin: 0px 0px 10px;
	padding: 0px;
	background: #FFF;
}
header#top.hamburger li a {
	text-align: center;
	padding: 10px 20px;
	background: #FFF;
}
header#top.hamburger li a:hover, header#top.hamburger li:hover > a, header#top.hamburger li.hover > a {
	color: inherit;
}
header#top.hamburger li a:hover,
header#top.hamburger li a:active,
header#top.hamburger li a:focus {
	color: #007ec6;
}
header#top.hamburger li {
	color: #0090e3;
	font-weight: 700;
}
header#top.hamburger ul.sub li {
	color: inherit;
	font-weight: 500;
}

section.content {
	padding: 40px 18px;
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 500px) {
	section.content {
		padding: 30px 18px;
	}
}

:first-child {
	margin-top: 0px;
}
:last-child {
	margin-bottom: 0px;
}

.wrapper {
	
}
.wrapper.light {
	background: #f3f3f4;
}

.wrapper.dark {
	background: #49494c;
	color: #f3f3f4;
}
.wrapper.dark h2 {
	color: #fff;
}

.wrapper.blue {
	background: #0090e3;
	color: #FFF;
}
.wrapper.blue h1, .wrapper.blue h2 {
	color: inherit;
}

.wrapper.compact section.content {
	padding: 20px 18px;
}

.wrapper.cta {
	background: #0090e3;
	color: #FFF;
	text-align: left;
}
.wrapper.cta h1, .wrapper.cta h2 {
	color: inherit;
}

@media screen and (min-width: 700px) {
	#cta {
		display: flex;
		flex-wrap: wrap;
	}
	#cta .caption {
		flex: 1;
	}
	#cta .links {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 700px) {
	#cta {
		text-align: center;
	}
	#cta .links {
		margin-top: 20px;
	}
}

#opdrachtgevers {
	background: #262629;
	color: #f3f3f4;
}
#opdrachtgevers p {
	text-align: center;
}
	
.grid {
	/*border: solid #0090e3;
	border-width: 1px;*/
	border-radius: 5px;
	overflow: hidden;
	margin: 30px 0px;
	text-align: left;
}
.grid .item {
	text-align: center;
	display: inline-block;
	width: 33.33%;
	margin: 0px -4px 0px 0px;
	box-sizing: border-box;
	/*padding: 0px 10px;*/
	/*border: solid #0090e3;
	border-width: 0px 0px 0px 1px;*/
	position: relative;
	left: -1px;
	vertical-align: top;
}

.wrapper.light .inner {
	/*background: #FFF;*/
	padding: 20px;
}

#over {
	background: #efeff0;
}

a.with-icon {
	display: block;
	padding-top: 90px;
	background: no-repeat center top;
	background-size: 80px;
	text-decoration: none;
	font-weight: 700;
}
a.with-icon.websites { background-image: url('/img/icon_websites.png'); }
a.with-icon.webapps { background-image: url('/img/icon_webapps.png'); }
a.with-icon.marketing { background-image: url('/img/icon_marketing.png'); }

@media screen and (max-width: 600px) {
	.grid .item {
		width: 100%;
		border-width: 0px 0px 1px 0px;
	}
	.grid .item:last-child {
		border-bottom: 0px;
	}
}

div.lint {
	position: relative;
	z-index: 50;
}
div.lint:not(.custom) {
	background: url('/img/lint.jpg') no-repeat left top;
	background-size: cover;
}
div.lint img.header {
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
div.lint section.content {
	padding: 100px 0px;
	max-width: 1164px;
	z-index: 100;
}
div.lint h1, div.lint p {
	color: #FFFFFF;
	position: relative;
	margin: 0px;
}
div.lint h1 {
	font-size: 2.9rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 760px;
}
.lint a {
	color: inherit;
	text-decoration: none;
}
.lint a:hover {
	color: #bfe3f8;
	background: transparent;
}
	
div.lint.compact section.content {
	padding: 50px 0px;
}
div.lint.compact h1 {
	margin: 0px;
}

.highlight {
	background: #0090e3;
	color: #FFF;
	padding: 0px 18px 1px;
	box-sizing: border-box;
	margin-right: -18px;
}
.lint .highlight:not(:first-child) {
	font-weight: 500;
}
.highlight a:hover {
	color: #49494c;
}

.cases {
	display: grid;
	grid-gap: 26px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-rows: minmax(190px, auto);
	margin: 35px 0px 45px;
}
.cases:last-child {
	margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
	.cases {
		grid-gap: 18px;
	}
}
@media screen and (max-width: 700px) {
	.cases {
		grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
		grid-auto-rows: minmax(150px, auto);
	}
}
.cases .case {
	background: #63666a;
	padding: 0px 42px;
	position: relative;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}
.cases .caption {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 100;
}
.case h3 {
	background: #0090e3;
	transition: background 0.15s ease-in-out;
	color: #FFF;
	padding: 6px 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	font-size: 1.6rem;
}
.case img.thumb {
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%;
	opacity: 0.75;
	transition: opacity 0.15s ease-in-out;
}
.case:hover img.thumb,
.case:active img.thumb,
.case:focus img.thumb {
	opacity: 1.0;
}
.case:active h3,
.case:focus h3 {
	background: rgba(0, 144, 227, 0.8);
}
.case:hover h3 {
	background: #49494c;
}

.services {
	display: grid;
	grid-gap: 26px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-rows: auto;
	margin: 35px 0px 45px;
}
.services .service {
	font-size: 0.9em;
}

@media screen and (max-width: 700px) {
	.services {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
	.services .service {
		font-size: 0.95em;
	}
}
.service h3 {
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: 500;
}

footer#bottom {
	background: #49494c;
	color: #fff;
	padding: 35px 20px 50px;
	font-size: 1.4rem;
}
.cookiebar_shown footer#bottom {
	padding-bottom: 150px;
}
footer#bottom a {
	color: inherit;
	text-decoration: none;
	font-weight: 700;
}
footer#bottom a:hover,
footer#bottom a:active,
footer#bottom a:focus {
	color: #0090e3;
	background: transparent;
}

footer#bottom ul a {
	display: inline-block;
}
footer#bottom ul svg {
	width: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0px 10px 0px 1px;
}
@media screen and (max-width: 600px) {
	footer#bottom ul svg {
		width: 18px;
		margin-right: 5px;
	}
}
footer#bottom ul svg .icon_path {
	fill: #fff;
}
footer#bottom a:hover svg .icon_path,
footer#bottom a:active svg .icon_path,
footer#bottom a:focus svg .icon_path {
	fill: #0090e3;
}

footer#bottom nav {
	padding: 40px 0px;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
}
footer#bottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	flex: 1;
	min-width: 120px;
}
footer#bottom li {
	padding: 3px 0px;
}

footer#bottom div.disclaimer {
	line-height: 30px;
	text-align: right;
	position: relative;
	margin: 30px auto auto;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0px 18px 0px 120px;
}
footer#bottom img.logo {
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}
footer#bottom a:hover img.logo {
	filter: brightness(1.0);
}
@media screen and (max-width: 600px) {
	footer#bottom div.disclaimer {
		padding: 80px 0px 0px 0px;
		line-height: 20px;
		text-align: center;
	}
	footer#bottom img.logo {
		left: 50%;
		margin-left: -60px;
	}
}

div#cookie_permission {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #49494c;
	color: #f3f3f4;
	box-sizing: border-box;
	padding: 20px;
	font-size: 1.3rem;
	line-height: 1.25em;
	z-index: 2000;
	box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 8px 0px;
	text-align: center;
}
div#cookie_permission a.button {
	font-weight: 500;
}