/*! site.css | proto-css v0.0.2 | Nieuwe Pixels */

/* Libs */
@import url('../libs/reset.css');
@import url('../libs/html.css');
@import url('../libs/typography.css');
@import url('../libs/simpleflex.v2.css');
/* Libs */
@import url('config.css');

/* Component */
@import url('./component/button.css');
@import url('./component/hero.css');
@import url('./component/usp.css');
@import url('./component/info.css');
@import url('./component/casestudy.css');

/* Site */
@import url('./site/header.css');

/* Page */
@import url('./page/home.css');
@import url('./page/service.css');
@import url('./page/casestudies.css');
@import url('./page/contact.css');


/* ---------------------------------------------------- */



:root{
  --flex-gap: 1em;
  --text: var(--brand-color-black);
}


@media only screen and (min-width: 720px) {
  :root{
    --flex-gap: 2em;
  }

}
/**/


html{
	font-size: var(--font-size-base);
  overflow-x: hidden;
}
body{
  position: relative;
  overflow-x: hidden;
	font-size: clamp(var(--font-size-min), 0.9em + 0.5vw, var(--font-size-max));
  background-color: #eeeeee50;
}

a{
	--accent: var(--brand-color-primary);
}



/* development only */
.content {
  padding: 10px;
  font-size: 17px;
}
section {
  padding-bottom: 0.12rem;
}
section.margin{
  margin-bottom: 2em;
}
[class*="col"]{
  /*border: 1px solid #eeeeee90;*/
}




/* sets width, can be changed as per need */
.video-outer {}

/* padding-top sets the overall height */
.video-inner {

  position: relative;
  padding-bottom: 49.5%;
  height: 0;
  height: 100%;
}

/* final iframe uses 100% width & height */
.video-inner iframe {
position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}




.dot {
  position: absolute;
  top: -300px;
  right: -300px;
  z-index: -1;
  height: 1225px;
  width: 1225px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}






/* templates */
.tpl__action{
  margin: 3em 0;
  text-align: center;
}
.tpl__action header{
  margin-bottom: 1em;
}
.tpl__action header h3{
  margin-bottom: 0.25em;
}
.tpl__action a{
  display: inline-block;
}

.site__footer{
  padding: 2.5em 0 2em;
  background-color: #fff;
}
.site__footer p{
  margin: 0;
}
.site__footer__media{
  margin-bottom: 1em;
}
.site__footer__media img{
  max-width: 170px;
}

.site__footer__company{
  margin-bottom: 1em;
}
.site__footer__company p{
  font-size: 0.9em;
}
.site__footer__copyright{
  margin-top: 0em;
  text-align: left;
}
.site__footer__copyright p{
  color: #889;
  font-size: 0.84em;
}


.site__footer__navigatie{}
.site__footer__navigatie h5{
  margin-bottom: 0.5em;
}
.site__footer__navigatie ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.86em;
  line-height: 1.9;
}
.site__footer__navigatie ul a{
  color: var(--color-dark-grey);
  text-decoration: none;
}
.site__footer__navigatie ul a:hover{
  color: var(--brand-color-primary);
}