/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------- 6.0/00 - 15-10-2023
/* colors   -> #EE741D | rgba(238,116,29) | hsla(25,86%,53%) */
/* ------------------------------------------------------------------------------ */
/* link     -> https://codepen.io/paulmaloney/pen/zYYBZe */
/* info     -> fonts2show */
/* ------------------------------------------------------------------------------ */
/* ROOT and VARIABLES */
/* ------------------------------------------------------------------------------ */
/* Anodina */
@font-face {
  font-family: 'Anodina';
  src: url('fonts/Anodina-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Archivo */
@font-face {
  font-family: 'Archivo';
  src: url('fonts/Archivo-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Atkinson */
@font-face {
  font-family: 'Atkinson';
  src: url('fonts/AtkinsonHyperlegible-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Azeret */
@font-face {
  font-family: 'Azeret';
  src: url('fonts/AzeretMono-Thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* B612 - Airbus */
@font-face {
  font-family: 'B612';
  src: url('fonts/B612-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Didact */
@font-face {
  font-family: 'Didact';
  src: url('fonts/DidactGothic-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Electrolize */
@font-face {
  font-family: 'Electrolize';
  src: url('fonts/Electrolize-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Hanken-Grotesk */
@font-face {
  font-family: 'Hanken-Grotesk';
  /*src: url('fonts/HankenGrotesk-Regular.woff2') format('woff2');*/
  src: url('fonts/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Jura */
@font-face {
  font-family: 'Jura';
  src: url('fonts/Jura-VariableFont_wght.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Mulish */
@font-face {
  font-family: 'Mulish';
  src: url('fonts/Mulish-VariableFont_wght.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Oxanium */
@font-face {
  font-family: 'Oxanium';
  src: url('fonts/Oxanium-ExtraLight.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/RobotoFlex-Regular.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Poppins */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Public */
@font-face {
  font-family: 'Public';
  src: url('fonts/PublicSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
	--hover-bgr:hsla(210,100%,56%,1);
    
    /* cards */
    --card-front-col: rgba(0,0,0,.6); /* black, gray OR client-color */
    --card-front-bgr: #fff;
    --card-back-col: #fff;
    --card-back-bgr: #EE741D;
    --card-ibox-hgt: 14rem;         /* min-height of the card - depends of the text card-back - def 14rem */
    --card-body-bdr: 1px solid rgba(0,0,0,.05);     /* border - def 1px */
    /* grid-area */
    --grid-area-gap: 1rem;          /* gap between flipboxes - def 1rem | min .3rem - check used shadow */
    --grid-area-pad: 1rem;          /* padding - check card-border-radius - def 1rem | min .3rem */
    --grid-area-bgr: none;          /* background - def none */
    --grid-area-bdr: 0px solid rgba(0,0,0,.25);     /* border - def 0px  */
    --grid-area-rad: 0rem;          /* border-radius - def 0rem */

    /* counter - card-front */ 
    --count-color: rgb(255,255,255,.6);	/* color of the counter - must be the same as card-back-background AND no transparent */
    --count-size: 3rem;                 	/* counter size - def 4rem */
	--count-font: Arial;					/* font-familiy ARIAL */
    /*--count-pos-top:1.4rem;             	/* counter position top - def 1rem NOT IN USE*/
    --count-pos-right:1.6rem;             	/* counter position right - def 1.2rem */
    /*--count-pos-left: 2rem;       		/* counter position left - NOT IN USE */
    --count-pos-bottom: 1.4rem;     			/* counter position bottom -  */ 
    --count-width: 1px;             		/* counter stroke - def 1px | max 3px */
    /* animation */
    --time-flip: 0.8s;              		/* def 0.8s */
	}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------ 6.0/00 - 31-12-22 */
/* RESET COUNTER -> SEE design.css */
/* SHOW2FONTS */

/* Show/Hide Warning if no container Queries Support */
@supports (container-type: inline-size) {
	.info {
		display: none;
	}
}

@supports (card:has) {
	.info {
		display: none;
	}
}

.info, .warning {
  text-align: center;
	padding: 1em;
	border: 1px solid #123456;
	background: rgba(205 230 255 / 0.8);
}
.warning {
	background: rgba(255 255 225 / 0.9);
}
.info p, .warning p {
	margin: 0;
	padding: 0;
	color: #123456;
}

/* ------------------------------------------------------------------------------ */

#container {
  width: 900px;
  height: auto;
  margin: 120px auto;
  border: 1px solid #CCC;
  padding: 30px 30px 60px 30px;
  font-size: 16px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
#container p {
  margin: 0 0 35px 15px;
}

#heading {
  margin-bottom: 35px;
  position: relative;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
#heading:after {
  content: "";
  display: table;
  clear: both;
}
#heading h1 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: 100;
  margin: 0;
  float: left;
}
#heading .inner {
  width: 965px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  display: block;
  padding: 15px;
  border-bottom: 1px solid #CCC;
}
#heading .inner:after {
  content: "";
  display: table;
  clear: both;
}

.search-container {
  float: right;
  margin-right: 15px;
  width: 190px;
  height: 27px;
  border: 1px solid #CCC;
  position: relative;
}
.search-container .search-arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #666;
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 9px;
}

#size {
  width: 80px;
}

#font-options, #size-options {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 25px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
  background: none;
}

.item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #CCC;
  margin-bottom: 35px;
}
.item:after {
  content: "";
  display: table;
  clear: both;
}

.text {
  float: right;
  width: 85%;
  line-height: 1.4em;
  padding-right: 15px;
}
.text h2 {
  margin: 0 0 25px 15px;
}

.descr {
  color: #999;
  font-weight: 100;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  float: left;
  width: 10%;
  line-height: 1.2em;
  padding-left: 15px;
}

.hel {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

.light {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.oblique {
  font-style: oblique;
}

.smallcaps {
  font-variant: small-caps;
}

.loose-kern {
  letter-spacing: 0.2em;
}

.tight-kern {
  letter-spacing: -1px;
}

#top {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #999;
  margin-left: 15px;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#top:hover {
  color: #000;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*
@font-face {
  font-family: "Nissan Pro Bold";
  src: url("http://nissancommercialvehicles.com/fonts/nissanprobold-webfont.eot");
  src: url("http://nissancommercialvehicles.com/fonts/nissanprobold-webfont.eot?#iefix") format("embedded-opentype"), 
  url("http://nissancommercialvehicles.com/fonts/nissanprobold-webfont.woff") format("woff"), 
  url("http://nissancommercialvehicles.com/fonts/nissanprobold-webfont.ttf") format("truetype"), 
  url("http://nissancommercialvehicles.com/fonts/nissanprobold-webfont.svg#nissan_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nissan Pro Bold Condensed";
  src: url("http://nissancommercialvehicles.com/fonts/nissanproboldcnd-webfont.eot");
  src: url("http://nissancommercialvehicles.com/fonts/nissanproboldcnd-webfont.eot?#iefix") format("embedded-opentype"), 
  url("http://nissancommercialvehicles.com/fonts/nissanproboldcnd-webfont.woff") format("woff"), 
  url("http://nissancommercialvehicles.com/fonts/nissanproboldcnd-webfont.ttf") format("truetype"), 
  url("http://nissancommercialvehicles.com/fonts/nissanproboldcnd-webfont.svg#nissan_probold_condensed") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------ 6.0/00 - 21-08-22 */
/* css-counter postion background */
/* https://stackoverflow.com/questions/43514987/css-increasing-number-as-background-images-for-css */
.count-reset {
	counter-reset:Element; /* reset must be here */
	}

.count-item::before { 
	position:absolute;
  	display:flex;
	/*top:var(--count-pos-top);*/
  	right:var(--count-pos-right);
  	bottom:var(--count-pos-bottom);
  /*left:var(--count-pos-left);*/
	justify-content:center;
  	align-items:center;
  	counter-increment:Element 1;
	content:counter(Element) '';
	font-size:var(--count-size); 
	font-family:var(--count-font);
	font: 800 Arial;
	  -webkit-text-fill-color:transparent; /* works FF, Chrome and Edge */
	  -webkit-text-stroke:var(--count-width);
	  -webkit-font-smoothing:antialiased;
	color:red; /*var(--count-color); /* must be the same color als card-back background */
    opacity:1;
	z-index:999;
	}
/* shadow */
/*
.shadow, .flex-item {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04);
}
*/	
/* ------------------------------------------------------------------------------ */
/* END */	
/* ------------------------------------------------------------------------------ */