/* 
 Stylesheet for Proxy Managed Service
 
 website: www.proxy.nl
 date: 27 september 2023
 
 Extension on: jasmine.1.0.0
 https://cdn.mesic.nl
 */

/* basics */

* {
	font-family: 'Poppins', sans-serif;
	color:#1e1e1e;
	font-size:16px;
	
	/* color vars */
	--orange: #fa3200;
	--black: #1e1e1e;
	--blue: rgba(0,0,255,1);
	--blue-hover: rgba(100,100,255,1);
	--grey: #dcdcdc;
	--grey-dark: #999;
}

.container.container-center {
	max-width:1400px;
}

.row {
	display: flex;
}

.col {
  flex: 1;
  margin:0px 20px!important;
 }

body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	color:var(--black);
	letter-spacing: .5px;
}

h1,
h2,
h3,
h4,
h5 {
	margin:0!important;
	padding:0!important;
}

h1 {
	font-weight:700;
	font-size:48px;
	line-height:68px;
}

h4.bold,
h2.bold {
	font-weight: 700;
}

hr {
	border:0px;
	background:none!important;
	border-top:1px solid var(--black)!important;
}

p {
	font-size:1rem;
	line-height: 1.8rem;
	margin-bottom:20px;
}

a.link { 
	color: var(--blue);
}

a.link:hover {
	color: var(--orange);
}

ul {
	margin:0!important;
	padding:0!important;
	list-style-position: inside;
	line-height: 1.8em;
}

ul.align {
	margin-left:20px!important;
}

li {
	list-style-type: disc;
}

.bold {
	font-weight:700;
}

.text-orange {color:var(--orange)!important;}
.orange {background:var(--orange)!important;}

.img-round img {
	border-radius:60px;
}

.topwhitespace {
	padding-top:240px;
}

/* 
 *
 * BUTTONS 
 */

.link-blue {
	color:var(--blue);
	text-decoration: underline;
}

.link-blue:hover {
	color:var(--orange);
}

.button-primary {
	background:var(--orange);
	color:var(--black);
	font-weight:600;
	padding:10px 16px;
	display:inline-block;
	border:2px solid transparent;
	white-space: nowrap;
}

.button-primary:hover {
	text-decoration: none;
	background:white;
	border:2px solid var(--orange);
	color:var(--orange);
}

.button-secondary,
input[type=submit].button-secondary {
	font-weight:600;
	padding:10px 16px;
	display:inline-block;
	border:2px solid transparent;
	background:var(--black)!important;
	color:white!important;
	white-space:nowrap;
	opacity: 1!important;
}


.button-secondary:hover,
input[type=submit].button-secondary:hover {
	text-decoration: none;
	background:white!important;
	border:2px solid var(--black);
	color:var(--black)!important;
}

.button-grey {
	font-weight:600;
	padding:10px 16px;
	display:inline-block;
	border:2px solid transparent;
	background:var(--grey);
	color:white;
	white-space:nowrap;
}

.button-grey:hover {
	text-decoration: none;
	background:white;
	border:2px solid var(--black);
	color:var(--black);
}

.button-text {
	font-weight:600;
	padding:7px 0px;
	border-bottom:2px solid var(--black);
	white-space: nowrap;
	display:inline-block;
}

.button-text:hover {
	text-decoration: none;
	color:var(--orange);
	border-bottom:2px solid var(--orange);
}

.button-blue {
	font-weight:600;
	color:var(--blue);
}

.button-black {
	font-weight:400;
	color:var(--black);
}

.button-blue:hover,
.button-black:hover {
	color:var(--orange);
	text-decoration: none;
}

.select-group{display:inline-block;position:relative;overflow:hidden;height:34px;width:auto;padding-right:26px;background:#fff;border:1px solid;border-color:#dcdcdc;}

.select-group>select {
	position:relative;width:130%;margin:0;padding:6px 8px 6px 10px;height:34px;line-height:18px;font-size:15px;color:#62717a;background:#fff;background:transparent !important;border:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;
}

/*
 * CONTENT 
 *
 */
 
 .center {
	  text-align: center;
 }
 .center > div, .center > table /* insert any other block-level elements here */ {
	  margin-left: auto;
	  margin-right: auto;
 }
 
.dummy-content {
	height:700px;
	max-width:1200px;
	margin:auto;
}

.p-list li {
	list-style:none;	
}

.pagetitle {
	margin-top:100px;
}

.content.spacing {
	margin:120px 0 180px 0;
}

.content.spacing.inner {
	padding:80px 0;
}

.content.spacing-small {
	margin:60px 0 90px 0;
}

.content.padding {
	padding:50px 0 50px 0;
}

.max-height {
	height:calc(100vh - 120px);
}

.just {
	display: flex;
	align-items: center;
}

.quote {
	border-top:2px solid var(--black);
	width:70%;
	font-size:30px;
	padding-top:24px;
	margin:120px 0 150px -90px;
}

.quote span {
	font-size:17px;
	color:var(--orange);
	display:block;
	margin-top:40px;
}

.page-banner {
	width:90%;
	height:300px;
	margin-top:100px;
	float:left;
}

.page-banner img {
	object-fit: cover;
	width:100%;
	height:300px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

.avatar {
	border-radius:200px;
	width:150px;
}

.avatar-jobs {
	border:4px solid white;
	margin-left:auto;
	margin-right:auto;
	margin-top:-100px;
}

.grid > .-pad {
	padding:0px 30px;
}

.info-block {
	border:4px solid var(--orange);
	margin:40px 0px;
	padding:30px 50px;
	border-radius: 30px;
	min-height:270px;
}

.info-block.base {
	min-height:0px!important;
	padding:30px 50px;
}

.info-block.base p {
	padding:0px;
	margin:0px;
}

.pad-40 {
	padding:40px!important;
}

.info-block h3 {
	font-weight:600;
	padding-bottom:24px!important;
}

.-minustop {
	margin-top:-120px!important;
}

.about-banner {
	width:90%;
	left:0px;
	position: relative;
	max-height:350px;
	z-index:1;
	margin-top:auto;
	margin-bottom:auto;
	margin-top:80px;
	padding-bottom:40px;
}

.about-banner .banner-container  {
	height:100%;
	width:100%;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

.about-banner .banner-container img {
	object-fit: cover;
	width:100%;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	max-height:350px;
	background-position:bottom;
}

.info-banner {
	position: absolute;
	background:var(--orange);
	width:350px;
	right:100px;
	top:-60px;
	padding:40px;
	border-radius: 60px;
}

.info-banner h4 {
	color:white;
}

.info-banner span {
	margin-top:20px;
	display: block;
}

.left-img {
	width:50%;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	position: absolute;
}

.left-img img {
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	object-fit: cover;
	width:70%;
}

.table-com {
	width:80%;
	border-collapse: collapse;
}

.table-com tr td:first-child {
	width:40%;
}

.table-com tr td {
	border-right:1px solid #000;
	padding:10px 40px;
	width:20%;
}

.table-comtr td:last-child {
	border-right:0px;
}

.table-com tr:nth-child(odd) td {
	background:#efefef;
}

.table-com tr th {
	text-align: center;
	padding:20px;
}

.home-partners a {
	margin:30px;
	display:inline-block;
}

.home-partners a img {
	height:60px;
}

.home-banner {
	width:50%;
	right:0px;
	position: absolute;
	height:calc(100vh - 120px);
	z-index:1;
	margin-top:auto;
	margin-bottom:auto;
	display: flex;
	justify-content: middle;
	align-items: center;
}

.home-banner div {
	height:80%;
	width:100%;
	margin-top:-60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.home-banner div img {
	object-fit: cover;
	height:100%;
	width:100%;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.home-block {
	margin-right:80px;
}

.home-service-block {
	background:white;
	border:1px solid #000;
	padding:40px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	height:470px;
	margin-top:50px;
}

.home-minus {
	height:720px;
}

.home-partners a img {
	height:60px;
}	

.prof-banner {
	position:absolute;
	width:45%;
	right:100px;
	bottom:0px;
	height:60%;
}

.prof-banner .banner-prof  {
	height:100%;
	width:100%;
}

.prof-banner .banner-prof img {
	object-fit: cover;
	width:100%;
	border-top-right-radius: 60px;
	border-top-left-radius: 60px;
	height:100%;
	object-position:0px 0px;
}

.over-banner {
	width:40%;
	left:0px;
	position: absolute;
	height:100%;
	z-index:1;
	top:140px;
	margin-top:auto;
	margin-bottom:auto;
}

.over-banner div {
	height:45%;
	width:100%;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

.over-banner div img {
	object-fit: cover;
	height:100%;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

.diensten-block {
	width:90%;
	padding-right:80px;
}	

.diensten-banner {
	width:26%;
	right:0px;
	position: absolute;
	height:120px;
	z-index:1;
	top:140px;
	margin-top:auto;
	margin-bottom:auto;
}

.diensten-banner div {
	height:100%;
	width:100%;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

	.diensten-banner div img {
	object-fit: cover;
	width:100%;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.dienst p {
	padding:20px;
	margin-left:-20px;
}

.dienst p:hover {
	background:#efefef;
	border-radius:20px;
	cursor:pointer;
}

.dienst p a:hover {
	text-decoration: none;
}

.dienst p:hover a,
.dienst p:hover i {
	color:var(--orange);
}

.log {
	height:50px;
}

.partner-page-log {
	border:1px solid #dcdcdc;
	padding:16px 32px;
	border-radius: 10px;
	height:90px;
}

.kennis {
	margin:60px 50px 0px 0px;
	display:block;
	margin-bottom:0px;
	padding:0px 0px 20px 0px;
	border-radius: 50px;
	border:4px solid transparent;
	min-height:460px;
}

.kennis img.blogim {
	border-radius:40px;
	width:120%;
	height:260px;
	margin-bottom:40px;
	object-fit: cover;
}

.kennis:hover {
	text-decoration: none;
}

.kennis:hover h3 {
	text-decoration: underline;
	color:var(--orange);
}

.kennis:hover img.blogim {
	width:120%;	
}

.kennis .author {
	width:50px;
	height:50px;
	margin-top:-100px;
	border:3px solid white;
	margin-left:80%;
	border-radius:80px;
	filter: grayscale(100%);
}

.tag{
	margin:20px 0 0 0;
	display: inline-block;
	padding:6px 10px;
}

.contact-banner {
	width:40%;
	right:0px;
	position: absolute;
	z-index:1;
	bottom:140px;
	height:400px;
}

.contact-banner div {
	width:100%;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.contact-banner div img {
	object-fit: cover;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

input.contact-white {
	background:none;
	border:none!important;
	border-bottom:1px solid black!important;
	outline:none;	
	font-size:20px!important;
	padding-left:0!important;
	margin-left:0!important;
}

.form-text {
	font-size:20px!important;
}

textarea.contact-white {
	background:none;
	border:none!important;
	border-bottom:1px solid black!important;
	width:100%;
	font-size:20px!important;
	padding-left:0!important;
	margin-left:0!important;
	height:250px;
}

input.contact-white.contact-bg,
textarea.contact-white.contact-bg {
	padding-left:20px!important;
}

input.contact-white::placeholder,
textarea.contact-white::placeholder {
	color:var(--grey-dark);
	margin:-10px!important;
	padding:0!important;
}

.vacature-banner {
	width:30%;
	left:0px;
	position: absolute;
	z-index:1;
	bottom:190px;
	margin-top:auto;
	margin-bottom:auto;
	height:400px;
}

.vacature-banner div {
	width:100%;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

.vacature-banner div img {
	object-fit: cover;
	height:450px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	object-position: right;
}

.vacature {
	margin:0;
	padding:0;
}

.vacature td {
	font-size:23px;
	padding:20px 0;
	border:none!important;
	border-bottom:1px solid black!important;
	background:none!important;	
}

.vacature td:first-child {
	font-weight:700
}

.years-banner {
	position: absolute;
	width:80%;
	right:0px;
	bottom:0px;
}

.years-banner ul li {
	list-style:none;
	display:inline-block;
	width:10%;
	padding-bottom:50px;
	border-left:2px solid var(--black);
}

.years-banner ul li a {
	font-size:1.8em;
	background:white;
	margin-left:-2px;
	font-weight:700;
	padding-bottom:20px;
	color:#dcdcdc;
}

.years-banner ul li:last-child a {
	color:var(--black);
}

.years-banner ul li a:hover{
	color:var(--orange);
	text-decoration: none;
}

.hist-group {
	margin:0px 0 240px 0;
}

.hist-group h3 {
	font-weight:700;
	font-size:2em;
}

.hist-group h4 {
	font-size:1.7em;
}

.hist-group img {
	border-radius:60px;
	width:70%;
}

.img-box.right {
	text-align: right;
}

.hist-banner {
	position:absolute;
	width:70%;
	height:200px;
	right:0px;
	bottom:160px;
}

.hist-banner div img {
	object-fit: cover;
	width:100%;
	height:200px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.text-cap { text-transform: capitalize; }

	.vacature-img div  {
	width:100%;	
	height:520px;
	
}

.vacature-img div img {
	object-fit:cover;
	width:100%;
	height:520px;
	border-radius: 60px;
	text-align:center;

}

.border-round {
	border-radius:60px;
	padding:40px 80px;
}

input.contact-orange {
	background:none;
	border:none!important;
	border-bottom:1px solid black!important;
	outline:none;	
	font-size:20px!important;
	padding-left:0!important;
	margin-left:0!important;
}

textarea.contact-orange {
	background:none;
	border:none!important;
	border-bottom:1px solid black!important;
	width:100%;
	font-size:20px!important;
		padding-left:0!important;
		margin-left:0!important;
		height:250px;
	
}

input.contact-orange::placeholder,
textarea.contact-orange::placeholder {
	color:black;
	margin:-10px!important;
	padding:0!important;
}

.vac-banner {
	background:yellow;
	margin-bottom:40px;
	margin-top:-200px;
	text-align: right;
	width:100%;
}

.vac-stats {
	border:2px solid var(--orange);
	padding:20px;
	border-radius: 20px;
	display: block;
}

.fi {
	padding:20px 40px;
}

.fi-line {
	border-top:1px solid #dcdcdc;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.5);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:99999999999999999
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:99999999999999999
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

hr.linegrey {
	border-top:1px solid #dcdcdc!important;
	border-bottom:none;
	background:none;
	padding:0px;
	margin:0px;
}

.toggle {
	cursor: pointer;
	display: inline-block;
}
.toggle-switch {
	display: inline-block;
	background: #ccc;
	border-radius: 16px;
	width: 58px;
	height: 32px;
	position: relative;
	vertical-align: middle;
	transition: background 0.25s;
	&:before,
	&:after {
		content: "";
	}
	&:before {
		display: block;
		background: linear-gradient(to bottom, #fff 0%,#eee 100%);
		border-radius: 50%;
		box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
		width: 24px;
		height: 24px;
		position: absolute;
		top: 4px;
		left: 4px;
		transition: left 0.25s;
	}
	.toggle:hover &:before {
		background: linear-gradient(to bottom, #fff 0%,#fff 100%);
		box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
	}
	.toggle-checkbox:checked + & {
		background: var(--orange);
		&:before {
			left: 30px;
		}
	}
}
.toggle-checkbox {
	position: absolute;
	visibility: hidden;
}
.toggle-label {
	margin-left: 5px;
	position: relative;
	top: 2px;
}

label {
	font-size:15px;
	color:black;
}

label small {
	font-weight:normal;
	color:#888;
}

.label {
	font-size:10px;
	padding:4px 6px;
	background:#efefef;
	margin-right:10px;
	color:#555;
}

.costs {
	font-size:24px;
	white-space: nowrap;
}

.blog-banner {
	height:600px;
}

.blog-banner img {
	object-fit: cover;
	width:100%;
	height:600px;
}

.tag {
	padding:9px 20px;
	margin-right:4px;
	
}

.tag-name {
	display:inline-block;
	padding:9px 20px;
	margin-right:4px;
}

.tag-round {
	border-radius:20px;
}

.blog-date {

	color:var(--black);
}

.blog-header {
	font-size:4em;
	padding:40px 0;
}

.blogtitle {
	margin:60px 0px;
	padding:40px 0 80px 0;
}

.blog-content {
	margin:120px 0px 80px 0;
}

.blog-intro {
	font-size:1.7em;
	line-height: 1.7em;
}

p.blog-intro a {
	font-size:1em;
	color:var(--blue);
}

.blog-p p {
	margin:0 0 40px 0;
}

.blog-p p a {
	color:var(--blue);
}

.blog-p h4 {
	font-weight:700;
}

.blog-title-info {
	margin-bottom:24px;
}

.blog-cta {
	background:var(--grey);
	padding:20px 50px;
	border-radius:40px;
}

.blog-content-cta {
	margin-top:-40px;
	margin-bottom:120px;
}

.contact-details {
	position:absolute;
	left:35%;
	right:35%;
	width:30%;
	background:white
	;padding:40px
	;margin-top:80px
	;opacity:0.9;
	border-radius:20px;
}

				.opsom {
	/*
		border-left:3px solid #fa3200;padding:0 0 0 20px!important;display:inline-block;
		*/
	padding-left:20px;
	display:block;
	float:left;
	min-height:0px;
	margin-bottom:0px;
}

.opsom:before {
	color:#fa3200;
	display:block;
	float:left;
	width:40px;
	min-height:80px;
	font-size:27px;

}

.opsom:after {
	content: '';
	border-bottom:1px solid #1e1e1e;
	clear:both;
	display:inline-block;
	width:100%;
	padding-top:40px;
}

.opsom-1:before { content: '1';}
.opsom-2:before { content: '2';}
.opsom-3:before { content: '3';}
.opsom-4:before { content: '4';}
.opsom-5:before { content: '5';}

.opsom-space {
	margin-top:20px;
	clear:both;
	padding-top:0px;
	border-bottom:1px solid #1e1e1e;
	height:70%;
}

.grey-block {
	padding:60px;border-radius:40px;
}

/* 
 * END CONTENT 
 *
 */

/*
 * SECTIONS
 *
 */

.section-header {
	position:fixed;
	width:100%;
	padding:40px 40px 20px 40px;
	background:white;
	z-index:2;
	background:transparent
}

/* 
 * Added header section transition 
 */

.header-shadow {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	padding:20px 40px;
	background:white;
	transition: box-shadow 0.4s ease-in-out;
	transition: padding 0.4s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.header-shadow .header-logo a img {
	height:30px;
	margin-top:5px;
	transition: margin-top 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

.header-plain {
	box-shadow:none;
	padding:40px 40px 20px 40px;
	transition: box-shadow 0.3s ease-in-out;
	transition: padding 0.3s ease-in-out;
}

/* 
 * end header section transition 
 */ 

.section-footer {
	background-color:var(--black);
	min-height:100px;
}

.section-hero {
	min-width:100%;
	min-height:100vh;
	height:100vh;
	border-bottom:1px solid var(--black);
}

.section-inner-hero {
	padding-top:120px;
	min-height:100vh;
	height:100vh;
}

.section-hero-blog {
	
}

.section-inner-hero-blog {
	padding-top:120px;
}

.section-content {
	position:relative;
	clear:both;
}

.section-content.with-space {
	padding:60px 0;
}

/* 
 * section-header 
 */

.header-logo {
	float:left;
}

.header-logo a img {
	height:40px;
}

.header-menu {
	float:right;
	margin-top:10px;
	z-index:99999;
}

.header-menu .checkbox,
.header-menu .hamburger-lines {
	display:none;
}

.menu {
	z-index:9999999999999999999;
}

.menu ul li {
	list-style:none;
	display:inline;
	position: relative;
}

.menu ul li a {
	font-weight:600;
	margin-left:40px;
	z-index:9999999;
}

.sub-menu,
.lang-menu {
	display:none;
	margin-top:17px;
	background:white;
	border:1px solid var(--orange);
	border-bottom:5px solid var(--orange);
	border-radius:8px;
	padding:20px;
	box-shadow: 0px 0px 6px #dcdcdc;
	left:-20px;
	min-width:200px;
	animation: flyin 0.2s ease-out;
}

.lang-menu {
	left:-120px;
}

.sub-menu ul li,
.lang-menu ul i {
	white-space: nowrap;
}

.sub-menu ul li a,
.lang-menu ul li a  {
	margin:0;
	padding:0;
	font-weight:400;
	line-height:31px;
}

.sub-menu ul li a:hover,
.lang-menu ul li a:hover {
	color:var(--orange)!important;
	text-decoration: none;
}

.sub-menu.open,
.lang-menu.open {
	position:absolute;
	display:block;
	z-index:999999999999999999999;
}

.sub-menu ul li {
	display:list-item;
	list-style:none;
}

@keyframes flyin {
  0% {
	 margin-top:-50px;
	 opacity: 0;
  }
  100% {
	 margin-top:20px;
	 opacity: 1;
  }
}

/* 
 * section-footer 
 */

.footer-menu {
	padding:80px 0;
}

.footer-address {
	float:left;
	margin-left:30px;
}

.footer-conditions {
	float:right;
	margin-right:30px;
	padding-bottom:20px;
}

.footer-address ul li,
.footer-conditions ul li {
	list-style:none;
	display:inline;
	margin:10px;
}

.footer-address ul li,
.footer-conditions ul li {
	list-style:none;
	display:inline;
}

.footer-address ul li,
.footer-conditions ul li,
.footer-address ul li a,
.footer-conditions ul li a {
	color:white!important;
	font-weight:600;
	font-size:15px;
}

.footer-conditions ul li a i {
	color:White!important;
	font-size:20px;
}

.footer-block {
	margin:20px 0;
	display:inline-block;

}

.footer-block li {
	list-style:none;
	color:var(--orange)!important;
	font-weight:300;
	line-height:31px;
}

.footer-block li a {
	color:White!important;
	font-weight:600;
}

.footer-menu > div {
	position: relative;
}

.footer-certs {
	position:Absolute;
	right:0px;
	top:-110px;
}

.footer-certs img {
	margin-left:20px;
}

/* 
 * hero sections 
 */

.hero-socials {
	position: absolute;
	left:40px;
	bottom:40px;
	display:none;
}

.hero-socials ul li {
	list-style: none;
	display:inline;
	margin-right:14px;
}

.hero-socials ul li a i {
	font-size:20px;
}

@media(max-width:960px) {
	
	h1 {
		font-size:38px;
		line-height:48px;
	}
	
	h2,
	h3 {
		line-height:1.4em;
	}
	
	h2.h2small {
		font-size:22px;
		padding-top:12px!important;
		display:block;
	}
	
	.pagetitle {
		margin:0px;
	}
	
	.topwhitespace {
		padding-top:40px;
	}
	
	.section-header {
		padding:20px;
	}
	
	.section-hero {
		min-width:100%;
		min-height:400px;
		height:auto;
		border-bottom:1px solid var(--black);
	}
	
	.section-inner-hero {
		padding-top:120px;
		min-height:auto;
		height:auto;
	}
	
	.quote {
		margin:40px 0 40px 0px;
		width:100%;
		border-bottom:1px solid var(--black);
		padding-bottom:20px;
		font-size:22px;
		font-style: italic;
	}
	
	/* hero */
	
	.hero-socials {
		display:none;
	}
	
	.section-content.with-space {
		padding:0 0 60px 0;
	}
	
	/* header */

	.header-menu {
		z-index:99999999;
		display:block;
		position: fixed;
		width:100%;
		left:0;
		top:-10px;
	}

	/* mobile menu */ 
	
	.menu {
		display:none;
		padding:20px 0 0 0;
		height:100%;
		position: fixed;
		box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
		border-bottom:1px solid black;
		width:100%;
	}
	
	.menu ul li {
		display:list-item;
		padding:0;
		margin:0;
		width:100%;
		border-bottom:0px solid var(--black);
		padding:20px 0;
	}
	
	.menu ul li .sub-menu ul li {
		border:0px;
		padding: 0;
	}
	
	.sub-menu,
	.lang-menu {
		border:0px;
		box-shadow: 0 0 0;
		left:auto;
		border-radius: 0;
		margin:0 0 0 60px;
		padding:20px 0 0 0;
	}
	
	.sub-menu.open {
		position: relative;
	}
	
	.header-menu  .checkbox {
		position: absolute;
		display: block;
		height: 32px;
		width: 32px;
		top: 20px;
		right: 20px;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
	}
	
	.header-menu  .hamburger-lines {
		display: block;
		height: 26px;
		width: 32px;
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.header-menu  .hamburger-lines .line {
		display: block;
		height: 4px;
		width: 100%;
		border-radius: 10px;
		background: #0e2431;
	}
	
	.header-menu  .hamburger-lines .line1 {
		transform-origin: 0% 0%;
		transition: transform 0.4s ease-in-out;
	}
	
	.header-menu  .hamburger-lines .line2 {
		transition: transform 0.2s ease-in-out;
	}
	
	.header-menu  .hamburger-lines .line3 {
		transform-origin: 0% 100%;
		transition: transform 0.4s ease-in-out;
	}
	
	
	.header-menu  input[type="checkbox"]:checked ~ .menu-items {
		transform: translateX(0);
	}
	
	.header-menu  input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
		transform: rotate(45deg);
	}
	
	.header-menu  input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
		transform: scaleY(0);
	}
	
	.header-menu  input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
		transform: rotate(-45deg);
	}
	
	.menu {
		visibility: hidden;
		display:block;
		opacity: 0;
		margin-top:70px;
	}
	
	.header-menu input[type="checkbox"]:checked ~ .menu {
		opacity: 1;
		background:white;
		visibility: visible;
		transition: opacity 0.3s ease-in-out;
	}
	
	/* footer */ 
	
	.footer-certs {
		left:0px;
		position: relative;	
	}
	
	.footer-certs img {
		max-width:25%;
		top:0px;
	}

	.footer-block {
		width:100%;
	}
	
	.footer-address {
		float:none;
		margin:0 0 0 15px;
	}
	
	.footer-conditions {
		float: none;
		margin-left:15px;
		padding-bottom:20px;
		margin-top:40px;
	}
	
	.footer-address ul li {
		display: list-item;
	}
	
	.footer-conditions ul li:nth-child(4) {
		margin-top:40px;
	}
	
	.footer-conditions ul li:nth-child(4),
	.footer-conditions ul li:nth-child(5) {
		display:list-item;
	}

	.footer-copy {
		margin-top:-50px;
	}
	
	/* content */
	
	.content.spacing {
		margin:40px 0 40px 0;
	}
	
	.max-height {
		height:auto;
	}
	
	.just {
		display:block;
		align-items:normal;
	}
	
	.page-banner {
		float:none;
	}
	
	.page-banner img {
		height:250px;
		width:100%;
		object-fit: cover;
	}
	
	.info-block {
		min-height:auto;
	}
	
	.-minustop {
		margin-top:-40px!important;
	}
	
	.left-img {
		width:100%;
		position: relative;
	}
	
	.about-banner {
		position: relative;
		height:300px;
		width:90%;
		top:80px;
		margin-bottom:40px;
	}
	
	.about-banner .banner-container {
		height:auto;
	}
	
	.about-banner .banner-container img {
		height:250px;
		width:100%;
		object-fit: cover;
		
	}
	
	.info-block {
		min-height:auto;
	}
	
	.info-banner {
		position: absolute;
		background:var(--orange);
		width:70%;
		right:40px;
		top:-60px;
		padding:30px;
		border-radius: 40px;
		
	}
	
	.info-banner h4 {
		font-size:14px!important;	
	}
	
	.table-com,
	.table-com  thead, 
	.table-com tbody, 
	.table-com th, 
	.table-com td, 
	.table-com tr {
		display: block;
		width:100%;
	  }
	  
	.table-com td {
		width:100%!important;
		vertical-align: middle!important;
	}
	
	.table-com thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-com tr { margin: 0 0 0 0; 
		margin-bottom:40px;
	}
	
	.table-com tr td {
		border:0px;
		padding:10px;
	
	}
	.table-com td {
		border: none;
		position: relative;
		border:0px;
	}
	
	.table-com td:nth-child(1) {
		font-weight: 700;
		padding-left:19px;
		width:100%;
	}
	
	td center {
		text-align:right;
	}
	
	.table-com td:before {
		position: absolute;
		top: 0;
		left: 6px;
		width: 100%;
		padding-right: 10px;
		white-space: nowrap;
		padding:10px;
	}
	  
	.table-com td:nth-of-type(1):before { content: ""; }
	.table-com td:nth-of-type(2):before { content: "Proxy PaaS"; }
	.table-com td:nth-of-type(3):before { content: "Public Cloud"; }
	.table-com td:nth-of-type(4):before { content: "Traditionele workloads (VM’s)"; }
	
	.home-partners a {
		margin:0;
	}
	
	.home-partners a img {
		height:40px;
		margin:10px;
		float:left;
	}	
	
	.home-banner {
		position: relative;
		width:100%;
		text-align:right;
		height:auto;
		margin:30px 0;
		float:right;
	}
	
	.home-banner div {
		width:cal(100% - 60px);
		height:300px;
		float:right;
		border-radius:0;
		margin-left:60px;
	}
	
	.home-minus {
		height:auto;
	}
	
	.home-block {
		margin-right:20px;
	}
	
	.home-partners a img {
		height:40px;
		margin:10px;
	}	
	
	.prof-banner {
		position:relative;
		width:90%;
		left:5%;
		top:0px;
		height:auto;
		margin-top:60px;
	}
	
	.prof-banner .banner-prof  { 
		height:220px;	
	}
	
	.prof-banner .banner-prof img {
		height:220px;
	}
	
	.over-banner {
		position: relative;
		height:200px;
		width:90%;
		top:0px;
	}
	
	.over-banner div {
		height:auto;
	}
	
	.over-banner div img {
		height:170px;
		width:100%;
		object-fit: cover;	
	}
	
	.diensten-banner {
		position: relative;
		height:200px;
		width:90%;
		top:0px;
		right:0px;
		float:right;
	}
	
	.diensten-banner div {
		height:auto;
		height:200px;	
	}
	
	.diensten-banner div img {
		height:170px;
		width:100%;
		object-fit: cover;
	}
	
	.diensten-block {
		width:100%;
		padding:0px;
		margin:0;
	}	
	
	.diensten-block .dienst p {
		background:#efefef;
	}
	
	.dienst p {
		margin:0 0 20px 0;
		border-radius:20px;
	}
	
	.kennis {
		margin:60px 0px 0px 0px;
		display:block;
		margin-bottom:0px;
		padding:0px 0px 0px 0px;
		border-radius: 50px;
		border:4px solid transparent;
		min-height:10px;
	}
	
	.contact-banner {
		position: relative;
		height:200px;
		width:80%;
		top:-20px;
		right:0px;
		left:20%;
	}
	
	.contact-banner div {
		height:auto;
	}
	
	.contact-banner div img {
		height:170px;
		width:100%;
		object-fit: cover;
	}
	
	.vacature-banner {
		position: relative;
		height:300px;
		width:90%;
		top:80px;
	}
	
	.vacature-banner div {
		height:auto;
	}
	
	.vacature-banner div img {
		height:170px;
		width:100%;
		object-fit: cover;	
	}
	
	.vacature td {
		font-size:1em;
	}
	
	.vacature td:nth-child(2) {
		display:none;
	}
	
	.vacature td:nth-child(3) {
		text-align: right;
	}
	
	.years-banner {
		display:none;
	}	
	
	.img-box.right,
	.img-box {
		text-align: center;
		margin:40px 0px 80px 0px;
	}
	
	.hist-group {
		margin:0px 0 40px 0;
	}
	
	.hist-banner {
		position:relative;
		bottom:0px;
		margin-bottom:40px;
		right:0px;
		margin-left:30%;
	}
	
	.vac-stats {
		border:2px solid var(--orange);
		padding:20px;
		margin:0px 0px 240px 0px!important;
		display: block;
		border-radius: 20px;
	}
	
	.border-round {
		border-radius:30px;
		padding:20px 40px;
	}
	
	.box{
		 width: 100%;
	  }
	  .popup{
		 width: 94%;
	  }
	  
	  .tag-name {
		  display:block;
		  padding:20px 20px 20px 0px;
		  margin-right:4px;
	  }
	  
	  .row {
			  display:block;
		  }	
		  
		  .col {
			 flex: none;
			 margin:20px 0!important;
			 display:block;
			}
			
			.opsom {
				float:none;
				display:inline-block;
			}
			
			.opsom:before {
				color:white;
				display:block;
				float:left;
				width:auto;
				min-height:auto;
				height:auto;
				text-align:Center;
				min-width:40px;
				min-height:40px;
				font-size:18px;
					background:#fa3200;
				padding:8px 4px 0px 4px;
				border-radius:50px;
				margin-right:20px;
			}
			
			.opsom:after {
			content: '';
			border-bottom:0px solid #1e1e1e;
			padding:20px 0px;
			display:none;
		}
		
		.opsom-space {
			margin-top:0px;
			padding-bottom:40px;
		}
		
		.grey-block {
			padding:30px;border-radius:40px;
		}
	
}