/*!
Theme Name: EMA Partners
Description: 
Version: 1.0.0
Requires PHP: 8.0
Text Domain: ema
Tags: custom-logo, custom-menu, featured-images, translation-ready


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --weiss: #FFF;
  --dark-grey: #4B6278;
  --dark-blue: #141e39;
  --black: #262626;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("fonts/montserrat-v25-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("fonts/montserrat-v25-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("fonts/montserrat-v25-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/playfair-display-v36-latin-regular.woff2") format("woff2"), url("fonts/playfair-display-v36-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/playfair-display-v36-latin-600.woff2") format("woff2"), url("fonts/playfair-display-v36-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --scroll-bar: 8px;
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #262626;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* 16px @ 768px increasing to 21px @ 1920px */
:root {
  font-size: clamp(16px, 1rem + 5 * (100vw - 768px) / 1152, 21px);
  /* Note: The calc base value (1rem) MUST be stated in REM to maintain accessibility */
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_px_unit) / (max_viewport - min_viewport)) */
  /* Safari resize fix */
  min-height: 0vw;
}

.has-background.has-weiss-background-color,
.has-weiss-background-color {
  background-color: var(--weiss);
  background-image: none;
}

.has-weiss-transparent-background-color {
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.has-text-color.has-weiss-color,
.has-weiss-color,
a.has-weiss-color {
  color: var(--weiss);
}

.has-background.has-dark-grey-background-color,
.has-dark-grey-background-color {
  background-color: var(--dark-grey);
  background-image: none;
}

.has-weiss-transparent-background-color {
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.has-text-color.has-dark-grey-color,
.has-dark-grey-color,
a.has-dark-grey-color {
  color: var(--dark-grey);
}

.has-background.has-dark-blue-background-color,
.has-dark-blue-background-color {
  background-color: var(--dark-blue);
  background-image: none;
}

.has-weiss-transparent-background-color {
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.has-text-color.has-dark-blue-color,
.has-dark-blue-color,
a.has-dark-blue-color {
  color: var(--dark-blue);
}

.has-background.has-black-background-color,
.has-black-background-color {
  background-color: var(--black);
  background-image: none;
}

.has-weiss-transparent-background-color {
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.has-text-color.has-black-color,
.has-black-color,
a.has-black-color {
  color: var(--black);
}

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

h1, .h1 {
  font-family: "Playfair Display";
  font-size: 3.25em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

h2, .h2 {
  font-family: "Playfair Display";
  font-size: 2.286em;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

h3, .h3 {
  font-family: "Playfair Display";
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

.has-xlarge-font-size {
  font-size: 3.25em;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.has-large-font-size {
  font-size: 2.286em;
  line-height: 1.2;
  letter-spacing: 0.005em;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

.has-medium-font-size {
  font-size: 1.6em;
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  h1, .h1, .has-xlarge-font-size {
    font-size: 2.25em;
  }
  h2, .h2, .has-large-font-size {
    font-size: 1.9em;
  }
}
p {
  margin-bottom: 1.5em;
}

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-playfair-display-font-family {
  font-family: "Playfair Display";
  letter-spacing: 0.02em;
}

.has-small-font-size {
  font-size: 0.875em;
}

.has-sm-font-size {
  font-size: 1.24em;
}

.is-style-prozent {
  position: relative;
  padding: 4em 0 3em;
}
.is-style-prozent em {
  font-style: normal;
  opacity: 0.2;
  font-size: 8em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .is-style-prozent em {
    font-size: 7em;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?5vx8g8");
  src: url("fonts/icomoon.eot?5vx8g8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5vx8g8") format("truetype"), url("fonts/icomoon.woff?5vx8g8") format("woff"), url("fonts/icomoon.svg?5vx8g8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
  content: "\e90a";
}

.icon-arrow:before {
  content: "\e90b";
}

.icon-next:before {
  content: "\e907";
}

.icon-prev:before {
  content: "\e908";
}

.icon-quote:before {
  content: "\e909";
}

.icon-email:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e902";
}

.icon-x:before {
  content: "\e901";
}

.icon-whatsapp:before {
  content: "\e90c";
}

.icon-share:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-linkedin_full:before {
  content: "\e905";
}

.icon-xing:before {
  content: "\e906";
}

/* Elements
--------------------------------------------- */
body {
  background: #FFF;
}

.site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

hr {
  background-color: #666;
  border: 0 !important;
  height: 2px;
  margin-top: 2em;
  margin-bottom: 2em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.25em;
}

ul:not([class]) {
  list-style: disc;
}
ul:not([class]) li {
  margin-bottom: 1.5em;
}

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

ul.is-style-checkmark {
  list-style: none;
  padding-left: 2.5em;
}
ul.is-style-checkmark li {
  position: relative;
  margin-bottom: 1.5em;
}
ul.is-style-checkmark li::before {
  content: "\e90a";
  font-family: "icomoon" !important;
  speak: never;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  font-size: 1.25em;
  margin-left: -1.5em;
  position: absolute;
  top: -0.1em;
}

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

.map-column {
  min-height: 450px;
}

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

figure {
  margin: 1em 0;
}

.cover {
  position: relative;
}
.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cover.headerimage img {
  max-height: 66vh;
}

/*
* Gallery
*/
:root {
  --wp--style--block-gap: 1.5em ;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #141e39;
  transition: color 0.2s;
}
a:visited {
  color: #141e39;
}
a:hover, a:focus, a:active {
  color: #4B6278;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

.has-dark-blue-background-color a,
.has-dark-grey-background-color a,
.has-black-background-color a {
  color: var(--weiss);
}
.has-dark-blue-background-color a:visited,
.has-dark-grey-background-color a:visited,
.has-black-background-color a:visited {
  color: var(--weiss);
}
.has-dark-blue-background-color a:hover, .has-dark-blue-background-color a:focus, .has-dark-blue-background-color a:active,
.has-dark-grey-background-color a:hover,
.has-dark-grey-background-color a:focus,
.has-dark-grey-background-color a:active,
.has-black-background-color a:hover,
.has-black-background-color a:focus,
.has-black-background-color a:active {
  color: rgba(255, 255, 255, 0.6);
}

a[href^="mailto:"],
a[href^="tel:"] {
  text-decoration: none;
}

a[href^="mailto:"]:before,
a[href^="tel:"]:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 0.5em;
  display: inline-block;
  transform: translate(0px, 0.1em);
}

a[href^="mailto:"]:before {
  content: "\e900";
}

a[href^="tel:"]:before {
  content: "\e902";
  font-size: 1.2em;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.5em 1.5em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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: #aaa #bbb #bbb;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-buttons.is-layout-flex {
  gap: 1em;
}

.wp-block-button.hide {
  display: none;
}
.wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-radius: 0 !important;
  padding: 0.5em 1.5em !important;
  border: 1px solid;
  width: auto;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid;
}
.wp-block-button.is-style-more > .wp-block-button__link {
  padding-left: 0 !important;
  position: relative;
  transition: 0.3s all;
  border: none;
}
.wp-block-button.is-style-more > .wp-block-button__link::after {
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 2em;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.wp-block-button.is-style-more > .wp-block-button__link:hover::after {
  transform: translate(5px, -50%);
}
.wp-block-button .has-weiss-background-color {
  border-color: var(--weiss);
}
.wp-block-button .has-dark-grey-background-color {
  border-color: var(--dark-grey);
}
.wp-block-button .has-dark-blue-background-color {
  border-color: var(--dark-blue);
}
.wp-block-button .has-black-background-color {
  border-color: var(--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 {
  color: #262626;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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 {
  color: #262626;
}

select {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDEuMTEgMzAzLjc3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzE0MWUzOTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTUwLjU2LDMwMy43N2MtNi4wNiwwLTExLjU5LTMuNDMtMTQuMjgtOC44NkwxLjY1LDIzQy0uNzksMTguMDYtLjUxLDEyLjIxLDIuNCw3LjUzLDUuMywyLjg1LDEwLjQyLDAsMTUuOTMsMEgyODUuMThjNS41MSwwLDEwLjYzLDIuODUsMTMuNTMsNy41M3MzLjE5LDEwLjUzLC43NCwxNS40N0wxNjQuODMsMjk0LjkxYy0yLjY5LDUuNDMtOC4yMiw4Ljg2LTE0LjI4LDguODZaTTQxLjU5LDMxLjg2bDEwOC45NywyMjAuMDhMMjU5LjUyLDMxLjg2SDQxLjU5WiIvPjwvc3ZnPg==") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0 top 50%, 0 0 !important;
  background-size: 0.65em auto, 100% !important;
  padding: 0em 1em 0em 0em;
  outline: none;
}

textarea {
  width: 100%;
}

/*
* Ninja Forms
*/
.nf-hnpt {
  overflow: hidden !important;
  height: 0 !important;
  margin: 0 !important;
}

.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-form-content {
  padding: 0.5em 0;
  max-width: 1180px;
}
.nf-form-cont .nf-form-content .ninja-forms-field {
  font-size: 0.875em;
  padding: 0.5em;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]):not([type=submit]),
.nf-form-cont .nf-form-content textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--dark-grey);
  color: var(--black);
  padding-left: 0;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::-webkit-input-placeholder,
.nf-form-cont .nf-form-content input:not([type=button]):not([type=submit])::-webkit-input-placeholder,
.nf-form-cont .nf-form-content textarea::-webkit-input-placeholder {
  color: currentColor;
}
.nf-form-cont .nf-form-content textarea {
  border: 2px solid var(--dark-grey);
  padding-left: 0.5em;
}
.nf-form-cont .nf-pass .ninja-forms-field {
  border-color: var(--dark-grey) !important;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}
.nf-form-cont .nf-error .nf-error-msg {
  color: #e80000;
  font-size: 0.8em;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content input[type=submit] {
  background: var(--dark-blue);
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-radius: 0 !important;
  padding: 0.5em 1.5em !important;
  border: 1px solid var(--dark-blue);
  text-transform: uppercase;
}
.nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content input[type=button]:hover,
.nf-form-cont .nf-form-content input[type=submit]:hover {
  background: var(--dark-blue);
  color: rgba(255, 255, 255, 0.6);
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li::before,
.nf-form-cont .list-checkbox-wrap .nf-field-element ul::before,
.nf-form-cont .list-image-wrap .nf-field-element li::before,
.nf-form-cont .list-image-wrap .nf-field-element ul::before,
.nf-form-cont .list-radio-wrap .nf-field-element li::before,
.nf-form-cont .list-radio-wrap .nf-field-element ul::before {
  content: none;
}
.nf-form-cont .nf-fu-progress {
  height: 0.5em;
  margin-bottom: 1em;
  border-radius: 0px;
  box-shadow: none;
}

.emafileupload .nf-field-label {
  min-height: 3em;
}
.emafileupload .nf-field-label label {
  font-weight: 400;
}

.contactform {
  max-width: 700px !important;
}

.has-weiss-transparent-background-color .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.has-weiss-transparent-background-color .nf-form-cont .nf-form-content input:not([type=button]):not([type=submit]),
.has-weiss-transparent-background-color .nf-form-cont .nf-form-content textarea {
  background: transparent !important;
  border: none;
  border-bottom: 2px solid var(--weiss);
  color: var(--weiss);
}
.has-weiss-transparent-background-color .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::-webkit-input-placeholder,
.has-weiss-transparent-background-color .nf-form-cont .nf-form-content input:not([type=button]):not([type=submit])::-webkit-input-placeholder,
.has-weiss-transparent-background-color .nf-form-cont .nf-form-content textarea::-webkit-input-placeholder {
  color: var(--weiss);
}
.has-weiss-transparent-background-color .nf-form-cont .nf-form-content textarea {
  border: 2px solid var(--weiss);
}
.has-weiss-transparent-background-color .nf-pass .ninja-forms-field {
  border-color: var(--weiss) !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
:root {
  --header-height: 6em;
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  margin-top: 6em;
  margin-top: var(--header-height);
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

.site-header {
  position: fixed;
  background-color: var(--weiss);
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.4s ease-in-out;
  z-index: 99;
}
.site-header__container {
  max-width: 1800px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-transform: uppercase;
  margin: 0 auto;
  height: var(--header-height);
  transition: all 0.75s ease;
  overflow: hidden;
  gap: 3em;
}
.site-header.menuopen {
  top: 0 !important;
}
.site-header.menuopen .site-header__container {
  min-height: 100vh;
}
.site-header.menuopen .lang-navigation {
  display: block;
  position: absolute;
  top: calc(var(--header-height) + 2em);
  right: 1em;
}
.site-header .site-branding a {
  width: 225px;
  max-width: 40vw;
  padding-bottom: 1em;
}
.site-header .lang-navigation {
  display: none;
}
@media screen and (min-width: 1380px) {
  .site-header__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    overflow: unset;
  }
  .site-header .lang-navigation {
    display: block;
  }
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(section),
.wp-block-group.is-layout-constrained > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(section),
.alignnormal {
  max-width: 1180px;
  max-width: min(100vw - 3rem, 1180px);
  margin-left: auto;
  margin-right: auto;
}
.has-scrollbar .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(section),
.has-scrollbar .wp-block-group.is-layout-constrained > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(section),
.has-scrollbar .alignnormal {
  max-width: min(100vw - 3rem - var(--scroll-bar), 1180px);
}

.alignsmall,
.is-style-alignsmall {
  max-width: 850px;
  max-width: min(100vw - 3rem, 850px) !important;
}

.alignwide {
  max-width: 1540px;
  max-width: min(100vw - 3rem, 1540px) !important;
  margin-left: auto;
  margin-right: auto;
}
.has-scrollbar .alignwide {
  width: 100%;
  width: calc(100vw - 3rem - var(--scroll-bar));
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
ul.menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  flex-direction: column;
  background-color: var(--weiss);
  gap: 0em;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.85em;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  padding: 0.5em 1em;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 230px;
  border-bottom: 0 !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin-bottom: 0;
}
.main-navigation li::before {
  content: none;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-bottom: 1px solid;
}

/* Small menu. */
.menu-toggle {
  display: block;
}

.menu-toggle {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 1em;
  top: calc(var(--header-height) / 2 - 1em);
  right: 1em;
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.menu-toggle span:not(.screen-reader-text) {
  width: 100%;
  height: 3px;
  background: var(--black);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 1;
  margin-top: -1px;
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition-duration: 75ms;
}
.menu-toggle span:not(.screen-reader-text):before, .menu-toggle span:not(.screen-reader-text):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  background: var(--black);
  opacity: 1;
  transition: transform 0.2s ease;
}
.menu-toggle span:not(.screen-reader-text):after {
  top: auto;
  bottom: -8px;
  transition: transform 0.2s ease;
}
.menu-toggle[aria-expanded=true] span {
  background-color: transparent;
}
.menu-toggle[aria-expanded=true] span:before {
  top: 0;
  transform: rotate(-30deg);
}
.menu-toggle[aria-expanded=true] span:after {
  bottom: 0;
  transform: rotate(30deg);
}

.main-navigation.toggled {
  transition: all 0.2s ease;
  overflow: auto;
}

@media screen and (min-width: 1380px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    flex-direction: row;
    gap: 3em;
    justify-content: center;
  }
  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    margin-left: -1em;
    z-index: 99999;
  }
}
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  text-decoration: none;
  display: flex;
  gap: 0.75em;
}
.posts-navigation .nav-links a::before,
.post-navigation .nav-links a::before {
  display: inline-block;
  content: "\e90b";
  font-family: "icomoon" !important;
  speak: never;
  text-transform: none;
  line-height: 1;
  font-size: 1.5em;
  color: currentColor;
  transition: 0.3s all;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  transform: rotate(90deg);
}
.posts-navigation .nav-previous a:hover:before,
.post-navigation .nav-previous a:hover:before {
  transform: rotate(90deg) translateY(5px);
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  justify-content: end;
  flex-direction: row-reverse;
}
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  transform: rotate(-90deg);
}
.posts-navigation .nav-next a:hover:before,
.post-navigation .nav-next a:hover:before {
  transform: rotate(-90deg) translateY(5px);
}

.lang-navigation {
  font-size: 18px;
}
.lang-navigation select {
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
  background-color: var(--weiss);
}

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

.post,
.page {
  margin: 0;
}

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

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

.entry-header {
  margin-top: 5em;
}

.entry-meta {
  color: var(--dark-grey);
  font-weight: 500;
  letter-spacing: 0.167em;
  text-transform: uppercase;
}
.entry-meta a {
  text-decoration: none;
  color: var(--dark-grey);
}
.entry-meta a:hover {
  color: var(--dark-blue);
}

.entry-meta + .entry-title {
  margin-top: 0.35em;
}

.is-style-topline {
  font-weight: 500;
  letter-spacing: 0.167em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.is-style-topline + * {
  margin-top: 0;
}

.contact.has-dark-blue-background-color {
  padding: 2em;
  align-items: center;
  margin: 2em auto;
  text-align: center;
}
.contact.has-dark-blue-background-color .contact__name {
  margin-top: 0;
  margin-bottom: 0.4em;
}
.contact.has-dark-blue-background-color figure img {
  width: 11em;
  height: 11em;
  border-radius: 11em;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact.has-dark-blue-background-color a.icon-linkedin {
  border-radius: 0.35em;
  padding: 0.5em 0.5em !important;
}
@media only screen and (min-width: 601px) {
  .contact.has-dark-blue-background-color {
    display: grid;
    grid-template-columns: 11em 1fr;
    gap: 2em;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .contact.has-dark-blue-background-color .wp-block-buttons.is-layout-flex {
    display: block;
  }
}

.related-posts-block {
  margin-top: 4em;
  margin-bottom: 6em;
}
.related-posts-block .is-style-topline {
  margin-bottom: 0.5em;
}

.rp-posts {
  display: grid;
  gap: 3em;
  grid-template-columns: 1fr 1fr;
}
.rp-posts a {
  text-decoration: none;
}
.rp-posts .cover {
  height: 0;
  padding-top: 66%;
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  background-color: var(--dark-grey);
}
.rp-posts .cover img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
}
.rp-posts .posted-on {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.6);
}
.rp-posts .posted-on .entry-date {
  width: -moz-min-content;
  width: min-content;
  display: block;
  text-align: center;
}
.rp-posts .entry-meta {
  text-transform: none;
  color: var(--black);
  text-decoration: none;
}
.rp-posts .title {
  font-family: "Playfair Display";
  font-size: 1.1em;
  letter-spacing: 0.005em;
  text-decoration: none;
}

.mt-0 {
  margin-top: 0;
}

.topic-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 1.5em;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.167em;
}
.topic-links .cat-link {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.topic-links .cat-link:hover {
  border-bottom: 1px solid currentColor;
}
.topic-links .cat-link.active {
  font-weight: 600;
}
.topic-links input[type=radio] {
  display: none;
}
.topic-links input[type=radio]:checked + label {
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

.single-jobs .entry-content {
  margin-top: 4em;
  margin-bottom: 4em;
}
.single-jobs .headerimage {
  min-height: 40vh;
}
.single-jobs h1 {
  font-size: clamp(45px, 2.8125rem + 30 * (100vw - 375px) / 1165, 75px);
  font-weight: 400;
  min-height: 0vw;
  max-width: 1180px;
  margin: 2em auto;
}
.single-jobs .section {
  padding: 2em;
  margin-bottom: 1px;
}
.single-jobs .section .alignnormal > :first-child {
  margin-top: 0;
}
.single-jobs .section .alignnormal > :last-child {
  margin-bottom: 0;
}
.single-jobs .partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
  margin-bottom: 2em;
}
.single-jobs .partner figure {
  margin: 0;
}
@media only screen and (min-width: 1380px) {
  .single-jobs .partner figure {
    margin-left: -2.5em;
  }
}
.single-jobs .partner figure img {
  width: 100%;
  max-width: 8em;
}
.single-jobs .partner__name {
  margin: 0;
  font-weight: 600;
}
.single-jobs .partner_profil {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.single-jobs .partner_link {
  text-transform: uppercase;
  font-weight: 600;
}
.single-jobs .partner_linkedin a {
  color: var(--dark-blue);
  background-color: var(--weiss);
  padding: 0.5em 0.5em !important;
  border-radius: 0.5em !important;
  transition: all 0.2s;
}
.single-jobs .partner_linkedin a:hover {
  opacity: 0.6;
}
.single-jobs .benefits ul {
  display: grid;
  gap: 0em 2em;
  justify-content: space-between;
  font-size: 1.4em;
  font-weight: 600;
  font-family: "Playfair Display";
  list-style: none;
  padding-left: 0;
  justify-items: center;
}
@media only screen and (min-width: 1024px) {
  .single-jobs .benefits ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.single-jobs .contact figure {
  max-width: 50%;
}
.single-jobs .contact figure img {
  aspect-ratio: 0.85;
}
.single-jobs .contact__name {
  font-weight: 600;
}
.single-jobs .contact .wp-block-button a {
  border-radius: 0.25em !important;
}
.single-jobs .contact__linkedin a {
  font-size: 1em;
  padding: 0.6em !important;
}
@media only screen and (min-width: 601px) {
  .single-jobs .contact {
    display: flex;
    gap: 2em;
  }
  .single-jobs .contact figure {
    max-width: 32%;
  }
}

.wp-block-group {
  overflow: hidden;
}

.entry-content > .wp-block-group.has-background {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.entry-content > .wp-block-group.has-background > :first-child {
  margin-top: 0;
}
.entry-content > .wp-block-group.has-background > :last-child {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 3em;
  word-break: normal;
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 2em;
  }
}
.wp-block-media-text .wp-block-media-text__content > :first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: 3em;
}
@media only screen and (min-width: 601px) {
  .wp-block-media-text.media-bottom-over {
    position: relative;
    margin-bottom: 6em;
    justify-content: center;
  }
  .wp-block-media-text.media-bottom-over .wp-block-media-text__content {
    max-width: 1000px;
  }
  .wp-block-media-text.media-bottom-over .wp-block-media-text__media {
    transform: translateY(6em);
  }
}

.wp-block-columns .wp-block-column {
  padding: 1em;
}
.wp-block-columns .wp-block-column > :first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > :last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column.has-background {
  padding: 3em;
}

.wp-block-quote {
  position: relative;
  margin-top: 5em;
  margin-bottom: 5em;
  margin-left: 2em;
  margin-right: 2em;
}
.wp-block-quote::before {
  content: "\e909";
  font-family: "icomoon" !important;
  font-size: 4em;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.wp-block-quote p {
  font-size: 1.5em;
  font-family: "Playfair Display";
}
@media only screen and (max-width: 600px) {
  .wp-block-quote p {
    font-size: 1.25em;
  }
}
.wp-block-quote cite {
  font-size: 0.857em;
  font-style: normal;
  font-weight: 500;
  color: var(--dark-grey);
  letter-spacing: 0.2em;
}
.wp-block-quote cite span {
  text-transform: uppercase;
}

.quote-slider.swiper-watch-progress {
  overflow: unset;
}
.quote-slider.swiper-watch-progress .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s;
}
.quote-slider.swiper-watch-progress .swiper-slide-visible {
  opacity: 1;
}
.quote-slider .swiper-button-next,
.quote-slider .swiper-button-prev {
  display: block;
  width: 3em;
  height: 2.5em;
  top: 45%;
  color: currentColor;
}
.quote-slider .swiper-button-next {
  right: 1px;
  right: calc(25% - 25vw);
}
.quote-slider .swiper-button-next::after {
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 4em;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  transform: translateX(-0.1em);
}
.quote-slider .swiper-button-prev {
  left: -1.25em;
  left: calc(25% - 25vw);
}
.quote-slider .swiper-button-prev::after {
  content: "\e908";
  font-family: "icomoon" !important;
  font-size: 4em;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  transform: translateX(-0.25em);
}

.has-dark-blue-background-color cite,
.has-dark-grey-background-color cite,
.has-schwarz-background-color cite {
  color: var(--weiss);
}

.ema-teaser-full {
  display: grid;
  grid-template-columns: 66% 1fr;
  position: relative;
  opacity: 1;
  transition: 0.3s all;
  background-color: var(--dark-blue);
}
.ema-teaser-full.hide {
  display: none;
  opacity: 0;
  transition: 0.3s all;
}
.ema-teaser-full .teaser-image.wp-block-media-text__media {
  min-height: 80vh;
  min-height: calc(var(--vh, 1vh) * 80);
}
.ema-teaser-full .teaser-image.wp-block-media-text__media img {
  width: 100% !important;
  height: 100% !important;
  clip: unset !important;
  margin: 0 !important;
}
.ema-teaser-full .content-wrapper {
  position: relative;
  padding: 3em;
  height: 100%;
}
.ema-teaser-full .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ema-teaser-full .bg-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--dark-blue);
  opacity: 0.9;
}
.ema-teaser-full .teaser-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  color: var(--weiss);
}
.ema-teaser-full .topline {
  color: var(--weiss);
  font-size: 0.875em;
}
.ema-teaser-full .topline + .h2 {
  margin-top: 0.35em;
}
.ema-teaser-full.cp-left {
  grid-template-columns: 1fr 66%;
}
.ema-teaser-full.cp-left .teaser-image {
  grid-column: 2;
}
.ema-teaser-full.cp-left .content-wrapper {
  grid-column: 1;
}
@media only screen and (max-width: 1024px) {
  .ema-teaser-full {
    display: block;
  }
  .ema-teaser-full .teaser-image.wp-block-media-text__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: auto;
  }
  .ema-teaser-full .bg-image {
    display: none;
  }
  .ema-teaser-full .content-wrapper {
    position: relative;
    z-index: 1;
    padding: 3em;
  }
  .ema-teaser-full .teaser-content {
    min-height: 90vw;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ema-teaser-full .teaser-content::before {
    opacity: 0.5;
  }
}
.ema-grid.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 1024px) {
  .ema-grid.grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .ema-grid.grid-3 {
    grid-template-columns: 1fr;
  }
}
.ema-grid.grid-4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 0;
}
.ema-grid.grid-4 .card {
  min-height: 32vw;
}
.ema-grid.grid-4 .card__content {
  padding: 2.5em;
  gap: 1em;
}
@media (max-width: 1380px) {
  .ema-grid.grid-4 {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .ema-grid.grid-4 .card {
    min-height: 41.5vw;
  }
}
@media (max-width: 1024px) {
  .ema-grid.grid-4 {
    grid-template-columns: 50% 50%;
  }
  .ema-grid.grid-4 .card {
    min-height: 63vw;
  }
}
@media (max-width: 600px) {
  .ema-grid.grid-4 {
    grid-template-columns: 1fr;
  }
}
.ema-grid.gap-1 {
  gap: 1em;
}
.ema-grid.gap-15 {
  gap: 1.5em;
}
.ema-grid.gap-2 {
  gap: 2em;
}
.ema-grid .card {
  position: relative;
  min-height: 41.5vw;
}
.ema-grid .card__content {
  display: flex;
  padding: 4em;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  color: var(--weiss);
  gap: 0.75em;
}
@media (max-width: 600px) {
  .ema-grid .card__content {
    min-height: 100vw;
  }
}
.ema-grid .card__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--dark-blue);
  opacity: 0.9;
  z-index: -1;
}
.ema-grid .card:nth-child(even) .card__content::before {
  background-color: var(--dark-grey);
}
.ema-grid .card .h2 {
  margin-bottom: 0;
}
.ema-grid .card .subline {
  color: var(--weiss);
  font-size: 0.875em;
}
.ema-grid .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ema-grid .item {
  padding: 1em 2em;
  text-align: center;
  font-family: "Fair";
  font-size: 1.5em;
}
.ema-grid .item img {
  margin-bottom: -1em;
}
.ema-grid .item p {
  margin: 0;
  min-height: 3em;
  margin-top: -0.5em;
}
.ema-grid.subline-2rows .card .subline {
  min-height: 3em;
}

.wp-block-cover {
  padding: 1.5em;
}
.wp-block-cover .wp-block-group {
  max-width: 600px;
  padding: 3em;
}
.wp-block-cover .wp-block-group > :first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-group > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .wp-block-cover .wp-block-group {
    padding: 2em;
  }
}

.joblist .job-title {
  position: relative;
  font-size: 2em;
  font-weight: 400;
  border-bottom: 0.071em solid var(--weiss);
  padding: 1em 0 0.5em 0;
  margin-top: 0;
  margin-bottom: 0;
}
.joblist .job-title a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding-right: 1em;
}
.joblist .job-title a::after {
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 1.5em;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0.25em, 0);
}

.partner-block .wp-block-media-text__media.cover {
  height: 100%;
}
.partner-block .wp-block-media-text__media.cover img {
  -o-object-position: 50% 33%;
     object-position: 50% 33%;
  aspect-ratio: 1;
}
.partner-block .partner {
  margin-bottom: 1.5em;
}
.partner-block .partner__contact {
  display: flex;
  justify-content: flex-start;
  gap: 1em 1.5em;
  flex-wrap: wrap;
  margin-top: 2em;
  align-items: center;
}
.partner-block .partner__content {
  position: relative;
  transition: 0.4s all;
  opacity: 1;
  transform: scale(1) translate(0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-block .partner__name {
  margin-top: 0;
}
.partner-block .partner .is-style-topline {
  margin-top: -1em;
  margin-bottom: 1.5em;
}
.partner-block .partner__zitat {
  position: relative;
  left: 0;
  transition: 0.4s all;
  font-style: italic;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-block .partner__zitat::before {
  content: "\e909";
  font-family: "icomoon" !important;
  font-size: 3em;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 100%;
  display: block;
  text-align: center;
  opacity: 0.3;
}
.partner-block .partner__zitat .toggle-link {
  font-size: 1.5em;
  position: absolute;
  bottom: -1em;
  right: -1em;
}
.partner-block .partner .wp-block-media-text__content.show-zitat .partner__content {
  opacity: 0;
  transform: scale(0.6) translate(-33%, 0);
}
.partner-block .partner .wp-block-media-text__content.show-zitat .partner__zitat {
  transform: translate(calc(-100% - 3em), 0);
}
.partner-block .partner .icon-linkedin {
  background-color: var(--weiss) !important;
  color: var(--dark-blue) !important;
  border-radius: 0.35em;
  padding: 0.5em;
}
.partner-block .wp-block-media-text__content {
  overflow: hidden;
  display: grid;
  grid-template-columns: 100% 100%;
  gap: 3em;
}
@media only screen and (min-width: 601px) {
  .partner-block .wp-block-media-text__content {
    height: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .partner-block .partner .wp-block-media-text__content {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 2em;
    transition: 0.5s all;
  }
  .partner-block .partner .wp-block-media-text__content .partner__content {
    justify-content: flex-start;
  }
  .partner-block .partner .wp-block-media-text__content .partner__zitat {
    position: absolute;
    top: 0;
    padding: 2em;
    transform: translate(calc(100% + 3em), 0);
  }
  .partner-block .partner .wp-block-media-text__content .partner__zitat .toggle-link {
    bottom: 1em;
    right: 1em;
  }
  .partner-block .partner .wp-block-media-text__content.show-zitat .partner__zitat {
    transform: translate(0, 0);
  }
}

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

.menu-social-media-container ul.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.menu-social-media-container ul.menu li[class^=icon-], .menu-social-media-container ul.menu li[class*=" icon-"] {
  border-radius: 0.5em;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  background-color: var(--dark-grey);
  transition: 0.3s all;
}
.menu-social-media-container ul.menu li[class^=icon-]::marker, .menu-social-media-container ul.menu li[class*=" icon-"]::marker {
  content: "";
}
.menu-social-media-container ul.menu li[class^=icon-]::before, .menu-social-media-container ul.menu li[class*=" icon-"]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3em;
}
.menu-social-media-container ul.menu li[class^=icon-] a, .menu-social-media-container ul.menu li[class*=" icon-"] a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-social-media-container ul.menu li[class^=icon-]:hover, .menu-social-media-container ul.menu li[class*=" icon-"]:hover {
  background-color: var(--weiss);
  color: var(--dark-grey);
}

.site-contact {
  margin-top: 6em;
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
  justify-content: space-between;
}
.site-contact .ema {
  margin-top: -1em;
}
.site-contact .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2em;
}
.site-contact .contact p {
  margin-bottom: 0;
}
.site-contact .custom-logo-link img {
  filter: brightness(0) invert(1);
}
.site-contact .menu-social-media-container {
  width: 100%;
}
.site-contact a {
  color: var(--weiss);
}

.site-info {
  text-align: center;
  margin: 2em 1.5em;
}
.site-info .menu-footer-container,
.site-info .menu-footer-en-container {
  display: inline-block;
}
.site-info ul.menu {
  display: flex;
  gap: 0.5em;
}
.site-info ul.menu li::before {
  content: "|";
  padding-right: 0.5em;
}
.site-info ul.menu a {
  color: var(--weiss);
  text-decoration: none;
}
.site-info ul.menu a:hover, .site-info ul.menu a:focus, .site-info ul.menu a:active {
  color: var(--weiss);
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.c-accordion__item {
  padding: 1px 0 1px 2.5em;
  border-bottom: 4px solid #d9d9d9;
  counter-increment: css-counter 1;
}

.c-accordion__title {
  font-family: "Playfair Display";
  font-size: 1.5em;
  font-weight: 300;
  margin: 1em 0;
}
.c-accordion__title:before {
  content: counter(css-counter, decimal-leading-zero); /* Apply counter before children's content. */
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: -2em;
  font-size: 0.75em;
}
.c-accordion__title:after {
  content: "\e90b";
  font-family: "icomoon" !important;
  speak: never;
  text-transform: none;
  line-height: 1;
  font-size: 1em;
  color: var(--dark-grey);
  transition: 0.3s all;
}

.is-open .c-accordion__title:after {
  transform: translate(50%, -50%) rotate(180deg);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}/*# sourceMappingURL=style.css.map */