/* Fonts -------------------------------------- */
@import url('reset.css');
@font-face {
    font-family: 'univia_probook';
    src: url('webfonts/univiapro-book-webfont.woff2') format('woff2'),
         url('webfonts/univiapro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'univia_probold';
    src: url('webfonts/univiapro-bold-webfont.woff2') format('woff2'),
         url('webfonts/univiapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'univia_promedium';
    src: url('webfonts/univiapro-medium-webfont.woff2') format('woff2'),
         url('webfonts/univiapro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,
body {
	position: relative;
	min-height: 100%;
	font-family: 'univia_probook', sans-serif;
	font-size: 16px;
	line-height: 2.2em;
	color: rgb(32,37,52);
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
.bg-dark{
	background: rgb(0,50,73);
}
.bg-light{
	background: rgb(0,120,140);
}
.bg-white{
	background: rgb(255,255,255);
}

/* Fonts */
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
	color: inherit;
}
.text-dark{
	color: rgb(0,50,73);
}
.text-light{
	color: rgb(0,120,140);
}
.text-white{
	color: rgb(255,255,255);
}
.text-grey{
	color: rgb(59,58,76);
}
.text-uppercase{
	text-transform: uppercase;
}
.text-lowercase{
	text-transform: lowercase;
}
.text-center{
	text-align: center;
}
.text-700 {
  font-family: 'univia_probold', sans-serif;
	font-weight: normal;
}

h1{
	font-family: 'univia_promedium', sans-serif;
	font-size: 2em;
}
h2{
	font-family: 'univia_promedium', sans-serif;
	font-size: 1.8em;
}
h3{
	font-family: 'univia_promedium', sans-serif;
	font-size: 1.8em;
}
p{
	margin-bottom: 1.5em;
}
p strong{
	font-family: 'univia_probold', sans-serif;
	font-weight: normal;
}
p.lead{
	font-size: 1.25em;
}
address {
  line-height: 1.4;
}

.wrapper{
	position: relative;
	width: 100%;
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto;
}

.wrapper.no-padding {
  padding: 0;
}

.btn {
  font-family: 'univia_probold', sans-serif;
	font-weight: normal;
  border: none;
  border-radius: .5rem;
  padding: .5rem 1.5rem .6rem 1.5rem;
  box-shadow: none !important;
}

.btn-white {
  color: rgb(0,50,73);
  background: #fff;
}

.btn-white:focus,
.btn-white:active,
.btn-white:hover {
  color: rgb(0,120,140);
  background: #fff;
}

.btn-primary {
  background: rgb(0,50,73);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background: rgb(0,120,140);
}


/********************
  Header + footer
*********************/
header.header,
footer.footer{
	position: relative;
	background: rgb(0,120,140);
	background: -moz-linear-gradient(90deg, rgb(0,120,140) 0%, rgb(0,50,73) 100%);
	background: -webkit-linear-gradient(90deg, rgb(0,120,140) 0%, rgb(0,50,73) 100%);
	background: linear-gradient(90deg, rgb(0,120,140) 0%, rgb(0,50,73) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00788C",endColorstr="#003249",GradientType=1); 
}
header.header .header-bar,
footer.footer .footer-bar{
	position: absolute;
	top: 0;
	bottom: 0;
	background: url('../images/bg_pattern.svg') calc(50% + 35px) / auto 100% repeat;
	width: 100%;
}
.header-logo,
.footer-logo{
	position: relative;
	z-index: 2;
	width: 20em;
	padding: 2.5em 0;
	margin: 0 auto;
}
.header-logo img,
.footer-logo img{
	display: block;
	height: 5em;
	width: auto;
	margin: 0 auto;
}
	@media all and (min-width: 740px) {
		.header-logo,
		.footer-logo{
			padding: 3em 0;
			margin: 0;
		}
		.header-logo img,
		.footer-logo img{
			height: 6em;
			margin: 0;
		}
		header.header .header-bar,
		footer.footer .footer-bar{
			background-position: 20px 50%;
		}
	}
		@media all and (min-width: 1170px) {
			footer.footer .footer-bar,
			header.header .header-bar{
				background-position: calc(50% + 11px) 50%;
			}
		}

/********************
  Nav 
*********************/
.header-nav{
	display: none;
}
@media all and (min-width: 740px) {
	.header-nav{
		position: absolute;
		display: block;
		right: 20px;
		top: 5em;
	}
}
.header-nav ul,
.header-nav li{
	display: inline-block;
}
.header-nav li{
	margin-left: 1.5em;
}
.header-nav li a{
	display: block;
	font-family: 'univia_promedium', sans-serif;
	font-size: 1.4em;
	color: white;
	}
	@media all and (min-width: 970px) {
		.header-nav li a{
			font-size: 1.6em;
		}
	}


ul:not([class]) {
  padding-left: 1rem;
  list-style: disc;
  margin-bottom: 1rem;
}

ul:not([class]) li {
  list-style: disc;
}


/********************
  Footer 
*********************/	
.footer-logo{
	display: none;
}
.footer-contact{
	text-align: center;
	padding: 1.5em 0;
	color: white;
}
.footer-adress strong{
	font-family: 'univia_probold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.footer-adress{
	line-height: 1.5em;
}
.footer-adress span{
	display: inline-block;
	margin-left: 0.5em;
}
.footer-social{
	margin-top: 1em;
}
.footer-social a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 2.5em;
	height: 2.5em;
	background: url('../images/social_label.svg') 50% 50% / auto 100% no-repeat;
	z-index: 2;
}
.footer-social .social-icon{
	position: relative;
}
.footer-social .social-icon:after{
	font-family: "Font Awesome 5 Brands";
  font-weight: 400;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 2.5em;
	line-height: 2.5em;
	color: rgb(0,120,140);
}
	.footer-social .social-icon.linkedin:after{
		content: '\f0e1';
	}
	.footer-social .social-icon.facebook:after{
		content: '\f39e';
	}
	.footer-social .social-icon.twitter:after{
		content: '\f099';
	}
@media all and (min-width: 700px) {
	.footer-logo{
		display: block;
	}
	.footer-contact{
		position: absolute;
		right: 20px;
		/* top: 1.5em; */
		top: 3em;
	}
}
@media all and (min-width: 970px) {
	.footer-adress,
	.footer-social{
		display: inline-block;
		vertical-align: bottom;
	}
	.footer-social{
		padding: 0 0 0.5em 1em;
	}

}

/********************
  Introduction 
*********************/
section.introduction{
	color: white;
	padding: 6em 0 12em;
}
	section.introduction .wrapper{
		max-width: 760px;
	}
section.introduction h1{
	margin-bottom: 1em;
}


/********************
  Vision 
*********************/
section.vision{
	position: relative;
	padding: 0 0 4em;
	background: rgb(255,255,255);
	text-align: left;
	color: white;
}
section.vision .vision-block{
	position: relative;
	top: -8em;
	margin-bottom: -5em;
	padding: 5em 2em;
	border-radius: 1em;
	background: rgb(0,120,140);
	background: -moz-linear-gradient(24deg, rgb(0,50,73) 0%, rgb(0,120,140) 100%);
	background: -webkit-linear-gradient(24deg, rgb(0,50,73) 0%, rgb(0,120,140) 100%);
	background: linear-gradient(24deg, rgb(0,50,73) 0%, rgb(0,120,140) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003249",endColorstr="#00788C",GradientType=1); 
}
	@media all and (min-width: 640px) {
		section.vision .vision-block{
			padding: 5em 4em 4em;
		}
	}
		@media all and (min-width: 970px) {
			section.vision .vision-block{
				padding-left: 6em;
				padding-right: 6em;
			}
		}
	@media all and (min-width: 640px) {
		section.vision .vision-block .columns {
      column-count: 2;
			column-gap: 1.5rem;
		}

	}
section.vision .vision-block h2{
	margin-bottom: 1em;
}

/********************
  WKA 
*********************/
section.wka{
	position: relative;
	padding: 0;
	background: rgb(255,255,255);
	text-align: left;
	color: white;
}
section.wka .wka-block{
	position: relative;
	top: -8em;
	margin-bottom: -5em;
	padding: 5em 2em;
	border-radius: 1em;
	background: rgb(0,120,140);
	background: -moz-linear-gradient(24deg, rgb(0,50,73) 0%, rgb(0,120,140) 100%);
	background: -webkit-linear-gradient(24deg, rgb(0,50,73) 0%, rgb(0,120,140) 100%);
	background: linear-gradient(24deg, rgb(0,50,73) 0%, rgb(0,120,140) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003249",endColorstr="#00788C",GradientType=1); 
}
	@media all and (min-width: 640px) {
		section.wka .wka-block{
			padding: 5em 4em 4em;
		}
	}
		@media all and (min-width: 970px) {
			section.wka .wka-block{
				padding-left: 6em;
				padding-right: 6em;
			}
		}

section.wka .wka-block h2{
	margin-bottom: 1em;
}

section.goback {
  padding: 1rem 0 2.25rem 0;
  background: #fff;
}

/********************
  Companies 
*********************/
section.companies{
	background: white;
	padding-bottom: 4em;
}
article.company .company-visual,
article.company .company-profile{
	position: relative;
}
article.company{
	margin-bottom: 2em;
}
	@media all and (min-width: 970px) {
		article.company{
			display: flex;
			flex-direction: row;
			margin-bottom: 1em;
		}
		article.company:nth-child(even){
			flex-direction: row-reverse;
		}
		article.company:nth-child(even) .company-profile{
			text-align: right;
		}
		article.company:nth-child(even) .company-contact{
			text-align: left;
		}
		article.company .company-visual{
			width: 52%;
		}
		article.company .company-profile{
			width: 48%;
		}
	}
.company-visual .company-image{
	position: relative;
	width: 85%;
	float: right;
}
.company-visual:after{
	content: '';
	display: table;
	clear: both;
}
	.company-visual .company-image:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: url('../images/mask_image.svg') center center / contain no-repeat;
		z-index: 10;
	}
	.company .company-visual .company-image:after{
		content: '';
		position: absolute;
		left: 2%;
		top: 2%;
		right: 2%;
		bottom: 2%;
		z-index: 9;
	}
	.company.armaex .company-visual .company-image:after{
		background: -moz-linear-gradient(0deg, rgba(244,145,6,1) 0%, rgba(244,145,6,0) 50%);
		background: -webkit-linear-gradient(0deg, rgba(244,145,6,1) 0%, rgba(244,145,6,0) 50%);
		background: linear-gradient(0deg, rgba(244,145,6,1) 0%, rgba(244,145,6,0) 50%);
	}
	.company.teltec .company-visual .company-image:after{
		background: -moz-linear-gradient(0deg, rgba(20,136,197,1) 0%, rgba(20,136,197,0) 50%);
		background: -webkit-linear-gradient(0deg, rgba(20,136,197,1) 0%, rgba(20,136,197,0) 50%);
		background: linear-gradient(0deg, rgba(20,136,197,1) 0%, rgba(20,136,197,0) 50%);
	}
	.company.facadec .company-visual .company-image:after{
		background: -moz-linear-gradient(0deg, rgba(234,93,0,1) 0%, rgba(234,93,0,0) 50%);
		background: -webkit-linear-gradient(0deg, rgba(234,93,0,1) 0%, rgba(234,93,0,0) 50%);
		background: linear-gradient(0deg, rgba(234,93,0,1) 0%, rgba(234,93,0,0) 50%);
	}
	.company.xpert .company-visual .company-image:after{
		background: -moz-linear-gradient(0deg, rgba(96,52,130,1) 0%, rgba(96,52,130,0) 50%);
		background: -webkit-linear-gradient(0deg, rgba(96,52,130,1) 0%, rgba(96,52,130,0) 50%);
		background: linear-gradient(0deg, rgba(96,52,130,1) 0%, rgba(96,52,130,0) 50%);
	}
	.company.ieducation .company-visual .company-image:after{
		background: -moz-linear-gradient(0deg, rgba(200,204,0,1) 0%, rgba(200,204,0,0) 50%);
		background: -webkit-linear-gradient(0deg, rgba(200,204,0,1) 0%, rgba(200,204,0,0) 50%);
		background: linear-gradient(0deg, rgba(200,204,0,1) 0%, rgba(200,204,0,0) 50%);
	}
.company-visual .company-image img{
	display: block;
	width: 96%;
	height: auto;
	margin: 2% auto;
	position: relative;
	height: auto;
}
.company-brand{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42%;
	background: url('../images/company_label.svg') center center / contain no-repeat;
	z-index: 12;
}
.company-brand:after{
	content: '';
	display: block;
	padding-bottom: 100%;
}
.company-brand img{
	position: absolute;
	display: block;
	width: 64%;
	height: auto;
	left: 18%;
	top: 17%;
}
.company-profile{
	padding: 2em 1.5em 0 1.5em;
	text-align: left;
}
.company-contact span{
	display: block;
}
.company-contact span:before{
	display: inline-block;
	width: 2em;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}
	.company-contact span.company-adress:before{
		content: '\f041';
	}
	.company-contact span.company-phone:before{
		content: '\f095';
	}
	.company-contact span.company-email:before{
		content: '\f0e0';
	}
	.company-contact span.company-web:before{
		content: '\f0ac';
	}
	@media all and (min-width: 970px) {
	.company-profile{
		padding-top: 6em;
	}
		.company-contact{
			margin-left: 2em;
		}
	}
.company-profile h3{
	margin-bottom: 0.5em;
}
.company.armaex h3,
.company.armaex .company-contact span:before{
	color: rgb(18,152,125);
}
.company.teltec h3,
.company.teltec .company-contact span:before{
	color: rgb(0,135,200);
}
.company.facadec h3,
.company.facadec .company-contact span:before{
	color: rgb(234,93,0);
}
.company.xpert h3,
.company.xpert .company-contact span:before{
	color: rgb(96,55,128);
}
.company.ieducation h3,
.company.ieducation .company-contact span:before{
	color: rgb(200,202,0);
}

.biv{
	font-size: 0.9em;
	color: rgba(255,255,255,0.45);
	text-align: center;
  padding: 1rem 0;
}

@media all and (min-width: 700px) {
  .biv{
    text-align: right;
  }
}

/********************
  Droombox 
*********************/
section.droombox{
	background: white;
}

/********************
  Vacature 
*********************/
section.vacature{
	background: #183548;
}