/*!
Theme Name: Digital Reality Technology
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: drt
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.

drt 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
	- Colors
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Custom Blocks
# Animations
# 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%;
}

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

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

/**
 * 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.67em 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
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/inter-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/inter-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/inter-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-800 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('fonts/inter-v12-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter-v12-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #FFF;
	font-family: 'Inter', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1.display,
h2.display,
h3.display,
h4.display,
h5.display {
	font-size:44px;
	line-height:56px;
	font-weight:900;
}
h1 {
	font-size:35px;
	line-height:48px;
	font-weight:800;
}
h2 {
	font-size:32px;
	line-height:42px;
	font-weight:800;
}
h3 {
	font-size:26px;
	line-height:31px;
	font-weight:800;
}
h4 {
	font-size:24px;
	line-height:30px;
	font-weight:700;
}
h5 {
	font-size:20px;
	line-height:28px;
	font-weight:700;
}

p {
	margin-bottom: 1.65em;
}

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

blockquote {
	margin: 0 1.5em;
}

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%;
}
.has-xs-font-size {
	font-size:12px;
}
.has-s-font-size {
	font-size:14px;
}
.has-m-font-size {
	font-size:18px;
}
.has-l-font-size {
	font-size:24px;
}
.has-xl-font-size {
	font-size:32px;
}
.has-xxl-font-size {
	font-size:44px;
}
.has-xxxl-font-size {
	font-size:60px;
}

/* Colors
--------------------------------------------- */

:root {
	--bg-color-light:#FAFAFE;
	--font-color-light:#050915;
	--bg-color-dark:#050915;
	--font-color-dark:#FAFAFE;
	--highlight-color:#63C3D1;
}

.has-turquoise-background-color {
    background-color: var(--highlight-color);
	color: var(--font-color-light);
}
.has-turquoise-color {
    color: var(--highlight-color);
}
.has-darkblue-background-color {
    background-color: #165978;
	color: var(--font-color-dark);
}
.has-darkblue-color {
    color: #165978;
}
.has-whiteblue-background-color {
    background-color: var(--bg-color-light);
	color: var(--font-color-light);
}
.has-whiteblue-color {
    color: var(--font-color-dark);
}
.has-lightgrey-background-color {
    background-color: #C2C2CC;
	color: var(--font-color-light);
}
.has-lightgrey-color {
    color: #C2C2CC;
}
.has-mediumgrey-background-color {
    background-color: #80879C;
	color: var(--font-color-dark);
}
.has-mediumgrey-color {
    color: #80879C;
}
.has-darkgrey-background-color {
    background-color: #232630;
	color: var(--font-color-dark);
}
.has-darkgrey-color {
    color: #232630;
}
.has-black-background-color {
    background-color: var(--bg-color-dark);
	color: var(--font-color-dark);
}
.has-black-color {
    color: var(--font-color-light);
}
.has-yellow-background-color {
    background-color: #ECC800;
	color: var(--font-color-light);
}
.has-yellow-color {
    color: #ECC800;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--bg-color-dark);
}

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

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

ul {
	list-style: disc inside;
}
.entry-content ul li {
	margin-bottom: 1.65em;
}

ul.is-style-check-icons {
  list-style: none;
  padding-left: 0;
}

ul.is-style-check-icons li {
  position: relative;
  padding-left: 2em; 
}

ul.is-style-check-icons li:before {
  content:'';
  position: absolute;
  left: 0; 
  top: 2px;
  width: 24px;
  height: 19px;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='24' height='19' fill='%2363C3D1' viewBox='0 0 24 19' xmlns='http://www.w3.org/2000/svg'><path d='m8 18.3c-0.4 0-0.7-0.1-0.9-0.4l-6.7-6.7c-0.5-0.5-0.5-1.4 0-1.9s1.4-0.5 1.9 0l5.7 5.7 13.7-13.7c0.5-0.5 1.4-0.5 1.9 0s0.5 1.4 0 1.9l-14.7 14.7c-0.2 0.2-0.5 0.4-0.9 0.4z'/></svg>") no-repeat;
}

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%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: var(--highlight-color);
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display:inline-block;
	font-weight: 800;
	font-size:0.9625em;
	line-height: 1;
	text-transform: uppercase;
	padding:20px;
	color:var(--font-color-light);
	background-color: var(--highlight-color);
	border:2px solid var(--highlight-color);
	border-radius: 4px;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color:var(--highlight-color);
	background-color: transparent;
}

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 {
	color:var(--highlight-color);
	background-color: transparent;
}
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 {
	background-color:var(--bg-color-light);
	border:1px solid var(--bg-color-light);
	color: #232630;
	border-radius: 4px;
	padding: 12px;
	width:100%;
}

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 {
	outline: none;
	color: var(--font-color-light);
	border: 1px solid var(--highlight-color);
}

select {
	
}

textarea {
	width: 100%;
	resize: vertical;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

main {
	/*margin-top:72px;*/
}
.container {
	max-width:calc(1600px - 2em);
	margin:0 auto;
	padding:0 1em;
}
.wp-block-columns {
	max-width:calc(1600px - 2em);
	margin:0 auto;
	/*padding:0 1em;*/
	justify-content: center;
	/*justify-content: space-between;*/
}
.wp-block-column {
	padding:0 1em;
}
.wp-block-columns.alignfull {
	max-width:none;
}
.no-padding {
	padding:0 !important;
}
.no-margin {
	margin:0 !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */

.site-header {
	position: fixed;
	top:0;
    background-color: transparent;
    z-index: 99;
    width: 100%;
}
.site-header.header-scroll {
    background-color: rgb(5 9 21 / 50%);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.site-header .container {
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	padding:0 1em;
}
.toggled .container {
	position: relative;
}
.site-logo {
	height:40px;
	width:250px;
}
.site-logo .logo-light {
	display:block;
}
.site-logo .logo-dark {
	display:none;
}
.site-header.header-hover,
.site-header.toggled {
	background-color:var(--bg-color-light);
}
.site-header.header-hover .site-logo .logo-dark,
.site-header.toggled .site-logo .logo-dark {
	display:block;
}
.site-header.header-hover .site-logo .logo-light,
.site-header.toggled .site-logo .logo-light {
	display:none;
}

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

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

.main-navigation ul div {
	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;*/
}
.main-navigation li.megamenu > div.sub-menu {
	float: left;
	position: absolute;
	top: 100%;
	width:100%;
	z-index: 99999;
	background: var(--bg-color-light);
}
.main-navigation li.megamenu:hover > div.sub-menu {
	left: 0;
}
.main-navigation li.megamenu > div.sub-menu > ul {
	display:grid;
	grid-gap:0.5em;
	margin:0 auto;
	max-width:calc(1600px - 2em);
	padding:1em;
}
.main-navigation li.megamenu.menu-cols-2 > div.sub-menu > ul {
	grid-template-columns: repeat(2, 1fr);
}
.main-navigation li.megamenu.menu-cols-3 > div.sub-menu > ul {
	grid-template-columns: repeat(3, 1fr);
}
.main-navigation li.megamenu.menu-cols-4 > div.sub-menu > ul {
	grid-template-columns: repeat(4, 1fr);
}
.main-navigation li.megamenu.menu-cols-5 > div.sub-menu > ul {
	grid-template-columns: repeat(5, 1fr);
}
.main-navigation li.megamenu.menu-cols-6 > div.sub-menu > ul {
	grid-template-columns: repeat(6, 1fr);
}
.main-navigation li.megamenu > div.sub-menu > ul li.menu-item-has-children {
  grid-row-start: 2;
}
.main-navigation li.megamenu > div.sub-menu > ul li.menu-item-has-children > span {
  text-transform: uppercase;
  display:block;
  font-weight:800;
  color:var(--bg-color-dark);
}
.main-navigation li.megamenu > div.sub-menu > ul li.menu-item-has-children ul {
	display:block;
}
.main-navigation li.megamenu:hover > div.sub-menu > ul li.menu-item-has-children div {
	float: none;
	position: relative;
	top: auto;
	left: 0;
	z-index: 99999;
}
.main-navigation li.megamenu:hover > div.sub-menu > ul li {
	margin:0.5em 0;
}
.main-navigation li.megamenu:hover > div.sub-menu > ul li a {
	color:#165978;
	font-weight: 800;
	font-size: 18px;
}
.main-navigation li.megamenu:hover > div.sub-menu > ul li.menu-item-has-children div li a {
	font-size: 16px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size:14px;
}

.main-navigation li.menu-level-1 > a {
	color:#FFF;
	font-weight:800;
	text-transform: uppercase;
	line-height: 72px;
	padding:0 24px;
	position: relative;
}
.main-navigation li.menu-level-1 > a:before {
    content: "";
    position: absolute;
    width: calc(100% - 48px);
    height: 2px;
    bottom: 24px;
    left: 24px;
    background: #FFF;
    visibility: hidden;
    border-radius: 0;
    transform: scaleX(0);
    transition: .20s linear;
}
.site-header.header-hover .main-navigation li.menu-level-1 > a,
.site-header.toggled .main-navigation li.menu-level-1 > a {
	color:var(--font-color-light);
}
.site-header.header-hover .main-navigation li.menu-level-1 > a:before,
.site-header.toggled .main-navigation li.menu-level-1 > a:before {
	background: var(--font-color-light);
}
.main-navigation li.menu-level-1 > a:hover:before, 
.main-navigation li.menu-level-1 > a:focus:before,
.main-navigation li.menu-level-1.current-menu-item > a:before,
.main-navigation li.menu-level-1.current_page_item > a:before,
.main-navigation li.menu-level-1.current-menu-parent > a:before {
    visibility: visible;
    transform: scaleX(1);
}

.menu-toggle {
	display: none;
	position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
	height: 40px;
    width: 40px;
	margin:1em 0;
	border:none;
	background:none;
}

.menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #ffffff;
    left: 8px;
	border-radius:1px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header-hover .menu-toggle span,
.site-header.toggled .menu-toggle span {
	background: var(--highlight-color);
}
.menu-toggle span:nth-child(1) {
    top: 11px;
}
.menu-toggle span:nth-child(2), 
.menu-toggle span:nth-child(3) {
    top: 19px;
}
.menu-toggle span:nth-child(4) {
    top: 27px;
}
.toggled .menu-toggle span:nth-child(1) {
    top: 19px;
    width: 0%;
    left: 50%;
}
.toggled .menu-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggled .menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggled .menu-toggle span:nth-child(4) {
    top: 19px;
    width: 0%;
    left: 50%;
}
.toggled .main-navigation {
	padding-top: 72px;
    height: 100vh;
	display: flex;
    align-items: center;
}
.toggled .menu-header-menu-container {
	overflow-y: scroll;
    height: 100%;
}
.site-header.toggled {
	background-color:#FFF;
	bottom:0;
}
.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;
}

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

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

/* Breadcrumbs
--------------------------------------------- */

.breadcrumbs .separator{
    font-size:20px;
    color:#ccc;
    font-weight:100;
}
.breadcrumbs .separator-mobile {
    display:none
}
.separator-icon {
	display: inline-block;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--font-color-dark);
    border-left: 2px solid var(--font-color-dark);
    transform: rotate(135deg);
    margin: 0;
    vertical-align: middle;
}
.breadcrumbs{
	margin:40px 0 0 0;
    list-style:none;
	padding:0;
	font-size:12px;
}
.breadcrumbs li{
    margin-right:14px;
    display:inline-block;
	font-weight: 500;
}
.breadcrumbs li a {
   font-size:12px;
   text-decoration: none;
}
/* Front Page
--------------------------------------------- */

.wp-block-video {
    border: 2px solid #FFF;
}

.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 365.28'%3E%3Cpath d='M445.63,265.46c13.88-6.67,24.79-16.15,32.73-28.45,8.5-13.16,12.75-29.51,12.75-48.51s-4.14-35.3-12.42-48.9c-8.28-13.6-19.87-24.01-34.78-31.25-14.91-7.23-32.3-10.85-52.17-10.85h-17.04v-32.2h9.16l17.12,32.19h28.75l-19.8-36.36c5.05-2.42,9.03-5.86,11.92-10.34,3.09-4.79,4.64-10.74,4.64-17.66s-1.5-12.85-4.52-17.81c-3.01-4.94-7.23-8.74-12.66-11.37-5.43-2.63-11.76-3.95-18.99-3.95h-42.09V97.5h0L316.04,0h-36.18l-32.18,97.5h-35.56v-21.32h-43.61v-16.76h40.17v-21.32h-40.17V21.34h43.8V0h-70.27V97.5h45.99l-49.96,171.77L88.11,97.5h25.19L142.05,0h-29.51l-13.34,60.18h-.76L82.63,0h-23.24l-15.81,59.99h-.76L29.51,0H0L28.75,97.5H0L88.39,365.28h99.37L276.15,97.5V365.28h72.7v-88.39h25.16l47.02,88.39h78.97l-54.37-99.82ZM374.7,21.16h9.33c3.11,0,5.76,.42,7.98,1.26,2.21,.83,3.91,2.14,5.1,3.9,1.19,1.76,1.78,4.07,1.78,6.83s-.58,5-1.78,6.72c-1.2,1.71-2.89,2.96-5.1,3.73-2.21,.77-4.86,1.16-7.98,1.16h-9.33V21.16ZM54.07,97.5l16.57-54.46h.76l16.57,54.46H54.07ZM297.57,26.85h.77l9.71,32.19h-20.19l9.71-32.19Zm-21.32,70.65l5.63-18.66h32.15l5.63,18.66h-43.42Zm134.12,109.44c-3.27,4.7-7.93,8.13-13.99,10.26s-13.36,3.2-21.9,3.2h-25.63v-64.84h25.63c8.54,0,15.84,1.15,21.9,3.46s10.72,5.88,13.99,10.72c3.27,4.83,4.9,11.17,4.9,18.76s-1.63,13.73-4.9,18.44Z'/%3E%3Cpolygon points='499.81 97.5 499.81 76.18 456.2 76.18 456.2 59.42 496.37 59.42 496.37 38.09 456.2 38.09 456.2 21.34 500 21.34 500 0 429.73 0 429.73 97.49 429.73 97.5 499.81 97.5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position:center center;
  mask-position:center center;
}
.slogan {
	z-index: 2;
    max-width:50%;
}
.wp-block-cover .slogan h1 {
	font-size: 3.5vw;
    font-weight: 700;
	text-align: center;
	/*color: var(--highlight-color);*/
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	line-height: 1.125;
}
.wp-block-cover .slogan h1 span {
	color: var(--highlight-color);
}
.home-hero {
	margin-top:80px;
	position: relative;
	height:calc(100vh - 80px);
}
.vr-background {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.53 329.75'%3E%3Cg opacity='.8'%3E%3Cpath d='M401.76,239.41c12.49-6,22.31-14.53,29.46-25.6,7.65-11.84,11.47-26.56,11.47-43.66s-3.73-31.77-11.18-44.01c-7.45-12.24-17.88-21.61-31.3-28.12-13.42-6.51-29.07-9.76-46.95-9.76h-15.34v-28.98h8.25l15.4,28.97h25.88l-17.82-32.72c4.55-2.18,8.13-5.27,10.73-9.31,2.78-4.31,4.17-9.67,4.17-15.9s-1.35-11.56-4.06-16.02c-2.71-4.45-6.5-7.86-11.39-10.24-4.89-2.36-10.58-3.55-17.09-3.55h-37.88V88.25h0L285.13,.5h-32.56l-28.96,87.75h-32v-19.19h-39.25v-15.08h36.16v-19.19h-36.16v-15.08h39.42V.5h-63.24V88.25h41.39l-44.97,154.6L79.99,88.25h22.67L128.54,.5h-26.56l-12,54.16h-.68L75.06,.5h-20.91l-14.23,53.99h-.68L27.25,.5H.69L26.57,88.25H.69l79.55,241h89.43L249.23,88.25v241h65.43v-79.55h22.64l42.32,79.55h71.07l-48.93-89.84ZM337.92,19.54h8.4c2.8,0,5.19,.37,7.18,1.13,1.99,.75,3.52,1.93,4.59,3.51,1.07,1.58,1.6,3.66,1.6,6.15s-.52,4.5-1.6,6.04c-1.08,1.54-2.6,2.66-4.59,3.36-1.99,.7-4.38,1.05-7.18,1.05h-8.4V19.54ZM49.35,88.25l14.91-49.02h.68l14.91,49.02h-30.51ZM268.51,24.67h.7l8.74,28.97h-18.17l8.74-28.97Zm-19.19,63.58l5.07-16.79h28.94l5.07,16.79h-39.08Zm120.71,98.5c-2.94,4.23-7.14,7.32-12.59,9.23-5.45,1.92-12.02,2.88-19.71,2.88h-23.07v-58.36h23.07c7.69,0,14.26,1.03,19.71,3.11,5.45,2.08,9.65,5.29,12.59,9.65,2.94,4.35,4.41,10.05,4.41,16.88s-1.47,12.36-4.41,16.6Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='450.52 88.25 450.52 69.06 411.27 69.06 411.27 53.98 447.43 53.98 447.43 34.78 411.27 34.78 411.27 19.7 450.69 19.7 450.69 .5 387.45 .5 387.45 88.24 387.45 88.25 450.52 88.25' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3Cg opacity='.7'%3E%3Cpath d='M382.2,231.13c11.1-5.34,19.83-12.92,26.18-22.76,6.8-10.53,10.2-23.61,10.2-38.81s-3.31-28.24-9.94-39.12c-6.62-10.88-15.9-19.21-27.82-25-11.93-5.78-25.84-8.68-41.74-8.68h-13.63v-25.76h7.33l13.69,25.75h23l-15.84-29.09c4.04-1.94,7.23-4.69,9.54-8.27,2.47-3.83,3.71-8.6,3.71-14.13s-1.2-10.28-3.61-14.24c-2.41-3.96-5.78-6.99-10.13-9.1-4.35-2.1-9.4-3.16-15.19-3.16h-33.67V96.76h0l-25.75-78h-28.94l-25.74,78h-28.45v-17.06h-34.89v-13.41h32.14v-17.06h-32.14v-13.41h35.04V18.76h-56.22V96.76h36.79l-39.97,137.42L96.18,96.76h20.15l23-78h-23.61l-10.67,48.14h-.61l-12.65-48.14h-18.59l-12.65,47.99h-.61l-10.65-47.99H25.69l23,78H25.69l70.71,214.22h79.5L246.61,96.76v214.22h58.16v-70.71h20.13l37.62,70.71h63.18l-43.5-79.86Zm-56.75-195.44h7.46c2.49,0,4.61,.33,6.38,1.01,1.77,.67,3.13,1.71,4.08,3.12,.95,1.41,1.43,3.25,1.43,5.47s-.47,4-1.43,5.37c-.96,1.37-2.31,2.37-4.08,2.99-1.77,.62-3.89,.93-6.38,.93h-7.46v-18.88ZM68.95,96.76l13.26-43.57h.61l13.26,43.57h-27.12Zm194.8-56.52h.62l7.77,25.75h-16.16l7.77-25.75Zm-17.06,56.52l4.51-14.93h25.72l4.51,14.93h-34.74Zm107.3,87.55c-2.62,3.76-6.34,6.5-11.19,8.21s-10.69,2.56-17.52,2.56h-20.5v-51.87h20.5c6.83,0,12.67,.92,17.52,2.77,4.85,1.85,8.58,4.7,11.19,8.58,2.62,3.86,3.92,8.94,3.92,15.01s-1.3,10.98-3.92,14.75Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='425.54 96.76 425.54 79.71 390.65 79.71 390.65 66.3 422.79 66.3 422.79 49.24 390.65 49.24 390.65 35.83 425.69 35.83 425.69 18.76 369.48 18.76 369.48 96.75 369.48 96.76 425.54 96.76' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3Cg opacity='.6'%3E%3Cpath d='M362.63,222.85c9.72-4.67,17.35-11.3,22.91-19.91,5.95-9.21,8.92-20.66,8.92-33.96s-2.9-24.71-8.69-34.23c-5.8-9.52-13.91-16.81-24.35-21.87-10.44-5.06-22.61-7.59-36.52-7.59h-11.93v-22.54h6.41l11.98,22.53h20.13l-13.86-25.45c3.54-1.7,6.32-4.1,8.35-7.24,2.16-3.35,3.24-7.52,3.24-12.36s-1.05-8.99-3.16-12.46c-2.1-3.46-5.06-6.12-8.86-7.96-3.8-1.84-8.23-2.76-13.3-2.76h-29.46V105.28h0l-22.53-68.25h-25.33l-22.52,68.25h-24.89v-14.93h-30.53v-11.73h28.12v-14.93h-28.12v-11.73h30.66v-14.93h-49.19V105.28h32.19l-34.98,120.24-34.98-120.24h17.63l20.13-68.25h-20.66l-9.34,42.12h-.53l-11.07-42.12h-16.27l-11.07,41.99h-.53l-9.32-41.99h-20.66l20.13,68.25h-20.13l61.87,187.45h69.56l61.87-187.45v187.45h50.89v-61.87h17.61l32.91,61.87h55.28l-38.06-69.87Zm-49.65-171.01h6.53c2.18,0,4.04,.29,5.58,.88,1.55,.58,2.74,1.5,3.57,2.73,.83,1.23,1.25,2.85,1.25,4.78s-.41,3.5-1.25,4.7c-.84,1.2-2.02,2.07-3.57,2.61-1.55,.54-3.4,.82-5.58,.82h-6.53v-16.52ZM88.54,105.28l11.6-38.12h.53l11.6,38.12h-23.73Zm170.45-49.45h.54l6.8,22.53h-14.14l6.8-22.53Zm-14.93,49.45l3.94-13.06h22.51l3.94,13.06h-30.39Zm93.89,76.61c-2.29,3.29-5.55,5.69-9.79,7.18s-9.35,2.24-15.33,2.24h-17.94v-45.39h17.94c5.98,0,11.09,.8,15.33,2.42,4.24,1.62,7.5,4.12,9.79,7.5,2.29,3.38,3.43,7.82,3.43,13.13s-1.14,9.61-3.43,12.91Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='400.56 105.28 400.56 90.35 370.03 90.35 370.03 78.62 398.15 78.62 398.15 63.69 370.03 63.69 370.03 51.96 400.69 51.96 400.69 37.03 351.5 37.03 351.5 105.27 351.5 105.28 400.56 105.28' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3Cg opacity='.5'%3E%3Cpath d='M343.07,214.57c8.33-4,14.87-9.69,19.64-17.07,5.1-7.9,7.65-17.71,7.65-29.11s-2.48-21.18-7.45-29.34c-4.97-8.16-11.92-14.41-20.87-18.75-8.95-4.34-19.38-6.51-31.3-6.51h-10.22v-19.32h5.5l10.27,19.31h17.25l-11.88-21.82c3.03-1.45,5.42-3.52,7.15-6.2,1.85-2.87,2.78-6.45,2.78-10.6s-.9-7.71-2.71-10.68c-1.8-2.97-4.34-5.24-7.6-6.82-3.26-1.58-7.05-2.37-11.4-2.37h-25.25v58.5h0l-19.31-58.5h-21.71l-19.31,58.5h-21.34v-12.79h-26.17v-10.06h24.1v-12.79h-24.1v-10.06h26.28v-12.8h-42.16v58.5h27.59l-29.98,103.06-29.98-103.06h15.11l17.25-58.5h-17.71l-8,36.11h-.46l-9.48-36.11h-13.94l-9.48,35.99h-.46l-7.99-35.99h-17.71l17.25,58.5h-17.25l53.03,160.67h59.62l53.03-160.67v160.67h43.62v-53.03h15.1l28.21,53.03h47.38l-32.62-59.89Zm-42.56-146.58h5.6c1.87,0,3.46,.25,4.79,.76,1.33,.5,2.35,1.28,3.06,2.34,.71,1.06,1.07,2.44,1.07,4.1s-.35,3-1.07,4.03c-.72,1.03-1.73,1.78-3.06,2.24-1.33,.46-2.92,.7-4.79,.7h-5.6v-14.16ZM108.13,113.79l9.94-32.68h.46l9.94,32.68h-20.34Zm146.1-42.39h.46l5.83,19.31h-12.12l5.83-19.31Zm-12.79,42.39l3.38-11.2h19.29l3.38,11.2h-26.05Zm80.47,65.66c-1.96,2.82-4.76,4.88-8.39,6.16s-8.02,1.92-13.14,1.92h-15.38v-38.9h15.38c5.12,0,9.5,.69,13.14,2.08,3.64,1.39,6.43,3.53,8.39,6.43,1.96,2.9,2.94,6.7,2.94,11.26s-.98,8.24-2.94,11.06Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='375.58 113.79 375.58 101 349.41 101 349.41 90.94 373.52 90.94 373.52 78.15 349.41 78.15 349.41 68.09 375.69 68.09 375.69 55.29 333.53 55.29 333.53 113.78 333.53 113.79 375.58 113.79' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3Cg opacity='.4'%3E%3Cpath d='M323.51,206.29c6.94-3.33,12.39-8.07,16.36-14.22,4.25-6.58,6.38-14.76,6.38-24.26s-2.07-17.65-6.21-24.45c-4.14-6.8-9.93-12.01-17.39-15.63-7.45-3.61-16.15-5.42-26.08-5.42h-8.52v-16.1h4.58l8.56,16.09h14.38l-9.9-18.18c2.53-1.21,4.52-2.93,5.96-5.17,1.55-2.4,2.32-5.37,2.32-8.83s-.75-6.42-2.26-8.9c-1.5-2.47-3.61-4.37-6.33-5.69-2.72-1.31-5.88-1.97-9.5-1.97h-21.04v48.75h0l-16.09-48.75h-18.09l-16.09,48.75h-17.78v-10.66h-21.8v-8.38h20.09v-10.66h-20.09v-8.38h21.9v-10.67h-35.13v48.75h23l-24.98,85.89-24.98-85.89h12.59l14.38-48.75h-14.76l-6.67,30.09h-.38l-7.9-30.09h-11.62l-7.9,29.99h-.38l-6.66-29.99h-14.76l14.38,48.75h-14.38l44.2,133.89h49.69l44.2-133.89v133.89h36.35v-44.2h12.58l23.51,44.2h39.49l-27.18-49.91Zm-35.47-122.15h4.67c1.56,0,2.88,.21,3.99,.63,1.11,.42,1.96,1.07,2.55,1.95,.59,.88,.89,2.03,.89,3.42s-.29,2.5-.89,3.36c-.6,.86-1.44,1.48-2.55,1.87-1.11,.39-2.43,.58-3.99,.58h-4.67v-11.8ZM127.73,122.31l8.28-27.23h.38l8.28,27.23h-16.95Zm121.75-35.32h.39l4.86,16.09h-10.1l4.86-16.09Zm-10.66,35.32l2.82-9.33h16.08l2.82,9.33h-21.71Zm67.06,54.72c-1.63,2.35-3.96,4.06-6.99,5.13s-6.68,1.6-10.95,1.6h-12.82v-32.42h12.82c4.27,0,7.92,.57,10.95,1.73,3.03,1.15,5.36,2.94,6.99,5.36,1.64,2.41,2.45,5.58,2.45,9.38s-.82,6.86-2.45,9.22Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='350.6 122.31 350.6 111.64 328.79 111.64 328.79 103.26 348.88 103.26 348.88 92.6 328.79 92.6 328.79 84.22 350.69 84.22 350.69 73.56 315.56 73.56 315.56 122.3 315.56 122.31 350.6 122.31' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3Cg opacity='.3'%3E%3Cpath d='M303.94,198c5.55-2.67,9.92-6.46,13.09-11.38,3.4-5.26,5.1-11.8,5.1-19.4s-1.66-14.12-4.97-19.56c-3.31-5.44-7.95-9.6-13.91-12.5-5.96-2.89-12.92-4.34-20.87-4.34h-6.82v-12.88h3.67l6.85,12.87h11.5l-7.92-14.54c2.02-.97,3.61-2.34,4.77-4.14,1.24-1.92,1.85-4.3,1.85-7.06s-.6-5.14-1.81-7.12c-1.2-1.98-2.89-3.49-5.06-4.55-2.17-1.05-4.7-1.58-7.6-1.58h-16.84v39h0l-12.87-39h-14.47l-12.87,39h-14.22v-8.53h-17.44v-6.7h16.07v-8.53h-16.07v-6.7h17.52v-8.53h-28.11v39h18.4l-19.99,68.71-19.99-68.71h10.07l11.5-39h-11.81l-5.33,24.07h-.3l-6.32-24.07h-9.29l-6.32,24h-.3l-5.32-24h-11.81l11.5,39h-11.5l35.36,107.11h39.75l35.36-107.11v107.11h29.08v-35.36h10.06l18.81,35.36h31.59l-21.75-39.93Zm-28.37-97.72h3.73c1.25,0,2.31,.17,3.19,.5,.88,.33,1.56,.86,2.04,1.56,.48,.7,.71,1.63,.71,2.73s-.23,2-.71,2.69c-.48,.68-1.16,1.18-2.04,1.49-.88,.31-1.94,.47-3.19,.47h-3.73v-9.44Zm-128.25,30.54l6.63-21.78h.3l6.63,21.78h-13.56Zm97.4-28.26h.31l3.88,12.87h-8.08l3.88-12.87Zm-8.53,28.26l2.25-7.46h12.86l2.25,7.46h-17.37Zm53.65,43.78c-1.31,1.88-3.17,3.25-5.6,4.1s-5.34,1.28-8.76,1.28h-10.25v-25.94h10.25c3.42,0,6.34,.46,8.76,1.38s4.29,2.35,5.6,4.29c1.31,1.93,1.96,4.47,1.96,7.5s-.65,5.49-1.96,7.38Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='325.62 130.82 325.62 122.29 308.17 122.29 308.17 115.59 324.24 115.59 324.24 107.06 308.17 107.06 308.17 100.35 325.69 100.35 325.69 91.82 297.58 91.82 297.58 130.82 297.58 130.82 325.62 130.82' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3Cg opacity='.2'%3E%3Cpath d='M284.38,189.72c4.16-2,7.44-4.84,9.82-8.53,2.55-3.95,3.83-8.85,3.83-14.55s-1.24-10.59-3.73-14.67c-2.48-4.08-5.96-7.2-10.43-9.38-4.47-2.17-9.69-3.25-15.65-3.25h-5.11v-9.66h2.75l5.13,9.66h8.63l-5.94-10.91c1.52-.73,2.71-1.76,3.58-3.1,.93-1.44,1.39-3.22,1.39-5.3s-.45-3.85-1.35-5.34c-.9-1.48-2.17-2.62-3.8-3.41-1.63-.79-3.53-1.18-5.7-1.18h-12.63v29.25h0l-9.66-29.25h-10.85l-9.65,29.25h-10.67v-6.4h-13.08v-5.03h12.05v-6.4h-12.05v-5.03h13.14v-6.4h-21.08v29.25h13.8l-14.99,51.53-14.99-51.53h7.56l8.63-29.25h-8.85l-4,18.05h-.23l-4.74-18.05h-6.97l-4.74,18h-.23l-3.99-18h-8.85l8.63,29.25h-8.63l26.52,80.33h29.81l26.52-80.33v80.33h21.81v-26.52h7.55l14.11,26.52h23.69l-16.31-29.95Zm-21.28-73.29h2.8c.93,0,1.73,.12,2.39,.38,.66,.25,1.17,.64,1.53,1.17,.36,.53,.53,1.22,.53,2.05s-.17,1.5-.53,2.01c-.36,.51-.87,.89-1.53,1.12-.66,.23-1.46,.35-2.39,.35h-2.8v-7.08Zm-96.19,22.9l4.97-16.34h.23l4.97,16.34h-10.17Zm73.05-21.19h.23l2.91,9.66h-6.06l2.91-9.66Zm-6.4,21.19l1.69-5.6h9.65l1.69,5.6h-13.03Zm40.24,32.83c-.98,1.41-2.38,2.44-4.2,3.08s-4.01,.96-6.57,.96h-7.69v-19.45h7.69c2.56,0,4.75,.34,6.57,1.04s3.22,1.76,4.2,3.22c.98,1.45,1.47,3.35,1.47,5.63s-.49,4.12-1.47,5.53Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='300.63 139.33 300.63 132.94 287.55 132.94 287.55 127.91 299.6 127.91 299.6 121.51 287.55 121.51 287.55 116.48 300.69 116.48 300.69 110.08 279.61 110.08 279.61 139.33 279.61 139.33 300.63 139.33' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3Cg opacity='.1'%3E%3Cpath d='M264.82,181.44c2.78-1.33,4.96-3.23,6.55-5.69,1.7-2.63,2.55-5.9,2.55-9.7s-.83-7.06-2.48-9.78c-1.66-2.72-3.97-4.8-6.96-6.25-2.98-1.45-6.46-2.17-10.43-2.17h-3.41v-6.44h1.83l3.42,6.44h5.75l-3.96-7.27c1.01-.48,1.81-1.17,2.38-2.07,.62-.96,.93-2.15,.93-3.53s-.3-2.57-.9-3.56c-.6-.99-1.45-1.75-2.53-2.27-1.09-.53-2.35-.79-3.8-.79h-8.42v19.5h0l-6.44-19.5h-7.24l-6.44,19.5h-7.11v-4.26h-8.72v-3.35h8.03v-4.26h-8.03v-3.35h8.76v-4.27h-14.05v19.5h9.2l-9.99,34.35-9.99-34.35h5.04l5.75-19.5h-5.9l-2.67,12.04h-.15l-3.16-12.04h-4.65l-3.16,12h-.15l-2.66-12h-5.9l5.75,19.5h-5.75l17.68,53.56h19.87l17.68-53.56v53.56h14.54v-17.68h5.03l9.4,17.68h15.79l-10.87-19.96Zm-14.19-48.86h1.87c.62,0,1.15,.08,1.6,.25,.44,.17,.78,.43,1.02,.78,.24,.35,.36,.81,.36,1.37s-.12,1-.36,1.34c-.24,.34-.58,.59-1.02,.75-.44,.15-.97,.23-1.6,.23h-1.87v-4.72Zm-64.13,15.27l3.31-10.89h.15l3.31,10.89h-6.78Zm48.7-14.13h.15l1.94,6.44h-4.04l1.94-6.44Zm-4.26,14.13l1.13-3.73h6.43l1.13,3.73h-8.68Zm26.82,21.89c-.65,.94-1.59,1.63-2.8,2.05s-2.67,.64-4.38,.64h-5.13v-12.97h5.13c1.71,0,3.17,.23,4.38,.69s2.14,1.18,2.8,2.14c.65,.97,.98,2.23,.98,3.75s-.33,2.75-.98,3.69Z' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3Cpolygon points='275.65 147.85 275.65 143.58 266.93 143.58 266.93 140.23 274.97 140.23 274.97 135.97 266.93 135.97 266.93 132.61 275.69 132.61 275.69 128.35 261.64 128.35 261.64 147.85 261.64 147.85 275.65 147.85' fill='none' stroke='%2363c3d1' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.home-hero video,
.home-hero .video-overlay {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.home-hero .video-overlay {
	background-color:var(--bg-color-dark);
	opacity:0.3
}
.home-hero video {
  object-fit: cover;
  opacity: 1;
}
/*
body.home {
	background-image: url(img/background_welle.png);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
*/
#home-hero {
	position: fixed;
    height: 80vh;
	width:auto;
    bottom: 10vh;
    left: 45%;
    z-index: -1;
}
.intro-section,
.fullheight-section {
	height:100vh;
}
#home-hero {
            animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
/* Pages
--------------------------------------------- */

.page-header.hero-style-1,
.page-header.hero-style-2 {
	width:100%;
}
.hero-top {
	display: flex;
	position: relative;
	width:100%;
	min-height:calc(50vh - 72px);
}
.hero-title-only .hero-top {
	max-width:calc(1600px - 2em);
	margin:0 auto;
	padding:0 1em;
}
.hero-bottom {
	padding:1em;
	display:none;
}
.hero-background {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	opacity: 0.5;
	z-index:-1;
}
.hero-container {
	display: flex;
    width: 100%;
    flex-direction: column;
}
.hero-background-overlay {
	background-color: var(--highlight-color);
	mix-blend-mode: color;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.hero-style-2 .hero-background-overlay {
	background-color: rgba(0,0,0,0.3);
	mix-blend-mode: unset;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.hero-style-1 {
	display:flex;
	flex-direction: column;
	height:100%;
	justify-content:center;
	align-items:center;
}
.hero-content-wrapper {
	flex:1;
	text-align:center;
	margin: 0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
}
.hero-style-2 .hero-content-wrapper {
	text-align:left;
}
.hero-content {
	padding:100px 18%;
}
.hero-style-2 .hero-content {
    padding: 100px 0;
	margin-right: 62%;
}
.hero-style-1 .page-title,
.hero-style-2 .page-title {
	position: relative;
	padding-bottom:1em;
	margin:0;
}
.hero-style-1 .page-title:after,
.hero-style-2 .page-title:after {
	position: absolute;
    content: '';
    height: 4px;
	width:100%;
	left:0;
	bottom:0;
	background-color:var(--highlight-color)
}
.hero-foreground {
	position: absolute;
	top:0;
    right: 0;
    width: 56%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.hero-content span.page-intro {
	margin-top: 40px;
    display: block;
}
/* Case Studies
--------------------------------------------- */

.project-header {
	position: relative;
}
.hero-gradient {
	background:linear-gradient(89.99deg, #165978 38.16%, rgba(22, 89, 120, 0) 98.81%);
	padding:40px 0;
}
.hero-gradient .container {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.hero-gradient .container .project-intro {
	width:66%;
}
.hero-gradient .container .project-intro.no-logo {
	width:100%;
}
.hero-gradient .container .project-logo {
	width:34%;
	padding:0 40px;
	text-align: center;
}
h1.project-title {
	margin-top:0;
	font-size:24px;
	font-weight:700;
}
.hero-title-wrapper {
	min-height:40vh;
	display: flex;
    width: 100%;
    flex-direction: column;
	position: relative;
	background-size: 0 0;
	background-position: center center;
    background-repeat: no-repeat;
}
.project-slogan {
	display: flex;
	flex: 1;
    text-align: center;
    margin: 100px auto;
    justify-content: center;
    align-items: center;
    width: 100%;
	font-weight: 900;
	font-size: 44px;
	z-index:1;
}


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

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

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

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

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

/* Contact Form
--------------------------------------------- */

.contact-form-cta {
	background: radial-gradient(50% 50% at center, rgba(99,195,209,0.25) 0%, rgba(99,195,209,0) 100%);
	background-size: contain;
}
.wpcf7-form {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wpcf7-form-control-wrap[data-name="your-name"] {
	width:calc(50% - 10px);
	margin-right:20px;
}
.wpcf7-form-control-wrap[data-name="your-email"] {
	width:calc(50% - 10px);
}
.wpcf7-form-control-wrap[data-name="your-message"] {
	width:100%;
	margin:20px 0 40px 0;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
	padding: 1em 0;
	color: #FF0000;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid {
	border: 1px solid #dc3232;
}
/*
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}
*/
.wpcf7-form-control-wrap {
	position: relative;
	display:block;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 0;
	text-indent: -999em;
	display: block;
    position: absolute;
    bottom: 14px;
    right: 8px;
}
.wpcf7-not-valid-tip:before {
	content:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E30521;%7D%0A%3C/style%3E%3Cpath class='st0' d='m12 3.2-10 17.6h20l-10-17.6m0-2c0.6 0 1.3 0.3 1.7 1l10 17.6c0.7 1.3-0.2 2.9-1.7 2.9h-20c-1.5 0-2.4-1.6-1.7-2.9l10-17.6c0.4-0.7 1.1-1 1.7-1zm0 16.2c0.5 0 1 0.4 1 1s-0.4 1-1 1c-0.5 0-1-0.4-1-1s0.5-1 1-1zm0-1.5c-0.5 0-1-0.4-1-1v-5.9c0-0.5 0.4-1 1-1 0.5 0 1 0.4 1 1v5.9c0 0.5-0.5 1-1 1z'/%3E%3C/svg%3E%0A");
	width:24px;
	height:24px;
	display:block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: var(--bg-color-light);
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}



@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}



/* 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
--------------------------------------------- */

figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    display: flex;
    flex-wrap: wrap;
}

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

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

.wp-block-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;
}
*/

/* Footer
--------------------------------------------- */

.site-footer {
	margin-top:120px;
}

.site-footer .container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	padding-top:40px;
	padding-bottom:40px;
	color:#8b8d94;
}
.footer-column {
	flex-grow:1;
}
span.widget-title {
	font-size:20px;
	font-weight: 700;
}
.site-footer .menu {
	list-style: none;
	text-align: right;
}
.site-footer .menu li {
	display:inline-block;
}
.site-footer .menu li a {
	text-decoration: none;
	padding: 0 10px;
}
.widget_nav_menu ul.menu {
	margin:0;
	padding:0;
	list-style: none;
}
.widget_nav_menu ul.menu li {
	margin:8px 0;
}
.widget_nav_menu ul.menu li a {
	text-decoration: none;
}
/*--------------------------------------------------------------
# Default Blocks Overwrite
--------------------------------------------------------------*/

.wp-block-buttons.is-content-justification-center {
    text-align: center;
}

.wp-block-button__link {
    font-weight: 800;
    font-size: 0.9625em;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px;
    color: var(--font-color-light);
    background-color: var(--highlight-color);
    border: 2px solid var(--highlight-color);
    border-radius: 4px;
    text-decoration: none;
}
.wp-block-button__link:hover, 
.wp-block-button__link:focus, 
.wp-block-button__link:active {
    color: var(--highlight-color);
	background-color: transparent;
}


.bottom-fade:after {
	content:"";
	position: absolute;
	bottom:0;
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(5, 9, 21, 1) 0%, rgba(5, 9, 21, 0) 75%, rgba(5, 9, 21, 0) 100%);
}

.wp-block-column ul,
.wp-block-column ol {
    padding-left: 1em;
}
.wp-block-column ul {
    list-style: square outside;
}
.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# Custom Blocks
--------------------------------------------------------------*/

/* Project grid
--------------------------------------------- */

.projects-selected {
	padding: 40px 0;
}
.project-grid-items {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.project-teaser {
	background-color: #232630;
	border-radius: 4px;
	overflow: hidden;
	transition: all .5s ease-in-out;
	box-shadow: none;
}
.project-teaser:hover {
	transform: scale(1.05);
	box-shadow: 0 0 10px 2px rgba(5,9,21,0.2) 
}
.project-teaser a {
	color:#FFF;
	text-decoration: none;
}
.project-teaser-text {
	padding:1.5em 1em;
}
.project-teaser-title {
	display:block;
	font-size:20px;
	line-height: 28px;
	font-weight: 700;
}
.project-teaser-text p {
	margin:0.5em 0 1em;
}
.project-teaser-meta {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
}
.project-teaser-meta span {
	font-size:14px;
	font-weight:500;
	border:2px solid #FFF;
	border-radius: 2px;
	padding:0.5em;
}
.chevron-icon {
	position: absolute;
    right: 18px;
}
.chevron-icon:before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 0.6em;
	left: 0.15em;
	position: relative;
	top: 4px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.6em;
}
.active-filters-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.active-filters {
	display:none
}
.active-filters.active {
	display:block;
}
.filter-pill {
	color:#FFF;
	padding:8px;
	border:2px solid #FFF;
	text-decoration: none;
	border-radius: 2px;
	font-size:14px;
	font-weight: 500;
	display:none;
}
.filter-pill.active {
	display:block;
}
.close-icon {
    width: 10px;
    height: 10px;
    position: relative;
	display: inline-block;
	margin-left:12px;
}
.close-icon:after {
    content: '';
    height: 12px;
    border-left: 2px solid var(--font-color-dark);
    position: absolute;
    transform: rotate(45deg);
    left: 0;
}
.close-icon:before {
    content: '';
    height: 12px;
    border-left: 2px solid var(--font-color-dark);
    position: absolute;
    transform: rotate(-45deg);
    left: 0;
}
.close-project-filter .close-icon {
    width: 18px;
    height: 18px;
}
.close-project-filter .close-icon:after {
    height: 18px;
}
.close-project-filter .close-icon:before {
    height: 18px;
}
.project-filters {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
	margin:18px 0;
}
.project-filter {
	border:2px solid var(--highlight-color);
	border-radius: 4px;
	position:relative;
}
.project-filter a {
	text-decoration:none;
	color:#FFF;
}
.project-filter a.filter-toggle {
	display:block;
	padding:12px 36px 12px 18px;
	text-transform: uppercase;
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
	font-weight: 800;
	position:relative;
}
.project-filter-list {
	display:none;
	position: absolute;
	left: -2px;
    top: 52px;
	border:2px solid var(--highlight-color);
	border-radius: 4px;
	background-color:var(--bg-color-dark);
	padding:18px;
	width:400px;
	z-index: 99;
}
.filter-open .project-filter-list {
	display:block;
}
.filter-open a.filter-toggle .chevron-icon:before {
	top:8px;
	transform: rotate(-45deg);
}
.project-filter-list-headline {
	display:none;
	font-weight: 800;
	font-size: 14.5px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom:24px;
}
.close-dropdown {
	display:none;
	text-indent: -999px;
	line-height: 0;
	font-size: 0;
	position: absolute;
	top:16px;
	right:10px;
}
.close-dropdown .close-icon {
	display:block;
}
.project-filter-list ul {
	list-style: none;
	margin:0;
	padding:0;
	column-count: 2;
	column-gap: 24px;
	display:flex;
	flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-filter-list ul li {
	margin:12px 0 0;
	width:47%;
}
.cat-list_item {
	display:block;
	color:#FFF;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid transparent;
}
.cat-list_item:hover {
	color:#FFF;
	background-color: rgba(99, 195, 209, 0.1);
	border-color: rgba(99, 195, 209, 0.1);
}
.cat-list_item.active {
	color:#FFF;
	background-color: rgba(99, 195, 209, 0.1);
	border-color: #63C3D1;

}
.active-filters {
	border-top:1px solid #FFF;
	padding:18px 0;
}
a.primary-button.apply-filter-button {
	margin-top:12px;
	display:block;
}
/* Logo grid
--------------------------------------------- */

ul.logo-grid-items {
	list-style: none;
	margin:0;
	padding:0;
}
ul.logo-grid-items {
	display: grid;
    gap: 0;
}
 ul.logo-grid-col3 {
	grid-template-columns: repeat(3, 1fr);
}
ul.logo-grid-col4 {
	grid-template-columns: repeat(4, 1fr);
}
ul.logo-grid-col6 {
	grid-template-columns: repeat(6, 1fr);
}
.logo_grid_item {
	background:#FFF;
	border:2px solid #C2C2CC;
	display:none;
	height: 100%;
}
.logo_grid_item.show_on_mobile {
	display:none;
}
.logo_grid_item.show_on_desktop {
	display:block;
}
.logo_grid_toggle {
	background:#FFF;
	height: 100%;
	border:2px solid var(--highlight-color);
}
.logo_grid_toggle.hide-on-desktop {
	display:none;
}
.logo_grid_item a {
	line-height:0;
}
.logo_grid_item div {
	height: 100%;
	padding:1.5em;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items :center;
}
.logo_grid_toggle div {
	height: 100%;
	padding:1.5em;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items :center;
	padding:1.5em 0.5em;
	background-color: rgba(99, 195, 209, 0.1);
}
.logo_grid_toggle a {
	color: var(--highlight-color);
	text-decoration: none;
	text-transform: uppercase;
	font-size:1.5em;
	font-weight:700;
}
/* Page teaser section
--------------------------------------------- */
.arrow-icon {
  	display: inline-block;
  	margin: 0 auto;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid var(--font-color-light);
  	border-left: 2px solid var(--font-color-light);
  	transform: rotate(135deg);
	margin: 0 0 2px 12px;
	vertical-align: middle;
}
.arrow-icon:after{
  	content: "";
  	display: block;
  	width: 2px;
  	height: 10px;
  	background-color: var(--font-color-light);
  	transform: rotate(-45deg) translate(3px, 0px);
  	left: 0;
  	top: 0;
}
.primary-button .arrow-icon {
  	border-top-color: var(--font-color-light);
  	border-left-color: var(--font-color-light);
}
.primary-button .arrow-icon:after{
  	background-color: var(--font-color-light);
}
.primary-button:hover .arrow-icon {
  	border-top-color: var(--highlight-color);
  	border-left-color: var(--highlight-color);
}
.primary-button:hover .arrow-icon:after{
  	background-color: var(--highlight-color);
}
.page-teaser-section {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.column-headline {
	width: 32%;
	padding:0;
}
.column-headline div {
	position: sticky;
	top:0;
	padding:100px 0 0 0;
}
.column-teasers {
	padding:100px 0 0 0;
}
.teaser-section-sticky .column-teasers {
	width:64%;
}
.column-headline h2 {
	font-weight: 800;
	font-size: 32px;
	line-height: 42px;
	padding:40px 0;
	margin:0;
	border-top: 1px solid #FFF;
}
.page-teaser-wrapper {
	padding: 40px 0;
    margin: 0;
	display: grid;
  	gap: 3rem 1rem;
}
.teaser-section-sticky .page-teaser-wrapper {
	border-top: 1px solid #FFF;
  	grid-template-columns: repeat(2, 1fr);
}
.teaser-section-grid .page-teaser-wrapper {
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem 2rem;
}
/* Tile Style */

.teaser-style-tile .page-teaser {
	/*border-radius: 4px;*/
	overflow: hidden;
	transition: all .5s ease-in-out;
	box-shadow: none;
	border: 2px solid #FFF;
}
.teaser-style-tile .page-teaser:hover {
	/*transform: scale(1.05);
	box-shadow: 0 0 10px 2px rgba(5,9,21,0.2) */
	border: 2px solid var(--highlight-color);
}

.teaser-style-tile .page-teaser a {
	display: block;
	color:var(--font-color-dark);
	text-decoration: none;
	line-height: 0;
	position: relative;
}
/*
.teaser-style-tile .page-teaser a:before {
	content:'';
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	width:100%;
	background: linear-gradient(0deg, rgba(24, 89, 121, 0.8) 10.45%, rgba(24, 89, 121, 0.35) 38.52%, rgba(24, 89, 121, 0) 100%);
}
*/
.teaser-style-tile span.page-teaser-title {
	display: block;
	position: absolute;
	bottom:0;
	left: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	padding:24px 16px;
}
/* Card Style */
.teaser-style-card .page-teaser a {
	display: block;
    border: 1px solid #FFF;
	border-radius: 4px;
    text-align: center;
	padding:8px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	color:var(--font-color-dark);
	text-decoration: none;
}
.teaser-style-card .page-teaser a:hover {
	background-color:rgba(250,250,254,0.1);
}
.page-teaser a .arrow-icon {
  	border-top-color: var(--font-color-dark);
  	border-left-color: var(--font-color-dark);
}
.page-teaser a .arrow-icon:after{
  	background-color: var(--font-color-dark);
}
.teaser-style-card span.page-teaser-title {
	display: block;
	font-size: 26px;
	line-height: 31px;
	font-weight: 700;
	margin:16px 0;
}
.teaser-style-card span.page-teaser-excerpt {
	display: block;
	margin:0 0 24px 0;
}

/* Job listing
--------------------------------------------- */

.job-list {
	border: 1px solid #C2C2CC;
}
.job-post {
	padding:1.5em 1em;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #C2C2CC;
}
.job-post:last-of-type {
	border-bottom: none;
}
.job-description span {
	display:block;
}
span.job-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}
a.primary-button {
	display:inline-block;
	font-weight: 800;
	font-size:0.875em;
	line-height: 1;
	text-transform: uppercase;
	text-align:center;
	padding:14px 18px;
	color:var(--font-color-light);
	background-color: var(--highlight-color);
	border:1px solid var(--highlight-color);
	border-radius: 4px;
	text-decoration: none;
}
a.primary-button:hover {
	color:var(--highlight-color);
	background-color: transparent;
}

/* Google Maps Embed
--------------------------------------------- */

.gmap-embed {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.gmap-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap-cookie-notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:1em;
}
.gmap-cookie-notice span {
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/


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

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* 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
--------------------------------------------------------------*/

/* 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;*/
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1599px) {
.container,
.wp-block-columns,
.hero-title-only .hero-top,
.main-navigation li.megamenu > div.sub-menu > ul {
	max-width:calc(1200px - 2em);
}
}
@media only screen and (max-width: 999px) {
	.wp-block-cover .slogan {
		max-width: 80%;
	}
	.wp-block-cover .slogan h1 {
		font-size: 6vw;
	}
	.project-grid-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-teaser-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	/* Small menu. */
	.menu-toggle,
	.site-header.toggled .main-navigation ul {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.site-header .container {
		display: block;
		min-height:72px;
		padding:0;
	}
	.site-logo {
		position: absolute;
		top:20px;
		left:1em;
	}
	.menu-toggle {
		position: absolute;
		right:1em;
	}
	
	.main-navigation li.menu-level-1 > a {
		padding: 0.25em 1em;
		font-size:2em;
	}
	.main-navigation li.menu-level-1 > a:before {
		content: none;
	}
}

@media only screen and (max-width: 768px) {
	
	  ul.logo-grid-col6,
	  ul.logo-grid-col4 {
		grid-template-columns: repeat(3, 1fr);
	}
	.page-teaser-section {
		display: block;
		flex-direction: auto;
		justify-content: auto;
	}
	.column-headline div {
		position: relative;
		top: auto;
		padding: 0;
	}
	.column-headline h2 {
		padding: 20px 0;
		margin: 0;
		border-top: none;
	}
	.teaser-section-sticky .column-headline,
	.teaser-section-sticky .column-teasers {
		width:auto;
		min-width:100%;
	}
	.teaser-section-sticky .column-teasers {
		padding:0;
	}
	/*.teaser-section-sticky .column-teasers,*/
	.teaser-section-sticky .column-teasers .page-teaser-wrapper {
		transform: rotateX(180deg);
		overflow-x:scroll;
		margin:0 -1em;
		position:relative;
	}
	.teaser-section-sticky .column-teasers .page-teaser-wrapper::-webkit-scrollbar {
	  height: 4px;
	  -webkit-appearance: none;
	  -webkit-overflow-scrolling: auto;
	}
	.teaser-section-sticky .column-teasers .page-teaser-wrapper::-webkit-scrollbar-track {
		background-color: transparent;
		height:4px;
		margin:0 1em;
		border-top:1px solid #80879C;
	}
	.teaser-section-sticky .column-teasers .page-teaser-wrapper::-webkit-scrollbar-thumb {
	  background-color: #FAFAFE;
	  width:4px;
	}
	.teaser-section-sticky .page-teaser-wrapper {
		padding: 40px 0;
		margin: 0;
		border-top: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		grid-template-columns: none;
		gap:unset;
	}
	.teaser-section-sticky .page-teaser {
		width:40%;
		min-width:40%;
		margin: 0 1em;
		transform: rotateX(180deg);
	}
	.teaser-section-sticky .page-teaser-wrapper:after {
		content:"";
		display: block;
  		height: 100%;
  		width: 1em;
	}
	/*
	.teaser-section-sticky .page-teaser-wrapper::-webkit-scrollbar {
	  display: none;
	}
	*/
	.teaser-section-grid .page-teaser-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.hero-content {
		padding: 40px 0;
		width:100%;
	}
	.hero-style-1 .page-title:after {
		position: absolute;
		content: '';
		height: 4px;
		width: 50%;
		left: 25%;
	}
	.breadcrumbs {
		margin: 12px 0 0 0;
		z-index:1;
	}
	.breadcrumbs li {
		margin-right: 8px;
	}
	.breadcrumbs li:not(.item-parent):not(.item-cat):not(.separator-mobile) {
		display:none;
	}
	.breadcrumbs li.separator-mobile {
		display:inline-block;
	}
	li.separator-mobile .separator-icon {
		transform: rotate(-45deg);
		margin:1px;
	}
	.hero-top {
		height:auto;
	}
	.hero-bottom {
		display:block;
	}
	.hero-content span.page-intro {
		display:none;
	}
	.hero-foreground {
		display:none;
	}
	.hero-style-2 .hero-content-wrapper {
		text-align: center;
	}
	.hero-style-2 .hero-content {
		padding: 40px 0;
		margin-right: 0;
	}
	.hero-style-2 .page-title:after {
		position: absolute;
		content: '';
		height: 4px;
		width: 50%;
		left: 25%;
	}
	.project-header .hero-background {
		display:none;
	}
	.hero-title-wrapper {
		background-size: cover;
	}
	.hero-title-wrapper:before {
		content:'';
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color: var(--bg-color-dark);
		opacity: 0.5;
	}
	.hero-gradient {
		background: #165978;
		padding: 1em 0;
	}
	.project-filters {
		flex-direction: column;
		align-items: flex-start;
	}
	.project-filter {
		width:240px;
	}
	.active-filters span {
		display:block;
		width:100%;
	}
}

@media only screen and (max-width: 640px) {
  body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}
	h1.display,
	h2.display,
	h3.display,
	h4.display,
	h5.display {
		font-size:44px;
		line-height:56px;
		font-weight:900;
	}
	h1 {
		font-size:32px;
		line-height:1.2;
		font-weight:800;
	}
	h2 {
		font-size:28px;
		line-height:1.2;
		font-weight:800;
	}
	h3 {
		font-size:24px;
		line-height:1.2;
		font-weight:800;
	}
	h4 {
		font-size:20px;
		line-height:1.2;
		font-weight:700;
	}
	h5 {
		font-size:18px;
		line-height:1.2;
		font-weight:700;
	}
	.has-xs-font-size {
	font-size:12px;
	}
	.has-s-font-size {
		font-size:14px;
	}
	.has-m-font-size {
		font-size:16px;
	}
	.has-l-font-size {
		font-size:18px;
	}
	.has-xl-font-size {
		font-size:24px;
	}
	.has-xxl-font-size {
		font-size:32px;
	}
	.has-xxxl-font-size {
		font-size:44px;
	}
  .project-grid-items {
		grid-template-columns: repeat(1, 1fr);
	}
  .teaser-section-sticky .page-teaser {
		min-width:80%;
	}
	.site-footer .footer-top .container, .site-footer .footer-bottom .container {
		flex-direction: column;
		flex-wrap: unset;
	}
	.footer-top .widget_nav_menu {
		margin: 0;
		padding: 1em 0;
		border-top:1px solid var(--font-color-dark);
	}
	.footer-top .widget_nav_menu div {
		display:none;
	}
	.footer-top .widget_nav_menu .widget-title {
		display: block;
		position: relative;
		cursor: pointer
	}
	.footer-top .widget_nav_menu .widget-title:before {
		border-style: solid;
		border-width: 2px 2px 0 0;
		content: '';
		height: 0.6em;
		position: absolute;
		top: 6px;
		right:1em;
		transform: rotate(135deg);
		vertical-align: top;
		width: 0.6em;
	}
	.footer-top .widget_nav_menu.active .widget-title:before {
		top: 12px;
		transform: rotate(-45deg);
	}
	.hero-gradient .container {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: start;
	}
	.hero-gradient .container .project-intro {
		width: 100%;
		margin-bottom:1.5em;
	}
	.hero-gradient .container .project-logo {
		width: 66%;
		padding: 0;
		text-align: left;
	}
	.project-filter {
		width:100%;
	}
	.project-filter-list {
		position: fixed;
		left: 0;
		top: 0;
		bottom:0;
		border: none;
		border-radius: 0;
		background-color: var(--bg-color-dark);
		padding: 18px;
		width: 100%;
		z-index: 99;
	}
	a.primary-button.apply-filter-button {
		position: fixed;
		bottom: 18px;
		width: calc(100% - 36px);
	}
	.project-filter-list-headline {
		display:block;
	}
	.close-dropdown {
		display:block;
	}
	.site-footer .container {
		display: flex;
		flex-direction:column;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-bottom: 40px;
		color: #8b8d94;
	}
	.footer-column:first-of-type {
		margin-bottom:20px;
	}
	.site-footer .menu {
		text-align: left;
	}
	.site-footer .menu li a:first-child {
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 560px) {
	.wp-block-cover .slogan {
		max-width: 100%;
	}
	.wp-block-cover .slogan h1 {
		font-size: 28px;
	}
	.vr-background {
		background-size: cover;
	}
	.masked {
		-webkit-mask-size: cover;
    	mask-size: cover;
	}
	ul.logo-grid-col6,
	ul.logo-grid-col4,
	ul.logo-grid-col3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.logo_grid_item.show_on_desktop,
	.logo_grid_item.logo_grid_toggle.hide-on-mobile {
		display:none;
	}
	.logo_grid_item.show_on_mobile,
	.logo_grid_item.logo_grid_toggle.hide-on-desktop:not(.hide-on-mobile) {
		display:block;
	}
	.teaser-section-grid .page-teaser-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.job-post {
		flex-direction: column;
		align-items: unset;
	}
	.job-description {
		margin-bottom:1em;
	}
	.project-filter-list ul {
		column-count: 1;
	}
	.project-filter-list ul li {
		width: auto;
	}
	.wp-block-columns.is-not-stacked-on-mobile.platform-logos {
		flex-wrap: wrap !important;
		flex-direction: row;
	}
	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
		flex-basis: auto;
		flex-grow: 1;
		width: 50%;
	}
}


