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: 'IBM Plex Sans', sans-serif;
}
body {
	margin: 0;
	background-color: rgba(255,255,255,1.00);
	overflow-x:hidden;
	-webkit-animation: bugfix infinite 1s; 
}
/* font */
/* 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(0,149,215,1.0);
    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.5em;
	font-weight: 400;
}
.navi a:link,
.navi a:visited,
.navi a:hover,
.navi a:active {
	text-decoration: none;
	color:rgba(0,149,215,1.0)
}
.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(0,0,0,1.0)
}
div.article-link {
	padding: 1% 0 1% 0;
}
#art-lnk {
    font-weight: 400;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.32em 0.45em 0.32em 0.75em;
    border-bottom: 1px solid rgba(0,149,215,1.0);
    display:inline-block;
    font-size: 1.4em;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.32);
}
#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: 500;
    text-rendering: optimizeLegibility;
	font-family: 'IBM Plex Sans', sans-serif;
}
h1 {
	font-size: 3.2em;
	margin: .67em 0;
}
h2 {
	font-size: 1.2em;
	margin: 1.83em 0 .83em 0;
}
h3 {
	font-size: 1.17em;
	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;
}
p, pre {
	margin: 1em 0 1em 0;
	line-height: 1.22em;
	font-family: 'IBM Plex 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
}
/* Background */

/* Service Header */


/* fiding stuff */
.fnd-lnk {
	display: inline-block;
    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: rgba(0,149,215,0.975);
  display: flex;
  align-items: center;
	margin-left: auto;
	margin-right: auto;
  opacity: 0;
  transition: all .5s;
  will-change: transform, opacity;
  z-index: 997;
}
.fnd-mid {
	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;
  opacity: 1;
  z-index: 998;
}

/* 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 {
	position: absolute;
	bottom: 0;
	right: 3%;
	width: 75%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index:25;
}*/
div.navi,
div.navi-mob {
    display: inline-block;
	width: 68%;
    vertical-align: bottom;
    text-align: right;
}
div.navi-mob {
	display: none;
}
#topmenu ul {
	padding: 0;
	display: table;
	margin: 0 0;
	float: left;
}
#topmenu ul li {
	padding: 1% 0.95em;
	border: none;
	text-align: center;
	display: table-cell;
	height: 100%;
}
#topmenu li.divider {
	font-size: 1px;
	border: none;
	padding: 0;
	display: table-cell;
	width: 1px;
	vertical-align: top;
}
#topmenu li.focus {
	background-color:#ffffff;border-bottom: 1px solid rgba(0,0,0,1.00);
}

#topmenu ul li:nth-child(7),
#topmenu ul li:nth-child(8) {
	display:none;
} 
/* nav sub */

/* nav mobile */
#header label {
	padding:0 0.125em;
	font:2.875em/1.4375em Arial;
	}
#menu label {
	padding:0 0.25em;
	font:3.125em/1.375em Arial;
	}
#menu .sub-nav label {
	padding:0 0.3125em;
	font:2em/2em Arial;
	top:0;
	}
#main-nav-check, #menu .sub-nav-check {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.toggle-menu {
    position: absolute;
	top: 30%;
    right: 0.40em;
    cursor: pointer;
    color:rgba(0,149,215,1.0);
    font-size: 2.8em;
    padding: 0px;
    margin: 0px;
    line-height: 0.65em;
	z-index: 999;
	vertical-align: top;
}
.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:4.0625em;
	border-top:1px solid #ffffff;
}
#menu li {
	border-bottom:1px solid #ffffff;
}
#menu li a {
	display: block;
	font-size:1.0em;
    font-weight: 600;
	padding-left:1.5em;
	color:#ffffff;
	text-decoration:none;
}
#menu li a:hover, #menu .toggle-sub:hover {
	background:#A4A4A4;
}
#menu .sub-nav {
	margin-top:-1px;
}
#menu .sub-heading {
	margin-top:4.0625em;
	padding-left:1.3125em;
	color:#ffffff;
	font: small-caps bold 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 Arial !important;
	color:#ffffff;
	background:#467988;
	float:right;
	top:auto;
	margin-top:-2.75em;
	width:2.25em;
	border-left:1px solid #ffffff;
	cursor:pointer;
	text-align:center;
}
.container, #menu, #menu .sub-nav
{
	-webkit-transform:translate3d(0,0,0)
}

#menu, #menu ul {
	margin-bottom: 0px;
	overflow: hidden;
	text-align:left;
	background-color:rgba(0,149,215,1.0);
}

/* #### - extra css for js enhancement - #### */
#menu .close-all { 
    display:none 
}
.js #menu .close-all { 
    display:inline; color:#ffffff; 
}
.js #menu .toggle-menu { 
    top:0;
    z-index:9999 ;
    bottom: auto
}
.js #menu .sub-nav .toggle-menu { 
    left:0.15em; width:1em; color:#ffffff; 
}

/* #### - 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 ~ #fi-home-sub, #menu .sub-nav-check:checked ~ #fi-plumbing-sub, #menu .sub-nav-check:checked ~ #fi-heating-sub, #menu .sub-nav-check:checked ~ #fi-renovation-sub, #menu .sub-nav-check:checked ~ #fi-service-sub, #menu .sub-nav-check:checked ~ #fi-store-sub, #menu .sub-nav-check:checked ~ #fi-company-sub, #menu .sub-nav-check:checked ~ #fi-company-about-company-sub, #menu .sub-nav-check:checked ~ #fi-company-references-sub, #menu .sub-nav-check:checked ~ #fi-company-images_bathrooms-sub, #menu .sub-nav-check:checked ~ #fi-company-images_heating-sub, #menu .sub-nav-check:checked ~ #fi-company-billing-terms-sub, #menu .sub-nav-check:checked ~ #fi-contact-sub, #menu .sub-nav-check:checked ~ #fi-contact-team-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';
}
/* 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;
}
/* 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;
}


/* ratios */

/* backgrounds */
.bu-wh {
	background-color: rgba(255,255,255,1.00);
}
.bu-bl-t05 {
	background: rgba(0,0,0,0.05);
}
.bu-cya {
	background: rgba(0,149,215,1.0);
}

/* reoccurring */

/* Service Header */
.tools {
	position:relative;
	display: table;
	padding: 0;
	margin:  0;
	vertical-align: top;
	width: 100%;
	z-index: 999;
}
.tools .content {
	display: table;
	width: 100%;
}
.tool {
    display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.tool-pad {
	padding: 5%;
}
.tool-srvc {
    width: 36%;
    padding: 0 0 0 3%;
}
.tool-nfo {
    width: 23%;
    padding: 0 0 0 2%;
}
.tool-spc {
    display: table-cell;
    width: auto;
}
.tool-sm {
    width: 8%;
    padding-top: 0.6%;
    vertical-align: middle;
}
.tool-sm .tool-social div {
    display: inline-block;
    width: 40%;
    margin: 5% 5% 5% 0;
}
.tool-sm .tool-social img {
    width: 80%;
}
.tool-lng {
    margin: 0;
    padding: 0;
    width: 12%;
}
.tool-social {
	vertical-align: top;
}
.tool-social div {
	display: inline-block;
    width: 35%;
    margin: 0 9% 0 0;
}
.tool-social img {
	display: inline-block;
    width: 70%;
}
.ftr .tool-social h2,
.ftr .tool-social a,
.tool-social h2,
.tool-social a {
	display: none;
}
.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(255,255,255,1.00);
	margin: 0% 25% 0% 0%;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 400;
}
.lng-tool {
	display: inline-block;
	text-align: right;
	margin: 0;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
	*display:inline;
	*zoom:1;
}
.lng-txt {
	padding: 0 50 0 10%;
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	line-height: 0.9em;
	color:#000000;
	font-size:1.4em;
	*display:inline;
	*zoom:1;
}
.lng-txt a:link, 
.lng-txt a:visited {
    color:rgba(255,255,255,1.00);
    text-decoration: none;
}
/* tools-menu */

/* header */
.hdr {
	position: -webkit-sticky;
    position: sticky;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
	overflow: hidden;
    top: 0;
    background-color: rgba(255,255,255,1.00)
}
.hdr-mx-w {
    display: block;
    max-width: 1200px;
	margin: 0px auto;
    padding: 2.5% 0;
    vertical-align: middle;
}
.logo {
    display: inline-block;
	padding: 0;
	margin: 0 2% 0 0;
	width: 21%;
	z-index: 24;
    vertical-align: top;
}
.sticky {
    top: 0;
    position: fixed;
}
/* front */

.f-bx-l-img:before,
.f-bx-l:before {
	content: "";
	display: block;
}
.f-bx-l {
	margin: 0;
    padding: 0 0 2.0% 0;
	width: 50.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    border-bottom: 1px solid rgba(179,179,179,1.00);
}
.f-bx-l .content {
	overflow: hidden;
}
.f-bx-l-img:before,
.f-bx-l:before {
	padding-top: 100%;
}
.f-bx-l-t {
    display: inline-block;
	margin: 0;
	width: 100.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    vertical-align: middle;
}
.f-bx-l-t:before {
	padding-top: 25%;
}
.f-bx-l-w {
    display: inline-block;
	margin: 0;
	width: 50.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    vertical-align: middle;
}
.f-bx-l-w:before {
	padding-top: 50%;
}
.f-bx-l-w h2,
.f-bx-l-w a {
    position: absolute;
    display: block;
    padding: 0 0 0.5% 0;
    margin: 0;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.3;
    top:20%;
    left: 35%;
    border-bottom: 1px solid rgba(119,119,119,1.0);
    color: rgba(0,149,215,1.0);
}
.f-bx-l-w p {
    position: absolute;
    display: block;
    padding: 0 0 0.5% 0;
    font-size: 1.00em;
    line-height: 1.52em;
    font-weight: 400;
    width: 60%;
    top:35%;
    left: 35%;
    color: rgba(119,119,119,1.0);
}
.f-bx-l-t h1 {
    position: absolute;
    display: block;
    padding: 0 0 0.8% 0;
    font-size: 3.2em;
    font-weight: 500;
    top:15%;
    left: 10%;
    color: rgba(0,149,215,1.0);
    border-bottom: 1px solid rgba(0,149,215,1.0);
}
.f-bx-l-t h3 {
    position: absolute;
    display: block;
    padding: 0 0 0.8% 0;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.42em;
    width: 80%;
    top:50%;
    left: 10%;
    color: rgba(119,119,119,1.0);
}
.f-bx-l-w-img {
    position: absolute;
	display: inline-block;
    width: 15%;
    top: 20%;
    left: 15%;
}
.f-bx-l-w-img img {
    clear: inherit;
}
.f-bx-s-cont {
	text-align: center;
}
.f-bx-s {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
    background-color: rgba(250,250,250,1.00);
    text-align: left;
}
.f-bx-s {
	width: 25.5%;
    margin: 2.0% 0 2.0% 3.0%;
}
.r_f-bx-s:before {
	padding-top: 160.0%;
}
.r_f-bx-s-img:before {
	padding-top: 80%;
}
.f-bx-s-x {
	display: inline-block;
	width: 79.1%;
    height: 100%;
	overflow: hidden;
	vertical-align: top;
    padding: 0 10.0% 0 10.0%;
}
.f-bx-s-x p,
.f-bx-s-x a:link,
.f-bx-s-x a:visited {
	display: block;
    margin: 5.0% 0 0 0;
    color: rgba(79,79,79,1.00);
    font-size: 1.3em;
    font-family: 'Dosis', sans-serif;
}
.f-bx-s-l {
    bottom: 0;
    left: 0;
	display: inline-block;
	width: 89.1%;
	overflow: hidden;
	vertical-align: top;
    margin: 0.0% 0 0 0.0%;
}
.f-bx-s-l a:link,
.f-bx-s-l a:visited {
	display: block;
    margin: 2.0% 0 2.0% 10%;
    padding: 1.5% 3.5%;
    color: rgba(255,255,255,1.00);
    font-size: 1.3em;
    background-color: rgba(119,119,119,1.0);
}
.f-bx-s h2,
.f-bx-s .article-link a:link, 
.f-bx-s .article-link a:visited {
	font-size: 2.3em;
    font-weight: 500;
}
.f-bx-s h2  {
	margin: 0;
    padding: 5.5% 0 8.5% 0;
    color: rgba(79,79,79,1.0);
	display: inline-block;
    vertical-align: middle;
    border:none;
    border-radius: 0;
}
.f-bx-w {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
    background-color: rgba(255,255,255,0.00);
}
.f-bx-w {
	width: 100%;
    margin: 0;
}
.r_f-bx-w:before {
	padding-top: 35%;
}
.r_f-bx-w-img:before {
	padding-top: 35%;
}
.f-bx-w h2,
.f-bx-w-x,
.f-bx-w-l {
    position: absolute;
    right: 10%;
	margin: 0;
	display: inline-block;
    z-index: 999;
    width: 30%;
    padding:2% 3%;
	vertical-align: top;
	overflow: hidden;
}
.f-bx-w h2  {
	font-size: 1.6em;
    font-weight: 500;
    color: rgba(79,79,79,1.0);
    top: 10%;
    z-index: 200;
    padding:2% 3%;
    background-color: rgba(255,255,255,0.8);
}
.f-bx-w-x {
    bottom: 15%;
}
.f-bx-w-l {
    bottom: 0%;
}
.f-bx-w .article-widget {
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: 200;
    padding:3% 3%;
    background-color: rgba(0,149,215,0.8);
    width: 30%;
}
.f-bx-w .article-widget h2,
.f-bx-w .article-widget p,
.f-bx-w .article-widget a {
    position: static;
    color: rgba(255,255,255,1.00);
    margin: 0;
    display: block;
    font-weight: 500;
}
.f-bx-w .article-widget h2 {
    font-size: 2.30em;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding: 0 0 4.5% 0;
    margin: 0;
    width: auto;
    background: none;
    
}
.f-bx-w .article-widget p,
.f-bx-w .article-widget a {
    font-size: 3.2em;
}

/* intro */
.f-bx-i-cont {
	text-align: center;
}
.intro-cntnr {
}
.intro-cntnr .f-bx-l-w {
    width: 40%;
    margin: 0 0 0 10%;
}
.intro-cntnr .f-bx-l-w p {
    width: 100%;
}
.intro-cntnr .f-bx-l-w::before {
    padding-top: 85%;
}
.intro-cntnr .f-bx-l-w:nth-child(2),
.intro-cntnr .f-bx-l-w:nth-child(4) {
    width: 40%;
    margin: 0 0 0 5%;
}
.intro-cntnr .f-bx-l-w h2 {
    top: auto;
    bottom: 60%;
    font-size: 1.55em;
}
.intro-cntnr .f-bx-l-w h2, 
.intro-cntnr .f-bx-l-w a,
.intro-cntnr .f-bx-l-w p {
    left: 0%;
    border: none;
}
.intro-cntnr .f-bx-l-w p {
    /*height: 1.8em;*/
    overflow: hidden;
}
.intro-cntnr .f-bx-l-w p b {
    color: rgba(0,149,215,1.0);
    font-size: 1.55em;
}

/* page */
.p-bx {
    display: inline-block;
	margin: 0;
    padding: 0 0 3.0% 0;
	width: 50.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    border-bottom: 1px solid rgba(179,179,179,1.00);
    vertical-align: top;
}
.p-bx-f {
	width: 100.0%;
}
.p-bx-t {
    display: inline-block;
	margin: 0;
    padding: 0 10%;
	width: 80.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    vertical-align: middle;
}
.p-bx-t h1 {
    display: block;
    padding: 0 0 1.2% 0;
    font-size: 3.2em;
    font-weight: 500;
    color: rgba(0,149,215,1.0);
    border-bottom: 1px solid rgba(0,149,215,1.0);
}
.p-bx-t h3 {
    display: block;
    padding: 0 0 0.8% 0;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.42em;
    width: 90%;
    color: rgba(139,139,139,1.0);
}
.pg-bx-txt {
    display: inline-block;
	margin: 0;
    padding: 0 10%;
	width: 80.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    vertical-align: middle;
}
.pg-bx-txt  h2 {
    font-size: 1.6em;
    font-weight: 500;
}
.pg-bx-txt  p {
    font-size: 1.4em;
    font-weight: 400;
}
/* Contacts */
.p-contact .article-widget {
    display: inline-block;
    width: 97%;
    margin-right: 3%;
}
.p-contact .article-widget h2 {
    margin: .83em 0 .83em 0;
}
.p-contact .article-widget a {
    font-size: 1.8em;
}
.p-contact-h2 h2,
h2.p-contact-admin-hdr {
    display: block;
    margin: 5% 0 0 0;
    padding: 0 0 1.2% 0;
    font-size: 3.2em;
    font-weight: 500;
    color: rgba(0,149,215,1.0);
    border-bottom: 1px solid rgba(0,149,215,1.0);
}
.p-contact-adress,
.p-contact-map {
    display: inline-block;
    width: 32%;
    margin: 3% 3% 0 0;
    vertical-align: top;
}
.p-contact-map {
    width: 60%;
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.p-contact-map iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.p-contact-staff {
    display: inline-block;
    width: 22%;
    margin: 3% 3% 0 0;
    vertical-align: top;
}
.p-contact-adress h2 {
    margin: 1.83em 0 .83em 0;
}
.p-contact-adress h2:first-child {
    margin: 0.83em 0 .83em 0;
}
.p-contact-adress .article-widget  h3,
.p-contact-adress .article-widget  h4,
.p-contact-adress .article-widget  p {
    padding: 0;
    margin: 0;
	font-size: 1.62em;
    font-weight: 300;
}
.p-contact-adress .article-widget  h3,
.p-contact-adress .article-widget  p {
    margin: 3% 0 0 0;
    font-weight: 400;
}
.p-contact-adress .article-widget  h2 {
    margin: 10% 0 0 0;
}
.p-contact-adress .article-widget  h4 {
    padding: 0;
    margin: 0;
	font-size: 1.4em;
    font-weight: 300;
}
.p-contact-adress div.article-widget h4 {
    margin: 4% 0 0 0;
}

/* Contacts tem new*/
.p-contact-force,
.p-contact-admin {
    margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px,270px));
  grid-gap: 2rem;
    /*
  justify-content: center;
  align-content: center;
  text-align: center;
    */
}

.p-contact-force > div > h2 {
    margin: 0.43rem 0 .43rem 0;
    text-align: center;
}

.p-contact-admin > div {
    text-align: center;
}
.p-contact-admin > div > h4 {
    margin: 0 ;
    font-size: clamp(0.8rem, 0.6400rem + 0.8000vw, 1.6rem)!important;
    text-decoration: underline;
    text-underline-offset: clamp(0.23rem, 0.1500rem + 0.4000vw, 0.63rem);
    text-decoration-color: rgba(0,149,215,1.0);
     text-decoration-thickness: 1px;
    text-underline
    width: 100%;
    display: block;
}
.p-contact-admin > div > h4 > img {
    margin: 0 0 .43rem 0;
}
.p-contact-admin > div > h6 {
    display: none;
}
.p-contact-admin > div > span {
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: clamp(0.55rem, 0.4400rem + 0.5500vw, 1.1rem)!important;
    margin:
        clamp(0.23rem, 0.1500rem + 0.4000vw, 0.63rem)
        0;
    display: block;
}
.p-contact-admin > div > p {
    font-size: clamp(0.7rem, 0.5800rem + 0.6000vw, 1.3rem)!important;
}

/* info tools */
.wdgt-hdr-exp-opn {
	margin: 0 0 1% 0;
    padding: 0;
	width: 100.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    display: table;
}
.wdgt-hdr-exp-opn-cntnr {
    padding: 0;
	width: 100.0%;
	overflow: hidden;
	font-family: 'NoSpace';
    display: table;
}
.wdgt-hdr-exp-opn-bx {
    padding: 5% 10% 5% 10%;
	width: 45.0%;
    display: table-cell;
}
.wdgt-hdr-exp-opn-bx span,
.wdgt-hdr-exp-opn-bx h3,
.wdgt-hdr-exp-opn-bx p,
.wdgt-hdr-exp-opn-bx a {
    padding: 0;
    margin: 0;
	font-size: 1.62em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    color: rgba(255,255,255,1.00);
}
.wdgt-hdr-exp-opn-bx a,
.wdgt-hdr-exp-opn-bx h3,
.wdgt-hdr-exp-opn-bx p {
    margin: 4% 0 0 0;
    font-weight: 400;
}
.wdgt-hdr-exp-opn-bx h2 {
    padding: 0;
    margin:8% 0 0 0;
	font-size: 1.6em;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
}
.wdgt-hdr-exp-opn-bx h4 {
    padding: 0;
    margin:6% 0 0 0;
	font-size: 1.4em;
    font-weight: 300;
    color: rgba(255,255,255,1.00);
}
/* ihop-box */
.tool-srvc .tog-cntnr {
}
.tool-srvc input {
  display: none;
  visibility: hidden;
}
.tool-srvc label {
	display: inline-block;
	padding: 1% 2%;
	text-align: left;
    width: 45%;
}/*
.tool-srvc label.tog1-w,
.tool-srvc label.tog2-w {
    width: 32%;
    border-radius: 0.3em 0.3em 0 0;
    background-color: rgba(255,255,255,1.00);
    margin: 1.0% 2% 1.0% 0;
    text-align: center;
}*/
.tool-srvc label.tog1-w,
.tool-srvc label.tog2-w {
    width: 32%;
    border-radius: 0.6em;
    background-color: rgba(0,149,215,1.0);
    margin: 1.0% 2% 1.0% 0;
    text-align: center;
    -moz-box-shadow: inset 0 0 0.3em rgba(8,8,8,0.50);
    -webkit-box-shadow: inset 0 0 0.3em rgba(8,8,8,0.50);
    box-shadow: inset 0 0 0.3em rgba(8,8,8,0.50);
}
.tool-srvc label.tog1-w {
}
.tool-srvc label.tog2-w {
}
.tool-srvc label h2 {
	display: inline-block;
	font-size: 1.4em;
    color: rgba(0,149,215,1.0);
    font-weight: 400;
    margin: .43em 0 .43em 0;
}
.tool-srvc label h2 {
	display: inline-block;
	font-size: 1.4em;
    color: rgba(255,255,255,1.00);
    font-weight: 400;
    margin: .43em 0 .43em 0;
}
.tool-srvc label {
    color: rgba(0,149,215,1.0);
	font-size: 1.0em;
}
.tool-srvc label {
    color: rgba(255,255,255,1.00);
	font-size: 1.0em;
}
.tool-srvc label:hover {
  color: rgba(210,210,210,1.0);
}
.tool-srvc label::after {
    content: ' ';
    display: inline-block;
    border-bottom: 0.6em solid transparent;
    border-left: 0.6em solid currentColor;
    border-top: 0.6em solid transparent;
    vertical-align: middle;
    margin-left: .7rem;
    transition: transform .2s ease-out;
    transform: translateY(-2px) rotate(90deg);
}
#expand1,
#expand2 {
    position: absolute;
    top: 85%;
	height: 0px;
	overflow: hidden;
	transition: height 0.5s;
    width: 23%;
}
#expand2 {
    left: 15.9%;
}
.tool-srvc section {
    padding: 0;
    background-color: rgba(0,149,215,0.95);
    border-radius: 0 0.6em 0.6em 0.6em;
    -moz-box-shadow: inset 0 0 0.3em rgba(8,8,8,0.50);
    -webkit-box-shadow: inset 0 0 0.3em rgba(8,8,8,0.50);
    box-shadow: inset 0 0 0.3em rgba(8,8,8,0.50);
}
.xpnd-brdg {
    background-color: rgba(1,119,171,1.00);
    height: 1.0em;
    width: 50.4%;
}
#tog1:checked ~ #expand1 {
	height: auto;
}
#tog2:checked ~ #expand2 {
	height: auto;
}
#tog1:checked + label::after {
  transform: rotate(-90deg) translateX(-0px);
    content: " ";
}
#tog2:checked + label::after {
  transform: rotate(-90deg) translateX(-0px);
    content: " ";
}
/* Gallery */
.article-gallery {
    width: 100%;
}
.imageGallery {
}
.GallImg,
.GallImg img {
    width: 100%;
}
.GallImg:before {
    padding-top: 66.66666667%;
}
a[rel=gallery]
{
    border-color: rgba(0,102,179,1.0);
    border-style: solid;
    border-width: 1px;
    cursor: -moz-zoom-in, -webkit-zoom-in, pointer;
    width: 28%;
    display: inline-block;
    padding: 2%;
    margin: 0 3% 3% 0;
}
a[rel=gallery]:hover
{
    border-color: #000000;
}

/* Widget */
.wdgt-lnk-bx {
	display: inline-block;
	margin: 5% auto 0 auto;
	text-align: left;
	color: #ffffff;
    padding: 2% 5%;
    border-radius: 0.6em;
    width: 70%
}
.wdgt-lnk-bx h2 {
	color: #ffffff;
    font-size: 1.32em;
    font-weight: 400;
    line-height: 1.52em;
    padding: 0.0em 0 .83em 0;
    margin: 0.0em 0 .83em 0;
    border-bottom-color: rgba(255,255,255,1.00);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.wdgt-lnk-bx a {
	color: #ffffff;
    font-size: 1.52em;
    text-transform: uppercase;
}

/* footer */
.ftr {
	color: #ffffff;
	height: auto;
	z-index:20;
    width: 100%;
}
.ftr a:link, .ftr a:visited {
	color: #ffffff;
}
.ftr h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0% 0% 3% 0%;
}
.ftr-widg h2 {
	font-size: 1.1em;
	margin-top: 5%;
}
.ftr-widg a {
	font-size: 1.25em;
    border-top: 1px solid rgba(255,255,255,1.00);
}
.ftr h3 {
	font-size: 1.25em;
	margin: 0px;
	font-weight:normal;
	padding: 4% 0% 2% 0%;
}
.ftr h4 {
	font: normal 1.5em;
	margin: 0px;
	padding: 0% 0% 2% 0%;
}
.ftr p {
	font-size: 1.25em;
	margin: 0;
	padding: 0% 0% 2% 0%;
}
.ftr-sec {
	margin: 1% 0 3% 2%;
	width: 21%;
	display: inline-block;
	vertical-align: top;
}
.ftr-sec:nth-child(1) {
	border-bottom: 1px solid rgba(255,255,255,1.00);
    vertical-align: middle;
	margin: 0% 0 1% 3%;
	width: 94%;
}
.ftr-sec:nth-child(6) {
	border-top: 1px solid rgba(255,255,255,1.00);
	margin: 0% 0 1% 3%;
	width: 94%;
    padding: 1% 0 0 2%;
}
.ftr-sec:nth-child(1),
.ftr-sec:nth-child(6) {
	margin: 0% 0 1% 3%;
	width: 94%;
}
.ftr-sec:nth-child(2) {
	margin-left: 5%;
}
.ftr-sec:nth-child(1) img {
	width: 15%;
	padding: 2.5% 2%;
}
.ftr-sec img {
	max-width: 90%;
	max-height: 90%;
	padding: 0% 0% 2% 0%;
}
.ftr-sec .tool-social {
    position: absolute;
    right: 2%;
    top: 10%;
    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: 100%;
}
/* No Display switch */
.NoDisp-mbl {
    display: none;
}

@media (min-width:1152px) and (max-width:1279px)  {
body {
	font-size: 75%;
}
/* header */
    
.logo img {
}
/* tools-menu */
.tools {
	font-size: 90%;
}
/* front */
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.3em;
}
.f-bx-l-t h3 {
    top:25%;
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
}
@media (min-width:1280px) and (max-width:1367px){
body {
	font-size: 85%;
}
/* tools-menu */
.tools {
	font-size: 90%;
}
/* front */
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.3em;
}
.f-bx-l-t h3 {
    top:28%;
    font-size: 1.4em;
}
/* nav sub */
.toggle-menu {
	display:none;
}
/* tools-menu */
}
@media (min-width:1368px) and (max-width:1489px){
body {
	font-size: 87%;
}
.navi a, .navi a.focus {
    font-size: 1.29em;
}
/* tools-menu */
.tools {
	font-size: 90%;
}
/* front */
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.3em;
}
.f-bx-l-t h3 {
    top:28%;
    font-size: 1.4em;
}
/* nav sub */
.toggle-menu {
	display:none;
}
/* tools-menu */
}
@media (min-width:1490px) and (max-width:1689px){
body {
	font-size: 88%;
}
.navi a, .navi a.focus {
    font-size: 1.27em;
}
/* front */
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 3.2em;
}
.f-bx-l-t h3 {
    top:36%;
    font-size: 1.4em;
}
/* nav sub */
.toggle-menu {
	display:none;
}
/* tools-menu */
}
@media (min-width:1690px){
.navi a, .navi a.focus {
    font-size: 1.08em;
}
/* front */
/* nav sub */
.toggle-menu {
	display:none;
}
/* tools-menu */
}
@media (min-width:1920px){
/* front */
/* nav sub */
.toggle-menu {
	display:none;
}
/* tools-menu */
}
@media (min-width:360px) and (max-width:567px) {
/* nav */
#topmenu ul {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
#terminate {
    right: 20%;
    top: 10%;
}
/* tools-menu */

.tools {
	font-size: 80%;
}
.tool-srvc {
    width: 65%;
    padding: 0 0 0 1.5%;
}
.tool-srvc label {
    padding: 1% 1%;
}
.tool-srvc label.tog1-w, 
.tool-srvc label.tog2-w {
    width: 40%;
	font-size: 70%;
    margin: 4.0% 2% 4.0% 0;
}
.tool-sm {
    width: 15%;
    padding-top: 0.6%;
    vertical-align: middle;
}
.tool-nfo {
    display: none;
}
.tool-lng {
    width: 20%;
}
/* header */
.hdr-mx-w {
    padding: 3.5% 0 8.5% 0;
    vertical-align: middle;
}
.logo {
	position: absolute;
	left: 5%;
    width: 40%;
    overflow: visible;
}
.logo img {
	width: 90%;
}
/* front */
.f-bx-l {
	width: 100.0%;
    border-bottom: none;
    font-size: 60%;
}
.f-bx-l-img:nth-child(1):before,
.f-bx-l:nth-child(1):before {
	padding-top: 60%;
}
.f-bx-l-img:before,
.f-bx-l:before {
	padding-top: 150%;
}
.f-bx-l-w:before {
	padding-top: 70%;
}
.f-bx-l-t:before {
	padding-top: 35%;
}
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.3em;
}
.f-bx-l-t h3 {
    top:25%;
}
.f-bx-s {
	width: 92%;
    margin: 2.0% 0 2.0% 4.0%;
    font-size: 60%;
}
.r_f-bx-s:before {
	padding-top: 110%;
}
.r_f-bx-s-img:before {
	padding-top: 60%;
}
.f-bx-s h2  {
    top: 45.0%;
}
/* intro */
.intro-cntnr {
    font-size: 80%;
}
.intro-cntnr .f-bx-l-w,
.intro-cntnr .f-bx-l-w:nth-child(2), .intro-cntnr .f-bx-l-w:nth-child(4){
    width: 80%;
    margin: 0 0 0 10%;
}
.intro-cntnr .f-bx-l-w::before {
    padding-top: 35%;
}
/* page */
.p-bx {
	width: 100.0%;
}
.p-bx-t h1 {
    padding: 0 0 1.2% 0;
    font-size: 1.4em;
}
.p-bx-t h3 {
    padding: 0 0 0.4% 0;
    font-size: 0.9em;
}
.pg-bx-txt  h2 {
    font-size: 1.0em;
}
.pg-bx-txt  p {
    font-size: 0.8em;
}
/* ihop-box */
#expand1,
#expand2 {
    font-size: 85%;
    top: 80%;
    width: 50.8%;
}#expand2 {
    left: 29.9%;
}
/* Contacts */
.p-contact .article-widget {
    width: 90%;
    margin-bottom: 5%;
}
.p-contact .article-widget h4 {
    font-size: 0.8em;
}
.p-contact .article-widget a {
    font-size: 1.0em;
}
.p-contact .article-widget p {
    font-size: 1.0em;
}
.p-contact-h2 h2,
h2.p-contact-admin-hdr {
    font-size: 1.4em;
}
.p-contact-staff {
    width: 47%;
}
.p-contact-adress,
.p-contact-map {
    width: 97%;
}
.p-contact-map {
    padding-bottom:95%;
}
/* Contacts tem new*/
.p-contact-force,
.p-contact-admin {
  grid-template-columns: repeat(auto-fit, minmax(125px,1fr));
  grid-gap: 1rem;
}
/* Widget */
.wdgt-lnk-bx {
    width: 100%
}
/* footer */
.ftr {
	font-size: 65%;
}
.ftr-sec {
	margin: 3% 0 3% 5%;
	width: 44%;
}
.ftr-sec:nth-child(1) img {
	width: 50%;
}
.ftr-sec .tool-social {
    right: 0%;
    top: 5%;
}
.ftr-sec .tool-social div {
    width: 10%;
}
/* typography */
h2, p, a {
    font-size: 80%;
}
.pg-txt h3 {
    font-size: 100%;
}
/* No Display switch */
.NoDisp-mbl {
    display: inline-block;
}
.NoDisp-dskt {
    display: none;
}
}
@media (min-width:568px) and (max-width:639px) {
/* nav */
#topmenu ul {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
/* tools-menu */

.tools {
	font-size: 80%;
}
.tool-srvc {
    width: 65%;
    padding: 0 0 0 1.5%;
}
.tool-srvc label {
    padding: 1% 1%;
}
.tool-srvc label.tog1-w, 
.tool-srvc label.tog2-w {
    width: 40%;
	font-size: 70%;
    margin: 4.0% 2% 4.0% 0;
}
.tool-sm {
    width: 15%;
    padding-top: 0.6%;
    vertical-align: middle;
}
.tool-nfo {
    display: none;
}
.tool-lng {
    width: 20%;
}
/* header */
.hdr-mx-w {
    padding: 3.5% 0 8.5% 0;
    vertical-align: middle;
}
.logo {
	position: absolute;
	left: 5%;
    width: 40%;
    overflow: visible;
}
.logo img {
	width: 90%;
}
/* front */
.f-bx-l {
	width: 100.0%;
    border-bottom: none;
    font-size: 70%;
}
.f-bx-l-img:nth-child(1):before,
.f-bx-l:nth-child(1):before {
	padding-top: 60%;
}
.f-bx-l-img:before,
.f-bx-l:before {
	padding-top: 90%;
}
.f-bx-l-w:before {
	padding-top: 50%;
}
.f-bx-l-t:before {
	padding-top: 19%;
}
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.3em;
}
.f-bx-l-t h3 {
    top:32%;
}
.f-bx-s {
	width: 44%;
    margin: 2.0% 0 2.0% 4.0%;
    font-size: 65%;
}
.r_f-bx-s:before {
	padding-top: 120%;
}
.r_f-bx-s-img:before {
	padding-top: 60%;
}
.f-bx-s h2  {
    top: 38.0%;
}
/* intro */
.intro-cntnr {
    font-size: 85%;
}
.intro-cntnr .f-bx-l-w::before {
    padding-top: 90%;
}
/* page */
.p-bx {
	width: 100.0%;
}
.p-bx-t h1 {
    padding: 0 0 1.2% 0;
    font-size: 1.5em;
}
.p-bx-t h3 {
    padding: 0 0 0.4% 0;
    font-size: 1.1em;
}
.pg-bx-txt  h2 {
    font-size: 1.1em;
}
.pg-bx-txt  p {
    font-size: 1.0em;
}
/* Contacts */
.p-contact .article-widget {
    width: 90%;
    margin-bottom: 5%;
}
.p-contact .article-widget h2 {
    font-size: 0.9em;
}
.p-contact .article-widget a {
    font-size: 1.1em;
}
.p-contact-h2 h2,
h2.p-contact-admin-hdr {
    font-size: 1.5em;
}
.p-contact-staff {
    width: 47%;
}
.p-contact-adress,
.p-contact-map {
    width: 97%;
}
.p-contact-map {
    padding-bottom:65%;
}
/* Contacts tem new*/
.p-contact-force,
.p-contact-admin {
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  grid-gap: 1rem;
}
/* ihop-box */
#expand1,
#expand2 {
    font-size: 85%;
    top: 75%;
    width: 50.8%;
}#expand2 {
    left: 29.9%;
}
/* footer */
.ftr {
	font-size: 70%;
}
.ftr-sec {
	margin: 3% 0 3% 5%;
	width: 44%;
}
.ftr-sec:nth-child(1) img {
	width: 50%;
}
.ftr-sec .tool-social {
    right: 0%;
    top: 12%;
}
.ftr-sec .tool-social div {
    width: 12%;
}
/* typography */
h2, p, a {
    font-size: 80%;
}
.pg-txt h3 {
    font-size: 100%;
}
/* No Display switch */
.NoDisp-mbl {
    display: inline-block;
}
.NoDisp-dskt {
    display: none;
}
}
@media (min-width:640px) and (max-width:735px) {
/* nav */
#topmenu ul {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
/* tools-menu */

.tools {
	font-size: 80%;
}
.tool-srvc {
    width: 65%;
    padding: 0 0 0 1.5%;
}
.tool-srvc label {
    padding: 1% 1%;
}
.tool-srvc label.tog1-w, 
.tool-srvc label.tog2-w {
    width: 40%;
	font-size: 70%;
    margin: 3.0% 2% 3.0% 0;
}
.tool-sm {
    width: 15%;
    padding-top: 0.6%;
    vertical-align: middle;
}
.tool-nfo {
    display: none;
}
.tool-lng {
    width: 20%;
}
/* header */
.hdr-mx-w {
    padding: 3.5% 0 8.5% 0;
    vertical-align: middle;
}
.logo {
	position: absolute;
	left: 5%;
    width: 40%;
    overflow: visible;
}
.logo img {
	width: 90%;
}
/* front */
.f-bx-l {
	width: 100.0%;
    border-bottom: none;
    font-size: 85%;
}
.f-bx-l-img:nth-child(1):before,
.f-bx-l:nth-child(1):before {
	padding-top: 60%;
}
.f-bx-l-img:before,
.f-bx-l:before {
	padding-top: 105%;
}
.f-bx-l-w:before {
	padding-top: 55%;
}
.f-bx-l-t:before {
	padding-top: 20%;
}
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.3em;
}
.f-bx-l-t h3 {
    top:32%;
}
.f-bx-s {
	width: 44%;
    margin: 2.0% 0 2.0% 4.0%;
    font-size: 75%;
}
.r_f-bx-s:before {
	padding-top: 150%;
}
.r_f-bx-s-img:before {
	padding-top: 70%;
}
.f-bx-s h2  {
    top: 34.0%;
}
/* intro */
.intro-cntnr {
    font-size: 85%;
}
.intro-cntnr .f-bx-l-w::before {
    padding-top: 80%;
}
/* page */
.p-bx {
	width: 100.0%;
    float: right;
}
.p-bx-t h1 {
    padding: 0 0 1.2% 0;
    font-size: 1.5em;
}
.p-bx-t h3 {
    padding: 0 0 0.4% 0;
    font-size: 1.1em;
}
.pg-bx-txt  h2 {
    font-size: 1.1em;
}
.pg-bx-txt  p {
    font-size: 1.0em;
}
/* Contacts */
.p-contact .article-widget {
    width: 90%;
    margin-bottom: 5%;
}
    .p-contact .article-widget h4 {
    font-size: 0.9em;
}
.p-contact .article-widget a {
    font-size: 1.1em;
}
.p-contact .article-widget p {
    font-size: 1.1em;
}
.p-contact-h2 h2,
h2.p-contact-admin-hdr {
    font-size: 1.5em;
}
.p-contact-staff {
    width: 47%;
}
.p-contact-adress,
.p-contact-map {
    width: 97%;
}
.p-contact-map {
    padding-bottom:55%;
}
/* Contacts tem new*/
.p-contact-force,
.p-contact-admin {
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  grid-gap: 1rem;
}
/* ihop-box */
#expand1,
#expand2 {
    font-size: 85%;
    top: 78%;
    width: 50.8%;
}#expand2 {
    left: 29.9%;
}
/* Widget */
.wdgt-lnk-bx {
    width: 100%
}
/* footer */
.ftr {
	font-size: 85%;
}
.ftr-sec {
	margin: 3% 0 3% 5%;
	width: 44%;
}
.ftr-sec:nth-child(1) img {
	width: 50%;
}
.ftr-sec .tool-social {
    right: 0%;
    top: 12%;
}
.ftr-sec .tool-social div {
    width: 12%;
}
/* typography */
h2, p, a {
    font-size: 80%;
}
.pg-txt h3 {
    font-size: 100%;
}
/* No Display switch */
.NoDisp-mbl {
    display: inline-block;
}
.NoDisp-dskt {
    display: none;
}
}
@media (min-width:736px) and (max-width:979px) {
body {
	font-size: 56%;
}
.navi a, .navi a.focus {
    font-size: 1.27em;
}
/* tools-menu */
.tool-srvc label.tog1-w, 
.tool-srvc label.tog2-w {
	font-size: 85%;
}
/* front */
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.8em;
}
.f-bx-l-t h3 {
    top:36%;
    font-size: 1.4em;
}
/* header */
    
.logo img {
}
/* Contacts tem new*/
.p-contact-force,
.p-contact-admin {
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  grid-gap: 1rem;
}
/* footer */
.ftr-sec .tool-social {
    right: 0%;
    top: 12%;
}
.ftr-sec .tool-social div {
    width: 8%;
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
}
@media (min-width:980px) and (max-width:1151px) {
body {
	font-size: 65%;
}
/* tools-menu */
.tool-srvc label.tog1-w, 
.tool-srvc label.tog2-w {
	font-size: 90%;
}
/* header */
    
.logo img {
}

/* Contacts tem new*/
.p-contact-force,
.p-contact-admin {
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  grid-gap: 1rem;
}
/* footer */
.ftr-sec .tool-social {
    right: 0%;
    top: 11%;
}
.ftr-sec .tool-social div {
    width: 9%;
}
/* Typography */

	
/* nav sub */
.toggle-menu {
	display:none;
}
}
@media (max-width:359px) {
/* nav */
#topmenu ul {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
#terminate {
    right: 15%;
    top: 10%;
}
/* tools-menu */

.tools {
	font-size: 70%;
}
.tool-srvc {
    width: 65%;
    padding: 0 0 0 1.5%;
}
.tool-srvc label {
    padding: 1% 1%;
}
.tool-srvc label.tog1-w, 
.tool-srvc label.tog2-w {
    width: 40%;
	font-size: 65%;
    margin: 4.0% 2% 4.0% 0;
}
.tool-sm {
    width: 15%;
    padding-top: 0.6%;
    vertical-align: middle;
}
.tool-nfo {
    display: none;
}
.tool-lng {
    width: 20%;
}
/* header */
.hdr-mx-w {
    padding: 3.5% 0 8.5% 0;
    vertical-align: middle;
}
.logo {
	position: absolute;
	left: 5%;
    width: 50%;
    overflow: visible;
}
.logo img {
	width: 90%;
}
/* front */
.f-bx-l {
	width: 100.0%;
    border-bottom: none;
    font-size: 60%;
}
.f-bx-l-img:nth-child(1):before,
.f-bx-l:nth-child(1):before {
	padding-top: 60%;
}
.f-bx-l-img:before,
.f-bx-l:before {
	padding-top: 140%;
}
.f-bx-l-w:before {
	padding-top: 65%;
}
.f-bx-l-t:before {
	padding-top: 40%;
}
.f-bx-l-t h1 {
    top:0%;
    left: 10%;
    font-size: 2.3em;
}
.f-bx-l-t h3 {
    top:25%;
}
.f-bx-s {
	width: 92%;
    margin: 2.0% 0 2.0% 4.0%;
    font-size: 60%;
}
.r_f-bx-s:before {
	padding-top: 110%;
}
.r_f-bx-s-img:before {
	padding-top: 60%;
}
.f-bx-s h2  {
    top: 45.0%;
}
/* intro */
.intro-cntnr {
    font-size: 70%;
}
.intro-cntnr .f-bx-l-w,
.intro-cntnr .f-bx-l-w:nth-child(2), .intro-cntnr .f-bx-l-w:nth-child(4){
    width: 80%;
    margin: 0 0 0 10%;
}
.intro-cntnr .f-bx-l-w::before {
    padding-top: 55%;
}
/* page */
.p-bx {
	width: 100.0%;
}
.p-bx-t h1 {
    padding: 0 0 1.2% 0;
    font-size: 1.4em;
}
.p-bx-t h3 {
    padding: 0 0 0.4% 0;
    font-size: 0.9em;
}
.pg-bx-txt  h2 {
    font-size: 1.0em;
}
.pg-bx-txt  p {
    font-size: 0.8em;
}
/* Contacts */
.p-contact .article-widget {
    width: 90%;
    margin-bottom: 5%;
}
.p-contact .article-widget h4 {
    font-size: 0.8em;
}
.p-contact .article-widget a {
    font-size: 1.0em;
}
.p-contact .article-widget p {
    font-size: 1.0em;
}
.p-contact .article-widget a {
    font-size: 1.0em;
}
.p-contact-h2 h2,
h2.p-contact-admin-hdr {
    font-size: 1.4em;
}
.p-contact-staff {
    width: 47%;
}
.p-contact-adress,
.p-contact-map {
    width: 97%;
}
.p-contact-map {
    padding-bottom:95%;
}
/* Contacts tem new*/
.p-contact-force,
.p-contact-admin {
  grid-template-columns: repeat(auto-fit, minmax(105px,1fr));
  grid-gap: 1rem;
}
/* ihop-box */
#expand1,
#expand2 {
    font-size: 75%;
    top: 80%;
    width: 50.8%;
}#expand2 {
    left: 29.9%;
}
/* Widget */
.wdgt-lnk-bx {
    width: 100%
}
/* footer */
.ftr {
	font-size: 65%;
}
.ftr-sec {
	margin: 3% 0 3% 5%;
	width: 44%;
}
.ftr-sec:nth-child(1) img {
	width: 50%;
}
.ftr-sec .tool-social {
    right: 0%;
    top: 5%;
}
.ftr-sec .tool-social div {
    width: 10%;
}
/* typography */
h2, p, a {
    font-size: 80%;
}
.pg-txt h3 {
    font-size: 100%;
}
/* No Display switch */
.NoDisp-mbl {
    display: inline-block;
}
.NoDisp-dskt {
    display: none;
} 
}
