/*!
Theme Name: Innovayt Theme
Theme URI: http://underscores.me/
Author: Eksakte
Author URI: https://eksakte.dk/
Description: Custom theme for Innovayt
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: innovayt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Innovayt Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}


/**
Smooth scroll to target + offset
*/
html {
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

html {
	font-size: 16px;
}

/* Variables
--------------------------------------------- */

:root {

	--inno-color-grey-dark: #232323;
	--inno-color-grey-medium: #333333;
	--inno-color-grey-light: #959290;

	--inno-color-blue-dark: #61AEA5;
	--inno-color-blue-medium: #75C4BB;
	--inno-color-blue-light: #C4E2D8;
	--inno-color-blue-pale: #EAF5F2; 
	
	--inno-color-bg: #F9F9F9;

  --inno-box-radius: 80px;
  --inno-img-radius: 25px;
	/*--inno-wrap-gutter: 155px;*/
	--inno-wrap-gutter: 8vw;

	--inno-pad-large: 80px;
	--inno-pad-small: 64px;

	--inno-header-height: 550px;
	--inno-header-negative: -11rem;
	--inno-hero-negative: -9.625rem;

	--inno-module-margin: 4.25rem;

	--inno-menu-height: 94px;

	--inno-content-width: calc(68vw - (2 * var(--inno-wrap-gutter)));

	--inno-grid-scale: calc((100vw - (2 * var(--inno-wrap-gutter))) / 37.74); /* Dynamic grid value. Based on design in 1440 with ~32px grid */
}




body {
	margin: 0;
	background-color: var(--inno-color-bg);
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Roboto', sans-serif;;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	color: var(--inno-color-grey-dark);
	letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1, .-h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 4.8rem;
	line-height: 125%;
}

h2, .-h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	line-height: 115%;
}

h3, .-h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

h6, .-h6 {
	font-style: normal;
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 150%;
	margin-bottom: 1rem;
}

.wysiwyg h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height:  150%;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.wysiwyg img {
	border-radius: var(--inno-img-radius);
}

.wysiwyg p {
	line-height: 160%;
}

.wysiwyg p strong:only-child {
  font-size: 1.125rem;
	line-height: 150%;
}

.wysiwyg ul {
  list-style: none;
	padding-left: 0;
	line-height: 160%;
}

.wysiwyg ol {
	padding-left: 20px;
	line-height: 160%;
}

.wysiwyg ol li,
.wysiwyg ul li {
	position: relative;	
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.wysiwyg ul li::before {
	content: "";
	background-color: var(--inno-color-blue-medium);
	display: block;
	margin-right: 0.5rem;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}

.highlight {
	color: var(--inno-color-blue-medium) !important;
}

.sidebar h3 .highlight {
	color: black !important;
	transition: color 1s ease;
}
.sidebar h3 .highlight.-visible {
	color: var(--inno-color-blue-medium) !important;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	position: relative;
	font-style: italic;
	margin: 0 1.5em;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 140%;
	padding: 0 54px;
	margin-top: var(--inno-pad-small);
	margin-bottom: var(--inno-pad-small);
}


blockquote::before,
blockquote::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(img/bracket-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.125rem;
	height: 3.125rem;
}
blockquote::before {
	top: -5px;
	left: 0;
}
blockquote::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg) translateY(-50%);
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.textblock > *:first-child {
	margin-top: 0;
}

/* Elements
--------------------------------------------- */

.wrap {
	margin-left: var(--inno-wrap-gutter);
	margin-right: var(--inno-wrap-gutter);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: 0;
	border-spacing: 0;
	position: relative;
}

table th,
table td {
	padding: 3rem 1.5625rem 3.375rem;
	text-align: left;
	border-collapse: collapse;
}

table th {
	font-size: 1.5rem;
	line-height: 120%;
	border-bottom: 1px solid #232323;
	padding-bottom: 1rem;
	vertical-align: bottom;
	background-color: var(--inno-color-bg);
	white-space: nowrap;

	/* sticky header: */
	position: sticky;
  top: 70px;
  /*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);*/
}

table td {
	border-bottom: 1px solid rgba(35, 35, 35, 0.25);
	vertical-align: top;
}

table tr:last-child td {
	border-bottom: 0;
}

table .title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
}

table label {
	font-size: 1rem;
	line-height: 169%;
	margin-top: 0.5rem;
	color: var(--inno-color-grey-light);
}

.breadcrumbs {
	position: absolute;
	top: var(--inno-menu-height);
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 140%;
	color: rgba(255,255,255,0.5);
}

.breadcrumbs a,
.breadcrumbs a:visited { color: rgba(255,255,255,0.5); text-decoration: none; }
.breadcrumbs .breadcrumb_last { color: rgba(255,255,255,1); }

/* Links
--------------------------------------------- */
a {
	color: var(--inno-color-blue-medium);
	text-decoration: none;
}

a:visited {
	color: var(--inno-color-blue-medium);
}

a:hover,
a:focus,
a:active {
	color: var(--inno-color-blue-dark);
}

a:focus {
	outline: thin dotted var(--inno-color-blue-medium);
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	font-size: 1.125rem;
	line-height: 140%;
	padding: 1.565rem 2.50rem;
	background: var(--inno-color-blue-medium);
	border: 1.3334px solid var(--inno-color-blue-medium);
	border-radius: 133.34px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.button:visited {
	color: white;
}

.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff !important;
	border-color: transparent;
	background: var(--inno-color-blue-medium);
}

.button:active,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: transparent;
}

.-btn-white,
.-btn-white:visited {
	background-color: transparent;
	color: var(--inno-color-grey-dark);
}

.-btn-white.-with-arrow::after { opacity: 0; }
.-btn-white.-with-arrow:hover::after { opacity: 1; }

.-with-arrow {
	position: relative;
	padding-right: 5.5rem;
}

.-with-arrow::after {
	position: absolute;
	background-image: url(img/arrow-right-white.svg);
	background-position: center right;
	background-size: 2.125rem;
	background-repeat: no-repeat;
	width: 62.7px;
	height: 100%;
	margin: auto;
	right: 1.3em;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
}

input[type="submit"].wpcf7-submit {
	background-image: url(img/arrow-right-white.svg);
	background-size: 2.125rem;
	background-repeat: no-repeat;
	background-position: center right 1.625rem;
	padding-right: 5.5rem;
	float: right;
	outline-color: black;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 1.625rem 2.5rem;
	background: rgba(144, 185, 180, 0.5);
	border: 1px solid #84B6B0;
	box-sizing: border-box;
	border-radius: 25px;
	font-size: 1rem;
	line-height: 140%;
	margin-bottom: 2rem;
	opacity: 0.8;
	outline-color: var(--inno-color-blue-medium);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
	background: rgba(234, 245, 242, 0.5);
	opacity: 1;
}

::placeholder {
	color: black;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(50% - 1.68rem);
  font-size: 0.8rem;
  right: 1rem;
}

.wpcf7-form input {
	width: 100%;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-spinner {
  position: absolute;
  left: 100%;
}

.send {
	position: relative;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 5em
}

.search-form-wrap input[type="search"] {
  background-color: white;
  width: 35vw;
  margin-right: 1rem;
	opacity: 1;
}

/*--------------------------------------------------------------
# Layouts & Modules
--------------------------------------------------------------*/

.sidebar .detail {
	margin-bottom: 1.5rem;
	max-width: 370px;
	padding-right: 40px;
}

.sidebar h6,
.sidebar .detail label {
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 140%;
	text-transform: uppercase;
	display: block;
}

.sidebar h6 + p,
.sidebar .detail span {
	font-size: 0.75rem;
	line-height: 140%;
	color: var(--inno-color-grey-light);
}

.sidebar h6 { margin-bottom: 0; }

.-has-top:first-child {
	background-color: var(--inno-color-bg);
	border-radius: 0 var(--inno-box-radius) 0 0;
}

.module-content {
	padding-bottom: var(--inno-module-margin);
}

.module-content .heading {
	padding-bottom: 2em;
	border-bottom: 1px solid var(--inno-color-grey-dark);
	margin-right: var(--inno-wrap-gutter);
	margin-bottom: 4rem;
	position: relative;
}

.module-content:first-child .heading {
	padding-top: var(--inno-pad-large);
}

.module-content .content {
	display: flex;
	/*padding-bottom: var(--inno-pad-small);*/
	margin-right: var(--inno-wrap-gutter);
}

@media screen and (max-width: 1455px) { 
	#-style-early-flexcol.module-content .content {
		flex-direction: column;
		padding-bottom: 0;
		margin-left: var(--inno-wrap-gutter);
		margin-right: var(--inno-wrap-gutter);
	}
	#-style-early-flexcol.module-content .sidebar-text {
		margin-left: 0;
	}
}

.module-content .textblock {
	flex: 0 0 var(--inno-content-width);
}

.module-content.-has-image .textblock { padding-left: calc(var(--inno-grid-scale) * 3); }

.module-content .sidebar {
	flex: 1 1 100%;
}

.module-content .sidebar-text {
	margin-left: var(--inno-wrap-gutter);
	padding-right: 3.125rem;
}

.module-content .image {
	flex: 0 0 38.5vw;
	margin-left: 0;
	padding-bottom: 69.5%;
	border-radius: 0 var(--inno-img-radius) var(--inno-img-radius) 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.module-content .links {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	padding-right: 6rem;
}

.module-content .content-title {
	padding-left: var(--inno-wrap-gutter);
}

.module-content .links .button + .button {
	margin-top: calc(var(--inno-grid-scale) * 1);
}

.module-content.-sidebar-align-right .heading {
	margin-right: 0;
	margin-left: var(--inno-wrap-gutter);
}

.module-content.-sidebar-align-right .content {
	padding-left: var(--inno-wrap-gutter);
	margin-right: 0;
}

.module-content.-sidebar-align-right .content-title {
	padding-left: 0;
}

.module-content.-sidebar-align-right .textblock {
	order: -1;
	padding-left: 0;
}

.module-content.-sidebar-align-right.-has-image .textblock {
	padding-right: calc(var(--inno-grid-scale) * 2);
}

.module-content.-sidebar-align-right .sidebar .image {
	border-radius: var(--inno-img-radius) 0 0 var(--inno-img-radius);
	margin-left: calc(var(--inno-grid-scale) * 1);
}

.module-content.-sidebar-align-right .sidebar-text {
  margin-left: 3.125rem;
  padding-right: var(--inno-wrap-gutter);
}

.module-content.-layout-full .sidebar {
	display: none;
}

.module-content.-layout-full .textblock {
	flex: 1 1 100%;
	margin-left: var(--inno-wrap-gutter);
}

.module-services {
	background-color: var(--inno-color-blue-pale);
	padding-top: var(--inno-pad-small);
	padding-right: calc(var(--inno-grid-scale) * 5);
	padding-bottom: 36px;
	margin-right: var(--inno-wrap-gutter);
	margin-bottom: var(--inno-pad-large);
	border-radius: 0 var(--inno-box-radius) var(--inno-box-radius) 0;
}

.module.module-services:last-child {
  margin-bottom: 210px;
}

.module-services .title {
	margin-top: 0;
	padding-left: var(--inno-wrap-gutter);
	border-bottom: 1px solid rgba(35, 35, 35, 0.5);
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
}

.module-services .info {
  display: flex;
	margin-bottom: var(--inno-pad-small);
}

.module-services .info .subtitle { 
	flex: 0 0 49%; 
	padding-right: 6%;
	margin-bottom: 0;
	padding-left: var(--inno-wrap-gutter);
}

.module-services .info .manchet {
	flex: 1 1 auto;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 140%;
	opacity: 0.7;
} 
.module-services .info .manchet > *:last-child {
	margin-bottom: 0;
}

.module-services .services {
  display: flex;
  flex-wrap: wrap;
	padding-left: var(--inno-wrap-gutter);
	gap: 5%;
}

.module-services .services .service {
	flex: 1 1 calc(33.333% - 5%);
	margin-bottom: var(--inno-pad-small);
}

.module-services .services .name {
	font-size: 1.5rem;
	line-height: 120%;
	margin-bottom: 1rem;
}

.module-services .services .description {
	font-size: 1rem;
	line-height: 140%;
	opacity: 0.7;
}

.module-services .services a.service {
	text-decoration: none;
	color: var(--inno-color-grey-dark);
}

.module-services .services svg {
	max-height: 2.5rem;
	vertical-align: middle;
	margin-right: 0.55rem;
}

.module-services .services a.service:hover svg:not(.fill-fix),
.module-services .services a.service:hover svg:not(.fill-fix) path {
	fill: var(--inno-color-blue-medium);
}
.module-services .services a.service:hover .name {
	color: var(--inno-color-blue-medium);
}

.module-services .services a.service:hover svg.fill-fix,
.module-services .services a.service:hover .fill-fix path {
	stroke: var(--inno-color-blue-medium);
}

.module-services .services a.service:hover .fill-fix path:last-child {
	fill: var(--inno-color-blue-medium);
}
 

.module-slider {
	position: relative;
	padding-bottom: var(--inno-module-margin);
}

.module-slider .swiper {
	max-width: 100%;
	width: 100%;
	overflow: visible !important;
	padding-left: var(--inno-wrap-gutter);

	width: 40vw;
	margin-left: 0;
}

.module-slider {
	width: 100%;
	overflow: hidden;
	margin-top: 112px;
}

.slider-navigation {
	position: absolute;
	top: calc((2rem + 2.25rem) * -1);
	/*right: var(--inno-wrap-gutter);*/
	width: 50%;
	height: 4rem;
	transform: translateY(-100%);

	left: 100%;
	width: 50vw;
}

.module-slider .swiper-button-next, 
.module-slider .swiper-button-prev {
	width: 3.75rem;
	height: 3.75rem;
	background-image: url(img/arrow-right.svg);
	background-position: center;
	background-size: 1.5rem;
	background-repeat: no-repeat;
	border: 1px solid #383838;
	border-radius: 100%;
	left: auto;
	outline-color: var(--inno-color-blue-medium);
}

.module-slider .swiper-button-next:after, 
.module-slider .swiper-button-prev:after {
	display: none;
}

.module-slider .swiper-button-prev {
	background-image: url(img/arrow-left.svg);
	right: calc(3.75rem + 1rem);
}

.module-slider .swiper-button-next {
	right: 0;
}

.module-slider .swiper-pagination {
  position: absolute;
  text-align: center;
  width: 50px;
  left: auto;
  right: calc((3.75rem + 1rem) * 2);
  bottom: 0;
}

.module-slider .swiper-slide {
	text-decoration: none;
	height: auto;
}

.module-slider .swiper-slide:focus {
	outline: var(--cg-red) dotted 2px;
}

.module-slider .title {
  margin-top: 0;
  margin-left: var(--inno-wrap-gutter);
  border-bottom: 1px solid rgba(35, 35, 35, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

.module-slider .swiper-slide .image-wrap {
	margin-bottom: 2rem;
	border-radius: 33.335px;
	overflow: hidden;
}

.module-slider .swiper-slide .image {
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}

.module-slider .swiper-slide .header {
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 120%;
}

.module-slider .swiper-slide .text {
	color: var(--inno-color-grey-dark);
}

.module-slider .swiper-slide .text {
	color: var(--inno-color-grey-dark);
}

.module-slider .swiper-slide .read-more {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 115%;
	margin-top: 36px;
}

.module-slider .swiper-slide-prev {
  opacity: 0 !important;
}

.module-slider.-layout-showcase .swiper-slide {
	opacity: 0.25;
	transition: all 1s ease;
}

.module-slider.-layout-showcase .swiper-slide-active {
	width: 40vw !important;
	opacity: 1;
}

.module-slider.-layout-showcase .swiper-slide .read-more {
	opacity: 0;
}

.module-slider.-layout-showcase .swiper-slide-active .read-more {
	opacity: 1;
}

.module-slider.-layout-compact .swiper-slide .image {
	filter: grayscale(100);
}
.module-slider.-layout-compact .swiper-slide .image-wrap {
	background: rgba(36, 142, 130, 0.25);
	overflow: hidden;
	border-radius: 33.335px;
}


.module-slider.-layout-compact .swiper-slide {
	opacity: 0.25;
	transition: all 1s ease;
}

.module-slider.-layout-compact .swiper-slide-active,
.module-slider.-layout-compact .swiper-slide-active + .swiper-slide,
.module-slider.-layout-compact .swiper-slide-active + .swiper-slide + .swiper-slide {
	opacity: 1;
}


.module-testimonials {
	margin-top: 0px /*9.375rem becomes very large on 1920+ */;
	margin-bottom: var(--inno-module-margin);
}

.module-testimonials .testimonials {
	background-color: var(--inno-color-blue-pale);
	border-radius: 3.125rem;
	padding: var(--inno-pad-small) var(--inno-pad-large) 2.1875rem;
}

.quotes-wrap {
  display: flex;
}

.quotes-wrap .quote {
  flex: 0 0 0;
	width: 0;
	height: 0;
  opacity: 0;
	overflow: hidden;
	transition: all 2s ease;
 	transition-property: opacity, width;
}

.quotes-wrap .quote.active {
  flex: 0 0 100%;
  opacity: 1;
	height: auto;
}

.module-testimonials:last-child {
  margin-bottom: 180px;
}

.module-testimonials .testimonials .quote .text {
	position: relative;
	font-style: italic;
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	max-width: 650px;
	margin: 0 auto;
	padding-left: calc(1.1875rem + 1.4375rem); /* dist to text + width of quote. Needed due to overflow */
	padding-right: 1.4375rem; /* width of quote */
	padding-top: 0.4rem;
}

.quotes-wrap .quote .text::before,
.quotes-wrap .quote .text::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(img/bracket-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.125rem;
	height: 3.125rem;
}
.quotes-wrap .quote .text::before {
	top: 0;
	left: 0;
}
.quotes-wrap .quote .text::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.module-testimonials .testimonials .client {
	font-weight: 500;
	font-size: 24px;
	line-height: 115%;
	text-align: center;
	color: var(--inno-color-blue-medium);
	margin-top: 1.375rem;
}

.module-testimonials .clients {

  border-top: 1px solid #dfdfdf;
  margin-top: 1rem;
  padding-top: 1.9375rem;
}

.module-testimonials .clients-wrap {
	display: flex;
	justify-content: center;
}

.module-testimonials .clients .title {
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
}

.module-testimonials .clients-wrap .image {
	cursor: pointer;
	filter: grayscale(100%);
	opacity: 0.5;
	margin-right: 3.125rem;
	flex: 0 1 auto;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 140px;
}

.module-testimonials .clients-wrap .image:hover {
	filter: grayscale(0);
	opacity: 1;
}

.module-testimonials .clients-wrap .image:last-child {
	margin-right: 0;
}

.module-contact {
	display: flex;
	background-color: var(--inno-color-grey-medium); 
	margin-top: 8.75rem; /* negative overlap from contact-box */
	padding-bottom: var(--inno-pad-large);
}

.module-contact .contact-box {
	flex: 0 0 calc(var(--inno-content-width) + var(--inno-wrap-gutter));
	margin-top: -8.75rem; /* negative overlap */
	background-color: var(--inno-color-blue-light);
	padding-top: var(--inno-pad-small);
	padding-bottom: calc(var(--inno-grid-scale) * 2);
	padding-right: calc(var(--inno-grid-scale) * 5);
	border-radius: 0 var(--inno-box-radius) var(--inno-box-radius) 0;
}
.module-contact .contact-box:last-child { margin-right: var(--inno-wrap-gutter); }

.module-contact.-simple .contact-box {
	flex: 1 1 100%;
}

.module-contact .contact-box .title {
  margin-top: 0;
  padding-left: var(--inno-wrap-gutter);
  border-bottom: 1px solid rgba(35, 35, 35, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

.module-contact .contact-box .info {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: var(--inno-wrap-gutter);	
}
.module-contact.-simple .contact-box .info { flex-wrap: unset; }

.module-contact .contact-box .info > * {
	flex: 1 1 51%;
}

.module-contact .contact-box .button {
	margin-top: 3.375rem;
	background-color: rgba(144, 185, 180, 0.5);
	border-color: transparent;
}
.module-contact .contact-box .button:hover {
	background-color: var(--inno-color-blue-medium);
	border-color: transparent;
}
 
.module-contact.-simple .contact-box .button { margin-top: 0; }
.module-contact.-simple .contact-box .text { padding-right: 3.625rem; }

.module-contact .contact-person {
	flex: 1 1 100%;
	padding-top: var(--inno-grid-scale);
	padding-left: var(--inno-grid-scale);
	padding-right: var(--inno-wrap-gutter);
	display: flex;
	overflow: hidden;
}

.module-contact .contact-person .image {
	width: 14vw;
	height: 14vw;
	flex: 0 0 14vw;
	border-radius: var(--inno-img-radius);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.module-contact .contact-person .details {
	flex: 1 1 auto;
	color: white;
	padding-left: 1.875rem;
}

.module-contact .contact-person .details .name {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 133%;
	margin-top: 0.375rem;
	color: white;
}

.module-contact .contact-person .details .title {
	font-weight: 400;
	font-size: 1.125rem;
	border-bottom: 1px solid #959290;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	line-height: 133%;
}

.module-contact .contact-person .details .phone,
.module-contact .contact-person .details .mail {
	font-size: 0.9375rem;
	line-height: 200%;
	font-weight: 300;
	letter-spacing: -0.2px;
	color: white;
	transition: all 0.3s ease;
	display: inline-block;
	width: 100%;
}
.module-contact .contact-person .details .phone:hover,
.module-contact .contact-person .details .mail:hover {
	color: var(--inno-color-blue-dark);
}

.module-deadlines {
	padding-right: var(--inno-wrap-gutter);
	padding-top: 2.6rem;
	padding-bottom: var(--inno-module-margin);
}

.module-deadlines table th:first-child,
.module-deadlines table td:first-child {
	padding-left: var(--inno-wrap-gutter);
}

.module-links {
	display: flex;
	padding-left: var(--inno-wrap-gutter);
	margin-right: var(--inno-wrap-gutter);
	padding-bottom: var(--inno-module-margin);
}

td.-last, th.-last {
	padding-right: 0;
	text-align: right;
}

.module-links .title {
	flex: 0 0 calc(var(--inno-content-width) - 10rem);
}
.module-links .content {
	flex: 1 1 100%;
}

.module-links .links {
	display: flex;
	flex-direction: column;
	padding-left: calc(var(--inno-grid-scale) * 1);
}

.module-links .links .button + .button {
	margin-top: calc(var(--inno-grid-scale) * 1);
}

.module-cta {
	padding-bottom: var(--inno-pad-large);
	margin-left: var(--inno-wrap-gutter);
	margin-right: var(--inno-wrap-gutter);
	text-align: center;
}

.module-cta:first-child { padding-top: var(--inno-pad-large); }

.module-cta .box {
  display: block;
	background-color: var(--inno-color-blue-pale);
	padding: calc(var(--inno-grid-scale) * 3) calc(var(--inno-grid-scale) * 4) calc(var(--inno-grid-scale) * 2);
	border-radius: 50px;
}

.module-cta .box .title {
	margin-top: 0;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(35, 35, 35, 0.5);
}

.module-cta .box .textblock  { 
	padding-left: calc(var(--inno-grid-scale) * 3);
	padding-right: calc(var(--inno-grid-scale) * 3);
}

.module-cta.-layout-compact .box .textblock  { 
	padding-left: calc(var(--inno-grid-scale) * 1);
	padding-right: calc(var(--inno-grid-scale) * 1);
}

.module-cta.-bgcolor-dark-blue .box { color: #fff ; }
.module-cta.-bgcolor-dark-blue .box .title { border-color: rgba(255, 255, 255, 0.5) ; }

.module-cta.-layout-compact {
	padding-left: calc(var(--inno-grid-scale) * 5);
	padding-right: calc(var(--inno-grid-scale) * 5);
}

.module-cta.-layout-compact .box {
	padding: calc(var(--inno-grid-scale) * 2) calc(var(--inno-grid-scale) * 2) calc(var(--inno-grid-scale) * 1);
}

.module-cta.-bgcolor-dark-blue .box {
	background-color: var(--inno-color-blue-medium);
}

.module-find-us { 
	padding-left: var(--inno-wrap-gutter);
}

.module-find-us .title {
	margin-top: 0;
	border-bottom: 1px solid rgba(35, 35, 35, 0.5);
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
}

.module-find-us .find-us-list {
  display: flex;
  margin-right: var(--inno-wrap-gutter);
	gap: 6%;
}

.module-find-us .find-us-list label {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.module-find-us .find-us-list .address {
	margin-bottom: 2rem;
	margin-top: 1rem;
	padding-left: calc(1rem + 0.875rem);
	background-image: url(img/icon-location.svg);
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 1rem auto;
}

.module-find-us .find-us-list .phone {
	padding-left: calc(1rem + 0.875rem);
	background-image: url(img/icon-phone.svg);
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 1rem auto;
	margin-top: auto;
	color: var(--inno-color-grey-dark);
}
.module-find-us .find-us-list .phone:hover { color: var(--inno-color-blue-medium) !important; }
.entry-content .module-find-us .find-us-list .address:hover { color: var(--inno-color-blue-medium) !important; }

.footer-contact .module-find-us .find-us-list .address { background-image: url(img/icon-location_grey.svg); }
.footer-contact .module-find-us .find-us-list .phone { background-image: url(img/icon-phone_grey.svg); color: #959290; }

.module-find-us .find-us-list .list-item.js_toggle_map {
	cursor: pointer;
}

.module-find-us .find-us-list .list-item.js_toggle_map:hover,
.module-find-us .find-us-list .list-item.js_toggle_map.-highlight,
.module-find-us .find-us-list .list-item.js_toggle_map.-highlight-first:first-child { font-weight: 500; letter-spacing: 0.3px; }

.module-find-us .find-us-list .list-item.js_toggle_map:hover label,
.module-find-us .find-us-list .list-item.js_toggle_map.-highlight,
.module-find-us .find-us-list .list-item.js_toggle_map.-highlight-first:first-child label { font-weight: 800; }

.module-find-us .find-us-maps iframe {
	width: 100%;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
	height: 25rem;
	margin-top: var(--inno-module-margin);
	margin-bottom: var(--inno-module-margin);
}

.module-find-us .find-us-maps .map {
	display: none;
}
.module-find-us .find-us-maps .map.-open {
	display: block;
}

.inno-grid {
	/*
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	*/
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*grid-template-rows: repeat(1, 1fr);*/
	/*grid-auto-rows: 1fr;*/
	grid-column-gap: 3.8%;
	grid-row-gap: 5rem; 
}

.inno-grid .grid-item {
	text-decoration: none;
	color: var(--inno-color-grey-dark);
}

.inno-grid .grid-item .image {
  width: 100%;
	display: block;
	padding-bottom: 91%;
  border-radius: var(--inno-img-radius);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	margin-bottom: 1.4375rem;
	overflow: hidden;
	position: relative;
	will-change: transform;
}

.inno-grid .grid-item .image::after {
	content: "";
  display: block;
	opacity: 0;
	transition: opacity 0.2s ease;
	overflow: hidden;
	z-index: 0;
	isolation: isolate;
}

.inno-grid .grid-item:hover .image::after {
  background: rgba(36, 142, 130, 0.25);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
	opacity: 1;
}

.inno-grid .grid-item .details .name {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 133%;
  margin-top: 0.375rem;
	margin-bottom: 1px;
	color: var(--inno-color-grey-dark);
}

.inno-grid .grid-item .details .text {
	margin-top: 2.5rem;
	font-size: 1rem;
	line-height: 140%;
}

.paged .inno-grid .grid-item .details .text { display: none !important; }

.inno-grid .grid-item .details .read-more {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 115%;
	color: #383838;
	margin-top: 2rem;
	white-space: nowrap;
}

.inno-grid .grid-item .details .job {
  font-weight: 500;
  font-size: 1.125rem;
  border-bottom: 1px solid #959290;
  padding-bottom: 0.2rem;
  margin-bottom: 0.6rem;
  line-height: 178%;
}

.inno-grid .grid-item .details .title {
  font-weight: 500;
  font-size: 1.125rem;
  border-bottom: 1px solid #959290;
  padding-bottom: 0.2rem;
  margin-bottom: 0.6rem;
  line-height: 178%;
}

.inno-grid .grid-item .details .label {
	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
	color: var(--inno-color-grey-light);
}

.inno-grid .grid-item .details .phone, 
.inno-grid .grid-item .details .mail {
  font-size: 1rem;
  line-height: 200%;
  font-weight: 400;
	margin-bottom: 4px;
	letter-spacing: -0.2px;
	color: black;
	transition: all 0.3s ease;
	display: block;
}

.inno-grid .grid-item .details .phone:hover, 
.inno-grid .grid-item .details .mail:hover {
	color: var(--inno-color-blue-dark);
}

.inno-grid.-cases-grid:not(.-disable-first) .grid-item:first-child {
	grid-area: 1 / 1 / 3 / 3;
}

.inno-grid.-cases-grid:not(.-disable-first) .grid-item:first-child .image { 
	padding-bottom: 73%;
}

.inno-grid.-cases-grid:not(.-disable-first) .grid-item:nth-child(2) .image,
.inno-grid.-cases-grid:not(.-disable-first) .grid-item:nth-child(3) .image {
	padding-bottom: 55%;
}

.inno-grid.-navigation-grid {
	margin-bottom: 0;
}

#contact {
  scroll-margin-top: 34vh;
}

.site-main .post-navigation {
  padding-left: var(--inno-wrap-gutter);
  padding-right: var(--inno-wrap-gutter);
  padding-bottom: 40px;
}

.site-main .post-navigation .nav-subtitle {
	color: black;
	display: block;
	margin-bottom: 3px;
}

.icon {
	position: relative;
	white-space: nowrap;
}

.icon::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 1rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.icon.-icon-phone::before { background-image: url(img/icon-phone.svg); }
.icon.-icon-mail::before {	background-image: url(img/icon-mail.svg); }
.icon.-icon-linkedin::before {	background-image: url(img/icon-linkedin.svg); position: relative; top: -2px; }
.icon.-icon-phone.-icon-white::before { background-image: url(img/icon-phone_white.svg); }
.icon.-icon-mail.-icon-white::before {	background-image: url(img/icon-mail_white.svg); }

a.icon:hover { color: var(--inno-color-blue-dark); }

.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 110px;
}

.pagination .count { line-height: 3.75rem; padding-right: 5px; }

.pagination .prev,
.pagination .next {
	display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
	margin-left: 15px;
  background-image: url(img/arrow-right.svg);
  background-position: center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  border: 1px solid #383838;
  border-radius: 100%;
  left: auto;
  outline-color: var(--inno-color-blue-medium);
}
.pagination .prev.-disabled,
.pagination .next.-disabled {
	cursor: default;
	opacity: 0.4;
	pointer-events: none;
}

.pagination .prev { transform: rotate(180deg); }


.wpcf7-form small {
  color: #565656;
  margin-top: 24px;
  display: inline-block;
  font-weight: normal;
  width: 100%;
  font-size: 13px;
}
.grecaptcha-badge { visibility: hidden; }

.person-sidebar img {
	max-width: 17.6875rem;
	width: 100%;
	border-radius: 25px;
	margin-bottom: 1.375rem;
}

.person-sidebar .job {
	font-size: 1.5rem;
	max-width: 17.6875rem;
	line-height: 133%;
	border-bottom: 1px solid #959290;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.person-sidebar .mail,
.person-sidebar .phone, 
.person-sidebar .linkedin {
	display: block;
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	margin-bottom: 1.1rem;
	text-decoration: none;
	color: var(--inno-color-grey-dark);
}

.module-content + .module-links {
	border-top: 1px solid #232323;
	padding-top: 3.5rem;
}

.archive-list .list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2rem;
	border-bottom: 1px solid #928F88;
	padding-bottom: 2rem;
}

.archive-list .list-item .list-image {
	flex: 1 1 auto;
	width: 100%;
	padding-top: 20%;
	background-color: var(--inno-color-blue-light);
	border-radius: 25px;
	background-position: center;
	background-size: cover;
}

.archive-list .list-item .list-content {
	flex: 0 0 var(--inno-content-width);
	padding-left: calc(var(--inno-grid-scale) * 3);
	color: var(--inno-color-grey-dark);
}

.archive-list .list-item .list-content .item-meta {
	font-size: 1rem;
	color: var(--inno-color-grey-light);
}

.archive-list .list-item .list-content .title {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.archive-list .list-item .list-content .read-more {
	margin-top: 2rem;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .nav-menu {
  justify-content: flex-end;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right: calc(2.5rem - 0.47rem); /* subtract bracket size */
}


.main-navigation .menu-item a::before,
.main-navigation .menu-item a::after {
	content: "";
	display: inline-block;
	opacity: 0;
	width: 0.47rem;
	height: 1.25rem;
	background-image: url(img/bracket-white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 4px;
	margin-right: 4px;
}
.main-navigation .menu-item a::after { transform: rotate(180deg) }

.main-navigation .current-menu-item a,
.main-navigation .menu-item:hover a {
  /*font-weight: 500; if we make it bold, the menu will jump on hover*/
	/*letter-spacing: 0.26px;*/ 
}

.main-navigation .current-menu-item a {
	font-weight: 500;
}

.single-person .main-navigation .is-parent_persons a::before,
.single-person .main-navigation .is-parent_persons a::after,
.main-navigation .current-menu-item a::before,
.main-navigation .current-menu-item a::after { /* show on [ current menu item */
	opacity: 1;
}

.main-navigation .menu-item:hover a::before,
.main-navigation .menu-item:hover a::after { /* show blue [ on hover */
	background-image: url(img/bracket-blue.svg);
	opacity: 1;
}

.main-navigation .menu a {
	display: flex;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 300;
	color: #fff;
	line-height: 1.25rem;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	display: none !important;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.results-count {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  color: #928F88;
  font-size: 16px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.search-link {
	display: block;
	width: 1.272rem;
	height: 1.272rem;
	align-self: center;
}

.menu-desktop-toggle {
	display: none;
	width: 1.272rem;
	height: 1.272rem;
	align-self: center;
	cursor: pointer;
	margin-right: 1.5rem;
	border: 0;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	z-index: 999999;
	overflow: visible;
	padding: 0;
}

.js_animate_bg {
	background-color: rgba(97,173,164,1);
}


.sticky-contact-cta {
	position: fixed;
	display: block;
	left: 0;
	width: calc(100vw - var(--inno-wrap-gutter));
	bottom: 0;
	height: 60px;
	background: #75C4BB;
	border: 1px solid #75C4BB;
	color: white !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	padding: 19px 0 16px 32px;
	padding-left: var(--inno-wrap-gutter);
	transition: bottom 0.5s ease;
	z-index: 999;
	border-radius: 0 25px 0 0;
	transition: all 1s ease;
	max-width: 440px;
	background-image: url(img/arrow-down_white.svg);
	background-repeat: no-repeat;
	background-position: top 1.2rem right 1.4rem;
	background-size: 1.6rem auto;
}

.scrolled ~ .sticky-contact-cta {
	overflow: hidden;
	text-indent: -999px;
	width: 63px;
	padding: 19px 0 16px 32px;
	background-image: url(img/chat-bubble.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6rem auto;
}

.page-template-page-contact .sticky-contact-cta {
	display: none !important;
}

.home .site-header:not(.scrolled) ~ .sticky-contact-cta, 
.search .site-header:not(.scrolled) ~ .sticky-contact-cta {
	display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.site-header {
	position: absolute;
	display: flex;
	height: var(--inno-menu-height);
	width: auto;
	top: 0;
	padding-left: var(--inno-wrap-gutter);
	padding-right: var(--inno-wrap-gutter);
	left: 0;
	right: 0;
	z-index: 200;
}

.site-header.scrollStarted {
	position: fixed;
	top: calc(var(--inno-menu-height) * -1) !important;
	
}

.site-header.scrolled {
	position: fixed;
	transition: top 1s ease;
	top: 0 !important;
	background: linear-gradient(180deg, rgba(249, 249, 249, 0.5) 0, rgba(249, 249, 249, 0) 100%);
	background-position-y: -10px;
	background-repeat: no-repeat;
	background: #ffffffd4;
	transition: background 1s ease;
}
.site-header.-at-the-end {
	display: none !important;
}

.menu-main-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-header.scrolled .menu-desktop-toggle { display: block; }

.site-header.scrolled .menu-icon path { fill: var(--inno-color-grey-dark);}
.site-header.scrolled .search-icon circle,
.site-header.scrolled .search-icon path { stroke: var(--inno-color-grey-dark); }

.site-header .menu-icon-close {
	display: none;
}

.site-header .toggled .menu-icon {
	display: none;
}
.site-header .toggled .menu-icon-close {
	display: block;
}

.site-header.scrolled .site-title a {
	background-image: url(img/innovayt-logo-compact.svg);
	width: 40px;
	height: 38px;
}

.menu-link-area {
	display: none;
}
.toggled .menu-link-area {
	display: block;
  position: absolute;
  top: 0;
  right: 15%;
  height: 90px;
  width: 299px;
  z-index: 9999;
}

.site-footer {
	background-color: #232323;
	color: #fff;
	padding: 4rem 0 0;
	display: flex;
	flex-direction: column;
}
.site-footer .footer-logo {
	margin-left: var(--inno-wrap-gutter);
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid rgb(248, 245, 240, 0.5);
	position: relative;
}

.site-footer .footer-logo .search-link {
  position: absolute;
  right: var(--inno-wrap-gutter);
  top: 10px;
}
.site-footer .footer-logo .search-link svg {
	width: 1.3rem;
	height: 1.3rem;
}

.site-footer .footer-menu {
	margin-left: var(--inno-wrap-gutter);
	border-bottom: 1px solid rgb(248, 245, 240, 0.5);
	padding-bottom: 4rem;
	margin-bottom: 2.5rem;
	display: flex;
}

.site-footer .footer-contact {
	margin-left: var(--inno-wrap-gutter);
	margin-bottom: 5.375rem;
	display: flex;
}

.site-footer .footer-linkedin {
	margin-right: var(--inno-wrap-gutter);
	padding-top: 1rem; 
	padding-bottom: 1rem;
	margin-bottom: 0.5rem; 
	text-align: right;
	border-top: 1px solid rgb(248, 245, 240, 0.5);
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 100%;
	color: white;
}

.site-footer .footer-linkedin .linkicon {
	background-image: url(img/linkedin-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	width: 2.6875rem;
	height: 2.6875rem;
	display: inline-block;
	margin-left: 40px;
	vertical-align: middle;
}

.site-footer .holder {
  flex: 1 1 auto;
}

.site-footer .label {
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	width: 11.94rem;
}

.site-footer .module-find-us {
	padding-left: 0;
}

.site-footer .module-find-us .find-us-list label {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 120%;
	color: #F8F5F0;
	text-transform: capitalize;
	margin-bottom: 0.5625rem;
}

.site-footer .module-find-us .find-us-list .address,
.site-footer .module-find-us .find-us-list .list-item {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
	color: #959290;
}

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .menu {
	display: flex;
	gap: 9%;
	width: auto;
	margin-right: var(--inno-wrap-gutter);
}

.site-footer .menu > li {
	flex: 1 1 auto;
}

.site-footer .module-find-us .find-us-list {
  gap: 5%;
}

.site-footer .module-find-us .find-us-list .list-item {
	flex: 1 1 25%;
	display: flex;
	flex-direction: column;
}

.site-footer .menu > li > a {
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 120%;
	color: #F8F5F0;
	margin-bottom: 0.5rem;
}

.site-footer .menu .sub-menu li a {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #959290;
}

.site-footer a.phone {
	color: #959290;
}

.site-footer a:hover {
	color: var(--inno-color-blue-medium) !important;
}

a.linkedin-follow {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1rem;
	padding-top: 1rem; 
	padding-bottom: 1rem;
	margin-bottom: 0.5rem; 
	font-style: normal;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 100%;
	background-image: url(img/linkedin-logo.svg);
	background-size: 2.6875rem;
	background-repeat: no-repeat;
	background-position: center right;
	/*padding-right: calc(40px + 2.6875rem);*/
	width: 43px;
	color: white;
	display: inline-block;
	height: 43px;
}

.main-navigation {
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}

.site-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site-title { margin-bottom: 0; }

.site-title a {
	display: block;
	background-image: url(img/innovayt-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 11.94rem;
	height: 2.5rem;
	background-position: center;
}


/* landing page layout */

.landing-header {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
  height: calc(100vh - var(--inno-hero-negative));
  min-height: 1000px;
	padding-bottom: calc(6.25rem - var(--inno-hero-negative));
	color: white;
	background: var(--inno-color-grey-dark);
	background-size: cover;
	background-position: center;
}

@keyframes bottomFadeOut {
  0% {
    color: white;
		text-indent: 0;
  }
  20% {
    color: transparent;
		text-indent: 100px;
  }
	21% {
    color: transparent;
		text-indent: -9100px;
  }
	22% {
    color: transparent;
		text-indent: -50px;
  }
	35% {
    color: white;
		text-indent: 0;
  }
	100% {
    color: white;
		text-indent: 0;
  }
}

.landing-header::after {
	content: "Scroll";
	position: absolute;
	right: var(--inno-wrap-gutter);
	bottom: calc(2.5rem * var(--inno-hero-negative) * -1);
	width: 7.9375rem;
	height: 2.921875rem;
	line-height: 2.821875rem;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	transform: translateY(50%) rotate(-90deg);
	overflow: hidden;
	opacity: 1;
	border: 1px solid white;
	border-radius: 33px;

	animation-name: bottomFadeOut;
  animation-delay: 0.5s;
  animation-duration: 4.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;

}


.landing-header .title {
	font-weight: 400;
	font-size: 6rem;
	line-height: 100%;
	max-width: 59%;
	margin-bottom: 1.9rem;
}
.landing-header .text {
	font-weight: 400;
	font-size: 1.13rem;
	line-height: 140%;
	margin-bottom: 4rem;
}

.landing-content {
	margin-top: var(--inno-hero-negative);
	position: relative;
}

.landing-header > * { z-index: 1; }

.video-holder {
  position: absolute;
	top: 0;
	bottom: var(--inno-hero-negative);
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 0;
	min-height: 1034px;
}
.video-holder video {
	position: absolute;
	left: 50%; /* % of surrounding element */
	top: 50%;
	transform: translate(-50%, -50%); /* % of current element */
	height: 100%;
	width: auto;
	min-width: 100%;
}

/* content page layout */

.entry-header {
	min-height: var(--inno-header-height);
	margin-bottom: var(--inno-header-negative);
	padding-bottom: calc(var(--inno-header-negative) * -1);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 190px;
	background-color: var(--inno-color-grey-dark);
}

.header-title {
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 47.4rem;
}

.header-text { 
	color: white;
	display: flex;
	border-top: 1px solid #fff;
	margin-top: 2.5rem;
	padding-top: 2.5rem;
}

.header-text .text-left {
	flex: 1 1 100%;
	padding-right: 9%;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 150%;
}

.header-text .text-right {
	flex: 0 0 var(--inno-content-width);
	font-weight: 300;
	font-size: 1rem;
	line-height: 140%;
}

.entry-content {
}

.content-title {
	margin-top: 0;
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.lang-switcher {
	position: absolute;
	right: 0;
	bottom: 2em;
	border: 1px solid #616161;
	border-radius: 46px;
	padding-right: 20px;
	width: 53px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #616161;
	background-image: url(img/triangle-down.png);
	background-position: center right 10px;
	background-size: 9px 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}
.lang-switcher .lang-choice { 
	display: none; 
	width: 50px;
	margin-top: -1px;
	margin-left: -10px;
	padding-left: 10px;
	margin-right: -40px;
	padding-right: 20px;
}
.lang-switcher .lang-choice.-choice { display: block; order: -1; pointer-events: none; margin-top: 0; }
.lang-switcher:hover .lang-choice { display: block; }

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-item img { width: 100%; }

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.overlay { position: relative; }
.overlay::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(36, 142, 130, 0.25);
}

.-bg-blue-light {
	background-color: var(--inno-color-blue-light);
}

.-brackets {
	position: relative;
	line-height: 1.75rem !important;
}
.-brackets::before, .-brackets::after {
  opacity: 1;
}
.-brackets::before, .-brackets::after {
  content: "";
  display: inline-block;
  opacity: 1;
  width: 0.6875rem;
  height: 1.75rem;
	vertical-align: middle;
  background-image: url(img/bracket-thin-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 4px;
  margin-right: 4px;
	margin-top: -5px;
}
.-brackets::after {
  transform: rotate(180deg);
}

.-brackets:hover::before, .-brackets:hover::after {
	background-image: url(img/bracket-blue.svg);
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Quick Fixes
--------------------------------------------- */

#line-below .content {
  border-bottom: 1px solid black;
	padding-bottom: calc(var(--inno-module-margin) - 1.5rem);
}

@media screen and (max-width: 1000px) {
	#line-below .content {
		padding-bottom: 40px;
	}
}

.module-content:first-child .no-header {
	padding-top: var(--inno-pad-large);
}

.hentry:not(.js_animate_bg) .js_header_height {
	opacity: 1 !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
	margin-bottom: 25px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.module-content + .module-slider.-layout-compact {
  margin-top: 10px;
}

/* Admin bar tweaks
--------------------------------------------- */

.admin-bar .breadcrumbs { padding-top: 32px; }
.admin-bar .site-header { top: 32px; }
.admin-bar .site-header.scrolled { top: 32px !important; }
.admin-bar .landing-header { height: calc(100vh - var(--inno-hero-negative) - 32px); }

/* Responsive Tweaks
--------------------------------------------- */


@media screen and (min-width: 1000px) { /* 1440 styles */

	:root {
		
	}

	html {
		font-size: 16px;
	}

}

@media screen and (min-width: 1922px) { /* 1920-2560 */

	:root {
		
		--inno-pad-large: 100px;
		--inno-pad-small: 85px;

		--inno-header-height: 672px;
		--inno-header-negative: -225px;
	}

	html {
		font-size: 20px;
	}

	.module-slider .image {
		height: 442px;
	}

	.entry-header {
		padding-top: 253px;
	}

}

@media screen and (min-width: 2558px) { /* 2560+ */

	:root {
		--inno-wrap-gutter: 400px;
		--inno-pad-large: 100px;
		--inno-pad-small: 85px;
	}

	html {
		font-size: 20px ;
	}

}
@media screen and (max-width: 1000px) { /* smaller than 1000 */

	:root {
		--inno-wrap-gutter: 24px;
		--inno-module-margin: 64px;
		--inno-pad-large: 48px;
		--inno-pad-small: 40px;
		--inno-grid-scale: 32px;
		--inno-header-height: 350px;
	}

	html {
		font-size: 14px;
	}

	table th {
		top: 0;
	}

	h1, .-h1 {
		font-weight: 400;
		font-size: 48px;
		line-height: 100%;
	}

	h2, .-h2 {
		font-weight: 400;
		font-size: 36px;
		line-height: 120%;
	}

	h3, .-h3 {
		font-weight: 400;
		font-size: 24px;
		line-height: 120%;
	}

	.header-title {
		margin-bottom: 40px;
	}

	.button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px;
		padding-left: 22px;
		padding-bottom: 22px;
		/*padding-right: 32px;*/
	}

	.site-header.scrolled .menu-main-menu-container {
		opacity: 1;
	}

	.menu-link-area {
		width: 75%;
		right: 25%;
		z-index: 9999;
	}

	.landing-header {
		min-height: 0;
	}

	.landing-header .title {
  	font-size: 50px;
		max-width: 100%;
		min-height: 0;
	}

	.landing-header .text {
		font-weight: 500;
		font-size: 14px;
		line-height: 140%;
	}

	.landing-header::after {
    transform: rotate(-90deg);
	}

	.wysiwyg ol li,
	.wysiwyg ul li {
  	padding-left: 1.8rem;
	}

	.module-contact .contact-box .info > * {
		width: 100%;
	}

	.module-content .content {
		flex-direction: column;
		padding-bottom: 0;
		margin-left: var(--inno-wrap-gutter);
		margin-right: var(--inno-wrap-gutter);
	}


	.module-content .sidebar-text {
		margin-left: 0;
	}

	.module-content .textblock {
		flex: 1 1 auto;
		padding-left: 0;
	}

	.module-content.-has-image .textblock {
		padding-left: 0;
	}

	.module-content .textblock > *:last-child {
		margin-bottom: 0;
	}

	blockquote {
		padding: 0 40px;
	}

	.module-contact {
		flex-direction: column;
		margin-top: 10rem;
	}

	.module-content .image {
		border-radius: var(--inno-img-radius);
	}

	.module-content.-sidebar-align-right .content {
		padding-left: 0;
		padding-right: 0;
	}

	.module-content {
		padding-bottom: 40px;
	}

	.module-contact .contact-box {
		margin-right: var(--inno-wrap-gutter);
	}

	.module.module-slider {
		padding-top: 10px;
	}

	.module-slider .swiper-button-next, .module-slider .swiper-button-prev {
		width: 40px;
		height: 40px;
		background-size: 1.2rem;
	}

	.module-slider .swiper-button-prev {
  	right: calc(40px + 1rem);
		background-position: center;
	}

	.module-slider .swiper-button-next {
		background-position: center;
	}

	.module-slider .title {
		padding-bottom: 16px;
		padding-right: 128px;
	}

	.landing-header::after {
		right: 0;
	} 

	.slider-navigation {
  	height: auto;
  	top: calc((2.0rem + 40px) * -1);
		width: calc(60vw - 3rem);
		left: auto;
		right: calc(var(--inno-wrap-gutter) - 10vw);
	}

	.module-slider .swiper {
		width: 90vw;
	}

	.module-slider .swiper-slide {
		
	}

	.module-links .title {
		flex: 1 1 auto;
	}

	.module-slider {
		margin-top: 0;
	}

	.module-contact .contact-person {
		padding-left: var(--inno-wrap-gutter);
		max-width: 640px;
	}

	.module-contact .contact-person .image {
		flex: 0 0 50%;
		padding-bottom: 50%;
	}

	.module-content .heading {
		padding-bottom: 16px;
		margin-bottom: 32px;
	}

	.module-links {
		flex-direction: column;
	}

	.module-links .links {
		padding-left: 0;
	}

	.header-text {
		flex-direction: column;
	}

	.module-content .image {
		margin-bottom: var(--inno-pad-small);
	}

	.module-content.-sidebar-align-right .sidebar .image {
		margin-top: var(--inno-pad-small);
		margin-left: 0;
	}

	.module-services {
  	padding-right: var(--inno-pad-small);
	}

	.module-services .info {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.module-find-us .find-us-maps iframe {
		margin-top: 0;
	}

	.module-cta.-layout-wide .box {
		padding: var(--inno-pad-small);
	}

	.module-cta.-layout-compact .box {
		padding: 6vw;
	}

	.module-cta.-layout-wide .box .textblock,
	.module-cta.-layout-compact .box .textblock {
		padding: 0;
	}

	.module-content .links .button + .button {
		margin-top: 24px;
	}

	.module-services .info .manchet {
		padding-left: var(--inno-wrap-gutter);
	}

	.module-services .services {
		flex-direction: column;
	}

	.module-services .info .subtitle {
		margin-bottom: 24px;
	}

	.module-slider .swiper-pagination {
		display: none;
	}

	.module-slider.-layout-showcase .swiper-slide-active {
  	width: 86vw !important;
	}

	.module-slider .swiper-slide .image {
		height: 200px;
	}

	.module-contact .contact-box {
		padding-right: var(--inno-pad-small);
	}

	.module-contact .contact-box .info {
		flex-direction: column;
	}

	.module-contact.-simple .contact-box .text {
		margin-bottom: var(--inno-pad-small);
	}
	
	.site-footer .footer-menu,
	.site-footer .footer-contact {
		flex-direction: column;
	}

	.site-footer .label {
		margin-bottom: 33px;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 100%;
	}

	.site-footer .menu > li > a {
		font-size: 14px;
		line-height: 140%;
	}

	.site-footer .menu .sub-menu li a {
		font-size: 14px;
		line-height: 30px;
	}

	.site-footer .menu {
		gap: 9%;
		flex-wrap: wrap;
	}

	.site-footer .menu > li {
		flex: 0 0 100%;
		margin-bottom: 32px;
	}

	.site-footer .menu > li:last-child {
		margin-bottom: 0;
	}

	.module-find-us .find-us-list {
		flex-wrap: wrap;
	}

	.module-find-us .find-us-list .list-item {
		flex: 0 0 100%;
		margin-bottom: 37px;
	}

	.module-cta.-layout-compact {
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer .module-find-us .find-us-list .list-item {
		flex: 0 0 100%;
	}

	#contact {
		margin-top: -70px;
		position: absolute;
	}

	.module-content.-layout-full .textblock {
		margin-left: 0;
	}

	.inno-grid {
		display: block;
  	/*grid-template-columns: repeat(1, 1fr);*/
		margin-bottom: 25px;
	}

	.inno-grid.-funding-grid,
	.inno-grid.-persons-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.inno-grid .grid-item {
		display: block;
		margin-bottom: 40px;
	}

	.inno-grid .grid-item .details .name { word-wrap: anywhere; }

	.inno-grid .grid-item .details .text {
		display: none;
	}

	.inno-grid.-cases-grid:not(.-disable-first) .grid-item .image,
	.inno-grid.-cases-grid:not(.-disable-first) .grid-item:nth-child(2) .image, 
	.inno-grid.-cases-grid:not(.-disable-first) .grid-item:nth-child(3) .image {
		padding-bottom: 73%;
	}

	.inno-grid.-funding-grid .grid-item,
	.inno-grid.-persons-grid .grid-item {
		margin-bottom: -30px;
	}

	.module-content .content-title {
		padding-right: 60px;
	}

	.module-services .title {
		font-weight: 400;
		font-size: 36px;
		line-height: 120%;
	}

	.module-services .info .manchet {
		font-weight: 500;
		font-size: 14px;
		line-height: 140%;
	}

	.module-services .services .name {
		font-weight: 400;
		font-size: 18px;
		line-height: 120%;
	}

	.module-testimonials .testimonials .quote .text {
		font-weight: 400;
		font-size: 21px;
		line-height: 120%;
	}

	.module-testimonials .testimonials .client {
		font-weight: 500;
		font-size: 18px;
		line-height: 115%;
	}

	.module-testimonials .clients-wrap .image {
  	margin-right: 2.125rem; 
	}

	.module-testimonials .testimonials {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 40px;
	}

	.module-testimonials .clients .title {
		font-weight: 400;
		font-size: 18px;
		line-height: 100%;
	}

	.module-content .sidebar {
		order: -1;
	}

	.module-content .links {
		margin-right: 0;
		padding-right: 0;
	}

	.module-contact .contact-box {
		margin-top: -10rem;
		padding-bottom: 40px;
		flex: 1 1 auto;
	}

	.module-contact .contact-box .title {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.module-contact .contact-box .button {
		margin-top: 40px;
	}

	.search-submit {
		width: 100%;
		margin-bottom: 32px;
	}

	.search-form-wrap input[type="search"] {
		width: 100%;
	}

	.archive-list .list-item .list-content {
		padding-left: 16px;
	}

	.archive-list .list-item .list-image {
  	padding-top: 27%;
	}

	.archive-list .list-item .list-content .title {
		margin-top: 0;
	}

	.module-deadlines .content {
		
	}

	.module-deadlines tr:first-child {
		display: none !important;
	}

	.module-deadlines tbody tr {
		display: flex;
		flex-direction: column;
	}

	.module-deadlines tbody td {
		border: none;
		padding-top: 0;
		padding-bottom: 15px;
		color: #54595f;
		font-size: 13px;
		line-height: 1.3;
	}

	.module-deadlines tbody td:last-child {
		border-bottom: 1px solid #000;
		text-align: left !important;
		padding-bottom: 25px;
	}

	.module-deadlines table { margin-bottom: 0; }

	.module-deadlines tbody tr:last-child td:last-child {
		border: none;
		padding-bottom: 0 !important;
	}

	.module-deadlines tbody td:first-child {
		padding-top: 25px;
	}

	.module-deadlines td::before {
		content: attr(data-title);
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
		text-transform: uppercase;
		color: #343434;
		font-size: 12px;
	}

	.module-deadlines table .title {
		font-style: normal;
		font-weight: 300 !important;
		font-size: 14px;
		color: #565656;
		margin-top: 2px;
		display: inline-block;
		border-right: 1px solid #dfdfdf;
		padding-right: 9px;
		margin-right: 5px;
		line-height: 1.2;
		letter-spacing: 0.6px;
	}

	.sticky-contact-cta {
		padding: 19px 0 16px 32px;
	}

	.sidebar,
	.sidebar.person-sidebar {
		margin-bottom: 25px;
	}

	.sidebar .detail label {
		margin-bottom: 3px;
	}

	.inno-grid.-cases-grid .grid-item:first-child .image {
		padding-bottom: 55%;
	}

	embed, iframe, object {
		height: 360px;
	}

	.search .entry-header {
		padding-top: 100px;
	}

}



/* Float-in menu handling
--------------------------------------------- */

.main-navigation.toggled ul {
	display: block !important;
}

@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		display: flex;
	}
}

@media screen and (min-width: 1000px) { /* make sure we don't interfere with mobile menu */

	.site-header.scrolled .menu-main-menu-container .nav-menu {
		position: fixed;
		top: 0;
		background-color: #232323;
		width: 34rem;
		bottom: 0;
		height: auto;
		z-index: 9999;
		right: 0;
		display: none;
	}


	.main-navigation.toggled .nav-menu {
		padding:  10rem 0 0 5rem;
	}

	.main-navigation.toggled .nav-menu li {
		font-weight: 400;
		font-size: 1.125rem;
		line-height: 140%;
		border-bottom: 1px solid #959290;
		padding: 2rem 0 1rem;
		margin: 0;
	}

	.main-navigation.toggled .menu-main-menu-container .menu::before {
		content: "";
		display: block;
		position: absolute;
		top: 32px;
		color: white;
		z-index: 9999;
		border-bottom: 1px solid white;
		left: 0;
		width: 70%;
		height: var(--inno-menu-height);
		background-image: url(img/innovayt-logo.svg);
		background-size: 9.5rem;
		background-position: center left 5rem;
		background-repeat: no-repeat;
	}

	.main-navigation.scrolled .menu-item a::before, 
	.main-navigation.scrolled .menu-item a::after {
		display: none;
	}

}

@media screen and (max-width: 1000px) { /* smaller than 1000 */

	.menu-desktop-toggle {
		display: block;
	}

}


/* Mobile Menu handling 
--------------------------------------------- */

@media screen and (max-width: 1000px) { 
	
	/* header tag added to make sure we have priority over scroll menu */

	.site-header .menu-main-menu-container .nav-menu {
		position: fixed;
		top: 0;
		background-color: #232323;
		width: 100%;
		bottom: 0;
		height: auto;
		z-index: 9999;
		right: 0;
		display: none;
	}

	.main-navigation.toggled .nav-menu {
		padding:  10rem 0 0 5rem;
	}

	.main-navigation.toggled .nav-menu li {
		font-weight: 400;
		font-size: 1.125rem;
		line-height: 140%;
		border-bottom: 1px solid #959290;
		padding: 2rem 0 1rem;
		margin: 0;
	}

	.main-navigation.toggled .menu-main-menu-container .menu::before {
		content: "";
		display: block;
		position: absolute;
		top: 32px;
		color: white;
		z-index: 9999;
		border-bottom: 1px solid white;
		left: 0;
		width: 70%;
		height: var(--inno-menu-height);
		background-image: url(img/innovayt-logo.svg);
		background-size: 9.5rem;
		background-position: center left 5rem;
		background-repeat: no-repeat;
	}

	.main-navigation .menu-item a::before, 
	.main-navigation .menu-item a::after {
		display: none;
	}

}