/* 
 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;
	scroll-behavior:smooth;
}

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

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 {
	font-weight:600;
	padding:10px 16px;
	display:inline-block;
	border:2px solid transparent;
	background:var(--black);
	color:white;
	white-space:nowrap;
}

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

.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-blue:hover {
	color:var(--orange);
	text-decoration: none;
}

/* BEGIN CONTENT */
.dummy-content {
	height:700px;
	max-width:1200px;
	margin:auto;
}

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

.pagetitle {
	margin-top:100px;
}

.content {
	
}

.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:200px;
}

.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 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 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;
}


/* END DUMMY 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;
	border-bottom:1px solid var(--black);
}

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

.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:20px;
	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;
}

/* hero home */



@media(max-width:960px) {

	/* sections */ 
	
	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;
		border-bottom:1px solid var(--black);
	}
	
	.section-inner-hero {
		padding-top:120px;
		min-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 {
		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 img {
		 height:40px;
		 margin:10px;
	 }	
	 
	 .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-banner div img {
		 
	 }
	 
	 .home-minus {
		 height:auto;
	 
	 }
	 
	 .home-partners a img {
		 height:40px;
		 margin:10px;
	 }	
	 
	 .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;
	 }
	
}