*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
div.under_construction{
	min-height: calc(100vh - 200px);
	padding: 30px;
}
input[type="submit"]{
	-webkit-appearance: none;
}
.openHamburger{
	display: none;
}
a.red_link{
	background-color: #BD081C;
	padding: 10px 34px;
	display: inline-block;
	color: #FFF;
    font-size: 16px;
	border-radius: 30px;
}
span.Libre{
	font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
}
span.red{
	color: #BD081C;
}
div.overlay{
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
}
body{
 	font-family: "Poppins", sans-serif;
 	font-weight: 300;
 	color: #333333;
 	font-size: 16px;
}
header div#top_menu{
	height: 75px;
	padding: 0 20px;
	position: fixed;
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 16px -3px rgba(89,78,78,1);
	-moz-box-shadow: 1px 1px 16px -3px rgba(89,78,78,1);
	box-shadow: 1px 1px 16px -3px rgba(89,78,78,1);
}
header div#top_menu div#logo, header div#top_menu ul{
	display: inline-block;
}
header div#top_menu div#logo img{
	height: 55px;
	margin-top: 10px;
}
header div#top_menu ul{
	position: absolute;
	right: 0px;
	top: 0;
}
header div#top_menu ul li{
	display: inline-block;
	margin-left: 20px;
}
header div#top_menu ul li a{
	height: 75px;
	display: block;
	color: #594e4e;
	padding: 23px 10px 0 10px;
}
header div#top_menu ul li a:hover{
	color: #000;
	border-bottom: 3px solid #BD081C;
}
header div#top_menu ul li a.active{
	color: #000;
	border-bottom: 3px solid #BD081C;
}
header div#top_menu ul li.last{
	background-color: #BD081C;
	margin-right: 0;
}
header div#top_menu ul li.phone{
	background-image: url('/img/phone_icon_dark.svg');
	background-position: left 20px top 24px;
	background-repeat: no-repeat;
	padding-left: 45px;
	background-size: 22px;
	border-left: 1px solid rgba(89, 78, 78, 0.4);
}
header div#top_menu ul li.phone a{
	border-bottom: 3px solid rgba(255, 255, 255, 0);
}
header div#top_menu ul li.last a{
	color: #f1f1f1;
	font-weight: 500;
	padding: 23px 25px 0 25px;
}
header div#top_menu ul li.last a:hover{
	color: #FFF;
}
section{
	padding-top: 75px;	
}
section div.page_top{
	height: 62vh;
	background-image: url('/img/websites_banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
section div.page_top div.head_h1{
	width: 60%;
	height: 100%;
	padding: 10%;
	line-height: 60px;
}
section div.page_top div.head_h1 h1{
	color: #FFF;
	font-size: 48px;
	font-weight: 600;
}
section div.page_top.nextpage.webshops{
	background-image: url('/img/background.jpg');
}
section div.page_top.nextpage.websites div.overlay{
	background-color: rgba(0, 0, 0, 0.6);
}
section div.page_top.nextpage.websites{
	background-image: url('/img/background_ws.jpg');
}
section div.page_top.nextpage.contact{
	background-image: url('/img/background_contact.jpg');
}
section div.page_top.nextpage.as_soft{
	background-position: left center;
	background-image: url('/img/background_as_software.jpg');
}


section div.page_top.nextpage div.overlay{
	background-color: rgba(255, 255, 255, 0);
}
section div.page_top.nextpage div.head_h1 p{
	font-size: 26px;
	font-weight: 400;
	color: #FFF;
	line-height: 40px;
	margin-top: 10px;
}
section div.page_top div.lets_build{
	height: 150px;
	background-color: #BD081C;
	text-align: center;
}
section div.page_top div.lets_build form{
	margin-top: 15px;
}
section div.page_top div.lets_build p, section div.page_top div.lets_build select, section div.page_top div.lets_build input{
	display: inline-block;
	color: #f1f1f1;
	font-weight: 400;
}
section div.page_top div.lets_build p:first-child{
	font-size: 18px;
	font-weight: 400;
	padding-right: 6px;
	color: #f1f1f1;
}
section div.page_top div.lets_build p.select{
	border-bottom: 2px solid #f1f1f1;
	width: 30%;
}
section div.page_top div.lets_build select{
	width: 100%;
	height: 30px;
	font-size: 18px;
	outline: none;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	-webkit-appearance: none;
	background-image: url('/img/driehoek.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 13px;
	color: #f1f1f1;
}
section div.page_top div.lets_build input{
	border: 2px solid #f1f1f1;
	background-color: rgba(255, 255, 255, 0);
	color: #f1f1f1;
	border-radius: 20px;
	margin-left: 30px;
	height: 35px;
	padding: 0 30px;
	font-size: 18px;
	cursor: pointer;
}
section div.page_top div.lets_build h2{
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-weight: 400; 
	padding-top: 25px;
}
section div.page_section{
	margin-top: 150px;	
}
section div.page_section h2{
	font-size: 44px;
	text-align: center;
	padding-top: 50px;
	line-height: 60px;
}
section div.page_section span.Libre, section div.page_section div.artikel div.text h3 span.Libre{
	color: #594e4e;
}
section div.page_section p{
	padding: 20px 5%;
	text-align: center;
	color: #738495;
	max-width: 1500px;
	margin: 0 auto;
}
section div.page_section_sec{
	margin-top: 40px;
	background-color: #f5f8fa;
}
section div.page_section_sec.dark_theme{
	background-color: #18191a;
	color: #666;
}
section div.page_section_sec div.artikel{
	height: calc(100vh - 100px);
	max-height: 650px;
	max-width: 1500px;
	margin: 0 auto;
}
section div.page_section_sec.dark_theme div.artikel{
	max-height: calc(100vh - 150px);
}
section div.page_section_sec div.artikel div.text{
	padding: 10%;
}
section div.page_section_sec div.artikel div.text p{
	font-size: 14px;
	margin: 20px 60px 0 0;
}
section div.page_section_sec div.artikel div.text h3{
	font-size: 40px;
    color: #222425;
    margin: 0 0 5px;
    font-weight: 900;
    line-height: 50px;
}
section div.page_section_sec.dark_theme div.artikel div.text h3{
	color: #FFF;
}
section div.page_section_sec.dark_theme div.artikel div.text h3 span.Libre{
	color: #FFF;
}
section div.page_section_sec div.artikel div.text a.red_link{
	margin-top: 25px;
}
div.mobile_img{
	display: none;
}
section div.page_section_sec div.artikel div.image{
	overflow: hidden;
	height: 100%;
	text-align: right;
}
section div.page_section_sec div.artikel div.image img{
	max-height: 100%;
}
section div.page_section_sec div.artikel div.left, section div.page_section_sec div.artikel div.right{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 49.7%;
}
section div.page_section_sec div.discuss_project{
	height: 200px;
	background-color: #BD081C;
	text-align: center;
}
section div.page_section_sec div.discuss_project h3, section div.trusted div#trusted_by h3{
	font-size: 30px;
	text-align: center;
	color: #FFF;
	font-weight: 400;
	padding-top: 45px;
}
section div.trusted div#trusted_by h3 span{
	font-size: 24px;
	color: #594e4e;
}
section div.trusted div#trusted_by h3 span.red{
	color: #BD081C;
}
section div.page_section_sec div.discuss_project div.items{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	font-size: 22px;
	margin-top: 20px;
}
section div.page_section_sec div.discuss_project div.items.call{
	text-align: right;
	padding-right: 70px;
	background-image: url('/img/phone_icon.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 40px;
}
section div.page_section_sec div.discuss_project div.items.chat{
	text-align: left;
	padding-left: 70px;
	background-image: url('/img/chat_icon.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 40px;
}
section div.page_section_sec div.discuss_project div.items.call a{
	color: #FFF;
}
section div.page_section_sec div.discuss_project div.items p{
	color: #FFF;
	line-height: 25px;
}
section div.page_section_sec div.discuss_project div.items p span{
	font-size: 16px;
}
section div.page_section_sec div.discuss_project div.items.vraag a{
	padding: 10px 46px;
	background-color: #000;
	color: #FFF;
	display: inline-block;
	border-radius: 30px;
}

section div.whatweoffer{
	min-height: calc(100vh - 75px);
	background-image: url('/img/offer-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: right;
}
section div.whatweoffer div.left_offer, section div.whatweoffer div.right_offer{
	height: 100vh;
	display: inline-block;
	vertical-align: top;
	width: 47%;
}
section div.whatweoffer div.right_offer{
	background-color: rgba(0, 0, 0, 0.66);
	width: 52%;	
}
section div.whatweoffer div.right_offer div.offer_options{
	width: 80%;
	text-align: center;
	margin: 15% 0 0 10%; 
}
section div.whatweoffer div.right_offer div.offer_options ul{
	display: inline-block;
	width: 47%;
	vertical-align: top;
	margin-right: 5%;
}
section div.whatweoffer div.right_offer div.offer_options ul:last-child{
	margin-right: 0;
}
section div.whatweoffer div.right_offer div.offer_options ul li{
	border: 1px solid #5d5d5d;
	margin: 25px;
	color: #FFF;
	height: 90px;
	text-align: left;
	line-height: 82px;
	width: 100%;
	font-size: 18px;
	padding-left: 60px;
	cursor: pointer;
	transition: .6s;
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: left 15px center;
}
section div.whatweoffer div.right_offer div.offer_options ul li span{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
section div.whatweoffer div.right_offer div.offer_options ul li.active{
	background-color: #BD081C;
}
section div.whatweoffer div.right_offer div.offer_options ul li:hover{
	background-color: #BD081C;
}
section div.whatweoffer div.right_offer div.offer_options ul li.sa{
	background-image: url('/img/offers/agile_ow.svg');
}
section div.whatweoffer div.right_offer div.offer_options ul li.rev{
	background-image: url('/img/offers/secure_code_ow.svg');
}
section div.whatweoffer div.right_offer div.offer_options ul li.bux{
	background-image: url('/img/offers/greatux_ow.svg');
}
section div.whatweoffer div.right_offer div.offer_options ul li.igd{
	background-image: url('/img/offers/ivd_ow.svg');
}
section div.whatweoffer div.right_offer div.offer_options ul li.ms{
	background-image: url('/img/offers/ms_ow.svg');
}
section div.whatweoffer div.right_offer div.offer_options ul li.tgo{
	background-image: url('/img/offers/softtest_ow.svg');
}
section div.whatweoffer div.right_offer div.offer_options h3{
	color: #FFF;
	font-size: 44px;
	line-height: 55px;
}
section div.whatweoffer div.left_offer div.item_groot{
	display: none;
}
section div.whatweoffer div.left_offer div.item_groot.active{
	display: block;
}
section div.whatweoffer div.left_offer div.item_groot{
	height: 70%;
	margin-top: 15%;
	background-color: #FFF;
	width: 65%;
	margin-left: 20%;
	text-align: center;
	padding: 5%;
}
section div.whatweoffer div.left_offer div.item_groot div.icon{
	margin: 15px 0 30px 0;
}
section div.whatweoffer div.left_offer div.item_groot div.icon img{
	width: 160px;
}
section div.whatweoffer div.left_offer div.item_groot div.content h4{
	font-size: 24px;
	margin-bottom: 12px;
}
section div.whatweoffer div.left_offer div.item_groot div.content p{
	font-size: 14px;
}

section div.trusted div#trusted_by h3{
	color: #000;
	margin-bottom: 40px;
}
section div.trusted div#trusted_by{
	text-align: center;
	padding-bottom: 50px;
}
section div.trusted div#trusted_by img{
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3%;
}
section div.trusted div#trusted_by img:first-child{
	width: 90px;
}
section div.trusted div#trusted_by img:last-child{
	margin-top: 18px;
	width: 280px;
}
section div.trusted div#trusted_by img:nth-child(3){
	width: 160px;
}

footer{
	background-color: #000000;
	padding: 30px 5%;
	position: relative;
}
footer div.foot{
	color: #666666;
}
footer div.foot p{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	padding-top: 2px;
}
footer div.foot div.social{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -50px;
}
footer div.foot div.social img{
	width: 22px;	
	margin-left: 10px;
}
footer div.foot div.privacy{
	display: inline-block;
	vertical-align: top;
	float: right;
}
footer div.foot div.privacy a{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	padding-top: 2px;
}
footer div.foot div.privacy a:hover{
	color: #FFF;
}
div.contact_page{
	padding: 20px 5%;
}
div.contact_page div{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding: 0 5%;
}
div.contact_page div h3{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 10px;
}
div.contact_page div p{
	margin-bottom: 10px;
}
div.contact_page div.left_cp table{
	width: 100%;
}
div.contact_page div.left_cp table tr td{
	padding-bottom: 5px;
}
div.contact_page div.left_cp table tr td input[type="text"], div.contact_page div.left_cp table tr td textarea, div.contact_page div.left_cp table tr td select{
	width: 100%;
	outline: none;
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 12px;
	border-radius: 4px;
	transition: .3s;
}
div.contact_page div.left_cp table tr td textarea{
	height: 150px;
}
div.contact_page div.left_cp table tr td input:focus, div.contact_page div.left_cp table tr td select:focus, div.contact_page div.left_cp table tr td textarea:focus{
	border: 1px solid #000;
}
div.contact_page div.left_cp table tr td select{
	width: 100%;
    height: 33px;
    font-size: 12px;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-appearance: none;
    background-image: url(/img/driehoek.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px;
    border: 1px solid #CCC;
}
div.contact_page div.left_cp table tr td input[type="submit"]{
	border: 2px solid #BD081C;
    background-color: #BD081C;
    color: #FFF;
    border-radius: 15px;
    height: 35px;
    padding: 0 30px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    outline: none;
}
div.contact_page div.right_cp ul li{
	padding: 30px 0 30px 50px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
div.contact_page div.right_cp ul li.locate{
	background-image: url('/img/location_icon_red.svg');
}
div.contact_page div.right_cp ul li.phone{
	background-image: url('/img/phone_icon_red.svg');
}
div.contact_page div.right_cp ul li.mail{
	background-image: url('/img/mail_icon_red.svg');
}







