/*
Theme Name: Cambicci
Theme URI: http://lineadesign.net
description: Θέμα κατασκευασμένο για την ιστοσελίδα cambicci.gr
Author: Lineadesign
Author URI: http://lineadesign.net
Template: twentyfifteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cambicci
*/

@font-face {
    font-family: "Primary";
    src: url("fonts/Barlow-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
	/*font-display: swap;*/
}
@font-face {
    font-family: "Primary";
    src: url("fonts/Barlow-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
	/*font-display: swap;*/
}
/*
@font-face {
    font-family: 'Primary';
    src: url("fonts/Barlow-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Primary';
    src: url("fonts/Barlow-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
	/*font-display: swap;*/
}
/*
@font-face {
    font-family: 'arimovariable';
    src: url('font/Arimo-VariableFont_wght.ttf') format('truetype supports variations'),
	     url('font/Arimo-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 400 700;
	font-display: swap;
}
:root {
	--global--font-primary: 'source', Arial, Helvetica, sans-serif;
	--global--font-secondary: 'arimovariable', Verdana, sans-serif;
}
*/

/* BAR */ 
body #wpadminbar {/*display:none;position:absolute;background-color:black;top:unset;bottom:10px;*/}
#wpadminbar #wp-admin-bar-comments, #wp-admin-bar-wp-logo {display:none!important;}
#wp-toolbar #wp-admin-bar-site-name .ab-sub-wrapper, #wp-toolbar #wp-admin-bar-wp-logo, #wp-toolbar #wp-admin-bar-top-secondary, #wp-toolbar #wp-admin-bar-visitsite, #wp-toolbar #wp-admin-bar-comments, #wp-toolbar li#wp-admin-bar-tribe-events, #wp-toolbar li#wp-admin-bar-customize, #wp-toolbar li#wp-admin-bar-site-name #wp-admin-bar-appearance {	display:none; }
#wpadminbar #wp-admin-bar-site-name>.ab-item {text-indent:-999px;padding: 0 20px 0 4px;}
#wpadminbar #wp-admin-bar-site-name>.ab-item:before {text-indent:0;}
#wpadminbar #wp-admin-bar-site-name>.ab-item:after {
	content: "Content managment";
    text-indent: 0px;
    display: block;
    position: absolute;
    color: white;
    left: 28px;
    top: 0;
}

/* Main elements */
:root {
	--active: #32638c; /*var(--active)*/
	--activefilter: invert(29%) sepia(99%) saturate(334%) hue-rotate(165deg) brightness(95%) contrast(88%);
	/*--active: #41ce62; var(--active)*/
	--activehigh: #88bdea; /*var(--activehigh)*/
	--activehighfilter:invert(73%) sepia(58%) saturate(453%) hue-rotate(178deg) brightness(88%) contrast(110%);
	/*--activehighfilter:invert(58%) sepia(83%) saturate(378%) hue-rotate(82deg) brightness(101%) contrast(87%);*/
	--activedark:#01ae8a;
	/*--activedark:#38a854;*/
	/*var(--activehighfilter)*/
	--homehead: #adc3c4;/*var(--homehead)*/
	--footer: #8b8e95;/*var(--footer)*/
	--lightbg: #dee8e9;/*var(--lightbg)*/
	
	/* Font Family */
	--global--font-primary: 'Primary', Helvetica, Arial, sans-serif;
	--global--font-secondary: 'Primary', Helvetica, Arial, sans-serif;
	/*--global--font-secondary: Georgia, Garamond, serif;*/
}

.site-content {}

html{scroll-behavior:smooth;margin-top:0!important;}
body, button, input, select, textarea {
    color: #000;
	font-family: var(--global--font-primary);
}
body.dark, .dark button, .dark input, .dark select, .dark textarea {
    color: #fff;
}
body:before {
	/*background-color:#f1f7f7;*/
}
body {
	background-color:#fff;
}
body.dark {
	background-color:#323e48;
}
body:before {display:none;}
body.compensate-for-scrollbar {margin-right:0;}
a {
    color: #000;
	border-color:white;
}
a:focus {
	outline: 0px solid rgb(22 222 176 / 90%);
}
a:focus-visible {
	outline: 1px solid rgb(22 222 176 / 90%);
}
a:hover, a:focus, .current_page_item > a {
    color: var(--active);
	border-color:var(--active);
}
::-moz-selection { /* Code for Firefox */
  color: black;
  background: var(--activehigh);
}
::selection {
  color: black;
  background: var(--activehigh);
}
.entry-content p, .entry-content-after p {font-size:1.1em;}
.entry-content a[href^="tel:"], .entry-content a[href$=".vcf"], .entry-content a.mlinked {
	margin-left: 2em;
	position: relative;
	padding-top: 15px;
	display:inline-block;
}
.entry-content a[href^="tel:"]::before, .entry-content a[href$=".vcf"]::before, .entry-content a.mlinked::before {
	background-image: url(img/vectos-3.svg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: -35px -251px;
	content: " ";
	display: block;
	position: absolute;
	left: -2.1em;
	bottom: 0;
	background-size: 310px 1200px;
	transform: scale(0.8);
}
.entry-content a.mlinked::before {
	background-position: -35px -179px;
}
.entry-content a[href$=".vcf"]::before {
	background-position: -135px -253px;
	height: 30px;
	width: 35px;
	left: -2.1em;
	transform: scale(0.75);
	transform-origin: bottom;
}
.content-area p, .content-area address, .content-area pre, .content-area hr, .content-area ul, .content-area ol, .content-area dl, .content-area dd, .content-area table {
	/*font-size:0.9em;*/
}
.site-content { box-sizing: border-box; }
.hentry + .hentry {
	border:0px solid transparent;
	margin: 0;
}
#page {
    /*-webkit-animation: fadein2 0.5s;
    animation: fadein2 0.5s;*/
	min-height: calc(100vh - 267px);
}
.home #page, .page-template-page-section #page {
	overflow: hidden;
}
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1} }
@-webkit-keyframes fadein2 { 0% {opacity:0} 50% {opacity:0} 100% {opacity:1} }
@keyframes fadein2 { 0% {opacity:0} 50% {opacity:0} 100% {opacity:1} }
.entry-header, .page-header {
	padding: 0 25px;
	border-width:0;
}
.site-main .page-header {
	padding: 0;
}
.entry-content, .entry-summary, .page-content {
    padding: 0 0 3em; 
	/*min-height:55vh;
	max-width:1200px;*/
}
body.home .entry-content {max-width:unset;}
body.page-template-page-wide-smallheading .entry-content, body.page-template-page-wide-smallheading .entry-summary, body.page-template-page-wide .entry-content, body.page-template-page-wide .entry-summary, body.error404 .page-content, body.search .page-content, .wide .entry-content {
	padding: 0 0 3em;
}
body.page-template-default .entry-content, body.page-template-default .entry-summary, .nosidebar .entry-content {
	padding: 0 0 3em;
}
body.page-template-page-contact .entry-content, body.page-template-page-contact .entry-summary, .contact .entry-content {
	padding: 0 0 3em;
}
body.page-template-page-wide.home .entry-content {padding-bottom:0;}
article .entry-footer {display:none;}
.entry-footer { padding-left: 5%; background-color:#e0efef;}


/* Typography */

.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2, .entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .page-content h4, .page-content h5, .page-content h6, .comment-content h4, .comment-content h5, .comment-content h6 {
    margin-top: 1.6em;
	line-height: 1.3;
	font-size: 1.7em;
}
.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	font-size: 2em;
}
.entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3 {
	font-size: 1.8em;
	margin-top: 1.07em;
	margin-bottom: 0.6em;
}
.entry-content h4, .entry-content-after h4, .entry-summary h4, .page-content h4, .comment-content h4, #thefooter h4 {
	font-size: 1.4em;
	margin-top: 1.07em;
	margin-bottom: 0.6em;
}
.entry-content h5, .entry-content-after h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
	font-size: 1.2em;
	line-height: 1.15;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
.entry-content h6, .entry-summary h6, .page-content h6, .comment-content h6 {
	font-family:var(--global--font-primary);
	letter-spacing:0!important;
	text-transform:none!important;
    color: black;
    font-size: 1.1em!important;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
	color: #000;
}
.entry-header, .page-header, .page-title, h1, h2, h3, h4, h5, h6 {
	font-family:var(--global--font-secondary); 
}
.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	/*font-size: 2em;*/
	font-size: 1.6em;
}
.entry-title, .widecolumn h2 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0.2em; 
}
.entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5 {
    letter-spacing: 0em;
    text-transform: none;
}
.entry-content h6, .entry-summary h6, .page-content h6, .comment-content h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.entry-content b, .entry-content strong {font-weight:500;}

.breadcrumbs .lockedtitlespan {display:none!important;}
.post-password-protected .lockedtitlespan .genericon.genericon-lock{color:#41bf22;}
.post-password-protected .lockedtitlespan{color:#fff;}
.lockedtitlespan .genericon.genericon-lock {
	font-size: 27px;
	font-weight:300;
	line-height: 10px;
	padding-right: 5px;
	vertical-align: middle;
    padding-left: 0;
    margin-left: -5px;
	color:#f90000;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    border-bottom: 1px solid #333;
}
.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .pingback .comment-body > a:hover {
    border-bottom: 1px solid var(--active);
}
.entry-content figure a, .entry-summary figure a, .page-content figure a, .comment-content figure a, .pingback .comment-body > figure a {
    border-bottom: 0px solid white;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {-webkit-text-stroke: 0.5px;}

.large-paragraph p {
	font-size: 1.25em;
	line-height: 1.35;
	font-family:Georgia, Garamond, serif;
	color:#7a7a7a;
	margin-bottom: 0.6em;
}
.large-paragraph .largesubtitle {color:#000;margin:0 0 0.5em;}

/* Header*/
#tophead {
    margin-top: 56px;
	overflow-x:clip;
}
.home #tophead {
    margin-top: 0;
}

header .entry-header {
	padding-top: 31px;
	padding-bottom: 55px;
	/*background-color:var(--lightbg);*/
	padding-left:0;
	padding-right:0;
	/*
	--homehead: #adc3c4;
	--footer: #323232;
	--lightbg: #f2f7f8;
	*/
	display:block;
	width:100%;
}

header .entry-header h1 {/*max-width:1200px;*/
	border-bottom: 0px solid #757b6f;
	display: inline-block;
	padding-bottom: 0.1em;
	margin-bottom: 0;
	color:black;
	text-transform: uppercase;
	font-weight: 500;
}
.dark header .entry-header h1 {color:white;}
body header .entry-header p {
	margin: 0.2em 0 0;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.3em;
}
body.page-template-page-contact header .entry-header p {
	font-size:1.1em;
	line-height: 1.8em;
}
header .entry-header .entry-header-content-wrapper > p {
	width: 100%;
}
.page-template-page-wide header .entry-header .entry-header-content-wrapper > p, .page-template-page-wide-smallheading header .entry-header .entry-header-content-wrapper > p {
	/*width:100%;*/
}
.page-template-default header .entry-header .entry-header-content-wrapper > p {
	width:100%;
}
body header .entry-header .entry-header-content-wrapper > p br {
	display: none;
}
.page-template-page-contact header .entry-header .entry-header-content-wrapper > p {
	width:100%;
	max-width:1000px;
}
header .entry-header .entry-header-content-wrapper > * {width:100%;} 
.lockedtitlespan {
	color:gray;
	font-weight: normal;
	    font-size: 22px;
}
#tophead {
    background-color: white;
	/*
    position: fixed;
	top:0;
	*/
	width:100%;
	font-family:var(--global--font-secondary); 
	
	position: relative;
	top:unset;
	width:auto;
}
.dark #tophead {background-color: #323e48;}
.header-spacer {
    position: fixed;
	top:0;
	width:100%;
	background-color: white;
	z-index:10;
	
	-webkit-box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
}
.home .header-spacer { background-color:transparent;box-shadow:unset;transition:background-color 0.5s ease-out;}
.home.scrolled .header-spacer { background-color:white;box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);}
.scrolled.home .logoheader a img {
  filter: invert(0);
}
.scrolled.home .menu-toggle {background-color: transparent;}
.scrolled.home #menu-toggle span {background-color: black;}
.scrolled.mobmenuopen.home #menu-toggle span {background-color: white;}

/*.logged-in .header-spacer {top:46px;z-index:3;} */
#tophead .site-header-main { height: 56px/*61px*/;}

.scrolled header .entry-header {}

#menu-toggle {
	/*
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	padding: 6em;
	*/
}
.logoheader { height:100%;}
.logoheader a {
	display: flex;
	height:100%;
	position: relative;
	transition: all .1s ease-in;
}
.logoheader a:hover {/*filter: var(--activehighfilter);*/}
.logoheader a img {margin-top: 0;width:230px;transition: filter 2.4s ease;-webkit-transition: filter 2.4s ease;}
.mobmenuopen .logoheader a img {filter: invert(100%);transition: filter .9s ease;-webkit-transition: filter .9s ease;}
.home .logoheader a img {filter: invert(100%);}
.dark .logoheader a img, .single-post .logoheader a img {}
.dark.mobmenuopen .logoheader a img {filter: unset;}
.home.mobmenuopen .logoheader a img {filter: invert(0%);	transition: filter .9s ease;-webkit-transition: filter .9s ease;}

#language-mob {display:none!important;}
.languagedbox { 
	color:black;
	display:none!important;
	font-size:15px;
	text-decoration:none;
	color:black;
	/*
	position:absolute;
	right: 20px;
	top: 26px;
	*/
	flex:0 0 50px;
	height:100%
}
.langsw { height:100%; }
.langsw a{
	display: inline-block;
	color:black;
	outline: 0;
	font-weight:normal;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	border-bottom:3px solid white;
	position:relative;
	padding-left: 20px;
}
.languagedbox a:after {
    width: 25px;
    height: 25px;
	background-repeat:no-repeat;
	background-size:25px 25px;
	content:" ";
	display:block;
	position:absolute;
    left: 42px;
    top: calc(50% - 13px);
	/*transition: all .1s ease-in;*/
	opacity:0.6;
}
#el .languagedbox a:after {background-image: url(img/en-flag.svg);}
#en .languagedbox a:after {background-image: url(img/el-flag.svg);}
#site-header-search a:hover, .langsw a:hover {color:var(--active);}
#site-header-search a:hover:after, .langsw a:hover:after {
	opacity:1;
	filter: var(--activehighfilter);
}
.site-header-main {
	display:flex;
	width:100%;
    padding: 0 0.6em;
}
.maincontent-wrapper, #thefooter > .container, .inner-wrapper, .entry-header-content-wrapper {
	position:relative;
	display: block;
	max-width: calc(1250px + 10vw);
	margin: 0 auto;
	box-sizing: content-box;
	padding-left: 1.5em; 
	padding-right: 1.5em;
}
.single-post .maincontent-wrapper {
	max-width:unset;
	padding:0;
}
.site-header-main .site-branding {
	height:100%;
	padding:0;
	width:auto;
	min-height:unset;
	
	z-index: 1;
}
.site-header-main .site-header-menu {
	flex:1;
	height:100%;
	display:none;
}
.site-header-main .site-header-menu .header-navigation, .site-header-main .site-header-menu .header-navigation .menu-top-container {
	height:100%;
}
#menu-top, #menu-top-english {
	font-family:var(--global--font-secondary);
	height:100%;
	margin:0;
	display:block;
	text-align:right;
	font-size: 0;
	/*display: grid;
	grid-auto-flow: column;  
	list-style-type: none;
	grid-template-columns: repeat( auto-fit, minmax(209px, 1fr) );
	grid-column-gap: 0px;*/
	/*grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);*/
}
.break-each-word {word-spacing: 100vw;}
.primary-menu li {
	/*
	align-self: center;
	text-align: center;
	*/
	height:100%;
	position:relative;
	display:inline-block;
	padding:0;
	opacity:1;
	transition:opacity 0.25s ease-out;
}
.scrolled .primary-menu li {
	opacity:0;
	pointer-events:none;
	transition:opacity 0.5s ease-out
}
.primary-menu li a {
	width:100%;
	height:100%;
	
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1.5;
	
	/*font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 1.3;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
	/*border-bottom:3px solid white;*/
	font-weight:normal;
	transition: color 1.4s ease-in, background-color 0.2s ease-in, border-color 0.4s ease-out;
	padding:0 15px;
	letter-spacing: 0.3px;
	color:black;
	text-transform:uppercase;
	border-bottom:1px solid transparent;
}
.home .primary-menu li a, .dark .primary-menu li a { 
	color:white;
}


.primary-menu li.current_page_item a, .primary-menu li.current-menu-item a, .primary-menu li.current-page-ancestor a {
	color:black;
	border-bottom:1px solid black;
	transition: color .1s ease-in, border-color .4s ease-out ;
}
.dark .primary-menu li.current_page_item a, .dark .primary-menu li.current-menu-item a, .dark .primary-menu li.current-page-ancestor a {
	color:#99bcd9;
	border-bottom:1px solid #5b7fa4;
}
.primary-menu li a:hover, .langsw a:hover {
	/*
	color:var(--active);
	border-bottom:1px solid #323232;
	background-color:#323232;
	*/
	color:#32638c;
	border-bottom:1px solid #9cbbd5;
	/*background-color:#cecece;*/
	transition: color .1s ease-in, background-color 0.2s ease-in, border 0s ease-in;
}
.home .primary-menu li a:hover, .dark .primary-menu li a:hover { 
	color:#99bcd9;
	border-bottom: 1px solid #5b7fa4;
}

/*sub menus main*/
.header-navigation ul.sub-menu-paged {
	position:absolute;
	background-color:gray; 
	list-style-type: none;
	/*background-color:#323232;*/
	background-color:#cecece;
	padding: 0;
	margin: 0; 
	font-size: 0;
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	opacity:0;
	transition: opacity 0.2s ease;
	pointer-events: none;
	/*transition-delay: 300ms;*/
	z-index:0;
}
.header-navigation ul.sub-menu-paged.subopen {
	opacity:1;
	transition: opacity 0.2s ease;
	animation: mainanim 0.5s ease forwards;
	pointer-events: auto;
	transition-delay: 0s;
}
@keyframes mainanim {
  0% {margin-right: -20px;}
  100% {margin-left:0;}
}
li.mtogglers.subopen {
	/*background-color:#323232!important;*/
	/*background-color:#cecece!important;*/
	-webkit-user-select: none;
	-webkit-touch-callout: none /*only to disable context menu on long press*/
}
li.mtogglers {/*transition:background-color 0.2s ease-in;*/}
li.mtogglers.subopen a {
	/*
	border-color:#323232!important;
	color: var(--active)!important;
		*/
	border-color:#cecece!important;
	color: #000!important;

}
.header-navigation ul.sub-menu-paged.work {
	right: calc(5vw + 138px);
	width: 659px;
}
.header-navigation ul.sub-menu-paged.competence {
	right: 0;
	/*width: 796px;*/
	width:calc(5vw + 734px);
}
.header-navigation ul.sub-menu-paged.experience {
	right: 0;
	width: 800px;
	min-height: 87px;
}
.header-navigation ul.sub-menu-paged > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 0;
	margin-right: 0;
}
.header-navigation ul.sub-menu-paged > li:after {
	content:"";
	position:absolute;
	right:0;
	top:20px;
	height:calc(100% - 40px);
	width:1px;
	background-color:#7d7d7d;
}
.header-navigation ul.sub-menu-paged > li:last-child:after {display:none;}
.header-navigation ul.sub-menu-paged ul.children {
	list-style-type: none;
	margin:0;
	font-family:var(--global--font-primary);
	font-size: 0.83em;
	margin-bottom:30px;
	line-height: 1.3;
}
.header-navigation ul.sub-menu-paged li {position:relative;}
.header-navigation ul.sub-menu-paged > li a {
	/*color:white;*/
	color:black;
	padding: 8px 40px;
	width: 100%;
	display: inline-block;
}
.header-navigation ul.sub-menu-paged > li > a { /*topmost*/
	padding: 12px 40px;
	position: relative;
	margin: 20px 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	white-space: break-spaces;
	line-height: 1.3;
}
.header-navigation ul.sub-menu-paged ul.children > li {
	
}
.header-navigation ul.sub-menu-paged ul.children > li a {
	font-size:15px;
	color: #444;
}


/* disable sub pages */
.header-navigation ul.sub-menu-paged ul.children:not(.projects) > li a {/*pointer-events:none;*/}
.header-navigation ul.sub-menu-paged ul.children:not(.projects) > li {/*pointer-events:none;*/}
.page-id-12 ul.gridlist.mmttiles li > a.subpagedplus, .page-id-14 ul.gridlist.mmttiles li > a.subpagedplus, 
.page-id-26 ul.gridlist.mmttiles li > a.subpagedplus, .page-id-28 ul.gridlist.mmttiles li > a.subpagedplus, 
.page-id-881 ul.gridlist.mmttiles li > a.subpagedplus, .page-id-883 ul.gridlist.mmttiles li > a.subpagedplus {
	/*pointer-events:none;*/
}

.header-navigation ul.sub-menu-paged > li.current_page_item { }
.header-navigation ul.sub-menu-paged > li a:hover, 
.header-navigation ul.sub-menu-paged ul.children > li a:hover {
	/*color: var(--active);*/
	color: #000;
	z-index: 2;
	position: relative;
}

.header-navigation ul.sub-menu-paged > li.projects {
	/*
	margin-top:35px;
	margin-left: -102px;
	*/
}
/*.header-navigation ul.sub-menu-paged > li:nth-last-child(2) a, */
.header-navigation ul.sub-menu-paged li.projects a {
	border:0px solid transparent;
}


/* Mobile menu */
.site-header-menu-mob {
	z-index:1;
	display:block;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0;
    
	transition: height 0s ease 0.75s, width 0.5s ease 0.25s, opacity 0.25s ease-out;
    height: 0;
	width: 100vw;
	opacity:0;
    overflow: hidden;
    /*width: 100%;*/
    box-sizing: content-box;
	
	position:absolute;
	top:0;
}
.site-header-menu-mob.toggled-on {
    /*height: calc(100vh - 130px);*/
	height:100vh;
	width: 100vw;
    /*border-bottom: 1px solid #d4d4d4;*/
    margin-bottom: 0;
    padding-top: 0;
	padding-bottom: 0;
	opacity:1;
	transition: height 0s ease, width 0.5s ease, opacity 0.25s ease-out 0.2s;
}
/*
.main-navigation-mob:after {
	content:" ";
	position:absolute;
	right:0;
	bottom:-100%;
	width: 0;
	height: 0;
	border-top: 100vh solid white;
	border-left: 100vw solid transparent;
}
*/
.menu-mobile-container {
	display: block;
	position: relative;
	overflow: visible;
}
.mobile-menu-widgets {display:none;}
.mob-menu-wrapper {
	position:relative;
	margin: 0 auto;
	margin-right: 0;
	opacity:1;
	padding:0;
	transition: margin 0.25s ease, opacity 0.15s ease-out;
}
.scrolled .mob-menu-wrapper {
	margin-right:0em;
	opacity:1;
	transition: margin 0.25s ease-out 0.25s, opacity 0.25s ease-out 0.2s;
}
#nav-circle {
	display:block;
	width:1px;
	height:1px;
	background-color:#333335;
	border-radius: 50%;
	border: 0px solid #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index:0;
	opacity:0;
	transition:height 0.5s ease-out 0s, width 0.5s ease-out 0s, top 0.5s ease-out 0s, right 0.5s ease-out 0s, opacity 0.25s ease-out 0.3s;
}
.mobmenuopen #nav-circle {
	width: 200vh;
	height: 200vh;
	right: -100vw;
	top: -100vw;
	opacity:1;
	transition:height 1s ease-out, width 1s ease-out, top 1s ease-out, right 1s ease-out, opacity 0.1s ease-out 0s;
}
.home #nav-circle, .dark #nav-circle { background-color:white;}
.main-navigation-mob {
	/*background-color:#fff;*/
    position: relative;
	height:100%;
	padding:5em 1.5em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-navigation-mob li {
    width: auto;
    float: none;
    border: 0px;
    margin: 0;
    display: block;
	/*background-color: white;*/
	border-width: 0;
	font-size: 1em;
    z-index: 2;
	position: relative;
	float: right;
	clear: right;
	color:white;
}
.home .main-navigation-mob li, .dark .main-navigation-mob li { color:black;}
.main-navigation-mob li.break-each-word {word-spacing:unset;}
.main-navigation-mob .menu-item-has-children > a {position:relative;}
.main-navigation-mob .menu-item-has-children > a {padding: 20px 60px 20px 26px;}
.main-navigation-mob .menu-item-has-children > a:after, .main-navigation-mob .menu-item-has-children span.cleared:after {
    background-image: url(img/vectos-3.svg);
    width: 36px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: -98px -462px;
    content: " ";
    display: block;
    position: absolute;
	right: -1.57em;
    top: calc(50% - 13px);
    transition: all .1s ease-out;
	background-size: 310px 1200px;
}
.main-navigation-mob .mobile-menu > li .dropdown-toggle {display: none!important;}
.main-navigation-mob ul ul {
    display: block;
    position: relative;
    z-index: 99999;
    overflow: hidden;
    height: 0px;
	left:0;
    transition: height .3s ease;
    -webkit-transition: height .3s ease;
    animation: example2 0.5s ease-out forwards;
	display: block;
    margin: 0;
	padding:0;
    position: absolute;
    z-index: 99999;
	list-style: none;
}
.main-navigation-mob ul li > ul li {
    width: 100%!important;
}
.main-navigation-mob li ul.sub-menu li a {
    color: black;
    text-align: left;
    display: block;
    font-size: 1.1em;
    text-transform: none;
    letter-spacing: 0;
    padding: 12px 10px 9px 48px;
    border-bottom: 1px solid #4f4f4f;
    margin: 0;
    width: 100%;
    /*background-color: #464646;*/
    transition: padding 0.3s ease-out;
    box-sizing: border-box;
}
.main-navigation-mob li ul.sub-menu li a:before {

    width: 20px;
    height: 20px;
    content: "-";
    display: block;
    position: absolute;
    left: 28px;
    top: 10px;
    transition: all .1s ease-in;
}
.main-navigation-mob .menu-item-has-children > a {pointer-events: none;}
.main-navigation-mob li ul.sub-menu li.current_page_item a {color:var(--active);}
.main-navigation-mob ul ul {
	display: block;
	position: relative;
	z-index: 99999;
	overflow:hidden;
	height:0px;
	transition: height .3s ease;
	-webkit-transition: height .3s ease;
	animation: example2 0.5s ease-out forwards;
}
/*
.main-navigation-mob ul > li:hover > ul, .main-navigation-mob ul > li:focus > ul, .main-navigation-mob ul > li:active > ul {
	position: relative!important;
	left: 0!important;
	display:block;
	animation: example 0.5s ease-out forwards;
}
*/
.main-navigation-mob li.iamopen ul.sub-menu{
	position: relative!important;
	left: 0!important;
	display:block;
	animation: example 0.3s ease-out forwards;
	/*border-bottom: 2px solid #ababab;*/
}

.main-navigation-mob li.iamopen > a/*, .main-navigation-mob li:focus > a */{
	background-color: #efefef;
}
.main-navigation-mob .menu-item-has-children.iamopen > a:after, .main-navigation-mob .menu-item-has-children.iamopen span.cleared:after {
	transform: rotate(90deg) translateY(6px);
}

@keyframes example {
  0% {height: 10px;}
  90% {height: 170px;}
  100% {height:100%;}
}
@keyframes example2 {
  0% {height: 100%;}
  10% {height: 150px;}
  100% {height:0;}
}

.main-navigation-mob ul li > ul li {
	width:100%!important;
	background-color:white!important;
}
.main-navigation-mob ul.sub-menu li:last-child {padding-bottom:0;}
.main-navigation-mob li a, #mobile-navigation-extras .langsw a, .main-navigation-mob li span.cleared {
    font-size: 5vh;
    font-weight: 400;
    letter-spacing: 0.7px;
	padding: 7px;
	
	font-weight:normal;
	/*background-color:#fff;*/
	border-radius: 0;
	/*border-bottom: 1px solid #d7d7d7; */

	letter-spacing:0.2px;
	font-weight:normal;
	text-align:right;
	box-shadow:unset;
	display: block;
	line-height: 1.4;
	position:relative;
	cursor:pointer;
	color:white;
}
.home .main-navigation-mob li a, .dark .main-navigation-mob li a {
	color:black;
}
.main-navigation-mob li.iamopen span.cleared {
	/*background-color: #464646;*/
	color: var(--active);
	border-color:var(--active);
}
.main-navigation-mob ul > li::before {
	width: 20px;
	height: 20px;
	content: "—";
	display: block;
	position: absolute;
	left: -1.7em;
	top: calc(50% - 0.8em);
	transition: all 0.5s ease-in;
	font-size: 2em;
	font-weight:400;
	opacity:0.2;
}
.main-navigation-mob ul > li:hover::before {
	content: "→";
	opacity:1;
	color: var(--activehigh);
	left: -2.2em;
	transition: all .1s ease-in;
}
.main-navigation-mob ul > li {
	transition: padding 0.3s ease-out 1s, margin 1s ease 1s, opacity 0.5s ease 1s;
	position:relative;
	margin-right:20em;
	opacity:0;
}
.main-navigation-mob ul > li:hover {

}
.site-header-menu-mob.toggled-on ul > li {
	margin-right:0;
	opacity:1;
	transition: padding 0.3s ease-out 0s, margin 1s ease 0s, opacity 0.5s ease 0s;
}
.main-navigation-mob ul > li:nth-child(1) {transition-delay: 0.1s;}
.main-navigation-mob ul > li:nth-child(2) {transition-delay: 0.2s;}
.main-navigation-mob ul > li:nth-child(3) {transition-delay: 0.3s;}
.main-navigation-mob ul > li:nth-child(4) {transition-delay: 0.4s;}
.main-navigation-mob ul > li:nth-child(5) {transition-delay: 0.5s;}
.main-navigation-mob ul > li:nth-child(6) {transition-delay: 0.6s;}
.main-navigation-mob ul > li:nth-child(7) {transition-delay: 0.8s;}
.main-navigation-mob ul > li:nth-child(8) {transition-delay: 0.9s;}



.main-navigation-mob li a:hover, .main-navigation-mob li a:active, .main-navigation-mob li a:focus, 
.main-navigation-mob li span.cleared:hover, .main-navigation-mob li span.cleared:focus, .main-navigation-mob li ul.sub-menu li a:hover, 
.main-navigation-mob li ul.sub-menu li a:active, .main-navigation-mob li ul.sub-menu li a:focus, 
#mobile-navigation-extras .langsw a:hover, #mobile-navigation-extras .langsw a:active, #mobile-navigation-extras .langsw a:focus, 
#mobile-navigation-extras .langsw a:hover::before, #mobile-navigation-extras .langsw a:active::before, #mobile-navigation-extras .langsw a:focus::before {
	/*background-color: #464646;*/
	color: var(--activehigh);
}
.main-navigation-mob .menu-item-has-children span.cleared:hover::after, .main-navigation-mob li.iamopen span.cleared::after {
	filter:var(--activehighfilter);
}
.main-navigation-mob li ul.sub-menu li:hover a {
	padding-left: 60px!important;
}
.main-navigation-mob li ul.sub-menu li:hover a:before {
    content: "→";
}
.main-navigation-mob ul .toggled-on {
	display: block!important;
	position: relative!important;
	left: 0!important;
}
.main-navigation-mob ul.mobile-menu, ul.mob-menu-section-pages {margin:0;}
#mobile-navigation-extras {
	background-color:white;
	padding:0;
	overflow:hidden;
	-webkit-box-shadow: 0px 10px 22px -9px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 22px -9px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 22px -9px rgba(0,0,0,0.5);
}
.mobmenuopen {/*disables body scrolling
	touch-action: none;
    position: fixed!important;*/
}
.menu-toggle {
	/*
	margin: 0;
	position: absolute;
	*/
	position:relative;
	background-color: transparent;
	border: 0px solid #fff!important;
	border-radius: 50%;
	color: transparent!important;
	font-size: 2px;
	margin: 8px 0 0;
	padding: 5px;
	z-index:99999;
	transition:top 0.55s ease;
	height: 37px;
	width: 37px;
	padding: 0 3.6em;
	transition: background-color 0.2s ease-in, border-radius 0.2s ease-in;
}
.mobmenuopen .menu-toggle {background-color:white;}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover {
	border-color: transparent!important;
	color: transparent!important;
	/*border-radius: 0;*/
	top: 0px!important;
}
.menu-toggle.toggled-on:focus span{
	/*background-color:black;*/
}
.menu-toggle:hover, .menu-toggle:focus {
	background-color:white;
}
.mobmenuopen .menu-toggle:focus {
	/*background-color:white;*/
}
#menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: black;
  border-radius: 0px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  
		  transform-origin: 4px 0px;
  
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease,
			  -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease,
			  -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu-toggle span:first-child {margin-top:1px;}
.home .menu-toggle {
	background-color: transparent;
	color: transparent!important;
}
.dark .menu-toggle {
	background-color: white;
	color: transparent!important;
}
body:not(.home):not(.dark) .menu-toggle:hover {
	background-color: #000;
}

.home #menu-toggle span {background: white;}
.dark #menu-toggle span {background: black;}
.home .mobmenuopen .menu-toggle, .home .mobmenuopen .menu-toggle {background-color:white;}
.home #menu-toggle:hover, .home #menu-toggle:focus, .dark #menu-toggle:hover, .dark .menu-toggle:focus {color:transparent!important;}
#menu-toggle span:first-child{
  -webkit-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
}

#menu-toggle span:nth-last-child(2){
  -webkit-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
}
#menu-toggle:hover span {background: white;} 
.home .menu-toggle:focus span, .dark .menu-toggle:focus span {background: white;}
.home .menu-toggle.toggled-on, .dark .menu-toggle.toggled-on {background-color:black;}
.home .menu-toggle.toggled-on:hover, .dark .menu-toggle.toggled-on:hover {background-color:black;}
.home .menu-toggle.toggled-on span, .dark .menu-toggle.toggled-on span {background-color:white;}
.home .menu-toggle.toggled-on, .dark .menu-toggle.toggled-on {color:transparent!important;}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
.home #menu-toggle.toggled-on span, .dark #menu-toggle.toggled-on span {background: #fff;}
#menu-toggle.toggled-on span {
	opacity: 1;
	-webkit-transform: rotate(45deg) translate(-3px, -8px);
	transform: rotate(45deg) translate(-3px, -8px);
	background: #000;
}
#menu-toggle.toggled-on:hover span {background: #fff !important;}
.home.scrolled #menu-toggle:hover span, .dark #menu-toggle:hover span {background:black;}
/*
 * But let's hide the middle one.
 */
#menu-toggle.toggled-on span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
		  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menu-toggle.toggled-on span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(-5px, 11px);
		  transform: rotate(-45deg) translate(-5px, 11px);
}
#language-mob .langsw { position:relative;width:100%;overflow:hidden;}
#language-mob .langsw a {width:100%;overflow:hidden;}
#language-mob .langsw a:before {
	display: block;
    position: absolute;
    left: 52px;
    font-weight: normal;
    color: #040404;
}
#el #language-mob .langsw a:before {content: "- " attr(mobdesc) " ";}
#en #language-mob .langsw a:before {content: "- " attr(mobdesc) " ";}

/* End mobile menu */
/*
#menu-top li a:after {
    width: 100%;
    height: 3px;
	background-color:var(--activehigh);
	content:" ";
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
*/

/* bread */
.breadcrumbs {
	/*padding-top:10px;*/
	padding: 11px 25px 14px;
	background-color:#f1f7f7;
	/*color:#b9b9b9;*/
	font-weight:400;
	font-size: 12px;
	max-width: 100%;
    overflow: hidden;
    /*height: 53px;*/
	height: auto;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	position:relative;
}
.breadcrumbs a.not-in-use {
    /*
	display: inline-block;
    padding: 0 2px;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	*/
}
.breadcrumbs a, .breadcrumbs .nolinkman {
	/*
    display: inline-block;
    padding: 0 10px 0;
    vertical-align: middle;
	*/
}
.breadcrumbs span:first-child a { padding-left:0px;}
.breadsep { 
	font-size: 23px;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	/*color:#8e8e8e;*/
}
.breadcrumbs > span a {font-weight:400;}
.breadcrumbs > span {font-weight:400;}
.breadcrumbs span:first-child {}
.breadcrumbs > span a:hover {color:var(--activehigh);
}
/* End Header */


/* Sidebar */


#sidebar {
    z-index: 2;
    overflow: visible;
    position: absolute;
	right: 13px;
	top: -113px;
    transform: scale(0.8);
    transform-origin: right;
}
.sidebar-header {
	display: none;
	padding:10px 0;
	margin:10px 0 30px;
}
.page-template-page-sidebar .site-content {
	float: left;
	padding-right: 5em;
}
.hentry {padding:0;background-color:transparent;}
.page-template-page-wide-smallheading .hentry {
    max-width: 920px;
}
body.home #main {padding:0;}
#main, .sidebar, #primary:not(.ofsection) {padding-top: 0;}

#secondary #social-navigation {
	display:none!important;
}
.widget .widget-title {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	font-family:var(--global--font-secondary); 
    text-transform: none;
	font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
	margin: 0 0 8px;
}
.widget .textwidget p { 
	font-family:var(--global--font-secondary); 
}
.main-navigation {font-size:inherit!important;}
.main-navigation li, .widget_categories li {
	border-width:0px;
	transition: border-color 200ms ease-out;
}
.main-navigation ul ul {display: none;}

.main-navigation ul li.current_page_item ul.children, .main-navigation ul li.current_page_ancestor ul.children,
 .main-navigation ul li.current_page_parent ul.children {
	height:auto!important;
	display:block!important;
	animation:unset; 
}
.main-navigation ul ul.children { padding:0;padding-left: 0.6em;margin-left: -0.6em; }
ul#menu-page {font-size: 16px;}
ul#menu-page > li {margin-bottom: 15px;}
ul#menu-page > li > a {font-weight:700;display: inline-block;padding: 0.3em 0.6em;margin-left: -0.6em;
border:2px solid white;transition: border-color .2s ease-out, color .2s ease-out;}
ul#menu-page > li.current_page_item > a {border-color:black;}
ul#menu-page > li > a:hover {border-bottom-color: black;}
ul#menu-page > li:hover > a {}
.main-navigation li.current_page_item a, .main-navigation li.current_page_ancestor a, .main-navigation li.current_page_paren a {color:inherit;}
.main-navigation li:hover, .widget_categories li:hover {border-color:var(--active);}
.main-navigation li a {transition: border-color .5s ease-out;}
.main-navigation li a:hover, .widget_categories li a:hover {color: black;border-bottom-color: black;}
.main-navigation ul ul li.current_page_item a, 
ul#menu-page > li.current_page_item > a,
.main-navigation ul > li.current_page_item > a {border:2px solid black;color:black;}
.main-navigation li.current_page_item a, .widget_categories li.current-cat a{}
body .main-navigation a {padding: 0.3em 0;}
.main-navigation ul ul { margin-left:0;}
.main-navigation ul ul li {margin-left:-0.6em;} 
.main-navigation ul ul li:last-child {padding-bottom:15px;}
.main-navigation ul ul li a{padding: 0.3em 0.6em;display: inline-block;border:2px solid white;}
/* End Sidebar */

/* Pages */

.page #main { padding-top:0; }
.page #main article.has-post-thumbnail { background-color:transparent; }
.page #main article.post-password-required .page-featured-image  { margin-top:-70px; }
.main-navigation ul {
    border-top-width: 0px;
    border-bottom-width: 0px;
	padding-bottom:5em;
}
.sidebar .main-navigation ul {
	padding-bottom:1em;
}
.parent-page-title {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
	padding:0;
	margin:0;
	text-transform: uppercase;
	font-weight: 700;
}
.parent-page-title a {
	color:black;
	border-bottom: 5px solid #676767;
	padding-bottom: 7px;
}
.parent-page-title a:hover {border-color: var(--active);}


.post-password-required .entry-content form {
	max-width: 500px;
}
.post-password-required .entry-content form label{
	margin-top:20px;
	display: block;
}
.post-password-required .entry-content form input[name="Submit"] {
	margin-top:20px;
	display: block;
	margin-top: 20px;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 17px;
	padding: 12px 24px 14px 24px!important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #b7b7b7;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    border: 1px solid var(--active);
}
input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, textarea:hover {
    border: 1px solid var(--active);
}
.page-featured-image { 
	width:100%;
	border-bottom: 1px solid #dde2e2;
	background-color: #f1f7f7;
}
.page-featured-image.feat-large {
	/*height:40vh;*/
	min-height:300px;
}
.page-featured-image.feat-small {
	height:27vh;
	max-height: 350px;
}
.page-featured-image.feat-large img, .page-featured-image.feat-small img{ 
	width:100%;
	height:100%;
	object-fit:cover;
}
.page-featured-image.feat-contain {
	height:auto;
	max-height: unset;
}
.page-featured-image.feat-contain img{
	width:auto;
	height:auto;
	object-fit:unset;
	margin:0 auto;
	display:block;
}
.page-featured-image.feat-contain-padd img{
	width:auto;
	height:auto;
	object-fit:unset;
	margin:0 auto;
	display:block;
	padding:0 6%;
}

.page-featured-image.feat-large.feat-top img, .page-featured-image.feat-small.feat-top img{ 
	object-position: top;
}
.page-featured-image.feat-large.feat-center img, .page-featured-image.feat-small.feat-center img{ 
	object-position: center;
}
.page-featured-image.feat-large.feat-bottom img, .page-featured-image.feat-small.feat-bottom img{ 
	object-position: bottom;
}

.hentry.has-post-thumbnail .entry-header{
    /*padding-top: 43px;*/
}
.hentry .page-featured-image + .entry-header {
	padding-top: 15px;
}
.entry-actions {
/*	border-top:1px solid rgba(51, 51, 51, 0.1);
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
*/
	display:block;
	padding: 0;
	overflow:visible;

}
.entry-action-button:hover, .entry-action-button:hover a {color:var(--active);}
.entry-action-button {
	float:left;
	font-size:12px;
	font-size:1.2rem;
	line-height: 1.9;
	position:relative;
	/*padding:25px;*/
	text-align:center;
	/*height:123px;*/
}
.entry-action-button:hover:before {
	filter:var(--activefilter);
}
.entry-action-button.share {
	padding:25px;
}
.entry-action-button.print {
	display:none;
}
.entry-action-button.contact {
	padding-left:0;
	position:relative;
	display:none;
}
.entry-action-button.contact a {
	padding: 66px 25px 25px 0;
	display: block;
	position: relative;
	transition: all .1s ease-in;
}
.entry-action-button.contact:before {
	position:absolute;
	left: 0;
	right: 25px;
	top:25px;
}
.single .entry-action-button.contact:before {
	right: 0;
}
.entry-action-button:before {
    background-image: url(img/vectos-3.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
	background-position: -35px -32px;
    content: " ";
    display: block;
    position: relative;
	margin: 0 auto;
    transition: all .1s ease-in;
	background-size: 310px 1200px;
	transform: scale(0.85);
}
.entry-action-button.contact:before {
	background-position: -28px -674px;
}
.entry-action-button.share:before {
	background-position: -30px -389px;
}
.entry-action-button.print:before {
	background-position: -30px -330px;
}

.morereader {
	color: gray;
	display: block;
	padding: 0.5em 0 0;
}
ul.gridlist.mmttiles > li:hover .morereader {
	color: var(--active) ;
}
.entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img {
    border: 1px solid #ccc;
}
.gallery { margin-left: -1.79104477%;margin-right: -1.79104477%;}


ul.gridlist { 
	list-style: none;
	/*height: 100%;*/
	margin: 0;
	display: flex!important;
	grid-template-columns: 1fr 1fr;
	padding: 0 0 30px 0;
	grid-gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
}
ul.gridlist ul.children {
	margin:0;
	list-style: none;
	position: absolute;
	bottom: 20px;
	left:20px;
	width: calc(100% - 40px)!important;
	
	max-height: 169px;
	
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.gridlist li.page-item-227 ul.children {
	column-count: 2;
    text-overflow: ellipsis;
}
article .entry-content ul.gridlist li::after {
	display:none;
}
ul.gridlist > li {
/*
    height: auto;
    text-align: left;
	position: relative;
	display: inline-block;
	width: 100%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	margin:0!important;
	padding:0!important;
	background-color:white;
	border:1px solid #4e8efa;
*/
	font-family:var(--global--font-secondary); 
	font-size:90%; 
	font-weight:700;
	background-color:white;
	border: 1px solid #afafaf;
	padding:0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
ul.gridlist > li:hover {
	border: 1px solid #93cfa9;
    background-color: white;
}
ul.gridlist ul.children li a {
    display: inline-block;
    padding: 0 2px 2px 2px;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.gridlist > li:hover {
/*
	background-color:#96c0e633;
	border:1px solid #96c0e6;
*/
}
ul.gridlist > li:hover a {
	/*color:#106788;*/
}
ul.gridlist li > a.subpagedplus {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height:26px;
	font-weight: 700;
	padding:15px 20px;
	margin: 0;
	height: 250px;
	text-align: left;
	border-bottom: 0px solid transparent;
	box-shadow:none;
	color:black;
	font-family:var(--global--font-secondary); 
}
ul.gridlist li > a.subpagedplus:hover {
	box-shadow:none;
	border-width:0;
}
ul.gridlist li ul li{
	margin:0 !important;
	padding:0!important;
}
ul.gridlist li ul li a {
	font-weight:normal;
	box-shadow:none;
	font-size: 15px;
	line-height:20px;
	padding:3px 0;
	margin:0;
	height:auto;
	font-family:var(--global--font-secondary); 
}
ul.gridlist li ul li a:hover {
	box-shadow:0 1px 0 0 var(--active);
}
ul.gridlist li .gridlinkdummy ul li a {
	padding: 10px 0 10px 0;
	display: block;
	font-size: 1.1em;
	line-height:1.1;
	margin-bottom: 1px;
	margin-right:20px;
	font-weight: normal;
	position:relative;
	opacity:0.7;
}
ul.gridlist li .gridlinkdummy ul li {
    display: inline-block;
}
ul.gridlist li ul li.page_item_has_children ul.children {
	display:none;
}
h4.subpagetitle {
	padding: 20px 0 0;
    border-top: 1px solid #d0d0d0;
    margin-top: 30px;
	    font-weight: 500;

}
ul.gridlist.subpages {
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 1fr;
}
ul.gridlist.subpages li a {
	height: 100%;
	font-weight: 500;
	letter-spacing: -0.4px;
	font-size: 14px;
    line-height: 17px;
	padding: 8px 10px;
    display: table-cell;
    vertical-align: middle;
}
ul.gridlist.subpages {
	grid-gap: 3px;
	margin:0;
}
ul.gridlist.subpages li {
	border-color:#dadada;
	padding-left:0px;
    display: table;
    height: 100%;
}
ul.gridlist.subpages li:hover {border-color:var(--active);}
ul.gridlist.subpages > li:hover a {color:var(--active);}
ul.gridlist.subpages li ul.children { display:none; }
ul.gridlist.mmttiles {
	grid-template-columns: 1fr;
	overflow:visible;
	margin:3em 0;
	border-top: 1px solid #d2d2d2;
	padding: 3em 0 0;
}
ul.gridlist.mmttiles.threecol {
	border-top: 0px solid #d2d2d2;
	padding: 0;
	margin: 0 0;	
	grid-gap: 0;	
	gap:10px;
}
ul.gridlist.mmttiles > li {
	border:1px solid #dadada;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	padding-left:0px;
	margin:0;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
ul.gridlist.mmttiles > li:hover {
	border-color:var(--active)!important;
	background-color:transparent;
	transform: scale(1.02);
}
ul.gridlist.mmttiles li > a.subpagedplus, ul.gridlist.mmttiles .gridlinkdummy {
	padding: 2% 10% 3% 2.5%;
	height:auto;
	height:100%;
	position:relative;
	min-height: auto;
	transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
ul.gridlist.mmttiles .gridlinkdummy {
	padding: 0;
	color:white;
}
ul.gridlist.mmttiles.threecol li a {
	padding:0 20px;
	display:block;
	font-weight: 500;
	font-size: 1.3em;
}

ul.gridlist.forchildren > li {
	border:0px solid #dadada;
}
ul.gridlist.mmttiles.threecol li a {padding:7px 15px;}
ul.gridlist li ul li{margin:5px 0 !important;}
ul.gridlist.forchildren > li {border: 1px solid #a8b0b5;}

@media screen and (min-width: 46.25em) and (max-width: 59.6875em) {

	ul.gridlist.mmttiles:not(.threecol) li:nth-child(even) .gridlinkdummy {
		padding: 0 0 0 5%;
	}
	ul.gridlist.mmttiles:not(.threecol) li:nth-child(odd) .gridlinkdummy {
		padding: 0 5% 0 0;
	}
}
ul.gridlist.mmttiles > li:hover > a {
	color:black;/*var(--active);*/
	color: var(--active);
}
ul.gridlist.mmttiles > li:hover > a > p {
	opacity:1;
}
ul.gridlist.mmttiles h3 {
	padding:0;
	margin:0;
	font-size:18px;
	font-size: 1.8rem;
    line-height: 1.3;
	padding-bottom: 0; 
	color:black;
}
ul.gridlist.mmttiles p {
	padding:0;
	margin:0;
	font-size:0.8em;
	line-height:1.75;
	font-weight:400;
	font-family:var(--global--font-primary);
	opacity:0.8;
}
ul.gridlist.mmttiles:not(.forchildren) p {
	padding:10px 0 0;
	
	color: #000;
	line-height: 1.5;
	padding-top: 20px;
	font-size: 0.75em;
}
ul.gridlist.mmttiles .gridlinkdummy p { 
	font-size:1em;
	margin-bottom:1em;
}
ul.gridlist.mmttiles > li > a::before, ul.gridlist.mmttiles > li .gridlinkdummy h2 a::before {
    background-image: url(img/vectos-3.svg);
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
	background-position: -26px -729px;
    content: " ";
    display: block;
    position: absolute;
    right: 16px;
	bottom: calc(50% - 23px);
    transition: all .1s ease-out;
	transform: scale(0.7);
	background-size: 310px 1200px;
	opacity: 0.4;
	display:none;
}
ul.gridlist.mmttiles > li > a::before {
	right: 5px;
	top: 5px;
}

ul.gridlist.mmttiles > li .gridlinkdummy h2 a::before {
    transform: scale(1); 
    opacity: 1;
	
	position:relative;
	display:inline-block;
	right:7px;
	top:14px;
	bottom:unset;
	
	filter: invert(100%);
}
ul.gridlist.mmttiles > li:hover .gridlinkdummy h2 a::before {

}
ul.gridlist.mmttiles > li .gridlinkdummy h2 a:hover::before {
	filter:var(--activehighfilter);
}
ul.gridlist.mmttiles li:hover a:before {
	/*background-position: -33px -462px;*/
	transition: all .2s ease-out;
	filter:var(--activehighfilter);
	opacity: 1;
}
body.page-template-page-section ul.gridlist.mmttiles {
	margin:0;
	border-top: 0px solid #fff;
	padding: 5px 0 0 0;
	width: 100%;
	margin-left: 0;
}
ul.gridlist > li .gridlinkdummy h2 {
	margin:0 0 0.7em;
	line-height: 1.2;
}
ul.gridlist > li .gridlinkdummy a {
	border-bottom:0px solid transparent;
	
	margin-bottom: 20px;
	display: block;
	color:white;
}
ul.gridlist > li .gridlinkdummy a:hover {color:var(--active);opacity:1;} 
ul.gridlist > li .gridlinkdummy ul {
	margin:0 0 0;
}
body.page-template-page-wide #sidebar, body.page-template-page-wide-smallheading #sidebar, body.page-template-default #sidebar, body.page-template-page-contact #sidebar, body.error404 #sidebar, body.search #sidebar {
	display:none;
}
body.page-template-page-wide:before, body.page-template-page-wide-smallheading:before, body.page-template-default:before, body.page-template-page-contact:before, body.error404:before, body.search:before {
	display:none;
}
body.page-template-page-wide ul.gridlist.mmttiles, body.page-template-page-smallheading ul.gridlist.mmttiles {
	display:none;
}
/* section page */
.entry-title, .page-title, .widecolumn h2 {font-size:1.5em;} 
#thecalcheader h1 {padding-bottom: 0.4em;}
body.page-template-page-wide-smallheading #thecalcheader h1 {font-size: 2em;}
.page-template-page-section #sidebar {display:none;}
.page-template-page-section .site-content {
	float: none;
	margin-left: 0;
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}
.page-template-page-section #main section.selected-projects::before {
	background-color: #fff;
}
.page-template-page-section #main section.large-paragraph {
	position:relative;
	max-width: unset;
    margin: 0;
}
.page-template-page-section #main section.large-paragraph p {
	z-index:unset;
}
.page-template-page-section #main section.large-paragraph > * {
    z-index: 1;
    position: relative;
}
.page-template-page-section #main section.large-paragraph::before {
    display: block;
    content: " ";
    position: absolute;
    left: -800px;
    top: 0;
    width: 3000px;
    height: 100%;
    z-index: 0;
    background-color: #8b8e95;
}
.page-template-page-section #main section.large-paragraph {
    /*max-width: 960px;
	max-width: 770px;*/
	max-width:unset;
    margin: 0;
    hyphens: auto;
	column-count: 1;
	column-gap: 0em;
	/*font-size:0.9em;*/
}
#main section .smallparagraph {
    /*font-size: 1.4em;*/
	font-size: 1em;
	line-height:1.75;
	color: white;
	font-family: var(--global--font-primary);
}
.page-template-page-section .entry-content {
	padding:0;
}
.page-template-page-section .entry-content h2.titleofposts-subpage {
	margin-top:0;
	margin-bottom: 1em;
	color:black;
}

/*
section.grayish {position:relative;}
section.grayish > * {
    z-index: 1;
    position: relative;
}
section.grayish::before {
    display: block;
    content: " ";
    position: absolute;
    left: -800px;
    top: 0;
    width: 3000px;
    height: 100%;
    z-index: 0;
    background-color: #64696c;
}
*/
ul.gridlist.forchildren > li { 
	background-color:transparent;
}
/* section page end */

.page-id-33 ul.gridlist.mmttiles {
	margin: 0 0;
	border-top: 0px solid #d2d2d2;
	padding: 1em 0 0;
}

/* homepage */
#main section, #contact-banner, .entry-content.swiper-footer section { margin:0; padding: 1em 0 4em; }
#main section:last-child, .entry-content.swiper-footer section {padding-bottom: 3em; }
#main section.large-paragraph {max-width:870px;margin:0 auto;hyphens: none;}
.home #main section.large-paragraph { margin:2em auto;}
#main section.selected-projects {
	background-color:#fafafa;
	position:relative;
}
#main section.selected-projects > * {z-index: 1;position: relative;}
#main section.selected-projects::before {
    display: block;
    content: " ";
    position: absolute;
    left: -800px;
    top: 0;
    width: 3000px;
    height: 100%;
    z-index: 0;
	background-color:#fafafa;
}
/* swiper */
.swiper-hero {
	height:100vh;
	transition-timing-function:linear!important;
	overflow:hidden;
}
.swiper-hero .swiper-slide {
	overflow: hidden;
	background-color:#323e48;
}
.swiper-hero .swiper-slide picture {
	height:100%;
	width:100vw;
}
.swiper-hero .swiper-slide img, .swiper-hero .swiper-slide source {
	height: 100%;
	width: 100%;
	object-fit:cover;
	transform: scale3d(1.2, 1.2, 1);
	transition: transform 1.7s ease-out;
	backface-visibility: hidden;
}

.swiper-hero .swiper-slide.swiper-slide-active img, .swiper-hero .swiper-slide.swiper-slide-duplicate-active img {
	transform: scale3d(1, 1, 1);
}
.swiper-hero .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}

.slidetexts-wrap {
	position: absolute;
	text-align: left;
	margin: 0;
	color: white;
	/*width: calc(100% - 12em);*/
	padding: 0 2em calc(50vh - 3em) 0;
	bottom: 0;
	z-index: 2;
}
.slidetexts-wrap h2 {
	font-size: 3em;
	line-height: 1.1;
	color:unset;
	font-weight:500;
	text-indent: 0;
	padding-left:0em;
	padding-bottom: 0;
	transform: translateY(635px);
	margin-left:-15em;
	transition: transform 1.8s ease, text-indent 5s ease 1s, padding-left 5s ease 1s, margin 2s ease 1s;
	width:calc(100vw - 0.5em);
}
.swiper-hero .swiper-slide.swiper-slide-active .slidetexts-wrap h2{
	transform: translateY(0);
	text-indent: 0em;
	padding-left:0.5em;
	padding-bottom: 0;
	margin-left:0;
	transition: transform 1.4s ease, text-indent 7s cubic-bezier( 0, 0.65, 0.16, 1 ), padding-left 10s cubic-bezier( 0, 0.65, 0.16, 1 ), margin 1s ease-out 0.75s;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);swiper-button-next
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.swiper-hero .swiper-slide img{
    opacity: 0;
    -webkit-transition: all 2s ease; 
    -moz-transition: all 2s ease; 
    -ms-transition: all 2s ease; 
    -o-transition: all 2s ease; 
}

/* swiper projects */
.flexed {
	display:block;
	justify-content: space-between;
	margin:1em 0;
	align-items: center;
} 
.flexed > * {}
.swiper-projects {
	width: 100%;
	height: 300px;
	
	max-height:50vh;
	position:relative;
	overflow:hidden;
	padding:2em 0 0;
}
.swiper-projects .swiper-wrapper {

}
.swiper-projects .swiper-slide {
	background-color:transparent;
	display:block;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 150px auto;
	grid-column-gap: 0px;
	grid-row-gap: 0; 
	transition:transform 0.25s ease, grid-template-rows 0.25s ease;
	transform-origin:bottom;
	border:0px solid transparent!important;
	box-sizing:border-box;
}
.swiper-projects .swiper-slide img.card-image {
	opacity:1;
	object-fit: cover;
	transform:unset!important;

	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.swiper-projects .swiper-slide .card-details {
	background-color:transparent;
	border:1px solid transparent;
	border-top:0px solid white!important;
	transition:font-size 0.25s ease, padding 0.25s ease, background-color 0.4s ease, border-color 0.4s ease 0s;
}
.swiper-projects .swiper-slide .card-details p {
	text-transform:uppercase;
	color:gray;
	margin:0;
	padding:0;
	font-size:0.8em;
}
.swiper-projects .swiper-slide .card-details p:not(.tags) {
	opacity:0;
	transition:opacity 0.25s ease;
}
.swiper-projects .swiper-slide:hover .card-details p:not(.tags) {
	opacity:1;
}
.swiper-projects .swiper-slide .card-details p.tags {
	margin-top:1.3em;
	font-weight:500;
	color:#0d1a9d;
}
.swiper-projects .swiper-slide .card-details h4 {
	margin: 0.2em 0;
	padding: 0 0 0 0;
	font-size: 1.1em;
	line-height: 1.2;
	transition:font-size 0.25s ease, margin 0.5s ease;
}
.swiper-projects-arrows {
	display:block;
	width:100%;
	display: flex;
	justify-content: space-between;
	max-width: calc(1250px + 10vw);
	margin: 0 auto;
	padding:0;
	transform: scale(1);
}
body .swiper-projects-arrows > *::after {display:none;}
body .swiper-projects-arrows > * {
	width:320px;
	height:90px;
	background-repeat: no-repeat;
	background-size: 310px 1200px;
	background-image: url(img/vectos-3.svg);
	margin:0;
	position:relative!important;
	color:black;
	opacity: 0.5;
}

#swiper-button-next-proj {
	background-position: -125px -847px;
	transform:scale(0.5);
}	
#swiper-button-prev-proj {
	background-position: -125px -848px;
	transform:rotate(180deg) scale(0.5);
}
body .swiper-projects-arrows > *:hover {
	
}
.swiper-projects .swiper-slide:hover {

}
.swiper-projects .swiper-slide:hover .card-details {

}
.swiper-projects .swiper-slide:hover .card-details h4 {

}

/* swiper horizontal */
.logos-wrapper {
	display:flex;
	padding:2em 0 0;
	align-items: center;
	margin-right: 0;
	width:100%;
}
.swiper-logos {
	position:relative;
	
	overflow:hidden;
	height:65px;
	display:block;
	position:relative;
	overflow:hidden;
}
.swiper-logos .swiper-wrapper {
}
.swiper-logos .swiper-slide {
	background-color:transparent;
	width: fit-content;
	max-width: 100px;
}
.swiper-logos .swiper-slide img {
	opacity:1;
	object-fit: contain;
	transform:unset!important;

	height: 100%;
	width: auto;
	margin: 0 auto;
}
.swiper-logos .swiper-slide p {
	width: 100%;
	overflow: hidden;
	background-color: white;
	bottom: 0;
	color: black;
	padding: 0;
	position: absolute;
	margin: 0;
	top: 0;
	line-height: 1.2;
	font-size: 0.65em;
	opacity:0;
	pointer-events:none;
	transition:opacity 0.2s ease;
	display: flex;
	align-items: center;
	text-align:center;
}
.swiper-logos .swiper-slide:hover p {opacity:1;}



.logos-wrapper .swiper-button-next, .swiper-projects .swiper-button-next {
	position: relative;
	top: 0;
	width: 50px;
	height: 50px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	transform: scale(1);
	right: 0;
	transform-origin: top;
	padding:0 0 0 1.2em;
	box-sizing: content-box;
}
.logos-wrapper .swiper-button-next::after, .swiper-projects .swiper-button-next::after {display:none;}
.logos-wrapper .swiper-button-next .HoverArrow{
	stroke: black;
	color: black;
	margin: 0;
}
.logos-wrapper .swiper-button-prev {display:none;}



/* slick */
.admin-bar .cSlider--single .slick-track {
	height:calc(100vh - 173px);	
	/*height: calc((var(--vh, 1vh) * 100) - 138px);*/
}
.cSlider--single .slick-track {
    height: calc(100vh - 173px);
	background-color:black;

	/*height: calc((var(--vh, 1vh) * 100) - 138px);*/
}
/*fix LCP */
.cSlider--single.cSlider--single {
	min-height:calc(100vh - 173px);
	background-color:black;
}
.cSlider--nav .slick-slide {
	/*fix height to 100%*/
	display: table-cell;
	float:none;
	
	position:relative;
	/*cursor: pointer;*/
	/*border-right:1px solid #676767;*/
	border-bottom: 2px solid #d8d8d8;
	position: relative;
	background-color:#64696c;
	color:white;
}
.cSlider--nav .slick-slide.slick-current {
	background-color: #fff;
	border-bottom:2px solid #ccc;
	color:black;
}
.cSlider--nav .slick-slide.slick-current, .cSlider--nav .slick-slide.slick-current .home-page-navigation ul.nav-menu li a,
.cSlider--single img, .cSlider--nav span:after {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.cSlider--nav .slick-slide, .cSlider--nav .slick-slide .home-page-navigation ul.nav-menu li a {
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-ms-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
}
.cSlider--nav .slick-slide > * {z-index: 1;position:relative;}
.cSlider--nav .slick-slide:not(.slick-current):after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	background: linear-gradient(90deg, rgba(103,103,103,1) 0%, rgba(103,103,103,1) 70%, rgba(92,92,92,1) 100%);
	z-index: 0;
}
.cSlider--nav .slick-current span:after {background-color:#676767;}

.cSlider--nav .slick-slide .home-page-navigation ul.nav-menu li a {color:white;}
.cSlider--nav .slick-slide.slick-current .home-page-navigation ul.nav-menu li a {color:black;}
.cSlider--nav .slick-slide:last-child {border-right:0px solid #fff;}
.cSlider--single > div:nth-child(1n+2) {display: none;}
.cSlider--single.slick-initialized > div:nth-child(1n+2) {display: block;}
.cSlider--single img, .cSlider--single source {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.cSlider--single a, .cSlider--single .grad {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 2%, rgba(2,0,36,0) 60%);
	opacity: 0.4;
}

.cSlider__item.slick-slide picture, .cSlider__item.slick-slide picture > * {
	height:100%;
	width:100vw;
}
.cSlider--nav {
    /*transition: height .3s ease, padding .3s ease;
    -webkit-transition: height .3s ease, padding .3s ease;*/
	height: 90px;
	overflow: hidden;
	box-sizing: content-box;
	
}
.cSlider--nav {
	cursor:pointer;
}
.cSlider--nav.activated {
	cursor:auto;
}
.cSlider--nav .cSlider__item h2 {
	position: relative;
	font-size: 1.3em;
	text-align: left;
	padding: 0;
	margin: 0;
	letter-spacing: 0.4px;
	line-height:1.5;
	color:unset;
}
.cSlider--nav span {
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
	position:relative;
	display:block;
	margin: 25px 5vw 41px;
}
.cSlider--nav span:after {
	position: absolute;
	left: 0;
	bottom: -12px;
	content: "";
	background-color: white;
	height: 4px;
	width: 30px;
	opacity:0;
}
.cSlider--nav.activated span:after {opacity:1;}
.cSlider--nav .cSlider__item h2::before {
	/*
	content: "";
	display: block;
	padding-top: 90px;
	*/
}
.slick-slide.slick-current h2 {}
.cSlider--nav .cSlider__item h2 a, .cSlider--single .slidetexts-wrap a {
	overflow:hidden;
	display:inline-block;
	text-indent:-500px;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.cSlider--single .slidetexts-wrap a {display:none;}
.cSlider--nav span:hover:after {background-color:var(--active)!important;}
.home-page-navigation {}
.home-page-navigation ul.nav-menu {list-style: none;margin-left: 5vw;margin-bottom: 50px;}
.home-page-navigation ul.nav-menu > li.page_item {margin-bottom:20px;}
.home-page-navigation ul.nav-menu > li.page_item > a {font-size: 1.15em;}
.home-page-navigation ul.children {
	list-style: none;
	font-family:var(--global--font-primary);
	font-size: 0.85em;
	margin: 5px 0 10px;
}
.cSlider--nav .slick-slide .home-page-navigation ul.nav-menu li a {
	transition:color 0.2s ease !important;
	border-bottom:1px solid transparent;
	display:inline-block;
}
.cSlider--nav .slick-slide .home-page-navigation ul.nav-menu li a:hover {
	color: black;
	border-bottom-color: var(--active);
} 
.slide-link {
    background-image: url(img/vectos-3.svg);
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
	background-position: -26px -729px;
    content: " ";
    display: block;
    position: absolute !important;
    transition: all .1s ease-out;
	background-size: 310px 1200px;
	transform: scale(1);
	right: 15px;
	bottom:15px;
	z-index: 1;
	opacity:1;
	filter:invert(100%);
	overflow: hidden;
}
.slick-current .slide-link {
	filter:unset;
	opacity: 0.6;
}
.slide-link a {
	display:inline-block;
	text-indent:-500px;
	width: 100%;
	height: 100%;
}
.slide-link:hover {
	filter:var(--activehighfilter);
	opacity:1;
}
/* end slider */

.home .maincontent-wrapper {
	margin:0;
	max-width: unset;
	padding:0;
}
/*.home #primary:not(.ofsection) {padding-top: 0;}*/
#main section.home-contents {padding:0 0 13em;overflow: hidden;}
section.home-contents {background-color:#ffd040;position:relative;} 
section.home-contents::after {
	background-image:url(img/mono-home-1.svg);
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-position-x: right;
	background-position-y: bottom;
	position: absolute;
	right: -4em;
	bottom: -4em;
	content: " ";
	height: 100%;
	width: 100%;
	max-height: 100vh;
	pointer-events:none;
}
.entry-content section.home-contents h3 {
	margin:1.3em 0;
	color:black;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;
}
.inner-wrapper.flex50 {display:block;gap: 0;}
.inner-wrapper.flex50 > * { flex: 1; }
.widediv.flex50 {display:block;gap: 0;}
.widediv.flex50 > * { flex: 1; }
.home .widediv.flex50 { padding: 0 0 2.5em;}
.covermedia img{
	width:100%;
	height:100%;
	object-fit:cover;
}
section.home-contents h4 {
	margin:0 0 0.3em;
	font-weight:500;
}
section.home-contents h6 {
	margin: 0 0 2em 0;
	font-weight:500;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;
	line-height: 1.7em;
}
section.home-contents .widediv.flex50 p {
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;
}
section.home-contents .widediv.flex50 .rightcell-wrap {
	margin:2em 1.5em 0 1.5em;
}
.grayme {opacity:0.3;font-weight:400;display:inline-block;margin:0 0.6em}

.buttons-wrapper {margin:1.5em 0 0;/*max-width:900px;*/}
.entry-content .buttons-wrapper a.button { margin-bottom:1.5em; }
.entry-content .buttons-wrapper a.button:not(:first-child) {
	background-color:transparent;
	color:black;
}
.entry-content .buttons-wrapper a.button:not(:first-child) .HoverArrow {
	filter:invert(100%);
}
body:not(.home) .entry-content .list-wrapper {padding:2em 0 0;}
.entry-content .list-wrapper h6 {margin-bottom:1em;}
.entry-content .list-wrapper ul {}
.entry-content .list-wrapper ul li {padding-left: 2.4em;line-height:1.3;margin-bottom: 0.9em;}
.entry-content .list-wrapper ul li p {margin:0;padding:0;}
.entry-content .list-wrapper ul li::after {
	content: '';
	height: 2px;
	width: 1.5em;
	background: #000;
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
}

/* Services section */

section.grayish {background-color:#323e48;padding: 1em 0 1em!important;}
section.grayish h3, section.grayish h4, section.grayish h5, section.grayish h6, section.grayish p {color:white;}
section.grayish h6 { font-weight: 500; }
section.grayish h3 {max-width:1140px;margin: 0.57em 0;}
.entry-content section h3 {margin: 0.77em 0;}

.threcol {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	gap: 1em 1em; 
	margin:2.7em 0 0;
}
.threcol > div:last-child { /*grid-column: 3 / 1;*/ }
.threcol > div {}
#service-cats h6 {
	text-transform:uppercase!important;
	margin-top:0;
	font-weight: 700;
	letter-spacing: 1.2px !important;
	margin-bottom: 0.5em;
}
#service-cats ul {
	color:white;
	overflow: visible;
	list-style-type:none;
	margin: 10px 0 30px;
}
#service-cats ul li {
	position: relative;
	padding: 0.5em 0 0.5em 2em;
	margin:0;
}
#service-cats .sname {
  display: inline-block;
  line-height: 1.3125;
  margin-left: 0.5em;
  transition: color 0s ease;
}
#service-cats li.service-desc { cursor: pointer;}
#service-cats .sname::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display:none;
}

#service-cats .tooltip-content {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	z-index: 1;

	width: 100%;
	left: 0;
	right: unset;
	padding-top: 0;
	margin: 0 0 20px 0;
	top: unset;
	bottom: 100%;
	position: absolute;
	text-align: left;
	font-size: .765em;
	line-height: 1.4;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}
#service-cats .wrap {
	padding: 0;
	box-shadow: 5px 5px 15px rgba(48, 54, 61, .2);
	background: #fff;
	border: 0 solid #fff;
	pointer-events: none;
}
#service-cats .tooltip-text {
	text-align: left;
	display: block;
	padding: 0.8em 0.9em 0.9em;
	color: #000;
	font-size: 1.1em;
	pointer-events: none;
}
#service-cats ul li.service-desc:hover .sname {
	color: var(--active);
	color:#ffd040;
	outline: 0;
}
#service-cats ul li.service-desc:hover .sname::after {
	pointer-events: auto;
}
#service-cats ul li.service-desc:hover .tooltip-content {

	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

#service-cats .tooltip-content::after {
	top: 100%;
	left: 25%;
	content: '';
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	visibility: visible;
}

@media screen and (min-width: 56.875em) {
	#service-cats ul li:hover .tooltip-content {
		left: 50%;
		left:0;
	}
	#service-cats .tooltip-content::after {
		left: 50%;
		left:10px;
	}
	#service-cats .tooltip-content {
		left: 50%;
		left:0;
	}
}



#service-cats ul li.service-icon::after {
	height: 3.5em;
	width: 3.6em;
	display: block;
	top: 0;
	left: -0.8em;
	background-image: url(img/icons-services-3.svg);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position-x: -23px;
	background-color:transparent;
	background-position-y: 0;
	position: absolute;
	content: " ";

	pointer-events: none;
	
	transform: scale(0.55);
	transform-origin: 1.1em 0.9em;
}
#service-cats ul li.service-desc.service-icon::after {pointer-events: auto;cursor:pointer;}
#service-cats ul li.service-desc:hover::after {filter: invert(32%) sepia(79%) saturate(403%) hue-rotate(348deg) brightness(102%) contrast(105%);}

#service-cats ul li.service-icon.icn-1::after {background-position-y: -2px;}
#service-cats ul li.service-icon.icn-2::after {background-position-y: -60px;}
#service-cats ul li.service-icon.icn-3::after {background-position-y: -142px;background-size: 220px;background-position-x: -27px;}
#service-cats ul li.service-icon.icn-4::after {background-position-y: -218px;background-size: 220px;}
#service-cats ul li.service-icon.icn-5::after {background-position-y: -295px;background-size: 220px;background-position-x: -27px;}
#service-cats ul li.service-icon.icn-6::after {background-position-y: -376px;background-size: 220px;}
#service-cats ul li.service-icon.icn-7::after {background-position-y: -402px;} 
#service-cats ul li.service-icon.icn-8::after {background-position-y: -476px;}
#service-cats ul li.service-icon.icn-9::after {background-position-y: -542px;background-position-x: -14px;left: -21px;width: 5em;}
#service-cats ul li.service-icon.icn-10::after {background-position-y: -612px;}
#service-cats ul li.service-icon.icn-11::after {background-position-y: -749px;background-size: 220px;width: 4.4em; left: -16px;}
#service-cats ul li.service-icon.icn-12::after {background-position-y: -743px;}
#service-cats ul li.service-icon.icn-13::after {background-position-y: -813px;}
#service-cats ul li.service-icon.icn-14::after {background-position-y: -871px;background-size: 200px;height: 4em;top: -0.6em;}
#service-cats ul li.service-icon.icn-15::after {background-position-y: -1047px;background-size: 220px;top: -0.2em;} 
#service-cats ul li.service-icon.icn-16::after {background-position-y: -1018px;}
#service-cats ul li.service-icon.icn-17::after {background-position-y: -1078px;}
#service-cats ul li.service-icon.icn-18::after {background-position-y: -1139px;}
#service-cats ul li.service-icon.icn-19::after {background-position-y: -1198px;}
#service-cats ul li.service-icon.icn-20::after {background-position-y: -1267pxpx;}
#service-cats ul li.service-icon.icn-21::after {background-position-y: -1321px;}

#service-cats ul li.service-icon.icn-22::after {background-position-y: -3px;background-position-x: -114px;}
#service-cats ul li.service-icon.icn-23::after {background-position-y: -266px;background-position-x: -114px;}
#service-cats ul li.service-icon.icn-24::after {background-position-y: -64px;background-position-x: -114px;}
#service-cats ul li.service-icon.icn-25::after {background-position-y: -128px;background-position-x: -114px;}
#service-cats ul li.service-icon.icn-26::after {background-position-y: -200px;background-position-x: -114px;}
#service-cats ul li.service-icon.icn-27::after {
	background-position-y: -340px;
	background-position-x: -114px;
	top: -0.1em;
}
#service-cats ul li.service-icon.icn-28::after {
	background-position-y: -419px;
	background-position-x: -117px;
	transform: scale(0.55);
	transform-origin: center;
	top: -5px;
	left: -1.1em;
}
#service-cats ul li.service-icon.icn-29::after {
	background-position-y: -1621px;
}

/*
22 : Thermometer
23 : Access
24 : Valve
25 : Fire detector
26 : Urban plan
27 : Fire 2
28 : Foam
29 : Empty
*/

/* Services End */

#contact-banner {
	background-image: url(img/contact-banner-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color:transparent;
	/* paralax*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  #contact-banner {background-attachment: unset;}
}

.fourcol {
	display: grid; 
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	margin: 1.5em 0 3em; 
}
.fourcol > div {}
#contact-buttons a { 
	position:relative;
	padding:3em 0 0;
	border-bottom: 0 solid transparent;
	margin:0;
	font-weight: 500;
	font-size: 0.95em;
}
#contact-buttons a:after { 
	content: attr(title); 
	display:block;
	/*position:absolute;
	left:0;
	bottom:0;*/
	color:#2d2d30;
}
#contact-buttons a::before {
	content: " ";
	display: block;
	position: relative;
	left: 0;
	top: -0.9em;
	background-repeat: no-repeat;
	background-size: 310px 1200px;
	background-image: url(img/vectos-3.svg);
}
#contact-buttons a[href^="tel:"]::before {
	width: 30px;
	height: 30px;
	background-position: -35px -251px;
	transform: scale(1.1);
}
#contact-buttons a[href^="mailto"]::before {
	width: 30px;
	height: 30px;
	background-position: -35px -183px;
	transform: scale(1.1);
}
#contact-buttons a[href*="maps"]::before {
	width: 30px;
	height: 38px;
	background-position: -231px -247px;
	transform: scale(1.1);
}
#contact-buttons a[href$="vcf"]::before {
	width: 35px;
	height: 30px;
	background-position: -134px -251px;
	transform: scale(1.1);
}
#contact-buttons a:hover::before {
	filter:var(--activefilter);
}

/* homepage End */

/* Pages continue */

.first-paragraph-wrap {
	max-width:1050px;
	padding: 20px 0 0 0;
	
	-webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-gap: 0px;
    position: relative;
    width: 100%;
}
.first-paragraph-wrap .wp-block-buttons + p:last-of-type {
	display:none;
}
.first-paragraph-wrap .wp-block-buttons + p {
	display:none;
}
.first-paragraph-wrap .wp-block-buttons + p + p {
	display:none;
}
.first-paragraph-wrap p {
/*	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;*/
	overflow: hidden;
	-webkit-text-stroke: 0.25px;
}
.boldme {border-bottom:2px solid black;font-weight:700;}

.search-results .postsinlist article a .postinlist-categories {
	display:none;
}
.search-results .postsinlist {
    grid-template-columns: 1fr;
}
.entry-content h2.titleofposts-home {
	margin-top:0;
	margin-bottom:1.1em;
	color:black;
}
/*
body.page-template-default .entry-content p, body.page-template-default .entry-content h2, body.page-template-default .entry-content h3,
body.page-template-default .entry-content h4, body.page-template-default .entry-content h5, 
body.page-template-default .entry-content h6, body.page-template-default .entry-content blockquote {
	max-width:900px;
}
*/
body.page-template-default .entry-content ul {
	/*
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	column-gap: 40px;
	width: 100%;
	margin-bottom:4em;
	*/
}
body.page-template-default .entry-content ul li {
	/*
	overflow: visible;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	*/
}
body.page-template-default .entry-content ul li p {
	/*
	color:#595959;
	line-height: 1.3;
	padding: 15px 0;
	*/
}

body.page-template-default .entry-content ul li p br {
	/*
    display: block;
    margin: 0.3em;
	*/
}
body.page-id-10 .entry-content ul.gridlist.mmttiles {display:none!important;}

/* About */

.entry-content-after {margin:2em 0;}

.entry-content-after h4 {
	position:relative;
}
.entry-content-after h4::before {
	content:" ";
	width:2em;
	border-bottom:1px solid black;
	display:block;
	font-weight:400;
	position:absolute;
	left:-2.4em;
	top:50%;
}

.twocol {
	display:grid;
	grid-template-columns: 1fr;
	gap: 0;
}
.twocol column {}
#cert-list ul {list-style-type: none;margin:0;}
#cert-list ul li {
	display:grid;
	grid-template-columns: 1fr 4fr;
	gap: 0 1em;
	padding:0.5em 0;
}
#cert-list ul li img {width:100%;height:100%;object-fit:contain;object-position: 0 0.4em;}
#cert-list ul li .wrap {
	font-size: 0.9em;
	line-height: 1.5;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
#cert-list ul li span {display:block;}
#cert-list .sname {font-weight:700;color:black;text-transform:uppercase;}
#cert-list .stext {}
.img-placeholder {width:100%;height:100%;}

.spacer {margin:0 0 3em;display:block;width:100%;}


#founder {
    padding-top: 2em;
    padding-bottom: 0
}

#founder .person {
    border-bottom: 0px solid #d6d6d6;
    padding: 0 0 2em 0;
    margin-bottom: 3em;
	/*
	display:grid;
	grid-template-columns: 150px auto;
	gap: 2em;
	*/
}
#founder .person .imgwrap {background-color:transparent;height:auto;}
h5.pagesubheading {
	position:relative;
	border-bottom: 1px solid #d6d6d6!important; 
	line-height: 0.2em!important;
	margin:2em 0!important;
}
h5.pagesubheading span {
	background:#fff; 
    padding:0 1em 0 0; 
}
#founder h5.pagesubheading {margin:0 0 0.7em !important; }
#founder h6.pagesubheading {margin:0 0 0.7em !important;font-weight: 500; }
#founder .person .pflex {
	display:flex;
	gap: 2em;
	padding-top:1em;
}
#founder .person .pflex .imgwrap {
	width: 76px;
	padding: 0;
	float: none;
	display: block;
	height: auto;
}

#founder .person .pflex .peopletext {

    padding: 0;
    width: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
	
}
#founder .person .pflex .peopletext > * {overflow:visible;break-inside: avoid-column;}

#founder .person>h3.pagesubheading {
    display: inline-block
}

#founder .person .pflex .peopletext>h3.pagesubheading {
    display: none
}

#founder .person .pflex img {
    width: 100%;
    float: none;
	object-fit:contain;
	object-position: center top;
}
#founder .person .pflex .peopletext columns {
	columns:1;
	display: block;
	column-gap: 2em;
}
#people.fourcol {
	gap: 1em 1em;
}
.person.hide {display:none!important;}
.person .pflex .peopletext>h3.pagesubheading {
    margin-bottom: 5px;
    font-size: 18px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565
}

.person .pflex img {
    width: 100%;
    height: 100%;
	object-fit:cover;
	object-position: center;
}

.person .pflex .peopletext {
    flex: 1;
    padding: 0;
}
.person .pflex .peopletext * {
	font-family: Arial, Helvetica, sans-serif;
}

.person .pflex .peopletext p {
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 10px 0
}

.person .imgwrap {
	height:150px;
	width:100%;
	background-color:#ccc;
}
.person .peopletext .prsnheader h6 {
	font-weight: 500;
	margin:0.5em 0 0;
}
.person .peopletext .prsnheader > p {
	margin:0 0 0.5em 0;
}
.person .peopletext .prsntext {
	font-size:0.9em;
	color:gray;
	line-height:1.2;
}

.page-id-10 {
	background-image: url(img/about-bg.webp);
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: 52vw top;
	background-color: transparent;
	/*
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	background-size:auto 100vh;
}
.page-id-10 #tophead {background-color: transparent;}
.page-id-10 article .entry-content {padding:0;}
.page-id-10 .entry-content-after {margin: 0;}
/* .About */

/* services */
.page-id-2512 .entry-content {padding: 0 0 1em;}
.page-id-2512 #service-cats {margin-top:0;}
.page-id-2512 .entry-content-after .grayish > h4, .page-id-2512 .entry-content-after .grayish > h3 {display:none;}

body.archive .maincontent-wrapper, body.blog .maincontent-wrapper {
	max-width:unset; 
	padding:0;
} 
/* End Pages */

/* Elements */

.wp-block-button__link, .wp-block-search .wp-block-search__button, .post-password-required .entry-content form input[name="Submit"], .wp-block-file a:nth-child(2) {
	background-color: transparent;
	border:2px solid black!important;
    border-radius: 2px;
    font-size: 15px;
    padding: 9px 42px 10px 17px;
    text-align: center;
	color:black;
	font-weight:500;
	position:relative;
	text-transform: none;
}
.wp-block-search .wp-block-search__button {
	padding:9px 16px 10px 17px;
}
.whited .wp-block-button__link {
	font-family:var(--global--font-secondary); 
	font-size:100%;
	font-weight:700;
	background-color:white;
	border: 1px solid #fff!important;
	padding:15px 24px;
    -webkit-box-shadow: -4px 5px 15px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -4px 5px 15px -1px rgba(0,0,0,0.15);
    box-shadow: -4px 5px 15px -1px rgba(0,0,0,0.15);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.whited .wp-block-button__link:hover {
	border: 1px solid #93cfa9!important;
    background-color: white;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.15);
}
.whited .wp-block-button__link:before {
	display:none;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-search .wp-block-search__button:hover, .post-password-required .entry-content form input[name="Submit"]:hover, .wp-block-file a:nth-child(2):hover {
    color: var(--active);
	border:2px solid var(--active)!important;
	background-color:transparent;
}
.entry-content .contact-form__error * {
	display:block;
}
.contact-form__input-error {color:#d70000;margin: -1em 0 0;padding: 0 0 1em;}
.contact-form__checkbox-wrap + .contact-form__input-error {margin: 1em 0 0 0;display:block;padding:0;}
.contact-form__input-error .visually-hidden {display:none;}
.contact-form input, .contact-form textarea {font-family: Arial, Helvetica, sans-serif;}
.wp-block-button__link:before {
    background-image: url(img/vectos-3.svg);
    width: 36px;
    height: 28px;
    background-repeat: no-repeat;
	background-position: -98px -462px;
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    transition: all .1s ease-out;
	background-size: 310px 1200px;
}
.wp-block-button__link:hover:before {
	background-position: -33px -462px;
	transition: all .3s ease-out;
	filter:var(--activehighfilter);
}
.wp-block-button__link:visited {
	color:black;
}
.contact-form input[type="text"] {width: 100%!important;}

.contact-form .grunion-field-textarea-wrap.grunion-field-wrap {
	display: block;
	clear: both;
	position: relative;
	padding: 1.4em 0 0;
}

.contact-form :is([type="submit"]) {width: 180px!important;}


.wp-block-file a:nth-child(2) {
	    padding: 16px 24px 19px 24px;
}
.wp-block-file a:nth-child(2):before {
    content: "\f50b";
    font-weight: normal;
    font-size: 37px;
    line-height: 10px;
    vertical-align: middle;
    font-family: "Genericons";
    margin-left: -10px;
    font-style: normal;
    padding-right: 6px;
}
.wp-block-file a:nth-child(2):hover:before { 
	color: var(--active);
	border-color:gray!important;
}
.wp-block-file a:first-child {
	border-bottom: 1px solid var(--active);
}
.wp-block-file:hover a{
	color: var(--active);
}
body.home .entry-header.home .wp-block-button__link, 
body.dark .entry-header.home .wp-block-button__link {
	border:2px solid white!important;
}
body.home .entry-header.home .wp-block-button__link:active, body.home .entry-header.home .wp-block-button__link:focus, body.home .entry-header.home .wp-block-button__link:hover {
    color: black;
	border:2px solid black!important;
}
body.home .entry-header.home .wp-block-button__link:hover:before {
	background-position: -33px -462px;
	transition: all .3s ease-out;
	filter:none;
}
.wp-block-search {
	max-width: 634px;
}
.search .page-title {font-weight:400;}
.page-id-255 .entry-actions {display:none;}
.wp-block-search .wp-block-search__input {
    border:2px solid #969696;
}
a.searchme {
	padding: 25px;
    position: absolute;
    right: 10px;
    top: 0;
	display:none;
}
a.searchme:after {
    background-image: url(img/vectos-3.svg);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
	background-position: -34px -614px;
    content: " ";
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .1s ease-in;
	background-size: 310px 1200px;
}
a.searchme:hover {
	filter:var(--activehighfilter);
}
body.home .breadcrumbs {
    height: 0px;
    overflow: visible;
    padding: 0;
    border-width: 0;
}
body.home .breadcrumbs > span {
	display:none;
}
body.home a.searchme {
	right: 18px;
    top: 30px;
	filter: invert(1);
	display:none;
}
body.home a.searchme:hover {
	filter: invert(0);
}
body .blocks-gallery-grid .blocks-gallery-item figcaption, body .wp-block-gallery .blocks-gallery-item figcaption {
	text-align:left;
	font-size: .7em;
	color: #2b2b2b;
	padding: 0.5em 1em .5em;
	background:transparent;
	background-color: #f1f7f7;
	width:auto;
}
body .fancybox-bg {
    background: #fff!important;
}
body .fancybox-is-open .fancybox-bg {
    opacity: 1;
}
body .fancybox-navigation .fancybox-button {
	background-color:#fff;
}
body .fancybox-button svg {transform:scale(1.5)}
body .fancybox-navigation .fancybox-button svg path {
    fill: black;
    stroke: black;
}
body .fancybox-button {
	background: #fff;
	color:black;
}
body .fancybox-button:focus {
	color:black;
}
/*body .fancybox-button:focus, */.fancybox-button:hover {
    background-color:black;
	color:white;
}
/*body .fancybox-button:focus svg path, */.fancybox-button:hover svg path {
    fill: white;
    stroke: white;
}
/*body .fancybox-navigation .fancybox-button:focus svg path, */body .fancybox-navigation .fancybox-button:hover svg path {
	color:var(--active);
}
/*body .fancybox-navigation .fancybox-button:focus, */body .fancybox-navigation .fancybox-button:hover {
    background-color:black;
	color:white;
}
/*body .fancybox-navigation .fancybox-button:focus::before, */body .fancybox-navigation .fancybox-button:hover::before {
	background-color:black;
}
/*body .fancybox-navigation .fancybox-button:focus svg path, */body .fancybox-navigation .fancybox-button:hover svg path{
    fill: white;
    stroke: white;
}
body .fancybox-navigation .fancybox-button svg path {
    fill: black;
    stroke: black;
}
body .fancybox-slide .fancybox-image-wrap {
	/*
	width:100vw!important;
	transform:translateX(0px)!important;*/
	/*
    transform: translate(0,0)!important;
    height: 100vh!important;
    width: 100vw!important;
    margin: 0 auto;
    display: block;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;*/
}
body .fancybox-image, body .fancybox-spaceball {
	/*
    width: auto;
    height: 100%;
    margin: 0 auto;
	position:relative;
	display:block;
	*/
}
/* Tables */
.wp-block-table table {
	border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid rgba(177 177 177);
    word-break: break-word;
	min-width: 62px;
}
.wp-block-table thead {
    border-bottom: 2px solid;
}
.wp-block-table thead td, .wp-block-table thead th { 
	border-top:1px solid white;
}
.wp-block-table tfoot td, .wp-block-table tfoot th { 
	border-bottom:1px solid white;
}
.entry-content .wp-block-table table a{
	color:var(--active);
	border-color:var(--active);
}
.entry-content .wp-block-table table a:hover{
	color:black;
	border-color:black;
}

td {
    font-size: 0.95em;
    line-height: 1.42em;
	border-bottom:0px;
}
td, th {
	padding:20px;
	border-color: #959595;
}
th {
	font-size: 0.9em;
background-color: #555;
color: white;
border-color: #555;
}
	/* style default */
.content-area table, .wp-block-table table {
	table-layout: auto;
	margin: 3em 0 2em;
	border:0px solid white;
	border-collapse: collapse;
	hyphens:none;
	/*max-width: 900px;*/
}
.content-area .entry-content > table:first-child {
	margin-top:0!important; 
}
.page-id-600 .content-area table:not(.tableofattachments) tr:nth-child(2n+1) {background-color:white;}
.page-id-600 .content-area table td	{ border-bottom: 1px solid #dfdfdf; }
.page-id-603 .content-area table:not(.tableofattachments) tr:nth-child(2n+1) {background-color:white;}
.page-id-603 .content-area table td	{ border-bottom: 1px solid #dfdfdf; }
.page-id-605 .content-area table:not(.tableofattachments) tr:nth-child(2n+1) {background-color:white;}
.page-id-605 .content-area table td	{ border-bottom: 1px solid #dfdfdf; }
.page-id-607 .content-area table:not(.tableofattachments) tr:nth-child(2n+1) {background-color:white;}
.page-id-607 .content-area table td	{ border-bottom: 1px solid #dfdfdf; }

.content-area table td:first-child, .content-area table th:first-child, 
.wp-block-table td:first-child, .wp-block-table th:first-child {
	border-left:1px solid #fff;
	border-right: 0px solid white;
}
.content-area table td:last-child, .content-area table th:last-child, 
.wp-block-table td:last-child, .wp-block-table th:last-child {
	border-right:1px solid #fff;
	border-left:0px solid white!important; 
}
.wp-block-table tr.image-row td:last-child {
	height:45px;
}
.content-area table td:first-child,  .content-area table th:first-child,  
.wp-block-table.is-style-stripes td:first-child, .wp-block-table.is-style-stripes th:first-child
 {

}
.content-area table td:last-child,  .content-area table th:last-child, 
.wp-block-table.is-style-stripes td:last-child, .wp-block-table.is-style-stripes th:last-child {
	border-left-color:#b1b1b1;
}
	/* style fixed */
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

	/* style smaller text */
.wp-block-table.is-style-small-text td, .wp-block-table.is-style-small-text tr {
    font-size: 0.9em;
}
	/* style smaller text & stripes */
.wp-block-table.is-style-small-text-stripes td, .wp-block-table.is-style-small-text-stripes tr {
    font-size: 0.9em;
}
.wp-block-table.is-style-small-text-stripes tbody tr:nth-child(odd) {
    background-color: #e3ecec;
}
	/* style color */
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e5fbf2;
}

	/* style stripes */
.content-area table:not(.tableofattachments) tr:nth-child(odd), 
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
}

.entry-content figure a, .entry-summary figure a, .page-content figure a, .comment-content figure a, .pingback .comment-body > figure a {
	border-bottom: 1px solid #333; 
}
.single-post .tableofattachments {/*margin-bottom:15em;*/}
.single-post .tableofattachments {padding-bottom:10em;}
/* Tables end */

/*top*/
#topBtn {
	display: none;
    position: fixed;
    bottom: 18px;
    /*right: 14px;*/
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fff0;
    color: #4495d1;
    cursor: pointer;
    padding: 10px;
    font-size: 1em;
    font-weight: 700;
   /* border: 1px solid #fff0;
	    transform: scale(0.5);*/
	transform: scale(2) rotate(-90deg);
	right: 1.1em;
}
body:not(.home) #topBtn .HoverArrow path {stroke: black!important;}
/*
#topBtn::after {
	content: ' ';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 29px solid #444;
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 0;
    transform-origin: center center;
    transition: margin .3s ease;
    margin-top: -3px;
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
    transform: rotate(-90deg);
}

#topBtn:hover {
	color:var(--active);
	border: 1px solid transparent;
}
#topBtn:hover:after {
    border-left: 29px solid var(--active);
}
*/

/* BLOCKS */
.pdf-frames {
	margin:20px 0 0 0;
}
.pdf-header {
	position:relative;
}
.accordeon-content {
	display:none;
	overflow: hidden;
	transition: height .9s ease;
}
.accordeon-content.mixedcontent {
    padding: 20px 20px 0 20px;
    border: 1px solid #4f9bd3;
	border-top-width:0px;
}
.pdfembedaccordeon {margin-bottom:30px;}
.pdfembedaccordeon .hrofpdf {
	margin:0 0 1em;
}
.pdf-frames.accordeoned h3 {
	padding:12px 0 14px 20px;
	width:100%!important;
	cursor:pointer;
	background-color:transparent;
	border: 1px solid #4f9bd3;
}
.pdf-frames.accordeoned.active h3 {
	background-color:#fff;
	border: 1px solid #4f9bd3!important;
}

.pdf-frames.accordeoned h3:hover  {
	background-color:#f7f9fb;
	border: 1px solid #ff6a00!important;
}
.pdf-frames.accordeoned.active h3 {
	background-color:#f7f9fb;
}
.pdf-frames.accordeoned h3:hover::after, .pdf-frames.accordeoned h3:hover .icon-thin, .pdf-frames.accordeoned h3:hover {
	 border-left-color:#ff6a00;
	 color:#ff6a00;
}
.pdf-frames.accordeoned h3::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 19px solid #4495d1;
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 0;
    transform-origin: center center;
    transition: transform .3s ease;
    margin-top: 2px;
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
}
.pdf-frames.accordeoned.active h3::after {
    transform: rotate(90deg);
}
.pdf-frames h3 {
	padding:16px 0 14px 20px;
	background-color: #eaf1f1;
	margin:0!important;
	font-size: 0.95em!important;
    font-weight: 700;
	/*float:left;*/
	width:100%!important;
	display:inline-block;
	font-family:var(--global--font-primary);
}
iframe, object {
	border-bottom:1px solid #ccc!important;
	height:90vh;
}
.accordeon-content iframe, .accordeon-content object {
	border: 1px solid #4f9bd3;
	border-top-width:0px;
	border-bottom-width:0px;
	margin-bottom:0px;
}
body.single-videos #secondary iframe, body.single-videos #secondary object, body.single-videos #secondary video {
	display: block;
	padding: 14px 10px 16px 18px;
	background-color: #fbfbfb;
	color: black;
	border: 1px solid #4f9bd3;
}
.pdfembedaccordeon .linktopdf a:hover {
	background-color:#fff;
	border: 1px solid #ff6a00;
	color:#ff6a00;
}

.pdf-frames span.linktopdf {
	/*float:left;*/
	position:relative;
	width:100%;
	display:block;
	height:auto;
}
.pdf-frames span.linktopdf a {
	color:black;
	font-size: 0.9em;
    font-weight: 500;
	text-decoration:none;
	box-shadow:none;
	padding:10px 10px 10px 20px;
	display:inline-block;
	background-color:var(--homehead);
	line-height: 32px;
	width:100%;
	height:100%;
	letter-spacing:0;
}
.pdf-frames span.linktopdf a:hover {
	background-color:black;
	color:white;
}
.pdf-frames iframe {
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	margin-bottom:0;
}
.hrofpdf {
	margin:1em 0 0.5em;
}
.linktopdf .genericon.genericon-download {
	font-weight:normal;
	font-size: 30px;
	line-height: 10px;
	vertical-align: middle;
	padding-right: 6px;
    margin-left: -5px;
}
.pdf-header .genericon.genericon-document {
	font-size: 35px;
	font-weight:300;
	line-height: 10px;
	padding-right: 5px;
	color: #131313;
	vertical-align: middle;
    padding-left: 0;
    margin-left: -5px;
}

.accordion {
	position: relative;
	background-color: #eaf1f1;
	transition: background-color .3s ease;
}
.entry-content .accordion h3 {
	position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
	cursor:pointer;
	margin:0;
	border-bottom: 1px solid black;
}
.accordion h3:after { 
	display:none;
    content: ' ';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 19px solid #000;
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 0;
    transform-origin: center center;
    transition: transform .3s ease;
    margin-top: 2px;
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
}
.accordion-wrap.accordeoned:hover .accordion, .accordion-wrap.accordeoned.active .accordion {background-color:var(--homehead);}
.accordion-wrap.accordeoned.active .accordion h3:after { 
	transform:rotate(90deg);
}
.accordion-wrap.accordeoned.active .accordion h3  {
	/*color: var(--active);
	font-weight: bold;*/
	border-bottom-width: 0px;
}
.accordion h3:hover  {
	color: black;
}
.accordion-wrapper-2col  {
    margin-bottom: 40px;
	margin-top: 20px;
}
.accordion-wrapper-2col .wp-block-column:not(:first-child) {
    margin-left: 12px;
}
.accordion-parent {
	width:100%;
	margin-bottom:12px;
}
.accordion-parent:nth-child(2n) {
	margin-right:0;
}
.accordeon-content, .accordion-content {
	display:none;
	overflow: hidden;
	transition: height .9s ease;
	border-bottom: 1px solid black;
}
.accordeon-content.mixedcontent, .accordion-content {
	padding: 24px 20px 25px 20px;
	background-color: #eaf1f1;
    /*border: 1px solid #768ea2;
    border-top-width: 0px;
    background-color: #ffffff;*/
}
.accarrow {
	width: 1.25rem;
	height: 1.25rem;
	display: block;
	position: absolute;
	margin: 0 1rem;
	right: 0;
	top: 22px;
	transform: rotate(-90deg);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease; 
	cursor:pointer;
}
.accarrow span {
	top: 0.5rem;
	position: absolute;
	width: 0.75rem;
	height: 0.06rem;
	background-color: #000;
	display: inline-block;
}
.accordion:hover .accarrow span {
	background-color: #507a9d;
}
.accarrow span:first-of-type {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accarrow span:last-of-type {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.active .accarrow {
	transform: rotate(0deg);
}

blockquote p {
	font-style: normal;
    letter-spacing: 0;
    font-size: 0.96em;
    line-height: 1.4em;
	color: black;
}

ul, ol {
    margin-left: 18px;
}
.entry-content ol {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    counter-reset: my-awesome-counter;
	position: relative;
	/*padding-top:20px;*/
}
.entry-content ul ol {margin-top: 0.5em;}
.entry-content ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 1em 0;
    line-height: 25px;
}
.entry-content ul ol li {
	display:inline-block;
	margin-right:0.5em;
	padding-left: 18px;
}
.entry-content ol li::before {
    content: counter(my-awesome-counter) " ";
    color: #000;
    font-weight: normal;
    position: absolute;
    left: 0px;
	font-size:1.3em;
	font-family: var(--global--font-secondary);
	line-height: 1.1;
}
.entry-content ul {
    margin: 10px 0 30px;
    list-style: none;
    overflow: hidden;
	display:inline-block;
}
.entry-content ul li {
    margin-bottom: 0.5em;
    padding-left: 14px;
    position: relative;
    line-height: 1.7;
}
.entry-content ul li:after, .text-list li:after {
	content: '';
	height: .5em;
	width: .5em;
	background: #e1e1e1;
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
}
.entry-content ul li ol li:after { display:none;}

.entry-content ul li:first-child h2, .entry-content ul li:first-child h3, .entry-content ul li:first-child h4, .entry-content ul li:first-child h5, .entry-content ul li:first-child h6 {
	margin-top:0;
}
.entry-content ul.blocks-gallery-grid li {
	padding:0;
}
.entry-content ul.blocks-gallery-grid li:after {
	display:none;
}
/* file table */
body:not(.home) table:not(.tableofattachments) tr.file-row:hover td{
	background-color:#e0e0e0;
}
body:not(.home) table tr.file-row p {
	padding:5px 0 0 0;
	margin:0!important;
	line-height: 22px;
}

table .heavytd {
	font-weight:500;
	font-size: 1.1em;
	padding-top: 16px !important;
}
body:not(.home) table tr.file-row td:last-child {padding:0;position:relative;width: 50%;}
table .filelink {
	min-height: 35px;
	width: 100%;
	padding-left: 90px;
	background-image: url(img/document.svg);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: inline-block;
	text-decoration: none;
	box-shadow: none;
	line-height: 20px;
	background-size: 35px 35px;
	box-shadow:none!important;
	color:black;
	/*margin-top:8px;*/
	border-bottom:0px solid white;
	font-size: 1.1em;
	font-weight:500;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	letter-spacing: -0.5px;
}
table .filelink:hover {
	/*color:black;
	filter: invert(49%) sepia(77%) saturate(409%) hue-rotate(83deg) brightness(95%) contrast(84%);
	border-bottom:0px solid white;*/
    background-color: #fffc;
    color: white;
    filter: invert(100%);
    color: black;
}
table .filelink span {
	line-height: 1.2;
}
table .filelink span span {opacity:0.4;}
table .file-descriptions {
	color:#606060;
	font-size:13px;
}
table .file-descriptions span {
	text-transform:uppercase;
	padding-right:5px;
	font-weight: 700;
}
table.table-with-button {
	padding-top:0px;margin-bottom:0px;
}
table.table-with-button .linktopdf{
	position: absolute;
    right: 0;
    top: 0px;
    background-color: #4884bb;
    padding: 7px 20px;
}
table.table-with-button .linktopdf .icon-fat {
	font-size: 20px;
    padding-right: 5px;
	font-weight:normal;
}
table.table-with-button .linktopdf:hover {
	background-color:#efefef;
}	
table.table-with-button .linktopdf:hover a, table.table-with-button .linktopdf:hover .icon-fat  {
	color:#4884bb;
	box-shadow:none;
}
table.table-with-button .linktopdf a {
	color:white;
} 
.tableofattachments thead tr{
	font-family: var(--global--font-secondary);
	font-size: 1.1em;
}
.tableofattachments.wp-block-table tr td{
    padding: 7px 10px 16px 20px;
	    vertical-align: middle;
}
.tableofattachments.wp-block-table tr td:first-child{
	padding-left:0; 
}
/* end file table */

.wp-video {
	width:100%!important;
	height:auto;
}
.mejs-container, .mejs-embed, .mejs-embed body { background: #FFFFFF !important;}
.player .video-wrapper {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    position: absolute;
    width: 100%;
}

/* Contact form */
.contact-form {position:relative;}
.entry-content .contact-form label {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family:var(--global--font-primary);
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 15px;
}
.entry-content .contact-form label.checkbox {margin-bottom: 0;}
.entry-content .contact-form .grunion-field-checkbox-wrap {margin-bottom: 20px;position:relative;}
.entry-content .contact-form p.contact-submit {display:block;width:100%;clear:both;padding-top: 5px;}
.entry-content .contact-form label {display:none;}
.entry-content .contact-form label.grunion-field-label.checkbox {
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	line-height: 1.7;
	height:27px;
	padding-left:40px;
}
.entry-content .contact-form label span {display:none;}
/*.contact-form .grunion-field-wrap.grunion-field-name-wrap {    flex: 0 0 50%;}
.contact-form .grunion-field-wrap.grunion-field-email-wrap {    flex: 1;}*/
.contact-form-submission {border-left-width: 0px;padding: 19px 20px 3px;} 
.entry-content .contact-form textarea { height:135px;box-sizing: border-box;}
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form input[type="url"] {
    box-sizing: border-box;
    margin-bottom: 1.5em;
    width: 100%;
    padding: 14px 7px;
	border-radius: 0.3em;
}
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form input[type="url"], .contact-form textarea {
	width:100%;
	font-size: 0.9em;
	padding-left: 16px;
	border-radius: 0.3em;
}
.entry-content .contact-form p {
	margin: 0.7em 0;
	font-size: 0.95em;
	color: #646464;
}
.content-area.wide.page.contact {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0px;
}
.content-area.wide.page.contact article .entry-content {min-height:unset;}
.content-area.wide.page.contact .site-main {}
.content-area.wide.page.contact .entry-content.half-sided {
	padding-top: 2em;
	padding-left: 0em;
	margin-left: 0;
	border-left: 0px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	margin-bottom: 3em;
}
.contact-form button, .contact-form input, .contact-form select, .contact-form textarea {
	    background-color: #fff;
}
.entry-content a.button, #thefooter a.button, .contact-form button, .contact-form input[type="button"], .contact-form input[type="reset"], .contact-form input[type="submit"] {
	/*-webkit-appearance: button;*/
	background-color: #333335;
	border-bottom: 1px solid transparent;
	color: #fff;
	font-family: var(--global--font-primary);
	cursor: pointer;
	font-size: 0.95em;
	font-weight: 400;
	padding: 0.3em 0.4em 0.3em 1em;
	text-transform: none;
	position: relative;
	border-radius:1.5em;
	margin:0 0.5em 0 0;
	transition: background-color 250ms cubic-bezier(0.215,0.61,0.355,1);
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.6;
	white-space: unset;
}
.entry-content a.button:hover, .contact-form button:hover, .contact-form input[type="button"]:hover, .contact-form input[type="reset"]:hover, .contact-form input[type="submit"]:hover {
	/*border-color:var(--active);*/
	background-color:#000;
}
.contact-form button {
	padding: 0.3em 1em 0.3em 1em;
}
/*
.entry-content a.button::after, .contact-form button::after, .contact-form input[type="button"]::after, .contact-form input[type="reset"]::after, .contact-form input[type="submit"]::after {
	content:"›";
	display: block;
	right: 0.4em;
	position: absolute;
	top: -0.25em;
	font-size: 1.8em;
	font-weight: 400;
	
}
*/
.HoverArrow {
	position: relative;
	top:2px;
	margin-left: 0.3em;
	stroke-width: 2px;
	fill: none;
	stroke: white;
	color: white;
	white-space: nowrap;
	box-sizing: border-box;
	/*transform: scale(1.3);
	transform-origin: left;*/
	display:inline-block;
}
.HoverArrow__linePath {
	opacity: 0;
	transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
	box-sizing: border-box;
	stroke-width: 2px;
	fill: none;
	stroke: white;
	color:white;
	white-space: nowrap;
}
.HoverArrow__tipPath {
  transform: none;
  transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}
a:hover .HoverArrow__tipPath, button:hover .HoverArrow__tipPath {
	transform:translateX(3px);
}
  a:hover .HoverArrow__linePath, button:hover .HoverArrow__linePath {
  opacity: 1;
  }
.entry-content a.button {

}
.entry-content a.button:hover {
	border-bottom: 1px solid var(--active);
}
.entry-content a.button span {
    font-weight: normal;
    font-size: 2em;
    line-height: 0px;
    position: absolute;
    right: 19px;
    top: 25px;
    color: gray;
}
.entry-content a.button:hover span {
	color:var(--active);
}

.grunion-field-name-wrap {
	width:49%;margin-right:2%;float:left;
}
.grunion-field-email-wrap {
	width:49%; float:left;
}

.contact-form input[type="checkbox"] {
    width: 27px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
        outline-width: medium;
    outline-width: medium;
    position: absolute;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
    background: none;
    overflow: visible;
	left:0;
	top:0;
}
.contact-form input[type="checkbox"]::after {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid gray;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    border-radius: 2px;
    content: "";
    box-sizing: border-box;
}
.contact-form input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
	top: 5px;
	left: 11px;
    display: table;
    width: 7px;
    height: 14px;
    border: 3px solid #fff;
        border-top-width: 3px;
        border-left-width: 3px;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: " ";
    text-align: center;
}
.contact-form input[type="checkbox"]:checked::after {
    border-color: black;
    background-color: black;
}
.grunion-field-wrap label { font-weight:normal;}

/* Quote */
blockquote {
    position: relative;
    padding: 1em 2em 1em 2.3em;
    font-size: inherit;
    margin: 3em 0;
    border: 4px solid #e6e6e6;
    border-radius: 1em;
    transition: background 350ms ease 0s;
	margin-left:0.4em;
	margin-right: 0;
	display: block;
	background-color: #fff;
	
	box-sizing: border-box;
}
blockquote p {
	line-height: 1.7em;
}
blockquote:before {
	content: "i";
	color: black;
	position: absolute;
	top: calc(50% - 30px);
	left: -0.8em;
	padding: 8px;
	background: #fff;
	border-radius: 50%;
	font-style: normal;
	font-size: 32px;
	font-weight: 700;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 0.7;
	border: 4px solid #e6e6e6;
	box-sizing: content-box;
}
/* repeater block */

table.tableofitems.wp-block-table {
	table-layout: fixed;
}
table.tableofitems.wp-block-table tr td.size-medium{
	width:33%;
}
table.tableofitems.wp-block-table tr td.size-small{
	width:26%;
}
table.tableofitems.wp-block-table tr td.size-large{
	width:46%;
}
table.tableofitems.wp-block-table tr td:first-child img {
	width:100%;
	height:auto;
}
table.tableofitems.wp-block-table tr td:first-child a img {

}
table.tableofitems.wp-block-table tr.image-row td.size-large {
	padding:0;
	padding-bottom:10px;
}
table.tableofitems.wp-block-table tr.image-row td:first-child {
	padding-left:0;
	border-right: 0px solid white;
	border-bottom:2px solid black;
}
table.tableofitems.wp-block-table tr.text-row {

}
table.tableofitems.wp-block-table tr.text-row td {
	padding-right:0;
	border-left:1px solid rgba(51, 51, 51, 0.3);
	border-bottom:2px solid black;
}
table.tableofitems.wp-block-table td {
	padding:10px;
	vertical-align: top;
}
table.tableofitems.wp-block-table a.texxtlink {
	border-bottom:0px solid white;
	color:var(--active);
}
table.tableofitems.wp-block-table a.texxtlink:hover {
	border-bottom:1px solid var(--activehigh);
	color:var(--activehigh);
}
.genericon.genericon-external {
    font-size: 1.3em;
    vertical-align: middle;
    padding-left: 5px;
    color: black;
}
table.tableofitems.wp-block-table .item-name {
	font-size:1em;
	font-weight: normal;
	font-family:var(--global--font-primary);
	margin:0;
}
table.tableofitems.wp-block-table p {
	font-size:0.95em;
}
.secondary-toggle {display:none;}
/* End Elements */

/* Posts */

/* Post in list */
.postsinlist {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 16px 0 20px 0;
	column-gap: 4.5em;
	row-gap: 20px;
	/*margin-right: -20px;*/
}
.home .postsinlist {
	/*row-gap: 65px;*/
}
.home .postsinlist article {margin-top:0;}
.postsinlist article {margin:0;padding:0;}
.postsinlist article a {
	margin:0;
	padding:0;
	display:block;
	position:relative;
	height: 100%;
	border: 0px solid transparent;
	background-color:transparent;
	/*
    -webkit-box-shadow: -4px 5px 15px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -4px 5px 15px -1px rgba(0,0,0,0.15);
    box-shadow: -4px 5px 15px -1px rgba(0,0,0,0.15);
	*/
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.postsinlist:not(.archive) article a:hover {
	/*background-color:#fff;
	border-left: 1px solid var(--active);
	
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
	border: 1px solid #93cfa9;*/
    /*box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.15);*/
	border:0px solid transparent;
}
.postsinlist article a h4.post-title, .postsinlist article a p {
	transition: color 0.3s ease;
}
.postsinlist article a:hover h4.post-title, .postsinlist article a:hover p {
	color:var(--active);
}
.postsinlist article a:hover time {}
.postsinlist article a .entry-content::before, .postsinlist article a .entry-content::after{display:none;}
.postsinlist article a .entry-content {
	/*display:flex;*/
	align-items: center;
	display:grid;
	grid-auto-rows: minmax(50%, auto);
	grid-auto-flow: row;
	

}
.single .postsinlist article a .entry-content {
	display:block;
	align-items: unset;
}
.postsinlist article a .entry-content .entry-header {flex: unset;}
.postinlistthumbwrap {
    padding: 0!important;
	margin-left: auto;
	position:relative;
	transition: filter 0.3s ease;
	/*flex-grow: 0;*/
	flex-shrink: 0;
	flex-basis: 50%;
}
.single .postinlistthumbwrap { 
	margin-bottom:1em;
}
.postinlistthumbwrap:before {
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	background-color: #00fb3b;
	z-index: 1;
	mix-blend-mode: screen;
	opacity: 0;
	transition: opacity 0.3s ease;
	display:none; 
}
.postsinlist article a:hover .postinlistthumbwrap {
	filter: brightness(111%);
	-webkit-filter: brightness(111%);
	-moz-filter: brightness(111%);
}
.postsinlist article a:hover .postinlistthumbwrap:before {
	opacity: 0.35;
}
.postsinlist article a time {
	position: absolute;
    left: -1px;
    top: -35px;
    background-color: #93cfa9;
    color: #000;
    font-size: 0.85em;
    padding: 3px 10px;
    letter-spacing: -0.3px;
    border-radius: 0;
	width:160px;
	overflow:hidden;
	
	height:33px;
	line-height: 1.8;
	padding:3px 20px;
}
.postsinlist article a .postinlist-categories {
	position: absolute;
    left: 159px;
    top: -35px;
    background-color: #82cdca;
    color: #000;
    font-size: 0.85em;
    padding: 3px 13px;
    letter-spacing: -0.3px;
    border-radius: 0;
	
	height:33px;
	line-height: 1.8;
	padding:3px 20px;
}
.postinlist-categories span {
	display:inline-block;
	color:black;
}
.postinlist-categories span.startercat {
	padding-left:0px;
	color:black;
}
.postsinlist article .entry-header, .postsinlist article .entry-content {
	padding:0 0.5em 0 0 !important;margin:0;min-height:unset!important;
}
.postsinlist article a .entry-content {padding:0!important;}
.postsinlist article h4.post-title {
	line-height: 1.4;
	padding:0;
	margin:0;
    font-size: 1.1em;
	color: #000;
	width:100%;
}
.homeposts .postsinlist article h4.post-title { width:100%; }
.postsinlist article p {
	color:#2a1f3d;
    font-size: 1em;
    line-height: 1.5;
	margin: 0;
    max-width: 660px;
	font-family:var(--global--font-primary);
}
/*
.postinlist-categories {
    line-height: 24px;
}
*/

.search .postsinlist article a time {display:none;}
.search .postsinlist article h4.post-title {width:100%;}
.entry-content-inwrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  
  align-items: center;
}
.postinlisttextwrap {flex: 1;}
.postinlistthumbwrap {}
.postinlistthumbwrap img {
	width: 180px;
	height: 140px;
	object-fit:cover;
	object-position:center;
}
.single .postinlistthumbwrap img {
	width:100%;
	height: 30vh;
	min-height: 300px;
	max-height: 400px;
}
.postinlistthumbwrap.feat-top img{ 
	object-position: top;
}
.postinlistthumbwrap.feat-center img{ 
	object-position: center;
}
.postinlistthumbwrap.feat-bottom img{ 
	object-position: bottom;
}

/* Single project */

/* hide if not logged start */
.single-post .page-featured-image {display:block;}
.single-post #thecalcheader {display: block;}
/*
.single-post .page-featured-image {display:none;}
.single-post #thecalcheader {display:none;}
.single-post #sidebar {display:none;}
*/
/* hide if not logged end */

.single-post .page-featured-image.feat-large {/*height:calc(100vh - 61px);*/background-color:#3c3c3c;}
@media screen and (max-width: 59.6875em) {
	single-post .page-featured-image.feat-large {/*height:calc(100vh - 60px);*/}
}
@media screen and (min-width: 68.75em) {
	.single-post .page-featured-image.feat-large {height:calc(100vh - 78px);}
}

.single-post #thecalcheader {
	background-color: transparent;
}
.single-post .entry-header-content-wrapper {
	padding:0;
}
.single-post .page-featured-image {
	position:relative;
}
.single-post .page-featured-image:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: linear-gradient(0deg, rgba(0,0,0,0.46540623085171573) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);
}


.single-post .site-content {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	padding-right: 0;
}
.single-post .sidebar {
	margin-left: -100%;
	margin-right: 0;
	max-width: 413px;
	width: calc(10% + 25px);
	display:none;
}

.single-post article {
	display:flex;
	position:relative;
}
.single-post .postsinlist article {
	display: grid;
}
.single-post .entry-data {
	margin: 2em 0 1.5em;
}
.single-post header .entry-header h1 {
	margin-left:0;
	width: 100%;
	color:white;
	border-bottom: 2px solid #fff;
}


.single-post .sidebar-header {
    display: none;
}
.single-post .selected-projects h2.titleofposts-subpage {
	border-bottom: 1px solid #e1e1e1;
}
.single-post .postsinlist {
	row-gap: 50px;
}
.single-post .entry-header-content-wrapper {max-width:unset;}
.single-post .site-main {
	display:grid;
	grid-template-columns:  repeat(2, minmax(0, 1fr));
	grid-template-columns:40% 60%;
	margin: 0;
	grid-column-gap: 1em;
	width: 100%;
	overflow: hidden;
}
.single-post .entry-content p {font-size:1em;}
.single-post .entry-content h2 {font-size:1.9em;}
.single-post .entry-content:not(.swiper-footer) h3 {font-size:1.2em;letter-spacing: -0.4px;}
.single-post .entry-content:not(.swiper-footer) h4 {font-size:1.1em;letter-spacing: -0.4px;}
.single-post .entry-content::before, .single-post .entry-content::after {display:none;}
.single-post #thecalcheader h1 {
	font-size: 1.5em;
	font-weight: 500;
	margin:0;
}
.single-content-wrapper > p {max-width:780px;}
.single-post h2.titleofposts-subpage {margin:0;}
.single-post #main { padding:0;}
.single-post article.has-post-thumbnail .post-thumbnail img {
	margin:0;
	width:100%;
}
.single-post .post-navigation .nav-links {display:block;}
.single-post .post-navigation .nav-next, .single-post .post-navigation .nav-previous {max-width:50%;}
.single-post .post-navigation .nav-next { 
	float:right;
    text-align: right;
}
.single-post .post-navigation .nav-previous {float:left;}
.single-post .post-navigation .post-title { font-family:var(--global--font-secondary); }
.single-post .post-navigation .meta-nav {
	font-family:var(--global--font-primary);
}
.single-post .post-navigation a {
	padding:20px 10px 20px 25px;
}
.single-post .post-navigation div + div {
	border-top:0px solid white;
}
.single-post .post-navigation .nav-links {
	border-top:1px solid rgba(51, 51, 51, 0.1)
}
.single-post .hentry .entry-header { padding:1em 0 0 0;transition:padding 1s ease}
.single-post .hentry .is_stuck .entry-header { padding:4em 0 1.2em 0;}
.single-post .post-thumbnail { margin-bottom: 0;}

.single-post .entry-content:not(.swiper-footer) {
	margin-left:0em;
	margin-top:6em;
	margin-right: 0;
	margin-top:0;
	width:100%;
	padding-right: 1em;
}
.single-post .entry-actions {
	margin: 0;
	width: 40px;
	position: relative;
	right: 0;
	top: 0!important;
	height: 70px;
	height:38px;
	display: inline-block;
}
.single-post .entry-actions .entry-action-button.contact{display:none;}
.single-post .entry-action-button.share {
	width: auto; 
	float: none;
	text-align: left;
	padding: 0 2em;
	margin-left: -2em;
	/*overflow:hidden;*/
	width: 100px;
	cursor: pointer;
}
.single-post .entry-action-button.share:hover {/*overflow:visible;*/}
.single-post .entry-action-button::before { margin:0;}
.single-post #socialrib a {
  display: inline-block;
  height: 60px;
  width: 60px;
  padding: 1em;
  overflow: hidden;
  margin-bottom: 0;
  transform: scale(1);
}
.single-post .entry-content .single-content-wrapper ul {
	/*columns:2;*/
	max-width: 780px;
	margin: 1em 0 1em 0;
}
.single-post .entry-content .single-content-wrapper ul li {
	break-inside: avoid;
	margin-bottom: 0.5em;
	position: relative;
	line-height: 1.5;
}
.links-wrap {
	position:relative;
	margin:1em 0 3em;
	    display: flex;
		align-items: center;
}

#stickit {}
ul.cat-list {margin-left:0;margin-bottom:1em;}
.cat-list a {
	font-size: 1em;
	text-decoration: none;
	border: 0px solid white;
	font-weight: 500;
	position:relative;
	display:inline-block;
	padding:0 1em 0 0 ;
	color:var(--active);
}
.cat-list a::after {
	content: '';
	height: 1.2em;
	width: 2px;
	background: #aaa;
	display: block;
	position: absolute;
	top: calc(50% - 0.6em);
	right: 0.5em;
}
.cat-list li a:last-child::after {display:none}
.cat-list a:hover {border:0px solid white!important;text-decoration:none!important;}
.entry-content ul.cat-list li {
	margin:0;
	padding-left: 0;
}
.entry-content ul.cat-list li::after {
	content: '';
	height: 1px;
	width: 3em;
	background: #000;
	display: block;
	position: absolute;
	top: 1.4em;
	left: 0;
	display:none;
}
ul.tags-list {
	list-style-type: none;
	margin:0 0 0;
	font-size: 0.9em;
}
.entry-content ul.tags-list li {
	display: inline-block;
	padding: 0 0.5em 0.5em 0;
	margin: 0;
	line-height: 1.3;
}
ul.tags-list li a {border: 0px solid white;color:#595959;}
ul.tags-list li a:hover {color:var(--active);}
ul.project-data-list {
	list-style-type: none;
	margin:0;
	display: inline-block;
	grid-template-columns: auto auto;
	grid-column-gap:0.9em;
	grid-row-gap:0.4em;
}
ul.project-data-list li {
	color:#000;
	padding:0 0 0 0!important;
	margin:0;
	/*border-bottom: 2px solid #e1e1e1;*/
	font-family: var(--global--font-secondary);
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: -0.5px;
}
ul.project-data-list li.construction.status {display:none;ul.project-data-list li:nth-child(even) span.dvalue}
ul.project-data-list li::after, ul.tags-list li::after {display:none;}
ul.project-data-list li:last-child {
	border-bottom: 0px solid #fff;
} 
ul.project-data-list li span {
	display:inline-block;
}
ul.project-data-list li span.dlabel {
	padding:0 0.3em 0 0;
}
ul.project-data-list li:nth-child(even) span.dvalue {
    padding-bottom:0.5em;
}
ul.project-data-list li span.dvalue {
	font-weight:500;
}

ul.project-data-list li.contribution { }
ul.project-data-list li.contribution span.dvalue{
	color:black;
	display:block;
	padding:2px 0 10px;
	line-height:1.4;
}
.post_tags {
    margin-top: 1em;
}
.post_tags a {
	display:block;
	line-height: 1.5;
}
ul.project-data-list li.contribution span {
	line-height: 1.3;
}

.single-post .entry-action-button.contact a {
    padding: 66px 0 25px 0;
}
.single-post .entry-action-button {
    float: none;
}

.evaluations-wrap {margin-top:1.3em;}
.evaluations-wrap ul {
	list-style-type:none;
	display:grid;
	grid-template-columns: repeat( 1, 1fr );
	margin: 15px 0 0.6em;
	grid-column-gap: 5px;
}
.evaluations-wrap ul li {
	padding: 0;
	margin: 0 0 1em;
	line-height: 1.5;
}
.evaluations-wrap ul li.yflex {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 20px;
	font-family:var(--global--font-secondary);
}
.evaluations-wrap ul li.noflex {
	font-family:var(--global--font-secondary);
}
.evaluations-wrap ul li::after { display:none;}
.evaluations-wrap a {
	overflow:hidden;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 9px;
	border: 0px solid white;
	color:#595959;
}
.evaluations-wrap a:hover {
	border: 0px solid white;
	color:var(--active);
}
.evaluations-wrap img {width:44px;height:auto;border: 0px solid #fff!important;}
.evaluations-wrap p {padding:0;margin:0;font-size: 0.85em!important;}
.evaluations-wrap.onecol ul {grid-template-columns: 1fr!important;margin:0;}
.links-wrap ul {
	list-style-type:none;
	margin:0;
}
.links-wrap ul li {
	padding: 0!important;
	margin:0.5em 0 0.5em 0 !important;
	line-height: 1.5;
	display:inline-block;
}
.links-wrap ul li:after {display:none;}
.links-wrap ul li a {display:block;}
.entry-content .contributions-wrap.hide {display:none;}
.contributions-wrap {
	background-color:#eee;
	padding: 25px 25px 20px;
	margin: 0 -25px;
}
.contributions-wrap h4 {
	border-bottom:2px solid black;
	margin: 10px 0 12px!important;
	padding: 0 0 3px;
	color:black;
}
.contributions-wrap ul {
	width:100%;
	margin:0 -20px;
	padding:12px 0 0;
	display: block;
	/*grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat( 4, minmax(250px, 1fr) );
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr) ) ;
	grid-template-columns: repeat( 4, min-content );*/
	grid-template-columns: repeat( 4, max-content );
	grid-gap: 0;
	
	/*display: flex;
	flex-wrap: wrap;
	gap: 20px;*/
}
.contributions-wrap ul li {
	margin: 0 0 10px;
	/*padding: 10px 20px;*/
	padding:0;
	position:relative;
	line-height: 1.6;
	
	display: inline-block;
	justify-content: center;
	flex-direction: column;
}
.contributions-wrap ul li:first-child {
	/*padding-left:0;*/
}
.contributions-wrap ul li:nth-child(5n) {
	padding-left:0;
}
.contributions-wrap ul li:nth-child(4n)::after {
	display:none;
}
.contributions-wrap ul li::after {

}
.contributions-wrap ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
	left: unset;
    height: 100%;
    width: 0px;
    background-color: #cacaca;
}
.fancybox-thumbs > ul > li {}



/* Project images */
#acfgallery {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

#acfgallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.fade {
    animation-name: fade;
    animation-duration: 2s
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fancybox-slide--image .fancybox-close-small {
    display: none !important
}
.fancybox-stage {
    cursor: zoom-out
}
/*
.fancybox-is-open .fancybox-bg {
    background-color: #fff;
    opacity: 1 !important
}

.fancybox-bg {
    background-color: #fff
}
.fancybox-bg {
    pointer: z
}
.fancybox-infobar {
    display: none
}
.fancybox-button {
    background: #fff !important
}

.fancybox-navigation button:before {
    background: 0 0 !important
}

.fancybox-button:hover {
    background: #fff !important
}

.fancybox-button svg path {
    color: #000 !important
}

.fancybox-button:hover svg path {
    color: #0074af !important
}

.fancybox-container .fancybox-inner .fancybox-navigation button {
    top: calc(100% - 50px)
}
*/
.acggallimagelink { 
	display:block;
	position:relative;
}
.acggallimagelink .alted {
   display:block;
   position:absolute;
   right:0;
   bottom:0;
   padding:3px 10px;
   color:white;
}

#acfgallery ul li {
    /*border: 2px solid #fff;
    margin: -2px*/
}

ul.gallonerow li a img {
	width: 100%;
	min-height: 130px;
	height: 16vh;
	object-fit:cover;
}

ul.galltworows {
    width: 100%;
    display: grid;
    grid-template-columns: unset;
    grid-gap: 20px;
}
ul.gallonerow li { margin-bottom:0.3em;}
#acfgallery ul {margin:0;}

ul.gallthreerows {
    width: 100%;
    display: grid;
    grid-template-columns: unset;
    grid-gap: 0
}

ul.gallthreerows li,
ul.galltworows li {
    border-radius: 0;
    padding: 0;
    position: relative
}

ul.gallthreerows li a,
ul.galltworows li a {
    display: block;
    height: 100%;
    position: relative
}

ul.gallthreerows li a img,
ul.galltworows li a img {
    object-fit: cover;
    height: auto;
    width: 100%;
	max-height:unset;
}

@media screen and (min-width:44.375em) {
    ul.galltworows {
        grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
    }
    ul.gallthreerows {
        grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
		grid-gap: 25px;
    }
    ul.galltworows li a img {
        object-fit: cover;
        height: 40vw;
		max-height:80vh;
        width: 100%
    }
    ul.gallthreerows li a img {
        object-fit: cover;
        height: 30vw;
        width: 100%
    }
}


.sinlgle .entry-content h2.titleofposts-subpage {margin-top: 1.3em;}


.single-post .share.middle .tooltip-content {
	left: -130px;
	right: 0;
	margin: 0;
	bottom: 60px;
	pointer-events: none;
}
.single-post .share.middle .tooltip-content::after {
    left: unset;
    right: -20px;
    top: 40%;
    transform: rotate(-90deg);
	
	display:none;
}
.single-post .share:hover .tooltip .tooltip-content {
	transform:none!important;
	pointer-events: auto;
}
.single-post .gallery-item {text-align:left;width: auto;max-width: unset;}
.single-post .gallery-icon img {margin:0;} 
.single-post .gallery {display: flex;} 

/* Single end */

.single .post-navigation {
    border-top: 0px solid #d8d8d8;
	border-bottom: 0px solid #d8d8d8;
    clear: both;
	font-family:var(--global--font-primary);
    margin: 0;
}
.single .post-navigation .post-title {
    font-size: 14px;
    line-height: 1.15;
	font-weight:500;
}
body.single-post .pagination {
	margin: 20px 0 0;
}
.pagination {
	border-top:0px;
	margin: 40px 0 0;
}
.pagination::before, .pagination::after {
	background-color:transparent;
	border-radius: 2px;
}
.pagination::before {
    left: 0;
}
.pagination::after {
    right: 0;
}
.pagination::before, .pagination::after {
    height: 72px;
    width: 72px;
}
.pagination .prev, .pagination .next {
	width:72px;
	height:72px;
}
.pagination .prev::before, .pagination .next::before {
    font-size: 32px;
    height: 73px;
    line-height: 69px;
    width: 73px;
	font-weight: 700;
}
.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0;
}
.post-navigation .nav-links {
	display: flex;
	align-items: center;
	padding:0;
}
.pagination .nav-links::before, .pagination .nav-links::after {
    color: #000;
    font-size: 32px;
    line-height: 71px;
    opacity: 0.3;
    width: 72px;
	top:0;
}
.pagination .nav-links::after {
	color: #000;
    left: 0;
}
.pagination .prev {
    left: 0;
}
.pagination .page-numbers {
	padding: 26px 30px;
	margin: 0 3px;
	background-color: transparent;
	line-height:1;
	font-size: 120%;
	font-weight: 700;
	/*color: var(--activehigh);
	border: 2px solid var(--activehigh);*/
	color: black;
    border: 1px solid #989898;
}
.pagination .page-numbers.current {
	background-color:#fff;
	color:#868686;
	border-color:#ddd;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
	padding:0;
	margin: 0;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
    background-color:var(--activehigh);
	color:white;
}
.pagination a:hover, .pagination a:focus {
    background-color:var(--activehigh);
	color:white;
}
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
	color:var(--active);
}
.post-navigation a:hover .pagination .page-numbers {
	border-color:black!important;
	color:white!important;
	background-color:var(--active)!important;
}
.single-date {
	font-weight: 500;
	font-family:var(--global--font-primary);
	font-size: 18px;
	margin-top: -10px;
	color:#424242;
	
	position:absolute;
	right:0;
	top:20px;
}
#secondary .widget {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0;
}
#secondary .widget .widget-title {
    border-top: 0px solid #dcdcdc;
    padding-top: 7px;
    font-family:var(--global--font-secondary);
    text-transform: none;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0 0 17px;
    color: gray;
}
#secondary .post_count {

}
#secondary .widget li {
	padding:0;
	position:relative;
}
#secondary .widget li a {
	width:100%;
	display:block;
	padding:0.5em 0;

}
#secondary .widget li .post_count {
    position: absolute;
    right: 10px;
    top: 8px;
    font-weight: 700;
}
#secondary .widget li:hover .post_count {
    color:var(--active);
}
.archive .parent-page-title, .single .parent-page-title {
	min-height:50px;
}
#secondary .menu-contact-footer-sidebar-container ul li.hide-on-sidebar { 
	display:none;
}
#secondary .widget .menu-contact-footer-sidebar-container li a {
	padding-left:50px;
}
#secondary .menu-contact-english-footer-sidebar-container ul li:nth-child(1), #secondary .menu-contact-english-footer-sidebar-container ul li:nth-child(2) {
	display:none;
}
#secondary .widget .menu-contact-english-footer-sidebar-container li a {
	padding-left:50px;
}

/* archive page */

.archive #main {padding:0;}
.blog .site-main, .archive .site-main {
	overflow: hidden;
	padding: 1.7em 0!important;
}
.postsinlist.archive { 
	margin:0 0 5em;
	padding:0;
	grid-template-columns: 1fr 1fr;	
	column-gap:0;
	row-gap:0;
	
	border: 0px solid #000;
	border-bottom: 0px solid white;
}
.postsinlist.archive.onepost {
	grid-template-columns: 1fr 1fr;	
	border-bottom: 1px solid black;
	border-top:1px solid black;
}
.postsinlist.archive.onepost > article .entry-content {
	border-bottom: 0px solid white!important;
	border-top: 0px solid white!important;
}
.postsinlist.archive a {
	padding:0;
	
	height:40vh;
	min-height:300px;
}
.postsinlist.archive article {margin:0;/* -20px;*/}
.postsinlist.archive article a .postinlist-categories {display:none!important;}
.postsinlist.archive article a time {
    right: -1px;
	left:unset;
    top: 0;
    width: auto;
}
.archive .pagination {margin:20px!important;}
.postsinlist.archive .postinlistthumbwrap {
	flex-shrink: unset;
	flex-basis: unset;
	margin:0;
	flex:1;
}
.postsinlist.archive .postinlistthumbwrap img {
	width: 100%;
	height: 100%;
}
.postsinlist.archive article a .entry-content .entry-header {
	/*flex: 0 0 45%;*/
	/*width:45%; */
	width:100%;
	background-color: transparent;
	padding: 0.6em 0.3em 0 0.5em !important;
	transition: background-color 0.3s ease; 
	overflow:hidden;
	margin-bottom: 1.1em;
}
.postsinlist.archive article a:hover h4.post-title, .postsinlist.archive article a:hover p {
	/*color:white;*/
}
.postsinlist.archive article a:hover .entry-content ul.labelsright li {
	/*color:white;*/
}
.postsinlist.archive article:hover a {
	/*background-color: #303238;*/
	transform: scale(1.02);
}
.postsinlist.archive article a:hover .entry-content .entry-header {
	/*background-color: #303238;*/
}
.postsinlist.archive article a:hover .entry-content ul li {
	opacity:1;
	transition: opacity 0.3s ease; 
}
.postsinlist.archive article a .entry-content {
	border-color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;

	align-items: stretch;
	background-color:white;
	height:100%;
	overflow: hidden;
	padding:0!important;
	z-index:-1;
	position: relative;
	transition: box-shadow 0.4s ease-out, border-color 0.4s ease-out;
} 
.postsinlist.archive article:last-child a .entry-content {border-right:1px solid #000;}
.postsinlist.archive article a:hover .entry-content {
	z-index:9;
box-shadow: 4px 4px 43px -13px rgba(0,0,0,0.4);
-webkit-box-shadow: 4px 4px 43px -13px rgba(0,0,0,0.4);
-moz-box-shadow: 4px 4px 43px -13px rgba(0,0,0,0.4);
	border:1px solid #000!important;
}

.postsinlist.archive .entry-content .lebelflexer {
	display:flex;
	overflow: hidden;
}
.postsinlist.archive .entry-content ul li {
	padding:0;
	font-size:0.8em;
	font-family:var(--global--font-secondary);
	color: #686868;
	margin-bottom: 1px;
	opacity:0.7;
	transition: opacity 0.3s ease; 
	/*white-space:pre;*/
	line-height: 1.4;
	padding: 7px 0; 
	width:100%;
}
.postsinlist.archive .entry-content ul.project-data-list li span.dvalue {
	color:#424242;
}
.postsinlist.archive .entry-content ul.project-data-list li span.dlabel {
	color:gray;
}
.postsinlist.archive .entry-content ul.project-data-list li {
	border-bottom:1px solid #e1e1e1;
}
.postsinlist.archive .entry-content ul.labelsleft {
	margin-right: 14px;
	flex: 0 0 auto;
	max-width: 41%;
	overflow: hidden;
} 
.postsinlist.archive .entry-content ul.labelsleft li {
	color: #939393;
}
.postsinlist.archive .entry-content ul li::after {
	display:none;
}
.postsinlist.archive article h4.post-title {font-size: 1.2em;line-height:1.2;padding-bottom:0.4em;}

.postsinlist.archive article a .entry-content .entry-header::before {
	background-image: url(img/vectos-3.svg);
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: -107px -459px;
	content: " ";
	display: block;
	position: absolute;
	left: 3rem;
	bottom: 1em;
	background-size: 310px 1200px;
	opacity: 1;
	transition: background .2s ease-out, filter .1s ease-out;
	display:none;
}

.postsinlist.archive article a:hover  .entry-content .entry-header::before {
	background-position: -35px -459px;
	transition: background .5s ease-out, filter .5s ease-out;

}
.postsinlist.archive article a .entry-content .entry-header::after {
	width: 120px;
	height: 46px;
	content: "View project";
	display: block;
	position: absolute;
	left: 70px;
	bottom: 1em;
	opacity: 1;
	transition: color .2s ease-out 0s;
	color: transparent;
	font-size: 0.9em;
	display:none;
}
.postsinlist.archive article a:hover .entry-content .entry-header::after {
	color: #000;
	transition: color .2s ease-out 0.4s;
}
.postsinlist.archive .entry-content .lebelflexer .date, .postsinlist.archive .entry-content .lebelflexer .contribution, .postsinlist.archive .entry-content .lebelflexer .contractor {display:none;}
.postsinlist.archive .entry-content .project-data-list .date, .postsinlist.archive .entry-content .project-data-list .contribution, .postsinlist.archive .entry-content .project-data-list .contractor {display:none;}

#secondary #widget-area {padding-bottom:50px;}

#postcounter {display:none;}

.cat-list-wrapper {
	margin: 0 1em 1em;
	box-sizing: content-box;
}

.cat-list-wrapper .cat-list-title {
	font-size:1.5em;
	font-weight:400;
	text-transform:uppercase;
	margin: 0 auto 1.5em auto;
	max-width: calc(1250px + 10vw);
}
.cat-list-wrapper .cat-list-title.hide {display:none;}

.cat-list-wrapper .text-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1em;
	column-gap: 2em;
/*
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	align-items: baseline;
	grid-gap:1em;
	column-gap:2em;
*/
	margin:0;
	list-style-type: none;
}
.cat-list-wrapper .text-list li {
	position:relative;
	padding-left: 1.2em;
	font-size:1.1em;
}
.cat-list-wrapper .text-list li p {
	margin:0;
}
 .text-list li::after {
	background: #626262;
	top: 13px;
}
/* archive page end*/








/* END posts */

/* Footer */
#thefooter {
	background-color:#323e48;
	z-index: 0; 
    position: relative;
	font-family:var(--global--font-secondary);
	margin-top:1.5em;padding-bottom:1em;
}
.logofooter img {
	max-width: unset;
	padding-top:0;
	filter:invert(100%);
	width: 220px;
}
.logofooter img:hover {}
.fatfooter {
	display: grid;
	/*grid-template-columns: repeat(3, 1fr);
	grid-template-columns: 30% 25% 45%;*/
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0; 
	align-items: center;
	/*justify-content: center;*/
	margin:0 0 2em 0;
	padding-bottom: 0;
}
.fatfooter > .widget-area {
	width:100%;
	margin:0;
	display:block;
}
.fatfooter > .widget-area.second {display:none;}
.fatfooter > .widget-area.third {
	display: flex;
}
.fatfooter > .widget-area > .widget_nav_menu:nth-child(1) {
	flex: 0 0 calc(100% - 2em);
	padding-right: 0.5em;
	box-sizing: border-box;
}
.fatfooter > .widget-area > .widget_nav_menu:nth-child(2) {
	flex: 0 0 2em;
}
.fatfooter ul {
	list-style-type:none;
	margin: 0px 0 20px;
	line-height: 30px;
}
.fatfooter ul li {
    padding-top: 0;
    border-width: 0;
	position: relative;
	padding: 0;
    margin: 0;
}
/*
.fatfooter ul li::after, 
.header-navigation ul.sub-menu-paged > li > a::after, 
.header-navigation ul.sub-menu-paged ul.children > li::after {  
    content: " ";
    position: absolute;
    left: 0%;
    bottom: 0;
	background-color:#e8e8e8; 
    width: 80%;
    height: 100%;
	pointer-events: none;
	z-index: 1;
	opacity:0;
    transition: width 200ms ease;
}
.fatfooter ul li::after {
	background-color:#75777d; 
}
.header-navigation ul.sub-menu-paged > li > a::after {
	z-index:-1;
}
.fatfooter ul li:hover::after, 
.header-navigation ul.sub-menu-paged > li > a:hover::after, 
.header-navigation ul.sub-menu-paged ul.children > li:hover::after {
    width: 100%;
	opacity:1;
}
.header-navigation ul.sub-menu-paged > li.current_page_item > a::after {
	opacity: 0.11;
	width: 100%;
	filter: invert(100%);
}
*/
.fatfooter ul li a {
	color:#fff;
    display: inline-block;
    line-height: 1.3; 
    font-size: 0.8em;
	padding:0.6em 0;
	position: relative;
	z-index: 2;
	width:100%;
}
.fatfooter ul li a:hover {
	color:var(--activehigh);
	text-decoration:none;
}
.fatfooter ul li a:hover::before {filter:var(--activehighfilter)!important;}


.fatfooter #nav_menu-3 ul li a {
	/*padding:11px 5px 11px 48px;*/
}
.fatfooter > .widget-area hr {
	background-color: white;
	height: 3px;
	margin: 0;
}
.fatfooter > .widget-area .widget-title {
	display:none;
}
.fatfooter .widget-area .menu-footer-container ul.menu {
	column-count: 1;
	column-gap:0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin:0;
}

.textwidget p a, .custom-html-widget a, .maler a, .maler {color:#fff;} 
.textwidget a {border-width:0px;}
.maler {font-size:0.8em;}
.textwidget p a:hover, .custom-html-widget a:hover {color:var(--active);}
.maler a:hover {color:black;}

.fatfooter ul li a[href*="facebook"], .fatfooter ul li a[href*="linkedin"] {
	margin-left: 0;
	position: relative;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	padding: 0.8em 0;
}
.fatfooter ul li a[href*="facebook"]::before, .fatfooter ul li a[href*="linkedin"]::before {
	background-image: url(img/vectos-3.svg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
	transform: scale(1);
	filter:invert(100%);
	background-size: 310px 1200px;
}
.fatfooter ul li a[href*="facebook"]::before {
	background-position: -35px -33px;
}
.fatfooter ul li a[href*="linkedin"]::before {
	background-position: -35px -111px;
}
#menu-socials li {display:block;padding: 0 0 0.7em;}
.textwidget p a:hover{
	color:black;
	text-decoration:none;
}

h3.widget-title {
	position:relative;
	font-size:15px;
	font-weight:700;
	padding-top:0px;
    letter-spacing: 0;
    text-transform: none;
    font-family: inherit;
	color:white;
	letter-spacing: 0.6px;
	padding-bottom: 0;
	padding-top: 2em;
	margin-bottom:0.4em;
}
h3.widget-title::before{
    content: " ";
    position: absolute;
    left: 0%;
    /*transform: translateX(-50%);*/
    bottom: 0;
    background-color: #6c6c6c;
    width: 50px;
    height: 2px;
    transition: background-color 200ms ease-out;
	z-index: 1;
	top: 1em;
}
.widget-area:hover h3.widget-title::before{ background-color: white;}
#nav_menu-3 h3.widget-title {padding-bottom:1px;}
.textwidget p, .custom-html-widget {
    line-height: 24px;
	line-height: 1.6;
	font-size: 0.8em;
    padding-top: 0px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family:var(--global--font-secondary);
	padding-top:5px;
	color:#fff;
}
nav.social-navigation {
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
#nav_menu-3 ul.menu li { position:relative;display:inline-block;padding:0 1.1em 0 0;}
.dg-icon:before {
    background-image: url(img/vectos-3.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
	background-position: -35px -32px;
    content: " ";
    display: block;
    position: absolute;
    left: 5px;
    top: 7px;
    transition: all .1s ease-in;
	background-size: 310px 1200px;
}
.dg-icon.tel:before {background-position: -34px -252px;}
.dg-icon.email:before {background-position: -35px -181px;}
.dg-icon.fb:before {background-position: -35px -32px;}
.dg-icon.twitter:before {background-position: -35px -111px;}
.website-info { 
	font-weight:normal;
	color:#a4b5c2;
	letter-spa0.9em;
}
.website-copy {padding-right:0;}
.website-title {
	float: none;
	font-size: 1em;
	color: #888;
	padding:0 0 0 1em;
 }
.website-title a {color:#888;}.website-title a:hover {color:#fff;}
.privacy-policy-link {padding-right:20px;}
.website-terms {}
.half.right ul {

}

.half.right ul li {break-inside: avoid-column;}
/* floats */
.quarter,
.one-third,
.two-thirds,
.half {
    float: left;
}
/* widths */
.one-third {
    width: 32%;
}
.two-thirds {
    width: 65.5%;
}
.quarter {
    width: 48%;
}
/*
.first.quarter {
	width:36%;
}
*/
.three-quarters {
    width: 74.5%;
}
.half {
    width: 48%;
}
/* margins  */
.one-third {
    margin: 0 0.5%;
}
.quarter,
.two-thirds {
    margin: 0 1%;
}
.left,
.quarter.left,
.one-third.left {
    margin: 0 1% 0 0;
    float: left;
}
.right,
.quarter.right,
.one-third.right {
    margin: 0 0 0 1%;
    float: right;
}
.half.left {
    width: 48%;
    margin: 0 2% 0 0;
}
.half.right {
    width: 100%;
    margin: 0;
}
.two-thirds.left {
    margin: 0 1% 0 0;
}
.two-thirds.right {
    margin: 0 0 0 1%;
    float: right;
}
.quarter.right {
	float:left;
	margin:0;
}
/* SHARING TOOLTIP */
.share .tooltip {
    display: inline;
    position: relative;
}

.share .tooltip-item {
    cursor: pointer;
    display: inline-block !important;
    font-size: 13px;
	font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    padding: 3px 3px 7px 3px;
    margin: 0 0 4px 0;
    line-height: 1.3125;
    transition: all 0.3s ease-out 0s;
}
.share .tooltip-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.share .tooltip:hover .tooltip-item::after {
    pointer-events: auto;
}
.share .tooltip-content {
    position: absolute;
    z-index: 9999;
    /*width: 270px;*/
   /* right: 0;
    padding-top: 26px;
    margin: 21px 0 0 -180px;
    top: -1px;*/
    text-align: left;
    font-size: 0.765em;
    line-height: 1.4;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.share.middle .tooltip-content {
    width: 295px;
    padding-top: 0;
    margin: 0 0 70px -147px;
    top: unset;
    bottom: 100%;
    left: unset;
    right: 63px;
    margin: 0 0 -46px 0;
	pointer-events: auto;
}
.share .tooltip-content .wrap {
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #fff;
    border: 0 solid #fff;
}
.share.middle .tooltip-content .wrap {
    box-shadow: 5px 5px 15px rgba(48, 54, 61, 0.2);
}
.share .tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 999999;
}
.share .tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.share .tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.share .tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.share .tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-left: -90px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
    transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}


.share:hover .tooltip .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0);
}
.share:hover .tooltip .tooltip-item {
    color: var(--active);
}
.share .tooltip.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.share .tooltip-content::before {
    content: "";
    top: 6px;
    right: 14px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.share.middle .tooltip-content::before {
    display: none;
}
.share.middle .tooltip-content::after {
    top: 59px;
    left: unset;
	
	right:-20px;
	transform: rotate(-90deg);
	
    content: "";
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    visibility: visible;
}
.share .tooltip-content img {
    position: relative;
    height: 170px;
    display: block;
    float: left;
    margin-right: 1em;
}
.share .tooltip-text {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    padding: 20px 0 10px 0;
    color: #000;
}
.share .tooltip-effect-5 .tooltip-text {
    padding: 1.4em;
}
.share .tooltip-text a {
    font-weight: 700;
}
#socialrib {
    text-align: center;
    padding-bottom: 20px;
    display: block !important;
}
#socialrib a {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 0;
	transform: scale(0.8);
}
#socialrib a svg {width:100%;height: 100%;}
#socialrib a svg #facebook {
    fill: #3064a6;
    transition: fill 0.4s ease;
}
#socialrib a svg:hover #facebook {
    fill: #000;
}
#socialrib a svg #facebookf {
    fill: #fff;
    transition: fill 0.4s ease;
}
#socialrib a svg:hover #facebookf {
    fill: #fff;
}
#socialrib a svg .pinterestfill {
    fill: #de0b15;
    transition: fill 0.4s ease;
}
#socialrib a svg:hover .pinterestfill {
    fill: #000;
}
#socialrib a svg .twitterfill {
    fill: #1da1f2;
    transition: fill 0.4s ease;
}
#socialrib a svg:hover .twitterfill {
    fill: #000;
} 
#socialrib a svg #linkedin {
    fill: #0A66C2;
    transition: fill 0.4s ease;
}
#socialrib a svg:hover #linkedin {
    fill: #000;
}
#socialrib a svg #emailink {
    fill: #58c5a9;
    transition: fill 0.4s ease;
}
#socialrib a svg:hover #emailink {
    fill: #000;
}
.share.middle .tooltip-item,
.middle a {
/*
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
    font-size: 16px;
*/
}
.share.middle a {
    border: 0 solid #fff;
}
.share.middle:focus .tooltip-item,
.share.middle:hover .tooltip-item {
    color: var(--active);
    outline: 0;
}
/* END SHARING TOOLTIP */
.lastbreak {
    display: block;
    line-height: 0.1;
    content: " ";
}
/* media queries for larger screens such as small tablets in landscape or large tablets in portrait */
@media screen and ( max-width: 780px ) {
	#thefooter h3 {
		margin-top: 0;
		margin-bottom: 0;
	}

    /* only the .quarter layout class is relevant here - all other classes will have full width */
    .quarter {width: 48%;}
    .quarter.left {margin-right: 2%;}
    .quarter.right {margin-left: 2%;}
    footer .third.quarter.widget-area {clear: both;}
	/*
	.postsinlist.archive article a .entry-content {
		flex-wrap: wrap;
		overflow: auto;
		flex-direction: column-reverse;
	}
	.postsinlist.archive .postinlistthumbwrap {
		width:100%;
		flex: 0 1 auto;
		padding-left: 0 !important;
	}
	.postsinlist.archive article a .entry-content .entry-header {
		width:100%;
		flex: 0 1 auto;
		position:relative;
	}
	.postsinlist.archive article {margin: 0;}
	
	.archive #primary {padding-top: 0;}
	.postsinlist.archive article h4.post-title {width: auto;max-width:100%;float: left;padding-right: 0;font-size: 1.3em;}
	.postsinlist.archive .entry-content .lebelflexer {max-width:50%;float:right;width: auto;justify-content: end;}
	.postsinlist.archive .entry-content ul {margin: 0;padding-top:12px;}
	.postsinlist.archive .entry-content ul.labelsleft {text-align:right;}
	.postsinlist.archive .entry-content ul li {
	padding: 7px 8px 7px 0;}
	.postsinlist.archive article a .entry-content .entry-header::before {bottom:unset;z-index:1;top: -49px;}
	.postsinlist.archive .postinlistthumbwrap img {
		width: 100%;
		height: 100%;
	}
	*/
}

@media (pointer: coarse) { /*Your primary input mechanism is a finger*/
	#menu-top > li.mtogglers > a, #menu-top-english > li.mtogglers > a {
		pointer-events: none;
	}
	.page-template-default #thecalcheader, .page-template-default .maincontent-wrapper {cursor: pointer;}
	.cSlider--nav .cSlider__item h2 a {pointer-events:none!important;}
}


@media screen and (max-width: 670px) {
	.home #tophead {
		min-height:calc(100vh - 138px);
	}
	
	ul.project-data-list li span.dvalue {
		line-height: 1.4;
	}
	.home #main section.large-paragraph {
		margin: 0em auto;
	}
	.cSlider--single .slick-track {
		height: calc(100vh - 132px);
		/*height: calc((var(--vh, 1vh) * 100) - 132px);*/
	}
	.single-post article {
		display:block;
	}
	.single-post .entry-data {margin-right:0;}
	ul.project-data-list li {
		display: inline-block;
		padding-right: 10px;
	}
	ul.project-data-list {
		/*display: grid;
		grid-template-columns: repeat( 3, 1fr );*/
	}
	ul.project-data-list li.contribution {
		grid-column: 1 / -1;
	}
	ul.project-data-list li.post_tags {display:none;}
	/*ul.project-data-list li span {display:inline;padding: 0 0 0 10px;}*/
	.evaluations-wrap ul {/*margin-bottom:20px;grid-column-gap: 5px;*/grid-template-columns: 1fr;}
	.contributions-wrap ul li {padding: 10px 9px;}
	.contributions-wrap h4 {margin:0!important;}
	.contributions-wrap {
		padding: 13px 20px 7px;
		margin: 0 -20px;
	}
	.contributions-wrap ul {margin: 0 -10px;}
	.contributions-wrap ul li::after {display:none;}
	
	td, th {padding: 11px;}
	ul.gridlist.mmttiles > li > a::before {right: 3px;}
	body:not(.home) table tr.file-row td:last-child {width:30%;}
	header .entry-header {
		padding-top: 21px;
		padding-bottom: 1em;
	}
	.cSlider--single .slidetexts-wrap a {display:inline-block;}
	/*
	.cSlider--single .slidetexts-wrap:hover h2, 
	.cSlider--single .slidetexts-wrap:active h2, 
	.cSlider--single .slidetexts-wrap:focus h2,
	.cSlider--single .slidetexts-wrap:hover .slidetext, 
	.cSlider--single .slidetexts-wrap:active .slidetext, 
	.cSlider--single .slidetexts-wrap:focus .slidetext,
	.cSlider--single .slidetexts-wrap:hover h2::after, 
	.cSlider--single .slidetexts-wrap:active h2::after, 
	.cSlider--single .slidetexts-wrap:focus h2::after {
		color:var(--active);
		border-color:var(--active);
	}*/
	.cSlider--nav .slide-link, .cSlider--nav .cSlider__item h2 a {display:none;}
	.large-paragraph p {font-size: 1.3em;}
	.postsinlist {
		column-gap: 1.5em;
		row-gap: 0.5em;
		grid-template-columns: 1fr;
	}
	.single .postsinlist { 
		column-gap: 1.5em;
		row-gap: 0.5em;
		grid-template-columns: 1fr 1fr;
	}
	.single-post .postsinlist article {padding: 0 0 30px;}
	.single-post .selected-projects h2.titleofposts-subpage {
		margin-bottom: 0.2em;
	}
	.postsinlist article h4.post-title {font-size:1.2em;}
	.postsinlist article p {font-size:0.9em;line-height: 1.1;}
	.postinlistthumbwrap img {
		width: 110px;
		height: 110px;
	}
	.single .postinlistthumbwrap img {
		width: 100%;
		height: 17vh;
		min-height: unset;
		max-height: 400px;
	}
	.cSlider--nav span {margin: 25px 0;}
	.home-page-navigation, .cSlider--nav span::after {display:none!important;}
	.slide-link {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: unset;
	}
	.cSlider--nav .cSlider__item h2 {
		font-size: 0.95em;
		text-align: center;
	}
	.cSlider--single .slidetexts-wrap {
		width: 100vw;
		padding: 0 5vw 5vw;
	}
	.cSlider--single .slick-slide:nth-child(1) .slidetexts-wrap {}
	.cSlider--single .slick-slide:nth-child(2) .slidetexts-wrap {
		margin-left:0;
		padding-left:5vw;
	}
	.cSlider--single .slick-slide:nth-child(3) .slidetexts-wrap {
		margin-left:0;
		padding-left:5vw;
		padding-right:5vw;
	}
	.cSlider--single .slidetexts-wrap h2 {position:relative;}
	.cSlider--single .slidetexts-wrap h2::after {
		content:"→";
		position:absolute;
		right:0;
		top:0;
		color:white;
		font-weight:700;
	}
	.single .breadcrumbs > span:last-of-type, .page-child .breadcrumbs > span:last-of-type {
		display:none!important;
	}
	.single-post .post-navigation .meta-nav {
		font-family:var(--global--font-primary);
		letter-spacing: 0;
		font-size: 11px;
		line-height: 1;
		padding-bottom: 7px;
	}
	.postsinlist article a time, .postsinlist article a .postinlist-categories {
		position: relative;
		right: unset;
		top: unset;
		left: unset;
		width: unset;
		margin-bottom: 6px;
		display: block;
		float: left;
		line-height: 1.8;
		padding: 5px 10px 0 0;
		background-color: white;
		margin-top: -10px;
	}
	.postsinlist article a .postinlist-categories {
		
	}
	.pagination {margin: 20px 0 40px!important;}
	.pagination .page-numbers.current {
		background-color: #fff;
		color: #000;
		font-weight:400;
		font-size:16px;
		border-color: #fff;
		text-transform: none;
	}
	.home .postsinlist article {
		margin:0;
	}
/*}*/
/* media queries for small screens in landscape mode (or similar) */
/* @media screen and ( max-width: 600px ) {*/
     
    /* width sizing all full width in small screens */
    .quarter,
    .one-third,
    .half,
    .two-thirds,
    .three-quarters,
    .full-width {
        width: 49%;
        margin: 0;
    }
    /* padding adjustments */
    .widget-area {
        padding: 0;
    }
	#thefooter {
		margin-top:0;
	}
	.dg-icon:before {
		left:12px;
	}
	.fatfooter #nav_menu-3 ul li a {
		/*padding: 11px 5px 11px 64px;*/
	}
	h3.widget-title {
		margin-bottom: 5px;
	}
	.textwidget p {
		margin-bottom: 7px;
	}
	ul.gridlist.mmttiles li > a.subpagedplus {padding: 15px 15px 15px 15px;}
	ul.gridlist.mmttiles h3 {padding-right:30px;}
	ul.gridlist.mmttiles li a:before { /*right: 4px;bottom: 10px;*/ }
	ul.gridlist.mmttiles p, .postsinlist article p {/*font-size: 14px;font-size: 1.4rem; line-height: 1.4;*/}
	ul.gridlist.mmttiles h3 {font-size: 20px;font-size: 2rem;line-height: 1.3;}
	ul.gridlist {/*row-gap: 3px;*/}
	.entry-content-inwrap {display:block;overflow: hidden;}
	.postinlistthumbwrap {

	}
	.single-post .postinlistthumbwrap {
		padding-left: 0px !important;
	}
	.wp-block-button.whited a { width:100%; padding-top: 10px!important;margin-top: -20px!important; }
}

/* End Footer */

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	#main section, #contact-banner, .entry-content.swiper-footer section {padding: 1.9em 0;}
	.hentry, .page-header, .page-content {box-shadow: none;}
	.page-title, .taxonomy-description {margin-left:0;}
	.site-main {padding: 0;}
	.hentry, .page-header, .page-content {margin: 0;}
	.entry-header, .page-header {padding: 0 25px;}
	.entry-content, .entry-summary, .page-content {/*padding: 0 25px 10%;*/}
	body.page-template-page-wide-smallheading .entry-content, body.page-template-page-wide-smallheading .entry-summary, body.page-template-page-wide .entry-content, body.page-template-page-wide .entry-summary, body.error404 .page-content, body.search .page-content, .wide .entry-content {padding: 0 0 3em;}
	body.page-template-default .entry-content, body.page-template-default .entry-summary, .nosidebar .entry-content {padding: 0 0 3em;}
	body.page-template-page-contact .entry-content, body.page-template-page-contact .entry-summary, .contact .entry-content {padding: 0 0 3em;}
	body.page-template-page-wide.home .entry-content {padding-bottom:0;}
	.entry-footer { padding-left: 6% }
}
 

/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	header .entry-header .entry-header-content-wrapper > p {
		width: calc(100% - 55px);
	}
	/*ul.gridlist.mmttiles.threecol li a {padding:25px 20px;}*/
	.page-template-page-section #main section.large-paragraph {
		column-count: 2;
		column-gap: 3em;
	}
	.evaluations-wrap img {width:90px;}
	.evaluations-wrap ul {
		grid-template-columns: repeat( 1, 1fr );
		grid-column-gap: 20px;
	}
	.contributions-wrap ul {
		/*display: grid;*/
		margin:0;
	}
	.contributions-wrap ul li {
		display: flex;
		margin: 0 0 20px;
	}
	.contributions-wrap ul li:first-child {
		padding-left:0px;
	}
	.contributions-wrap h4 {
		margin: 10px 0 22px !important;
	}
	ul.gridlist.mmttiles > li .gridlinkdummy h2 a::before {
		display:block;
		right: 16px;
		bottom: 18px;
		position: absolute;
		top:unset;
	}
	#sidebar {
		right: 25px;
		top: -94px;
	}

	body, button, input, select, textarea {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	/*.logged-in .header-spacer {top:32px;}*/
	#topBtn {

	}
	.entry-action-button {
		font-size:13px;
		font-size:1.3rem;
		line-height: 1.7;
	}
	.share .tooltip-item { 
		font-size: 13px;
		font-size: 1.3rem;
	}
	table.tableofitems.wp-block-table td {
		padding:20px;
	}
	table.tableofitems.wp-block-table tr td.size-medium{
		width:32%;
	}
	table.tableofitems.wp-block-table tr td.size-small{
		width:22%;
	}
	table.tableofitems.wp-block-table tr td.size-large{
		width:42%;
	}
	h4.subpagetitle {
		padding: 30px 0 20px;
	}
	ul.gridlist.subpages {
		grid-gap: 20px;
		margin:20px 0;
	}
	ul.gridlist.subpages li a {
		height: 100%;
		font-weight: 500;
		letter-spacing: -0.4px;
		font-size: 18px;
		line-height: 24px;
		padding: 15px 20px;
		display: table-cell;
		vertical-align: middle;
	}
	.archive .pagination {
		margin:40px 20px 50px 30px!important;
	}
	.postsinlist article a {
		margin:0;
		padding:0;
		border:0px solid white;
	}
	.postsinlist.archive {
		
	}
	body:not(.archive) .postsinlist article h4.post-title {
		/*width: calc(100% - 130px);*/
	}
	.single .post-navigation .post-title {
		font-size: 20px;
		line-height: 1.25;
	}
	.single-post .post-navigation a {
		padding:50px 40px;
	}
	table .filelink span {
		line-height: 40px;
	}
	.tableofattachments.wp-block-table tr td{
		padding: 7px 10px 16px 20px;
	}
	.entry-content .accordion h3 {
		padding: 15px 21px;
		font-size: 19px;
		font-weight: 400;
	}
	.pdf-frames h3 {
		font-weight: normal;
		/*float:left;*/
		width:calc(100% - 20px)!important;
	}
	.pdf-frames span.linktopdf {
		/*float:left;*/
		position:absolute;
		right:0;
		width:220px;
		display:inline-block;
		height:100%;
	}
	.entry-actions {
		padding: 0;
		margin-top:-20px;
	}
	.page-featured-image.feat-large {
		/*height:60vh;*/
	}
	.page-featured-image.feat-small {
		height:40vh;
		max-height: 450px;
	}
	.hentry .page-featured-image + .entry-header {
		padding-top: 43px;
	}
	.entry-title, .page-title, .widecolumn h2 {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	#thecalcheader h1 {
		padding-bottom: 0.6em;
		margin-bottom: 0.3em;
	}
	.parent-page-title {}
	
	.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2 {
		/*font-size: 2.3em;*/
		font-size:1.5em;
	}
	.entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3 {
		font-size: 1.95em;
		margin-top: 1.37em;
		margin-bottom: 0.6em;
	}
	.entry-content h4, .entry-content-after h4, .entry-summary h4, .page-content h4, .comment-content h4, #thefooter h4 {
		font-size: 1.4em;
		margin-top: 1.37em;
		margin-bottom: 0.6em;
	}
	.entry-content h5, .entry-content-after h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
		font-size: 1.2em;
		line-height: 1.15;
		margin-top: 1.3em;
		margin-bottom: 0.2em;
	}
	
	body.home .entry-header.home h3 br{	display:block;}
	ul.gridlist.mmttiles p, .postsinlist article p {
		/*
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
		*/
	}
	ul.gridlist > li .gridlinkdummy a { margin:0;}
}



/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	.links-wrap {margin:1em 0 0;}
	body:not(.home) table tr.file-row td:last-child {width: 30%;}
	ul.gridlist.mmttiles:not(.forchildren) p {
		font-size: 0.9em;
	}
	.cSlider--nav {
		height: 95px;
	}
	ul.gridlist.mmttiles > li .gridlinkdummy h2 a::before {
		right: 26px;
		bottom: 29px;
	}
	#main section .smallparagraph {
		font-size: 0.9em;
		line-height:1.55;
	}
	.single-post .selected-projects h2.titleofposts-subpage {
		border-bottom: 0px solid white;
	}
	.single-post .entry-data {
		margin-right: 0;
	}
	.single-post header .entry-header h1 {
		margin-left:350px;
		width: calc(100% - 350px);
	}
	.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	}
	.entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3 {
		margin-top: 1.37em;
		margin-bottom: 0.6em;
	}
	.entry-content h4, .entry-content-after h4, .entry-summary h4, .page-content h4, .comment-content h4, #thefooter h4 {
		margin-top: 1.37em;
		margin-bottom: 0.6em;
	}
	.entry-content h5, .entry-content-after h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
		line-height: 1.15;
		margin-top: 1.3em;
		margin-bottom: 0.2em;
	}
	
	ul.gridlist.mmttiles .gridlinkdummy p {
		font-size: 0.9em;
	}
	.cSlider--single .slidetexts-wrap h2 {
		font-size: 2.5em;
	}
	.postsinlist { 
		column-gap: 3.5em;
		row-gap: 3em;
	}
	#main, .sidebar, #primary:not(.ofsection) {padding-top: 0;}
	.home #primary:not(.ofsection) {padding-top: 0;}
	.breadcrumbs {
		padding: 11px 25px 0 25px;
		height: 53px;
		font-size: 14px;
	}
	body, button, input, select, textarea {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.65;
	}
	a.searchme {display:block;} 
	body.home a.searchme {display:block;}
	body.home .entry-header.home p {
		font-size:15px;
		font-size:1.5rem;
		line-height:1.7;
	}
	.first-paragraph-wrap {
		padding: 30px 0 0 0;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		column-gap: 40px;
	}
	.wp-block-button__link, .wp-block-search .wp-block-search__button, .post-password-required .entry-content form input[name="Submit"], .wp-block-file a:nth-child(2) {
		font-size: 16px;
		padding: 12px 42px 14px 24px;
	}
	.wp-block-search .wp-block-search__button {
		padding:12px 24px 14px 24px;
	}
	.whited .wp-block-button__link {
		padding:19px 37px;
	}
	.wp-block-button__link:before {top: 11px;}
	ul.gridlist.mmttiles p, .postsinlist article p {
		/*
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
		*/
	}
}

/**
 * 16.4 Desktop Small 955px
 */
@media screen and (min-width: 59.6875em) {
	#service-cats .sname {margin-left:0;}
	#service-cats ul li.service-icon.icn-9::after {left: -4.6em;background-position-y: -545px;width: 5em;}
	#service-cats ul li.service-icon.icn-11::after {background-position-y: -750px;background-size: 220px;width: 3.5em; left: -3.9em;}
	#service-cats ul li.service-icon.icn-28::after {
		background-position-y: -423px;
		background-position-x: -114px;
		transform: scale(0.85);
		transform-origin: center;
		top: 1em;
		left: -3.9em;
	}
	#service-cats ul li.service-icon.icn-27::after {
		top: 0.6em;
	}
	#service-cats ul li.service-icon.icn-15::after {top: 0.4em;} 
	#service-cats ul li.service-icon.icn-14::after {top: -0.3em;}
	.single-post #main { min-height: 940px;}
	.cat-list-wrapper {
		margin: 0 2em 7em;
	}
	.cat-list-wrapper .cat-list-title {
		font-size:2em;
		margin: 0 auto 1.5em auto;
	}
	ul.gridlist > li {font-size:100%;}
	.swiper-projects .swiper-slide .card-details h4 {
		margin: 0.7em 0;
		padding: 0;
		font-size: 1.4em;
		line-height: 1.2;
	}
	.swiper-projects .swiper-slide {
		grid-template-rows: 60% 40%;
	}
	ul.project-data-list li:nth-child(even) span.dvalue {
		padding-bottom:0;
	}
	.entry-content-after h4::before {
		left:-3em;
	}
	.single-post .share.middle .tooltip-content {
		left: unset;
		right: 0;
		margin: 0 62px 0 0;
		bottom: -31px;
	}
	.single-post .share.middle .tooltip-content::after {
		display:block; 
	}
	ul.gallonerow li a img {
		width: 100%;
		height:unset;
		min-height:unset;
		object-fit:unset;
	}
	.links-wrap {margin: 2em 0;}
	.entry-action-button::before {
		transform: unset;
	}
	.single-post .entry-actions {
		top: 1.6em;
	}
	.entry-content ul.tags-list li {
		display:inline-block;
		padding:0.2em 1em 0.2em 0!important; 
		margin: 0;
		line-height: 1.7;
	}
	ul.tags-list {
		margin:1.5em 0 0;
		font-size: 1em;
	}
	.HoverArrow {
		margin-left: 0.8em;
	}
	.links-wrap ul li {
		margin:1em 1em 1em 0!important;
	}
	.evaluations-wrap ul {
		margin: 40px 0 0.6em;
	}
	.evaluations-wrap img {width:60px;}
	.evaluations-wrap {margin-top:3em;}
	.evaluations-wrap a {gap: 20px;}
	ul.project-data-list {
		display: inline-grid;
		grid-row-gap:0;
		grid-column-gap: 0.4em;
		grid-row-gap:0;
	}
	ul.project-data-list li {
		line-height: 1.9;
		padding: 0 0 0.1em 0!important
	}
	ul.project-data-list li span.dlabel {
		padding:0 10px 0 0;
	}
	.entry-content ul:not(.slides) li {
		margin-bottom: 0.5em;
		padding-left: 25px;
		line-height: 1.7;
	}
	.entry-content ul li:after, .text-list li:after {
		height: .6em;
		width: .6em;
		top: 13px;
		left: 2px;
	}
	.single-post .entry-content .single-content-wrapper ul {
		margin: 1em 0 1em -25px;
	}
	ul.gallonerow li { margin-bottom:20px;}
	.single-post .site-main {
		display:grid;
		grid-template-columns: 1fr 1fr;
		margin: 0;
		grid-column-gap: 2em;
	}
	.single-post .entry-content:not(.swiper-footer) {
		margin-left: 5em;
		margin-top: 0;
		margin-right: 3em;
		padding-right: 0;
	}
	.single-post .hentry .entry-header { padding:6em 0 1.2em 0;}
	.single-post #thecalcheader h1 {font-size: 2.6em;font-weight: 500;}
	.entry-content ul.cat-list li::after {display:block;}
	ul.cat-list {margin-left: -4em;margin-bottom:30px;}
	.entry-content ul.cat-list li {padding-left: 4em;}
	.cat-list a {font-size: 1.6em;color:black;}
	.cat-list a:hover {color:var(--active);}
	.single-post .entry-content p {font-size:1.2em;}
	.single-post .entry-content:not(.swiper-footer) h3 {font-size:1.4em;letter-spacing: -0.4px;}
	.single-post .entry-content:not(.swiper-footer) h4 {font-size:1.2em;letter-spacing: -0.4px;}

	.single-post .entry-content h2 {font-size:1.9em;}

	.entry-title, .page-title, .widecolumn h2 {font-size:2em;}
	.postsinlist.archive article a .entry-content .entry-header::before {display:block;}
	.postsinlist.archive article a .entry-content .entry-header::after {display:block;}
	.postsinlist.archive article h4.post-title {font-size: 1.2em;line-height:1.3;padding-bottom:1em;}
	#founder .person .pflex {padding-top:3em;}
	body header .entry-header p {
		margin:1em 0 0;
		font-size:1.4em;
		line-height: 1.6em;
	}
	.postsinlist article a {
		border: 1px solid transparent;
	}
	.postsinlist.archive article a .entry-content .entry-header {
		margin-bottom: 2.7em;
		padding: 1em 1em 1em 0!important; 
	}
	.postsinlist article a .entry-content {
		align-items: center;
		grid-template-columns:repeat(auto-fit, minmax(50%, 1fr));
		grid-auto-rows: unset;
		grid-template-rows:unset;
	}
	.postsinlist.archive article a .entry-content {
		border-top:1px solid transparent;
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		padding:3rem!important;
	}
	.postsinlist.archive { 
		margin:0 0 5em;
		padding:0;
		/*grid-template-columns: 1fr 1fr;	*/
		/*grid-template-columns:repeat(auto-fill, minmax(600px, 1fr));*/
		grid-template-columns:repeat(auto-fit, minmax(600px, 1fr));
		column-gap:0;
		row-gap:0;
		
		border: 1px solid #000;
		border-bottom: 0px solid white;
	}
	.postsinlist.archive.onepost {
		grid-template-columns: 1fr 1fr;	
		border-bottom: 1px solid black;
		border-top:0px solid black;
	}
	.postsinlist.archive.onepost > article .entry-content {
		border-bottom: 0px solid white!important;
		border-top: 1px solid black!important;
	}
	.postsinlist.archive a {
		padding:0;
		
		height:40vh;
		min-height:300px;
	}
	body .swiper-projects-arrows > *:hover {
		opacity: 1;
	}
	.swiper-projects .swiper-slide:hover {
		transform:scale(1.05);
		grid-template-rows: 55% 45%;
		padding-bottom:1px;
	}
	.swiper-projects .swiper-slide:hover .card-details {
		font-size:1em;
		padding:0 1em;
		background-color:#fff;
		border:1px solid #ccc;
	}
	.swiper-projects .swiper-slide:hover .card-details h4 {
		margin: 0.5em 0;
	}
	.person .imgwrap {
		height:300px;
	}
	#people.fourcol {
		gap: 2em 5em;
	}
	#founder .person .pflex .imgwrap {
		width: 176px;
	}
	#founder .person .pflex .peopletext columns {
		columns:2;
	}
	.swiper-logos .swiper-slide p {
		padding: 0.2em 0;
		line-height: 1.2;
		font-size: 0.9em;
	}
	.logos-wrapper .swiper-button-next, .swiper-projects .swiper-button-next {
		padding:0 1.8em;
	}
	.swiper-logos {  
		height:100px;
	}
	.swiper-logos .swiper-slide {
		max-width: 200px;
	}
	.spacer {margin:0 0 10em;}
	#cert-list ul li img {object-position: center;}
	#cert-list ul li {
		grid-template-columns: 1fr 6fr;
		gap: 0 2em;
		padding: 0.5em 0;
	}
	.page-id-10 article .entry-content {padding:0 0 3em;}
	.page-id-10 .entry-content-after {margin: 2em 0;}
	.entry-content .buttons-wrapper a.button { margin-bottom:0; }
	blockquote:before {
		top: calc(50% - 30px);
		left: -0.9em;
		padding: 8px;
		font-size: 32px;
		width: 30px;
		height: 30px;
		line-height: 0.8;
	}
	blockquote {
		margin-left:0;
	}
	.page-id-10 {
		background-position: right top;
		background-size:45vw auto;
	}
	.entry-content-after {margin:5em 0;}
	#service-cats .tooltip-text {
		padding: 0.9em 1.3em 1.1em;
	}
	#service-cats .tooltip-content {
		width: 400px;
	}
	body .menu-toggle:hover, body.mobmenuopen .menu-toggle:focus {
		background-color:#fff;
	}
	body .menu-toggle:focus {background-color:#000;}
	.home .menu-toggle:hover, .home .menu-toggle:focus {
		background-color:#333335;
	}
	.dark .menu-toggle:hover, .dark .menu-toggle:focus {
		background-color:#fff;
	}
	.scrolled.home .menu-toggle {background-color: white;}
	.scrolled.mobmenuopen.home .menu-toggle {background-color: black;}
	.scrolled.home #menu-toggle span {background-color: black;}
	.scrolled.mobmenuopen.home #menu-toggle span {background-color: white;}
	#main section:last-child, .entry-content.swiper-footer section {padding-bottom: 5em; }
	.swiper-projects-arrows {transform: scale(0.7);padding:1em 0 0;}
	#swiper-button-next-proj {
		background-position: 5px -847px;
		transform:unset;
	}	
	#swiper-button-prev-proj {
		background-position: 5px -847px;
		transform:rotate(180deg) scale(1);
	}
	.swiper-projects {
		height: 600px;
		max-height:75vh;
		padding:2em 0 0;
	}
	.flexed {display:flex;} 
	.flexed > * {margin:0!important;}
	section.grayish {padding: 1em 0 4em!important;}
	#service-cats ul li.service-icon::after {
		height: 3em;
		width: 3em;
		top: 0.9em;
		left: -3.7em;
		transform: scale(1);
		transform-origin: top left;
	}
	#service-cats h6 {
		margin-bottom: 1.5em;
	}
	#service-cats ul li {
		padding: 1.5em 0;
	}
	.threcol {
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		gap: 2em 5em; 
		margin:5.5em 0;
	}
	.threcol > div:last-child { grid-column: unset; }
	#main section.home-contents {
	  padding: 0 0 4em;
	}
	section.home-contents::after {
		width: calc(50vw + 4em);
		max-height: 920px;
	}
	.entry-content .list-wrapper ul li {padding-left: 2.4em;line-height:1.6;margin-bottom: 0.5em;}
	section.home-contents .widediv.flex50 .rightcell-wrap {
		margin:0 14vw 0 0;
	}
	.inner-wrapper.flex50 {display:flex;gap: 3em;}
	.home .widediv.flex50 { padding: 0 0 5.5em;}
	.widediv.flex50 {display:flex;gap: 3em;}
	.entry-content section.home-contents h3 {
		margin:2em 0;
	}
	.slidetexts-wrap h2 {
		text-indent: -2em;
	}
	.home .logoheader a img, .dark .logoheader a img, .single-post .logoheader a img {
	  filter: invert(100%);
	}
	.home.scrolled .header-spacer { background-color:transparent;}
	#menu-toggle span {margin-bottom: 6px;background-color:white;}
	#menu-toggle span:first-child {margin-top:0;}
	.slidetexts-wrap {
		position: absolute;
		text-align: left; 
		margin: 0;
		color: white;
		/*width: calc(100% - 12em);*/
		padding: 0 2em 22vh 0;
		bottom: 0;
		z-index: 2;
	}
	
	.slidetexts-wrap h2{
		font-size: 5.5vw;
		line-height: 1.1;
		color:unset;
		font-weight:500;
		text-indent: -1em;
		padding-left:0em;
		padding-bottom: 0;
		transform: translateY(635px);
		margin-left:-15em;
		width:unset;
	}
	
	
	.swiper-hero .swiper-slide.swiper-slide-active .slidetexts-wrap h2{
		transform: translateY(0);
		text-indent: -3.1em;
		padding-left:4em;
		padding-bottom: 0;
		margin-left:0;
	}
	
	
	#main section, #contact-banner, .entry-content.swiper-footer section { padding: 2em 0 4em; }
	#topBtn {
		right: 40px;
	}
	.website-title {
		float: right;
		font-size: 0.8em;
		padding:0;
	 }
	#menu-socials li {padding: 0.1em 0;}
	.fatfooter .widget-area .menu-footer-container ul.menu {
		column-count: 2;
		column-gap:0.2em;
	}
	#nav_menu-3 ul.menu li {display:block;padding:0;}
	.fatfooter {
		grid-template-columns: minmax(auto, 35%) minmax(auto, 33%) minmax(auto, 32%);
		grid-template-rows: 1fr;
		grid-column-gap: 4em;
		grid-row-gap: 0; 
		align-items: center;
		margin:5em 0 6em 0;
		padding-bottom: 0;
	}
	.logofooter img {width: 100%;}
	.fatfooter > .widget-area.second {display:block;}
	.fatfooter > .widget-area.third {
		display: flex;
	}
	.fatfooter > .widget-area > .widget_nav_menu:nth-child(1) {
		flex: 0 0 calc(100% - 1.5em);
		padding-right: 2em;
		box-sizing: border-box;
	}
	.fatfooter > .widget-area > .widget_nav_menu:nth-child(2) {
		flex: 0 0 1.5em;
	}
	.fatfooter ul {
		list-style-type:none;
		margin: 0px 0 20px;
		line-height: 30px;
	}
	.fatfooter ul li {
		padding-top: 0;
		border-width: 0;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	
	
	.entry-content a.button, #thefooter a.button, .contact-form button, .contact-form input[type="button"], .contact-form input[type="reset"], .contact-form input[type="submit"] {
		padding: 0.3em 1.2em 0.4em 1.2em;
		border-radius:2em;
		margin:0 1em 0 0;
		white-space: pre;
	}
	.main-navigation-mob {
		padding:7em;
	}
	#menu-toggle.toggled-on span {
		-webkit-transform: rotate(45deg) translate(-5px, -9px);
		transform: rotate(45deg) translate(-5px, -9px);
		background: #000;
	}
	#menu-toggle.toggled-on span:nth-last-child(2) {
	  -webkit-transform: rotate(-45deg) translate(-5px, 11px);
			  transform: rotate(-45deg) translate(-5px, 11px);
	}
	.menu-toggle {
		height: 65px;
		width: 65px;
		padding: 6em 7.1em;
		background-color: #333335;
		margin: 0;
		font-size: 3px;
	}
	.mobmenuopen #nav-circle {
		width:250vw;
		height:250vw;
		right: -120vw;
		top: -120vh;
		
	}
	#main section, #contact-banner, .entry-content.swiper-footer section {padding: 2em 0; }
	.buttons-wrapper {margin:3em 0 0;}
	.maincontent-wrapper, #thefooter > .container, .inner-wrapper, .entry-header-content-wrapper {
		padding-left: 5.3em;
		padding-right: 5.3em;
	}
	.single-post .maincontent-wrapper {padding:0;}
	.fourcol {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 2em;
		margin: 5.5em 0;
	}
	.twocol {
		grid-template-columns: 1fr 1fr;
		gap: 0 8vw;
	}
	#contact-buttons a { 
		padding:3em 0 3em 3em;
	}
	#contact-buttons a::before {
		position: absolute;
		left: 0;
		top: 3.3em;
	}
	.fancybox-toolbar {
		transform: scale(1.3);
		transform-origin: top right;
	}
	ul.gridlist.mmttiles > li > a::before {right: 16px;top:17px;}
	.single-post .entry-content {
		margin-bottom:0;
	}
	.entry-content .contact-form label {
		font-size: 17px;
	}
	.content-area.wide.page.contact {
		display: grid;
		grid-template-columns: minmax(20px, auto) 1fr;
		grid-gap: 30px;
	}
	.content-area.wide.page.contact .entry-content.half-sided {
		padding-top: 13px;
		padding-left: 2em;
		margin-bottom: 3em;
		border-left: 0px solid #c8c8c8;
		border-top: 0px solid #fff;
	}
	.entry-content .contact-form p {
		/*font-size: 0.85em;*/
	}
	blockquote {margin-left: -20px;}
	header .entry-header .entry-header-content-wrapper > p {width:80%;}
	body header .entry-header .entry-header-content-wrapper > p br {
		display: block;
	}
	.entry-actions {}
		.share.middle .tooltip-content::after {
			top: 100%;
			left: unset;
			right:14px;
			transform: none;
		}
		.share .tooltip-item::after {width: 100%;}
		.entry-action-button.contact {display:block;}
	#sidebar {
		position: -webkit-sticky; /* Safari */
		position: sticky;
		z-index:2;
		overflow:unset;
		right: 0;
		top: 0;
		transform: unset;
		transform-origin: right;
	}
	#main, .sidebar, #primary:not(.ofsection) {padding-top: 0;/*padding-top: 35px;*/}
	body.page-template-page-section ul.gridlist.mmttiles {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding:0;
	}
	header .entry-header .entry-header-content-wrapper > * {width:80%;}
	.postsinlist article h4.post-title {font-size: 1.1em;}
	.postsinlist article p {font-size: 1.1em;}
	.header-spacer {
		box-shadow:none!important;
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
	}
	.header-navigation ul.sub-menu-paged {
		display:grid;
	}
	.large-paragraph p {
		font-size: 1.3em;
		/*font-size: 1.6em;*/
		line-height: 1.35;
		margin-bottom: 0.6em;
	}
	#tophead {
		position: relative;
		top:unset;
		width:auto;
	}
	.header-spacer {
		/*position: relative;
		top:unset;
		width:100%;*/
		background-color: transparent;
	}
	/*.logged-in .header-spacer {top:0;}*/
	#tophead {
		margin-top: 0;
	}
	.page-template-page-section header#tophead {
		height:100vh;
	}
	.page-template-page-section header .page-featured-image.feat-large {
		height: 100%;
	}
	.page-template-page-section header #thecalcheader {
		position: absolute;
		bottom: 0;
		background-color: transparent;
		overflow: visible;
	}
	.page-template-page-section header #thecalcheader:before {
		background: linear-gradient(10deg, rgb(0, 0, 0) 2%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
		opacity: 0.8;
		width: 100%;
		height: 40vh;
		position: absolute;
		z-index: 0;
		content:" ";
		display:block;
		bottom: 0;
	}
	.page-template-page-section header .entry-header h1 {
		border-bottom: 2px solid white;
		padding-bottom: 0.1em;
		margin-bottom: 0;
		color: white;
	}
	.page-template-page-section header .entry-header-content-wrapper {
		color: white;
		position: relative;
		z-index: 1;
	}
	/*
	.page-template-page-section section.grayish::before {
		background-color: var(--lightbg);
	}
	.page-template-page-section ul.gridlist.forchildren > li {
		border: 1px solid #8b8e95;
	}
	.page-template-page-section ul.gridlist.forchildren > li:first-child {
		border-right: 1px solid #8b8e95;
	}
	*/
	header .entry-header {padding-top:8em;padding-bottom:2.5em;}
	body header .entry-header p {margin-bottom:0;}
	body #wpadminbar {display:inline-block;width:auto;}
	.site-header-main .site-header-menu {display:block;}
	.mob-menu-wrapper {
		margin: 0 -3em 0 25px;
		opacity:0;
		padding:0;
	}
	.scrolled .mob-menu-wrapper {
		margin-right:0em;
		opacity:1;
		transition: margin 0.25s ease-out 0.25s, opacity 0.25s ease-out 0.2s;
	}
	#menu-toggle {/*display:none;*/}
	.languagedbox {display:block;}
	.site-header-main {
		margin-top: 1.5em;
		padding: 0 1.5em;
		display:flex;
		width:auto;
		align-items: center;
		justify-content: center;
	}
	.site-header-main .site-branding {flex:0 0 315px;width:auto;}
	.logoheader a img {width:315px;max-width:unset;}
	.logoheader a {display: block;overflow:hidden;width:100%;transition:width 0.25s ease-out;}
	.scrolled .logoheader a {width:50px;transition:width 0.25s ease-out;}
	body .logoheader a:hover {width:100%;transition:width 0.25s ease-out;}
	.share.middle .tooltip-content {
		width: 295px;
		left: unset;
		right: 0;
		padding-top: 0;
		margin: 0 0 70px 0;
		top: unset;
		bottom: 100%;
	}
	.single-post .hentry .entry-header {}
	body:before {
		/*
		z-index: 0;
		background-color: #f1f7f7;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		
		width: calc(25% + 25px);
		*/
	}
	.sidebar {
		float: right;
		margin-left: -100%;
		margin-right:0;
		max-width: 413px;
		position: relative;
		/*width: 29.4118%;*/
		width: calc(20% + 25px);
	}
	.sidebar-header {	display:block;}
	.parent-page-title {}
	.entry-title, .page-title, .widecolumn h2 {
		font-size: 2.1em;
		line-height: 1.2308;
		margin-bottom: 1.2308em;	
	}
	.page-template-page-section .entry-title {
		font-size: 3.1em;
	}
	#thecalcheader h1 {
		padding-bottom: 0em;
		margin-bottom: 0.1em;
	}
	.main-navigation {margin: 0;}
	.widget {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0;
		padding:0;
	}
	.site-content {
		display: block;
		float: none;
		margin-right: 0;
		margin-left:0;
		width: 100%;
		padding-right: 0;
	}
	.archive .site-content, .blog .site-content {
		margin-right: 0;
		padding-right:0;
		width: 100%;
	}
	.page-template-page-wide-smallheading .site-content, .page-template-page-wide .site-content, .page-template-default .site-content, .page-template-page-contact .site-content {
		padding-right:0;
	}
	body.page-template-page-wide-smallheading .site-content, body.page-template-page-wide .site-content, body.page-template-page-contact .site-content, body.error404 .site-content, body.search .site-content { 
		margin-right: 0;
		width: 100%;
	}
	.site {	max-width:unset;}
	/*.site-header-main {	padding: 0 110px 0 25px;}*/
	.page #main { padding-top:0; }
	.page #main article.has-post-thumbnail {  }
	.page #main article.post-password-required .page-featured-image  { margin-top:-70px; }
	body.home .hentry {	padding-top:0px;}
	.hentry, .page-header, .page-content {margin: 0;}
	.site-main {padding: 0;}
	.entry-header, .page-header {padding: 0 6%;	}
	.entry-content, .entry-summary, .page-content {	/*padding: 0 5vw 10%;*/	}
	body.page-template-page-wide-smallheading .entry-content, body.page-template-page-wide-smallheading .entry-summary, body.page-template-page-wide .entry-content, body.page-template-page-wide .entry-summary, body.error404 .page-content, body.search .page-content, .wide .entry-content {
		padding: 0 0 4.5em;
	}
	body.page-template-default .entry-content, body.page-template-default .entry-summary, .nosidebar .entry-content {
		padding: 0 0 4.5em;
	}
	body.page-template-page-contact .entry-content, body.page-template-page-contact .entry-summary, .contact .entry-content {
		padding: 0 0 4.5em;
	}
	body.page-template-page-wide.home .entry-content {padding-bottom:0;}
	.entry-footer { padding-left: 6% }
	#thefooter {/*padding:75px 25px 25px 25px;*/}
	.quarter {width: 23%;}
	.half.right {
		width: 32%;
		margin: 0 0 0 1%;
	}
	.quarter,
	.two-thirds {
		margin: 0 1%;
	}

	.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2 {
		/*font-size: 2.4em;*/
		font-size:1.5em;
	}
	.entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3 {
		font-size: 2.05em;
		margin-top: 1.37em;
		margin-bottom: 0.6em;
	}
	.entry-content h4, .entry-content-after h4, .entry-summary h4, .page-content h4, .comment-content h4, #thefooter h4 {
		font-size: 1.4em;
		margin-top: 1.37em;
		margin-bottom: 0.6em;
	}
	.entry-content h5, .entry-content-after h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
		font-size: 1.2em;
		line-height: 1.15;
		margin-top: 1.3em;
		margin-bottom: 0.2em;
	}

	.hentry + .hentry, .page-header + .hentry, .page-header + .page-content {margin-top: 0;}
	.postsinlist article p {font-size: 0.9em;}
	ul.gridlist.mmttiles li > a.subpagedplus {
		padding: 23px 25px 23px 25px;
	}
	ul.gridlist.mmttiles h3 {padding-right:30px;}
	ul.gridlist.mmttiles .gridlinkdummy {
		padding: 20px 20px 10px;
	}
	ul.gridlist.mmttiles.threecol li a {padding:25px 70px;}
	ul.gridlist > li .gridlinkdummy a {}
	
	ul.gridlist.mmttiles {	grid-template-columns: 1fr 1fr;	}
	ul.gridlist.mmttiles.threecol {	
		grid-template-columns: 1fr 1fr 1fr;
		margin: 0;
		padding: 0;
		border-width: 0px;
		grid-gap: 20px;
		gap:20px;
	}
	ul.gridlist.mmttiles > li {}
	body.home .entry-header.home {
		padding-bottom: 70px;
		margin-bottom: 40px;
	}
	ul.gridlist.mmttiles h3{
		font-size:22px;
		font-size:2.2rem;
		line-height:1.3;
		padding-bottom: 0; 
	}
	ul.gridlist.mmttiles > li .gridlinkdummy h3 a:before {
		right: 26px;
		bottom: 29px;
		transform:scale(1);
		opacity: 1;
	}
}
/* END 59.6875em  */

/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	ul.gridlist.mmttiles > li .gridlinkdummy h2 a::before {
		background-position: -24px -789px;
		width: 154px;
	}
	
	.large-paragraph p {
		font-size: 1.4em;
	}
	#main, .sidebar, #primary:not(.ofsection) {padding-top: 0;/*padding-top: 35px;*/}
	/*.home #primary:not(.ofsection) {padding-top: 0;}*/

	ul.gridlist > li .gridlinkdummy a {}
	body.page-template-page-section ul.gridlist.mmttiles {
		width: calc(100% + 80px);
		margin-left: -40px;
	}
	ul.gridlist.mmttiles.threecol {
		width: 100%;
		margin:0;		
	}
	ul.gridlist.forchildren {grid-gap:20px;}
	ul.gridlist.mmttiles li > a.subpagedplus {padding: 23px 25px 23px 25px;}
	ul.gridlist.mmttiles .gridlinkdummy {padding: 33px 40px 20px 40px;}
	ul.gridlist li .gridlinkdummy ul li a {margin-right: 50px;font-size: 1.35em;}
	.site-header-main .site-branding {}

	.logoheader a:before {
		/*
		position:absolute;
		left:-5vw;
		top:0;
		background-color:#cecece;
		content:"";
		height:100%;
		width:calc(10vw + 130px);
		z-index: -1;
		transform: scaleX(0);
		transform-origin: left;
		opacity:0;
		transition:all 0.2s ease;
		*/
	}
	.logoheader a:hover::before {
		/*
		transform: scaleX(1);
		opacity:1;
		*/
	}
	.logoheader a:hover {
		/*filter: invert(100%);*/
		transition:all 0.3s ease;
	}
	.logoheader a:hover img {}
	#main section:last-child, .entry-content.swiper-footer section {padding-bottom: 6em;}
	.home #main section:last-child, .entry-content.swiper-footer section {padding-bottom: 4em;}
	#main section, #contact-banner, .entry-content.swiper-footer section {padding: 3em 0 6em;}
	#main section.grayish {padding: 3em 0 3em;}
	#main section.grayish.threcol { }
	.postsinlist { 
		column-gap: 4.5em;
		row-gap: 1.5em;
		grid-template-columns: 1fr 1fr;
	}
	.single .postsinlist { 
		column-gap: 1.5em;
		row-gap: 0.5em;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.postsinlist.archive {}
	.postinlistthumbwrap img {
		width:250px;
		height:200px;
	}
	.single .postinlistthumbwrap img {
		width:100%;
	}
	.postsinlist.archive .postinlistthumbwrap img {
		width: 100%;
		height: 100%;
		/*max-height: 80vh;*/
	}
	.cSlider--single .slick-track {height: calc(100vh - 150px);}
	
	table.tableofitems.wp-block-table tr td.size-medium{width:25%;}
	table.tableofitems.wp-block-table tr td.size-small{width:15%;}
	table.tableofitems.wp-block-table tr td.size-large{width:40%;}

	.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2 {
		/*font-size: 2.7em;*/
		font-size:1.9em;
	}
	.entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3 {
		font-size: 2.35em;
		margin-top: 1.37em;
		margin-bottom: 0.6em;
	}
	.entry-content h4, .entry-content-after h4, .entry-summary h4, .page-content h4, .comment-content h4, #thefooter h4 {
		font-size: 1.7em;
		margin-top: 1.37em;
		margin-bottom: 0em;
	}
	.entry-content h5, .entry-content-after h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
		font-size: 1.5em;
		line-height: 1.35;
		margin-top: 1.3em;
		margin-bottom: 0.2em;
	}
}
/* END 68.75em */

/**
 * 16.6 Desktop Large 1240px
 */
/*@media screen and (min-width: 77.5em) {*/
@media screen and (min-width: 87.6875em) {

		.evaluations-wrap ul {
			grid-template-columns: repeat( 2, 1fr );
		}
		.cSlider--single .slidetexts-wrap h2 {
			font-size: 3.5em;
		}
		.header-navigation ul.sub-menu-paged.competence {
			right: 0;
			width: 886px;
		}
		.entry-title, .page-title, .page-template-page-section .entry-title, .widecolumn h2 {
			font-size: 2.5em;
			line-height: 1.2308;
		}
		.cSlider--single .slick-track {height: calc(100vh - 173px);}
		#main section.grayish {padding: 3.6em 0 3.6em;}
		.logoheader a:before {
			/*width:calc(10vw + 130px);*/
		}
		#tophead .site-header-main { height: 56px;}
		.evaluations-wrap {
			/*width: calc(100% + 137px);*/
		}
		.single-post header .entry-header h1 {
			width: calc(100% - 350px);
		}
		.single-post .site-content {
			margin-right: 0;
			margin-left: 0;
			width: unset;
			padding-right: 0;
		}
		.contributions-wrap ul li {
			padding: 10px 39px;
		}
		.single-post .sidebar { display:block; }
		.content-area.wide.page.contact {
			display: grid;
			grid-template-columns: minmax(20px, auto) 1fr;
			grid-gap: 60px;
		}
		.content-area.wide.page.contact .site-main {}
		.content-area.wide.page.contact .entry-content.half-sided {
			padding-top: 0;
			padding-left: 4em;
			margin-left: 0;
			border-left: 0px solid #c8c8c8;
			margin-bottom: 3em;
		}

		header .entry-header .entry-header-content-wrapper > p {/*width:60%;*/}
		.page-template-default header .entry-header .entry-header-content-wrapper > p {
			/*width:unset;*/
		}
		body.page-template-default .entry-content ul {
			/*
			-webkit-columns: 3;
			-moz-columns: 3;
			columns: 3;
			column-gap: 20px;
			width: 100%;
			*/
		}
		.share.middle .tooltip-content::after {
			left: 50%;
			right: unset;
		}
		.share.middle .tooltip-content {
			/*margin-bottom: -50px;*/
		}
		.share.middle .tooltip-content {
			width: 295px;
			left: 0;
			right: unset;
			padding-top: 0;
			margin: 0 0 70px -127px;
			top: unset;
			bottom: 100%;
		}
	ul.gridlist.mmttiles .gridlinkdummy {padding: 33px 108px 20px 39px;}
	ul.gridlist li .gridlinkdummy ul li a {margin-right: 0;}
	
	.cSlider--nav .cSlider__item h2 {font-size: 1.25em;line-height:1.6842;}
	.header-navigation ul.sub-menu-paged.work {
		right: 226px;
		width: 730px;
	}
	.header-navigation ul.sub-menu-paged ul.children > li a {font-size: 17px;}
	.header-navigation ul.sub-menu-paged > li > a {font-size: 20px;}
	.entry-content h2.titleofposts-home {
		margin-top:0.7em;
		margin-bottom:1em
	}
	.large-paragraph p {
		font-size: 1.5em;
		line-height: 1.35;
		margin-bottom: 0.6em;
	}
	.postinlistthumbwrap img {
		width:300px;
		height:225px;
	}
	.single .postinlistthumbwrap img {
		width:100%;
	}
	.postsinlist.archive .postinlistthumbwrap img {
		width: 100%;
		height: 100%;
	}
	.cSlider--single .slidetexts-wrap h2{
		font-size: 3em;
		line-height: 1.3;
		margin-bottom: 15px;
		padding-bottom:0;
	}
	.cSlider--single .slidetexts-wrap .slidetext{
		font-size: 1.2em;
		line-height: 1.15;
	}
	.postsinlist article a time {
		height:unset;
		padding:3px 10px;
	}
	.postsinlist article a .postinlist-categories {
		height:unset;
		padding:3px 13px;
	}
	.primary-menu li a {
		font-size: 21px;
		font-size: 1.7rem;
		line-height:1.5;
	}
	.header-navigation ul.sub-menu-paged > li > a { /*topmost*/
		font-size: 20px;
		font-size: 1.95rem;
	}
	ul.gridlist.subpages {grid-template-columns: 1fr 1fr 1fr;}
	body, button, input, select, textarea {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.6842;
	}
	#sidebar {top: -107px;}
	.single-post #sidebar {top: -30px;}
	.entry-title, .page-title, .widecolumn h2 {/*
		font-size: 60px;
		font-size: 6rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;*/	
	}
	.entry-content h2, .entry-content-after h2, .entry-summary h2, .page-content h2, .comment-content h2 {
		/*font-size: 2.4em;*/
		line-height: 1.15;
		margin-top: 2em;
		margin-bottom: 1em;
		font-size:3.3em;
	}
	.entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3 {
		/*font-size: 2.02em;*/
		line-height: 1.15;
		margin-top: 1.37em;
		margin-bottom: 0.6em;
		font-size:3em;
		font-weight:400;
	}
	.entry-content h4, .entry-content-after h4, .entry-summary h4, .page-content h4, .comment-content h4, #thefooter h4 {
		/*font-size: 1.55em;*/
		line-height: 1.45;
		margin-top: 1.37em;
		margin-bottom: 0.6em;
		font-size: 1.6em;
		font-weight: 500;
	}
	.entry-content h5, .entry-content-after h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
		font-size: 1.35em;
		line-height: 1.35;
		margin-top: 1.3em;
		margin-bottom: 0.6em;
	}
	.site-header-main .site-branding {/*padding-right: 60px;*/}
	body.home .entry-header.home h1{
		padding-top:50px;
		font-size: 190%;
		font-weight:500;
	}
}
/* END 77.5em */


/**
 * 16.7 Desktop XXX-Large >>>1403px
 */
@media screen and (min-width: 100.6875em) {
		ul.gridlist.mmttiles.threecol {	
		gap:40px;
	}
	.threcol {
		gap: 2em 1em; 
	}
	.site-header-main {
		padding: 0 2em;
	}
	.flexed {
		margin:3em 0;
	} 
	.maincontent-wrapper, #thefooter > .container, .inner-wrapper, .entry-header-content-wrapper {
		padding-left: 2em;
		padding-right: 2em;
	}
	.swiper-projects-arrows {
		padding:3em 0 0;
		transform: unset;
	}
	.swiper-projects {
		padding:4em 0 0;
	}
	.cSlider--single .slick-slide .slidetexts-wrap .slidetext{
		height:107px;
	}
	.single-post .hentry .entry-header { }
	ul.gridlist.mmttiles {	grid-template-columns: 1fr 1fr;}
	ul.gridlist.mmttiles li > a.subpagedplus {padding: 23px 25px 23px 25px;}
	ul.gridlist.mmttiles .gridlinkdummy {padding: 33px 70px 33px 40px;} 
	/*ul.gridlist.mmttiles li a:before {
		background-position: -26px -728px;
		right: 26px;
		bottom: 29px;
	}*/
	body:before {/*width:25%;*/}
	#sidebar {/*top: -160px;*/top:20px;}
	.single #sidebar {/*top: -50px;*/top:20px;}
	.sidebar {
		max-width: unset;
		position: relative;
		width: 20%;
	}
	.sidebar-header {}
	.parent-page-title {}
	.entry-title, .page-title, .widecolumn h2 {/*
		font-size: 60px;
		font-size: 6rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;*/
	}
	.main-navigation {margin: 0;}
	.widget {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 10px 0 60px;
		padding: 0 10px 0 85px;
	}
	#secondary .widget {
		padding-left:0;
	}
	.site-content {
		margin-right: 20%;
		width: 80%;
	}
	.page-template-default .site-content {margin-right:0;width:100%;}
	.page-template-default .site-content article .entry-content, 
	header .entry-header .entry-header-content-wrapper > *, 
	.limit-width {
		max-width: 900px;
	}
	.page-template-default.page-id-10 .site-content article .entry-content {max-width: 650px;}
	.archive .site-content, .blog .site-content {
		margin-right: 0;
		padding-right:0;
		width: 100%;
	}
	body.page-template-page-wide-smallheading .site-content, body.page-template-page-wide .site-content, body.page-template-page-contact .site-content, body.error404 .site-content, body.search .site-content { 
		margin-right: 0;
		width: 100%;
	}
	.site-header-main .site-branding {/*flex:0 0 140px;*/}
	/*.site-header-main, */.maincontent-wrapper, .entry-header-content-wrapper {margin-top: 0;padding: 0;}
	.logoheader a:before {/*left:-70px;*/}
	body.page-template-page-wide-smallheading .entry-content, body.page-template-page-wide-smallheading .entry-summary, body.page-template-page-wide .entry-content, body.page-template-page-wide .entry-summary, body.page-template-default .entry-content, body.page-template-default .entry-summary, body.page-template-page-contact .entry-content, body.page-template-page-contact .entry-summary, body.error404 .page-content, body.search .page-content, .wide .entry-content {padding: 0 0 6em;}
	body.page-template-page-wide.home .entry-content {padding-bottom:0;}
	.breadcrumbs {padding: 11px 85px 0 85px;}
	#main, .sidebar, #primary:not(.ofsection) {padding-top:0;}
	.page #main { padding-top:0; }
	.page #main article.has-post-thumbnail {  }
	.page #main article.post-password-required .page-featured-image  { margin-top:-70px; }
	#thefooter {margin-top:0;padding-bottom:1.5em;}
	.half.right ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 10px;
	}
	.half.right {
		width: 48%;
		margin: 0 0 0 1%;
	}
	.quarter, .two-thirds {
		margin: 0 1%;
	}
	.quarter {
		width: 24%;
	}
	.quarter.left {
		width: 22%;
	}
	.quarter.right {
		float:left;
	}
	.left, .quarter.left, .one-third.left {
		margin: 0 2% 0 0;
	}
}


/**
 * 17.0 Print
 */

@media print {
	.sidebar-header {
		padding: 10px 0;
	}
	.page-featured-image, .entry-actions, .site-header-main, #sidebar, #menu-toggle {
		display:none!important;
	}
	.entry-header, .page-header, .entry-content, .entry-summary, .page-content, .entry-content h3 {
		padding:10px 0!important;
	}
	.fatfooter, .website-title, a.privacy-policy-link, .website-terms, a.searchme {
		display:none!important
	}
	.entry-content h3, .entry-content-after h3, .entry-summary h3, .page-content h3, .comment-content h3, #thefooter h3 {margin-top:0px;}
	.breadcrumbs {
		background-color:white;
		margin-bottom: 20px;
	}
	.entry-title {
		margin-bottom:0;
	}
	#thefooter {background-color:white;margin-top:10px;}
	#topBtn {display:none!important}
	.entry-content ul {
		list-style: disc!important;
	}
	.entry-content ul li {
		margin-bottom: 4px;
		padding-left: 0px!important;
		margin-left: 20px!important;
		position: relative;
		line-height: 27px;
		list-style-type: disc!important;
	}
	.entry-content ul li:after, .text-list li:after {
		display: none;
	}
}




/*admin bar*/
#wp-admin-bar-site-name .ab-sub-wrapper {display:none!important;}
#wp-admin-bar-site-name a {font-size:0px;}
#wp-admin-bar-site-name a:before {font-size:20px;} 
#wp-admin-bar-updates, #wp-admin-bar-customize, #wp-admin-bar-wp-logo, #wp-admin-bar-comments, #wp-admin-bar-top-secondary, #wp-admin-bar-visitsite {display:none!important;}
#wp-admin-bar-wpfc-toolbar-parent > .ab-empty-item::before {display:none!important;}
