audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* base */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea, a {
	font-family: 'Open Sans', sans-serif;
}
body {
	margin: 0;
	background-color: rgba(255,255,255,1.00);
	overflow-x:hidden;
	-webkit-animation: bugfix infinite 1s; 
}
/* Fonts */
@font-face{ 
	font-family: 'NoSpace';
	src: url('../fonts/NoSpaceFont/zerowidthspaces.eot');
	src: url('../fonts/NoSpaceFont/zerowidthspaces.eot?#iefix') format('embedded-opentype'),
url('../fonts/NoSpaceFont/zerowidthspaces.woff') format('woff'),
url('../fonts/NoSpaceFont/zerowidthspaces.ttf') format('truetype'),
url('../fonts/NoSpaceFont/zerowidthspaces.svg#NoSpace') format('svg');
}
/* bugfix */
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}
/* links */
a:focus {
	outline: thin dotted;
}
a:link, a:visited
{
    color:rgba(237,28,36,1.00);
    text-decoration: none;
}
a:active, a:hover
{
    color: #B0370B;
    text-decoration: none;
}
/*a:active, a:hover {
	outline: 0;
}*/
.navi a,
.navi a.focus {
	text-transform:uppercase;
	font-size: 1.6em;
	font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}
#secmenu.navi a,
#secmenu.navi a.focus {
	font-size: 1.2em;
}
.navi a:link,
.navi a:visited,
.navi a:hover,
.navi a:active {
	text-decoration: none;
	color:rgba(0,0,0,1.00)
}
#secmenu.navi a:link,
#secmenu.navi a:visited,
#secmenu.navi a:hover,
#secmenu.navi a:active {
	text-decoration: none;
	color:rgba(0,0,0,1.00)
}
.navi li.focus a:link,
.navi li.focus a:visited,
.navi li.focus a:hover,
.navi li.focus a:active {
	text-decoration: none;
	color:rgba(99,112,75,1.00);
}
#secmenu.navi li.focus a:link,
#secmenu.navi li.focus a:visited,
#secmenu.navi li.focus a:hover,
#secmenu.navi li.focus a:active {
	text-decoration: none;
	color:rgba(0,0,0,1.0)
}
div.article-link {
	padding: 1% 0 1% 0;
}
#art-lnk {
    position: relative;
    font-weight: 400;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.23em 0.45em 0.323em 1.55em;
    background-color: rgba(99,112,75,1.00);
    color: rgba(255,255,255,1.00);
    display:inline-block;
    font-size: 1.2em;
    vertical-align: top;
}
#art-lnk:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid white;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
#art-lnk:after {
    content: "\203A";
    margin-left: 0.6em;
    font-size: 1.3em;
}
#art-file {
    font-weight: 400;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.32em 0.75em 0.32em 0.75em;
    display:inline-block;
    font-size: 1.2em;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
}
#art-file:after {
    content: "\2193";
    display: inline-block;
    width: 1.0em;
    margin-left: 1.0em;
    text-align: center;
    font-size: 1.0em;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color:rgba(0,171,103,1.00);
    float: right;
}
#art-file span {
    font-weight: 400;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.32em 0.45em 0.32em 0.75em;
    display:block;
    font-size: 0.8em;
    color: rgba(0,0,0,1.00);
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    line-height: 1.0125em;
	font-weight: 700;
    text-rendering: optimizeLegibility;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 3.2em;
	margin: .67em 0;
    font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 1.67em;
	margin: .83em 0;
    font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 1.67em;
    line-height: 1.32em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: .83em;
	margin: 1.67em 0;
}
h6 {
	font-size: .67em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
    
    color: rgba(99,112,75,1.00);
}
p, pre {
	margin: 1em 0 2em 0;
    font-size: 120%;
	line-height: 1.5em;
    font-weight: 200;font-family: 'Open Sans', sans-serif;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
.f-osw-n {
	font-weight: normal;
}
/* Lists */
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
/* Embedded content */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0;
    font-family: 'Open Sans', sans-serif;
}
/* Background */




/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* Other ratios */
.ratio2_1:before {
	padding-top: 50%;
}

/* effects */
#waiting {
    display: none;
    margin: 15px 0px 15px 0px;
    text-align: center;
}

/* nav */
div.navi,
div.navi-mob {
    display: table-cell;
	width: 80%;
    vertical-align: bottom;
    padding: 0;
    text-align: right;
    z-index: 40;
}
div.navi-mob {
	display: none;
}
#topmenu ul,
#secmenu ul {
	padding: 0;
	display: table;
	margin: 0 0;
	float: left;
}
#topmenu ul li,
#secmenu ul li {
	padding: 1% 1.3em;
	border: none;
	text-align: center;
	display: table-cell;
	height: 100%;
}
#topmenu li.divider,
#secmenu li.divider {
	font-size: 1px;
	border: none;
	padding: 0;
	display: table-cell;
	width: 1px;
	vertical-align: top;
}/*
#topmenu li.focus,
#secmenu li.focus {
	background-color: rgba(184,212,237,1.00);
}
#secmenu li.focus {
	background-color: rgba(139,139,139,0.23);
	background-color: rgba(255,255,255,1.00);
}*/

/* nav sub */

/* nav mobile */
#header label {
	padding:0 0.125em;
	font:2.875em/1.4375em 'Open Sans', sans-serif;
	}
#menu label {
	padding:0 0.25em;
	font:3.125em/1.375em 'Open Sans', sans-serif;
	}
#menu .sub-nav label {
	padding:0 0.3125em;
	font:2em/2em 'Open Sans', sans-serif;
	top:0;
	}
#main-nav-check, #menu .sub-nav-check {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.toggle-menu {
    display: none;
    cursor: pointer;
    color: rgba(99,112,75,1.00);
    font-size: 3.2em;
    padding: auto 2%;
    margin: 0;
    line-height: 0.65em;
    z-index: 500;
    vertical-align: middle;
}
label.toggle-menu {
    color: rgba(255,255,255,1.00);
}
label.toggle-menu span {
    font-size: 0.4em;
    padding: 0 2%;
    margin: 0;
    line-height: 0.0em;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(255,255,255,1.00);
}
.hdr-mob-menu-tggl .toggle-menu {
    color: rgba(99,112,75,1.00);
}
.container {
	background:#fff;
	min-height:100%;
	padding:0;
	margin:0;
}
#menu, #menu .sub-nav {
	position:absolute;
	top:0;
	bottom:0;
	width:13.75em;
	z-index:9999;
	left:-13.75em;
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:-webkit-transform .25s ease;
	transition:transform .25s ease;
}
#menu ul {
	line-height:2.75em;
	text-decoration:none;
	padding:0;
	list-style:none;
	margin-top:0.0em;
	border-top:1px solid #ffffff;
}
#menu li {
	border-bottom:1px solid rgba(255,255,255,1.00);
}
#menu li a {
	display: block;
	font-size:1.0em!important;
	padding-left:1.5em;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
#menu li a:hover, #menu .toggle-sub:hover {
	background:#A4A4A4;
}
#menu .sub-nav {
	margin-top:-1px;
}
#menu .sub-heading {
	margin-top:0em;
	padding-left:1.3125em;
	color:rgba(255,255,255,1.00);
    font-weight: 300;
    font-size: 1.1em;
}
#menu .sub-heading:before {
	content:"";
	display:table-row;
	height:1px;
	width:13.75em;
	margin-left:-1.3125em;
	background:#444;
}
#menu .toggle-sub {
	font:bold 1em/2.75em 'Open Sans', sans-serif !important;
	color:rgba(255,255,255,1.00);
	float:right;
	top:auto;
	margin-top:-2.75em;
	width:2.25em;
	cursor:pointer;
	text-align:center;
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate3d(0,0,0);
}

#menu, #menu ul
{
	margin-bottom: 0px;
	overflow: auto;
	text-align:left;
}

/* #### - extra css for js enhancement - #### */
#menu .close-all { display:none }
.js #menu .close-all { display:inline }
.js #menu .toggle-menu { 
    top:0; padding: 3% 0 3% 0.5em; 
    width: 13.25em; 
    z-index:9999; }
.js #menu .sub-nav .toggle-menu {  }/*
.js #menu ul.sub-nav li.sub-heading label.toggle-menu { left:0em; width:1em; margin: 1.0em 0; padding: 1.0em 0; }*/

/* #### - define ids of animated container, menu and sub-menus here - #### */
#main-nav-check:checked ~ .container, #main-nav-check:checked ~ #menu, #menu .sub-nav-check:checked ~ #en-home-sub, #menu .sub-nav-check:checked ~ #en-plastic_flooring-sub, #menu .sub-nav-check:checked ~ #en-plastic_flooring-quadra-floor-basic-eco-sub, #menu .sub-nav-check:checked ~ #en-plastic_flooring-QUADRA_floor-sub, #menu .sub-nav-check:checked ~ #en-Gallery-sub, #menu .sub-nav-check:checked ~ #en-assembly-maintenance-sub, #menu .sub-nav-check:checked ~ #en-contact-sub, #menu .sub-nav-check:checked ~ #en-webshop-sub, #menu .sub-nav-check:checked ~ #en-webshop-quadra-floor-sub, #menu .sub-nav-check:checked ~ #en-webshop-edge-strip-sub, #menu .sub-nav-check:checked ~ #en-webshop-sample-pieces-sub, #menu .sub-nav-check:checked ~ #en-webshop-accessories-sub {	-webkit-transform:translate(13.75em,0); -ms-transform:translate(13.75em,0); transform:translate(13.75em,0); }

.page-content { padding:1em 2em; max-width:64em; margin:auto }
.page-content:after { display:block; content:''; height:1px } /* fixes bottom padding issue in IE10 */

/* doc */
.doc {
    text-align: left;
	font-family: 'NoSpace';
    margin: 0;
    padding: 0 0 1.5% 0;
    width: 100%;
}
/* images */
.img_scl {
    width: 100%;
	/*overflow: hidden;*/
}
.img_scl:before {
	content: "";
	display: block;
}
.img_scl img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-lnk div {
}
.img-lnk img {
}
.img-lnk h2,
.img-lnk a {
	display: none;
}
/* backgrounds */
.bu-wh {
	background-color: rgba(255,255,255,1.00);
}
.bu-wh-t32 {
	background-color: rgba(255,255,255,0.32);
}
.bu-wh-t64 {
	background-color: rgba(255,255,255,0.64);
}
.bu-bk {
	background-color: rgba(0,0,0,1.00);
}
.bu-bl {
	background-color: rgba(0,70,132,1.00);
}
.bu-bl-lght {
	background-color: rgba(184,212,237,1.00);
}
.bu-grn-mtt {/*
	background-color: rgba(127,148,119,1.00);*/
	background-color: rgba(79,79,79,1.00);
	/*background-color: #303030;*/
}
.bu-grn-mtt-t32 {
	background-color: rgba(79,79,79,0.32);
}
.bu-gry {
	background-color: rgba(107,107,107,1.00);
}
.bu-gry-t05 {
	background-color: rgba(107,107,107,0.05);
}
.bu-grn {
	background-color: rgba(99,112,75,1.00);
}
.bu-grn-t05 {
	background-color: rgba(99,112,75,0.05);
}
.bu-gry-t10 {
	background-color: rgba(107,107,107,0.10);
}
.bu-gry-t23 {
	background-color: rgba(107,107,107,0.23);
}
.bu-lght-bl-gr {
	background-color: rgba(229,236,239,1.0);
}

.bu-bl-gr {
	background-color: rgba(98,130,141,1.0);
}
.bu-bl-gr-t23 {
	background-color: rgba(98,130,141,0.23);
}
.bu-trqs-dark {
	background-color: rgba(99,112,75,1.00);
}
.bu-trqs-dark-t05 {
	background-color: rgba(70,121,136,0.05);
}
.bu-trqs-dark-05 {
	background-color: rgba(245,248,249,1.00);
}
.bu-trqs-dark-t10 {
	background-color: rgba(70,121,136,0.10);
}
.bu-trqs-dark-t23 {
	background-color: rgba(70,121,136,0.23);
}
.bu-trqs-dark-t32 {
	background-color: rgba(70,121,136,0.32);
}
/* box */
.content {
	/* Positioning */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.center-cont {
	margin: 0px auto;
	z-index: 10;
	height: auto;
    width: 100%;
	text-align:center;
}
.bx-rat {
    width: 100%;
	overflow: hidden;
}
.bx-rat:before {
	content: "";
	display: block;
}
.bx-rel {
	display: inline-block;
	position: relative;
}
.bx-abs {
	position:absolute;
}

.bx-fll-img:before,
.bx-fll:before,
.bx-hlf-img:before,
.bx-hlf:before,
.bx-thrd-img:before,
.bx-thrd-img-trnsprnt:before,
.bx-thrd:before,
.bx-qrtr-img:before,
.bx-qrtr:before,
.bx-tw-ffth-img:before,
.bx-tw-ffth:before,
.bx-3ffth-img:before,
.bx-3ffth:before {
	content: "";
	display: block;
}
.bx-fll,
.bx-hlf,
.bx-thrd,
.bx-qrtr {
	margin: 0 0 0 0;
    padding: 0;
	width: 45.5%;
	font-family: 'NoSpace';
}
.bx-fll {
	width: 96.0%;
}
.bx-hlf {
	width: 50.0%;
}
.bx-thrd {
	width: 29.40%;
}
.bx-qrtr {
	width: 24.90%;
}
.bx-tw-ffth {
    float: left;
	width: 40%;
    vertical-align: top;
}
.bx-3ffth {
	width: 60%;
    vertical-align: top;
}
.bx-fll-img:before {
	padding-top: 32%;
}
.bx-fll:before {
	padding-top: 32%;
}
.bx-hlf-img:before {
	padding-top: 100%;
}
.bx-hlf:before {
	padding-top: 60%;
}
.bx-thrd-img:before {
	padding-top: 100%;
}
.bx-thrd-img-trnsprnt:before {
	padding-top: 100%;
}
.bx-thrd:before {
	padding-top: 100%;
}
.bx-qrtr-img:before {
	padding-top: 100%;
}
.bx-qrtr:before {
	padding-top: 100%;
}
.bx-tw-ffth-img:before {
	padding-top: 100%;
}
.bx-tw-ffth:before {
	padding-top: 100%;
}
.bx-3ffth-img:before {
	padding-top: 33.333333333%;
}
.bx-3ffth:before {
	padding-top: 33.333333333%;
}


.bx-thrd-img-trnsprnt {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.bx-bll-f1 {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: rgba(255,255,255,1.00);
    overflow: hidden;
}

.bx-bll-f1 {
	width: 99.9%;
    left: 0;
}

.bx-tw-ffth .bx-txt-hdr-f1 {
    right: 10%;
    width: 80%;
    color: rgba(0,0,0,1.00);
}
.bx-tw-ffth .bx-txt-hdr-f1 {
    top: 20%;
}
.bx-tw-ffth .bx-txt-hdr-f1 h1 {
    margin: 0;
    padding: 0;
    width: 100%;
    left: 5%;
    font-family: 'Open Sans Condensed', sans-serif;
}

.bx-tw-ffth .bx-txt-hdr-f1 h1,
.bx-tw-ffth .bx-txt-cntnr-f1 a,
.bx-3ffth .bx-txt-hdr-f1 h2,
.bx-tw-ffth .bx-txt-cntnr-f1 a,
.bx-3ffth .bx-txt-cntnr-f1 a,
.bx-thrd .bx-txt-hdr-f1 h2,
.bx-thrd .bx-txt-hdr-f1 a ,
.bx-qrtr .bx-txt-hdr-f1 h2,
.bx-qrtr .bx-txt-cntnr-f1 a {
    font-size: 4.8em;
    font-weight: 800;
    line-height: 1.32em;
    text-transform:uppercase;
    text-align: right;
    color: rgba(255,255,255,1.00);
    text-shadow: 4px 3px 0px #000000;
}
.bx-thrd .bx-txt-hdr-f1 h2 {
    font-size: 2.00em;
    text-align: left;
}
.bx-qrtr .bx-txt-hdr-f1 h2 {
    font-size: 2.3em;
    text-align: left;
}

.bx-tw-ffth .bx-txt-cntnr-f1 {
    right: 10%;
    width: 60%;
    padding: 0;
    text-align: right;
}
.bx-tw-ffth .bx-txt-cntnr-f1 {
    top: 35%;
}
.bx-tw-ffth .bx-txt-cntnr-f1 .article-file,
.bx-tw-ffth .bx-txt-cntnr-f1 .article-link 
.bx-tw-qrtr .bx-txt-cntnr-f1 .article-file,
.bx-tw-qrtr .bx-txt-cntnr-f1 .article-link  {
    background-color: rgba(0,0,0,0.00);
    margin: 0;
    vertical-align:inherit;
}
.bx-tw-ffth .bx-txt-cntnr-f1 h3,
.bx-tw-ffth .bx-txt-cntnr-f1 p,
.bx-3ffth .bx-txt-cntnr-f1 p,
.bx-thrd .bx-txt-cntnr-f1 p,
.bx-qrtr .bx-txt-cntnr-f1 p {
    color: rgba(255,255,255,1.00);
    font-size: 1.1em;
    font-weight: 200;
    line-height: 1.52em;
    padding: 2% 3%;
    background-color: rgba(0,0,0,0.70);
    font-family: 'Open Sans', sans-serif;
}
.bx-tw-ffth .bx-txt-cntnr-f1 .article-link,
.bx-3ffth .bx-txt-cntnr-f1 .article-link,
.bx-thrd .bx-txt-cntnr-f1 .article-link,
.bx-qrtr .bx-txt-cntnr-f1 .article-link {
    display: inline-block;
    padding: .53em .80em;
    width: auto;
    background-color: rgba(0,0,0,0.42);
}
.bx-tw-ffth .bx-txt-cntnr-f1 #art-lnk,
.bx-3ffth .bx-txt-cntnr-f1 #art-lnk,
.bx-thrd .bx-txt-cntnr-f1 #art-lnk {
    border: none;
    box-shadow: none;
    background: none;
    font-size: 2.0em!important;
}
.bx-tw-ffth .bx-txt-cntnr-f1 #art-lnk:before,
.bx-3ffth .bx-txt-cntnr-f1 #art-lnk:before,
.bx-thrd .bx-txt-cntnr-f1 #art-lnk:before, 
.bx-tw-ffth .bx-txt-cntnr-f1 #art-lnk:after,
.bx-3ffth .bx-txt-cntnr-f1 #art-lnk:after,
.bx-thrd .bx-txt-cntnr-f1 #art-lnk:after {
    display: none;
}
.bx-tw-ffth .bx-txt-cntnr-f1 a,
.bx-3ffth .bx-txt-cntnr-f1 a,
.bx-thrd .bx-txt-cntnr-f1 a,
.bx-qrtr .bx-txt-cntnr-f1 span {
    color: rgba(255,255,255,1.00);
    font-size: 3.2em!important;
    font-weight: 200;
    line-height: 0.70em;
    margin: 0!important;
    padding: 0!important;
    font-family: 'Open Sans', sans-serif;
}
.bx-qrtr .bx-txt-cntnr-f1 span {
    font-size: 4.2em;
}

.bx-3ffth .bx-txt-hdr-f1,
.bx-thrd .bx-txt-hdr-f1,
.bx-qrtr .bx-txt-hdr-f1 {
    top: 10%;
    left: 5%;
}
.bx-3ffth .bx-txt-hdr-f1 h2,
.bx-thrd .bx-txt-hdr-f1 h2,
.bx-qrtr .bx-txt-hdr-f1 h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    left: 5%;
    font-family: 'Open Sans Condensed', sans-serif;
}
.bx-thrd:nth-child(1) .bx-txt-hdr-f1 h2 {
    font-family: 'Signika', sans-serif;
    color: rgba(99,112,75,1.00);
    font-size: 2.60em;
    text-shadow: 2px 2px 0px #ffffff;
}
.bx-thrd:nth-child(2) .bx-txt-hdr-f1 h2 {
    font-family: 'Signika', sans-serif;
    font-size: 2.60em;
}

.bx-3ffth .bx-txt-cntnr-f1,
.bx-thrd .bx-txt-cntnr-f1,
.bx-qrtr .bx-txt-cntnr-f1 {
    bottom: 10%;
    left: 5%;
    width: 50%;
    text-align: center;
}
.bx-thrd .bx-txt-cntnr-f1,
.bx-qrtr .bx-txt-cntnr-f1 {
    width: 90%;
}
.bx-3ffth .bx-txt-cntnr-f1 .article-file,
.bx-3ffth .bx-txt-cntnr-f1 .article-link, 
.bx-thrd .bx-txt-cntnr-f1 .article-file,
.bx-thrd .bx-txt-cntnr-f1 .article-link, 
.bx-qrtr .bx-txt-cntnr-f1 .article-file,
.bx-qrtr .bx-txt-cntnr-f1 .article-link  {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(99,112,75,0.75);
    margin: 0 0 0 3%;
    vertical-align:middle;
}

.bx-3ffth .bx-txt-cntnr-f1 p,
.bx-thrd .bx-txt-cntnr-f1 p,
.bx-qrtr .bx-txt-cntnr-f1 p {
    color: rgba(255,255,255,1.00);
    font-size: 1.0em;
    font-weight: 200;
    line-height: 1.52em;
    text-align: left;
    width: 70%;
    margin: 0;
}
/* reoccurring */
.bt-brd-blu {
    border-bottom: 1px solid rgba(0,70,132,1.00);
}
.tp-brd-gre {
    border-top: 2px solid rgba(0,155,103,1.00);
}
.w-fll {
    width: 100%;
}
.w-mx {
    margin: 0 auto 0 auto;
    max-width: 1280px;
}
.w-75 {
    margin: 0 auto 0 auto;
    max-width: 75%;
}
.w-75-c {
    margin: 0 auto 0 auto;
    max-width: 75%;
    text-align: center;
}
.w-70-c {
    margin: 0 auto 0 auto;
    max-width: 70%;
    text-align: center;
}
.w-pg-txt {
    margin: 0 auto 0 auto;
    max-width: 60%;
}
.w-pg-1bx {
    margin: 0 auto 0 auto;
    max-width: 100%;
}
.w-pg-2bx {
    margin: 0 auto 0 auto;
    max-width: 100%;
}
.mrgn-tp1_5 {
    margin-top: 1.5%;
}
.mrgn-tp_2_6 {
    margin-top: 2.6%;
}
.mrgn-rght_1 {
    margin-right: 1.0%;
}
.mrgn-rght_1_5 {
    margin-right: 1.5%;
}
.mrgn-rght_2 {
    margin-right: 2.0%;
}
.mrgn-rght_2_6 {
    margin-right: 2.6%;
}
.pddng-rght_1 {
    padding-right: 1.0%;
}
/* fiding stuff */
.fnd-lnk {
	display: table-cell;
    width: 3%;
    vertical-align: middle;
}
.bx-rel .fnd-lnk img {
	position: static;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 120%;
	height: 120%;
}
.fnd-remove:before, 
.fnd-close:before, 
.fnd-times:before {
    content: "\2716";
	font-size: 2.4em;
}
/* Full screen search*/
#fnd-cont a{
  color: #fff;
  font-size: 2rem;
	margin: 0;
	padding: 0;
}
#fnd-cont {
  position:fixed;
  width: 100%;
  height: 0;
  background-color: rgba(99,112,75,0.92);
  display: flex;
  align-items: center;
	margin-left: auto;
	margin-right: auto;
    margin-top: -15%;
  opacity: 0;
  transition: all .5s;
  will-change: transform, opacity;
  z-index: 997;
}
.fnd-mid {
    margin-top: -15%;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fnd-mid p {
	margin: 0;
	padding: 0 0 1% 0;
	color: #ffffff;
	font-size: 1.5rem;
  border-width: 0 0 1px 0;
  border-style: solid #fff;
}
.fnd-mid #searchfield {
	-webkit-appearance:none;
	border: 0;
  height: 2rem;  
  max-width: 50%;
  background-color: #ffffff;
  color: #717A8E;
  flex: 1 0 auto;
  font-size: 2rem;
  outline: 0;
  padding: 2rem 1rem;
}
#terminate {
  position: absolute;
  right: 5%;
  top: 5%;
}
#fnd-cont:target {
  height: 100vh !important;
  width: 100% !important;
    margin-top: 0;
  opacity: 1;
  z-index: 999;
}

/* Service Header */
.tools-cntnr {
	top: 0;
}
.tools {
	display: inline-block;
    float: right;
	padding: 0;
	margin:  0;
	text-align: left;
	vertical-align: top;
	width: 60%;
	z-index: 998;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(99,112,75,1.00);
}
.tool {
    display: table-cell;
	vertical-align: top;
    margin: 0;
    padding: 0;
	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 18%;
}
.tool-srvc {
    width: 36%;
    padding: 0 0 0 3%;
}
.tool-cart {
    width: 42%;
    padding: 0 0 0 2%;
    vertical-align: middle;
    text-align: center;
}
.tool-spc {
    display: table-cell;
    width: auto;
}
.tool-sm {
    width: 25%;
    padding-top: 0;
}
.tool-sm .tool-social div {
    display: inline-block;
    width: 11%;
    margin: 5% 6% 5% 6%;
}
.tool-sm .tool-social img {
    width: 80%;
}
.tool-lng {
    margin: 0;
    padding: 0;
    width: 25%;
    vertical-align: middle;
    
}
.tool-pad {
	padding: 5% 0 5% 8%;
	display: inline-block;
}
.info-tool {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0 3% 0 2%;
    vertical-align: top;
    width: 20%;
    color: 
    rgba(255,255,255,1.00);
    *display: inline;
    *zoom: 1;
}
.info-tool a {
    color: rgba(127,148,119,1.00);
    margin: 0% 25% 0% 0%;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
}
.tool-social {
	vertical-align: top;
    text-align: center;
}
.tool-social div {
	display: inline-block;
    width: 35%;
    margin: 0 9% 0 0;
}
.tool-social img {
	display: inline-block;
    width: 70%;
}
.tool-social h2,
.tool-social #art-lnk,
.tool-social .ftr-sec #art-lnk,
.tool-social a {
	display: none!important;
}
.lng-tool {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 1.5% 0;
    width: 94%;
	vertical-align: top;
}
.lng-txt {
	padding: 0 0 0 10%;
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
.lng-txt a:link, 
.lng-txt a:visited {
	display: inline-block;
	color: rgba(99,112,75,1.00);;
    text-decoration: none;
	text-transform: uppercase;
	font-size: 1.23em;
	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
/* header */
.hdr-spcr {
}
.hdr-spcr:before {
    padding-top: 4.05%;
}
.hdr {
	position: -webkit-sticky;
    position: sticky;
	width: 100%;
	margin: 0;
	z-index: 30;
	overflow: hidden;
    top: 0;
}
.hdr-cntnr {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.hdr-w-mx {
    display: table;
    width: 100%;
    padding: 0;
}
.hdr-mob-menu-tggl {
    display: none;
    width: 15%;
}
.hdr-logo {
    padding: 0 0 0 0;
}
.hdr-spc {
    display: table-cell;
    width: auto;
}
.logo {
    top: 0;
    left: 0;
    display: inline-block;
    width: 17%;
    margin-right: 10%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(255,255,255,1.00);
    clear: both;
    z-index: 40;
}
.logo a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    clear: both;
    z-index: 50;
}
.logo img {
	width: 88%;
}
.hdr .logo {
    display: table-cell;
    width: 17%;
    vertical-align: middle;
    text-align: center;
}
.hdr .logo a {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.logo-stk {
	position: -webkit-sticky;
    position: sticky;
}
.hdr .logo img {
	width: 40%;
}
.sticky {
    top: 0;
    position: fixed;
}

/* WEBshop cart */
.cart-container {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0 0 0 0;
    vertical-align: middle;
    width: 100%;
}
.cart {
    display: table;
    margin: 0;
    padding: 0 0.8em 0 0;
    width: 100%;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: rgba(99,112,75,1.00);
}
.cart-icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}
.cart-icon img {
    width: 60%;
}
.cart-text {
}
.cart-contents {
    display: table-cell;
    width: 45%;
    color: rgba(99,112,75,1.00);
    margin: 0;
	font-size: 1.0em;
    text-transform: uppercase;
    font-weight: 400;
    vertical-align: middle;
}
.cart-qntty {
    display: inline-block;
    background-color: rgba(99,112,75,1.00);
    border-radius: 50%;
    padding: 0.3em;
    margin: 5% 0 5% 5%;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.1em;
    text-align: center;
	font-size: 1.2em;
    color: rgba(255,255,255,1.00);
}
.cart-cost {
    display: inline-block;
    margin: 0 0 0 5%;
}
.cart-footer {
    display: table-cell;
    padding: 0;
    width: 40%;
    vertical-align: middle;
}
.cart-footer table {
	width: 100%;
}
.cart-footer table td {
	padding: 3% 0 0 0;
}
.cart-footer input[type="button"],
.cart-footer input.checkout[type="button"]  {
    background-color: rgba(255,242,0,0.00);
	color: rgba(99,112,75,1.00);
	padding: 0.4% 2.5% 0 2.5%;
	font-size: 0.90em;
    border: none;
    width: 95%;
}
input.but-txt-osw[type="submit"], input.but-txt-osw[type="button"],
select.but-txt-osw {
	font-size: 1.0em;
	color: rgba(99,112,75,1.00);
}

/* news */
.nwsli {
}
.nws-tm {
    margin: 0 0 10% 0;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 1% 5% 3% 0%;
}
.nws-dt,
.nws-h,
.nws-lnk a:link,
.nws-lnk a:visited {
    margin: 0px;
    padding: 0px;
    color: #303030;
}
.nws-dt {
    padding: 0 0 1% 0;
    font-size: 1.0em;
    font-weight: 600;
    color: rgba(81,81,81,1.00);
}
/* intro */

/* preview */


/* preview no imgage*/


/* page */


/* Article back link */
.lnk-bck-w-brd {
    border-top: 1px solid rgba(99,112,75,1.00);
}
.pg-img-top .lnk-bck-w-brd {
    bottom: 0%;
    left: 5%;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 90%;
}
.lnk-bck-w-mx {
    display: table;
    width: 100%;
    max-width: 920px;
    margin: 0px auto;
    color: rgba(99,112,75,0.64);
    font-family: 'Open Sans Condensed', sans-serif;
}
.pg-img-top .lnk-bck-w-mx {
    border-top: 1px solid rgba(255,255,255,1.00);
    color: rgba(255,255,255,1.00);
	background-color: rgba(79,79,79,0.50);
}
.lnk-bck, .lnk-bck-dsc {
    display: inline-block;
    padding: 0.5% 0.5% 0.5% 0.5%;
    margin: 0;
    vertical-align: middle;
}
.lnk-bck-dsc div {
    font-weight: 400;
    font-size: 0.80em;
}
.lnk-bck div,
.lnk-bck a,
.lnk-bck b {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}
.lnk-bck a:link,
.lnk-bck a:visited {
    color: rgba(107,107,107,0.64);
    font-size: 0.80em;
    font-weight: 400;
}
.pg-img-top .lnk-bck a:link,
.pg-img-top .lnk-bck a:visited {
    color: rgba(255,255,255,1.00);
    font-weight: 300;
}
.lnk-bck-laquo {
    padding: 0 0.55em 0 0.55%;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}
.pg-img-top .lnk-bck-laquo {
    font-weight: 300;
}
/* Page Extras */

/* Gallery */
.article-gallery {
    width: 100%;
}
.imageGallery {
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   2%;
  -moz-column-count:    4;
  -moz-column-gap:      2%;
  column-count:         4;
  column-gap:           2%;  
}
.imageGallery img {
    width: 100%;
}
.imageGallery a[rel=gallery] {
    display: inline-block;
    background-color: rgba(255,255,255,1.00);
    cursor: -moz-zoom-in, -webkit-zoom-in, pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10%;
    border: none;
}
.imageGallery a:before {
    content: none;
    margin: 0;
    padding: 0;
    display: none;
}
/* Widgets */

/* default table */
.article-table {
	width: 100%;
}
.article-table .site-table {
	font-family: 'Roboto', sans serif;
	width: 100%;
}
.article-table .site-table thead {
	background-color: rgba(0,132,82,0.80);
    color: rgba(255,255,255,1.00);
}
.article-table .site-table thead th {
	padding: 1% 1% 1% 1%;
    width: auto;
    border: 1px solid #ffffff;
}
.article-table .site-table tbody {
	
}
.article-table .site-table tbody td {
	padding: 1.5% 1% 1.5% 1%;
    width: auto;
}


/* footer */
.ftr {
	display: inline-block;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
    margin: 0;
	color: #ffffff;
	height: auto;
	z-index:20;
    background-color: rgba(99,112,75,1.00);
}
.ftr-sec #art-lnk {
	color: #ffffff;
    position: static;
    font-size: 0.9em;
margin: 0.0% 2.5% 0.5% 0;
padding: 0.23em 0.45em 0.323em 0;
background-color: rgba(99,112,75,1.00);
display: block;
}
.ftr-sec #art-lnk:before {
    display: none;
}
.ftr h2 {
	font-size: 1.25em;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,1.00);
	margin: 0;
	padding: 5% 0% 3% 0%;
}
.ftr-widg h2 {
	font-size: 1.1em;
	margin-top: 5%;
}
.ftr-widg a {
	font-size: 1.25em;
}
.ftr-sec:nth-child(3) .ftr h2:nth-child(2) {
	font-size: 1.2em;
	padding: 0% 0% 3% 0%;
}
.ftr h3 {
	font-size: 1.15em;
    font-weight: 400;
	margin: 0px;
	padding: 8% 0% 2% 0%;
    border-bottom: 1px dashed rgba(255,255,255,1.00);
}
.ftr h4 {
	font-size: 0.90em;
    font-weight: 400;
	margin: 0px;
	padding: 3% 0% 2% 0%;
}
.ftr p {
	font-size: 0.95em;
    font-weight: 300;
	margin: 0;
	padding: 2% 0% 2% 0%;
}
.ftr-sec {
	margin: 3% 0 3% 4%;
	width: 19%;
	display: inline-block;
	vertical-align: top;
}
.ftr-sec img {
	max-width: 100%;
	max-height: 100%;
	padding: 0% 0% 2% 0%;
}
.ftr-tel h2 {
	font-size: 1.15em;
	padding: 6% 0% 3% 0%;
}
.ftr-tel p,
.ftr-tel a {
	font-size: 1.25em;
}
.ftr-sec-lg,
.ftr-sec-cp,
.ftr-sec-str {
    vertical-align: middle;
	margin: 0;
	padding: 0 3% 0 3%;
	width: 94%;
}
.ftr-sec-lg,
.ftr-sec-str {
	background-color: rgba(255,255,255,1.00);
    border-top: 0.1em solid rgba(255,255,255,1.00);
}
.ftr-sec-cp {
    border-top: 0.1em solid rgba(255,255,255,1.00);
}
.ftr-sec-cp p {
    text-align: center;
}
.ftr-sec-lg img {
	width: 13%;
	padding: 1% 6% 1% 0;
}
.ftr-sec-str {
	padding: 0 5% 0 5%;
	width: 90%;
    color: rgba(110,110,110,1.00);
    border-top: 0.1em solid rgba(110,110,110,1.00);
}
.ftr-sec-str p {
	display: inline-block;
    width: 21%;
    vertical-align: top;
    margin: 0 0 0 4%;

}
.ftr-sec .tool-social {
    position: absolute;
    right: 2%;
    top: 7%;
    display: inline;
    vertical-align: middle;
    margin: auto 0;
    text-align: right;
}
.ftr-sec .tool-social div {
    width: 15%;
}
.ftr-sec .tool-social div img {
    width: 50%;
}

/* No Display switch */
.NoDsp-mbl {
    display: none!important;
}
.NoDsp-dsk {
    display: none!important;
}

@media (min-width:1152px) and (max-width:1279px)  {
body {
	font-size: 75%;
}
/* links */
.navi a, .navi a.focus {
    font-size: 1.4em;
}
/* nav */
#topmenu ul li,
#secmenu ul li {
	padding: 1% 1.3em;
}
/* header */
    
.logo img {
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
/* footer */
.ftr-sec .tool-social {
    width: 30%;
}

}
@media (min-width:1280px) and (max-width:1367px){
body {
	font-size: 85%;
}
/* links */
.navi a, .navi a.focus {
    font-size: 1.4em;
}
/* nav */
#topmenu ul li,
#secmenu ul li {
	padding: 1% 1.3em;
}
/* header */
    
.logo img {
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
/* footer */
.ftr-sec .tool-social {
    width: 30%;
}

}
@media (min-width:1368px) and (max-width:1489px){
body {
	font-size: 90%;
}
/* links */
.navi a, .navi a.focus {
    font-size: 1.5em;
}
/* nav */
#topmenu ul li,
#secmenu ul li {
	padding: 1% 1.3em;
}
/* header */
    
.logo img {
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
/* footer */
.ftr-sec .tool-social {
    width: 30%;
}

}
@media (min-width:1490px) and (max-width:1689px){
body {
	font-size: 100%;
}
/* links */
.navi a, .navi a.focus {
    font-size: 1.5em;
}
/* nav */
#topmenu ul li,
#secmenu ul li {
	padding: 1% 1.3em;
}
/* header */
    
.logo img {
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
/* footer */
.ftr-sec .tool-social {
    width: 30%;
}

}
@media (min-width:1600px){
body {
	font-size: 100%;
}
/* header */
    
.logo img {
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
/* footer */
.ftr-sec .tool-social {
    width: 30%;
}

}
@media (min-width:1920px){
body {
	font-size: 115%;
}
}
@media (min-width:360px) and (max-width:567px) {
/* display */
.no-dsp-mb,
.no-dsp-dsk  {
	display: none;
}
.disp-mob,
.disp-dsk {
	display: inline-block;
}
    
/* typography */
h2, h3, p, a {
    font-size: 70%!important;
}
/* links */
.article-file,
.article-link {
    margin:5.5% 2.5% 1.5% 0;
}
/* fiding stuff */
.fnd-lnk {
    display: table-cell;
    width: 10%;
}
/* nav */
div.navi {
	display: none;
}
#secmenu {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}    
/* box */
.bx-tw-ffth,
.bx-3ffth,
.bx-thrd {
    width: 100%;
    margin-bottom: 2.6%
}
.bx-tw-ffth-img:before,
.bx-thrd-img-trnsprnt:before,
.bx-tw-ffth:before {
    padding-top: 60%;
}
.bx-thrd:before,
.bx-thrd-img::before,
.bx-3ffth:before,
.bx-3ffth-img::before {
    padding-top: 55%;
}
.bx-tw-ffth .bx-txt-hdr-f1 {
    top: 10%;
    font-size: 60%;
}
.bx-3ffth .bx-txt-cntnr-f1, .bx-thrd .bx-txt-cntnr-f1 {
    bottom: 5%;
    width: 90%;
}
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 h2 {
    font-size: 1.8em!important;
}
.bx-tw-ffth .bx-txt-hdr-f1 h1, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-cntnr-f1 a, 
.bx-thrd .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 a {
    text-shadow: 2px 2px 0px #000000;
    text-align: left;
}
.bx-tw-ffth .bx-txt-cntnr-f1 p, 
.bx-3ffth .bx-txt-cntnr-f1 p, 
.bx-thrd .bx-txt-cntnr-f1 p {
    padding: 2% 3% 0.5% 3%;
    margin: 0 0 0.5em 0;
    width: 80%;
}
.bx-tw-ffth .bx-txt-cntnr-f1 {
    right: auto;
    left: 5%;
    top: auto;
    bottom: 5%;
    width: 90%;
    text-align: left;
}
.bx-3ffth .bx-txt-cntnr-f1, .bx-thrd .bx-txt-cntnr-f1 #art-lnk {
    font-size: 1.6em !important;
}
.bx-tw-ffth .bx-txt-cntnr-f1 .article-link  {
    position: absolute;
    top: 0;
    right: 0;
}
/* reoccurring */
.w-pg-txt {
    margin: 0 4% 0 4%;
    max-width: 92%;
}
.w-pg-2bx {
    margin: 0 auto 0 auto;
    max-width: 100%;
}
.w-pg-hdr {
    margin: 0 auto 0 auto;
    max-width: 90%;
}    
/* Service Header */
.tools {
	width: 100%;
}
.tool-lng {
    width: 45%;
}
.tool-sm {
    width: 45%;
}
.tool-cart {
    width: 18%;
}
/* header */
.hdr-spcr:before {
    padding-top: 18.5%;
}
.logo {
    display: none;
}
.hdr .logo {
    width: 40%;
}
.hdr .logo img {
    width: 70%;
}
.hdr-mob-menu-tggl {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}
/* Gallery */
.imageGallery {
  -webkit-column-count: 2;
  -moz-column-count:    2;
  column-count:         2; 
}
/* WEBshop cart */
.cart-container {
    position: absolute;
    top: 100%;
    left: 0;
    clear: both;
    font-size: 80%!important;
}
.cart {
    border-width: 0 0 1px 0;
    background-color: rgba(70,121,136,0.05);
}
.cart-qntty {
    padding: 0.25em;
    margin: 2.5% 0 2.5% 5%;
    width: 0.9em;
    height: 0.9em;
    line-height: 1.0em;
    font-size: 0.9em;
}
.cart-icon img {
    width: 50%;
}
/* Article back link */
.lnk-bck a:link,
.lnk-bck a:visited {
    font-size: 0.55em!important;
}
.lnk-bck-w-mx div:first-child div {
    display: none;
}
.lnk-bck-w-mx div:last-of-type a {
    font-size: 0.60em!important;
}
.lnk-bck-laquo {
    font-size: 0.8em;
}
/* footer */
.ftr {
    width: 100%;
    margin: 0;
}
.ftr .ftr-sec {
	margin: 5% 0 5% 0;
    width: 100%;
}
.ftr .w-mx .ftr-sec {
	margin: 3% 2% 3% 5%;
	width: 42%;
}
.ftr h2 {
	font-size: 0.80em !important;
}
.ftr h4 {
	font-size: 0.65em;
}
.ftr-sec-lg img {
    width: 25%;
}
.ftr-sec-str p {
    width: 42%;
    vertical-align: top;
    margin: 0 3% 0 0%;
}
.ftr-sec .tool-social {
    position: absolute;
    right: 2%;
    display: inline;
    vertical-align: middle;
    margin: auto 0;
    text-align: right;
    width: 70%;
    top: 5%;
}
.ftr-sec .tool-social div {
    width: 12%;
}
}
@media (min-width:568px) and (max-width:639px) {
/* display */
.no-dsp-mb,
.no-dsp-dsk  {
	display: none;
}
.disp-mob,
.disp-dsk {
	display: inline-block;
}
/* typography */
h2, h3, p, a {
    font-size: 80%!important;
}
/* links */
.article-file,
.article-link {
    margin:5.5% 2.5% 1.5% 0;
} 
/* fiding stuff */
.fnd-lnk {
    display: table-cell;
    width: 10%;
}
/* nav */
div.navi {
	display: none;
}
#secmenu {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}    
/* Service Header */
.tools {
	width: 100%;
}
.tool-lng {
    width: 35%;
}
.tool-sm {
    width: 45%;
}
.tool-cart {
    width: 18%;
}
/* header */
.hdr-spcr:before {
    padding-top: 18.5%;
}
.logo {
    display: none;
}
.hdr .logo {
    width: 40%;
}
.hdr .logo img {
    width: 70%;
}
.hdr-mob-menu-tggl {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}
/* WEBshop cart */
.cart-container {
    position: absolute;
    top: 100%;
    left: 0;
    clear: both;
    font-size: 80%!important;
}
.cart {
    border-width: 0 0 1px 0;
    background-color: rgba(70,121,136,0.05);
}
.cart-qntty {
    padding: 0.25em;
    margin: 2.5% 0 2.5% 5%;
    width: 0.9em;
    height: 0.9em;
    line-height: 1.0em;
    font-size: 0.9em;
}
.cart-icon img {
    width: 50%;
}
/* Article back link */
.lnk-bck a:link,
.lnk-bck a:visited {
    font-size: 0.55em!important;
}
.lnk-bck-w-mx div:first-child div {
    display: none;
}
.lnk-bck-w-mx div:last-of-type a {
    font-size: 0.60em!important;
}
.lnk-bck-laquo {
    font-size: 0.8em;
}    
/* box */
.bx-tw-ffth,
.bx-3ffth,
.bx-thrd {
    width: 100%;
}
.bx-tw-ffth-img:before,
.bx-tw-ffth:before {
    padding-top: 60%;
}
.bx-thrd:before,
.bx-thrd-img::before,
.bx-3ffth:before,
.bx-3ffth-img::before {
    padding-top: 55%;
}
.bx-tw-ffth .bx-txt-hdr-f1 {
    top: 10%;
    font-size: 60%;
}
.bx-3ffth .bx-txt-cntnr-f1, .bx-thrd .bx-txt-cntnr-f1 {
    bottom: 5%;
    width: 90%;
}
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 h2 {
    font-size: 1.8em!important;
}
.bx-tw-ffth .bx-txt-hdr-f1 h1, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-cntnr-f1 a, 
.bx-thrd .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 a {
    text-shadow: 2px 2px 0px #000000;
    text-align: left;
}
.bx-tw-ffth .bx-txt-cntnr-f1 p, 
.bx-3ffth .bx-txt-cntnr-f1 p, 
.bx-thrd .bx-txt-cntnr-f1 p {
    padding: 2% 3% 0.5% 3%;
    margin: 0 0 0.5em 0;
    width: 80%;
}
.bx-tw-ffth .bx-txt-cntnr-f1 {
    right: auto;
    left: 5%;
    top: auto;
    bottom: 5%;
    width: 90%;
    text-align: left;
}
.bx-tw-ffth .bx-txt-cntnr-f1 .article-link  {
    position: absolute;
    top: 0;
    right: 0;
}
/* reoccurring */
.w-pg-txt {
    margin: 0 4% 0 4%;
    max-width: 92%;
}
.w-pg-2bx {
    margin: 0 auto 0 auto;
    max-width: 100%;
}
.w-pg-hdr {
    margin: 0 auto 0 auto;
    max-width: 90%;
}
/* footer */
.ftr {
    width: 100%;
    margin: 0;
}
.ftr .ftr-sec {
	margin: 5% 0 5% 0;
    width: 100%;
}
.ftr .w-mx .ftr-sec {
	margin: 3% 2% 3% 5%;
	width: 42%;
}
.ftr h2 {
	font-size: 0.80em !important;
}
.ftr h4 {
	font-size: 0.65em;
}
.ftr-sec-lg img {
    width: 25%;
}
.ftr-sec-str p {
    width: 21%;
    margin: 0 3% 0 0;
    font-size: 80%!important;
}
.ftr-sec .tool-social {
    position: absolute;
    right: 2%;
    display: inline;
    vertical-align: middle;
    margin: auto 0;
    text-align: right;
    width: 60%;
}
.ftr-sec .tool-social div {
    width: 12%;
}

}
@media (min-width:640px) and (max-width:735px) {
/* display */
.no-dsp-mb,
.no-dsp-dsk  {
	display: none;
}
.disp-mob,
.disp-dsk {
	display: inline-block;
}
    
/* typography */
h2, h3, p, a {
    font-size: 90%!important;
}
/* links */
.article-file,
.article-link {
    margin:5.5% 2.5% 1.5% 0;
}
/* fiding stuff */
.fnd-lnk {
    display: table-cell;
    width: 10%;
}
/* nav */
div.navi {
	display: none;
}
#secmenu {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}    
/* Service Header */
.tools {
	width: 100%;
}
.tool-lng {
    width: 35%;
}
.tool-sm {
    width: 45%;
}
.tool-cart {
    width: 18%;
}
/* header */
.hdr-spcr:before {
    padding-top: 18.5%;
}
.logo {
    display: none;
}
.hdr .logo {
    width: 40%;
}
.hdr .logo img {
    width: 70%;
}
.hdr-mob-menu-tggl {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}
/* WEBshop cart */
.cart-container {
    position: absolute;
    top: 100%;
    left: 0;
    clear: both;
    font-size: 80%!important;
}
.cart {
    border-width: 0 0 1px 0;
    background-color: rgba(70,121,136,0.05);
}
.cart-qntty {
    padding: 0.25em;
    margin: 2.5% 0 2.5% 5%;
    width: 0.9em;
    height: 0.9em;
    line-height: 1.0em;
    font-size: 0.9em;
}
.cart-icon img {
    width: 50%;
}
/* Article back link */
.lnk-bck a:link,
.lnk-bck a:visited {
    font-size: 0.55em!important;
}
.lnk-bck-w-mx div:first-child div {
    display: none;
}
.lnk-bck-w-mx div:last-of-type a {
    font-size: 0.60em!important;
}
.lnk-bck-laquo {
    font-size: 0.8em;
}    
/* box */
.bx-tw-ffth,
.bx-3ffth,
.bx-thrd {
    width: 100%;
}
.bx-tw-ffth-img:before,
.bx-tw-ffth:before {
    padding-top: 60%;
}
.bx-thrd:before,
.bx-thrd-img::before,
.bx-3ffth:before,
.bx-3ffth-img::before {
    padding-top: 55%;
}
.bx-tw-ffth .bx-txt-hdr-f1 {
    top: 10%;
    font-size: 60%;
}
.bx-3ffth .bx-txt-cntnr-f1, .bx-thrd .bx-txt-cntnr-f1 {
    bottom: 5%;
    width: 90%;
}
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 h2 {
    font-size: 1.8em!important;
}
.bx-tw-ffth .bx-txt-hdr-f1 h1, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-cntnr-f1 a, 
.bx-thrd .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 a {
    text-shadow: 2px 2px 0px #000000;
    text-align: left;
}
.bx-tw-ffth .bx-txt-cntnr-f1 p, 
.bx-3ffth .bx-txt-cntnr-f1 p, 
.bx-thrd .bx-txt-cntnr-f1 p {
    padding: 2% 3% 0.5% 3%;
    margin: 0 0 0.5em 0;
    width: 80%;
}
.bx-tw-ffth .bx-txt-cntnr-f1 {
    right: auto;
    left: 5%;
    top: auto;
    bottom: 5%;
    width: 90%;
    text-align: left;
}
.bx-tw-ffth .bx-txt-cntnr-f1 .article-link  {
    position: absolute;
    top: 0;
    right: 0;
}
/* reoccurring */
.w-pg-txt {
    margin: 0 4% 0 4%;
    max-width: 92%;
}
.w-pg-2bx {
    margin: 0 auto 0 auto;
    max-width: 100%;
}
.w-pg-hdr {
    margin: 0 auto 0 auto;
    max-width: 90%;
}

/* footer */
.ftr {
    width: 100%;
    margin: 0;
}
.ftr .ftr-sec {
	margin: 5% 0 5% 0;
    width: 100%;
}
.ftr .w-mx .ftr-sec {
	margin: 3% 2% 3% 5%;
	width: 42%;
}
.ftr h2 {
	font-size: 0.80em !important;
}
.ftr h4 {
	font-size: 0.65em;
}
.ftr-sec-lg img {
    width: 25%;
}
.ftr-sec-str p {
    width: 21%;
    margin: 0 3% 0 0;
    font-size: 80%!important;
}
.ftr-sec .tool-social {
    position: absolute;
    right: 2%;
    display: inline;
    vertical-align: middle;
    margin: auto 0;
    text-align: right;
    width: 50%;
}
.ftr-sec .tool-social div {
    width: 12%;
}

}
@media (min-width:736px) and (max-width:979px) {
body {
	font-size: 53%;
}
/* links */
.navi a, .navi a.focus {
    font-size: 1.4em;
}
/* nav */
#topmenu ul li,
#secmenu ul li {
	padding: 1% 1.3em;
}
/* header */
    
.logo img {
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
/* footer */
.ftr-sec .tool-social {
    width: 30%;
}

}
@media (min-width:980px) and (max-width:1151px) {
body {
	font-size: 65%;
}
/* links */
.navi a, .navi a.focus {
    font-size: 1.4em;
}
/* nav */
#topmenu ul li,
#secmenu ul li {
	padding: 1% 1.3em;
}
/* header */
    
.logo img {
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
/* footer */
.ftr-sec .tool-social {
    width: 30%;
}

}
@media (max-width:359px) {
/* display */
.no-dsp-mb,
.no-dsp-dsk  {
	display: none;
}
.disp-mob,
.disp-dsk {
	display: inline-block;
}
    
/* typography */
h2, h3, p, a {
    font-size: 70%!important;
}
/* links */
.article-file,
.article-link {
    margin:5.5% 2.5% 1.5% 0;
}
/* fiding stuff */
.fnd-lnk {
    display: table-cell;
    width: 10%;
}
/* nav */
div.navi {
	display: none;
}
#secmenu {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}   
/* box */
.bx-tw-ffth,
.bx-3ffth,
.bx-thrd {
    width: 100%;
}
.bx-tw-ffth-img:before,
.bx-tw-ffth:before {
    padding-top: 60%;
}
.bx-thrd:before,
.bx-thrd-img::before,
.bx-3ffth:before,
.bx-3ffth-img::before {
    padding-top: 55%;
}
.bx-tw-ffth .bx-txt-hdr-f1 {
    top: 10%;
    font-size: 60%;
}
.bx-3ffth .bx-txt-cntnr-f1, .bx-thrd .bx-txt-cntnr-f1 {
    bottom: 5%;
    width: 90%;
}
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 h2 {
    font-size: 1.8em!important;
}
.bx-tw-ffth .bx-txt-hdr-f1 h1, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-hdr-f1 h2, 
.bx-tw-ffth .bx-txt-cntnr-f1 a, 
.bx-3ffth .bx-txt-cntnr-f1 a, 
.bx-thrd .bx-txt-hdr-f1 h2, 
.bx-thrd .bx-txt-hdr-f1 a {
    text-shadow: 2px 2px 0px #000000;
    text-align: left;
}
.bx-tw-ffth .bx-txt-cntnr-f1 p, 
.bx-3ffth .bx-txt-cntnr-f1 p, 
.bx-thrd .bx-txt-cntnr-f1 p {
    padding: 2% 3% 0.5% 3%;
    margin: 0 0 0.5em 0;
    width: 80%;
}
.bx-tw-ffth .bx-txt-cntnr-f1 {
    right: auto;
    left: 5%;
    top: auto;
    bottom: 5%;
    width: 90%;
    text-align: left;
}
.bx-tw-ffth .bx-txt-cntnr-f1 .article-link  {
    position: absolute;
    top: 0;
    right: 0;
}
/* reoccurring */
.w-pg-txt {
    margin: 0 4% 0 4%;
    max-width: 92%;
}
.w-pg-2bx {
    margin: 0 auto 0 auto;
    max-width: 100%;
}
.w-pg-hdr {
    margin: 0 auto 0 auto;
    max-width: 90%;
}
/* Service Header */
.tools {
	width: 100%;
}
.tool-lng {
    width: 50%;
}
.tool-sm {
    width: 45%;
}
.tool-sm .tool-social div {
    display: inline-block;
    width: 11%;
    margin: 3% 5% 3% 5%;
}
.tool-cart {
    width: 18%;
}
/* header */
.hdr-spcr:before {
    padding-top: 18.5%;
}
.logo {
    display: none;
}
.hdr .logo {
    width: 40%;
}
.hdr .logo img {
    width: 70%;
}
.hdr-mob-menu-tggl {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}
/* Gallery */
.imageGallery {
  -webkit-column-count: 2;
  -moz-column-count:    2;
  column-count:         2; 
}
/* WEBshop cart */
.cart-container {
    position: absolute;
    top: 100%;
    left: 0;
    clear: both;
    font-size: 80%!important;
}
.cart {
    border-width: 0 0 1px 0;
    background-color: rgba(70,121,136,0.05);
}
.cart-qntty {
    padding: 0.25em;
    margin: 2.5% 0 2.5% 5%;
    width: 0.9em;
    height: 0.9em;
    line-height: 1.0em;
    font-size: 0.9em;
}
.cart-icon img {
    width: 50%;
}
/* Article back link */
.lnk-bck a:link,
.lnk-bck a:visited {
    font-size: 0.55em!important;
}
.lnk-bck-w-mx div:first-child div {
    display: none;
}
.lnk-bck-w-mx div:last-of-type a {
    font-size: 0.60em!important;
}
.lnk-bck-laquo {
    font-size: 0.8em;
}
/* footer */
.ftr {
    width: 100%;
    margin: 0;
}
.ftr-sec-lg img {
    width: 23%;
    padding: 1% 6% 1% 0;
}
.ftr-sec-str p {
    width: 42%;
    vertical-align: top;
    margin: 0 3% 0 0%;
}
.ftr .ftr-sec {
	margin: 5% 0 5% 0;
    width: 100%;
}
.ftr .w-mx .ftr-sec {
	margin: 3% 2% 3% 5%;
	width: 42%;
}
.ftr h2 {
	font-size: 0.80em !important;
}
.ftr h4 {
	font-size: 0.65em;
}
.ftr-sec .tool-social {
    position: absolute;
    right: 2%;
    display: inline;
    vertical-align: middle;
    margin: auto 0;
    text-align: right;
    width: 70%;
    top: 4%;
}
.ftr-sec .tool-social div {
    width: 12%;
}

}
