/*!
Theme Name: HMG Events
Theme URI: http://underscores.me/
Author: Timo Klemm
Author URI: http://-
GitHub Theme URI: https://github.com/handelsblattmediagroup/ef-hmg-events-theme
Primary Branch: main
Description: -
Version: 1.2.0
Tested up to: 5.9.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hmg-events
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --color-foreground: #000000;
  --color-black: #000000;
  --color-shade-darker: #333333;
  --color-shade-dark: #666666;
  --color-shade: #afafaf;
  --color-shade-medium: #d8d8d8;
  --color-shade-light: #eeeeee;
  --color-shade-lighter: #f6f6f6;
  --color-background: #ffffff;
  --color-white: #ffffff;
  --color-primary: #ef7c00;
  --color-primary-dark: #ef6400;
  --color-primary-darker: #ef5600;
  --color-secondary: #fce5cc;
  --color-secondary-light: #fdf2e5;
  --color-secondary-dark: #fcdcb9;
  --color-success: #27ae60;
  --color-success-dark: #239e56;
  --color-success-darker: #1f8f4e;
  --color-danger: #ae2727;
  --color-danger-dark: #9e2323;
  --color-danger-darker: #8a1e1e;
}

.theme-dark {
  --color-foreground: #ffffff;
  --color-shade-darker: #333333;
  --color-shade-dark: #afafaf;
  --color-shade: #afafaf;
  --color-shade-medium: #666666;
  --color-shade-light: #272727;
  --color-background: #1c1c1c;
}

@font-face {
  font-family: "Grotesque";
  font-weight: 400;
  src: url("./assets/fonts/ClassicGrotesquePro-Book.woff") format("woff");
}
@font-face {
  font-family: "Grotesque";
  font-weight: 600;
  src: url("./assets/fonts/ClassicGrotesquePro-SmBd.woff") format("woff");
}
@font-face {
  font-family: "Grotesque";
  font-weight: 700;
  src: url("./assets/fonts/ClassicGrotesquePro-Bold.woff") format("woff");
}
/* @font-face {
  font-family: "Druk";
  font-weight: 500;
  src: url("./assets/fonts/Druk-Medium.woff") format("woff");
}

@font-face {
  font-family: "GuyotHeadline";
  src: url("https://resources.handelsblatt.com/fonts/GuyotHeadline-Regular.0d3d6b3e3c911f36c244b4a56f97a84d.woff2") format("woff2"), url("https://resources.handelsblatt.com/fonts/GuyotHeadline-Regular.1649eeeec7e1755c1936a18b2aeb3114.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "GuyotHeadline";
  src: url("https://resources.handelsblatt.com/fonts/GuyotHeadline-Bold.01c8172d73a663ac13522f3b46eeb283.woff2") format("woff2"), url("https://resources.handelsblatt.com/fonts/GuyotHeadline-Bold.39510cb5ffa94355ab6585d8eb1c3602.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "GuyotHeadline";
  src: url("https://resources.handelsblatt.com/fonts/GuyotHeadline-Italic.58cac148df997895163f91cd6ccf12a1.woff2") format("woff2"), url("https://resources.handelsblatt.com/fonts/GuyotHeadline-Italic.c843a125e59c148b526f5541375dc7cf.woff") format("woff");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
} */
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-BlkIta.woff2") format("woff2"), url("./assets/fonts/Mote-BlkIta.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-Bld.woff2") format("woff2"), url("./assets/fonts/Mote-Bld.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-BldIta.woff2") format("woff2"), url("./assets/fonts/Mote-BldIta.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-Blk.woff2") format("woff2"), url("./assets/fonts/Mote-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-SmBld.woff2") format("woff2"), url("./assets/fonts/Mote-SmBld.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-LtIta.woff2") format("woff2"), url("./assets/fonts/Mote-LtIta.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-RegIta.woff2") format("woff2"), url("./assets/fonts/Mote-RegIta.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-MedIta.woff2") format("woff2"), url("./assets/fonts/Mote-MedIta.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-Lt.woff2") format("woff2"), url("./assets/fonts/Mote-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-Reg.woff2") format("woff2"), url("./assets/fonts/Mote-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-Med.woff2") format("woff2"), url("./assets/fonts/Mote-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mote";
  src: url("./assets/fonts/Mote-SmBldIta.woff2") format("woff2"), url("./assets/fonts/Mote-SmBldIta.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
:root {
  --ef-client-width: 100vw;
}

/*--------------------------------------------------------------
# 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: 2rem;
  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;
}

iframe {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  min-height: 300px;
  max-width: 100%;
}

/* 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 {
  --wp--preset--font-size--x-large: 2.25rem;
}

.has-x-large-font-size {
  line-height: 1.3 !important;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Grotesque";
  color: inherit;
  color: currentColor;
}

h1,
h2,
h3,
.site-events .event-listing h2,
.site-topic .events h2,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Grotesque";
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.273;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 1.625rem;
    line-height: 1.231;
  }
}
@media screen and (min-width: 964px) {
  h1 {
    font-size: 2rem;
    line-height: 1.188;
  }
}

body.blog:not(.single) h1,
body.archive h1,
body.page-template-events-filterable h1,
body.page-template-event-listing h1,
body.error404 h1 {
  font-size: 4rem;
  line-height: 1.094;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 964px) {
  body.blog:not(.single) h1,
  body.archive h1,
  body.page-template-events-filterable h1,
  body.page-template-event-listing h1,
  body.error404 h1 {
    font-size: 3rem;
    line-height: 1.083;
  }
}

body.post-type-archive h1,
body.page-template-events-filterable h1 {
  margin-bottom: 0;
}

h3, .site-events .event-listing h2, .site-topic .events h2 {
  font-family: "Druk", sans-serif;
  font-size: 2.25rem;
  line-height: 1.111;
  font-weight: 500;
}

h4 {
  font-family: "Grotesque";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.222;
}

.text {
  font-family: "Grotesque";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
}

.text--small {
  font-size: 0.875rem;
  line-height: 1.125;
}

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

b {
  font-weight: 600;
}

p {
  margin: 0;
}

/* Colors
--------------------------------------------- */
.color-foreground {
  color: var(--color-foreground) !important;
}

.\!color-foreground {
  color: var(--color-foreground) !important;
}

.bg-color-foreground {
  background-color: var(--color-foreground) !important;
}

.\!bg-color-foreground {
  background-color: var(--color-foreground) !important;
}

.border-color-foreground {
  border-color: var(--color-foreground) !important;
}

.\!border-color-foreground {
  border-color: var(--color-foreground) !important;
}

.color-shade-darker {
  color: var(--color-shade-darker) !important;
}

.\!color-shade-darker {
  color: var(--color-shade-darker) !important;
}

.bg-color-shade-darker {
  background-color: var(--color-shade-darker) !important;
}

.\!bg-color-shade-darker {
  background-color: var(--color-shade-darker) !important;
}

.border-color-shade-darker {
  border-color: var(--color-shade-darker) !important;
}

.\!border-color-shade-darker {
  border-color: var(--color-shade-darker) !important;
}

.color-shade-dark {
  color: var(--color-shade-dark) !important;
}

.\!color-shade-dark {
  color: var(--color-shade-dark) !important;
}

.bg-color-shade-dark {
  background-color: var(--color-shade-dark) !important;
}

.\!bg-color-shade-dark {
  background-color: var(--color-shade-dark) !important;
}

.border-color-shade-dark {
  border-color: var(--color-shade-dark) !important;
}

.\!border-color-shade-dark {
  border-color: var(--color-shade-dark) !important;
}

.color-shade {
  color: var(--color-shade) !important;
}

.\!color-shade {
  color: var(--color-shade) !important;
}

.bg-color-shade {
  background-color: var(--color-shade) !important;
}

.\!bg-color-shade {
  background-color: var(--color-shade) !important;
}

.border-color-shade {
  border-color: var(--color-shade) !important;
}

.\!border-color-shade {
  border-color: var(--color-shade) !important;
}

.color-shade-medium {
  color: var(--color-shade-medium) !important;
}

.\!color-shade-medium {
  color: var(--color-shade-medium) !important;
}

.bg-color-shade-medium {
  background-color: var(--color-shade-medium) !important;
}

.\!bg-color-shade-medium {
  background-color: var(--color-shade-medium) !important;
}

.border-color-shade-medium {
  border-color: var(--color-shade-medium) !important;
}

.\!border-color-shade-medium {
  border-color: var(--color-shade-medium) !important;
}

.color-shade-light {
  color: var(--color-shade-light) !important;
}

.\!color-shade-light {
  color: var(--color-shade-light) !important;
}

.bg-color-shade-light {
  background-color: var(--color-shade-light) !important;
}

.\!bg-color-shade-light {
  background-color: var(--color-shade-light) !important;
}

.border-color-shade-light {
  border-color: var(--color-shade-light) !important;
}

.\!border-color-shade-light {
  border-color: var(--color-shade-light) !important;
}

.color-shade-lighter {
  color: var(--color-shade-lighter) !important;
}

.\!color-shade-lighter {
  color: var(--color-shade-lighter) !important;
}

.bg-color-shade-lighter {
  background-color: var(--color-shade-lighter) !important;
}

.\!bg-color-shade-lighter {
  background-color: var(--color-shade-lighter) !important;
}

.border-color-shade-lighter {
  border-color: var(--color-shade-lighter) !important;
}

.\!border-color-shade-lighter {
  border-color: var(--color-shade-lighter) !important;
}

.color-background {
  color: var(--color-background) !important;
}

.\!color-background {
  color: var(--color-background) !important;
}

.bg-color-background {
  background-color: var(--color-background) !important;
}

.\!bg-color-background {
  background-color: var(--color-background) !important;
}

.border-color-background {
  border-color: var(--color-background) !important;
}

.\!border-color-background {
  border-color: var(--color-background) !important;
}

.color-primary {
  color: var(--color-primary) !important;
}

.\!color-primary {
  color: var(--color-primary) !important;
}

.bg-color-primary {
  background-color: var(--color-primary) !important;
}

.\!bg-color-primary {
  background-color: var(--color-primary) !important;
}

.border-color-primary {
  border-color: var(--color-primary) !important;
}

.\!border-color-primary {
  border-color: var(--color-primary) !important;
}

.color-primary-dark {
  color: var(--color-primary-dark) !important;
}

.\!color-primary-dark {
  color: var(--color-primary-dark) !important;
}

.bg-color-primary-dark {
  background-color: var(--color-primary-dark) !important;
}

.\!bg-color-primary-dark {
  background-color: var(--color-primary-dark) !important;
}

.border-color-primary-dark {
  border-color: var(--color-primary-dark) !important;
}

.\!border-color-primary-dark {
  border-color: var(--color-primary-dark) !important;
}

.color-primary-darker {
  color: var(--color-primary-darker) !important;
}

.\!color-primary-darker {
  color: var(--color-primary-darker) !important;
}

.bg-color-primary-darker {
  background-color: var(--color-primary-darker) !important;
}

.\!bg-color-primary-darker {
  background-color: var(--color-primary-darker) !important;
}

.border-color-primary-darker {
  border-color: var(--color-primary-darker) !important;
}

.\!border-color-primary-darker {
  border-color: var(--color-primary-darker) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.\!color-secondary {
  color: var(--color-secondary) !important;
}

.bg-color-secondary {
  background-color: var(--color-secondary) !important;
}

.\!bg-color-secondary {
  background-color: var(--color-secondary) !important;
}

.border-color-secondary {
  border-color: var(--color-secondary) !important;
}

.\!border-color-secondary {
  border-color: var(--color-secondary) !important;
}

.color-secondary-light {
  color: var(--color-secondary-light) !important;
}

.\!color-secondary-light {
  color: var(--color-secondary-light) !important;
}

.bg-color-secondary-light {
  background-color: var(--color-secondary-light) !important;
}

.\!bg-color-secondary-light {
  background-color: var(--color-secondary-light) !important;
}

.border-color-secondary-light {
  border-color: var(--color-secondary-light) !important;
}

.\!border-color-secondary-light {
  border-color: var(--color-secondary-light) !important;
}

.color-secondary-dark {
  color: var(--color-secondary-dark) !important;
}

.\!color-secondary-dark {
  color: var(--color-secondary-dark) !important;
}

.bg-color-secondary-dark {
  background-color: var(--color-secondary-dark) !important;
}

.\!bg-color-secondary-dark {
  background-color: var(--color-secondary-dark) !important;
}

.border-color-secondary-dark {
  border-color: var(--color-secondary-dark) !important;
}

.\!border-color-secondary-dark {
  border-color: var(--color-secondary-dark) !important;
}

.color-success {
  color: var(--color-success) !important;
}

.\!color-success {
  color: var(--color-success) !important;
}

.bg-color-success {
  background-color: var(--color-success) !important;
}

.\!bg-color-success {
  background-color: var(--color-success) !important;
}

.border-color-success {
  border-color: var(--color-success) !important;
}

.\!border-color-success {
  border-color: var(--color-success) !important;
}

.color-success-dark {
  color: var(--color-success-dark) !important;
}

.\!color-success-dark {
  color: var(--color-success-dark) !important;
}

.bg-color-success-dark {
  background-color: var(--color-success-dark) !important;
}

.\!bg-color-success-dark {
  background-color: var(--color-success-dark) !important;
}

.border-color-success-dark {
  border-color: var(--color-success-dark) !important;
}

.\!border-color-success-dark {
  border-color: var(--color-success-dark) !important;
}

.color-success-darker {
  color: var(--color-success-darker) !important;
}

.\!color-success-darker {
  color: var(--color-success-darker) !important;
}

.bg-color-success-darker {
  background-color: var(--color-success-darker) !important;
}

.\!bg-color-success-darker {
  background-color: var(--color-success-darker) !important;
}

.border-color-success-darker {
  border-color: var(--color-success-darker) !important;
}

.\!border-color-success-darker {
  border-color: var(--color-success-darker) !important;
}

.color-danger {
  color: var(--color-danger) !important;
}

.\!color-danger {
  color: var(--color-danger) !important;
}

.bg-color-danger {
  background-color: var(--color-danger) !important;
}

.\!bg-color-danger {
  background-color: var(--color-danger) !important;
}

.border-color-danger {
  border-color: var(--color-danger) !important;
}

.\!border-color-danger {
  border-color: var(--color-danger) !important;
}

.color-danger-dark {
  color: var(--color-danger-dark) !important;
}

.\!color-danger-dark {
  color: var(--color-danger-dark) !important;
}

.bg-color-danger-dark {
  background-color: var(--color-danger-dark) !important;
}

.\!bg-color-danger-dark {
  background-color: var(--color-danger-dark) !important;
}

.border-color-danger-dark {
  border-color: var(--color-danger-dark) !important;
}

.\!border-color-danger-dark {
  border-color: var(--color-danger-dark) !important;
}

.color-danger-darker {
  color: var(--color-danger-darker) !important;
}

.\!color-danger-darker {
  color: var(--color-danger-darker) !important;
}

.bg-color-danger-darker {
  background-color: var(--color-danger-darker) !important;
}

.\!bg-color-danger-darker {
  background-color: var(--color-danger-darker) !important;
}

.border-color-danger-darker {
  border-color: var(--color-danger-darker) !important;
}

.\!border-color-danger-darker {
  border-color: var(--color-danger-darker) !important;
}

.color-transparent {
  color: var(--color-transparent) !important;
}

.\!color-transparent {
  color: var(--color-transparent) !important;
}

.bg-color-transparent {
  background-color: var(--color-transparent) !important;
}

.\!bg-color-transparent {
  background-color: var(--color-transparent) !important;
}

.border-color-transparent {
  border-color: var(--color-transparent) !important;
}

.\!border-color-transparent {
  border-color: var(--color-transparent) !important;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.color-current {
  color: currentColor !important;
}

.bg-color-white {
  background-color: #ffffff !important;
}

.bg-color-black {
  background-color: #000000 !important;
}

.bg-color-current {
  background-color: currentColor !important;
}

.border-color-white {
  border-color: #ffffff !important;
}

.border-color-black {
  border-color: #000000 !important;
}

.border-color-current {
  border-color: currentColor !important;
}

.bg-color-event-primary {
  background-color: var(--color-event-primary);
}

.\!bg-color-event-primary {
  background-color: var(--color-event-primary) !important;
}

.color-event-primary {
  color: var(--color-event-primary);
}

.\!color-event-primary {
  color: var(--color-event-primary) !important;
}

.border-color-event-primary {
  border-color: var(--color-event-primary);
}

.\!border-color-event-primary {
  border-color: var(--color-event-primary) !important;
}

.bg-color-event-secondary {
  background-color: var(--color-event-secondary);
}

.\!bg-color-event-secondary {
  background-color: var(--color-event-secondary) !important;
}

.color-event-secondary {
  color: var(--color-event-secondary);
}

.\!color-event-secondary {
  color: var(--color-event-secondary) !important;
}

.border-color-event-secondary {
  border-color: var(--color-event-secondary);
}

.\!border-color-event-secondary {
  border-color: var(--color-event-secondary) !important;
}

.bg-color-event-gradient {
  background-image: linear-gradient(45deg, var(--color-event-gradient-start, transparent), var(--color-event-gradient-end, transparent));
}

.text-bg-color-event-gradient {
  background-image: linear-gradient(45deg, var(--color-event-gradient-start, currentColor), var(--color-event-gradient-end, currentColor));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Borders
--------------------------------------------- */
.border-1 {
  border: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.border-3 {
  border: 3px solid;
}

.border-4 {
  border: 4px solid;
}

.border-5 {
  border: 5px solid;
}

.border-6 {
  border: 6px solid;
}

.border-none {
  border: none;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "Grotesque";
  color: var(--color-foreground);
  background: var(--color-background);
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
body.admin-bar {
  margin-top: -32px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body.locked {
  overflow-y: hidden;
  padding-right: 15px;
}

.container {
  padding: 0 80px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 564px) {
  .container {
    padding: 0 20px;
  }
}
.container .container {
  padding: 0 !important;
}

#wpadminbar {
  top: unset;
  bottom: 0;
}
#wpadminbar .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
}

:root {
  --mainHeaderHeight: 70px;
  --eventNavHeight: 64px;
}

ul,
ol {
  list-style: none;
}

/* 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 {
  text-decoration: none;
  color: inherit;
  color: currentColor;
}
@media screen and (min-width: 964px) {
  a.mobile-only {
    pointer-events: none;
  }
}

/* Forms
--------------------------------------------- */
.btn__wrapper, .efForm .brochure-download .brochure .btn, .modal-button {
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
}
.btn__wrapper:focus, .efForm .brochure-download .brochure .btn:focus, .modal-button:focus {
  outline: 2px solid #008fcc;
  outline-offset: 2px;
}
.btn__wrapper:not([class*=" color-"]):not(.btn--primary):not(.modal-button):not(.btn--secondary):not(.modal-button.modal-button--bordered):not(.btn--orange):not(.btn--white), .efForm .brochure-download .brochure .btn:not([class*=" color-"]):not(.btn--primary):not(.modal-button):not(.btn--secondary):not(.modal-button.modal-button--bordered):not(.btn--orange):not(.btn--white), .modal-button:not([class*=" color-"]):not(.btn--primary):not(.modal-button):not(.btn--secondary):not(.modal-button.modal-button--bordered):not(.btn--orange):not(.btn--white) {
  color: var(--color-primary);
}
.btn__wrapper:not([class*=" bg-color-"]), .efForm .brochure-download .brochure .btn:not([class*=" bg-color-"]), .modal-button:not([class*=" bg-color-"]) {
  background-color: transparent;
}
.btn__wrapper:not([class*=" border-color-"]), .efForm .brochure-download .brochure .btn:not([class*=" border-color-"]), .modal-button:not([class*=" border-color-"]) {
  border-color: var(--color-primary);
}
.btn__wrapper[class*=color-event-]:hover, .efForm .brochure-download .brochure [class*=color-event-].btn:hover, [class*=color-event-].modal-button:hover {
  opacity: 0.8;
}
.btn__wrapper.btn--large, .efForm .brochure-download .brochure .btn--large.btn, .modal-button {
  height: 44px;
  padding: 0 15px;
}
.btn__wrapper.btn--wide, .efForm .brochure-download .brochure .btn--wide.btn, .modal-button {
  width: 100%;
  justify-content: center;
}
.btn__wrapper.btn--primary:not([class*=bg-color-]), .efForm .brochure-download .brochure .btn--primary.btn:not([class*=bg-color-]), .modal-button:not([class*=bg-color-]), .btn__wrapper.bg-color-primary, .efForm .brochure-download .brochure .bg-color-primary.btn, .bg-color-primary.modal-button {
  transition: background ease 0.1s;
  color: white;
  border-color: transparent;
  background: var(--color-primary);
}
.btn__wrapper.btn--primary:not([class*=bg-color-]):hover, .efForm .brochure-download .brochure .btn--primary.btn:not([class*=bg-color-]):hover, .modal-button:not([class*=bg-color-]):hover, .btn__wrapper.bg-color-primary:hover, .efForm .brochure-download .brochure .bg-color-primary.btn:hover, .bg-color-primary.modal-button:hover {
  background: var(--color-primary-dark);
  color: #fff;
}
.btn__wrapper.btn--primary:not([class*=bg-color-]):active, .efForm .brochure-download .brochure .btn--primary.btn:not([class*=bg-color-]):active, .modal-button:not([class*=bg-color-]):active, .btn__wrapper.bg-color-primary:active, .efForm .brochure-download .brochure .bg-color-primary.btn:active, .bg-color-primary.modal-button:active {
  background: var(--color-primary-darker);
}
.btn__wrapper.btn--orange, .efForm .brochure-download .brochure .btn--orange.btn, .btn--orange.modal-button, .btn__wrapper.btn--secondary, .efForm .brochure-download .brochure .btn--secondary.btn, .btn--secondary.modal-button, .modal-button.modal-button--bordered, .btn__wrapper.bg-color-transparent.color-primary.border-color-primary, .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn, .bg-color-transparent.color-primary.border-color-primary.modal-button {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn__wrapper.btn--orange:hover, .efForm .brochure-download .brochure .btn--orange.btn:hover, .btn--orange.modal-button:hover, .btn__wrapper.btn--secondary:hover, .efForm .brochure-download .brochure .btn--secondary.btn:hover, .btn--secondary.modal-button:hover, .modal-button.modal-button--bordered:hover, .btn__wrapper.bg-color-transparent.color-primary.border-color-primary:hover, .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn:hover, .bg-color-transparent.color-primary.border-color-primary.modal-button:hover {
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
.btn__wrapper.btn--orange:active, .efForm .brochure-download .brochure .btn--orange.btn:active, .btn--orange.modal-button:active, .btn__wrapper.btn--secondary:active, .efForm .brochure-download .brochure .btn--secondary.btn:active, .btn--secondary.modal-button:active, .modal-button.modal-button--bordered:active, .btn__wrapper.bg-color-transparent.color-primary.border-color-primary:active, .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn:active, .bg-color-transparent.color-primary.border-color-primary.modal-button:active {
  color: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
}
.btn__wrapper.btn--tertiary, .efForm .brochure-download .brochure .btn--tertiary.btn, .btn--tertiary.modal-button {
  color: var(--color-primary);
  border-color: transparent;
}
.btn__wrapper.btn--tertiary:hover, .efForm .brochure-download .brochure .btn--tertiary.btn:hover, .btn--tertiary.modal-button:hover {
  color: var(--color-primary-dark);
}
.btn__wrapper.btn--tertiary:active, .efForm .brochure-download .brochure .btn--tertiary.btn:active, .btn--tertiary.modal-button:active {
  color: var(--color-primary-darker);
}
.btn__wrapper.btn--white, .efForm .brochure-download .brochure .btn--white.btn, .btn--white.modal-button {
  transition: color ease 0.1s, border-color ease 0.1s;
  color: white;
  border-color: white;
}
.btn__wrapper.btn--white:hover, .efForm .brochure-download .brochure .btn--white.btn:hover, .btn--white.modal-button:hover {
  color: var(--color-primary-dark);
  background-color: #fff;
}
.btn__wrapper.btn--white:active, .efForm .brochure-download .brochure .btn--white.btn:active, .btn--white.modal-button:active {
  color: var(--color-primary-darker);
  background-color: #fff;
}
.btn__wrapper.btn--current, .efForm .brochure-download .brochure .btn--current.btn, .btn--current.modal-button {
  color: currentColor;
  border-color: currentColor;
}
.btn__wrapper.btn--current svg path, .efForm .brochure-download .brochure .btn--current.btn svg path, .btn--current.modal-button svg path {
  fill: currentColor;
}
.btn__wrapper.btn--current:hover, .efForm .brochure-download .brochure .btn--current.btn:hover, .btn--current.modal-button:hover {
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
.btn__wrapper.btn--current:active, .efForm .brochure-download .brochure .btn--current.btn:active, .btn--current.modal-button:active {
  color: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
}
.btn__wrapper.btn--image, .efForm .brochure-download .brochure .btn--image.btn, .btn--image.modal-button {
  height: auto;
  padding: 0;
  border: none;
  outline: none;
}
.btn__wrapper.btn--icon-right svg, .efForm .brochure-download .brochure .btn--icon-right.btn svg, .btn--icon-right.modal-button svg {
  margin-left: 10px;
}
.btn__wrapper.btn--icon-left svg, .efForm .brochure-download .brochure .btn--icon-left.btn svg, .btn--icon-left.modal-button svg {
  margin-right: 10px;
}
.btn__wrapper.btn--disabled, .efForm .brochure-download .brochure .btn--disabled.btn, .btn--disabled.modal-button {
  color: var(--color-shade) !important;
  background: var(--color-shade-light) !important;
  border-color: var(--color-shade-light) !important;
  pointer-events: none !important;
}
@media screen and (min-width: 964px) {
  .btn__wrapper + .btn__wrapper, .efForm .brochure-download .brochure .btn + .btn__wrapper, .efForm .brochure-download .brochure .btn__wrapper + .btn, .efForm .brochure-download .brochure .btn + .btn, .modal-button + .btn__wrapper, .efForm .brochure-download .brochure .modal-button + .btn, .btn__wrapper + .modal-button, .efForm .brochure-download .brochure .btn + .modal-button, .modal-button + .modal-button {
    margin-left: 10px;
  }
}

#logout, #user_menu {
  display: none;
}

body.logged-in .btn__wrapper[data-show-modal=register], body.logged-in .efForm .brochure-download .brochure [data-show-modal=register].btn, .efForm .brochure-download .brochure body.logged-in [data-show-modal=register].btn, body.logged-in [data-show-modal=register].modal-button, body.logged-in .btn__wrapper[data-show-modal=event-register], body.logged-in .efForm .brochure-download .brochure [data-show-modal=event-register].btn, .efForm .brochure-download .brochure body.logged-in [data-show-modal=event-register].btn, body.logged-in [data-show-modal=event-register].modal-button, body.logged-in .btn__wrapper[data-show-modal=login], body.logged-in .efForm .brochure-download .brochure [data-show-modal=login].btn, .efForm .brochure-download .brochure body.logged-in [data-show-modal=login].btn, body.logged-in [data-show-modal=login].modal-button, body.logged-in .btn__wrapper[data-show-modal=event-login], body.logged-in .efForm .brochure-download .brochure [data-show-modal=event-login].btn, .efForm .brochure-download .brochure body.logged-in [data-show-modal=event-login].btn, body.logged-in [data-show-modal=event-login].modal-button, body.logged-in .action__wrapper[data-show-modal=register], body.logged-in .action__wrapper[data-show-modal=event-register], body.logged-in .action__wrapper[data-show-modal=login], body.logged-in .action__wrapper[data-show-modal=event-login] {
  display: none;
}
body.logged-in #logout, body.logged-in #user_menu {
  display: flex;
}

.btn--loading {
  position: relative;
  border: none;
  pointer-events: none;
}
.btn--loading:focus {
  outline: none;
}
.btn--loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-shade-light);
}
.btn--loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--color-shade);
  border-color: var(--color-shade) var(--color-shade) var(--color-shade) transparent;
  animation: button-loading-animation 1s linear infinite;
}

@keyframes button-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* WiWo Layout */
body.brand-wiwo {
  --wiwo-color-primary: #435FEB;
  --wiwo-color-secondary: #E30613;
  --wiwo-color-primary-dark: #2d409e;
  --color-foreground: #232222;
  --color-primary: #435FEB;
  --color-secondary: #E30613;
  --color-primary-dark: #2d409e;
}
body.brand-wiwo * {
  font-family: "Mote" !important;
}
body.brand-wiwo h1, body.brand-wiwo h2, body.brand-wiwo h3, body.brand-wiwo .site-events .event-listing h2, .site-events .event-listing body.brand-wiwo h2, body.brand-wiwo .site-topic .events h2, .site-topic .events body.brand-wiwo h2, body.brand-wiwo h4, body.brand-wiwo span.has-brand-style {
  font-weight: 700 !important;
}
body.brand-wiwo ul:not(.blocks-gallery-grid) li::marker,
body.brand-wiwo ol li::marker,
body.brand-wiwo .ce-list li::marker {
  color: #E30613;
}
body.brand-wiwo nav li.menu-item.has-external-link a::after, body.brand-wiwo .mobile-navigation li.menu-item.has-external-link a::after {
  margin-top: -4px;
}
body.brand-wiwo .mobile-navigation .menus .menu li a:hover::after {
  filter: brightness(0) saturate(100%) invert(15%) sepia(42%) saturate(4559%) hue-rotate(225deg) brightness(109%) contrast(86%) !important;
}
body.brand-wiwo {
  /* Buttons */
}
body.brand-wiwo .btn__wrapper.btn--primary, .efForm .brochure-download .brochure body.brand-wiwo .btn--primary.btn,
body.brand-wiwo .btn--primary.modal-button,
body.brand-wiwo .modal-button,
body.brand-wiwo .efForm .brochure-download .brochure .btn--primary.btn,
body.brand-wiwo .efForm .brochure-download .brochure .btn.modal-button,
body.brand-wiwo .btn__wrapper.modal-button,
.efForm .brochure-download .brochure body.brand-wiwo .modal-button.btn,
body.brand-wiwo .efForm .brochure-download .brochure .modal-button.btn,
body.brand-wiwo .btn__wrapper.bg-color-primary,
body.brand-wiwo .efForm .brochure-download .brochure .bg-color-primary.btn,
.efForm .brochure-download .brochure body.brand-wiwo .bg-color-primary.btn {
  background-color: #435FEB;
  border-color: #435FEB;
}
body.brand-wiwo .btn__wrapper.btn--primary:hover, .efForm .brochure-download .brochure body.brand-wiwo .btn--primary.btn:hover,
body.brand-wiwo .btn--primary.modal-button:hover,
body.brand-wiwo .modal-button:hover,
body.brand-wiwo .efForm .brochure-download .brochure .btn--primary.btn:hover,
body.brand-wiwo .efForm .brochure-download .brochure .btn.modal-button:hover,
body.brand-wiwo .btn__wrapper.modal-button:hover,
.efForm .brochure-download .brochure body.brand-wiwo .modal-button.btn:hover,
body.brand-wiwo .efForm .brochure-download .brochure .modal-button.btn:hover,
body.brand-wiwo .btn__wrapper.bg-color-primary:hover,
body.brand-wiwo .efForm .brochure-download .brochure .bg-color-primary.btn:hover,
.efForm .brochure-download .brochure body.brand-wiwo .bg-color-primary.btn:hover {
  background-color: #2d409e;
  border-color: #2d409e;
}
body.brand-wiwo .btn__wrapper.btn--orange, .efForm .brochure-download .brochure body.brand-wiwo .btn--orange.btn,
body.brand-wiwo .btn--orange.modal-button,
body.brand-wiwo .efForm .brochure-download .brochure .btn--orange.btn,
body.brand-wiwo .btn__wrapper.btn--secondary,
.efForm .brochure-download .brochure body.brand-wiwo .btn--secondary.btn,
body.brand-wiwo .btn__wrapper.outline-orange,
body.brand-wiwo .efForm .brochure-download .brochure .outline-orange.btn,
.efForm .brochure-download .brochure body.brand-wiwo .outline-orange.btn,
body.brand-wiwo .outline-orange.modal-button,
body.brand-wiwo .btn--secondary.modal-button,
body.brand-wiwo .modal-button.modal-button--bordered,
body.brand-wiwo .efForm .brochure-download .brochure .btn--secondary.btn,
body.brand-wiwo .efForm .brochure-download .brochure .btn.modal-button.modal-button--bordered,
body.brand-wiwo .btn__wrapper.modal-button.modal-button--bordered,
.efForm .brochure-download .brochure body.brand-wiwo .modal-button.modal-button--bordered.btn,
body.brand-wiwo .efForm .brochure-download .brochure .modal-button.modal-button--bordered.btn,
body.brand-wiwo .btn__wrapper.bg-color-transparent.color-primary.border-color-primary,
body.brand-wiwo .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn,
.efForm .brochure-download .brochure body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.btn,
body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.modal-button {
  color: #435FEB;
  border-color: #435FEB;
}
body.brand-wiwo .btn__wrapper.btn--orange:hover, .efForm .brochure-download .brochure body.brand-wiwo .btn--orange.btn:hover,
body.brand-wiwo .btn--orange.modal-button:hover,
body.brand-wiwo .efForm .brochure-download .brochure .btn--orange.btn:hover,
body.brand-wiwo .btn__wrapper.btn--secondary:hover,
.efForm .brochure-download .brochure body.brand-wiwo .btn--secondary.btn:hover,
body.brand-wiwo .btn__wrapper.outline-orange:hover,
body.brand-wiwo .efForm .brochure-download .brochure .outline-orange.btn:hover,
.efForm .brochure-download .brochure body.brand-wiwo .outline-orange.btn:hover,
body.brand-wiwo .outline-orange.modal-button:hover,
body.brand-wiwo .btn--secondary.modal-button:hover,
body.brand-wiwo .modal-button.modal-button--bordered:hover,
body.brand-wiwo .efForm .brochure-download .brochure .btn--secondary.btn:hover,
body.brand-wiwo .efForm .brochure-download .brochure .btn.modal-button.modal-button--bordered:hover,
body.brand-wiwo .btn__wrapper.modal-button.modal-button--bordered:hover,
body.brand-wiwo .efForm .brochure-download .brochure .modal-button.modal-button--bordered.btn:hover,
body.brand-wiwo .btn__wrapper.bg-color-transparent.color-primary.border-color-primary:hover,
body.brand-wiwo .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn:hover,
.efForm .brochure-download .brochure body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.btn:hover,
body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.modal-button:hover {
  color: #2d409e;
  border-color: #2d409e;
}
body.brand-wiwo .btn__wrapper.btn--orange:hover svg, .efForm .brochure-download .brochure body.brand-wiwo .btn--orange.btn:hover svg,
body.brand-wiwo .btn--orange.modal-button:hover svg,
body.brand-wiwo .efForm .brochure-download .brochure .btn--orange.btn:hover svg,
body.brand-wiwo .btn__wrapper.btn--secondary:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .btn--secondary.btn:hover svg,
body.brand-wiwo .btn__wrapper.outline-orange:hover svg,
body.brand-wiwo .efForm .brochure-download .brochure .outline-orange.btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .outline-orange.btn:hover svg,
body.brand-wiwo .outline-orange.modal-button:hover svg,
body.brand-wiwo .btn--secondary.modal-button:hover svg,
body.brand-wiwo .modal-button.modal-button--bordered:hover svg,
body.brand-wiwo .efForm .brochure-download .brochure .btn--secondary.btn:hover svg,
body.brand-wiwo .efForm .brochure-download .brochure .btn.modal-button.modal-button--bordered:hover svg,
body.brand-wiwo .btn__wrapper.modal-button.modal-button--bordered:hover svg,
body.brand-wiwo .efForm .brochure-download .brochure .modal-button.modal-button--bordered.btn:hover svg,
body.brand-wiwo .btn__wrapper.bg-color-transparent.color-primary.border-color-primary:hover svg,
body.brand-wiwo .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.btn:hover svg,
body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.modal-button:hover svg {
  filter: invert(19%) sepia(25%) saturate(6085%) hue-rotate(222deg) brightness(98%) contrast(89%) !important;
}
body.brand-wiwo .btn__wrapper.btn--orange svg, .efForm .brochure-download .brochure body.brand-wiwo .btn--orange.btn svg,
body.brand-wiwo .btn--orange.modal-button svg,
body.brand-wiwo .efForm .brochure-download .brochure .btn--orange.btn svg,
body.brand-wiwo .btn__wrapper.btn--secondary svg,
.efForm .brochure-download .brochure body.brand-wiwo .btn--secondary.btn svg,
body.brand-wiwo .btn__wrapper.outline-orange svg,
body.brand-wiwo .efForm .brochure-download .brochure .outline-orange.btn svg,
.efForm .brochure-download .brochure body.brand-wiwo .outline-orange.btn svg,
body.brand-wiwo .outline-orange.modal-button svg,
body.brand-wiwo .btn--secondary.modal-button svg,
body.brand-wiwo .modal-button.modal-button--bordered svg,
body.brand-wiwo .efForm .brochure-download .brochure .btn--secondary.btn svg,
body.brand-wiwo .efForm .brochure-download .brochure .btn.modal-button.modal-button--bordered svg,
body.brand-wiwo .btn__wrapper.modal-button.modal-button--bordered svg,
.efForm .brochure-download .brochure body.brand-wiwo .modal-button.modal-button--bordered.btn svg,
body.brand-wiwo .efForm .brochure-download .brochure .modal-button.modal-button--bordered.btn svg,
body.brand-wiwo .btn__wrapper.bg-color-transparent.color-primary.border-color-primary svg,
body.brand-wiwo .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn svg,
.efForm .brochure-download .brochure body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.btn svg,
body.brand-wiwo .bg-color-transparent.color-primary.border-color-primary.modal-button svg {
  filter: invert(28%) sepia(74%) saturate(2127%) hue-rotate(221deg) brightness(97%) contrast(90%);
}
body.brand-wiwo .btn__wrapper.btn--white:hover, .efForm .brochure-download .brochure body.brand-wiwo .btn--white.btn:hover,
body.brand-wiwo .btn--white.modal-button:hover,
body.brand-wiwo .efForm .brochure-download .brochure .btn--white.btn:hover,
body.brand-wiwo .btn__wrapper.color-white.border-color-white:hover,
body.brand-wiwo .efForm .brochure-download .brochure .color-white.border-color-white.btn:hover,
.efForm .brochure-download .brochure body.brand-wiwo .color-white.border-color-white.btn:hover,
body.brand-wiwo .color-white.border-color-white.modal-button:hover {
  color: #435FEB;
  border-color: #435FEB;
}
body.brand-wiwo {
  /* Navigation */
}
body.brand-wiwo .glider-dots .glider-dot.active {
  background-color: #435FEB;
}
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev:not(.disabled),
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .glider-next:not(.disabled),
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev,
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next,
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev:not(.swiper-button-disabled),
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next:not(.swiper-button-disabled),
body.brand-wiwo .hmg__pagination .glider-prev:not(.disabled),
body.brand-wiwo .hmg__pagination .glider-next:not(.disabled),
body.brand-wiwo .hmg__pagination .hmg__pagination-btn-prev,
body.brand-wiwo .hmg__pagination .hmg__pagination-btn-next,
body.brand-wiwo .hmg__pagination .swiper-button-prev:not(.swiper-button-disabled),
body.brand-wiwo .hmg__pagination .swiper-button-next:not(.swiper-button-disabled),
body.brand-wiwo .navigation .glider-prev:not(.disabled),
body.brand-wiwo .navigation .glider-next:not(.disabled),
body.brand-wiwo .navigation .hmg__pagination-btn-prev,
body.brand-wiwo .navigation .hmg__pagination-btn-next,
body.brand-wiwo .navigation .swiper-button-prev:not(.swiper-button-disabled),
body.brand-wiwo .navigation .swiper-button-next:not(.swiper-button-disabled) {
  border: 1px solid #435FEB;
  background-color: #435FEB;
}
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-items .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.brand-wiwo.event-template-event-gipfel .ce-customer-voices_navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.brand-wiwo .hmg__pagination .hmg__pagination-items .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.brand-wiwo .hmg__pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.brand-wiwo .navigation .hmg__pagination-items .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.brand-wiwo .navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #435FEB;
}
body.brand-wiwo {
  /* Button */
}
body.brand-wiwo .btn__wrapper.btn--white-fill:hover, body.brand-wiwo .efForm .brochure-download .brochure .btn--white-fill.btn:hover, .efForm .brochure-download .brochure body.brand-wiwo .btn--white-fill.btn:hover, body.brand-wiwo .btn--white-fill.modal-button:hover {
  color: var(--wiwo-color-primary-dark);
}
body.brand-wiwo {
  /* CTA Button */
}
body.brand-wiwo .wp-block-cta-button .secondary a {
  color: #435FEB;
  border-color: #435FEB;
}
body.brand-wiwo .wp-block-cta-button .secondary a:hover {
  border-color: var(--wiwo-color-primary-dark);
  color: var(--wiwo-color-primary-dark);
}
body.brand-wiwo.event-template-event-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active, body.brand-wiwo.webinar-template-webinar-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active, body.brand-wiwo.post-template-post-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active, body.brand-wiwo.on-demand-template-on-demand-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active {
  color: #435FEB;
}
body.brand-wiwo {
  /* Block Header Gipfel */
}
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary,
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary a {
  background-color: #435FEB;
  border-color: #435FEB;
  color: #fff;
}
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary:hover,
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary a:hover {
  background-color: #2d409e;
  border-color: #2d409e;
}
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full,
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full a {
  background-color: #435FEB;
}
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full:hover,
body.brand-wiwo .header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full a:hover {
  background-color: #2d409e;
  border-color: #2d409e;
}
body.brand-wiwo {
  /* Block Header Entry Text */
}
body.brand-wiwo .wp-block-header-entry-text .header-entry-text__inner .header-entry-text__date {
  font-weight: 400;
  letter-spacing: 5px;
}
body.brand-wiwo .wp-block-header-entry-text .header-entry-text__inner .header-entry-text__headline {
  font-weight: 700;
  line-height: 0.95;
  font-size: 6.25rem;
}
@media (max-width: 781px) {
  body.brand-wiwo .wp-block-header-entry-text .header-entry-text__inner .header-entry-text__headline {
    font-size: 3.75rem;
    hyphens: auto;
  }
}
body.brand-wiwo .wp-block-header-entry-text .header-entry-text__inner .header-entry-text__subheadline {
  font-weight: 900;
  font-size: 1.875rem;
}
body.brand-wiwo .wp-block-header-entry-text .header-entry-text__inner p {
  font-size: 1.875rem;
  line-height: 1.4;
}
body.brand-wiwo {
  /* Ticker mit Bild und Textkomponente */
}
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary, body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button,
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary,
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button {
  color: #435FEB;
  border-color: #435FEB;
}
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary:hover, body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button:hover,
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary:hover,
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button:hover,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary:hover,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button:hover,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary:hover,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button:hover,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary:hover,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button:hover,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary:hover,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button:hover,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary:hover,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button:hover,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary:hover,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button:hover {
  color: #2d409e;
}
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .btn__wrapper:hover svg, body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .efForm .brochure-download .brochure .btn:hover svg, .efForm .brochure-download .brochure body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .btn:hover svg, body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .image-content__content .modal-button:hover svg,
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn__wrapper:hover svg,
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn:hover svg,
body.brand-wiwo .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .modal-button:hover svg,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn__wrapper:hover svg,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn:hover svg,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .image-content__content .modal-button:hover svg,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn__wrapper:hover svg,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn:hover svg,
body.brand-wiwo .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .modal-button:hover svg,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .btn__wrapper:hover svg,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .btn:hover svg,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .image-content__content .modal-button:hover svg,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn__wrapper:hover svg,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn:hover svg,
body.brand-wiwo .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .modal-button:hover svg,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .btn__wrapper:hover svg,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .btn:hover svg,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .image-content__content .modal-button:hover svg,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn__wrapper:hover svg,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn:hover svg,
body.brand-wiwo .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .modal-button:hover svg {
  filter: invert(48%) sepia(86%) saturate(3960%) hue-rotate(7deg) brightness(100%) contrast(101%);
}
body.brand-wiwo .wp-block-image-content .ticker-image-content__inner .ticker-image-content__ticker .ticker-image-content__ticker-line,
body.brand-wiwo .ticker-image-content .ticker-image-content__inner .ticker-image-content__ticker .ticker-image-content__ticker-line {
  font-weight: 700;
  letter-spacing: 1.125rem;
  line-height: 1.1;
}
body.brand-wiwo .wp-block-image-content .ticker-image-content__inner .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::before,
body.brand-wiwo .ticker-image-content .ticker-image-content__inner .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::before {
  width: 5px;
}
body.brand-wiwo .wp-block-image-content .ticker-image-content__inner .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::after,
body.brand-wiwo .ticker-image-content .ticker-image-content__inner .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::after {
  height: 5px;
}
body.brand-wiwo {
  /* Block Timeticker */
}
body.brand-wiwo .timeticker .timeticker__inner .timeticker__date > div {
  font-weight: 700;
}
body.brand-wiwo .timeticker .timeticker__inner .timeticker__date > div span {
  font-weight: 700;
}
@media (min-width: 782px) {
  body.brand-wiwo .timeticker .timeticker__inner .timeticker__date > div {
    font-size: 1.625rem;
    line-height: 0.827;
  }
  body.brand-wiwo .timeticker .timeticker__inner .timeticker__date > div span {
    font-size: 5.8125rem;
    line-height: 0.892;
  }
}
body.brand-wiwo {
  /* Block Event Kontakt Gipfel style */
}
body.brand-wiwo.event-template-event-gipfel .wp-block-event-kontakt .hmg-contact__phone {
  color: var(--wiwo-color-primary);
}
body.brand-wiwo.event-template-event-gipfel .wp-block-event-kontakt .hmg-contact__email {
  color: var(--wiwo-color-primary);
}
body.brand-wiwo.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__phone {
  color: var(--wiwo-color-primary);
}
body.brand-wiwo.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__email {
  color: var(--wiwo-color-primary);
}
body.brand-wiwo.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__show-more {
  color: #435FEB;
}
body.brand-wiwo {
  /* Block Event Newsletter Gipfel style */
}
body.brand-wiwo.event-template-event-gipfel .modal-content-wrapper .newsletter__desc-title, body.brand-wiwo.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel .newsletter__desc-title {
  color: #435FEB;
}
body.brand-wiwo {
  /* Block Infobar style */
}
body.brand-wiwo .wp-block-infobar {
  background-color: #435FEB;
}
body.brand-wiwo .wp-block-infobar .event-main-cta {
  background-color: #fff;
  color: #435FEB;
  border-color: #435FEB;
}
body.brand-wiwo .wp-block-infobar .event-main-cta:hover {
  background-color: #435FEB;
  border-color: #435FEB;
  color: #fff;
}
body.brand-wiwo {
  /* Block News Listing style for Slider and Filter */
}
body.brand-wiwo.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__date, body.brand-wiwo.event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__date {
  color: #435FEB;
  letter-spacing: 0.10625rem;
  color: #232222;
  font-weight: 400;
}
body.brand-wiwo.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__links a, body.brand-wiwo.event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__links a {
  color: #435FEB;
}
body.brand-wiwo {
  /* Content Tiles */
}
body.brand-wiwo .wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text ul li::before {
  background-color: #435FEB;
}
body.brand-wiwo {
  /* Agenda Block */
}
body.brand-wiwo .wp-block-agenda .agenda__content-row .agenda__content-row-text ul li::before {
  background-color: #E30613;
}
body.brand-wiwo .wp-block-agenda .agenda__content-row-lecture-types .agenda__content-row-lecture-types-item {
  background-color: #E30613;
  color: #fff;
}
body.brand-wiwo .wp-block-agenda .agenda__content-row-speaker-minify .speaker-count {
  color: #435FEB;
}
body.brand-wiwo {
  /* Block Contact with form */
}
body.brand-wiwo .wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__phone {
  color: var(--wiwo-color-primary);
}
body.brand-wiwo .wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__email {
  color: var(--wiwo-color-primary);
}
body.brand-wiwo {
  /* Customer Voices */
}
body.brand-wiwo .wp-block-ce-customer-voices .ce-customer-voices_slides svg path {
  fill: #E30613;
}
body.brand-wiwo .wp-block-ce-customer-voices .ce-customer-voices_navigation svg path {
  stroke: #435FEB;
}
body.brand-wiwo {
  /* Quotes Slider */
}
body.brand-wiwo .wp-block-quotes-slider svg path {
  fill: #E30613;
}
body.brand-wiwo {
  /* Social Sharing Links */
}
body.brand-wiwo .wp-block-social-sharing-links .social-sharing-links-wrapper {
  padding: 0;
  border: none;
  justify-content: flex-start;
  gap: 5px;
}
body.brand-wiwo .wp-block-social-sharing-links a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.brand-wiwo .wp-block-social-sharing-links a svg {
  max-width: 1.875rem;
  max-height: 1.875rem;
}
body.brand-wiwo .wp-block-social-sharing-links a svg path {
  fill: #fff;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-facebook {
  background-color: #405893;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-x {
  background-color: #4DA0EB;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-pocket {
  background-color: #DD4F5A;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-flipboard {
  background-color: #CF3C34;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-xing {
  background-color: #2E6162;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-linkedin {
  background-color: #3579B0;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-whatsapp {
  background-color: #25D366;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-mail {
  background-color: #767070;
  width: auto;
  padding: 5px 13px;
}
body.brand-wiwo .wp-block-social-sharing-links a.social-sharing-link-mail::before {
  content: "Teilen per:";
  white-space: nowrap;
  margin-right: 0.3125rem;
  color: #fff;
}
body.brand-wiwo span.has-brand-style,
body.brand-wiwo h2.has-brand-style,
body.brand-wiwo h3.has-brand-style,
body.brand-wiwo [class*=wp-block-]:not(.no-brand-style) h2:not(.no-brand-style),
body.brand-wiwo .diagram__headline,
body.brand-wiwo .hmg-contact__title,
body.brand-wiwo .partner-list__title,
body.brand-wiwo .event-listing__title,
body.brand-wiwo .attention__title {
  font-weight: 700;
}
body.brand-wiwo span.has-brand-style::before,
body.brand-wiwo h2.has-brand-style::before,
body.brand-wiwo h3.has-brand-style::before,
body.brand-wiwo [class*=wp-block-]:not(.no-brand-style) h2:not(.no-brand-style)::before,
body.brand-wiwo .diagram__headline::before,
body.brand-wiwo .hmg-contact__title::before,
body.brand-wiwo .partner-list__title::before,
body.brand-wiwo .event-listing__title::before,
body.brand-wiwo .attention__title::before {
  content: "";
  min-width: 15px;
  width: 15px;
  height: 15px;
  margin-right: 0.625rem;
  background-color: #E30613;
  display: inline-block;
}
body.brand-wiwo:not(.event-template-event-gipfel.event-main-page) h1 {
  color: var(--wiwo-color-secondary);
}
body.brand-wiwo.single-post.post-template-post-gipfel .news-entry .news-entry__date-wrap .news-entry__date {
  color: var(--color-foreground);
}
body.brand-wiwo {
  /* non gipfel layout */
}
body.brand-wiwo .site-event header .head .date {
  color: var(--color-foreground);
}

body.brand-tsbg {
  --tsbg-primary-lightest: #f0f3f4;
  --tsbg-primary-lighter: #e3e9ec;
  --tsbg-primary-light-soft: #cbdbe2;
  --tsbg-primary-light: #c0d0d7;
  --tsbg-primary-light-medium: #8daab7;
  --tsbg-primary: #687d86;
  --tsbg-primary-medium: #415762;
  --tsbg-primary-dark: #08384b;
  --tsbg-primary-darker: #344952;
  --tsbg-primary-darkest: #151515;
  --tsbg-gold: #e3ca72;
  --tsbg-gold-light: #fbeea8;
  --tsbg-body-color: #2a2a2a;
  --tsbg-success: #79bf54;
  --tsbg-danger: #e30a18;
  /** Override default colors */
  --color-primary: var(--tsbg-primary-medium);
  --color-primary-dark: var(--tsbg-primary-dark);
  --color-primary-darker: var(--tsbg-primary-darker);
  --color-secondary: var(--tsbg-gold-light);
  --color-foreground: var(--tsbg-body-color);
  --color-shade-lighter: var(--tsbg-primary-lighter);
  --color-success: var(--tsbg-success);
  --color-danger: var(--tsbg-danger);
  /* Buttons */
}
body.brand-tsbg .btn__wrapper.btn--primary, .efForm .brochure-download .brochure body.brand-tsbg .btn--primary.btn,
body.brand-tsbg .btn--primary.modal-button,
body.brand-tsbg .modal-button,
body.brand-tsbg .efForm .brochure-download .brochure .btn--primary.btn,
body.brand-tsbg .efForm .brochure-download .brochure .btn.modal-button,
body.brand-tsbg .btn__wrapper.modal-button,
.efForm .brochure-download .brochure body.brand-tsbg .modal-button.btn,
body.brand-tsbg .efForm .brochure-download .brochure .modal-button.btn,
body.brand-tsbg .btn__wrapper.bg-color-primary,
body.brand-tsbg .efForm .brochure-download .brochure .bg-color-primary.btn,
.efForm .brochure-download .brochure body.brand-tsbg .bg-color-primary.btn {
  color: var(--color-secondary);
}
body.brand-tsbg .btn__wrapper.btn--primary svg path, .efForm .brochure-download .brochure body.brand-tsbg .btn--primary.btn svg path,
body.brand-tsbg .btn--primary.modal-button svg path,
body.brand-tsbg .modal-button svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn--primary.btn svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn.modal-button svg path,
body.brand-tsbg .btn__wrapper.modal-button svg path,
.efForm .brochure-download .brochure body.brand-tsbg .modal-button.btn svg path,
body.brand-tsbg .efForm .brochure-download .brochure .modal-button.btn svg path,
body.brand-tsbg .btn__wrapper.bg-color-primary svg path,
body.brand-tsbg .efForm .brochure-download .brochure .bg-color-primary.btn svg path,
.efForm .brochure-download .brochure body.brand-tsbg .bg-color-primary.btn svg path {
  fill: var(--color-secondary);
}
body.brand-tsbg .btn__wrapper.btn--primary:hover, .efForm .brochure-download .brochure body.brand-tsbg .btn--primary.btn:hover,
body.brand-tsbg .btn--primary.modal-button:hover,
body.brand-tsbg .modal-button:hover,
body.brand-tsbg .efForm .brochure-download .brochure .btn--primary.btn:hover,
body.brand-tsbg .efForm .brochure-download .brochure .btn.modal-button:hover,
body.brand-tsbg .btn__wrapper.modal-button:hover,
.efForm .brochure-download .brochure body.brand-tsbg .modal-button.btn:hover,
body.brand-tsbg .efForm .brochure-download .brochure .modal-button.btn:hover,
body.brand-tsbg .btn__wrapper.bg-color-primary:hover,
body.brand-tsbg .efForm .brochure-download .brochure .bg-color-primary.btn:hover,
.efForm .brochure-download .brochure body.brand-tsbg .bg-color-primary.btn:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
body.brand-tsbg .btn__wrapper.btn--primary:hover svg path, .efForm .brochure-download .brochure body.brand-tsbg .btn--primary.btn:hover svg path,
body.brand-tsbg .btn--primary.modal-button:hover svg path,
body.brand-tsbg .modal-button:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn--primary.btn:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn.modal-button:hover svg path,
body.brand-tsbg .btn__wrapper.modal-button:hover svg path,
.efForm .brochure-download .brochure body.brand-tsbg .modal-button.btn:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .modal-button.btn:hover svg path,
body.brand-tsbg .btn__wrapper.bg-color-primary:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .bg-color-primary.btn:hover svg path,
.efForm .brochure-download .brochure body.brand-tsbg .bg-color-primary.btn:hover svg path {
  fill: var(--color-secondary);
}
body.brand-tsbg .btn__wrapper.btn--orange:hover, .efForm .brochure-download .brochure body.brand-tsbg .btn--orange.btn:hover,
body.brand-tsbg .btn--orange.modal-button:hover,
body.brand-tsbg .efForm .brochure-download .brochure .btn--orange.btn:hover,
body.brand-tsbg .btn__wrapper.btn--secondary:hover,
.efForm .brochure-download .brochure body.brand-tsbg .btn--secondary.btn:hover,
body.brand-tsbg .btn__wrapper.outline-orange:hover,
body.brand-tsbg .efForm .brochure-download .brochure .outline-orange.btn:hover,
.efForm .brochure-download .brochure body.brand-tsbg .outline-orange.btn:hover,
body.brand-tsbg .outline-orange.modal-button:hover,
body.brand-tsbg .btn--secondary.modal-button:hover,
body.brand-tsbg .modal-button.modal-button--bordered:hover,
body.brand-tsbg .efForm .brochure-download .brochure .btn--secondary.btn:hover,
body.brand-tsbg .efForm .brochure-download .brochure .btn.modal-button.modal-button--bordered:hover,
body.brand-tsbg .btn__wrapper.modal-button.modal-button--bordered:hover,
body.brand-tsbg .efForm .brochure-download .brochure .modal-button.modal-button--bordered.btn:hover,
body.brand-tsbg .btn__wrapper.bg-color-transparent.color-primary.border-color-primary:hover,
body.brand-tsbg .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn:hover,
.efForm .brochure-download .brochure body.brand-tsbg .bg-color-transparent.color-primary.border-color-primary.btn:hover,
body.brand-tsbg .bg-color-transparent.color-primary.border-color-primary.modal-button:hover {
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
body.brand-tsbg .btn__wrapper.btn--orange:hover svg path, .efForm .brochure-download .brochure body.brand-tsbg .btn--orange.btn:hover svg path,
body.brand-tsbg .btn--orange.modal-button:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn--orange.btn:hover svg path,
body.brand-tsbg .btn__wrapper.btn--secondary:hover svg path,
.efForm .brochure-download .brochure body.brand-tsbg .btn--secondary.btn:hover svg path,
body.brand-tsbg .btn__wrapper.outline-orange:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .outline-orange.btn:hover svg path,
.efForm .brochure-download .brochure body.brand-tsbg .outline-orange.btn:hover svg path,
body.brand-tsbg .outline-orange.modal-button:hover svg path,
body.brand-tsbg .btn--secondary.modal-button:hover svg path,
body.brand-tsbg .modal-button.modal-button--bordered:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn--secondary.btn:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn.modal-button.modal-button--bordered:hover svg path,
body.brand-tsbg .btn__wrapper.modal-button.modal-button--bordered:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .modal-button.modal-button--bordered.btn:hover svg path,
body.brand-tsbg .btn__wrapper.bg-color-transparent.color-primary.border-color-primary:hover svg path,
body.brand-tsbg .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn:hover svg path,
.efForm .brochure-download .brochure body.brand-tsbg .bg-color-transparent.color-primary.border-color-primary.btn:hover svg path,
body.brand-tsbg .bg-color-transparent.color-primary.border-color-primary.modal-button:hover svg path {
  fill: var(--color-primary-dark);
}
body.brand-tsbg .btn__wrapper.btn--orange svg path, .efForm .brochure-download .brochure body.brand-tsbg .btn--orange.btn svg path,
body.brand-tsbg .btn--orange.modal-button svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn--orange.btn svg path,
body.brand-tsbg .btn__wrapper.btn--secondary svg path,
.efForm .brochure-download .brochure body.brand-tsbg .btn--secondary.btn svg path,
body.brand-tsbg .btn__wrapper.outline-orange svg path,
body.brand-tsbg .efForm .brochure-download .brochure .outline-orange.btn svg path,
.efForm .brochure-download .brochure body.brand-tsbg .outline-orange.btn svg path,
body.brand-tsbg .outline-orange.modal-button svg path,
body.brand-tsbg .btn--secondary.modal-button svg path,
body.brand-tsbg .modal-button.modal-button--bordered svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn--secondary.btn svg path,
body.brand-tsbg .efForm .brochure-download .brochure .btn.modal-button.modal-button--bordered svg path,
body.brand-tsbg .btn__wrapper.modal-button.modal-button--bordered svg path,
.efForm .brochure-download .brochure body.brand-tsbg .modal-button.modal-button--bordered.btn svg path,
body.brand-tsbg .efForm .brochure-download .brochure .modal-button.modal-button--bordered.btn svg path,
body.brand-tsbg .btn__wrapper.bg-color-transparent.color-primary.border-color-primary svg path,
body.brand-tsbg .efForm .brochure-download .brochure .bg-color-transparent.color-primary.border-color-primary.btn svg path,
.efForm .brochure-download .brochure body.brand-tsbg .bg-color-transparent.color-primary.border-color-primary.btn svg path,
body.brand-tsbg .bg-color-transparent.color-primary.border-color-primary.modal-button svg path {
  fill: var(--color-primary-dark);
}
body.brand-tsbg .btn__wrapper.btn--white:hover, .efForm .brochure-download .brochure body.brand-tsbg .btn--white.btn:hover,
body.brand-tsbg .btn--white.modal-button:hover,
body.brand-tsbg .efForm .brochure-download .brochure .btn--white.btn:hover,
body.brand-tsbg .btn__wrapper.color-white.border-color-white:hover,
body.brand-tsbg .efForm .brochure-download .brochure .color-white.border-color-white.btn:hover,
.efForm .brochure-download .brochure body.brand-tsbg .color-white.border-color-white.btn:hover,
body.brand-tsbg .color-white.border-color-white.modal-button:hover {
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
body.brand-tsbg.single article .tab-view .info-card.tickets .ticket .ticket__price,
body.brand-tsbg .event-template article .tab-view .info-card.tickets .ticket .ticket__price {
  color: var(--color-foreground);
  font-weight: 600;
}
body.brand-tsbg.event-template-default .site-event header {
  background-color: var(--tsbg-primary-lighter);
}
body.brand-tsbg {
  /*     .event__label {
          &.label--early_bird {
              background-color: var(--color-primary);
          }
      } */
}
body.brand-tsbg .ce-speakers-list .ce-speaker__show-more, body.brand-tsbg .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__show-more {
  font-weight: 600;
}
body.brand-tsbg .ce-speakers-list .ce-speaker__show-more:hover, body.brand-tsbg .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__show-more:hover {
  color: var(--color-primary-dark);
}
body.brand-tsbg .partner__details .partner__url {
  font-weight: 600;
}
body.brand-tsbg .wp-block-infobar a {
  color: var(--color-secondary);
}
body.brand-tsbg .wp-block-infobar .infobar__customer-service-phone svg path,
body.brand-tsbg .wp-block-infobar .infobar__customer-service-email svg path {
  fill: var(--color-secondary);
}
body.brand-tsbg .wp-block-infobar .btn__wrapper:not(.event-main-cta), body.brand-tsbg .wp-block-infobar .efForm .brochure-download .brochure .btn:not(.event-main-cta), .efForm .brochure-download .brochure body.brand-tsbg .wp-block-infobar .btn:not(.event-main-cta), body.brand-tsbg .wp-block-infobar .modal-button:not(.event-main-cta) {
  color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}
body.brand-tsbg .wp-block-infobar .event-main-cta {
  color: var(--color-primary) !important;
  border-color: var(--color-secondary) !important;
  background-color: var(--color-secondary) !important;
}
body.brand-tsbg .wp-block-infobar .event-main-cta:hover {
  background-color: var(--tsbg-gold) !important;
  border-color: var(--tsbg-gold) !important;
}
body.brand-tsbg {
  /* Quotes Slider */
}
body.brand-tsbg .wp-block-quotes-slider svg path {
  fill: var(--color-primary-dark);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* General
--------------------------------------------- */
.slide-down {
  animation: slide-down 0.3s ease-out;
}
@keyframes slide-down {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slide-up {
  animation: slide-up 0.3s ease-out;
}
@keyframes slide-up {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
}

.fade-in {
  animation: fade-in 0.3s ease-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-out {
  animation: fade-out 0.3s ease-out;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100vw;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
}
#breadcrumbs::-webkit-scrollbar {
  display: none;
}
#breadcrumbs { /* Safari and Chrome */ }
#breadcrumbs .layout {
  display: flex;
  align-items: center;
}
#breadcrumbs .layout > span {
  display: inline-flex;
}

.breadcrumb__wrapper {
  transition: color ease 0.06s;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: var(--color-shade);
}
.breadcrumb__wrapper a:hover {
  color: var(--color-shade-darker);
}
body.theme-dark .breadcrumb__wrapper a:hover {
  color: var(--color-foreground);
}
.breadcrumb__wrapper > svg {
  margin-right: 2px;
  color: var(--color-foreground);
}
.breadcrumb__wrapper:not(.breadcrumb-last) {
  margin-right: 2px;
}

.search__wrapper {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 15px 0 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: var(--color-background);
}
body.theme-dark .search__wrapper {
  border-color: var(--color-shade-medium);
}
.search__wrapper .search__icon {
  margin-left: 5px;
}
.search__wrapper .search__input {
  color: currentColor;
  outline: none;
  height: 100%;
  width: 100%;
  border: 0;
  background: transparent;
}
.search__wrapper .search__input::placeholder {
  opacity: 1;
  color: var(--color-shade-dark);
}
.search__wrapper .search__input::-webkit-search-cancel-button {
  display: none;
}
.search__wrapper .search__input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.search__wrapper .search__empty, .search__wrapper .search__start {
  padding: 10px 5px;
  height: 100%;
  cursor: pointer;
}
.search__wrapper .search__empty svg, .search__wrapper .search__start svg {
  pointer-events: none;
}
.search__wrapper .search__empty:hover, .search__wrapper .search__start:hover {
  color: var(--color-shade-dark);
}
.search__wrapper .search__empty {
  display: none;
  position: relative;
}
.search__wrapper .search__empty::after {
  content: "";
  height: 24px;
  border-right: 1px solid var(--color-foreground);
  position: absolute;
  right: 0;
}
.search__wrapper .search__start {
  color: var(--color-shade);
  margin-right: -15px;
}
.search__wrapper.active .search__empty {
  display: block;
}
.search__wrapper.active .search__start {
  color: var(--color-foreground);
}
.search__wrapper.active .search__start:hover {
  color: var(--color-shade-dark);
}

@media screen and (max-width: 1124px) {
  .search__wrapper.active .search__start {
    display: none;
  }
  .search__wrapper.active .search__empty {
    margin-right: -15px;
  }
  .search__wrapper.active .search__empty::after {
    display: none;
  }
}
/* PAGE: SEARCH */
.search #search-header .container > div {
  max-width: 865px;
  margin: 0 auto;
}
.search h1 {
  font-size: 4rem;
  line-height: 1.094;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 964px) {
  .search h1 {
    font-size: 3rem;
    line-height: 1.083;
  }
}
.search h1 {
  margin-bottom: 10px;
}
.search h2 {
  margin-bottom: 10px;
  font-size: 2.25rem;
  line-height: 1.111;
  font-weight: 400;
  font-family: "Druk";
}

/* PAGE: SEARCH // SECTION: HEADER */
.search #search-header {
  padding: 40px 0;
  background: var(--color-shade-lighter);
}
.search #search-header .search__form {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.search #search-header .search__form .search__wrapper {
  width: 100%;
}
.search #search-header .search__form .search__wrapper:focus-within {
  border-color: var(--color-foreground);
}
.search #search-header .search__form .form__submit {
  flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width: 964px) {
  .search #search-header .search__form .form__submit {
    display: none;
  }
}
.search #search-header .filters__wrapper {
  margin-top: 5px;
}

/* PAGE: SEARCH // SECTION: RESULTS */
.search #results {
  padding: 40px 0 20px;
}
.search #results .results-total {
  margin-bottom: 20px;
}
.search #results .results-none {
  display: block;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}
.search #results hr {
  height: 1px;
  border: 0;
  padding: 0;
  margin: 20px 0;
  background: var(--color-shade-light);
}
.search #results .load-more {
  margin-top: 20px;
  text-align: center;
}
.search #results .event__wrapper.event--teaser:first-child {
  padding-top: 0;
}
.search #results .event__wrapper.event--teaser:last-child {
  border-bottom: none;
}
.search #results .no-results {
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 600;
}

/* PAGE: SEARCH // SECTION: RESULTS */
.search #proposed-events {
  padding: 80px 0 20px;
}

.event__wrapper {
  flex: 1;
  display: block;
}
.event__wrapper:hover .event__title {
  text-decoration: underline;
}
.event__wrapper .event__preview {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.event__wrapper .event__preview img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event__wrapper .event__preview .event__video-label {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 4px;
  background: rgba(0, 0, 0, 0.5);
}
.event__wrapper .event__preview .event__video-label svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.event__wrapper .event__preview .event__video-label span {
  font-weight: 600;
}
.event__wrapper[data-event-ended]:not([data-event-on-request]):not([data-type=on-demand]) .event__preview, .event__wrapper[data-event-canceled] .event__preview {
  filter: grayscale(1);
  background: #fff;
  opacity: 0.35;
}
.event__wrapper[data-event-ended]:not([data-event-on-request]):not([data-type=on-demand]) .event__title, .event__wrapper[data-event-canceled] .event__title {
  color: var(--color-shade);
}
.event__wrapper .event__preline {
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}
.event__wrapper .event__title {
  margin-bottom: 10px;
}
.event__wrapper .event__subline {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.357;
  color: var(--color-shade);
  display: block;
}
.event__wrapper .event__subline b {
  font-weight: 600;
}
.is-style-stacked .event__wrapper.event--teaser, .is-style-stacked-extended .event__wrapper.event--teaser {
  padding: 20px 0;
}
.is-style-stacked .event__wrapper.event--teaser:not(:last-child), .is-style-stacked-extended .event__wrapper.event--teaser:not(:last-child) {
  border-bottom: 1px solid var(--color-shade-light);
}
@media screen and (min-width: 720px) {
  .is-style-stacked .event__wrapper.event--teaser, .is-style-stacked-extended .event__wrapper.event--teaser {
    display: flex;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__preview, .is-style-stacked-extended .event__wrapper.event--teaser .event__preview {
    width: 240px;
    min-width: 240px;
    height: 135px;
    padding-top: 0;
    margin: 0 20px 0 0;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__preline, .is-style-stacked-extended .event__wrapper.event--teaser .event__preline {
    font-size: 0.875rem;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__title, .is-style-stacked-extended .event__wrapper.event--teaser .event__title {
    font-size: 1.125rem;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__description, .is-style-stacked-extended .event__wrapper.event--teaser .event__description {
    font-size: 1rem;
    line-height: 1.313;
    margin: 0 0 10px;
  }
}
.event__wrapper.has-external-link .event__preview::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(assets/icons/externallink-24.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.event__label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.286;
  color: var(--color-foreground);
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 13px;
  border: 1px solid var(--color-foreground);
}
.event__label.label--premium {
  color: var(--color-background);
  background: var(--color-foreground);
}
.event__label.label--priced {
  color: var(--color-success);
  background: transparent;
  border-color: transparent;
  font-size: 1rem;
  line-height: 1.35;
  padding: 0;
}
.event__wrapper .event__label.label--priced {
  display: none;
}
.event__label.label--early_bird {
  color: #fff;
  background-color: var(--color-success);
  border-color: transparent;
}
.event__label.label--custom {
  color: white;
  border-color: transparent;
  background: var(--color-foreground);
}
.event__label.label--custom-alt {
  color: #fff;
  border-color: transparent;
  background: var(--color-shade-darker);
}
.event__label.label--running {
  color: #fff;
  border-color: transparent;
  background: var(--color-danger);
}
.event__label.label--running::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.event__label.label--sold_out, .event__label.label--closed, .event__label.label--canceled {
  color: var(--color-shade);
  border-color: var(--color-shade);
  background: transparent;
}
.ce-provider .event__label, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .event__label, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .event__label {
  display: inline-flex;
}

.tabs__wrapper {
  height: 64px;
  box-sizing: border-box;
  background: var(--color-background);
}
.tabs__wrapper .tab__buttons_wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-right: 20px;
}
.tabs__wrapper .tab__buttons_wrapper.fade-left::before, .tabs__wrapper .tab__buttons_wrapper.fade-right::after {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  content: "";
}
.tabs__wrapper .tab__buttons_wrapper.fade-left::before {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, var(--color-background) 77.3%);
  z-index: 1;
}
.tabs__wrapper .tab__buttons_wrapper.fade-right::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--color-background) 77.3%);
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button {
  pointer-events: none;
  transition: opacity ease 0.1s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button svg {
  height: 36px;
  width: 36px;
}
@media screen and (max-width: 720px) {
  .tabs__wrapper .tab__buttons_wrapper .tab__nav_button {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button.button--prev {
  left: -12px;
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button.button--next {
  right: 8px;
}
.tabs__wrapper .tab__buttons_wrapper:hover .tab__nav_button {
  pointer-events: all;
  opacity: 1;
}
.tabs__wrapper .tabs__buttons {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tabs__wrapper .tabs__buttons::-webkit-scrollbar {
  display: none;
}

.tab__wrapper {
  outline: none;
  cursor: pointer;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: currentColor;
  white-space: nowrap;
  height: 100%;
  padding: 2px 0 0 0;
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
}
.tab__wrapper:hover {
  border-color: var(--color-shade-medium);
}
.tab__wrapper:not(:last-child) {
  margin-right: 40px;
}
.tab__wrapper.tab--active {
  border-bottom: 3px solid var(--color-foreground);
}
.tab__wrapper.tab--active .tab__label {
  font-weight: 600;
  letter-spacing: -0.2px;
}

.tab-view {
  margin-top: 40px;
  display: none;
}
.tab-view.tab--active {
  display: block;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 99;
}
.modal.modal--active {
  display: block;
}
.modal.modal--lightbox {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.modal--lightbox .modal-window {
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  padding: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal.modal--lightbox .modal-window .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal.modal--lightbox .modal-window .modal-content-wrapper {
  width: 100% !important;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider {
  height: auto !important;
  max-height: 100vh;
  max-width: 100%;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .gallery-slide {
  text-align: center;
  height: auto !important;
  margin: 0 5px;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-track {
  align-items: center;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots {
  margin-top: 20px;
}
@media (max-width: 964px) {
  .modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots {
    display: none;
  }
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots .glider-dot {
  height: 6px;
  width: 6px;
  margin: 4px;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots .glider-dot.active {
  height: 10px;
  width: 10px;
  transform: translateY(-2px);
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .slide__label {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .slide__image {
  width: auto;
  height: auto !important;
  max-height: 90vh;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-prev {
  left: -35px !important;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-next {
  right: -35px !important;
}
.modal.modal--lightbox .modal-window.aspect-16-9 {
  width: 100vw;
  height: calc(56.25vw - 56px);
  max-width: calc(177.78vh + 112px);
  max-height: 100vh !important;
  padding: 0 56px;
}
@media (orientation: portrait) {
  .modal.modal--lightbox .modal-window.aspect-16-9 {
    padding: 56px 0;
    height: calc(56.25vw + 112px);
    max-width: 177.78vh;
  }
}
@media (min-width: 1124px) {
  .modal.modal--lightbox .modal-window.aspect-16-9 {
    padding: 0 76px;
    height: calc(56.25vw - 76px);
    max-width: calc(177.78vh + 152px);
  }
}
@media (min-width: 1124px) and (orientation: portrait) {
  .modal.modal--lightbox .modal-window.aspect-16-9 {
    padding: 76px 0;
    height: calc(56.25vw + 152px);
    max-width: 177.78vh;
  }
}
.modal.modal--lightbox .modal-window .modal-content {
  max-width: 100%;
}
.modal.modal--lightbox .modal-close {
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
}
@media (min-width: 1124px) {
  .modal.modal--lightbox .modal-close {
    top: 26px;
    right: 26px;
  }
}
.modal.modal--lightbox .modal-close::before, .modal.modal--lightbox .modal-close::after {
  width: 24px;
  background-color: #fff;
}

.modal-window {
  background-color: white;
  max-width: 415px;
  margin: 160px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 30px;
}
.modal-window.window--wide {
  padding: 0;
  max-width: 1164px;
}
.modal-window.window--full {
  margin: 48px auto;
}
@media screen and (min-height: 964px) {
  .modal-window.window--full {
    position: absolute;
    left: 0;
    right: 0;
    top: 108px;
    bottom: 108px;
    margin: 0 auto;
    max-height: 864px;
  }
}
@media screen and (max-width: 1124px) {
  .modal-window.window--full {
    top: 48px;
    bottom: auto;
    margin: 0 40px;
  }
}
@media screen and (max-width: 964px) {
  .modal-window.window--full {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 964px) {
  .modal-window.window--center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.modal-window.window--large {
  position: static;
}
@media screen and (min-width: 964px) {
  .modal-window.window--large {
    width: 100%;
    max-width: 1164px;
    max-height: 90vh;
    min-height: 300px;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 50px 40px;
  }
}
.modal-window.window--large .modal-content {
  max-width: none;
}
@media screen and (max-width: 964px) {
  .modal-window {
    position: absolute;
    max-width: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}

.modal-split-layout {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
@media screen and (max-width: 964px) {
  .modal-split-layout {
    position: relative;
    flex-direction: column;
  }
}
.modal-split-layout .modal-split-left {
  min-height: 100%;
  flex: 5;
  padding: 50px 40px;
  background: #f6f6f6;
  overflow: auto;
}
@media screen and (min-width: 1124px) {
  .modal-split-layout .modal-split-left .modal-title-xs {
    margin-top: 40px;
  }
}
.modal-split-layout .modal-split-left .event__preline.multiple-dates {
  color: var(--color-shade);
}
.modal-split-layout .modal-split-left .event__preline a {
  text-decoration: underline;
}
.modal-split-layout .modal-split-left .event__title {
  text-decoration: none;
}
@media screen and (max-width: 964px) {
  .modal-split-layout .modal-split-left {
    min-height: 0;
    flex: initial;
    flex: unset;
    bottom: 0;
    height: auto;
    padding: 20px;
    position: fixed;
    width: 100%;
    overflow: unset;
  }
  .modal-split-layout .modal-split-left .event__wrapper .event__preview {
    display: none;
  }
  .modal-split-layout .modal-split-left .event__wrapper .event__label,
  .modal-split-layout .modal-split-left .event__wrapper .event__subline {
    display: none;
  }
}
.modal-split-layout .modal-split-right {
  overflow: auto;
  flex: 11;
  padding: 50px 40px;
  background: white;
}
@media screen and (max-width: 964px) {
  .modal-split-layout .modal-split-right {
    overflow: unset;
    padding: 50px 20px 150px;
  }
}
.modal-split-layout .modal-split-right .modal-content {
  max-width: none;
}

.modal-head {
  text-align: center;
  margin-bottom: 40px;
}

.modal-content {
  max-width: 415px;
  margin: 0 auto;
}

.modal-close {
  position: absolute;
  z-index: 99999;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  color: black;
  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

.modal-title, .modal .event-register-trial-subscription > h3, .modal .site-events .event-listing .event-register-trial-subscription > h2, .site-events .event-listing .modal .event-register-trial-subscription > h2, .modal .site-topic .events .event-register-trial-subscription > h2, .site-topic .events .modal .event-register-trial-subscription > h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.364;
  margin-bottom: 8px;
}

.modal-title-xs {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.modal-hint {
  font-size: 1rem;
  line-height: 1.375;
  margin: 20px 0;
}
.modal-hint.modal-hint--small, .modal-hint.modal-hint--security {
  font-size: 0.875rem;
  line-height: 1.357;
}
.modal-hint.modal-hint--translucent {
  opacity: 0.5;
}
.modal-hint.modal-hint--security {
  text-align: center;
  color: rgb(39, 174, 96);
  margin-top: 10px;
}
.modal-hint.modal-hint--security:before {
  content: "";
  width: 24px;
  height: 24px;
  vertical-align: -0.5em;
  display: inline-block;
  background-image: url(./assets/icons/locked-24.svg);
}
.modal-hint a {
  color: #ef7c01;
}
.modal-hint strong {
  font-weight: 600;
}

.modal-button {
  appearance: none;
}
.modal-button + .modal-button {
  margin-left: 0;
  margin-top: 10px;
}
.modal-button.modal-button--bordered {
  background: none;
}

.modal-button.modal-button--invisible {
  background: none;
  color: #ef7c01;
}

/* .modal-button.modal-button--bordered {
  border: 1px solid #ef7c01;
  background: none;
  color: #ef7c01;
} */
.modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.357;
}

.modal-actions a {
  color: #ef7c01;
}

.modal-redirect {
  margin: 12px 0 0;
  text-align: center;
  line-height: 1.5em;
}
.modal-redirect b {
  font-weight: 600;
  display: block;
}
.modal-redirect a {
  color: #ef7c01;
}

.modal .steps__wrapper {
  position: relative;
}
.modal .steps__wrapper::after, .modal .steps__wrapper::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 24px;
  right: 24px;
  height: 1px;
  background: black;
}
.modal .steps__wrapper::after {
  width: calc(0.33 * (100% - 48px));
  background: var(--color-primary);
}
.modal .steps__wrapper .steps__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.modal .steps__wrapper .steps__steps .steps__step {
  position: relative;
  text-align: center;
}
.modal .steps__wrapper .steps__steps .steps__step.step--active .step__icon {
  background: var(--color-primary);
}
.modal .steps__wrapper .steps__steps .steps__step.step--active .step__icon img {
  opacity: 1;
  filter: grayscale(1) invert(1);
}
.modal .steps__wrapper .steps__steps .steps__step.step--active .step__label {
  color: var(--color-primary);
}
.modal .steps__wrapper .steps__steps .steps__step .step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--color-shade-light);
}
.modal .steps__wrapper .steps__steps .steps__step .step__icon img {
  opacity: 0.5;
}
.modal .steps__wrapper .steps__steps .steps__step .step__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.429;
  text-align: center;
  margin-top: 4px;
  color: var(--color-shade);
}

#event-register-select-date_modal .modal-content {
  max-width: 480px;
}
.modal-content .date-list-wrapper {
  display: flex;
  justify-content: center;
}
.modal-content .date-list-wrapper ul {
  padding: 0;
}
.modal-content .date-list-wrapper a.date-list--date {
  color: var(--color-primary);
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.modal-content .date-list-wrapper a.date-list--date::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid var(--color-shade-medium);
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal-content .date-list-wrapper a.date-list--date.is-in-the-past {
  color: var(--color-shade);
  pointer-events: none;
}

.modal-form-container {
  position: relative;
}
.modal-form-container .modal-content-loading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal-form-container iframe {
  position: relative;
}

.modal-invoice-layout {
  display: flex;
  padding: 48px 0 48px;
}
@media screen and (max-width: 720px) {
  .modal-invoice-layout {
    display: block;
  }
}
.modal-invoice-layout .modal-invoice-column {
  flex: 1;
}
.modal-invoice-layout .modal-invoice-column:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
@media screen and (max-width: 720px) {
  .modal-invoice-layout .modal-invoice-column:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
  }
}
.modal-invoice-layout .modal-invoice-column .input {
  margin-bottom: 20px;
}
.modal-invoice-layout .summary .summary__item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.modal-invoice-layout .summary .summary__item .summary__details {
  display: flex;
  max-width: 200px;
}
.modal-invoice-layout .summary .summary__item .summary__details .summary__count {
  flex: 1;
  margin-right: 10px;
}
.modal-invoice-layout .summary .summary__item .summary__details .summary__desc {
  flex: 10;
}
.modal-invoice-layout .summary .summary__item {
  font-size: 1rem;
  line-height: 1.375;
}
.modal-invoice-layout .summary .summary__item b,
.modal-invoice-layout .summary .summary__item strong {
  font-weight: 600;
}
.modal-invoice-layout .summary hr {
  margin: 4px 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
}

@media (min-width: 1124px) {
  #event-register-abort_modal .modal-window {
    max-width: 480px;
  }
}

#event-register-data_modal .ticket-notice {
  font-size: 0.875rem;
  line-height: 1.357;
}

.modal-abort-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 564px) {
  .modal-abort-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal-abort-actions > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .modal-abort-actions > *:not(:last-child) {
    margin-bottom: 8px;
    margin-right: 0 !important;
  }
}

.modal--loading {
  position: relative;
  border: none;
}
.modal--loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-shade-light);
  z-index: 999;
}
.modal--loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-shade);
  border-color: var(--color-shade) var(--color-shade) var(--color-shade) transparent;
  animation: modal-loading-animation 1s linear infinite;
  z-index: 1000;
}

@keyframes modal-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ce-provider, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) {
  font-family: "Grotesque";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.556;
  color: var(--color-foreground);
}
.ce-provider b, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container b, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) b,
.ce-provider strong,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container strong,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) strong {
  font-weight: 600;
}
.ce-provider a, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container a, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) a {
  text-decoration: none;
}
.ce-provider span, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container span, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) span {
  display: inline-block;
}
.ce-provider > :first-child, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > :first-child, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > :first-child {
  margin-top: 0 !important;
}
.ce-provider h1, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container h1, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) h1,
.ce-provider h2,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container h2,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) h2,
.ce-provider h3,
.ce-provider .site-events .event-listing h2,
.site-events .event-listing .ce-provider h2,
.ce-provider .site-topic .events h2,
.site-topic .events .ce-provider h2,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container h3,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) h3,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .site-events .event-listing h2,
.site-events .event-listing body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) h2,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .site-topic .events h2,
.site-topic .events body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) h2,
.ce-provider .ce-title,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-title,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-title {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
  color: var(--color-foreground);
  margin: 20px 0;
  display: block;
}
.ce-provider p, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container p, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) p,
.ce-provider .ce-p,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-p,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-p {
  width: 100%;
  margin: 20px 0;
}
.ce-provider > a, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > a, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > a,
.ce-provider > p a,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > p a,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > p a {
  color: var(--color-primary);
}
.ce-provider ul:not(.blocks-gallery-grid), body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ul:not(.blocks-gallery-grid), body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ul:not(.blocks-gallery-grid),
.ce-provider ol,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ol,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ol,
.ce-provider .ce-list,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-list,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-list {
  margin: 20px 0 20px 16px;
  display: block;
  list-style: disc;
  padding: 0;
}
.ce-provider ul:not(.blocks-gallery-grid) li, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ul:not(.blocks-gallery-grid) li, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ul:not(.blocks-gallery-grid) li,
.ce-provider ol li,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ol li,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ol li,
.ce-provider .ce-list li,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-list li,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-list li {
  margin-left: 5px;
}
.ce-provider ul:not(.blocks-gallery-grid) li:not(:last-child), body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ul:not(.blocks-gallery-grid) li:not(:last-child), body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ul:not(.blocks-gallery-grid) li:not(:last-child),
.ce-provider ol li:not(:last-child),
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ol li:not(:last-child),
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ol li:not(:last-child),
.ce-provider .ce-list li:not(:last-child),
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-list li:not(:last-child),
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-list li:not(:last-child) {
  margin-bottom: 20px;
}
.ce-provider ul:not(.blocks-gallery-grid) li::marker, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ul:not(.blocks-gallery-grid) li::marker, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ul:not(.blocks-gallery-grid) li::marker,
.ce-provider ol li::marker,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ol li::marker,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ol li::marker,
.ce-provider .ce-list li::marker,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-list li::marker,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-list li::marker {
  color: var(--color-primary);
}
.ce-provider ol, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container ol, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) ol {
  list-style: decimal;
}
.ce-provider .clearfix::after, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .clearfix::after, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.ce-provider > [class*=wp-block], body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > [class*=wp-block], body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > [class*=wp-block] {
  margin: 60px 0;
  width: 100%;
  box-sizing: border-box;
}
.ce-provider > [class*=wp-block]:first-child, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > [class*=wp-block]:first-child, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > [class*=wp-block]:first-child, .ce-provider > [class*=wp-block] > :first-child, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > [class*=wp-block] > :first-child, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > [class*=wp-block] > :first-child {
  margin-top: 0;
}
.ce-provider > .wp-block-group:first-child > .wp-block-group__inner-container > :first-child, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > .wp-block-group:first-child > .wp-block-group__inner-container > :first-child, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > .wp-block-group:first-child > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
.ce-provider .wp-block-columns .wp-block-column:last-child, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-child, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 564px) {
  .ce-provider .wp-block-gallery .blocks-gallery-item, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-item, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
  }
}
.ce-provider > figure, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > figure, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > figure,
.ce-provider .ce-image,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-image,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-image {
  width: 100%;
}
.ce-provider > figure figcaption, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container > figure figcaption, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) > figure figcaption,
.ce-provider .ce-image figcaption,
body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-image figcaption,
body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-image figcaption {
  font-size: 1rem;
  line-height: 1.375;
  color: var(--color-shade-dark);
  padding: 12px 0 20px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ce-provider .ce-gallery, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-gallery, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery {
    display: inline-block;
  }
}
.ce-provider .ce-gallery .ce-gallery__figure, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery .ce-gallery__figure, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery .ce-gallery__figure {
  margin: 15px;
  flex: 0;
  flex-basis: calc(50% - 30px);
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-gallery .ce-gallery__figure, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery .ce-gallery__figure, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery .ce-gallery__figure {
    flex: auto;
    width: 100%;
  }
}
.ce-provider .ce-gallery .ce-gallery__figure .ce-gallery__image, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery .ce-gallery__figure .ce-gallery__image, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery .ce-gallery__figure .ce-gallery__image {
  width: 100%;
  object-fit: contain;
}
.ce-provider .ce-gallery-slider, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider {
  overflow: hidden;
}
.ce-provider .ce-gallery-slider .slideshow-slides, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider .slideshow-slides, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider .slideshow-slides {
  display: flex;
}
.ce-provider .ce-gallery-slider .slideshow-slides .slide, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider .slideshow-slides .slide, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider .slideshow-slides .slide {
  flex: 1;
  flex-basis: 100%;
}
.ce-provider .ce-gallery-slider .slideshow-slides .slide img, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider .slideshow-slides .slide img, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider .slideshow-slides .slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ce-provider .ce-gallery-slider .slideshow-navigation, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider .slideshow-navigation, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider .slideshow-navigation {
  display: flex;
  justify-content: center;
}
.ce-provider .ce-gallery-slider .slideshow-navigation .dot, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider .slideshow-navigation .dot, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider .slideshow-navigation .dot {
  cursor: pointer;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: var(--color-shade);
}
.ce-provider .ce-gallery-slider .slideshow-navigation .dot.active, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider .slideshow-navigation .dot.active, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider .slideshow-navigation .dot.active {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.ce-provider .ce-gallery-slider .slideshow-navigation .dot:not(:last-child), body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-gallery-slider .slideshow-navigation .dot:not(:last-child), body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-gallery-slider .slideshow-navigation .dot:not(:last-child) {
  margin-right: 5px;
}
.ce-provider .ce-hero, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-hero, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-hero {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: var(--color-shade-light);
}
.ce-provider .ce-hero.hero--dark, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-hero.hero--dark, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-hero.hero--dark {
  color: white;
  background: var(--color-shade-darker);
}
.ce-provider .ce-hero.hero--accent, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-hero.hero--accent, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-hero.hero--accent {
  color: white;
  background: var(--color-primary);
}
.ce-provider .ce-hero.hero--accent .ce-hero__cta, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-hero.hero--accent .ce-hero__cta, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-hero.hero--accent .ce-hero__cta {
  color: white;
  border-color: white;
}
.ce-provider .ce-hero .ce-hero__title, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-hero .ce-hero__title, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-hero .ce-hero__title {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
  color: currentColor;
}
.ce-provider .ce-hero .ce-hero__desc, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-hero .ce-hero__desc, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-hero .ce-hero__desc {
  margin-top: 20px;
}
.ce-provider .ce-hero .ce-hero__cta, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-hero .ce-hero__cta, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-hero .ce-hero__cta {
  margin-top: 20px;
}
.ce-provider .ce-customer-voices, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices {
  position: relative;
}
.ce-provider .ce-customer-voices .ce-customer-voices_dots, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_dots, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_dots {
  margin-top: 20px;
}
.ce-provider .ce-customer-voices .ce-customer-voices_dots .glider-dot, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_dots .glider-dot, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_dots .glider-dot {
  height: 4px;
  width: 4px;
  margin: 2.5px;
  border: 1px solid transparent;
  background: var(--color-shade);
}
.ce-provider .ce-customer-voices .ce-customer-voices_dots .glider-dot.active, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_dots .glider-dot.active, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_dots .glider-dot.active {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.ce-provider .ce-customer-voices .ce-customer-voices_navigation, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_navigation, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides {
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-customer-voices .ce-customer-voices_slides, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides {
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .ce-provider .ce-customer-voices .ce-customer-voices_slides::-webkit-scrollbar, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides::-webkit-scrollbar, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: var(--color-foreground);
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_quote, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_quote, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_quote {
  font-family: "GuyotHeadline", serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.231;
  max-width: 565px;
  margin: 0 !important;
  display: block;
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_quote::before, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_quote::before, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_quote::before {
  content: url(assets/icons/quote.svg);
  display: block;
  margin-bottom: 20px;
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice svg + .ce-customer-voice_quote, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice svg + .ce-customer-voice_quote, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice svg + .ce-customer-voice_quote {
  margin-top: 20px !important;
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice svg + .ce-customer-voice_quote::before, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice svg + .ce-customer-voice_quote::before, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice svg + .ce-customer-voice_quote::before {
  display: none;
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_name, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_name, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_name {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.429;
  margin-top: 20px;
  display: block;
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_role, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) .wp-block-group__inner-container .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_role, body[class*=gipfel] .wp-block-column:not(.is-style-hmg-body-text-none) .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_role {
  font-size: 0.875rem;
  line-height: 1.429;
  margin-top: 5px;
  display: block;
}

:root {
  --programNavHeight: 0px;
}

.wp-block-event-program {
  --highlight-color: var(--color-primary);
  --color-bg: var(--color-shade-lighter);
  --border: none;
  scroll-margin-top: calc(var(--mainHeaderHeight) + var(--eventNavHeight));
}

.ce-program {
  margin-bottom: 24px;
}
.ce-program .ce-program_navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
  padding: 20px 0;
  background-color: #fff;
  position: sticky;
  top: 100px;
  z-index: 90;
}
@media screen and (min-width: 964px) {
  .ce-program .ce-program_navigation {
    top: 134px;
  }
}
.ce-program .ce-program_navigation .ce-program-navigation_block {
  outline: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-shade-dark);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 20px;
  margin: 5px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: transparent;
}
.ce-program .ce-program_navigation .ce-program-navigation_block:hover {
  border-color: var(--color-shade-dark);
}
.ce-program .ce-program_navigation .ce-program-navigation_block.block--active {
  border-color: var(--color-foreground);
  color: var(--color-foreground);
}
.ce-program .ce-program_blocks .ce-program_block {
  font-family: "Grotesque";
  display: none;
}
@media (print) {
  .ce-program .ce-program_blocks .ce-program_block {
    display: block;
  }
}
.ce-program .ce-program_blocks .ce-program_block.block--active {
  display: block;
}
.ce-program {
  /**
  * Accessibility enhancements for program navigation
  */
  /* Improved focus styles for keyboard navigation */
}
.ce-program .ce-program-navigation_block:focus {
  outline: 2px solid #008fcc !important;
  outline-offset: 2px;
}
.ce-program .ce-program_block:focus {
  outline: none;
}
.ce-program .ce-program_block:focus-visible {
  outline: 2px solid #008fcc;
  outline-offset: 2px;
}
.ce-program .ce-program_navigation .ce-program-navigation_block.block--active {
  color: #fff !important;
  background-color: var(--highlight-color, var(--color-primary));
  border-color: transparent !important;
}

.ce-program-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 720px) {
  .ce-program-item {
    flex-direction: column;
    padding: 20px 0;
  }
}
.ce-program-item:first-child {
  padding-top: 0;
}
.ce-program-item:last-child, .ce-program-item:last-of-type, .ce-program-item.last-item {
  border-bottom: none;
  padding-bottom: 0;
}
.ce-program-item.type-heading {
  border: none;
  padding-top: 60px;
}
@media (max-width: 720px) {
  .ce-program-item.type-heading {
    padding-top: 40px;
  }
}
.ce-program-item.type-heading .ce-program-item_heading.ce-program-item_heading--large {
  font-size: 1.5rem;
  line-height: 1.333;
}
.ce-program-item.type-heading .ce-program-item_heading.ce-program-item_heading--small {
  font-size: 1.125rem;
  line-height: 1.556;
}
.ce-program-item .ce-program-item_time-location {
  flex: 1;
  max-width: 185px;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--highlight-color);
}
@media screen and (max-width: 720px) {
  .ce-program-item .ce-program-item_time-location {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 720px) {
  .ce-program-item .ce-program-item_time-location {
    padding-right: 15px;
  }
}
.ce-program-item.type-schedule {
  --schedule-gap: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .ce-program-item.type-schedule {
    padding-right: calc(4em + var(--schedule-gap));
  }
}
.ce-program-item.type-schedule .program-item_schedule > * {
  margin-top: var(--schedule-gap);
}
@media screen and (min-width: 768px) {
  @supports (display: grid) {
    .ce-program-item.type-schedule .program-item_schedule {
      display: grid;
      overflow-x: hidden;
    }
    .ce-program-item.type-schedule .program-item_schedule.is-dragging {
      cursor: grabbing;
    }
    .ce-program-item.type-schedule .program-item_schedule.is-dragging > * {
      user-select: none;
      pointer-events: none;
    }
    .ce-program-item.type-schedule .program-item_schedule > *:not(.program-item_schedule-time-slot) {
      margin-left: var(--schedule-gap);
    }
  }
}
.ce-program-item.type-schedule .program-item_schedule-time-slot {
  grid-column: times;
  display: block;
  color: var(--highlight-color);
  font-weight: 600;
}
.ce-program-item.type-schedule .program-item_schedule-time-slot > span {
  position: relative;
  padding-top: var(--schedule-gap);
}
.ce-program-item.type-schedule .program-item_schedule-time-slot > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-shade-medium);
}
@media (max-width: 767px) {
  .ce-program-item__session + .program-item_schedule-time-slot {
    margin-top: calc(3 * var(--schedule-gap)) !important;
  }
}
@media screen and (min-width: 768px) {
  .ce-program-item.type-schedule .program-item_schedule-time-slot {
    position: sticky;
    left: 0;
    background-color: #fff;
    padding-top: calc(2 * var(--schedule-gap));
    padding-right: calc(2 * var(--schedule-gap));
    margin-top: calc(-1 * var(--schedule-gap));
    margin-right: calc(-1 * var(--schedule-gap));
  }
}
.ce-program-item.type-schedule .program-item_schedule-tracks {
  display: none;
  position: sticky;
  top: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: var(--schedule-gap) 0;
  margin-bottom: calc(-1 * var(--schedule-gap));
  background-color: #fff;
  z-index: 80;
}
@media screen and (min-width: 768px) {
  .ce-program-item.type-schedule .program-item_schedule-tracks {
    display: block;
  }
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-track-slot-wrapper {
  display: grid;
  grid-template-rows: [tracks] auto;
  overflow-x: hidden;
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-track-slot {
  display: block !important;
  margin-left: var(--schedule-gap);
  padding: 10px 5px 5px;
  min-height: 4em;
  color: #fff;
  background-color: var(--highlight-color);
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  align-content: center;
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: calc(100% - 2 * var(--schedule-gap));
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav .btn-left, .ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav .btn-right {
  padding: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: calc(4em + var(--schedule-gap));
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav .btn-left.is-disabled, .ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav .btn-right.is-disabled {
  pointer-events: none;
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav .btn-left.is-disabled > *, .ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav .btn-right.is-disabled > * {
  opacity: 0;
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav .btn-right {
  transform: translateX(100%);
  justify-content: flex-end;
}
.ce-program-item.type-schedule .program-item_schedule-tracks .program-item_schedule-tracks-nav svg path {
  stroke: var(--highlight-color);
}
.ce-program-item.type-schedule .program-item_schedule-track-subtitle {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
}
.ce-program-item.type-schedule .ce-program-item__session {
  display: block;
  padding: var(--schedule-gap);
  background-color: var(--color-bg);
  border: var(--border);
  border-radius: 8px;
  cursor: grab;
}
@media screen and (min-width: 768px) {
  .ce-program-item.type-schedule .ce-program-item__session {
    padding: calc(2 * var(--schedule-gap));
  }
}
.ce-program-item.type-schedule .ce-program-item__session.span-all {
  grid-column: track 1/-1;
}
@media (max-width: 767px) {
  .ce-program-item.type-schedule .ce-program-item__session.span-all {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .ce-program-item.type-schedule .ce-program-item__session.span-all {
    position: sticky;
    left: calc(4em + var(--schedule-gap));
  }
}
.ce-program-item.type-schedule .ce-program-item__session[data-show-modal] {
  cursor: pointer;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__wrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__title {
  color: var(--highlight-color);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__type-or-topic {
  display: block;
  margin: 0 0 0.5em 0;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__time-location {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  margin-bottom: var(--schedule-gap);
  flex: none;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser {
  margin: var(--schedule-gap) 0 calc(2 * var(--schedule-gap));
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-text {
  margin-top: 0;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-text-after-speakers {
  margin-bottom: 0;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-speakers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-speaker {
  display: flex;
  align-items: center;
  gap: var(--schedule-gap);
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-speaker-cover {
  flex-shrink: 0;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-speaker-image {
  width: 50px;
  border-radius: 50%;
  background: #fff;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-speaker-details {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__teaser .session-item__teaser-speaker-name {
  font-weight: 600;
}
.ce-program-item.type-schedule .ce-program-item__session span.session-item__session-title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  color: var(--color-shade-dark);
  padding: 6px;
  font-size: 0.6875rem;
  line-height: 1;
  margin: 5px 0 var(--schedule-gap) 0;
}
@media screen and (min-width: 768px) {
  .ce-program-item.type-schedule .ce-program-item__session span.session-item__session-title {
    display: none !important;
  }
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__show-more {
  color: var(--highlight-color);
  display: block;
  margin-top: auto;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__show-more svg {
  margin-right: 0.5em;
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__show-more svg path {
  fill: var(--highlight-color);
}
.ce-program-item.type-schedule .ce-program-item__session .session-item__details {
  display: none;
}
.ce-program-item .ce-program-item_details {
  flex: 4;
  width: 100%;
}
.ce-program-item .ce-program-item_details .ce-program-item_title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
  color: var(--color-foreground);
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .ce-program-item .ce-program-item_details .ce-program-item_title {
    margin-bottom: 16px;
  }
}
.ce-program-item .ce-program-item_details .ce-program-item .ce-program-item_title {
  font-size: 1.125rem;
  line-height: 1.333;
}
.ce-program-item .ce-program-item_details .ce-program-item.ce-program-item__parallel {
  border-bottom: none;
  padding: 0;
}
.ce-program-item .ce-program-item_details .ce-program-item.ce-program-item__parallel .ce-program-item__parallel-subtitle {
  display: block;
  font-weight: 400;
}
.ce-program-item .ce-program-item_details .ce-program-item.ce-program-item__parallel .accordion__wrapper {
  border-bottom: none;
}
.ce-program-item .ce-program-item_details .ce-program-item.ce-program-item__parallel + .ce-program-item__parallel {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ce-program-item .ce-program-item_details .ce-program-item_text {
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .ce-program-item .ce-program-item_details .ce-program-item_text {
    margin-bottom: 16px;
  }
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers {
  margin-bottom: 20px;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-program-item_speakers_heading {
  font-size: 1.125rem;
  line-height: 1.333;
  font-weight: 600;
  color: var(--color-foreground);
  margin-bottom: 10px;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker {
  display: flex;
  align-items: center;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__wrapper {
  display: flex;
  align-items: center;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker:not(:last-child) {
  margin-bottom: 20px;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__cover {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  background-color: var(--color-shade-light);
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__cover .ce-speaker__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__details .ce-speaker__name {
  font-size: 1.125rem;
  line-height: 1.333;
  font-weight: 700;
  color: var(--color-foreground);
  display: block;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__details .ce-speaker__role {
  font-size: 0.875rem;
  line-height: 1.429;
  color: var(--color-shade-dark);
  display: block;
  margin: 5px 0;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__bio, .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__cv-excerpt {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.556;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__bio {
  display: none;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker .ce-speaker__show-more {
  font-size: 0.875rem;
  line-height: 1.429;
  color: var(--highlight-color);
  display: block;
  margin: 10px 0;
}
.ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-speaker[data-show-modal] {
  cursor: pointer;
}
.ce-program-item .ce-program-item_details.accordion-item .presented-by {
  margin-top: 20px;
  color: var(--color-shade-dark);
}
.ce-program-item .ce-program-item_details.accordion-item .accordion__body {
  padding-top: 20px;
}
.ce-program-item .ce-program-item_details > :last-child {
  margin: 0;
}

.modal[data-modal-class*=ce-program-item__session] .ce-program-item__session {
  max-width: none;
}
.modal[data-modal-class*=ce-program-item__session] .session-item__details {
  display: block !important;
}
.modal[data-modal-class*=ce-program-item__session] .session-item__title, .modal[data-modal-class*=ce-program-item__session] .session-item__show-more, .modal[data-modal-class*=ce-program-item__session] .session-item__session-title, .modal[data-modal-class*=ce-program-item__session] .session-item__teaser, .modal[data-modal-class*=ce-program-item__session] .session-item__type-or-topic {
  display: none;
}
.modal[data-modal-class*=ce-program-item__session] .ce-program-item_type-or-topic p {
  margin: 20px 0;
}

@media screen {
  body[class*=gipfel] .wp-block-event-program {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body[class*=gipfel] .wp-block-event-program .ce-program {
  max-width: 870px;
  margin: 0 auto;
}
body[class*=gipfel] .wp-block-event-program .ce-program .ce-program_navigation {
  top: 50px;
}
@media screen and (min-width: 964px) {
  body[class*=gipfel] .wp-block-event-program .ce-program .ce-program_navigation {
    top: 70px;
  }
}
body[class*=gipfel] .wp-block-event-program.alignfull .ce-program {
  max-width: 100%;
}
body[class*=gipfel] .wp-block-event-program.alignwide .ce-program {
  max-width: 1165px;
}
body[class*=gipfel] .wp-block-event-program.alignwider .ce-program {
  max-width: 1165px;
}
@media screen and (min-width: 1600px) {
  body[class*=gipfel] .wp-block-event-program.alignwider .ce-program {
    max-width: 1400px;
  }
}

.speaker__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  color: var(--color-foreground);
}
.speaker__wrapper .speaker__cover {
  display: inline-block;
  height: 144px;
  width: 144px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--color-shade-light);
}
.speaker__wrapper .speaker__name {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.333;
}
.speaker__wrapper .speaker__role {
  font-size: 0.875rem;
  line-height: 1.429;
}

.topic__wrapper {
  flex: 1;
}
.topic__wrapper .topic__preview {
  position: relative;
  height: 170px;
  padding: 10px 16px;
  box-sizing: border-box;
}
.topic__wrapper .topic__preview .topic__name {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin: 0;
}
.topic__wrapper .topic__preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.08%, rgba(0, 0, 0, 0.7) 76.61%);
}
.topic__wrapper.topic--featured .topic__preview {
  height: 0;
  padding: 48% 0 0;
}
.topic__wrapper.topic--featured .topic__name {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.topic__wrapper .topic__cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.topic__wrapper .topic__name {
  position: relative;
  color: white;
  z-index: 1;
  font-size: 3rem;
  line-height: 1.083;
}
.topic__wrapper p {
  margin-top: 10px;
}

.input {
  margin: 20px 0;
}

.input-group {
  margin: 20px 0;
}

.input-field, .form-group {
  position: relative;
}

.input-field-label, .control-label {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 6px;
  color: rgb(102, 102, 102);
  text-overflow: ellipsis;
  padding: 0 6px;
  font-size: 1rem;
  line-height: 1.5;
  pointer-events: none;
  transition: all 120ms ease;
}
.input-field-element:not(:placeholder-shown) + .input-field-label, .form-control:not(:placeholder-shown) + .input-field-label, .input-field-element:not(:placeholder-shown) + .control-label, .form-control:not(:placeholder-shown) + .control-label {
  background-color: white;
  top: -9px;
  margin-top: 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
.input-field-element.input-field-element--danger + .input-field-label, .input-field-element.input-field-element--danger + .control-label {
  color: var(--color-danger);
}

.efForm {
  font-size: 0.875rem;
  line-height: 1.4;
}
.efForm h1 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.efForm form#form-tracking > h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 30px !important;
}
.efForm form#form-tracking > h2 + h3, .efForm .site-events .event-listing form#form-tracking > h2 + h2, .site-events .event-listing .efForm form#form-tracking > h2 + h2, .efForm .site-topic .events form#form-tracking > h2 + h2, .site-topic .events .efForm form#form-tracking > h2 + h2 {
  margin-top: -30px !important;
}
.efForm form#form-tracking > h3, .efForm .site-events .event-listing form#form-tracking > h2, .site-events .event-listing .efForm form#form-tracking > h2, .efForm .site-topic .events form#form-tracking > h2, .site-topic .events .efForm form#form-tracking > h2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 30px !important;
}
.efForm form#form-tracking > h3 + h3, .efForm .site-events .event-listing form#form-tracking > h2 + h3, .site-events .event-listing .efForm form#form-tracking > h2 + h3, .efForm .site-events .event-listing form#form-tracking > h3 + h2, .site-events .event-listing .efForm form#form-tracking > h3 + h2, .efForm .site-events .event-listing form#form-tracking > h2 + h2, .site-events .event-listing .efForm form#form-tracking > h2 + h2, .efForm .site-topic .events form#form-tracking > h2 + h3, .site-topic .events .efForm form#form-tracking > h2 + h3, .efForm .site-topic .events form#form-tracking > h3 + h2, .site-topic .events .efForm form#form-tracking > h3 + h2, .efForm .site-topic .events form#form-tracking > h2 + h2, .site-topic .events .efForm form#form-tracking > h2 + h2 {
  display: none;
}
.efForm .thumbnail img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  margin-right: 15px;
}
.efForm .brochure-download {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.efForm .brochure-download .brochure {
  padding: 15px;
  background: var(--color-shade-lighter);
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media (min-width: 964px) {
  .efForm .brochure-download .brochure {
    width: calc(50% - 7.5px);
  }
}
.efForm .form-group {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}
.efForm .form-group select {
  border-radius: 0;
}
.efForm .form-group.has-error .control-label {
  color: var(--color-danger);
}
.efForm .form-group.has-error input, .efForm .form-group.has-error select {
  color: var(--color-danger);
  border-color: var(--color-danger);
}
.efForm .form-group.has-error select option {
  color: var(--color-foreground);
}
.efForm .form-group.has-captcha .captcha-container {
  position: relative;
  margin-top: 10px;
}
.efForm .checkbox label {
  display: flex;
  align-items: baseline;
  font-size: 0.875rem;
  line-height: 1.429;
  cursor: pointer;
}
.efForm .checkbox a {
  border-bottom: 1px solid var(--color-primary);
}
.efForm .checkbox a:hover {
  color: var(--color-primary-dark);
}
.efForm .checkbox.has-error {
  border: 1px solid var(--color-danger);
  color: var(--color-danger);
  padding: 10px;
}
.efForm button[type=submit] {
  margin-top: 10px;
  display: block;
  width: auto !important;
}

.input-field-element, .form-control {
  border: 1px solid #AFAFAF;
  box-sizing: border-box;
  height: 44px;
  padding: 0 12px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.input-field-element:focus, .form-control:focus {
  outline: 2px solid #008fcc;
  outline-offset: 2px;
}
.input-field-element::placeholder, .form-control::placeholder {
  color: transparent;
}

.input-field-element.input-field-element--danger {
  border-color: var(--color-danger);
}

.input-field-element-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 12px;
}

.input-field-element[type=text] ~ .input-field-element-toggle {
  background: url(./assets/icons/visible-24.svg);
}

.input-field-element[type=password] ~ .input-field-element-toggle {
  background: url(./assets/icons/hidden-24.svg);
}

.input-error {
  display: none;
  margin-top: 8px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.357;
  color: #AE2727;
}
.input-error.--active {
  display: block;
}

/**
 * Checkbox
 */
.input--checkbox {
  white-space: nowrap;
  user-select: none;
}
.input--checkbox span {
  display: flex;
  align-items: center;
}
.input--checkbox span:before {
  margin-right: 8px;
  content: "";
  display: block;
  background: white;
  border: 1px solid #AFAFAF;
  width: 14px;
  height: 14px;
}
.input--checkbox:hover span:before {
  border-color: #ef7c01;
}
.input--checkbox .input-element--checkbox:checked + span:before {
  border-color: #ef7c01;
  background: #ef7c01 no-repeat center;
  background-image: url(./assets/icons/check-24.svg);
}

.input-element--checkbox {
  visibility: hidden;
  display: none;
}

/* Global checkbox */
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.checkbox-container .checkbox-container__checkbox {
  position: relative;
  display: inline-block;
  min-width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  margin-right: 10px;
  top: 2px;
  flex: 1 0 auto;
}
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input[type=checkbox]:checked ~ .checkbox-container__checkbox {
  border-color: transparent;
  background: var(--color-primary);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzc0IDAuNjY4MTNDMTEuNTU3MyAwLjg3NDY3MSAxMS41Mzg0IDEuMTkwNjkgMTEuMzMxOSAxLjM3Mzk4TDQuNTcwNzUgNy4zNzM5OEM0LjM4MTQgNy41NDIwMSA0LjA5NjM0IDcuNTQyMDEgMy45MDY5OSA3LjM3Mzk4TDAuNjY4MTI5IDQuNDk5NzNDMC40NjE1ODggNC4zMTY0NCAwLjQ0MjczOSA0LjAwMDQyIDAuNjI2MDI5IDMuNzkzODhDMC44MDkzMTkgMy41ODczNCAxLjEyNTM0IDMuNTY4NDkgMS4zMzE4OCAzLjc1MTc4TDQuMjM4ODcgNi4zMzE1MUwxMC42NjgxIDAuNjI2MDI5QzEwLjg3NDcgMC40NDI3MzkgMTEuMTkwNyAwLjQ2MTU4OCAxMS4zNzQgMC42NjgxM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-filter__wrapper,
.checkbox-container:focus,
.checkbox-container:active,
.checkbox-container input,
.checkbox-container input:focus,
.checkbox-container input:active {
  outline: 0 !important;
}

.checkbox-container__checkbox:focus {
  outline: 2px solid #008fcc;
  outline-offset: 2px;
}

.topic_filters__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 964px) {
  .topic_filters__layout {
    flex-direction: column;
    align-items: flex-start;
  }
}
.topic_filters__layout .topic_filters__label {
  color: var(--color-primary);
}
.topic_filters__layout .accordion__wrapper {
  border: none;
}
.topic_filters__layout .accordion__wrapper .accordion__head {
  justify-content: flex-start;
  align-items: baseline;
}
.topic_filters__layout .accordion__wrapper .accordion__caret {
  width: 16px;
  height: auto;
}
.topic_filters__layout .accordion__wrapper .accordion__caret path {
  fill: var(--color-primary);
}

.topic_filters__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media screen and (max-width: 964px) {
  .topic_filters__wrapper {
    width: 100%;
  }
}
.topic_filters__wrapper .topic_filter__wrapper {
  margin: 5px;
}

.topic_filter__wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  pointer-events: none;
}
.topic_filter__wrapper input[type=checkbox]:checked ~ label {
  color: var(--color-foreground);
  border-color: var(--color-foreground);
}
.topic_filter__wrapper label {
  user-select: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.286;
  color: var(--color-shade);
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: transparent;
}
body.theme-dark .topic_filter__wrapper {
  border-color: #d8d8d8;
}
.topic_filter__wrapper.topic_filter--orange label {
  border: 0;
  background: var(--color-secondary);
}
.topic_filter__wrapper.topic_filter--undecorated label {
  text-transform: none;
}
.topic_filter__wrapper.topic_filter--undecorated label::before {
  content: "";
  display: none;
}

/* FILTER COMPONENT */
.filters__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}
.filters__wrapper .filters__select {
  position: relative;
  display: none;
  align-items: center;
  height: 44px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  background: var(--color-background);
}
body.theme-dark .filters__wrapper .filters__select {
  background: var(--color-shade-medium);
}
.filters__wrapper .filters__select select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filters__wrapper .filters__select svg {
  margin-left: 15px;
}

.filter__wrapper:not(.filter--checkbox) {
  cursor: pointer;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--color-foreground);
  height: 44px;
  padding: 0 20px;
  margin: 5px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: var(--color-background);
}
body.theme-dark .filter__wrapper:not(.filter--checkbox) {
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--color-shade-medium);
}
.filter__wrapper:not(.filter--checkbox) > input {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  outline: none;
  height: 100%;
  width: 100%;
  display: inline-block;
  margin: 0 -20px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 0;
  background: transparent;
}
.filter__wrapper:not(.filter--checkbox) > input:active {
  color: inherit;
  color: currentColor;
}
.filter__wrapper:not(.filter--checkbox) > input::placeholder {
  opacity: 1;
  color: var(--color-foreground);
}
.filter__wrapper:not(.filter--checkbox) .filter__value {
  user-select: none;
  color: var(--color-shade-dark);
}
.filter__wrapper:not(.filter--checkbox) .filter__value.active {
  color: var(--color-foreground);
}
.filter__wrapper:not(.filter--checkbox):focus-within {
  border-color: var(--color-foreground);
}
.filter__wrapper:not(.filter--checkbox):focus-within .filter__value {
  color: var(--color-foreground);
}

.filter__wrapper.filter--checkbox {
  margin-left: 10px;
}

/* FILTER MODAL COMPONENT */
.filter_modal__wrapper {
  z-index: 5;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: var(--color-background);
}
.filter_modal__wrapper button.btn__wrapper:not(:first-child), .filter_modal__wrapper button.modal-button:not(:first-child), .filter_modal__wrapper .efForm .brochure-download .brochure button.btn:not(:first-child), .efForm .brochure-download .brochure .filter_modal__wrapper button.btn:not(:first-child) {
  margin-left: 10px;
}

.filter_modal__wrapper.modal--period .period-value {
  z-index: 1;
}

.filter_modal__wrapper.modal--period .timeframepicker {
  opacity: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 30px;
  bottom: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.5px;
  color: var(--color-primary);
  border: 0;
  background: transparent;
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period .timeframepicker {
    left: calc(50% - 84px);
    bottom: 92px;
  }
}
.filter_modal__wrapper.modal--period .timeframepicker::placeholder {
  opacity: 1;
  color: currentColor;
}
.filter_modal__wrapper.modal--period .timeframepicker::after {
  content: "";
  width: 7px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: rotate(90deg);
  padding: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42NDY0NDYgMTMuMzUzNkMwLjQ1MTE4NCAxMy4xNTgzIDAuNDUxMTg1IDEyLjg0MTcgMC42NDY0NDcgMTIuNjQ2NEw2LjI5Mjg5IDcuMDAwMDFMMC42NDY0NDcgMS4zNTM1NUMwLjQ1MTE4NCAxLjE1ODI5IDAuNDUxMTg1IDAuODQxNzA5IDAuNjQ2NDQ3IDAuNjQ2NDQ2QzAuODQxNzA5IDAuNDUxMTg0IDEuMTU4MjkgMC40NTExODUgMS4zNTM1NSAwLjY0NjQ0N0w3LjM1MzU1IDYuNjQ2NDZDNy40NDczMiA2Ljc0MDIyIDcuNSA2Ljg2NzQgNy41IDcuMDAwMDFDNy41IDcuMTMyNjIgNy40NDczMiA3LjI1OTggNy4zNTM1NSA3LjM1MzU2TDEuMzUzNTUgMTMuMzUzNkMxLjE1ODI5IDEzLjU0ODggMC44NDE3MDggMTMuNTQ4OCAwLjY0NjQ0NiAxMy4zNTM2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}

.filter_modal__wrapper.modal--period > .daterangepicker {
  left: 0 !important;
  width: max-content;
  font-family: inherit;
  color: currentColor;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: var(--color-background);
}
.filter_modal__wrapper.modal--period > .daterangepicker .timeframepicker {
  opacity: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42NDY0NDcgMC42NDY0NDZDMC44NDE3MDkgMC40NTExODQgMS4xNTgyOSAwLjQ1MTE4NSAxLjM1MzU1IDAuNjQ2NDQ3TDYuOTk5OTkgNi4yOTI4OUwxMi42NDY0IDAuNjQ2NDQ2QzEyLjg0MTcgMC40NTExODQgMTMuMTU4MyAwLjQ1MTE4NSAxMy4zNTM2IDAuNjQ2NDQ3QzEzLjU0ODggMC44NDE3MDkgMTMuNTQ4OCAxLjE1ODI5IDEzLjM1MzYgMS4zNTM1NUw3LjM1MzU0IDcuMzUzNTVDNy4yNTk3OCA3LjQ0NzMyIDcuMTMyNiA3LjUgNi45OTk5OSA3LjVDNi44NjczOCA3LjUgNi43NDAyIDcuNDQ3MzIgNi42NDY0NCA3LjM1MzU1TDAuNjQ2NDQ2IDEuMzUzNTVDMC40NTExODQgMS4xNTgyOSAwLjQ1MTE4NSAwLjg0MTcwOCAwLjY0NjQ0NyAwLjY0NjQ0NloiIGZpbGw9IiNlZjdjMDAiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  padding-right: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .timeframepicker.open {
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMzUzNiA3LjM1MzU1QzEzLjE1ODMgNy41NDg4MiAxMi44NDE3IDcuNTQ4ODIgMTIuNjQ2NCA3LjM1MzU1TDcuMDAwMDEgMS43MDcxMUwxLjM1MzU1IDcuMzUzNTVDMS4xNTgyOSA3LjU0ODgxIDAuODQxNzA5IDcuNTQ4ODEgMC42NDY0NDYgNy4zNTM1NUMwLjQ1MTE4NCA3LjE1ODI5IDAuNDUxMTg1IDYuODQxNzEgMC42NDY0NDcgNi42NDY0NUw2LjY0NjQ2IDAuNjQ2NDQ2QzYuNzQwMjIgMC41NTI2NzggNi44Njc0IDAuNDk5OTk5IDcuMDAwMDEgMC40OTk5OTlDNy4xMzI2MiAwLjQ5OTk5OSA3LjI1OTggMC41NTI2NzggNy4zNTM1NiAwLjY0NjQ0NkwxMy4zNTM2IDYuNjQ2NDVDMTMuNTQ4OCA2Ljg0MTcxIDEzLjU0ODggNy4xNTgyOSAxMy4zNTM2IDcuMzUzNTVaIiBmaWxsPSIjRUY3QzAwIi8+Cjwvc3ZnPgo=");
}
.filter_modal__wrapper.modal--period > .daterangepicker.show-calendar {
  min-width: 648px;
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period > .daterangepicker.show-calendar {
    min-width: 0;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker::after, .filter_modal__wrapper.modal--period > .daterangepicker::before {
  display: none;
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul {
  padding: 30px;
}
@media (min-width: 564px) {
  .filter_modal__wrapper.modal--period > .daterangepicker .ranges ul {
    width: auto;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul li {
  font-size: 0.875rem;
  line-height: 1.429;
  color: var(--color-foreground);
  background: transparent !important;
  padding: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul li:hover {
  text-decoration: underline;
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul li:not(:last-child) {
  margin-bottom: 15px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons {
  padding: 20px 30px;
  border-color: var(--color-shade-light);
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons {
    margin-top: 64px;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons .applyBtn {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.5px;
  padding: 0 10px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons .btn__clear {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.5px;
  color: var(--color-primary);
  padding: 0 10px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-selected {
  display: none;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar {
  max-width: initial;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar.left {
  padding: 0 15px 0 30px;
  margin: 30px 0;
  border-right: 1px solid var(--color-shade-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar.right {
  padding: 0 30px 0 15px;
  margin: 30px 0;
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar.right {
    float: initial;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table {
  border-color: var(--color-background);
  background: var(--color-background);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table .month {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  color: var(--color-foreground);
  padding-bottom: 10px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th {
  font-size: 0.875rem;
  line-height: 1.143;
  font-weight: 400;
  color: var(--color-shade);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next, .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev {
  padding-bottom: 6px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next:hover, .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev:hover {
  background: none;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next > span, .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev > span {
  width: 7px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: none;
  padding: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next {
  text-align: right;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next > span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42NDY0NDYgMTMuMzUzNkMwLjQ1MTE4NCAxMy4xNTgzIDAuNDUxMTg1IDEyLjg0MTcgMC42NDY0NDcgMTIuNjQ2NEw2LjI5Mjg5IDcuMDAwMDFMMC42NDY0NDcgMS4zNTM1NUMwLjQ1MTE4NCAxLjE1ODI5IDAuNDUxMTg1IDAuODQxNzA5IDAuNjQ2NDQ3IDAuNjQ2NDQ2QzAuODQxNzA5IDAuNDUxMTg0IDEuMTU4MjkgMC40NTExODUgMS4zNTM1NSAwLjY0NjQ0N0w3LjM1MzU1IDYuNjQ2NDZDNy40NDczMiA2Ljc0MDIyIDcuNSA2Ljg2NzQgNy41IDcuMDAwMDFDNy41IDcuMTMyNjIgNy40NDczMiA3LjI1OTggNy4zNTM1NSA3LjM1MzU2TDEuMzUzNTUgMTMuMzUzNkMxLjE1ODI5IDEzLjU0ODggMC44NDE3MDggMTMuNTQ4OCAwLjY0NjQ0NiAxMy4zNTM2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev {
  text-align: left;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev > span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNTM1NSAwLjY0NjQ0N0M3LjU0ODgyIDAuODQxNzA5IDcuNTQ4ODIgMS4xNTgyOSA3LjM1MzU1IDEuMzUzNTVMMS43MDcxMSA2Ljk5OTk5TDcuMzUzNTUgMTIuNjQ2NEM3LjU0ODgyIDEyLjg0MTcgNy41NDg4MiAxMy4xNTgzIDcuMzUzNTUgMTMuMzUzNkM3LjE1ODI5IDEzLjU0ODggNi44NDE3MSAxMy41NDg4IDYuNjQ2NDUgMTMuMzUzNkwwLjY0NjQ0NiA3LjM1MzU0QzAuNTUyNjc4IDcuMjU5NzggMC41IDcuMTMyNiAwLjUgNi45OTk5OUMwLjUgNi44NjczOCAwLjU1MjY3OSA2Ljc0MDIgMC42NDY0NDcgNi42NDY0NEw2LjY0NjQ1IDAuNjQ2NDQ2QzYuODQxNzEgMC40NTExODQgNy4xNTgyOSAwLjQ1MTE4NSA3LjM1MzU1IDAuNjQ2NDQ3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td {
  font-size: 0.875rem;
  line-height: 1.429;
  width: 44px;
  height: 28px;
  min-width: 0;
  min-height: 0;
  border: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td:hover {
  background: var(--color-shade-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td:hover.off {
  background: transparent;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.in-range:not(.off):not(.active) {
  background: var(--color-secondary-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.off {
  color: var(--color-shade);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.today {
  font-weight: 600;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off) {
  z-index: 1;
  position: relative;
  font-weight: 600;
  color: white;
  background: transparent;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off)::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-primary);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off)::before {
    left: 5px;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off)::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: var(--color-secondary-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off).end-date::after {
  left: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off).start-date.end-date::after {
  display: none;
}

.filter_modal__wrapper.modal--checkbox {
  display: none;
  cursor: default;
  padding: 30px;
  width: 296px;
  box-sizing: border-box;
}
.filter_modal__wrapper.modal--checkbox .choices .choice {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
}
.filter_modal__wrapper.modal--checkbox .choices .choice:not(:last-child) {
  margin-bottom: 16px;
}
.filter_modal__wrapper.modal--checkbox .choices .choice .checkbox {
  position: relative;
  min-width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
}
.filter_modal__wrapper.modal--checkbox .choices .choice .checkbox::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 7px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzc0IDAuNjY4MTNDMTEuNTU3MyAwLjg3NDY3MSAxMS41Mzg0IDEuMTkwNjkgMTEuMzMxOSAxLjM3Mzk4TDQuNTcwNzUgNy4zNzM5OEM0LjM4MTQgNy41NDIwMSA0LjA5NjM0IDcuNTQyMDEgMy45MDY5OSA3LjM3Mzk4TDAuNjY4MTI5IDQuNDk5NzNDMC40NjE1ODggNC4zMTY0NCAwLjQ0MjczOSA0LjAwMDQyIDAuNjI2MDI5IDMuNzkzODhDMC44MDkzMTkgMy41ODczNCAxLjEyNTM0IDMuNTY4NDkgMS4zMzE4OCAzLjc1MTc4TDQuMjM4ODcgNi4zMzE1MUwxMC42NjgxIDAuNjI2MDI5QzEwLjg3NDcgMC40NDI3MzkgMTEuMTkwNyAwLjQ2MTU4OCAxMS4zNzQgMC42NjgxM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
}
.filter_modal__wrapper.modal--checkbox .choices .choice input {
  z-index: 2;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.filter_modal__wrapper.modal--checkbox .choices .choice input:checked ~ .checkbox {
  border-color: transparent;
  background: var(--color-primary);
}
.filter_modal__wrapper.modal--checkbox .choices .choice input:checked ~ .checkbox::after {
  opacity: 1;
}
.filter_modal__wrapper.modal--checkbox .choices .choice label {
  font-size: 0.875rem;
  line-height: 1.429;
  margin: -3px 0 0 10px;
}
.filter_modal__wrapper.modal--checkbox .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid var(--color-shade-light);
}
.filter_modal__wrapper.modal--checkbox .actions .apply {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.5px;
  padding: 0 10px;
}
.filter_modal__wrapper.modal--checkbox .actions .cancel {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.5px;
  color: var(--color-primary);
  padding: 0 10px;
}

/* PAGINATION COMPONENT */
.pagination__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination__wrapper .pagination__current_page {
  color: var(--color-shade);
  display: block;
  margin-bottom: 10px;
}
.pagination__wrapper .pagination-post-links {
  display: flex;
}
.pagination__wrapper .pagination-post-links > a + a {
  margin-left: 10px;
}
.pagination__wrapper .pagination-post-links__back {
  padding: 0 10px;
}
.pagination__wrapper .pagination-post-links__back path {
  fill: var(--color-primary);
}
.pagination__wrapper .pagination-post-links__back:hover path {
  fill: var(--color-primary-darker);
}

.accordion__wrapper {
  font-size: 1.125rem;
  line-height: 1.333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  scroll-margin-top: calc(var(--mainHeaderHeight) + var(--eventNavHeight) + var(--programNavHeight));
  /*   &:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
    } */
}
.accordion__wrapper[open] > .accordion__head > .accordion__caret {
  transform: rotate(180deg);
}
.accordion__wrapper .accordion__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  list-style: none;
  padding: 20px 0;
}
.accordion__wrapper .accordion__head ::-webkit-details-marker {
  display: none;
}
.accordion__wrapper .accordion__head > .accordion__caret {
  flex-shrink: 0;
  margin-left: 15px;
}
.accordion__wrapper .accordion__body {
  padding-bottom: 20px;
}

.wp-block-accordion-container > .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-accordion-container > .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.missing-consent-notice {
  background-color: var(--color-shade-lighter);
  margin: 20px 0;
  padding: 20px;
  display: none;
}
.missing-consent-notice.show {
  display: block !important;
}
.missing-consent-notice__title {
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 600;
  margin-bottom: 20px;
}
.missing-consent-notice__text {
  margin-bottom: 20px;
}
.missing-consent-notice__button {
  background-color: var(--color-primary);
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  line-height: 1.375;
  border: none;
  padding: 11px 14px;
  margin-bottom: 20px;
  outline: none;
  cursor: pointer;
}
.missing-consent-notice__button:hover {
  background-color: var(--color-primary-dark);
}
.missing-consent-notice a {
  text-decoration: underline;
}

.not-consented {
  display: none !important;
}

.event-register-discount {
  position: relative;
}
.event-register-discount .accordion__wrapper {
  border: none;
}
.event-register-discount .accordion__wrapper .accordion__head {
  padding: 0;
  font-weight: 400;
}
.event-register-discount .accordion__wrapper .accordion__body {
  padding: 0;
}
.event-register-discount .accordion__wrapper .accordion__body h4 {
  font-size: 1.375rem;
  line-height: 1.355;
}
.event-register-discount .accordion__wrapper .accordion__caret {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.event-register-discount .accordion__wrapper .btn__wrapper, .event-register-discount .accordion__wrapper .modal-button, .event-register-discount .accordion__wrapper .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .event-register-discount .accordion__wrapper .btn {
  display: block;
  margin-top: 10px;
}
.event-register-discount .accordion__wrapper .item:not(:last-child) {
  margin-bottom: 40px;
}
.event-register-discount .accordion__wrapper h4 {
  font-weight: 400;
}
.event-register-discount .accordion__wrapper h4:not(:first-child) {
  margin-top: 20px;
}
.event-register-discount .accordion__wrapper h4:not(:last-child) {
  margin-bottom: 20px;
}
.event-register-discount .accordion__wrapper h4 strong {
  font-weight: 600;
}
.event-register-discount .accordion__wrapper button {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid var(--color-success);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-success);
  background: none;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.event-register-discount .accordion__wrapper button .copy-code {
  display: none;
}
.event-register-discount .accordion__wrapper button .copy-code svg {
  vertical-align: middle;
}
.event-register-discount .accordion__wrapper button .copy-code small {
  font-weight: 600;
}
.event-register-discount .accordion__wrapper button:hover::after {
  display: flex;
}
.event-register-discount .accordion__wrapper button::after {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  font-size: 80%;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  content: url(./assets/icons/copy.svg) "  Code kopieren";
  white-space: pre-wrap;
}
.event-register-discount .accordion__wrapper button.copied::after {
  content: url(./assets/icons/check-success.svg) "  Code kopiert";
}
.event-register-discount .accordion__wrapper .description {
  color: var(--color-shade);
}
.event-register-discount .accordion__wrapper[open] .accordion__head > div * {
  display: none;
}
.event-register-discount .success {
  color: var(--color-success);
}

.hmg-box {
  padding: 20px;
  margin: 40px 0;
  background-color: var(--color-shade-light);
}
.hmg-box:first-child {
  margin-top: 0;
}
.hmg-box:last-child {
  margin-bottom: 0;
}
.hmg-box > :first-child {
  margin-top: 0;
}
.hmg-box > :last-child {
  margin-bottom: 0;
}
.hmg-box.dark {
  background-color: var(--color-shade-darker);
  color: #fff;
}
.hmg-box.accent {
  background-color: var(--color-primary);
  color: #fff;
}
.hmg-box.success {
  background-color: var(--color-success);
  color: #fff;
}
.hmg-box.danger {
  background-color: var(--color-danger);
  color: #fff;
}
.hmg-box.bordered {
  background-color: transparent;
  border: 1px solid var(--color-shade);
  color: inherit;
}
.hmg-box.bordered.dark {
  border-color: var(--color-shade-darker);
}
.hmg-box.bordered.accent {
  border-color: var(--color-primary);
}
.hmg-box.bordered.success {
  border-color: var(--color-success);
}
.hmg-box.bordered.danger {
  border-color: var(--color-danger);
}

.hygiene-note {
  font-size: 0.9375rem;
  line-height: 1.4;
}

.toast-message {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  color: #fff;
  background-color: var(--color-shade-darker);
}
.toast-message.toast-message--success {
  background-color: var(--color-success);
}
.toast-message.toast-message--error {
  background-color: var(--color-danger);
}
.toast-message .container {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  display: flex;
  align-items: center;
}
.toast-message .toast-message__message {
  font-size: 0.875rem;
  line-height: 1.357;
  flex: 1 1 auto;
}
.toast-message .toast-message__close {
  width: 24px;
  height: 24px;
}
.toast-message .toast-message__close svg {
  display: block;
  cursor: pointer;
}

.user-menu__name {
  font-family: "Grotesque";
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-menu__avatar {
  background-color: var(--color-primary);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  font-size: 1.625rem;
  font-family: "Druk";
  line-height: 1.192;
  margin-right: 0.5em;
  text-transform: uppercase;
  text-align: center;
  flex: 0 0 auto;
}
.user-menu__userinfo {
  flex: 1 1 auto;
  overflow: hidden;
}
.user-menu__email {
  font-size: 1rem;
  line-height: 1.375;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.user-menu__userdata {
  border-bottom: 1px solid var(--color-shade-light);
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1em;
  padding-bottom: 1em;
  align-items: center;
}
.user-menu__item {
  display: flex;
  align-items: center;
  height: 44px;
}
.user-menu__item a {
  color: #000;
}
.user-menu__item a:hover {
  color: var(--color-primary-dark);
}
.user-menu__item a:focus {
  outline: 3px solid #fcdcb9;
}
.user-menu__item a:active {
  color: var(--color-primary-darker);
}
.user-menu__settings {
  font-size: 1rem;
  line-height: 1.625;
  list-style: none;
}

/* Navigation
--------------------------------------------- */
nav {
  position: sticky;
  z-index: 7;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-shade-light);
  background: var(--color-background);
}
nav.is-fixed {
  position: fixed;
}
@media screen and (max-width: 964px) {
  nav {
    height: 50px;
  }
}
nav .logo {
  margin: 0;
}
nav .logo img {
  display: block;
  margin-right: 30px;
  max-width: 100%;
}
@media screen and (max-width: 564px) {
  nav .logo {
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  nav .logo-mobile {
    display: none;
  }
}
@media (max-width: 720px) {
  nav .logo-desktop {
    display: none;
  }
}
nav .search__wrapper {
  width: 335px;
  flex: 1;
}
@media screen and (max-width: 1124px) {
  nav .search__wrapper {
    display: none;
  }
}
nav #menu_opener {
  padding: 0;
}
nav .links {
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 1648px) {
  nav .links {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  nav .links {
    padding: 0;
  }
}
nav .links li {
  display: inline-block;
}
nav .links li:not(:last-child) {
  margin-right: 30px;
}
nav .links a {
  transition: opacity ease 0.06s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
nav .links a:hover {
  opacity: 0.72;
}
nav .current_page_item a {
  color: var(--color-primary);
}
nav .action__wrapper {
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 32px;
  border: 0;
  background: transparent;
}
nav .action__wrapper:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 964px) {
  nav .action__wrapper:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  nav .action__wrapper:not(:last-child) {
    margin-right: 10px;
  }
}
nav .action__wrapper:last-child {
  margin-right: 0;
}
nav .action__wrapper.highlighted {
  transition: background ease 0.06s;
  color: white;
  padding: 0 10px;
  background: var(--color-primary);
}
nav .action__wrapper.highlighted span {
  margin: 0;
}
nav .action__wrapper.highlighted:hover {
  background: var(--color-primary-dark);
}
nav .action__wrapper.highlighted:active {
  background: var(--color-primary-darker);
}
@media screen and (min-width: 1124px) {
  nav .action__wrapper.action--search {
    display: none;
  }
}
@media screen and (min-width: 1648px) {
  nav .action__wrapper.action--menu {
    display: none;
  }
}
nav .action__wrapper .action__icon {
  height: 24px;
  width: 24px;
}
nav .action__wrapper .action__label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 720px) {
  nav .action__wrapper .action__label {
    display: none;
  }
}

nav li.menu-item.has-external-link a::after, .mobile-navigation li.menu-item.has-external-link a::after {
  content: "";
  background-image: url(assets/icons/externallink-24.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  filter: invert(1);
  margin-left: 8px;
  vertical-align: middle;
}

.mobile-navigation {
  pointer-events: none;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.mobile-navigation.is-open {
  pointer-events: all;
}
.mobile-navigation.is-open .card {
  transform: translateX(0);
}
.mobile-navigation.is-open .overlay {
  opacity: 1;
}
.mobile-navigation .card {
  transition: transform ease 0.3s;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 375px;
  padding: 50px 20px;
  box-sizing: border-box;
  background: var(--color-background);
  overflow: auto;
}
@media screen and (max-width: 564px) {
  .mobile-navigation .card {
    width: 290px;
  }
}
.mobile-navigation .card #menu_closer {
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  color: var(--color-foreground);
  background: transparent;
}
.mobile-navigation .card #menu_closer:hover {
  color: var(--color-shade-dark);
}
.mobile-navigation .card .menus .menu {
  padding-left: 0;
}
.mobile-navigation .card .menus .menu li {
  margin-bottom: 10px;
}
.mobile-navigation .card .menus .menu li:last-child {
  margin-bottom: 0;
}
.mobile-navigation .card .menus .menu li a {
  display: block;
  line-height: 2.75;
}
.mobile-navigation .card .menus .menu li.has-external-link a:hover::after {
  filter: brightness(0) saturate(100%) invert(48%) sepia(63%) saturate(4827%) hue-rotate(7deg) brightness(100%) contrast(101%);
}
.mobile-navigation .card .menus .menu--primary li a {
  font-weight: 600;
}
.mobile-navigation .card .menus .menu--primary li a:hover {
  color: var(--color-primary-dark);
}
.mobile-navigation .card .menus .menu--primary li.current_page_item a {
  color: var(--color-primary);
}
.mobile-navigation .card .menus .menu--secondary li a {
  color: var(--color-shade);
}
.mobile-navigation .card .menus .menu--secondary li a:hover {
  color: var(--color-primary-dark);
}
.mobile-navigation .card .menus .menu--secondary li.current_page_item a {
  color: var(--color-primary);
}
.mobile-navigation .card .menus > div {
  padding: 30px 0;
}
.mobile-navigation .card .menus > div:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation .card .menus > div:last-child {
  padding-bottom: 0;
}
.mobile-navigation .card .menus .links > ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-navigation .card .menus .links.links--secondary li {
  font-weight: 400;
  color: var(--color-shade);
}
.mobile-navigation .card .menus .links li {
  display: inline;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-foreground);
}
.mobile-navigation .card .menus .links li:hover {
  color: var(--color-shade-dark);
}
.mobile-navigation .card .menus .links li.current-page-ancestor, .mobile-navigation .card .menus .links li.current-menu-item {
  color: var(--color-primary);
}
.mobile-navigation .card .menus .links li:not(:last-child) {
  margin-bottom: 12px;
}
.mobile-navigation .overlay {
  z-index: -1;
  transition: opacity ease 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#page > footer {
  margin-top: 60px;
}
#page > footer #back-to-top {
  margin: 60px auto;
}
#page > footer #back-to-top.hidden {
  display: none;
}
#page > footer .feedback {
  margin: 60px 0 40px;
}
#page > footer .feedback .layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page > footer .feedback p {
  color: var(--color-foreground);
  margin-bottom: 20px;
}
#page > footer .foot {
  color: white;
  padding: 40px 0;
  background: var(--color-shade-darker);
}
#page > footer .foot .cooperation .cooperation-by {
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 564px) {
  #page > footer .foot .cooperation .cooperation-by {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  #page > footer .foot .cooperation .logos {
    flex-direction: column;
  }
}
#page > footer .foot .cooperation .logo {
  height: 26px;
}
#page > footer .foot .cooperation .logo:not(:last-child) {
  margin-right: 36px;
}
@media screen and (max-width: 720px) {
  #page > footer .foot .cooperation .logo:not(:last-child) {
    margin: 0 0 20px;
  }
}
#page > footer .foot .copyright {
  margin-top: 80px;
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright {
    margin-top: 40px;
  }
}
#page > footer .foot .copyright .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  #page > footer .foot .copyright .layout {
    flex-direction: column;
  }
}
#page > footer .foot .copyright .layout .links {
  display: flex;
  padding-left: 0;
}
@media screen and (max-width: 1600px) {
  #page > footer .foot .copyright .layout .links {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .links {
    flex-direction: column;
    align-items: center;
  }
}
#page > footer .foot .copyright .layout .links li {
  white-space: nowrap;
}
#page > footer .foot .copyright .layout .links li:hover {
  text-decoration: underline;
}
#page > footer .foot .copyright .layout .links li:not(:last-child) {
  margin-right: 10px;
}
#page > footer .foot .copyright .layout .links li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  margin-left: 10px;
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .links li:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .links li:not(:last-child) {
    margin: 0 0 10px;
  }
}
#page > footer .foot .copyright .layout .notice {
  color: var(--color-shade);
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .notice {
    text-align: center;
    font-size: 0.875rem;
  }
}

body.search #back-to-top .wrapper {
  max-width: 865px;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 40px 0 0;
}

body.page-template-events-filterable .entry-content,
body.page-template-event-listing .entry-content,
body.post-type-archive .entry-content {
  margin-top: 0;
}

body.page-template-events-filterable .wp-block-event-listing:first-of-type,
body.page-template-event-listing .wp-block-event-listing:first-of-type {
  margin-top: 0;
}
body.page-template-events-filterable .wp-block-event-listing:first-of-type.is-style-grid .events,
body.page-template-event-listing .wp-block-event-listing:first-of-type.is-style-grid .events {
  margin: -20px -15px;
}
body.page-template-events-filterable .wp-block-event-listing .event-listing__title,
body.page-template-event-listing .wp-block-event-listing .event-listing__title {
  font-family: "Druk";
  font-size: 2.25rem;
  line-height: 1.111;
  font-weight: 500;
  margin: 0;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.glider-dots .glider-dot {
  height: 4px;
  width: 4px;
  margin: 2.5px;
  background: white;
}
.glider-dots .glider-dot.active {
  height: 5px;
  width: 5px;
  transform: translateY(-0.5px);
  background: var(--color-primary);
}

.glider-nav {
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 720px) {
  .glider-nav {
    display: none;
  }
}
.glider-nav .glider-nav-button {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.glider-nav .glider-nav-button.disabled {
  opacity: 0;
  cursor: default;
  visibility: hidden;
}
.glider-nav .glider-nav-button > svg {
  height: 36px;
  width: 36px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.glider-next {
  right: 15px !important;
}

.glider-prev {
  left: 15px !important;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

/* Blocks
--------------------------------------------- */
.home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
  width: 100%;
}
@media screen and (min-width: 564px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 720px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 1124px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(16.6666666667% - 30px);
  }
}
@media screen and (min-width: 1440px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(12.5% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .event-template-default .wp-block-event-listing.is-style-grid .events .event__wrapper {
    width: calc(33.3333333333% - 30px);
  }
}

/**
 * Native WP Video Embed Block
 */
.wp-embed-aspect-16-9 > div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.wp-embed-aspect-16-9 > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hybrid-advantages .wp-block-columns {
  row-gap: 0;
}

body:not(.has-sidebar):not(.event-template-event-gipfel) .alignfull {
  margin-left: calc((var(--ef-client-width) - 100%) * -0.5);
  margin-right: calc((var(--ef-client-width) - 100%) * -0.5);
  width: auto;
  max-width: var(--ef-client-width);
}
@media (min-width: 1124px) {
  body:not(.has-sidebar):not(.event-template-event-gipfel) .alignwide {
    width: auto;
    margin-left: calc((100vw - 100% - 80px) * -0.5);
    margin-right: calc((100vw - 100% - 80px) * -0.5);
  }
}
@media (min-width: 1440px) {
  body:not(.has-sidebar):not(.event-template-event-gipfel) .alignwide {
    margin-left: -120px;
    margin-right: -120px;
  }
}

[class*=wp-block].has-background {
  padding: 20px;
}
[class*=wp-block].has-background > :last-child {
  margin-bottom: 0 !important;
}
[class*=wp-block].has-background > :last-child > :last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 720px) {
  #primary > [class*=wp-block].has-background {
    padding: 50px;
  }
}
@media (min-width: 1124px) {
  #primary > [class*=wp-block].has-background {
    padding: 100px;
  }
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 20px;
}
.wp-block-buttons:last-child > .wp-block-button {
  margin-bottom: 0;
}

.wp-block-button[class*=is-style-hmg] .wp-block-button__link {
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
  letter-spacing: -0.5px;
  white-space: normal;
  color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  height: auto;
  padding: 11px 20px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid var(--color-primary);
  background: transparent;
}
.wp-block-button.is-style-hmg-primary .wp-block-button__link {
  transition: background ease 0.1s;
  color: white;
  border-color: transparent;
  background: var(--color-primary);
}
.wp-block-button.is-style-hmg-primary .wp-block-button__link:hover {
  background: var(--color-primary-dark);
}
.wp-block-button.is-style-hmg-primary .wp-block-button__link:active {
  background: var(--color-primary-darker);
}
.wp-block-button.is-style-hmg-secondary .wp-block-button__link {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.wp-block-button.is-style-hmg-disabled .wp-block-button__link {
  color: var(--color-shade) !important;
  background: var(--color-shade-light) !important;
  border-color: var(--color-shade-light) !important;
  pointer-events: none !important;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content > .has-text-align-right {
    text-align: left;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content > .is-content-justification-right {
    justify-content: flex-start;
  }
}

.wp-block-gallery .blocks-gallery-grid {
  margin-bottom: -1em;
}
.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.wp-block-gallery .wp-block-image {
  overflow: hidden;
}
.wp-block-gallery .wp-block-image img {
  filter: grayscale(0.3);
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.wp-block-gallery .wp-block-image:hover img {
  filter: grayscale(0);
  transform: scale(1.2);
}
.wp-block-gallery .wp-block-image.hmg-gallery-50 {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667) !important;
}
.wp-block-gallery .wp-block-image.hmg-gallery-100 {
  width: 100% !important;
}
.wp-block-gallery.columns-4 .wp-block-image.hmg-gallery-50 {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75) !important;
}
.wp-block-gallery:not(.is-style-hmg-gallery-show-caption) .wp-block-image figcaption {
  display: none;
}

.wp-block-columns h4 {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--color-foreground);
  margin: 20px 0;
  display: block;
}

@media (max-width: 781px) {
  .wp-block-column:empty {
    display: none;
  }
}

.wp-block-group::after {
  content: "";
  clear: both;
  display: table;
}
.wp-block-group.is-style-hmg-columns-group .wp-block-columns {
  margin: 2em 0 !important;
}
.wp-block-group.is-style-hmg-columns-group .wp-block-columns .wp-block-column {
  min-height: 100%;
  align-self: normal;
}

body[class*=gipfel] .wp-block-columns {
  margin: 100px 0;
}
body[class*=gipfel] .wp-block-columns .wp-block-column {
  margin: 0;
}
body[class*=gipfel] .wp-block-columns .wp-block-column > [class*=wp-block-] {
  margin: 0;
}
body[class*=gipfel] #primary > .wp-block-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}
body[class*=gipfel] #primary > .wp-block-heading.alignwide {
  max-width: 1165px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.wrapper {
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1164px;
  }
}

body.single #mobile-register,
.event-template #mobile-register {
  z-index: 5;
  position: static;
  position: sticky;
  bottom: 0;
  padding: 10px 0;
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  background: var(--color-background);
  border-top: 1px solid var(--color-shade-light);
  text-align: center;
}
@media screen and (min-width: 964px) {
  body.single #mobile-register,
  .event-template #mobile-register {
    display: none;
  }
}
body.single #mobile-register .btn__wrapper, body.single #mobile-register .modal-button, body.single #mobile-register .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure body.single #mobile-register .btn,
.event-template #mobile-register .btn__wrapper,
.event-template #mobile-register .modal-button,
.event-template #mobile-register .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .event-template #mobile-register .btn {
  width: 100%;
  justify-content: center;
  max-width: 520px;
}

@media screen and (min-width: 1440px) {
  body.event-template-default .wp-block-ce-speakers-list.is-style-large .ce-speakers__layout .ce-speaker {
    flex-basis: calc(25% - 30px);
  }
}

/* Header
--------------------------------------------- */
.site-event header {
  margin-top: 40px;
  background: var(--color-shade-lighter);
}
@media screen and (max-width: 964px) {
  .site-event header {
    margin-top: 0;
  }
}
.site-event header .head {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 964px) {
  .site-event header .head {
    align-items: flex-start;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head {
    flex-direction: column;
  }
}
.site-event header .head .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-event header .head .content {
  margin-right: 30px;
}
@media screen and (max-width: 720px) {
  .site-event header .head .content {
    margin: 0;
    flex: auto;
    width: 100%;
  }
}
.site-event header .head .cover {
  margin-top: -60px;
  min-width: 567px;
}
@media screen and (max-width: 1440px) {
  .site-event header .head .cover {
    min-width: 483px;
  }
}
@media screen and (max-width: 1124px) {
  .site-event header .head .cover {
    min-width: 512px;
  }
}
@media screen and (max-width: 964px) {
  .site-event header .head .cover {
    min-width: 275px;
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head .cover {
    width: 100vw;
    margin: 20px -20px 0;
  }
}
.site-event header .head .cover .image-wrapper {
  position: relative;
  height: 0;
  padding-top: 56%;
}
@media screen and (max-width: 964px) {
  .site-event header .head .cover .image-wrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head .cover .image-wrapper {
    margin-top: 0;
  }
}
.site-event header .head .cover .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-event header .head .date {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.site-event header .head h1 {
  font-size: 2rem;
  line-height: 1.1875;
}
@media screen and (max-width: 964px) {
  .site-event header .head h1 {
    font-size: 1.625rem;
    line-height: 1.23;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head h1 {
    font-size: 1.375rem;
    line-height: 1.273;
  }
}
.site-event header .head h2 {
  font-size: 1.5rem;
  line-height: 1.35;
}
@media screen and (max-width: 720px) {
  .site-event header .head h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.site-event header .head .event__label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.site-event header .footbar {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-event header .footbar .presented-by {
  font-size: 1rem;
  line-height: 1.375;
}
.site-event header .footbar .btn__wrapper, .site-event header .footbar .modal-button, .site-event header .footbar .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .site-event header .footbar .btn {
  pointer-events: none;
  opacity: 0;
  position: sticky;
  top: 50px;
  width: 275px;
  justify-content: center;
}
@media screen and (max-width: 720px) {
  .site-event header .footbar .btn__wrapper, .site-event header .footbar .modal-button, .site-event header .footbar .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .site-event header .footbar .btn {
    display: none;
  }
}

/* Article
--------------------------------------------- */
.site-event article {
  overflow: hidden;
  display: initial;
}
.site-event article .tabs__wrapper {
  z-index: 4;
  position: static;
  position: sticky;
  top: 70px;
}
@media screen and (max-width: 564px) {
  .site-event article .tabs__wrapper {
    border: none;
  }
  .site-event article .tabs__wrapper .tab__buttons_wrapper {
    width: 100%;
    border-bottom: 1px solid var(--color-shade-light);
  }
}
.site-event article .tabs__wrapper > .container {
  height: 100%;
}
.site-event article .tabs__wrapper .tabs__buttons {
  width: 100%;
}
@media screen and (max-width: 964px) {
  .site-event article .tabs__wrapper .tabs__buttons {
    margin-right: 0;
  }
}
@media screen and (max-width: 964px) {
  .site-event article .tabs__wrapper {
    top: 50px;
    height: 50px;
  }
}
.site-event article .tabs__wrapper .register-button {
  width: 270px;
  flex-shrink: 0;
  justify-content: center;
}
@media screen and (max-width: 964px) {
  .site-event article .tabs__wrapper .register-button {
    display: none;
  }
}
.site-event article .tabs__flex_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--color-shade-light);
}

body.single article .tab-view > .container > .wrapper,
.event-template article .tab-view > .container > .wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 964px) {
  body.single article .tab-view > .container > .wrapper,
  .event-template article .tab-view > .container > .wrapper {
    flex-direction: column-reverse;
    border-bottom: none;
  }
}
body.single article .tab-view h3, body.single article .tab-view .site-events .event-listing h2, .site-events .event-listing body.single article .tab-view h2, body.single article .tab-view .site-topic .events h2, .site-topic .events body.single article .tab-view h2,
.event-template article .tab-view h3,
.event-template article .tab-view .site-events .event-listing h2,
.site-events .event-listing .event-template article .tab-view h2,
.event-template article .tab-view .site-topic .events h2,
.site-topic .events .event-template article .tab-view h2 {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 20px;
}
body.single article .tab-view .content,
.event-template article .tab-view .content {
  margin-right: 60px;
  width: calc(100% - 330px);
  z-index: 0;
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .content,
  .event-template article .tab-view .content {
    margin: 0;
    width: 100%;
  }
}
body.single article .tab-view .content .article,
.event-template article .tab-view .content .article {
  font-size: 1.125rem;
  line-height: 1.556;
}
body.single article .tab-view .content .media,
.event-template article .tab-view .content .media {
  padding: 48px 0 30px;
}
body.single article .tab-view .content .media h3, body.single article .tab-view .content .media .site-events .event-listing h2, .site-events .event-listing body.single article .tab-view .content .media h2, body.single article .tab-view .content .media .site-topic .events h2, .site-topic .events body.single article .tab-view .content .media h2,
.event-template article .tab-view .content .media h3,
.event-template article .tab-view .content .media .site-events .event-listing h2,
.site-events .event-listing .event-template article .tab-view .content .media h2,
.event-template article .tab-view .content .media .site-topic .events h2,
.site-topic .events .event-template article .tab-view .content .media h2 {
  margin: 0;
}
body.single article .tab-view .content .media .media__wrapper,
.event-template article .tab-view .content .media .media__wrapper {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 720px) {
  body.single article .tab-view .content .media .media__wrapper,
  .event-template article .tab-view .content .media .media__wrapper {
    flex-direction: column;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__content,
.event-template article .tab-view .content .media .media__wrapper .media__content {
  margin-left: 15px;
}
@media screen and (max-width: 720px) {
  body.single article .tab-view .content .media .media__wrapper .media__content,
  .event-template article .tab-view .content .media .media__wrapper .media__content {
    margin: 15px 0 0;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__cover,
.event-template article .tab-view .content .media .media__wrapper .media__cover {
  position: relative;
  min-width: 240px;
  height: 135px;
}
@media screen and (max-width: 720px) {
  body.single article .tab-view .content .media .media__wrapper .media__cover,
  .event-template article .tab-view .content .media .media__wrapper .media__cover {
    min-width: 335px;
    height: 184px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.single article .tab-view .content .media .media__wrapper .media__cover,
  .event-template article .tab-view .content .media .media__wrapper .media__cover {
    overflow: hidden;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__cover img,
.event-template article .tab-view .content .media .media__wrapper .media__cover img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.single article .tab-view .content .media .media__wrapper .media__cover img,
  .event-template article .tab-view .content .media .media__wrapper .media__cover img {
    height: auto;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__cover .media__video-label,
.event-template article .tab-view .content .media .media__wrapper .media__cover .media__video-label {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background: rgba(0, 0, 0, 0.5);
}
body.single article .tab-view .content .media .media__wrapper .media__title,
.event-template article .tab-view .content .media .media__wrapper .media__title {
  font-size: 1.125rem;
  line-height: 1.333;
  margin-bottom: 10px;
}
body.single article .tab-view .content .media .btn__wrapper, body.single article .tab-view .content .media .modal-button, body.single article .tab-view .content .media .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure body.single article .tab-view .content .media .btn,
.event-template article .tab-view .content .media .btn__wrapper,
.event-template article .tab-view .content .media .modal-button,
.event-template article .tab-view .content .media .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .event-template article .tab-view .content .media .btn {
  margin-top: 20px;
}
body.single article .tab-view .content .speakers,
.event-template article .tab-view .content .speakers {
  padding: 30px 0;
}
body.single article .tab-view .content .speakers .layout,
.event-template article .tab-view .content .speakers .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}
body.single article .tab-view .content .speakers .layout .speaker__wrapper,
.event-template article .tab-view .content .speakers .layout .speaker__wrapper {
  flex: 0;
  flex-basis: 20%;
  margin: 10px 15px;
}
@media screen and (min-width: 964px) {
  body.single article .tab-view .content .mobile-info-cards,
  .event-template article .tab-view .content .mobile-info-cards {
    display: none;
  }
}
body.single article .tab-view .content .tags,
.event-template article .tab-view .content .tags {
  margin: 60px 0;
}
body.single article .tab-view .content .tags > .flex,
.event-template article .tab-view .content .tags > .flex {
  margin: -2.5px;
}
body.single article .tab-view .content .tags .tag,
.event-template article .tab-view .content .tags .tag {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.286;
  color: var(--color-foreground);
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: var(--color-secondary);
  margin: 2.5px;
}
body.single article .tab-view .content .tags .tag::before,
.event-template article .tab-view .content .tags .tag::before {
  content: "#";
}
body.single article .tab-view aside,
.event-template article .tab-view aside {
  flex: 1;
  width: 270px;
}
@media screen and (max-width: 964px) {
  body.single article .tab-view aside,
  .event-template article .tab-view aside {
    flex: auto;
    display: flex;
    align-items: baseline;
    position: static;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 564px) {
  body.single article .tab-view aside,
  .event-template article .tab-view aside {
    flex-direction: column;
  }
}
@media screen and (min-width: 964px) {
  body.single article .tab-view aside,
  .event-template article .tab-view aside {
    position: sticky;
  }
}
body.single article .tab-view .info-card,
.event-template article .tab-view .info-card {
  padding: 20px 0;
}
body.single article .tab-view .info-card:first-child,
.event-template article .tab-view .info-card:first-child {
  margin-top: -20px;
}
body.single article .tab-view .info-card:not(.expanded) > .collapse,
.event-template article .tab-view .info-card:not(.expanded) > .collapse {
  display: none;
}
body.single article .tab-view .info-card.brand img,
.event-template article .tab-view .info-card.brand img {
  max-height: 60px;
  width: auto;
}
body.single article .tab-view .info-card.brand img[src$="logo-hb.svg"], body.single article .tab-view .info-card.brand img[src$="logo-hmg.svg"],
.event-template article .tab-view .info-card.brand img[src$="logo-hb.svg"],
.event-template article .tab-view .info-card.brand img[src$="logo-hmg.svg"] {
  width: 150px;
}
body.single article .tab-view .info-card.brand img[src$="logo-ef.svg"],
.event-template article .tab-view .info-card.brand img[src$="logo-ef.svg"] {
  max-height: 45px;
}
body.single article .tab-view .info-card.brand img[src$="logo-wiwo.svg"],
.event-template article .tab-view .info-card.brand img[src$="logo-wiwo.svg"] {
  max-height: 50px;
}
body.single article .tab-view .info-card.brand img[src$="logo-mf.svg"],
.event-template article .tab-view .info-card.brand img[src$="logo-mf.svg"] {
  max-height: 45px;
}
body.single article .tab-view .info-card.tickets .ticket > span,
.event-template article .tab-view .info-card.tickets .ticket > span {
  display: inline;
}
body.single article .tab-view .info-card.tickets .ticket .ticket__price,
.event-template article .tab-view .info-card.tickets .ticket .ticket__price {
  color: var(--color-success);
  font-weight: 600;
}
body.single article .tab-view .info-card.tickets .ticket.inactive,
.event-template article .tab-view .info-card.tickets .ticket.inactive {
  opacity: 0.4;
  pointer-events: none;
}
body.single article .tab-view .info-card.tickets .ticket.hidden,
.event-template article .tab-view .info-card.tickets .ticket.hidden {
  display: none;
}
body.single article .tab-view .info-card.tickets .ticket.sold-out .ticket__price,
.event-template article .tab-view .info-card.tickets .ticket.sold-out .ticket__price {
  color: var(--color-danger);
}
body.single article .tab-view .info-card.brochure .btn__wrapper, body.single article .tab-view .info-card.brochure .modal-button, body.single article .tab-view .efForm .brochure-download .info-card.brochure .btn, .efForm .brochure-download body.single article .tab-view .info-card.brochure .btn,
.event-template article .tab-view .info-card.brochure .btn__wrapper,
.event-template article .tab-view .info-card.brochure .modal-button,
.event-template article .tab-view .efForm .brochure-download .info-card.brochure .btn,
.efForm .brochure-download .event-template article .tab-view .info-card.brochure .btn {
  width: 100%;
  justify-content: center;
}
body.single article .tab-view .info-card.organizer .card-link,
.event-template article .tab-view .info-card.organizer .card-link {
  display: inline;
}
body.single article .tab-view .info-card.organizer .card-link:not(:first-child)::before,
.event-template article .tab-view .info-card.organizer .card-link:not(:first-child)::before {
  content: " / ";
  color: var(--color-foreground);
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .info-card.card--mobile_hidden,
  .event-template article .tab-view .info-card.card--mobile_hidden {
    display: none;
  }
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .info-card,
  .event-template article .tab-view .info-card {
    flex: 1;
  }
}
@media screen and (max-width: 564px) {
  body.single article .tab-view .info-card,
  .event-template article .tab-view .info-card {
    flex: auto;
  }
}
body.single article .tab-view .info-card .card-icon,
.event-template article .tab-view .info-card .card-icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .info-card .card-icon,
  .event-template article .tab-view .info-card .card-icon {
    display: none;
  }
}
body.single article .tab-view .info-card .card-title,
.event-template article .tab-view .info-card .card-title {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 20px;
}
body.single article .tab-view .info-card .card-title .card-title__sub,
.event-template article .tab-view .info-card .card-title .card-title__sub {
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  line-height: 1.533;
}
body.single article .tab-view .info-card .card-heading,
.event-template article .tab-view .info-card .card-heading {
  display: block;
  margin: 20px 0 10px;
  font-weight: 600;
}
body.single article .tab-view .info-card .card-desc,
.event-template article .tab-view .info-card .card-desc {
  margin-bottom: 10px;
}
body.single article .tab-view .info-card .card-desc span, body.single article .tab-view .info-card .card-desc b,
.event-template article .tab-view .info-card .card-desc span,
.event-template article .tab-view .info-card .card-desc b {
  display: block;
}
body.single article .tab-view .info-card .card-desc.is-in-the-past,
.event-template article .tab-view .info-card .card-desc.is-in-the-past {
  color: var(--color-shade);
}
body.single article .tab-view .info-card .card-link,
.event-template article .tab-view .info-card .card-link {
  color: var(--color-primary);
  display: block;
}
body.single article .tab-view .info-card .card-contacts,
.event-template article .tab-view .info-card .card-contacts {
  display: flex;
  flex-wrap: wrap;
}
body.single article .tab-view .info-card .card-contact,
.event-template article .tab-view .info-card .card-contact {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
body.single article .tab-view .info-card .card-contact .contact-content,
.event-template article .tab-view .info-card .card-contact .contact-content {
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.556;
}
body.single article .tab-view .info-card .card-contact .contact-details,
.event-template article .tab-view .info-card .card-contact .contact-details {
  width: calc(100% - 80px);
}
body.single article .tab-view .info-card .card-contact .contact-name,
.event-template article .tab-view .info-card .card-contact .contact-name {
  display: block;
  font-weight: 600;
}
body.single article .tab-view .info-card .card-contact .contact-role,
.event-template article .tab-view .info-card .card-contact .contact-role {
  display: block;
  margin: 5px 0;
  font-size: 0.875rem;
  line-height: 1.286;
  color: var(--color-shade-dark);
}
body.single article .tab-view .info-card .card-contact .contact-image,
.event-template article .tab-view .info-card .card-contact .contact-image {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--color-shade-light);
}
body.single article .tab-view .info-card .card-contact .contact-connect,
.event-template article .tab-view .info-card .card-contact .contact-connect {
  width: 100%;
  margin: 10px 0;
}
body.single article .tab-view .info-card .card-contact a,
.event-template article .tab-view .info-card .card-contact a {
  display: block;
  color: var(--color-primary);
}
body.single article .tab-view .info-card .card-contact a:hover,
.event-template article .tab-view .info-card .card-contact a:hover {
  color: var(--color-primary-darker);
}
body.single article .tab-view .info-card .card-contact + .card-contact,
.event-template article .tab-view .info-card .card-contact + .card-contact {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
@media screen and (max-width: 964px) {
  body.single article .tab-view aside,
  .event-template article .tab-view aside {
    flex-wrap: wrap;
    padding-bottom: 20px;
    gap: 0 30px;
  }
  body.single article .tab-view .info-card,
  .event-template article .tab-view .info-card {
    flex: calc(33.3333333333% - 20px);
  }
  body.single article .tab-view .info-card.brand,
  .event-template article .tab-view .info-card.brand {
    flex: 100%;
  }
}

body.event-template-event-wide article .tab-view .content {
  width: 100%;
  margin-right: 0;
}
body.event-template-event-wide article .tab-view .content .article > p, body.event-template-event-wide article .tab-view .content .article > h1, body.event-template-event-wide article .tab-view .content .article > h2, body.event-template-event-wide article .tab-view .content .article > h3, body.event-template-event-wide article .tab-view .content .article > h4, body.event-template-event-wide article .tab-view .content .article > h5, body.event-template-event-wide article .tab-view .content .article > h6, body.event-template-event-wide article .tab-view .content .article > ul, body.event-template-event-wide article .tab-view .content .article > ol, body.event-template-event-wide article .tab-view .content .article > details, body.event-template-event-wide article .tab-view .content .article > .wp-block-accordion-container, body.event-template-event-wide article .tab-view .content .wp-block-group > p, body.event-template-event-wide article .tab-view .content .wp-block-group > h1, body.event-template-event-wide article .tab-view .content .wp-block-group > h2, body.event-template-event-wide article .tab-view .content .wp-block-group > h3, body.event-template-event-wide article .tab-view .content .wp-block-group > h4, body.event-template-event-wide article .tab-view .content .wp-block-group > h5, body.event-template-event-wide article .tab-view .content .wp-block-group > h6, body.event-template-event-wide article .tab-view .content .wp-block-group > ul, body.event-template-event-wide article .tab-view .content .wp-block-group > ol, body.event-template-event-wide article .tab-view .content .wp-block-group > details, body.event-template-event-wide article .tab-view .content .wp-block-group > .wp-block-accordion-container, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > p, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > h1, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > h2, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > h3, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > h4, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > h5, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > h6, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > ul, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > ol, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > details, body.event-template-event-wide article .tab-view .content .wp-block-group__inner-container > .wp-block-accordion-container {
  max-width: max(40em, 100% - 270px);
}

/* no sidebar split view on event subpages and on-demand webinar pages */
@media screen and (max-width: 964px) {
  body.event-subpage article .tab-view, body.single-webinar.on-demand article .tab-view {
    flex-direction: column;
  }
}

.site-ondemand #mobile-register {
  z-index: 5;
  position: static;
  position: sticky;
  bottom: 0;
  padding: 10px 0;
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  background: var(--color-background);
}
@media screen and (min-width: 964px) {
  .site-ondemand #mobile-register {
    display: none;
  }
}
.site-ondemand #mobile-register .btn__wrapper, .site-ondemand #mobile-register .modal-button, .site-ondemand #mobile-register .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .site-ondemand #mobile-register .btn {
  width: 100%;
  justify-content: center;
}

.site-ondemand header {
  margin-top: 40px;
}
.site-ondemand header .head .date {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.site-ondemand header .head h2 {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 400;
}
@media screen and (max-width: 720px) {
  .site-ondemand header .head h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.site-ondemand header .footbar {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-ondemand header .footbar .presented-by {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: var(--color-shade-dark);
}
.site-ondemand header .footbar .presented-by .text {
  margin-right: 3px;
}
.site-ondemand header .media {
  margin: 40px 0 20px;
  width: 100%;
}
.site-ondemand header .media .video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.site-ondemand header .media .video-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-ondemand article {
  padding: 40px 0;
  overflow: hidden;
  display: block;
  background: var(--color-background);
}
.site-ondemand article .content {
  max-width: 865px;
}
.site-ondemand article .tags {
  padding: 30px 0;
}
.site-ondemand article .tags h3, .site-ondemand article .tags .site-events .event-listing h2, .site-events .event-listing .site-ondemand article .tags h2, .site-ondemand article .tags .site-topic .events h2, .site-topic .events .site-ondemand article .tags h2 {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 20px;
}
.site-ondemand article .tags > .flex {
  margin: -5px;
}
.site-ondemand article .tags .tag {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.556;
  color: var(--color-primary);
  margin: 5px;
}
.site-ondemand article .tags .tag::before {
  content: "#";
}

/* Header
--------------------------------------------- */
body.page .entry-header, body.post-type-archive .entry-header {
  padding: 40px 0 20px;
}

.main-header {
  padding: 40px 0;
  background: var(--color-shade-lighter);
}

.page-template-help-faq .help-container {
  max-width: 1164px;
  margin: 0 auto;
}
.page-template-help-faq section {
  margin: 60px 0;
  /* offset for anchor links */
}
.page-template-help-faq section[data-offset]::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

/* PAGE: HELP // SECTION: HEADER */
.page-template-help-faq .entry-header {
  padding: 90px 0 32px;
}
.page-template-help-faq .entry-header .title {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}
.page-template-help-faq .entry-header .title .headline {
  font-size: 4rem;
  line-height: 1.094;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 964px) {
  .page-template-help-faq .entry-header .title .headline {
    font-size: 3rem;
    line-height: 1.083;
  }
}
.page-template-help-faq .entry-header .title .headline {
  margin-bottom: 20px;
}
.page-template-help-faq .entry-header .title .desc {
  font-size: 1.25rem;
  line-height: 1.5;
}
.page-template-help-faq .entry-header .topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px auto -16px;
  max-width: 1440px;
}
.page-template-help-faq .entry-header .topics .topic {
  flex: 0;
  margin: 16px 12px;
  flex-basis: calc(25% - 24px);
}
@media screen and (max-width: 1124px) {
  .page-template-help-faq .entry-header .topics .topic {
    flex-basis: calc(50% - 24px);
  }
}
@media screen and (max-width: 564px) {
  .page-template-help-faq .entry-header .topics .topic {
    flex-basis: 100%;
  }
}
.page-template-help-faq .entry-header .topics .topic .topic_image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-template-help-faq .entry-header .topics .topic .topic_label {
  display: block;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.364;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 964px) {
  .page-template-help-faq .entry-header .topics .topic .topic_label {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.page-template-help-faq .entry-content .topic-heading {
  margin-bottom: 20px;
}

/* PAGE: HELP // SECTION: CONTACT */
.page-template-help-faq #contact {
  position: relative;
  margin: 80px 0 40px;
  padding: 40px 0;
  background: var(--color-shade-lighter);
}
.page-template-help-faq #contact .headline {
  position: absolute;
  top: 0;
  transform: translateY(calc(-50% - 4px));
}
.page-template-help-faq #contact .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -10px;
}
.page-template-help-faq #contact .layout .contact-option {
  flex: 0;
  margin: 12px 10px;
  flex-basis: calc(33.3333333333% - 20px);
  text-align: center;
}
@media screen and (max-width: 564px) {
  .page-template-help-faq #contact .layout .contact-option {
    flex-basis: 100%;
  }
}
.page-template-help-faq #contact .layout .contact-option .title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 10px;
}
.page-template-help-faq #contact .layout .contact-option .details {
  margin-top: 4px;
}

body.single-post.post-template-default .post-container .post-thumbnail figcaption {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-shade-light);
}
body.single-post.post-template-default .post .entry-header {
  margin: 40px 0;
}
body.single-post.post-template-default .post .entry-header .posted-on a,
body.single-post.post-template-default .post .entry-header .post-category {
  color: var(--color-primary);
  font-size: 0.875rem;
  line-height: 1.571;
}
body.single-post.post-template-default .post .entry-header .post-category + .post-category {
  margin-left: 5px;
}
body.single-post.post-template-default .post .entry-header .post-category + .post-category::before {
  content: "|";
  color: var(--color-shade);
  padding-right: 5px;
}
body.single-post.post-template-default .post h1 {
  margin-top: 10px;
}
body.single-post.post-template-default .post .entry-intro {
  margin: 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 1124px) {
  body.single-post.post-template-default .post .entry-intro {
    font-size: 1.5rem;
    line-height: 1.333;
  }
}
body.single-post.post-template-default .post .entry-meta {
  margin: 20px 0;
  color: var(--color-shade-dark);
  font-size: 1rem;
  line-height: 1.375;
}
body.single-post.post-template-default .post .entry-meta .updated-on {
  display: block;
}
body.single-post.post-template-default .post .entry-content {
  display: flex;
}
@media screen and (max-width: 964px) {
  body.single-post.post-template-default .post .entry-content {
    flex-direction: column;
  }
}
body.single-post.post-template-default .post .entry-content .article-content {
  margin-right: 30px;
  width: calc(100% - 418px);
}
@media screen and (max-width: 964px) {
  body.single-post.post-template-default .post .entry-content .article-content {
    margin: 0;
    width: 100%;
  }
}
body.single-post.post-template-default .post .entry-content .article-content > :first-child {
  margin-top: 0;
}
body.single-post.post-template-default .post .entry-content aside {
  flex: 1;
}
body.single-post.post-template-default .post .entry-content aside > :first-child {
  margin-top: 0;
}
body.single-post.post-template-default .post .entry-content aside .info-card + .info-card,
body.single-post.post-template-default .post .entry-content aside .event--teaser + .event--teaser {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-shade-light);
}
@media screen and (min-width: 964px) {
  body.single-post.post-template-default .post .entry-content aside .info-card.info-card__recommendations {
    position: sticky;
    top: 80px;
  }
  body.single-post.post-template-default .post .entry-content aside .info-card.info-card__author + .info-card__recommendations {
    top: 40px;
  }
}
body.single-post.post-template-default .post .entry-content aside .card-title {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 20px;
}
body.single-post.post-template-default .post .entry-content aside .card-title .card-title__sub {
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  line-height: 1.533;
}
body.single-post.post-template-default .post .entry-content aside .card-title {
  margin-bottom: 20px;
}
body.single-post.post-template-default .post .entry-content aside .ce-speakers-list {
  margin-top: 0;
}
body.single-post.post-template-default .post .entry-content aside .ce-speakers__layout {
  padding-top: 0;
}
body.single-post.post-template-default .post .entry-content aside .ce-speaker:not(:last-child) {
  margin-bottom: 20px;
}
body.single-post.post-template-default .post .entry-content aside .ce-speaker__show-more {
  font-size: 0.875rem;
  line-height: 1.357;
  cursor: pointer;
}
body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing {
  margin-top: 0;
}
@media (min-width: 564px) and (max-width: 964px) {
  body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing .event--teaser {
    display: flex;
  }
  body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing .event--teaser .event__preview {
    width: 240px;
    min-width: 240px;
    height: 135px;
    padding-top: 0;
    margin: 0 15px 0 0;
  }
  body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing .event--teaser .event__preline {
    font-size: 0.875rem;
  }
  body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing .event--teaser .event__title {
    font-size: 1.125rem;
  }
}
body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing .event--teaser .event__preview {
  opacity: 1 !important;
  filter: none;
}
body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing .event--teaser .event__title,
body.single-post.post-template-default .post .entry-content aside .wp-block-event-listing .event--teaser .event__subline {
  color: var(--color-foreground);
}
body.single-post.post-template-default .post footer.ce-provider .wp-block-event-listing, body.single-post.post-template-default .post body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) footer.wp-block-group__inner-container .wp-block-event-listing, body[class*=gipfel] .wp-block-group:not(.is-style-hmg-body-text-none) body.single-post.post-template-default .post footer.wp-block-group__inner-container .wp-block-event-listing, body.single-post.post-template-default .post body[class*=gipfel] footer.wp-block-column:not(.is-style-hmg-body-text-none) .wp-block-event-listing, body[class*=gipfel] body.single-post.post-template-default .post footer.wp-block-column:not(.is-style-hmg-body-text-none) .wp-block-event-listing {
  margin-top: 40px !important;
}
body.single-post.post-template-default .tags {
  margin: 60px 0;
}
body.single-post.post-template-default .tags > .flex {
  margin: -2.5px;
}
body.single-post.post-template-default .tags .tag {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.286;
  color: var(--color-foreground);
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: var(--color-secondary);
  margin: 2.5px;
}
body.single-post.post-template-default .tags .tag::before {
  content: "#";
}
body.single-post.post-template-post-gipfel {
  /* News Entry */
}
body.single-post.post-template-post-gipfel .news-entry {
  margin-bottom: 60px;
  width: auto !important;
}
@media (max-width: 600px) {
  body.single-post.post-template-post-gipfel .news-entry {
    margin-bottom: 40px;
  }
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__date-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  column-gap: 5px;
}
@media (max-width: 600px) {
  body.single-post.post-template-post-gipfel .news-entry .news-entry__date-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__date-wrap .news-entry__date {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 1rem;
  margin-right: auto;
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__date-wrap .news-entry__label {
  font-size: 0.75rem;
  padding: 2px 5px;
  background-color: #AFAFAF;
  color: #fff;
}
@media (max-width: 600px) {
  body.single-post.post-template-post-gipfel .news-entry .news-entry__date-wrap .news-entry__label {
    margin-top: 5px;
  }
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__headline {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  body.single-post.post-template-post-gipfel .news-entry .news-entry__headline {
    font-size: 2rem;
  }
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__text p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  body.single-post.post-template-post-gipfel .news-entry .news-entry__text p {
    font-size: 1.125rem;
  }
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__text strong {
  font-weight: 600;
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__author {
  font-size: 1rem;
  line-height: 1.3;
  color: #666666;
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__author strong {
  font-weight: 600;
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__author span {
  font-weight: 400;
}
body.single-post.post-template-post-gipfel .news-entry .news-entry__author .byline {
  display: block;
}

body.home .entry-content {
  margin-top: 0;
}
body.home .entry-content > [class*=wp-block]:not(.wp-block-ce-hero-slider) {
  margin-top: 60px;
}

.site-topic header {
  margin: 40px 0;
  background: var(--color-secondary-light);
}
.site-topic header .layout {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.site-topic header .content {
  margin-right: 30px;
}
@media screen and (max-width: 720px) {
  .site-topic header .content {
    margin: 0;
  }
}
.site-topic header .cover {
  margin: -60px 0;
  min-width: 865px;
}
@media screen and (max-width: 1440px) {
  .site-topic header .cover {
    min-width: 584px;
  }
}
@media screen and (max-width: 964px) {
  .site-topic header .cover {
    position: absolute;
    top: -20px;
    right: 0;
    margin: 0;
    min-width: 272px;
  }
}
@media screen and (max-width: 720px) {
  .site-topic header .cover {
    min-width: 80px;
  }
}
.site-topic header .cover .image-wrapper {
  position: relative;
  height: 0;
  padding-top: 56%;
}
@media screen and (max-width: 720px) {
  .site-topic header .cover .image-wrapper {
    padding-top: 100%;
  }
}
.site-topic header .cover .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-topic header .subtitle {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.site-topic header h1 {
  margin-bottom: 20px;
}
.site-topic header p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 964px) {
  .site-topic header p {
    margin-top: 35px;
  }
}
@media screen and (max-width: 720px) {
  .site-topic header p {
    margin-top: 10px;
  }
}

.site-topic .events {
  padding: 0 0 60px;
}
.site-topic .events:first-of-type {
  padding-top: 0;
}
.site-topic .events .topic_filters__layout {
  padding-bottom: 40px;
}
.site-topic .events h2 {
  margin-bottom: 20px;
}
.site-topic .events .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}
@media screen and (max-width: 964px) {
  .site-topic .events .layout {
    margin: -20px -10px;
  }
}
.site-topic .events .layout .event__wrapper {
  margin: 20px 15px;
  flex: 0;
  flex-basis: calc(20% - 30px);
}
@media screen and (max-width: 2048px) {
  .site-topic .events .layout .event__wrapper {
    flex-basis: calc(25% - 30px);
  }
}
@media screen and (max-width: 1124px) {
  .site-topic .events .layout .event__wrapper {
    flex-basis: calc(33% - 27px);
  }
}
@media screen and (max-width: 964px) {
  .site-topic .events .layout .event__wrapper {
    margin: 20px 10px;
    flex-basis: calc(50% - 22px);
  }
}
@media screen and (max-width: 720px) {
  .site-topic .events .layout .event__wrapper {
    flex: auto;
    width: 100%;
  }
}

.themen h1 {
  font-size: 3rem;
  line-height: 1.083;
  font-family: "Druk", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 964px) {
  .themen h1 {
    font-size: 4rem;
    line-height: 1.094;
  }
}

.site-events .event-listing {
  padding: 0 0 60px;
}
.site-events .event-listing:first-of-type {
  padding-top: 0;
}
.site-events .event-listing .topic_filters__layout {
  padding-bottom: 40px;
}
.site-events .event-listing h2 {
  margin-bottom: 20px;
}
.site-events .event-listing .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}
@media screen and (max-width: 964px) {
  .site-events .event-listing .layout {
    margin: -20px -10px;
  }
}
.site-events .event-listing .layout .event__wrapper {
  margin: 20px 15px;
  flex: 0;
  flex-basis: calc(20% - 30px);
}
@media screen and (max-width: 2048px) {
  .site-events .event-listing .layout .event__wrapper {
    flex-basis: calc(25% - 30px);
  }
}
@media screen and (max-width: 1124px) {
  .site-events .event-listing .layout .event__wrapper {
    flex-basis: calc(33% - 27px);
  }
}
@media screen and (max-width: 964px) {
  .site-events .event-listing .layout .event__wrapper {
    margin: 20px 10px;
    flex-basis: calc(50% - 22px);
  }
}
@media screen and (max-width: 720px) {
  .site-events .event-listing .layout .event__wrapper {
    flex: auto;
    width: 100%;
  }
}

body.error404 h2 {
  font-family: "Druk", sans-serif;
  font-size: 2.25rem;
  line-height: 1.111;
  font-weight: 500;
}
body.error404 .error-404 {
  padding: 80px 0 20px;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color-shade-light);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-shade);
  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;
}

/* Flex
--------------------------------------------- */
.flex {
  display: flex;
}
.flex.center {
  align-items: center;
}
.flex.middle {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.space {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.column {
  flex-direction: column;
}
.flex.full-height {
  height: 100%;
}

/* Remove Margin
--------------------------------------------- */
.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* Visibility
--------------------------------------------- */
.hmg-hidden {
  display: none !important;
}

.hmg-invisible {
  visibility: hidden !important;
}

@media screen {
  [data-print-only] {
    display: none !important;
  }
}
/* Scrolling
--------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html {
  scroll-padding: 0;
}

:target {
  scroll-margin-top: 125px;
}
@media (screen) and (min-width: 964px) {
  :target {
    scroll-margin-top: 150px;
  }
}

/*
	resets
*/
.swiper-container {
  overflow: hidden;
}

.event-template-event-gipfel main,
.webinar-template-webinar-gipfel main,
.post-template-post-gipfel main {
  margin-top: 50px;
}
@media (min-width: 720px) and (min-height: 964px) {
  .event-template-event-gipfel main,
  .webinar-template-webinar-gipfel main,
  .post-template-post-gipfel main {
    margin-top: 100px;
  }
}
.event-template-event-gipfel h1:not(:first-child):not(:only-child), .event-template-event-gipfel h2:not(:first-child):not(:only-child), .event-template-event-gipfel h3:not(:first-child):not(:only-child), .event-template-event-gipfel h4:not(:first-child):not(:only-child),
.webinar-template-webinar-gipfel h1:not(:first-child):not(:only-child),
.webinar-template-webinar-gipfel h2:not(:first-child):not(:only-child),
.webinar-template-webinar-gipfel h3:not(:first-child):not(:only-child),
.webinar-template-webinar-gipfel h4:not(:first-child):not(:only-child),
.post-template-post-gipfel h1:not(:first-child):not(:only-child),
.post-template-post-gipfel h2:not(:first-child):not(:only-child),
.post-template-post-gipfel h3:not(:first-child):not(:only-child),
.post-template-post-gipfel h4:not(:first-child):not(:only-child) {
  margin-top: 20px !important;
}
.event-template-event-gipfel h1:not(:last-child):not(:only-child), .event-template-event-gipfel h2:not(:last-child):not(:only-child), .event-template-event-gipfel h3:not(:last-child):not(:only-child), .event-template-event-gipfel h4:not(:last-child):not(:only-child),
.webinar-template-webinar-gipfel h1:not(:last-child):not(:only-child),
.webinar-template-webinar-gipfel h2:not(:last-child):not(:only-child),
.webinar-template-webinar-gipfel h3:not(:last-child):not(:only-child),
.webinar-template-webinar-gipfel h4:not(:last-child):not(:only-child),
.post-template-post-gipfel h1:not(:last-child):not(:only-child),
.post-template-post-gipfel h2:not(:last-child):not(:only-child),
.post-template-post-gipfel h3:not(:last-child):not(:only-child),
.post-template-post-gipfel h4:not(:last-child):not(:only-child) {
  margin-bottom: 20px;
}
.event-template-event-gipfel h1,
.event-template-event-gipfel h2,
.webinar-template-webinar-gipfel h1,
.webinar-template-webinar-gipfel h2,
.post-template-post-gipfel h1,
.post-template-post-gipfel h2 {
  font-size: 2.25rem;
  font-family: "Grotesque";
  line-height: 1.333;
  font-weight: 600;
}
@media (max-width: 600px) {
  .event-template-event-gipfel h1,
  .webinar-template-webinar-gipfel h1,
  .post-template-post-gipfel h1 {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (max-width: 600px) {
  .event-template-event-gipfel h2,
  .webinar-template-webinar-gipfel h2,
  .post-template-post-gipfel h2 {
    font-size: 1.5rem;
    line-height: 1.1875;
  }
}
.event-template-event-gipfel h3, .event-template-event-gipfel .site-topic .events h2, .site-topic .events .event-template-event-gipfel h2, .event-template-event-gipfel .site-events .event-listing h2, .site-events .event-listing .event-template-event-gipfel h2,
.webinar-template-webinar-gipfel h3,
.webinar-template-webinar-gipfel .site-topic .events h2,
.site-topic .events .webinar-template-webinar-gipfel h2,
.webinar-template-webinar-gipfel .site-events .event-listing h2,
.site-events .event-listing .webinar-template-webinar-gipfel h2,
.post-template-post-gipfel h3,
.post-template-post-gipfel .site-topic .events h2,
.site-topic .events .post-template-post-gipfel h2,
.post-template-post-gipfel .site-events .event-listing h2,
.site-events .event-listing .post-template-post-gipfel h2 {
  font-size: 1.5rem;
  font-family: "Grotesque";
  line-height: 1.333;
  font-weight: 600;
}
@media (max-width: 600px) {
  .event-template-event-gipfel h3, .event-template-event-gipfel .site-topic .events h2, .site-topic .events .event-template-event-gipfel h2, .event-template-event-gipfel .site-events .event-listing h2, .site-events .event-listing .event-template-event-gipfel h2,
  .webinar-template-webinar-gipfel h3,
  .webinar-template-webinar-gipfel .site-topic .events h2,
  .site-topic .events .webinar-template-webinar-gipfel h2,
  .webinar-template-webinar-gipfel .site-events .event-listing h2,
  .site-events .event-listing .webinar-template-webinar-gipfel h2,
  .post-template-post-gipfel h3,
  .post-template-post-gipfel .site-topic .events h2,
  .site-topic .events .post-template-post-gipfel h2,
  .post-template-post-gipfel .site-events .event-listing h2,
  .site-events .event-listing .post-template-post-gipfel h2 {
    font-size: 1.125rem;
  }
}

.webinar-template-webinar-gipfel .entry-header,
.post-template-post-gipfel .entry-header,
.event-template-event-gipfel .entry-header {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px;
  background: none;
}
.webinar-template-webinar-gipfel .entry-header .entry-header__inner:not(.alignfull),
.post-template-post-gipfel .entry-header .entry-header__inner:not(.alignfull),
.event-template-event-gipfel .entry-header .entry-header__inner:not(.alignfull) {
  max-width: 870px;
  margin: 0 auto;
}
.webinar-template-webinar-gipfel .entry-header .entry-header__inner:not(.alignfull).alignwide,
.post-template-post-gipfel .entry-header .entry-header__inner:not(.alignfull).alignwide,
.event-template-event-gipfel .entry-header .entry-header__inner:not(.alignfull).alignwide {
  max-width: 1165px;
}
.webinar-template-webinar-gipfel .entry-header + *,
.post-template-post-gipfel .entry-header + *,
.event-template-event-gipfel .entry-header + * {
  margin-top: 60px !important;
}
.webinar-template-webinar-gipfel .entry-image,
.post-template-post-gipfel .entry-image,
.event-template-event-gipfel .entry-image {
  margin: 40px 0;
}
@media (min-width: 600px) {
  .webinar-template-webinar-gipfel .entry-image,
  .post-template-post-gipfel .entry-image,
  .event-template-event-gipfel .entry-image {
    max-width: 1165px;
    margin: 60px auto;
  }
}
.webinar-template-webinar-gipfel .entry-image .post-thumbnail figure,
.post-template-post-gipfel .entry-image .post-thumbnail figure,
.event-template-event-gipfel .entry-image .post-thumbnail figure {
  text-align: center;
}

.event-template-event-gipfel main > :first-child,
.webinar-template-webinar-gipfel main > :first-child,
.post-template-post-gipfel .article-content > :first-child {
  margin-top: 0;
}
.event-template-event-gipfel main > .wp-block-group:not(.alignfull),
.event-template-event-gipfel main > .wp-block-columns:not(.alignfull),
.webinar-template-webinar-gipfel main > .wp-block-group:not(.alignfull),
.webinar-template-webinar-gipfel main > .wp-block-columns:not(.alignfull),
.post-template-post-gipfel .article-content > .wp-block-group:not(.alignfull),
.post-template-post-gipfel .article-content > .wp-block-columns:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  width: auto !important;
}
.event-template-event-gipfel main > .wp-block-columns:not(.alignfull) > .wp-block-column > [class*=wp-block-]:not(.has-background):not(.is-highlighted),
.event-template-event-gipfel main > .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > [class*=wp-block-]:not(.has-background):not(.is-highlighted),
.webinar-template-webinar-gipfel main > .wp-block-columns:not(.alignfull) > .wp-block-column > [class*=wp-block-]:not(.has-background):not(.is-highlighted),
.webinar-template-webinar-gipfel main > .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > [class*=wp-block-]:not(.has-background):not(.is-highlighted),
.post-template-post-gipfel .article-content > .wp-block-columns:not(.alignfull) > .wp-block-column > [class*=wp-block-]:not(.has-background):not(.is-highlighted),
.post-template-post-gipfel .article-content > .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > [class*=wp-block-]:not(.has-background):not(.is-highlighted) {
  padding-left: 0;
  padding-right: 0;
}
.event-template-event-gipfel main > .wp-block-group.alignfull > .wp-block-group__inner-container,
.event-template-event-gipfel main > .wp-block-columns.alignfull,
.webinar-template-webinar-gipfel main > .wp-block-group.alignfull > .wp-block-group__inner-container,
.webinar-template-webinar-gipfel main > .wp-block-columns.alignfull,
.post-template-post-gipfel .article-content > .wp-block-group.alignfull > .wp-block-group__inner-container,
.post-template-post-gipfel .article-content > .wp-block-columns.alignfull {
  max-width: 100%;
}
.event-template-event-gipfel main > .wp-block-group.alignwide > .wp-block-group__inner-container,
.event-template-event-gipfel main > .wp-block-columns.alignwide,
.webinar-template-webinar-gipfel main > .wp-block-group.alignwide > .wp-block-group__inner-container,
.webinar-template-webinar-gipfel main > .wp-block-columns.alignwide,
.post-template-post-gipfel .article-content > .wp-block-group.alignwide > .wp-block-group__inner-container,
.post-template-post-gipfel .article-content > .wp-block-columns.alignwide {
  max-width: 1165px;
}
.event-template-event-gipfel main > .wp-block-group > .wp-block-group__inner-container,
.event-template-event-gipfel main > .wp-block-columns,
.webinar-template-webinar-gipfel main > .wp-block-group > .wp-block-group__inner-container,
.webinar-template-webinar-gipfel main > .wp-block-columns,
.post-template-post-gipfel .article-content > .wp-block-group > .wp-block-group__inner-container,
.post-template-post-gipfel .article-content > .wp-block-columns {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}

.event-template-event-gipfel.event-main-page main {
  margin-top: 0;
}

.event-template-event-gipfel .mobile-navigation,
.webinar-template-webinar-gipfel .mobile-navigation,
.post-template-post-gipfel .mobile-navigation,
.on-demand-template-on-demand-gipfel .mobile-navigation {
  z-index: 100;
}
.event-template-event-gipfel .mobile-navigation .sso-user-menu,
.webinar-template-webinar-gipfel .mobile-navigation .sso-user-menu,
.post-template-post-gipfel .mobile-navigation .sso-user-menu,
.on-demand-template-on-demand-gipfel .mobile-navigation .sso-user-menu {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.event-template-event-gipfel .mobile-navigation .navigation-links,
.webinar-template-webinar-gipfel .mobile-navigation .navigation-links,
.post-template-post-gipfel .mobile-navigation .navigation-links,
.on-demand-template-on-demand-gipfel .mobile-navigation .navigation-links {
  padding: 50px 0 !important;
}
.event-template-event-gipfel .mobile-navigation .navigation-links__item,
.webinar-template-webinar-gipfel .mobile-navigation .navigation-links__item,
.post-template-post-gipfel .mobile-navigation .navigation-links__item,
.on-demand-template-on-demand-gipfel .mobile-navigation .navigation-links__item {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  display: block;
}
.event-template-event-gipfel .mobile-navigation .navigation-links__item:not(:last-child),
.webinar-template-webinar-gipfel .mobile-navigation .navigation-links__item:not(:last-child),
.post-template-post-gipfel .mobile-navigation .navigation-links__item:not(:last-child),
.on-demand-template-on-demand-gipfel .mobile-navigation .navigation-links__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.event-template-event-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active,
.webinar-template-webinar-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active,
.post-template-post-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active,
.on-demand-template-on-demand-gipfel .mobile-navigation .navigation-links__item.navigation-links__item--active {
  color: var(--color-primary);
}

/* Block Header Entry Text */
.wp-block-header-entry-text {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-header-entry-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-header-entry-text:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-header-entry-text.alignfull .header-entry-text__inner {
  max-width: 100%;
}
.wp-block-header-entry-text.alignwide .header-entry-text__inner {
  max-width: 1165px;
}
.wp-block-header-entry-text .header-entry-text__inner {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-header-entry-text .header-entry-text__inner .header-entry-text__date {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem;
}
.wp-block-header-entry-text .header-entry-text__inner .header-entry-text__headline {
  font-size: 8.75rem;
  line-height: 1;
  font-family: "Druk";
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  hyphens: auto;
}
@media (max-width: 781px) {
  .wp-block-header-entry-text .header-entry-text__inner .header-entry-text__headline {
    font-size: 4.375rem;
    margin-bottom: 15px;
  }
}
.wp-block-header-entry-text .header-entry-text__inner .header-entry-text__subheadline {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 781px) {
  .wp-block-header-entry-text .header-entry-text__inner .header-entry-text__subheadline {
    margin-bottom: 30px;
  }
}
.wp-block-header-entry-text .header-entry-text__inner .header-entry-text__text {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

/* Block Video Image */
.wp-block-video-image {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-video-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-video-image:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-video-image.alignfull .video-image__inner {
  max-width: 100%;
}
.wp-block-video-image.alignwide .video-image__inner {
  max-width: 1165px;
}
.wp-block-video-image .video-image__inner {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-video-image .video-image__inner .video-image__image {
  display: block;
  width: 100%;
  height: auto;
}
.wp-block-video-image .video-image__inner .video-image__video {
  width: 100%;
  position: relative;
}
.wp-block-video-image .video-image__inner .video-image__video.video-image__video--has-image {
  cursor: pointer;
}
.wp-block-video-image .video-image__inner .video-image__video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  min-height: 0;
}
.wp-block-video-image .video-image__inner .video-image__video .video-image__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.wp-block-video-image .video-image__inner .video-image__video .video-image__image--hide {
  display: none;
}
.wp-block-video-image .video-image__inner .video-image__video .video-image__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-video-image .video-image__inner .video-image__video .video-image__video-icon.video-image__video-icon--hide {
  display: none;
}
.wp-block-video-image .video-image__inner .video-image__video .video-image__video-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 23px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  display: block;
}

/* Block Parting Line */
.wp-block-parting-line.parting-line--margin-default {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 964px) {
  .wp-block-parting-line.parting-line--margin-default {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-parting-line.parting-line--margin-large {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 964px) {
  .wp-block-parting-line.parting-line--margin-large {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-parting-line:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-parting-line.alignfull .parting-line__line {
  max-width: 100%;
}
.wp-block-parting-line.alignwide .parting-line__line {
  max-width: 1165px;
}
.wp-block-parting-line .parting-line__line {
  background-color: #ececec;
  height: 1px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Block Impressions */
.wp-block-impressions {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-impressions {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-impressions:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
@media (max-width: 600px) {
  .wp-block-impressions:not(.alignfull) {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-impressions.alignfull .impressions__inner {
  max-width: 100%;
}
.wp-block-impressions.alignwide .impressions__inner {
  max-width: 1165px;
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item {
  transform: translateX(10%);
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 {
  flex-direction: row-reverse;
  transform: translateX(0);
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-images .impressions__slides-right-image {
  right: auto;
  left: -80%;
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-text {
  padding-left: 0;
  padding-right: 30px;
  align-items: flex-end;
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-images {
  width: 50%;
  position: relative;
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-images .impressions__slides-left-image {
  aspect-ratio: 0.8;
  z-index: 1;
  position: relative;
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-images .impressions__slides-right-image {
  aspect-ratio: 6/4;
  position: absolute;
  top: 41px;
  right: -80%;
  z-index: 2;
}
.wp-block-impressions.impressions--layout-1 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-text {
  padding-top: 40%;
  width: 50%;
  padding-left: 60px;
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 {
  flex-direction: row-reverse;
  transform: translateX(0);
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-text {
  padding-left: 0;
  padding-right: 30px;
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-text .impressions__slides-right-image {
  margin-left: 0;
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-text-content {
  align-self: flex-end;
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-images {
  width: 35%;
  display: flex;
  align-items: flex-end;
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-images .impressions__slides-left-image {
  aspect-ratio: 0.8;
  z-index: 2;
  position: relative;
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-text {
  width: 65%;
  padding-left: 30px;
}
.wp-block-impressions.impressions--layout-2 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-text .impressions__slides-right-image {
  width: 110%;
  max-width: 110%;
  aspect-ratio: 6/4;
  position: relative;
  margin-bottom: 2rem;
  margin-left: calc(-60px - 10%);
  z-index: 1;
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 {
  flex-direction: row-reverse;
  transform: translateX(0);
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-text {
  padding-left: 0;
  padding-right: 30px;
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-text .impressions__slides-right-image {
  margin-left: 0;
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item.impressions__slides-item--orientation-1 .impressions__slides-text-content {
  align-self: flex-end;
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-images {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-images .impressions__slides-left-image {
  aspect-ratio: 0.8;
  z-index: 1;
  position: relative;
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-text {
  width: 50%;
  padding-left: 30px;
}
.wp-block-impressions.impressions--layout-3 .impressions__inner .impressions__slides .impressions__slides-item .impressions__slides-text .impressions__slides-right-image {
  width: 130%;
  max-width: 130%;
  aspect-ratio: 6/4;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 30px;
  margin-left: -30%;
  z-index: 2;
}
.wp-block-impressions .impressions__inner {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-impressions .impressions__inner .impressions__headline {
  font-size: 2.25rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__headline {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__slides .navigation {
    margin-top: 10px;
    transform: unset !important;
  }
}
.wp-block-impressions .impressions__inner .btn-container {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
}
@media (min-width: 601px) {
  .wp-block-impressions .impressions__inner .btn-container {
    display: none;
  }
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .btn-container {
    margin-top: 40px;
    transform: unset !important;
  }
}
.wp-block-impressions .impressions__inner .impressions__slides-item {
  width: 100%;
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__slides-item {
    flex-direction: column !important;
    transform: unset !important;
    position: relative;
    padding-bottom: 2rem !important;
  }
}
.wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-images {
  width: 50%;
  position: relative;
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-images {
    order: 1;
    width: 60% !important;
    position: unset !important;
  }
  .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-images .impressions__slides-right-image {
    width: 50% !important;
    margin-left: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 5% !important;
    left: auto !important;
    margin-bottom: unset !important;
    margin-top: unset !important;
    aspect-ratio: 1 !important;
  }
}
.wp-block-impressions .impressions__inner .impressions__slides-item img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text {
    order: 2;
    align-items: flex-start !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .impressions__slides-right-image {
    width: 50% !important;
    margin-left: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 5% !important;
    margin-bottom: unset !important;
    margin-top: unset !important;
    z-index: 5 !important;
  }
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text img {
    aspect-ratio: 1 !important;
    width: 95% !important;
  }
}
.wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .impressions__slides-text-content {
  max-width: 270px;
  margin-bottom: calc(-44px - 1.5rem);
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .impressions__slides-text-content {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text p {
  line-height: 1.5;
  font-size: 1.125rem;
}
.wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .btn__wrapper, .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .modal-button, .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .btn {
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .btn__wrapper, .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .modal-button, .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .wp-block-impressions .impressions__inner .impressions__slides-item .impressions__slides-text .btn {
    display: none;
  }
}

/* Block Timepicker */
.timeticker {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .timeticker {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.timeticker:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.timeticker.alignfull .timeticker__inner {
  max-width: 100%;
}
.timeticker.alignwide .timeticker__inner {
  max-width: 1165px;
}
.timeticker .timeticker__inner {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}
.timeticker .timeticker__inner .timeticker__headline {
  font-size: 5rem;
  text-align: center;
  max-width: 100%;
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-family: "Druk";
}
@media (max-width: 781px) {
  .timeticker .timeticker__inner .timeticker__headline {
    font-size: 2.25rem;
  }
}
.timeticker .timeticker__inner .timeticker__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.timeticker .timeticker__inner .timeticker__date > div {
  padding: 3rem 0;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 781px) {
  .timeticker .timeticker__inner .timeticker__date > div {
    font-size: 0.875rem;
    padding: 20px 0;
  }
}
.timeticker .timeticker__inner .timeticker__date > div span {
  font-size: 8.75rem;
  font-weight: 500;
  font-family: "Druk";
}
@media (max-width: 781px) {
  .timeticker .timeticker__inner .timeticker__date > div span {
    font-size: 4rem;
  }
}

/* Block Partner */
.wp-block-event-partner.is-style-filter-gipfel,
.wp-block-event-partner.is-style-stacked-gipfel,
.wp-block-event-partner.is-style-slider-gipfel,
.wp-block-event-partner.is-style-gipfel {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel,
  .wp-block-event-partner.is-style-stacked-gipfel,
  .wp-block-event-partner.is-style-slider-gipfel,
  .wp-block-event-partner.is-style-gipfel {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__content,
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-filter-gipfel .list-wrapper,
.wp-block-event-partner.is-style-filter-gipfel .partner-category,
.wp-block-event-partner.is-style-filter-gipfel .container,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__content,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-stacked-gipfel .list-wrapper,
.wp-block-event-partner.is-style-stacked-gipfel .partner-category,
.wp-block-event-partner.is-style-stacked-gipfel .container,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__content,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-slider-gipfel .list-wrapper,
.wp-block-event-partner.is-style-slider-gipfel .partner-category,
.wp-block-event-partner.is-style-slider-gipfel .container,
.wp-block-event-partner.is-style-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-gipfel .partner-tabs__content,
.wp-block-event-partner.is-style-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-gipfel .list-wrapper,
.wp-block-event-partner.is-style-gipfel .partner-category,
.wp-block-event-partner.is-style-gipfel .container {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.wp-block-event-partner.is-style-filter-gipfel:not(.alignfull),
.wp-block-event-partner.is-style-stacked-gipfel:not(.alignfull),
.wp-block-event-partner.is-style-slider-gipfel:not(.alignfull),
.wp-block-event-partner.is-style-gipfel:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-event-partner.is-style-filter-gipfel.alignfull .partner-list__title-wrap,
.wp-block-event-partner.is-style-filter-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-filter-gipfel.alignfull .partner-tabs__content,
.wp-block-event-partner.is-style-filter-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-filter-gipfel.alignfull .list-wrapper,
.wp-block-event-partner.is-style-filter-gipfel.alignfull .partner-category,
.wp-block-event-partner.is-style-filter-gipfel.alignfull .container,
.wp-block-event-partner.is-style-stacked-gipfel.alignfull .partner-list__title-wrap,
.wp-block-event-partner.is-style-stacked-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-stacked-gipfel.alignfull .partner-tabs__content,
.wp-block-event-partner.is-style-stacked-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-stacked-gipfel.alignfull .list-wrapper,
.wp-block-event-partner.is-style-stacked-gipfel.alignfull .partner-category,
.wp-block-event-partner.is-style-stacked-gipfel.alignfull .container,
.wp-block-event-partner.is-style-slider-gipfel.alignfull .partner-list__title-wrap,
.wp-block-event-partner.is-style-slider-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-slider-gipfel.alignfull .partner-tabs__content,
.wp-block-event-partner.is-style-slider-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-slider-gipfel.alignfull .list-wrapper,
.wp-block-event-partner.is-style-slider-gipfel.alignfull .partner-category,
.wp-block-event-partner.is-style-slider-gipfel.alignfull .container,
.wp-block-event-partner.is-style-gipfel.alignfull .partner-list__title-wrap,
.wp-block-event-partner.is-style-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-gipfel.alignfull .partner-tabs__content,
.wp-block-event-partner.is-style-gipfel.alignfull .partner-tabs__tabs,
.wp-block-event-partner.is-style-gipfel.alignfull .list-wrapper,
.wp-block-event-partner.is-style-gipfel.alignfull .partner-category,
.wp-block-event-partner.is-style-gipfel.alignfull .container {
  max-width: 100%;
}
.wp-block-event-partner.is-style-filter-gipfel.alignwide .partner-list__title-wrap,
.wp-block-event-partner.is-style-filter-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-filter-gipfel.alignwide .partner-tabs__content,
.wp-block-event-partner.is-style-filter-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-filter-gipfel.alignwide .list-wrapper,
.wp-block-event-partner.is-style-filter-gipfel.alignwide .partner-category,
.wp-block-event-partner.is-style-filter-gipfel.alignwide .container,
.wp-block-event-partner.is-style-stacked-gipfel.alignwide .partner-list__title-wrap,
.wp-block-event-partner.is-style-stacked-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-stacked-gipfel.alignwide .partner-tabs__content,
.wp-block-event-partner.is-style-stacked-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-stacked-gipfel.alignwide .list-wrapper,
.wp-block-event-partner.is-style-stacked-gipfel.alignwide .partner-category,
.wp-block-event-partner.is-style-stacked-gipfel.alignwide .container,
.wp-block-event-partner.is-style-slider-gipfel.alignwide .partner-list__title-wrap,
.wp-block-event-partner.is-style-slider-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-slider-gipfel.alignwide .partner-tabs__content,
.wp-block-event-partner.is-style-slider-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-slider-gipfel.alignwide .list-wrapper,
.wp-block-event-partner.is-style-slider-gipfel.alignwide .partner-category,
.wp-block-event-partner.is-style-slider-gipfel.alignwide .container,
.wp-block-event-partner.is-style-gipfel.alignwide .partner-list__title-wrap,
.wp-block-event-partner.is-style-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-gipfel.alignwide .partner-tabs__content,
.wp-block-event-partner.is-style-gipfel.alignwide .partner-tabs__tabs,
.wp-block-event-partner.is-style-gipfel.alignwide .list-wrapper,
.wp-block-event-partner.is-style-gipfel.alignwide .partner-category,
.wp-block-event-partner.is-style-gipfel.alignwide .container {
  max-width: 1165px;
}
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__tabs,
.wp-block-event-partner.is-style-gipfel .partner-tabs__tabs {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid #ececec;
}
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__tabs .partner-tabs__tabs-item,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__tabs .partner-tabs__tabs-item,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__tabs .partner-tabs__tabs-item,
.wp-block-event-partner.is-style-gipfel .partner-tabs__tabs .partner-tabs__tabs-item {
  cursor: pointer;
  height: 40px;
  position: relative;
}
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__tabs .partner-tabs__tabs-item::after,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__tabs .partner-tabs__tabs-item::after,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__tabs .partner-tabs__tabs-item::after,
.wp-block-event-partner.is-style-gipfel .partner-tabs__tabs .partner-tabs__tabs-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  display: none;
}
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active,
.wp-block-event-partner.is-style-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active {
  font-weight: 600;
}
.wp-block-event-partner.is-style-filter-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active::after,
.wp-block-event-partner.is-style-stacked-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active::after,
.wp-block-event-partner.is-style-slider-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active::after,
.wp-block-event-partner.is-style-gipfel .partner-tabs__tabs .partner-tabs__tabs-item.partner-tabs__tabs-item--active::after {
  display: block;
}
.wp-block-event-partner.is-style-filter-gipfel .btn__wrapper svg, .wp-block-event-partner.is-style-filter-gipfel .modal-button svg, .wp-block-event-partner.is-style-filter-gipfel .efForm .brochure-download .brochure .btn svg, .efForm .brochure-download .brochure .wp-block-event-partner.is-style-filter-gipfel .btn svg,
.wp-block-event-partner.is-style-stacked-gipfel .btn__wrapper svg,
.wp-block-event-partner.is-style-stacked-gipfel .modal-button svg,
.wp-block-event-partner.is-style-stacked-gipfel .efForm .brochure-download .brochure .btn svg,
.efForm .brochure-download .brochure .wp-block-event-partner.is-style-stacked-gipfel .btn svg,
.wp-block-event-partner.is-style-slider-gipfel .btn__wrapper svg,
.wp-block-event-partner.is-style-slider-gipfel .modal-button svg,
.wp-block-event-partner.is-style-slider-gipfel .efForm .brochure-download .brochure .btn svg,
.efForm .brochure-download .brochure .wp-block-event-partner.is-style-slider-gipfel .btn svg,
.wp-block-event-partner.is-style-gipfel .btn__wrapper svg,
.wp-block-event-partner.is-style-gipfel .modal-button svg,
.wp-block-event-partner.is-style-gipfel .efForm .brochure-download .brochure .btn svg,
.efForm .brochure-download .brochure .wp-block-event-partner.is-style-gipfel .btn svg {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .wp-block-event-partner.is-style-filter-gipfel .btn__wrapper:not(.btn--mobile-only), .wp-block-event-partner.is-style-filter-gipfel .modal-button:not(.btn--mobile-only), .wp-block-event-partner.is-style-filter-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only), .efForm .brochure-download .brochure .wp-block-event-partner.is-style-filter-gipfel .btn:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-stacked-gipfel .btn__wrapper:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-stacked-gipfel .modal-button:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-stacked-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only),
  .efForm .brochure-download .brochure .wp-block-event-partner.is-style-stacked-gipfel .btn:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-slider-gipfel .btn__wrapper:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-slider-gipfel .modal-button:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-slider-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only),
  .efForm .brochure-download .brochure .wp-block-event-partner.is-style-slider-gipfel .btn:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-gipfel .btn__wrapper:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-gipfel .modal-button:not(.btn--mobile-only),
  .wp-block-event-partner.is-style-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only),
  .efForm .brochure-download .brochure .wp-block-event-partner.is-style-gipfel .btn:not(.btn--mobile-only) {
    display: none;
  }
}
.wp-block-event-partner.is-style-filter-gipfel .btn__wrapper.btn--mobile-only, .wp-block-event-partner.is-style-filter-gipfel .btn--mobile-only.modal-button, .wp-block-event-partner.is-style-filter-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .wp-block-event-partner.is-style-filter-gipfel .btn--mobile-only.btn,
.wp-block-event-partner.is-style-stacked-gipfel .btn__wrapper.btn--mobile-only,
.wp-block-event-partner.is-style-stacked-gipfel .btn--mobile-only.modal-button,
.wp-block-event-partner.is-style-stacked-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
.efForm .brochure-download .brochure .wp-block-event-partner.is-style-stacked-gipfel .btn--mobile-only.btn,
.wp-block-event-partner.is-style-slider-gipfel .btn__wrapper.btn--mobile-only,
.wp-block-event-partner.is-style-slider-gipfel .btn--mobile-only.modal-button,
.wp-block-event-partner.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
.efForm .brochure-download .brochure .wp-block-event-partner.is-style-slider-gipfel .btn--mobile-only.btn,
.wp-block-event-partner.is-style-gipfel .btn__wrapper.btn--mobile-only,
.wp-block-event-partner.is-style-gipfel .btn--mobile-only.modal-button,
.wp-block-event-partner.is-style-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
.efForm .brochure-download .brochure .wp-block-event-partner.is-style-gipfel .btn--mobile-only.btn {
  margin-top: 2.5rem;
}
@media (min-width: 769px) {
  .wp-block-event-partner.is-style-filter-gipfel .btn__wrapper.btn--mobile-only, .wp-block-event-partner.is-style-filter-gipfel .btn--mobile-only.modal-button, .wp-block-event-partner.is-style-filter-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .wp-block-event-partner.is-style-filter-gipfel .btn--mobile-only.btn,
  .wp-block-event-partner.is-style-stacked-gipfel .btn__wrapper.btn--mobile-only,
  .wp-block-event-partner.is-style-stacked-gipfel .btn--mobile-only.modal-button,
  .wp-block-event-partner.is-style-stacked-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
  .efForm .brochure-download .brochure .wp-block-event-partner.is-style-stacked-gipfel .btn--mobile-only.btn,
  .wp-block-event-partner.is-style-slider-gipfel .btn__wrapper.btn--mobile-only,
  .wp-block-event-partner.is-style-slider-gipfel .btn--mobile-only.modal-button,
  .wp-block-event-partner.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
  .efForm .brochure-download .brochure .wp-block-event-partner.is-style-slider-gipfel .btn--mobile-only.btn,
  .wp-block-event-partner.is-style-gipfel .btn__wrapper.btn--mobile-only,
  .wp-block-event-partner.is-style-gipfel .btn--mobile-only.modal-button,
  .wp-block-event-partner.is-style-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
  .efForm .brochure-download .brochure .wp-block-event-partner.is-style-gipfel .btn--mobile-only.btn {
    display: none;
  }
}
.wp-block-event-partner.is-style-filter-gipfel .partner-list__title-wrap,
.wp-block-event-partner.is-style-stacked-gipfel .partner-list__title-wrap,
.wp-block-event-partner.is-style-slider-gipfel .partner-list__title-wrap,
.wp-block-event-partner.is-style-gipfel .partner-list__title-wrap {
  max-width: 870px;
  margin: 0 auto 3rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel .partner-list__title-wrap,
  .wp-block-event-partner.is-style-stacked-gipfel .partner-list__title-wrap,
  .wp-block-event-partner.is-style-slider-gipfel .partner-list__title-wrap,
  .wp-block-event-partner.is-style-gipfel .partner-list__title-wrap {
    margin: 0 auto 1rem auto;
  }
}
.wp-block-event-partner.is-style-filter-gipfel .partner-category__title,
.wp-block-event-partner.is-style-filter-gipfel .partner-list__title,
.wp-block-event-partner.is-style-stacked-gipfel .partner-category__title,
.wp-block-event-partner.is-style-stacked-gipfel .partner-list__title,
.wp-block-event-partner.is-style-slider-gipfel .partner-category__title,
.wp-block-event-partner.is-style-slider-gipfel .partner-list__title,
.wp-block-event-partner.is-style-gipfel .partner-category__title,
.wp-block-event-partner.is-style-gipfel .partner-list__title {
  font-family: "Grotesque";
  font-weight: 600;
  line-height: 1.3;
}
.wp-block-event-partner.is-style-filter-gipfel .partner-category__title,
.wp-block-event-partner.is-style-stacked-gipfel .partner-category__title,
.wp-block-event-partner.is-style-slider-gipfel .partner-category__title,
.wp-block-event-partner.is-style-gipfel .partner-category__title {
  font-size: 1.5rem;
  width: 100%;
}
.wp-block-event-partner.is-style-filter-gipfel .partner-list__title,
.wp-block-event-partner.is-style-stacked-gipfel .partner-list__title,
.wp-block-event-partner.is-style-slider-gipfel .partner-list__title,
.wp-block-event-partner.is-style-gipfel .partner-list__title {
  font-size: 2.25rem;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel .partner-list__title,
  .wp-block-event-partner.is-style-stacked-gipfel .partner-list__title,
  .wp-block-event-partner.is-style-slider-gipfel .partner-list__title,
  .wp-block-event-partner.is-style-gipfel .partner-list__title {
    font-size: 1.5rem;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-filter-gipfel .partner-category__title, .wp-block-event-partner.is-style-filter-gipfel.is-style-stacked-gipfel .partner-category__title,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-filter-gipfel .partner-category__title,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-stacked-gipfel .partner-category__title,
.wp-block-event-partner.is-style-slider-gipfel.is-style-filter-gipfel .partner-category__title,
.wp-block-event-partner.is-style-slider-gipfel.is-style-stacked-gipfel .partner-category__title,
.wp-block-event-partner.is-style-gipfel.is-style-filter-gipfel .partner-category__title,
.wp-block-event-partner.is-style-gipfel.is-style-stacked-gipfel .partner-category__title {
  margin-top: 40px !important;
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-filter-gipfel .partner, .wp-block-event-partner.is-style-filter-gipfel.is-style-stacked-gipfel .partner,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-filter-gipfel .partner,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-stacked-gipfel .partner,
.wp-block-event-partner.is-style-slider-gipfel.is-style-filter-gipfel .partner,
.wp-block-event-partner.is-style-slider-gipfel.is-style-stacked-gipfel .partner,
.wp-block-event-partner.is-style-gipfel.is-style-filter-gipfel .partner,
.wp-block-event-partner.is-style-gipfel.is-style-stacked-gipfel .partner {
  flex-direction: row !important;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-filter-gipfel .partner:not(:last-child) .partner__details, .wp-block-event-partner.is-style-filter-gipfel.is-style-stacked-gipfel .partner:not(:last-child) .partner__details,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-filter-gipfel .partner:not(:last-child) .partner__details,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-stacked-gipfel .partner:not(:last-child) .partner__details,
.wp-block-event-partner.is-style-slider-gipfel.is-style-filter-gipfel .partner:not(:last-child) .partner__details,
.wp-block-event-partner.is-style-slider-gipfel.is-style-stacked-gipfel .partner:not(:last-child) .partner__details,
.wp-block-event-partner.is-style-gipfel.is-style-filter-gipfel .partner:not(:last-child) .partner__details,
.wp-block-event-partner.is-style-gipfel.is-style-stacked-gipfel .partner:not(:last-child) .partner__details {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-filter-gipfel .partner__image, .wp-block-event-partner.is-style-filter-gipfel.is-style-stacked-gipfel .partner__image,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-filter-gipfel .partner__image,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-stacked-gipfel .partner__image,
.wp-block-event-partner.is-style-slider-gipfel.is-style-filter-gipfel .partner__image,
.wp-block-event-partner.is-style-slider-gipfel.is-style-stacked-gipfel .partner__image,
.wp-block-event-partner.is-style-gipfel.is-style-filter-gipfel .partner__image,
.wp-block-event-partner.is-style-gipfel.is-style-stacked-gipfel .partner__image {
  flex: unset !important;
  border: none;
  width: 270px;
  min-width: 270px;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-filter-gipfel .partner__image, .wp-block-event-partner.is-style-filter-gipfel.is-style-stacked-gipfel .partner__image,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-filter-gipfel .partner__image,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-stacked-gipfel .partner__image,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-filter-gipfel .partner__image,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-stacked-gipfel .partner__image,
  .wp-block-event-partner.is-style-gipfel.is-style-filter-gipfel .partner__image,
  .wp-block-event-partner.is-style-gipfel.is-style-stacked-gipfel .partner__image {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-filter-gipfel .partner__image img, .wp-block-event-partner.is-style-filter-gipfel.is-style-stacked-gipfel .partner__image img,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-filter-gipfel .partner__image img,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-stacked-gipfel .partner__image img,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-filter-gipfel .partner__image img,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-stacked-gipfel .partner__image img,
  .wp-block-event-partner.is-style-gipfel.is-style-filter-gipfel .partner__image img,
  .wp-block-event-partner.is-style-gipfel.is-style-stacked-gipfel .partner__image img {
    padding: 0;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-filter-gipfel .partner__details p, .wp-block-event-partner.is-style-filter-gipfel.is-style-stacked-gipfel .partner__details p,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-filter-gipfel .partner__details p,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-stacked-gipfel .partner__details p,
.wp-block-event-partner.is-style-slider-gipfel.is-style-filter-gipfel .partner__details p,
.wp-block-event-partner.is-style-slider-gipfel.is-style-stacked-gipfel .partner__details p,
.wp-block-event-partner.is-style-gipfel.is-style-filter-gipfel .partner__details p,
.wp-block-event-partner.is-style-gipfel.is-style-stacked-gipfel .partner__details p {
  font-size: 1rem;
  line-height: 1.5;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-gipfel .partners,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-gipfel .partners,
.wp-block-event-partner.is-style-slider-gipfel.is-style-gipfel .partners,
.wp-block-event-partner.is-style-gipfel.is-style-gipfel .partners {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-gipfel .partners .partner,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-gipfel .partners .partner,
.wp-block-event-partner.is-style-slider-gipfel.is-style-gipfel .partners .partner,
.wp-block-event-partner.is-style-gipfel.is-style-gipfel .partners .partner {
  width: calc(33.3333333333% - 30px);
  margin: 0 30px 30px 0;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-gipfel .partners .partner,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-gipfel .partners .partner,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-gipfel .partners .partner,
  .wp-block-event-partner.is-style-gipfel.is-style-gipfel .partners .partner {
    width: calc(100% - 30px);
    margin: 0 30px 10px 0;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-gipfel .partners .partner .partner__image,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-gipfel .partners .partner .partner__image,
.wp-block-event-partner.is-style-slider-gipfel.is-style-gipfel .partners .partner .partner__image,
.wp-block-event-partner.is-style-gipfel.is-style-gipfel .partners .partner .partner__image {
  margin: 0;
  aspect-ratio: 6/4;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-gipfel .partners .partner .partner__image img,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-gipfel .partners .partner .partner__image img,
.wp-block-event-partner.is-style-slider-gipfel.is-style-gipfel .partners .partner .partner__image img,
.wp-block-event-partner.is-style-gipfel.is-style-gipfel .partners .partner .partner__image img {
  padding: 10%;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-gipfel .partners .partner .partner__details,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-gipfel .partners .partner .partner__details,
.wp-block-event-partner.is-style-slider-gipfel.is-style-gipfel .partners .partner .partner__details,
.wp-block-event-partner.is-style-gipfel.is-style-gipfel .partners .partner .partner__details {
  display: none;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title {
  font-family: "Grotesque";
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title,
  .wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner-list__title-wrap .partner-list__title {
    font-size: 1.5rem;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner-list__title-wrap > a,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner-list__title-wrap > a,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner-list__title-wrap > a,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner-list__title-wrap > a {
  margin-left: auto;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner {
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner,
  .wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner {
    flex-direction: row;
    gap: 20px;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__image,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__image,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__image,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__image {
  border: none;
  margin: 0;
  aspect-ratio: 1;
  width: 100%;
  max-width: 149px;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__image,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__image,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__image,
  .wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__image {
    width: 30%;
    min-width: 100px;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__image img,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__image img,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__image img,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__image img {
  max-height: 70px;
  max-width: 100%;
  padding: 0;
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__details,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__details,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__details,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__details {
  margin: 0;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__details,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__details,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__details,
  .wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__details {
    width: 70%;
    flex: unset;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title,
  .wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title,
  .wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title,
  .wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__details .partner__title {
    font-size: 1.125rem;
  }
}
.wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt, .wp-block-event-partner.is-style-filter-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt p,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt,
.wp-block-event-partner.is-style-stacked-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt p,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt,
.wp-block-event-partner.is-style-slider-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt p,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt,
.wp-block-event-partner.is-style-gipfel.is-style-slider-gipfel .partner .partner__details .partner__excerpt p {
  font-size: 1rem;
  line-height: 1.3;
}
.wp-block-event-partner.is-style-filter-gipfel .navigation,
.wp-block-event-partner.is-style-stacked-gipfel .navigation,
.wp-block-event-partner.is-style-slider-gipfel .navigation,
.wp-block-event-partner.is-style-gipfel .navigation {
  padding: 0 !important;
}

/* stretch partner to full width when inside a column */
.wp-block-column .wp-block-event-partner.is-style-gipfel .partners {
  width: 100%;
}
.wp-block-column .wp-block-event-partner.is-style-gipfel .partners .partner {
  width: 100%;
  margin: 0;
}

/* Block Header Gipfel */
.header-gipfel {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-gipfel.h-full {
  min-height: calc(100vh - 70px);
}
@media (max-width: 964px) {
  .header-gipfel.h-full {
    min-height: calc(100vh - 50px);
  }
}
.header-gipfel:not(.bg-image-pull) {
  overflow: clip;
}
.header-gipfel .header-gipfel__image,
.header-gipfel iframe,
.header-gipfel video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-gipfel .header-gipfel__video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
}
.header-gipfel .header-gipfel__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-color);
  z-index: 1;
  animation: fade-in 0.5s ease-out forwards;
}
@media (orientation: landscape) {
  .header-gipfel .header-gipfel__image.header-gipfel__image--landscape {
    display: block;
  }
  .header-gipfel .header-gipfel__image.header-gipfel__image--portrait {
    display: none;
  }
}
@media (orientation: portrait) {
  .header-gipfel .header-gipfel__image.header-gipfel__image--landscape {
    display: none;
  }
  .header-gipfel .header-gipfel__image.header-gipfel__image--portrait {
    display: block;
  }
}
@media (max-width: 781px) {
  .header-gipfel .header-gipfel__image.header-gipfel__image--landscape {
    display: none;
  }
}
@media (min-width: 780px) {
  .header-gipfel .header-gipfel__image.header-gipfel__image--portrait {
    display: none;
  }
}
.header-gipfel .header-gipfel__inner {
  z-index: 2;
  position: relative;
  padding: 0 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 870px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .header-gipfel .header-gipfel__inner {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 781px) {
  .header-gipfel .header-gipfel__inner .header-gipfel__inner-image {
    display: none;
  }
}
@media (min-width: 780px) {
  .header-gipfel .header-gipfel__inner .header-gipfel__inner-image-mobile {
    display: none;
  }
}
.header-gipfel .header-gipfel__inner :last-child {
  margin-bottom: 0 !important;
}
.header-gipfel .header-gipfel__inner .header-gipfel__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .header-gipfel .header-gipfel__inner .header-gipfel__buttons {
    margin-bottom: 3rem;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .header-gipfel .header-gipfel__inner .header-gipfel__buttons .button-wrap {
    width: 100%;
  }
}
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary,
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary a {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-primary);
}
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary:hover,
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary a:hover {
  color: #ef6400;
}
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full,
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full a {
  background-color: var(--color-primary);
  color: #fff;
}
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full:hover,
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .primary-full a:hover {
  background-color: #ef6400;
  border-color: #ef6400;
}
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .btn__wrapper, .header-gipfel .header-gipfel__inner .header-gipfel__buttons .modal-button, .header-gipfel .header-gipfel__inner .header-gipfel__buttons .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .header-gipfel .header-gipfel__inner .header-gipfel__buttons .btn {
  min-width: 210px;
  justify-content: center;
}
@media (max-width: 600px) {
  .header-gipfel .header-gipfel__inner .header-gipfel__buttons .btn__wrapper, .header-gipfel .header-gipfel__inner .header-gipfel__buttons .modal-button, .header-gipfel .header-gipfel__inner .header-gipfel__buttons .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .header-gipfel .header-gipfel__inner .header-gipfel__buttons .btn {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
.header-gipfel .header-gipfel__inner .header-gipfel__buttons .btn__wrapper.size-xl, .header-gipfel .header-gipfel__inner .header-gipfel__buttons .size-xl.modal-button, .header-gipfel .header-gipfel__inner .header-gipfel__buttons .efForm .brochure-download .brochure .size-xl.btn, .efForm .brochure-download .brochure .header-gipfel .header-gipfel__inner .header-gipfel__buttons .size-xl.btn {
  height: 56px;
}

body.has-fixed-nav .header-gipfel.h-full {
  min-height: 100vh !important;
}

body.has-sticky-nav .header-gipfel.bg-image-pull .header-gipfel__image {
  top: -70px;
  height: calc(100% + 70px);
}
@media (max-width: 964px) {
  body.has-sticky-nav .header-gipfel.bg-image-pull .header-gipfel__image {
    top: -50px;
    height: calc(100% + 50px);
  }
}

/* Ticker mit Bild und Textkomponente */
.wp-block-image-content,
.ticker-image-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-image-content,
  .ticker-image-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-image-content .ticker-image-content__ticker,
.ticker-image-content .ticker-image-content__ticker {
  width: 100%;
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  z-index: 2;
}
.wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--gap);
  min-width: 100%;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  width: auto;
  white-space: nowrap;
  font-family: "Druk";
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line,
  .ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line {
    font-size: 3.125rem;
  }
}
.wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item {
  display: flex;
  align-items: center;
}
.wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter {
  width: 70px;
  height: 70px;
  margin: 0 15px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter,
  .ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter {
    width: 45px;
    height: 45px;
    margin: 0 10px;
  }
}
.wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::after, .wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::before,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::after,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  display: block;
  background-color: var(--color);
  transform: translate(-50%, -50%);
}
.wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::before,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::before {
  width: 4px;
  height: 100%;
}
.wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::after,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line .ticker-image-content__ticker-item-delimiter::after {
  width: 100%;
  height: 4px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.wp-block-image-content .ticker-image-content__ticker,
.ticker-image-content .ticker-image-content__ticker {
  /* Pause animation when reduced-motion is set */
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-image-content .ticker-image-content__ticker,
  .ticker-image-content .ticker-image-content__ticker {
    animation-play-state: paused !important;
  }
}
.wp-block-image-content .ticker-image-content__ticker,
.ticker-image-content .ticker-image-content__ticker {
  /* Enable animation */
}
.wp-block-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line,
.ticker-image-content .ticker-image-content__ticker .ticker-image-content__ticker-line {
  animation: scroll 10s linear infinite;
}
.wp-block-image-content .ticker-image-content__ticker,
.ticker-image-content .ticker-image-content__ticker {
  /* Pause on hover */
}
.wp-block-image-content .ticker-image-content__ticker:hover .ticker-image-content__ticker-line,
.ticker-image-content .ticker-image-content__ticker:hover .ticker-image-content__ticker-line {
  animation-play-state: paused !important;
}
.wp-block-image-content.alignfull .image-content__inner-wrap,
.wp-block-image-content.alignfull .ticker-image-content__image-content,
.ticker-image-content.alignfull .image-content__inner-wrap,
.ticker-image-content.alignfull .ticker-image-content__image-content {
  max-width: 100%;
}
.wp-block-image-content.alignwide .image-content__inner-wrap,
.wp-block-image-content.alignwide .ticker-image-content__image-content,
.ticker-image-content.alignwide .image-content__inner-wrap,
.ticker-image-content.alignwide .ticker-image-content__image-content {
  max-width: 1165px;
}
.wp-block-image-content .image-content__inner-wrap,
.wp-block-image-content .ticker-image-content__image-content,
.ticker-image-content .image-content__inner-wrap,
.ticker-image-content .ticker-image-content__image-content {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  margin-top: -2.5rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .wp-block-image-content .image-content__inner-wrap,
  .wp-block-image-content .ticker-image-content__image-content,
  .ticker-image-content .image-content__inner-wrap,
  .ticker-image-content .ticker-image-content__image-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.wp-block-image-content .image-content__inner-wrap.image-content__inner-wrap,
.wp-block-image-content .ticker-image-content__image-content.image-content__inner-wrap,
.ticker-image-content .image-content__inner-wrap.image-content__inner-wrap,
.ticker-image-content .ticker-image-content__image-content.image-content__inner-wrap {
  display: block;
  margin-top: 0;
}
.wp-block-image-content .image-content__inner-wrap .image-content__headline,
.wp-block-image-content .ticker-image-content__image-content .image-content__headline,
.ticker-image-content .image-content__inner-wrap .image-content__headline,
.ticker-image-content .ticker-image-content__image-content .image-content__headline {
  margin-bottom: 20px;
}
.wp-block-image-content .image-content__inner-wrap .image-content__text h3, .wp-block-image-content .image-content__inner-wrap .image-content__text .site-topic .events h2, .site-topic .events .wp-block-image-content .image-content__inner-wrap .image-content__text h2, .wp-block-image-content .image-content__inner-wrap .image-content__text .site-events .event-listing h2, .site-events .event-listing .wp-block-image-content .image-content__inner-wrap .image-content__text h2,
.wp-block-image-content .ticker-image-content__image-content .image-content__text h3,
.wp-block-image-content .ticker-image-content__image-content .image-content__text .site-topic .events h2,
.site-topic .events .wp-block-image-content .ticker-image-content__image-content .image-content__text h2,
.wp-block-image-content .ticker-image-content__image-content .image-content__text .site-events .event-listing h2,
.site-events .event-listing .wp-block-image-content .ticker-image-content__image-content .image-content__text h2,
.ticker-image-content .image-content__inner-wrap .image-content__text h3,
.ticker-image-content .image-content__inner-wrap .image-content__text .site-topic .events h2,
.site-topic .events .ticker-image-content .image-content__inner-wrap .image-content__text h2,
.ticker-image-content .image-content__inner-wrap .image-content__text .site-events .event-listing h2,
.site-events .event-listing .ticker-image-content .image-content__inner-wrap .image-content__text h2,
.ticker-image-content .ticker-image-content__image-content .image-content__text h3,
.ticker-image-content .ticker-image-content__image-content .image-content__text .site-topic .events h2,
.site-topic .events .ticker-image-content .ticker-image-content__image-content .image-content__text h2,
.ticker-image-content .ticker-image-content__image-content .image-content__text .site-events .event-listing h2,
.site-events .event-listing .ticker-image-content .ticker-image-content__image-content .image-content__text h2 {
  margin-bottom: 20px;
}
.wp-block-image-content .image-content__inner-wrap .image-content__image-content,
.wp-block-image-content .ticker-image-content__image-content .image-content__image-content,
.ticker-image-content .image-content__inner-wrap .image-content__image-content,
.ticker-image-content .ticker-image-content__image-content .image-content__image-content {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .wp-block-image-content .image-content__inner-wrap .image-content__image-content.image-content__image-content--reverse,
  .wp-block-image-content .ticker-image-content__image-content .image-content__image-content.image-content__image-content--reverse,
  .ticker-image-content .image-content__inner-wrap .image-content__image-content.image-content__image-content--reverse,
  .ticker-image-content .ticker-image-content__image-content .image-content__image-content.image-content__image-content--reverse {
    flex-direction: row-reverse;
  }
  .wp-block-image-content .image-content__inner-wrap .image-content__image-content.image-content__image-content--reverse .image-content__content,
  .wp-block-image-content .ticker-image-content__image-content .image-content__image-content.image-content__image-content--reverse .image-content__content,
  .ticker-image-content .image-content__inner-wrap .image-content__image-content.image-content__image-content--reverse .image-content__content,
  .ticker-image-content .ticker-image-content__image-content .image-content__image-content.image-content__image-content--reverse .image-content__content {
    padding-right: 0;
    padding-left: 45px;
  }
}
@media (max-width: 768px) {
  .wp-block-image-content .image-content__inner-wrap .image-content__image-content,
  .wp-block-image-content .ticker-image-content__image-content .image-content__image-content,
  .ticker-image-content .image-content__inner-wrap .image-content__image-content,
  .ticker-image-content .ticker-image-content__image-content .image-content__image-content {
    flex-direction: column-reverse;
  }
}
.wp-block-image-content .image-content__inner-wrap .image-content__content,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content,
.wp-block-image-content .ticker-image-content__image-content .image-content__content,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content,
.ticker-image-content .image-content__inner-wrap .image-content__content,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content,
.ticker-image-content .ticker-image-content__image-content .image-content__content,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content {
  min-width: 330px;
  max-width: 330px;
  padding-right: 45px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .wp-block-image-content .image-content__inner-wrap .image-content__content,
  .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content,
  .wp-block-image-content .ticker-image-content__image-content .image-content__content,
  .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content,
  .ticker-image-content .image-content__inner-wrap .image-content__content,
  .ticker-image-content .image-content__inner-wrap .ticker-image-content__content,
  .ticker-image-content .ticker-image-content__image-content .image-content__content,
  .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content {
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    padding-bottom: 0;
  }
}
.wp-block-image-content .image-content__inner-wrap .image-content__content.image-content__content,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content.image-content__content,
.wp-block-image-content .ticker-image-content__image-content .image-content__content.image-content__content,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content.image-content__content,
.ticker-image-content .image-content__inner-wrap .image-content__content.image-content__content,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content.image-content__content,
.ticker-image-content .ticker-image-content__image-content .image-content__content.image-content__content,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content.image-content__content {
  min-width: 270px;
  max-width: 270px;
}
@media (max-width: 768px) {
  .wp-block-image-content .image-content__inner-wrap .image-content__content.image-content__content,
  .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content.image-content__content,
  .wp-block-image-content .ticker-image-content__image-content .image-content__content.image-content__content,
  .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content.image-content__content,
  .ticker-image-content .image-content__inner-wrap .image-content__content.image-content__content,
  .ticker-image-content .image-content__inner-wrap .ticker-image-content__content.image-content__content,
  .ticker-image-content .ticker-image-content__image-content .image-content__content.image-content__content,
  .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content.image-content__content {
    max-width: 330px;
  }
}
.wp-block-image-content .image-content__inner-wrap .image-content__content p:not(:last-of-type),
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content p:not(:last-of-type),
.wp-block-image-content .ticker-image-content__image-content .image-content__content p:not(:last-of-type),
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content p:not(:last-of-type),
.ticker-image-content .image-content__inner-wrap .image-content__content p:not(:last-of-type),
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content p:not(:last-of-type),
.ticker-image-content .ticker-image-content__image-content .image-content__content p:not(:last-of-type),
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content h3, .wp-block-image-content .image-content__inner-wrap .image-content__content .site-topic .events h2, .site-topic .events .wp-block-image-content .image-content__inner-wrap .image-content__content h2, .wp-block-image-content .image-content__inner-wrap .image-content__content .site-events .event-listing h2, .site-events .event-listing .wp-block-image-content .image-content__inner-wrap .image-content__content h2,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content h3,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .site-topic .events h2,
.site-topic .events .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content h2,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .site-events .event-listing h2,
.site-events .event-listing .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content h2,
.wp-block-image-content .ticker-image-content__image-content .image-content__content h3,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .site-topic .events h2,
.site-topic .events .wp-block-image-content .ticker-image-content__image-content .image-content__content h2,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .site-events .event-listing h2,
.site-events .event-listing .wp-block-image-content .ticker-image-content__image-content .image-content__content h2,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content h3,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .site-topic .events h2,
.site-topic .events .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content h2,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .site-events .event-listing h2,
.site-events .event-listing .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content h2,
.ticker-image-content .image-content__inner-wrap .image-content__content h3,
.ticker-image-content .image-content__inner-wrap .image-content__content .site-topic .events h2,
.site-topic .events .ticker-image-content .image-content__inner-wrap .image-content__content h2,
.ticker-image-content .image-content__inner-wrap .image-content__content .site-events .event-listing h2,
.site-events .event-listing .ticker-image-content .image-content__inner-wrap .image-content__content h2,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content h3,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .site-topic .events h2,
.site-topic .events .ticker-image-content .image-content__inner-wrap .ticker-image-content__content h2,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .site-events .event-listing h2,
.site-events .event-listing .ticker-image-content .image-content__inner-wrap .ticker-image-content__content h2,
.ticker-image-content .ticker-image-content__image-content .image-content__content h3,
.ticker-image-content .ticker-image-content__image-content .image-content__content .site-topic .events h2,
.site-topic .events .ticker-image-content .ticker-image-content__image-content .image-content__content h2,
.ticker-image-content .ticker-image-content__image-content .image-content__content .site-events .event-listing h2,
.site-events .event-listing .ticker-image-content .ticker-image-content__image-content .image-content__content h2,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content h3,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .site-topic .events h2,
.site-topic .events .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content h2,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .site-events .event-listing h2,
.site-events .event-listing .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content h2 {
  font-family: "Grotesque";
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary, .wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button,
.ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary,
.ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button,
.ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary,
.ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button {
  background-color: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary:hover, .wp-block-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button:hover,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary:hover,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button:hover,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary:hover,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button:hover,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary:hover,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button:hover,
.ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .btn--primary:hover,
.ticker-image-content .image-content__inner-wrap .image-content__content .btn--orange .modal-button:hover,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .btn--primary:hover,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn--orange .modal-button:hover,
.ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .btn--primary:hover,
.ticker-image-content .ticker-image-content__image-content .image-content__content .btn--orange .modal-button:hover,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .btn--primary:hover,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn--orange .modal-button:hover {
  color: #ef6400;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .btn__wrapper, .wp-block-image-content .image-content__inner-wrap .image-content__content .modal-button, .wp-block-image-content .image-content__inner-wrap .image-content__content .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .image-content__content .btn,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn__wrapper,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .modal-button,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .btn__wrapper,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .modal-button,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn__wrapper,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .modal-button,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn,
.ticker-image-content .image-content__inner-wrap .image-content__content .btn__wrapper,
.ticker-image-content .image-content__inner-wrap .image-content__content .modal-button,
.ticker-image-content .image-content__inner-wrap .image-content__content .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .image-content__content .btn,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn__wrapper,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .modal-button,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn,
.ticker-image-content .ticker-image-content__image-content .image-content__content .btn__wrapper,
.ticker-image-content .ticker-image-content__image-content .image-content__content .modal-button,
.ticker-image-content .ticker-image-content__image-content .image-content__content .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .image-content__content .btn,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn__wrapper,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .modal-button,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn {
  margin-top: 2rem;
  gap: 10px;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .btn__wrapper:hover svg, .wp-block-image-content .image-content__inner-wrap .image-content__content .modal-button:hover svg, .wp-block-image-content .image-content__inner-wrap .image-content__content .efForm .brochure-download .brochure .btn:hover svg, .efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .image-content__content .btn:hover svg,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn__wrapper:hover svg,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .modal-button:hover svg,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .btn:hover svg,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .btn__wrapper:hover svg,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .modal-button:hover svg,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .image-content__content .btn:hover svg,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn__wrapper:hover svg,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .modal-button:hover svg,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .btn:hover svg,
.ticker-image-content .image-content__inner-wrap .image-content__content .btn__wrapper:hover svg,
.ticker-image-content .image-content__inner-wrap .image-content__content .modal-button:hover svg,
.ticker-image-content .image-content__inner-wrap .image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .image-content__content .btn:hover svg,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn__wrapper:hover svg,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .modal-button:hover svg,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .btn:hover svg,
.ticker-image-content .ticker-image-content__image-content .image-content__content .btn__wrapper:hover svg,
.ticker-image-content .ticker-image-content__image-content .image-content__content .modal-button:hover svg,
.ticker-image-content .ticker-image-content__image-content .image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .image-content__content .btn:hover svg,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn__wrapper:hover svg,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .modal-button:hover svg,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .efForm .brochure-download .brochure .btn:hover svg,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .btn:hover svg {
  filter: invert(48%) sepia(86%) saturate(3960%) hue-rotate(7deg) brightness(100%) contrast(101%);
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .venue .venue--name,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .venue .venue--name,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .venue .venue--name,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .venue .venue--name,
.ticker-image-content .image-content__inner-wrap .image-content__content .venue .venue--name,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .venue .venue--name,
.ticker-image-content .ticker-image-content__image-content .image-content__content .venue .venue--name,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .venue .venue--name {
  margin-bottom: 1em;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap:not(:first-child),
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap:not(:first-child),
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap:not(:first-child),
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap:not(:first-child),
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap:not(:first-child),
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap:not(:first-child),
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap:not(:first-child),
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap:not(:first-child) {
  margin-top: 50px;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .btn__wrapper, .wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .modal-button, .wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .btn,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .btn__wrapper,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .modal-button,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .btn,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .btn__wrapper,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .modal-button,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .btn,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .btn__wrapper,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .modal-button,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .btn,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .btn__wrapper,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .modal-button,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap .btn,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .btn__wrapper,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .modal-button,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap .btn,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .btn__wrapper,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .modal-button,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap .btn,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .btn__wrapper,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .modal-button,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap .btn {
  margin-top: 20px !important;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper, .wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .modal-button, .wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .btn,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .modal-button,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .modal-button,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .btn,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .modal-button,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .modal-button,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .btn,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .modal-button,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .modal-button,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .btn,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn__wrapper,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .modal-button,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .efForm .brochure-download .brochure .btn,
.efForm .brochure-download .brochure .ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .btn {
  order: 2;
  margin-top: 4px !important;
  margin-bottom: 20px;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-headline {
  order: 1;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text,
.ticker-image-content .image-content__inner-wrap .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text,
.ticker-image-content .ticker-image-content__image-content .image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .image-content__content-wrap.button-position-2 .image-content__content-text {
  order: 3;
}
.wp-block-image-content .image-content__inner-wrap .image-content__content .ticker-image-content__content-wrap,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__content .ticker-image-content__content-wrap,
.wp-block-image-content .ticker-image-content__image-content .image-content__content .ticker-image-content__content-wrap,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__content .ticker-image-content__content-wrap,
.ticker-image-content .image-content__inner-wrap .image-content__content .ticker-image-content__content-wrap,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__content .ticker-image-content__content-wrap,
.ticker-image-content .ticker-image-content__image-content .image-content__content .ticker-image-content__content-wrap,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__content .ticker-image-content__content-wrap {
  margin-top: 50px;
  line-height: 1.3;
}
.wp-block-image-content .image-content__inner-wrap .image-content__image-wrap,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__image-wrap,
.wp-block-image-content .ticker-image-content__image-content .image-content__image-wrap,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap,
.ticker-image-content .image-content__inner-wrap .image-content__image-wrap,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__image-wrap,
.ticker-image-content .ticker-image-content__image-content .image-content__image-wrap,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap {
  width: 100%;
  position: relative;
}
.wp-block-image-content .image-content__inner-wrap .image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin),
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin),
.wp-block-image-content .ticker-image-content__image-content .image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin),
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin),
.ticker-image-content .image-content__inner-wrap .image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin),
.ticker-image-content .image-content__inner-wrap .ticker-image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin),
.ticker-image-content .ticker-image-content__image-content .image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin),
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap:not(.ticker-image-content__image-wrap--remove-margin) {
  margin-bottom: 320px;
}
.wp-block-image-content .image-content__inner-wrap .image-content__image-wrap.image-content__image-wrap,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__image-wrap.image-content__image-wrap,
.wp-block-image-content .ticker-image-content__image-content .image-content__image-wrap.image-content__image-wrap,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap.image-content__image-wrap,
.ticker-image-content .image-content__inner-wrap .image-content__image-wrap.image-content__image-wrap,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__image-wrap.image-content__image-wrap,
.ticker-image-content .ticker-image-content__image-content .image-content__image-wrap.image-content__image-wrap,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap.image-content__image-wrap {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-image-content .image-content__inner-wrap .image-content__image-wrap,
  .wp-block-image-content .image-content__inner-wrap .ticker-image-content__image-wrap,
  .wp-block-image-content .ticker-image-content__image-content .image-content__image-wrap,
  .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap,
  .ticker-image-content .image-content__inner-wrap .image-content__image-wrap,
  .ticker-image-content .image-content__inner-wrap .ticker-image-content__image-wrap,
  .ticker-image-content .ticker-image-content__image-content .image-content__image-wrap,
  .ticker-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap {
    margin-bottom: 0 !important;
    width: 85%;
    align-self: flex-end;
    margin-right: -20px;
  }
}
.wp-block-image-content .image-content__inner-wrap .image-content__image-wrap img,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__image-wrap img,
.wp-block-image-content .ticker-image-content__image-content .image-content__image-wrap img,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap img,
.ticker-image-content .image-content__inner-wrap .image-content__image-wrap img,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__image-wrap img,
.ticker-image-content .ticker-image-content__image-content .image-content__image-wrap img,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 0.8;
  object-fit: cover;
}
@media (max-width: 768px) {
  .wp-block-image-content .image-content__inner-wrap .image-content__image-wrap.image-content__image-wrap,
  .wp-block-image-content .image-content__inner-wrap .ticker-image-content__image-wrap.image-content__image-wrap,
  .wp-block-image-content .ticker-image-content__image-content .image-content__image-wrap.image-content__image-wrap,
  .wp-block-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap.image-content__image-wrap,
  .ticker-image-content .image-content__inner-wrap .image-content__image-wrap.image-content__image-wrap,
  .ticker-image-content .image-content__inner-wrap .ticker-image-content__image-wrap.image-content__image-wrap,
  .ticker-image-content .ticker-image-content__image-content .image-content__image-wrap.image-content__image-wrap,
  .ticker-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap.image-content__image-wrap {
    width: auto;
    margin-left: -20px;
  }
}
.wp-block-image-content .image-content__inner-wrap .image-content__image-wrap.image-content__image-wrap img,
.wp-block-image-content .image-content__inner-wrap .ticker-image-content__image-wrap.image-content__image-wrap img,
.wp-block-image-content .ticker-image-content__image-content .image-content__image-wrap.image-content__image-wrap img,
.wp-block-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap.image-content__image-wrap img,
.ticker-image-content .image-content__inner-wrap .image-content__image-wrap.image-content__image-wrap img,
.ticker-image-content .image-content__inner-wrap .ticker-image-content__image-wrap.image-content__image-wrap img,
.ticker-image-content .ticker-image-content__image-content .image-content__image-wrap.image-content__image-wrap img,
.ticker-image-content .ticker-image-content__image-content .ticker-image-content__image-wrap.image-content__image-wrap img {
  margin-bottom: 30px;
  aspect-ratio: unset;
}
.wp-block-group .wp-block-image-content .image-content__inner-wrap,
.wp-block-group .wp-block-image-content .ticker-image-content__image-content,
.wp-block-group .ticker-image-content .image-content__inner-wrap,
.wp-block-group .ticker-image-content .ticker-image-content__image-content {
  padding-left: 0;
  padding-right: 0;
}

/* Block Event Speaker Gipfel style */
.event-template-event-gipfel .wp-block-event-speaker,
.webinar-template-webinar-gipfel .wp-block-event-speaker,
.post-template-post-gipfel .wp-block-event-speaker {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-event-speaker,
  .webinar-template-webinar-gipfel .wp-block-event-speaker,
  .post-template-post-gipfel .wp-block-event-speaker {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.event-template-event-gipfel .wp-block-event-speaker:not(.alignfull),
.webinar-template-webinar-gipfel .wp-block-event-speaker:not(.alignfull),
.post-template-post-gipfel .wp-block-event-speaker:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.event-template-event-gipfel .wp-block-event-speaker.alignfull .ce-speakers__filter,
.event-template-event-gipfel .wp-block-event-speaker.alignfull .ce-speakers__text,
.event-template-event-gipfel .wp-block-event-speaker.alignfull .ce-speakers__title-wrap,
.event-template-event-gipfel .wp-block-event-speaker.alignfull .ce-speakers__grid,
.event-template-event-gipfel .wp-block-event-speaker.alignfull .ce-speakers__layout,
.event-template-event-gipfel .wp-block-event-speaker.alignfull .swiper-container,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignfull .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignfull .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignfull .ce-speakers__title-wrap,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignfull .ce-speakers__grid,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignfull .ce-speakers__layout,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignfull .swiper-container,
.post-template-post-gipfel .wp-block-event-speaker.alignfull .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker.alignfull .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.alignfull .ce-speakers__title-wrap,
.post-template-post-gipfel .wp-block-event-speaker.alignfull .ce-speakers__grid,
.post-template-post-gipfel .wp-block-event-speaker.alignfull .ce-speakers__layout,
.post-template-post-gipfel .wp-block-event-speaker.alignfull .swiper-container {
  max-width: 100%;
}
.event-template-event-gipfel .wp-block-event-speaker.alignwide .ce-speakers__filter,
.event-template-event-gipfel .wp-block-event-speaker.alignwide .ce-speakers__text,
.event-template-event-gipfel .wp-block-event-speaker.alignwide .ce-speakers__title-wrap,
.event-template-event-gipfel .wp-block-event-speaker.alignwide .ce-speakers__grid,
.event-template-event-gipfel .wp-block-event-speaker.alignwide .ce-speakers__layout,
.event-template-event-gipfel .wp-block-event-speaker.alignwide .swiper-container,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignwide .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignwide .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignwide .ce-speakers__title-wrap,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignwide .ce-speakers__grid,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignwide .ce-speakers__layout,
.webinar-template-webinar-gipfel .wp-block-event-speaker.alignwide .swiper-container,
.post-template-post-gipfel .wp-block-event-speaker.alignwide .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker.alignwide .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.alignwide .ce-speakers__title-wrap,
.post-template-post-gipfel .wp-block-event-speaker.alignwide .ce-speakers__grid,
.post-template-post-gipfel .wp-block-event-speaker.alignwide .ce-speakers__layout,
.post-template-post-gipfel .wp-block-event-speaker.alignwide .swiper-container {
  max-width: 1165px;
}
.event-template-event-gipfel .wp-block-event-speaker .ce-speakers__filter,
.event-template-event-gipfel .wp-block-event-speaker .ce-speakers__text,
.event-template-event-gipfel .wp-block-event-speaker .ce-speakers__title-wrap,
.event-template-event-gipfel .wp-block-event-speaker .ce-speakers__grid,
.event-template-event-gipfel .wp-block-event-speaker .ce-speakers__layout,
.event-template-event-gipfel .wp-block-event-speaker .swiper-container,
.webinar-template-webinar-gipfel .wp-block-event-speaker .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker .ce-speakers__title-wrap,
.webinar-template-webinar-gipfel .wp-block-event-speaker .ce-speakers__grid,
.webinar-template-webinar-gipfel .wp-block-event-speaker .ce-speakers__layout,
.webinar-template-webinar-gipfel .wp-block-event-speaker .swiper-container,
.post-template-post-gipfel .wp-block-event-speaker .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker .ce-speakers__title-wrap,
.post-template-post-gipfel .wp-block-event-speaker .ce-speakers__grid,
.post-template-post-gipfel .wp-block-event-speaker .ce-speakers__layout,
.post-template-post-gipfel .wp-block-event-speaker .swiper-container {
  max-width: 870px;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title-wrap,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__grid,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .swiper-container, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title-wrap,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__grid,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__layout,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .swiper-container,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title-wrap,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__grid,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .swiper-container,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title-wrap,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__grid,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__layout,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .swiper-container,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title-wrap,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__grid,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .swiper-container,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title-wrap,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__grid,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__layout,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .swiper-container {
  margin: 0 auto;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .swiper-container, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .swiper-container,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .swiper-container,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .swiper-container,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .swiper-container,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .swiper-container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper:not(.btn--mobile-only), .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .modal-button:not(.btn--mobile-only), .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only), .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn:not(.btn--mobile-only), .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper:not(.btn--mobile-only), .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .modal-button:not(.btn--mobile-only), .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only), .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn:not(.btn--mobile-only),
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper:not(.btn--mobile-only),
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .modal-button:not(.btn--mobile-only),
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only),
  .efForm .brochure-download .brochure .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn:not(.btn--mobile-only),
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper:not(.btn--mobile-only),
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .modal-button:not(.btn--mobile-only),
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only),
  .efForm .brochure-download .brochure .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn:not(.btn--mobile-only),
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper:not(.btn--mobile-only),
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .modal-button:not(.btn--mobile-only),
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only),
  .efForm .brochure-download .brochure .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn:not(.btn--mobile-only),
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper:not(.btn--mobile-only),
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .modal-button:not(.btn--mobile-only),
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only),
  .efForm .brochure-download .brochure .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn:not(.btn--mobile-only) {
    display: none;
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.btn, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.btn,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper.btn--mobile-only,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.modal-button,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
.efForm .brochure-download .brochure .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.btn,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper.btn--mobile-only,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.modal-button,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
.efForm .brochure-download .brochure .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.btn,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper.btn--mobile-only,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.modal-button,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
.efForm .brochure-download .brochure .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.btn,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper.btn--mobile-only,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.modal-button,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
.efForm .brochure-download .brochure .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.btn {
  margin-top: 2.5rem;
}
@media (min-width: 769px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.btn, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.btn,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper.btn--mobile-only,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.modal-button,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
  .efForm .brochure-download .brochure .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.btn,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper.btn--mobile-only,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.modal-button,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
  .efForm .brochure-download .brochure .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.btn,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn__wrapper.btn--mobile-only,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.modal-button,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
  .efForm .brochure-download .brochure .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .btn--mobile-only.btn,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn__wrapper.btn--mobile-only,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.modal-button,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn,
  .efForm .brochure-download .brochure .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .btn--mobile-only.btn {
    display: none;
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title-wrap, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title-wrap,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title-wrap,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title-wrap,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title-wrap,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  /* max-width: $gipfel-container-max-width-small; */
  margin: 0 auto 2.5rem auto !important;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__filter {
    margin-bottom: 20px !important;
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text {
  margin-top: -1.3rem !important;
  margin-bottom: 2.5rem !important;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__text,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__text {
    margin-bottom: 25px !important;
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__title,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speakers__title {
    font-size: 1.5rem;
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__wrapper, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__wrapper,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__wrapper,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__wrapper,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__wrapper,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__wrapper {
  flex-direction: column;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__details, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__details,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__details,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__details,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__details,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__details {
  text-align: center;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__role, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__role,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__role,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__role,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__role,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__role {
  font-size: 0.875rem !important;
  line-height: 1.3 !important;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__bio,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__bio {
  margin-top: 5px !important;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__cover, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__cover,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__cover,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__cover,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker__cover,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .ce-speaker__cover {
  min-width: 144px !important;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  margin-bottom: 10px;
  margin-right: 0 !important;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .navigation, .event-template-event-gipfel .wp-block-event-speaker.is-style-slider-gipfel .navigation,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .navigation,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-slider-gipfel .navigation,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .navigation,
.post-template-post-gipfel .wp-block-event-speaker.is-style-slider-gipfel .navigation {
  margin-top: 30px;
  padding: 0 !important;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker {
  width: calc(25% - 30px);
  margin-right: 30px;
}
@media (max-width: 781px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker {
    width: calc(50% - 30px);
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__cover,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__cover,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__cover {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: transparent !important;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__bio,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__bio,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__bio {
  display: none;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__show-more,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__show-more,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker .ce-speaker__show-more {
  font-size: 0.875rem;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker[data-show-modal],
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker[data-show-modal],
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker[data-show-modal] {
  cursor: pointer;
  position: relative;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker[data-show-modal] .ce-speaker__cover .ce-speaker__image,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker[data-show-modal] .ce-speaker__cover .ce-speaker__image,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speaker[data-show-modal] .ce-speaker__cover .ce-speaker__image {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame .ce-speaker[data-show-modal] .ce-speaker__cover::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: 200ms;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame .ce-speaker[data-show-modal]:hover .ce-speaker__cover::after,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame .ce-speaker[data-show-modal]:hover .ce-speaker__cover::after,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame .ce-speaker[data-show-modal]:hover .ce-speaker__cover::after {
  opacity: 1;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-primary .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-primary .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-primary .ce-speaker[data-show-modal] .ce-speaker__cover::after {
  background: var(--color-event-primary);
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-secondary .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-secondary .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-secondary .ce-speaker[data-show-modal] .ce-speaker__cover::after {
  background: var(--color-event-secondary);
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-gradient .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-gradient .ce-speaker[data-show-modal] .ce-speaker__cover::after,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel.speaker-frame.speaker-frame--event-gradient .ce-speaker[data-show-modal] .ce-speaker__cover::after {
  background: linear-gradient(-115deg, var(--event-gradient-color-start), var(--event-gradient-color-end));
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title {
  font-family: "Grotesque";
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 1175px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__date-title {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout {
  margin-bottom: 100px !important;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter {
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid #ececec;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter::-webkit-scrollbar,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter::-webkit-scrollbar,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
  .webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter,
  .post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter {
    width: calc(100% + 30px);
  }
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item {
  cursor: pointer;
  height: 40px;
  position: relative;
  white-space: nowrap;
  font-size: 1rem;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item::after,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item::after,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  display: none;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item.ce-speakers__filter__item--active,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item.ce-speakers__filter__item--active,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item.ce-speakers__filter__item--active {
  font-weight: 600;
}
.event-template-event-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item.ce-speakers__filter__item--active::after,
.webinar-template-webinar-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item.ce-speakers__filter__item--active::after,
.post-template-post-gipfel .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__filter .ce-speakers__filter__item.ce-speakers__filter__item--active::after {
  display: block;
}

/* stretch speaker to full width when inside a column */
.wp-block-column .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout {
  width: 100%;
}
.wp-block-column .wp-block-event-speaker.is-style-grid-gipfel .ce-speakers__layout .ce-speaker {
  width: 100%;
  margin: 0;
}

#modals .ce-speaker__role {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}
#modals .ce-speaker__name {
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}
#modals .ce-speaker__cover {
  margin-bottom: 5px !important;
}

/* Block Event Kontakt Gipfel style */
.event-template-event-gipfel .wp-block-event-kontakt:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.event-template-event-gipfel .wp-block-event-kontakt.alignfull .btn-wrap,
.event-template-event-gipfel .wp-block-event-kontakt.alignfull .hmg-contact__title-wrap,
.event-template-event-gipfel .wp-block-event-kontakt.alignfull .hmg-contact__text,
.event-template-event-gipfel .wp-block-event-kontakt.alignfull .hmg-contact__layout {
  max-width: 100%;
}
.event-template-event-gipfel .wp-block-event-kontakt.alignwide .btn-wrap,
.event-template-event-gipfel .wp-block-event-kontakt.alignwide .hmg-contact__title-wrap,
.event-template-event-gipfel .wp-block-event-kontakt.alignwide .hmg-contact__text,
.event-template-event-gipfel .wp-block-event-kontakt.alignwide .hmg-contact__layout {
  max-width: 1165px;
}
.event-template-event-gipfel .wp-block-event-kontakt .btn-wrap,
.event-template-event-gipfel .wp-block-event-kontakt .hmg-contact__title-wrap,
.event-template-event-gipfel .wp-block-event-kontakt .hmg-contact__text,
.event-template-event-gipfel .wp-block-event-kontakt .hmg-contact__layout {
  max-width: 870px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked, .event-template-event-gipfel .wp-block-event-kontakt.is-style--gipfel {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked, .event-template-event-gipfel .wp-block-event-kontakt.is-style--gipfel {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact__title, .event-template-event-gipfel .wp-block-event-kontakt.is-style--gipfel .hmg-contact__title {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact__title, .event-template-event-gipfel .wp-block-event-kontakt.is-style--gipfel .hmg-contact__title {
    font-size: 1.5rem;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.wp-block-hmg-contact--center-title-text .hmg-contact__title-wrap,
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.wp-block-hmg-contact--center-title-text .hmg-contact__text, .event-template-event-gipfel .wp-block-event-kontakt.is-style--gipfel.wp-block-hmg-contact--center-title-text .hmg-contact__title-wrap,
.event-template-event-gipfel .wp-block-event-kontakt.is-style--gipfel.wp-block-hmg-contact--center-title-text .hmg-contact__text {
  text-align: center;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact__text, .event-template-event-gipfel .wp-block-event-kontakt.is-style--gipfel .hmg-contact__text {
  margin-bottom: 2rem !important;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn-wrap {
  display: block;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn__wrapper, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .modal-button, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn {
  margin-top: 0;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn__wrapper svg, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .modal-button svg, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .efForm .brochure-download .brochure .btn svg, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn svg {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn__wrapper:not(.btn--mobile-only), .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .modal-button:not(.btn--mobile-only), .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .efForm .brochure-download .brochure .btn:not(.btn--mobile-only), .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn:not(.btn--mobile-only) {
    display: none;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn--mobile-only.btn {
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .btn--mobile-only.btn {
    display: none;
  }
}
@media (min-width: 769px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 60px !important;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__layout {
    flex-direction: column;
    margin-top: 40px !important;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__layout .hmg-contact {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__layout .hmg-contact {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__layout .hmg-contact .hmg-contact__cover {
  min-width: 144px !important;
  width: 144px !important;
  height: 144px !important;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__layout .hmg-contact .hmg-contact__cover {
    min-width: 70px !important;
    width: 70px !important;
    height: 70px !important;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__role {
  margin-top: 5px;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__details {
  width: calc(100% - 165px);
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__phone {
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__phone.mobile-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__phone:not(.mobile-only-gipfel) {
    display: none !important;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__phone.mobile-only-gipfel {
  display: block;
}
@media (min-width: 767px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__phone.mobile-only-gipfel {
    display: none !important;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__email {
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__email:not(.hmg-contact__email--hide-mobile) {
    display: none;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__email.hmg-contact__email--hide-mobile {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__email:not(.mobile-only-gipfel) {
    display: none !important;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__email.mobile-only-gipfel {
  display: block;
}
@media (min-width: 767px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__email.mobile-only-gipfel {
    display: none !important;
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel .hmg-contact__details-contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact__layout {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px) !important;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact {
  width: calc(25% - 30px);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact {
    width: calc(50% - 30px);
  }
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__role {
  font-size: 0.875rem !important;
  line-height: 1.3 !important;
  margin-top: 5px;
  display: inline-block;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__cover {
  min-width: 144px !important;
  width: 144px !important;
  height: 144px !important;
  margin-bottom: 10px;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: transparent !important;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__bio {
  display: none;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__name_wrapper {
  text-align: center;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__name_wrapper .hmg-contact__phone-wrap,
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__name_wrapper .hmg-contact__email-wrap {
  display: none !important;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked .hmg-contact .hmg-contact__show-more {
  color: var(--color-primary);
  margin-top: 5px;
  display: inline-block;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.contact-frame .hmg-contact[data-show-modal] {
  cursor: pointer;
  position: relative;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.contact-frame .hmg-contact[data-show-modal] .hmg-contact__cover .hmg-contact__image {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.contact-frame .hmg-contact[data-show-modal] .hmg-contact__cover::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: 200ms;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.contact-frame .hmg-contact[data-show-modal]:hover .hmg-contact__cover::after {
  opacity: 1;
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.contact-frame.contact-frame--event-primary .hmg-contact[data-show-modal] .hmg-contact__cover::after {
  background: var(--color-event-primary);
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.contact-frame.contact-frame--event-secondary .hmg-contact[data-show-modal] .hmg-contact__cover::after {
  background: var(--color-event-secondary);
}
.event-template-event-gipfel .wp-block-event-kontakt.is-style-gipfel-stacked.contact-frame.contact-frame--event-gradient .hmg-contact[data-show-modal] .hmg-contact__cover::after {
  background: linear-gradient(-115deg, var(--event-gradient-color-start), var(--event-gradient-color-end));
}

.modal[data-modal-class=hmg-contact] .modal-content,
.modal[data-modal-class=hmg-contact] .modal-window, .modal[id^=contact-details-] .modal-content,
.modal[id^=contact-details-] .modal-window {
  background-color: #f6f6f6;
  max-width: 815px;
}
.modal .hmg-contact {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.modal .hmg-contact .hmg-contact__details .hmg-contact__cover img {
  display: block;
  max-width: 200px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper {
  display: flex;
  flex-direction: column;
}
.modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper .hmg-contact__role {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper .hmg-contact__name {
  font-size: 1.125rem !important;
  line-height: 1.5;
  font-weight: 600;
}
.modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper .hmg-contact__show-more {
  display: none;
}
.modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper .hmg-contact__phone-wrap, .modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper .hmg-contact__email-wrap {
  font-size: 0.875rem;
  line-height: 1.5;
}
.modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper .hmg-contact__phone,
.modal .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper .hmg-contact__email {
  color: var(--color-primary);
  margin-top: 3px;
}

/* Block Event Newsletter Gipfel style */
.wp-block-newsletter.is-layout-gipfel {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-newsletter.is-layout-gipfel {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.event-template-event-gipfel .modal-content-wrapper:not(.alignfull),
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.event-template-event-gipfel .modal-content-wrapper.alignfull .newsletter__grid,
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel.alignfull .newsletter__grid {
  max-width: 100%;
}
.event-template-event-gipfel .modal-content-wrapper.alignwide .newsletter__grid,
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel.alignwide .newsletter__grid {
  max-width: 1165px;
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__grid,
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel .newsletter__grid {
  max-width: 870px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__desc,
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel .newsletter__desc {
  line-height: 1.3;
  font-size: 1rem;
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__desc-title,
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel .newsletter__desc-title {
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .modal-content-wrapper .newsletter__desc-title,
  .event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel .newsletter__desc-title {
    margin-top: 10px;
  }
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__desc__headline,
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel .newsletter__desc__headline {
  margin-bottom: 15px;
  font-size: 1.125rem;
  margin-top: 0;
  line-height: 1.3;
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__infotext,
.event-template-event-gipfel .wp-block-newsletter.is-layout-gipfel .newsletter__infotext {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 20px;
  color: #AFAFAF;
}

.event-template-event-gipfel .wp-block-newsletter.is-style-none {
  background-color: transparent !important;
}

.event-template-event-gipfel .modal-content-wrapper .newsletter__grid {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .modal-content-wrapper .newsletter__grid {
    flex-direction: column;
  }
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__grid .newsletter__image {
  max-width: 33.3333333333%;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .event-template-event-gipfel .modal-content-wrapper .newsletter__grid .newsletter__image {
    max-width: 100%;
    margin-right: 0;
  }
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__grid .newsletter__content {
  flex-grow: 1;
}
.event-template-event-gipfel .modal-content-wrapper .newsletter__grid + .modal-title, .event-template-event-gipfel .modal-content-wrapper .modal .event-register-trial-subscription > .newsletter__grid + h3, .modal .event-template-event-gipfel .modal-content-wrapper .event-register-trial-subscription > .newsletter__grid + h3, .event-template-event-gipfel .modal-content-wrapper .modal .site-topic .events .event-register-trial-subscription > .newsletter__grid + h2, .modal .site-topic .events .event-template-event-gipfel .modal-content-wrapper .event-register-trial-subscription > .newsletter__grid + h2, .event-template-event-gipfel .modal-content-wrapper .site-topic .events .modal .event-register-trial-subscription > .newsletter__grid + h2, .site-topic .events .modal .event-template-event-gipfel .modal-content-wrapper .event-register-trial-subscription > .newsletter__grid + h2, .event-template-event-gipfel .modal-content-wrapper .modal .site-events .event-listing .event-register-trial-subscription > .newsletter__grid + h2, .modal .site-events .event-listing .event-template-event-gipfel .modal-content-wrapper .event-register-trial-subscription > .newsletter__grid + h2, .event-template-event-gipfel .modal-content-wrapper .site-events .event-listing .modal .event-register-trial-subscription > .newsletter__grid + h2, .site-events .event-listing .modal .event-template-event-gipfel .modal-content-wrapper .event-register-trial-subscription > .newsletter__grid + h2 {
  margin-top: 2rem;
}

/* Block Contentlinks style */
.wp-block-contentlinks {
  /* padding: 100px 0;  */
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-contentlinks {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-contentlinks:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-contentlinks.alignfull .contentlinks__inner {
  max-width: 100%;
}
.wp-block-contentlinks.alignwide .contentlinks__inner {
  max-width: 1165px;
}
.wp-block-contentlinks .contentlinks__inner {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}
.wp-block-contentlinks .contentlinks__headline {
  font-size: 2.25rem;
  max-width: 750px;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .wp-block-contentlinks .contentlinks__headline {
    font-size: 1.5rem;
  }
}
.wp-block-contentlinks .contentlinks__columns {
  display: flex;
  gap: 30px;
}
@media (max-width: 600px) {
  .wp-block-contentlinks .contentlinks__columns {
    flex-direction: column;
    gap: 40px;
  }
}
.wp-block-contentlinks .contentlinks__columns .contentlinks__columns-item {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-contentlinks .contentlinks__columns .contentlinks__columns-link {
  display: inline-flex;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .wp-block-contentlinks .contentlinks__columns .contentlinks__columns-link {
    font-size: 1.125rem;
  }
}
.wp-block-contentlinks .contentlinks__columns .contentlinks__columns-link svg {
  margin-left: 10px;
  margin-top: 6px;
  min-width: 8px;
}
@media (max-width: 768px) {
  .wp-block-contentlinks .contentlinks__columns .contentlinks__columns-link svg {
    margin-top: 3px;
  }
}
.wp-block-contentlinks .contentlinks__columns .contentlinks__columns-link svg path {
  fill: #000;
}
.wp-block-contentlinks .contentlinks__columns .contentlinks__columns-image {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .wp-block-contentlinks .contentlinks__columns .contentlinks__columns-image {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.wp-block-contentlinks .contentlinks__columns .contentlinks__columns-image img {
  display: block;
  aspect-ratio: 0.9;
  object-fit: cover;
}
.wp-block-contentlinks .contentlinks__text {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 600px) {
  .wp-block-contentlinks .contentlinks__text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wp-block-contentlinks .contentlinks__text .contentlinks__text-content {
  width: calc(66.6666666667% + 20px);
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .wp-block-contentlinks .contentlinks__text .contentlinks__text-content {
    width: 100%;
  }
}
.wp-block-contentlinks .contentlinks__text .contentlinks__text-content .contentlinks__text-content-inner {
  padding-right: 20px;
  max-width: 600px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.wp-block-contentlinks .contentlinks__text .contentlinks__text-btn {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .wp-block-contentlinks .contentlinks__text .contentlinks__text-btn {
    width: 100%;
    justify-content: flex-start;
  }
}
.wp-block-contentlinks .contentlinks__text .contentlinks__text-btn svg {
  margin-left: 10px;
}

/* Block Infobar style */
.wp-block-infobar {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  opacity: 0;
  transition: 500ms ease-out;
  background-color: transparent;
}
.wp-block-infobar:not([class*=color-]) {
  color: #fff;
}
.wp-block-infobar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: 0.95;
  z-index: -1;
}
.wp-block-infobar.bg-color-secondary::before {
  background-color: var(--color-secondary);
}
.wp-block-infobar.bg-color-event-primary::before {
  background: var(--color-event-primary);
}
.wp-block-infobar.bg-color-event-secondary::before {
  background: var(--color-event-secondary);
}
.wp-block-infobar.bg-color-white::before {
  background-color: rgba(255, 255, 255, 0.95);
}
.wp-block-infobar.bg-color-black::before {
  background-color: rgba(0, 0, 0, 0.95);
}
.wp-block-infobar.bg-color-gray::before {
  background-color: rgba(175, 175, 175, 0.95);
}
.wp-block-infobar.bg-color-gray-light::before {
  background-color: rgba(238, 238, 238, 0.95);
}
@media (max-width: 479px) {
  .wp-block-infobar {
    padding: 10px 15px;
  }
}
.wp-block-infobar.infobar--show {
  transform: translateY(0);
  opacity: 1;
}
.wp-block-infobar .infobar__inner {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 600px) {
  .wp-block-infobar .infobar__inner {
    gap: 15px;
    flex-direction: column;
  }
}
.wp-block-infobar .infobar__btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 600px) {
  .wp-block-infobar .infobar__btn-wrap {
    gap: 10px;
    flex: 1;
    justify-content: center;
  }
}
.wp-block-infobar .infobar__title-wrap {
  max-width: 33.333%;
}
@media (max-width: 1440px) {
  .wp-block-infobar .infobar__title-wrap {
    display: none;
  }
}
.wp-block-infobar .infobar__btn-wrap .btn__wrapper, .wp-block-infobar .infobar__btn-wrap .modal-button, .wp-block-infobar .infobar__btn-wrap .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .wp-block-infobar .infobar__btn-wrap .btn {
  border-color: #fff !important;
}
.wp-block-infobar .infobar__title {
  font-size: 1.375rem;
  font-weight: 700;
}
.wp-block-infobar .infobar__text {
  max-width: 200px;
}
@media (max-width: 1440px) {
  .wp-block-infobar .infobar__text {
    display: none;
  }
}
.wp-block-infobar .infobar__text p {
  font-size: 1rem;
}
@media (max-width: 479px) {
  .wp-block-infobar .infobar__text p {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.wp-block-infobar .infobar__infos span {
  white-space: nowrap;
}
@media (max-width: 479px) {
  .wp-block-infobar .infobar__customer-service-wrap {
    flex: 1;
  }
}
.wp-block-infobar .infobar__customer-service {
  display: flex;
  justify-content: space-around;
  column-gap: 25px;
}
@media screen and (min-width: 768px) {
  .wp-block-infobar .infobar__customer-service {
    flex-direction: column;
  }
}
.wp-block-infobar .infobar__customer-service-phone a, .wp-block-infobar .infobar__customer-service-email a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wp-block-infobar .infobar__customer-service-phone svg path, .wp-block-infobar .infobar__customer-service-email svg path {
  fill: #fff;
}
@media (max-width: 479px) {
  .wp-block-infobar .infobar__customer-service-phone svg, .wp-block-infobar .infobar__customer-service-email svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .wp-block-infobar .infobar__customer-service-phone span, .wp-block-infobar .infobar__customer-service-email span {
    display: none;
  }
}

/* Block News Listing style for Slider and Filter */
.event-template-event-gipfel .wp-block-news-listing {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-news-listing {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-slider .swiper-container {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: auto !important;
  }
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn__wrapper:not(.attention__cta), .event-template-event-gipfel .wp-block-news-listing.is-style-filter .modal-button:not(.attention__cta), .event-template-event-gipfel .wp-block-news-listing.is-style-filter .efForm .brochure-download .brochure .btn:not(.attention__cta), .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn:not(.attention__cta) {
  display: none !important;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__layout .news-item {
  height: auto;
  position: absolute;
  width: 33.3333333333%;
  border-bottom: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__layout .news-item .news-item__inner {
  padding-bottom: 45px;
  position: relative;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__layout .news-item .news-item__inner::after {
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  right: 15px;
  position: absolute;
  bottom: 15px;
  background-color: #ececec;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__filter {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ececec;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__filter .news-listing__filter-item {
  padding: 6px 10px;
  border: 1px solid #AFAFAF;
  color: #AFAFAF;
  font-size: 1rem;
  cursor: pointer;
  text-transform: capitalize;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__filter .news-listing__filter-item:not(:last-child) {
  margin-right: 5px;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__filter .news-listing__filter-item:hover, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__filter .news-listing__filter-item.news-listing__filter-item--active {
  border-color: #666666;
  background-color: #666666;
  color: #fff;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing-brochure .news-listing-brochure__inner {
  width: 100%;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing-brochure .wp-block-attention {
  padding: 15px;
  margin: 0;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing-brochure .wp-block-attention .attention__grid {
  margin-top: 0;
  display: block;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing-brochure .wp-block-attention .attention__grid .attention__image {
  max-width: none;
  margin-right: 0;
  margin-bottom: 20px;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing-brochure .wp-block-attention .attention__grid .attention__title {
  font-size: 1.375rem;
  line-height: 1.3;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing-brochure .wp-block-attention .attention__grid .attention__desc {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter:not(.alignfull), .event-template-event-gipfel .wp-block-news-listing.is-style-slider:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignfull .news-listing__filter,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignfull .news-listing__layout,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignfull .news-listing__title-wrap,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignfull .swiper-container, .event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignfull .news-listing__filter,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignfull .news-listing__layout,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignfull .news-listing__title-wrap,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignfull .swiper-container {
  max-width: 100%;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignwide .news-listing__filter,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignwide .news-listing__layout,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignwide .news-listing__title-wrap,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter.alignwide .swiper-container, .event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignwide .news-listing__filter,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignwide .news-listing__layout,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignwide .news-listing__title-wrap,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider.alignwide .swiper-container {
  max-width: 1165px;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__filter,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__layout,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__title-wrap,
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .swiper-container, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-listing__filter,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-listing__layout,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-listing__title-wrap,
.event-template-event-gipfel .wp-block-news-listing.is-style-slider .swiper-container {
  max-width: 1165px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__layout, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-listing__layout {
  padding-top: 0;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
  width: 100%;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__image, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__image {
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding-top: 0 !important;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__image, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__image {
    margin-left: -35px;
    margin-right: -35px;
    width: auto;
  }
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__image img, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__image img {
  display: block;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser {
    padding: 0 20px;
  }
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__date, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__date {
  color: var(--color-primary);
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__title, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__title {
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 600;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__label-wrap, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__label-wrap {
  margin-bottom: 5px;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__label, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__label {
  margin-bottom: 7px;
  border: 1px solid #AFAFAF;
  padding: 2px 5px;
  color: #AFAFAF;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: -2px;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__label.style-advertorial, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__label.style-advertorial {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__label:not(:last-child), .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__label:not(:last-child) {
  margin-right: 10px;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__info, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__info {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 10px;
  line-height: 1.3;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__info strong, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__info strong {
  font-weight: 600;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__links, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__links {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #666666;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-item .news-item__inner .news-item__teaser .news-item__links a, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-item .news-item__inner .news-item__teaser .news-item__links a {
  color: var(--color-primary);
  font-weight: 600;
}
@media (min-width: 768px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__title-wrap, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-listing__title-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__title-wrap .news-listing__title, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-listing__title-wrap .news-listing__title {
  font-family: "Grotesque";
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-filter .news-listing__title-wrap .news-listing__title, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .news-listing__title-wrap .news-listing__title {
    font-size: 1.5rem;
  }
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn__wrapper, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn__wrapper, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn {
  margin-top: 0;
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn__wrapper svg, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .modal-button svg, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .efForm .brochure-download .brochure .btn svg, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn svg, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn__wrapper svg, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .modal-button svg, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .efForm .brochure-download .brochure .btn svg, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn svg {
  margin-left: 10px;
}
@media (max-width: 719px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn--mobile-only.btn, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn__wrapper.btn--mobile-only, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn--mobile-only.modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .efForm .brochure-download .brochure .btn--mobile-only.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn--mobile-only.btn {
    display: none;
  }
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn__wrapper.btn--show-mobile, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn--show-mobile.modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .efForm .brochure-download .brochure .btn--show-mobile.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn--show-mobile.btn, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn__wrapper.btn--show-mobile, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn--show-mobile.modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .efForm .brochure-download .brochure .btn--show-mobile.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn--show-mobile.btn {
  margin-top: 2rem;
}
@media (min-width: 720px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn__wrapper.btn--show-mobile, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn--show-mobile.modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-filter .efForm .brochure-download .brochure .btn--show-mobile.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-filter .btn--show-mobile.btn, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn__wrapper.btn--show-mobile, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn--show-mobile.modal-button, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .efForm .brochure-download .brochure .btn--show-mobile.btn, .efForm .brochure-download .brochure .event-template-event-gipfel .wp-block-news-listing.is-style-slider .btn--show-mobile.btn {
    display: none;
  }
}
.event-template-event-gipfel .wp-block-news-listing.is-style-filter .navigation, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .navigation {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-news-listing.is-style-filter .navigation, .event-template-event-gipfel .wp-block-news-listing.is-style-slider .navigation {
    margin-top: 30px;
    width: 100%;
  }
}

/* Block Impressions Grid */
.wp-block-impressions-grid {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-impressions-grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-impressions-grid:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-impressions-grid.alignfull .impressions-grid__inner {
  max-width: 100%;
}
.wp-block-impressions-grid.alignwide .impressions-grid__inner {
  max-width: 1165px;
}
.wp-block-impressions-grid .impressions-grid__inner {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-impressions-grid .impressions-grid__text p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.wp-block-impressions-grid .impressions-grid__headline {
  margin-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__headline {
    font-size: 2rem;
  }
}
.wp-block-impressions-grid .impressions-grid__text,
.wp-block-impressions-grid .impressions-grid__headline {
  max-width: 1015px;
}
.wp-block-impressions-grid .impressions-grid__grid {
  margin-top: 45px;
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid {
    margin-top: 20px;
  }
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-headline {
  font-family: "Grotesque";
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  line-height: 1.3;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item:not(:first-child) {
  margin-top: 50px;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item:not(:first-child) .impressions-grid__grid-item-headline {
  margin-top: 70px;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin: 2rem 0;
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-text-wrap {
    flex-direction: column;
  }
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-text {
  max-width: 715px;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-social-links {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-social-links {
    align-self: center;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    width: 100%;
    padding: 0.5rem 0;
    justify-content: center;
  }
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-social-links .impressions-grid__grid-item-social-links-item {
  display: flex;
  align-items: center;
  justify-content: cenetr;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-item-social-links .impressions-grid__grid-item-social-links-item:not(:first-child) {
  margin-left: 1rem;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery .impressions-grid__grid-gallery-image {
  cursor: pointer;
  display: inline-grid;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery .impressions-grid__grid-gallery-image .impressions-grid__grid-gallery-image-title,
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery .impressions-grid__grid-gallery-image .impressions-grid__grid-gallery-image-author {
  display: none;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1 {
  grid-template-rows: repeat(3, 1fr);
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1:not(.layout-reverse) .impressions-grid__grid-gallery-image:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 3;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1:not(.layout-reverse) .impressions-grid__grid-gallery-image:nth-child(6) {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 5;
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1:not(.layout-reverse) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1:not(.layout-reverse) .impressions-grid__grid-gallery-image:nth-child(6) {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-column-end: 3;
  }
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1.layout-reverse {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1.layout-reverse .impressions-grid__grid-gallery-image:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
  }
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1.layout-reverse .impressions-grid__grid-gallery-image:nth-child(6) {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-column-end: 3;
  }
}
@media (min-width: 601px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1.layout-reverse .impressions-grid__grid-gallery-image:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
  }
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-1.layout-reverse .impressions-grid__grid-gallery-image:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 3;
  }
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-2 {
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-2 .impressions-grid__grid-gallery-image:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
.wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-2 .impressions-grid__grid-gallery-image:nth-child(4) {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 5;
}
@media (min-width: 601px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-2.layout-reverse .impressions-grid__grid-gallery-image:nth-child(1) {
    grid-column-end: 3;
  }
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-2.layout-reverse .impressions-grid__grid-gallery-image:nth-child(4) {
    grid-column-start: 4;
  }
}
@media (max-width: 600px) {
  .wp-block-impressions-grid .impressions-grid__grid .impressions-grid__grid-gallery.layout-2 .impressions-grid__grid-gallery-image:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 3;
  }
}
.wp-block-impressions-grid .impressions-grid__modal {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  background-color: #000;
  display: none;
  align-items: center;
  justify-content: center;
}
.wp-block-impressions-grid .impressions-grid__modal.impressions-grid__modal--open {
  display: flex;
}
.wp-block-impressions-grid .impressions-grid__modal img {
  width: 100%;
  object-fit: cover;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__grid-gallery-image-title,
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__grid-gallery-image-author {
  display: none !important;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner {
  padding: 2rem;
  position: relative;
  max-height: calc(100vh - 5rem);
  max-width: 1000px;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-image img {
  display: block;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 5px;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-text {
  color: #fff;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-text .author {
  color: #AFAFAF;
  margin-left: 0.5rem;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-pagination {
  color: #fff;
  display: flex;
  gap: 0.2rem;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-prev,
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-prev.impressions-grid__modal-btn-prev--hidden, .wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-prev.impressions-grid__modal-btn-next--hidden,
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-next.impressions-grid__modal-btn-prev--hidden,
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-next.impressions-grid__modal-btn-next--hidden {
  display: none;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-prev {
  left: 0;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-next {
  right: 0;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.wp-block-impressions-grid .impressions-grid__modal .impressions-grid__modal-inner .impressions-grid__modal-btn-close path {
  fill: #fff;
}

/* Block Diagram */
.wp-block-diagram {
  margin-bottom: 100px;
  margin-top: 100px;
  z-index: 1;
  position: relative;
}
@media (max-width: 600px) {
  .wp-block-diagram {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.wp-block-diagram:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-diagram.alignfull .diagram__inner {
  max-width: 100%;
}
.wp-block-diagram.alignwide .diagram__inner {
  max-width: 1165px;
}
.wp-block-diagram .diagram__inner {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-diagram .diagram__headline {
  margin-top: 60px;
}
.wp-block-diagram .diagram__item {
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}
.wp-block-diagram .diagram__item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
@media (max-width: 600px) {
  .wp-block-diagram .diagram__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wp-block-diagram .diagram__item .diagram__item-diagram {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .wp-block-diagram .diagram__item .diagram__item-diagram {
    width: 100%;
    justify-content: center;
  }
}
.wp-block-diagram .diagram__item .diagram__item-diagram .diagram__item-diagram-inner {
  max-width: 270px;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.wp-block-diagram .diagram__item .diagram__item-diagram .diagram__item-diagram-inner::after {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border-radius: 50%;
  height: 80%;
  z-index: 200;
}
.wp-block-diagram .diagram__item .diagram__item-diagram .diagram__item-diagram-inner .modebar {
  display: none;
}
.wp-block-diagram .diagram__item .diagram__item-diagram .diagram__item-diagram-inner .diagram__item-diagram-elm {
  display: none;
}
.wp-block-diagram .diagram__item .diagram__item-diagram .diagram__item-diagram-inner .diagram {
  transform: scaleY(-1) rotate(-65deg);
}
.wp-block-diagram .diagram__item .diagram__item-details-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
  padding-left: 2rem;
}
@media (max-width: 600px) {
  .wp-block-diagram .diagram__item .diagram__item-details-wrap {
    width: 100%;
    padding-left: 0;
    align-items: center;
    margin-top: 40px;
  }
}
.wp-block-diagram .diagram__item .diagram__item-details-wrap .diagram__item-details {
  width: 100%;
  max-width: 340px;
  padding-left: 38px;
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  position: relative;
}
.wp-block-diagram .diagram__item .diagram__item-details-wrap .diagram__item-details::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: var(--diagram-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.wp-block-diagram .diagram__item .diagram__item-details-wrap .diagram__item-details .diagram__item-details-title {
  max-width: 200px;
}
.wp-block-diagram .diagram__item .diagram__item-details-wrap .diagram__item-details .diagram__item-details-value {
  font-weight: 600;
}
.wp-block-diagram .diagram__text {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .wp-block-diagram .diagram__text {
    margin-top: 0;
  }
}

/* Content Tiles */
.wp-block-content-tiles {
  margin-bottom: 60px;
  margin-top: 60px;
}
.wp-block-content-tiles:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-content-tiles.alignfull .content-tiles__inner {
  max-width: 100%;
}
.wp-block-content-tiles.alignwide .content-tiles__inner {
  max-width: 1165px;
}
.wp-block-content-tiles .content-tiles__inner {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-content-tiles .content-tiles__headline {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .wp-block-content-tiles .content-tiles__headline {
    text-align: left;
    margin-bottom: 20px;
  }
}
.wp-block-content-tiles .content-tiles__columns {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
@media (max-width: 768px) {
  .wp-block-content-tiles .content-tiles__columns {
    flex-direction: column;
  }
}
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item {
  background-color: #F6F6F6;
  padding: 30px 20px;
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item {
    width: calc(100% - 30px);
  }
}
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text > p,
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text > h2,
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text > h3 {
  margin-top: 20px;
}
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  line-height: 1.3;
}
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.wp-block-content-tiles .content-tiles__columns .content-tiles__columns-item .content-tiles__columns-text ul li::before {
  content: "";
  min-width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  position: relative;
  border-radius: 50%;
  margin-top: 7px;
}

/* Table Blocks */
.wp-block-table-blocks {
  margin-bottom: 60px;
  margin-top: 60px;
}
.wp-block-table-blocks:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-table-blocks.alignfull .table-blocks__inner {
  max-width: 100%;
}
.wp-block-table-blocks.alignwide .table-blocks__inner {
  max-width: 1165px;
}
.wp-block-table-blocks .table-blocks__inner {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-table-blocks .table-blocks__subheadline,
.wp-block-table-blocks .table-blocks__headline {
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-table-blocks .table-blocks__subheadline,
  .wp-block-table-blocks .table-blocks__headline {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-table-blocks .table-blocks__subheadline {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .wp-block-table-blocks .swiper-container {
    overflow: visible;
  }
}
.wp-block-table-blocks .table-blocks__headline {
  margin-bottom: 20px;
}
.wp-block-table-blocks .table-blocks__columns {
  display: flex;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .wp-block-table-blocks .table-blocks__columns {
    flex-wrap: wrap;
    width: calc(100% + 30px);
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .wp-block-table-blocks .table-blocks__columns {
    margin-top: 20px !important;
  }
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item {
  background-color: #fff;
}
@media (min-width: 768px) {
  .wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    height: unset;
  }
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-item-inner {
  border: 1px solid var(--table-blocks-color);
  height: 100%;
  box-sizing: border-box;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-item-content {
  padding: 30px 20px;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-header {
  background-color: var(--table-blocks-color);
  color: #fff;
  height: 60px;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-text > p,
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-text > h2,
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-text > h3 {
  margin-top: 20px;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-text ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-text ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  line-height: 1.3;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item .table-blocks__columns-text ul li::before {
  content: "";
  position: relative;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item.layout-bullet ul li::before {
  min-width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 7px;
}
.wp-block-table-blocks .table-blocks__columns .table-blocks__columns-item.layout-check ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cg clip-path='url(%23clip0_9295_25112)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8363 0.423002C16.0407 0.608756 16.0557 0.92498 15.87 1.12931L5.86997 12.1293C5.77799 12.2305 5.64859 12.2896 5.51189 12.2928C5.3752 12.2961 5.24313 12.2432 5.14645 12.1465L0.146447 7.14653C-0.0488155 6.95126 -0.0488155 6.63468 0.146447 6.43942C0.341709 6.24416 0.658291 6.24416 0.853553 6.43942L5.48276 11.0686L15.13 0.456636C15.3158 0.252307 15.632 0.237249 15.8363 0.423002Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9295_25112'%3E%3Crect width='16' height='12' fill='white' transform='translate(0 0.292969)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 16px;
  height: 12px;
  margin-top: 4px;
}
.wp-block-table-blocks .navigation {
  padding: 0;
}
@media (min-width: 767px) {
  .wp-block-table-blocks .navigation {
    display: none;
  }
}

.event-template-event-gipfel .wp-block-ce-customer-voices,
.webinar-template-webinar-gipfel .wp-block-ce-customer-voices,
.post-template-post-gipfel .wp-block-ce-customer-voices {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  text-align: center;
  max-width: 910px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-ce-customer-voices,
  .webinar-template-webinar-gipfel .wp-block-ce-customer-voices,
  .post-template-post-gipfel .wp-block-ce-customer-voices {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.event-template-event-gipfel .wp-block-ce-customer-voices .ce-customer-voice_quote,
.webinar-template-webinar-gipfel .wp-block-ce-customer-voices .ce-customer-voice_quote,
.post-template-post-gipfel .wp-block-ce-customer-voices .ce-customer-voice_quote {
  font-size: 1.625rem;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-ce-customer-voices .ce-customer-voice_quote,
  .webinar-template-webinar-gipfel .wp-block-ce-customer-voices .ce-customer-voice_quote,
  .post-template-post-gipfel .wp-block-ce-customer-voices .ce-customer-voice_quote {
    margin-top: 30px;
  }
}
.event-template-event-gipfel .wp-block-ce-customer-voices .ce-customer-voice_name,
.webinar-template-webinar-gipfel .wp-block-ce-customer-voices .ce-customer-voice_name,
.post-template-post-gipfel .wp-block-ce-customer-voices .ce-customer-voice_name {
  font-weight: 600;
  margin-top: 50px;
  display: block;
}
.event-template-event-gipfel .wp-block-ce-customer-voices svg,
.webinar-template-webinar-gipfel .wp-block-ce-customer-voices svg,
.post-template-post-gipfel .wp-block-ce-customer-voices svg {
  margin-bottom: 20px;
}
.event-template-event-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots,
.webinar-template-webinar-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots,
.post-template-post-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots {
  margin-top: 60px;
  margin-bottom: -28px;
  display: flex;
  align-items: center;
}
.event-template-event-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots button,
.webinar-template-webinar-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots button,
.post-template-post-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots button {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 3px !important;
}
.event-template-event-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots button:not(.active),
.webinar-template-webinar-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots button:not(.active),
.post-template-post-gipfel .wp-block-ce-customer-voices .ce-customer-voices_dots button:not(.active) {
  background-color: #AFAFAF;
  width: 6px;
  height: 6px;
  transform: unset;
}

/* Text Gradient */
.text-gradient:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.text-gradient.alignfull .text-gradient__inner {
  max-width: 100%;
}
.text-gradient.alignwide .text-gradient__inner {
  max-width: 1165px;
}
.text-gradient .text-gradient__inner {
  max-width: 870px;
  margin: 0 auto;
}
.text-gradient.border_top .text-gradient__inner {
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
@media (max-width: 600px) {
  .text-gradient.border_top .text-gradient__inner {
    padding-top: 30px;
  }
}
.text-gradient.border_bottom .text-gradient__inner {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 600px) {
  .text-gradient.border_bottom .text-gradient__inner {
    padding-bottom: 30px;
  }
}
.text-gradient .text-gradient__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .text-gradient .text-gradient__inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
}
.text-gradient h1, .text-gradient h2, .text-gradient h3, .text-gradient .site-topic .events h2, .site-topic .events .text-gradient h2, .text-gradient .site-events .event-listing h2, .site-events .event-listing .text-gradient h2, .text-gradient p {
  padding-bottom: 10px;
}
.text-gradient .btn__wrapper, .text-gradient .modal-button, .text-gradient .efForm .brochure-download .brochure .btn, .efForm .brochure-download .brochure .text-gradient .btn {
  margin-top: -5px;
}
.text-gradient .btn__wrapper svg, .text-gradient .modal-button svg, .text-gradient .efForm .brochure-download .brochure .btn svg, .efForm .brochure-download .brochure .text-gradient .btn svg {
  margin-left: 10px;
}

/* Block Attention */
.event-template-event-gipfel .wp-block-attention,
.webinar-template-webinar-gipfel .wp-block-attention,
.post-template-post-gipfel .wp-block-attention {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-attention,
  .webinar-template-webinar-gipfel .wp-block-attention,
  .post-template-post-gipfel .wp-block-attention {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.event-template-event-gipfel .wp-block-attention .attention__title,
.webinar-template-webinar-gipfel .wp-block-attention .attention__title,
.post-template-post-gipfel .wp-block-attention .attention__title {
  display: block !important;
}
.event-template-event-gipfel .wp-block-attention:not(.alignfull),
.webinar-template-webinar-gipfel .wp-block-attention:not(.alignfull),
.post-template-post-gipfel .wp-block-attention:not(.alignfull) {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.event-template-event-gipfel .wp-block-attention.alignfull .attention__grid,
.event-template-event-gipfel .wp-block-attention.alignfull .attention__title,
.webinar-template-webinar-gipfel .wp-block-attention.alignfull .attention__grid,
.webinar-template-webinar-gipfel .wp-block-attention.alignfull .attention__title,
.post-template-post-gipfel .wp-block-attention.alignfull .attention__grid,
.post-template-post-gipfel .wp-block-attention.alignfull .attention__title {
  max-width: 100%;
}
.event-template-event-gipfel .wp-block-attention.alignwide .attention__grid,
.event-template-event-gipfel .wp-block-attention.alignwide .attention__title,
.webinar-template-webinar-gipfel .wp-block-attention.alignwide .attention__grid,
.webinar-template-webinar-gipfel .wp-block-attention.alignwide .attention__title,
.post-template-post-gipfel .wp-block-attention.alignwide .attention__grid,
.post-template-post-gipfel .wp-block-attention.alignwide .attention__title {
  max-width: 1165px;
}
.event-template-event-gipfel .wp-block-attention .attention__grid,
.event-template-event-gipfel .wp-block-attention .attention__title,
.webinar-template-webinar-gipfel .wp-block-attention .attention__grid,
.webinar-template-webinar-gipfel .wp-block-attention .attention__title,
.post-template-post-gipfel .wp-block-attention .attention__grid,
.post-template-post-gipfel .wp-block-attention .attention__title {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.event-template-event-gipfel .wp-block-attention .attention__image,
.webinar-template-webinar-gipfel .wp-block-attention .attention__image,
.post-template-post-gipfel .wp-block-attention .attention__image {
  width: auto;
}
.event-template-event-gipfel .wp-block-attention .attention__content .attention__title,
.webinar-template-webinar-gipfel .wp-block-attention .attention__content .attention__title,
.post-template-post-gipfel .wp-block-attention .attention__content .attention__title {
  margin-bottom: 20px;
}
.event-template-event-gipfel .wp-block-group .wp-block-attention,
.webinar-template-webinar-gipfel .wp-block-group .wp-block-attention,
.post-template-post-gipfel .wp-block-group .wp-block-attention {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Block Social Sharing Links */
.wp-block-social-sharing-links {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-social-sharing-links {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-social-sharing-links:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-social-sharing-links.alignfull .social-sharing-links-wrapper {
  max-width: 100%;
}
.wp-block-social-sharing-links.alignwide .social-sharing-links-wrapper {
  max-width: 1165px;
}
.wp-block-social-sharing-links .social-sharing-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 5px;
  border: solid var(--color-foreground);
  border-width: 1px 0;
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-social-sharing-links .social-sharing-links-wrapper > a {
  width: 24px;
  height: 24px;
}
.wp-block-social-sharing-links .social-sharing-links-wrapper > a:hover {
  opacity: 0.5;
}
.wp-block-social-sharing-links .social-sharing-links-wrapper > a svg {
  width: 100%;
  height: 100%;
}

/* Block Author */
.wp-block-author {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-author {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 35px 0;
  }
}
.wp-block-author:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-author.alignfull .author__inner {
  max-width: 100%;
}
.wp-block-author.alignwide .author__inner {
  max-width: 1165px;
}
.wp-block-author .author__inner {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-author .author__item {
  display: flex;
  gap: 30px;
}
.wp-block-author .author__item:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .wp-block-author .author__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.wp-block-author .author__item .author__item-image {
  border-radius: 50%;
  overflow: hidden;
  width: 188px;
  min-width: 188px;
  height: 188px;
  position: relative;
}
@media (max-width: 600px) {
  .wp-block-author .author__item .author__item-image {
    width: 85px;
    min-width: 85px;
    height: 85px;
  }
}
.wp-block-author .author__item .author__item-image img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
@media (max-width: 600px) {
  .wp-block-author .author__item .author__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.wp-block-author .author__item .author__item-cite {
  font-family: "GuyotHeadline", serif;
  font-size: 1.625rem;
  line-height: 1.231;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .wp-block-author .author__item .author__item-cite {
    font-size: 1.5rem;
  }
}
.wp-block-author .author__item .author__item-meta-wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.wp-block-author .author__item .author__item-name {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .wp-block-author .author__item .author__item-name {
    font-size: 0.875rem;
  }
}
.wp-block-author .author__item .author__item-function {
  font-size: 0.875rem;
  font-weight: 350;
  color: #AFAFAF;
  line-height: 1.5;
}
.wp-block-author .author__item .author__item-details {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 600px) {
  .wp-block-author .author__item .author__item-details {
    margin-top: 20px;
  }
}
.wp-block-author .author__item .author__item-details .author__item-location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1;
  max-width: 150px;
}
.wp-block-author .author__item .author__item-details .author__item-social-media-links {
  margin-left: 40px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  border-left: 1px solid #ececec;
}
.wp-block-author .author__item .author__item-details .author__item-social-media-links .author__item-social-media-link:not(:last-child) {
  margin-right: 12px;
}

/* Agenda Block */
.wp-block-agenda {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .wp-block-agenda {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-agenda:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-agenda.alignfull .agenda__inner {
  max-width: 100%;
}
.wp-block-agenda.alignwide .agenda__inner {
  max-width: 1165px;
}
.wp-block-agenda .agenda__inner {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-agenda .agenda__inner.agenda-as-teaser {
  position: relative;
}
.wp-block-agenda .agenda__inner.agenda-as-teaser .agenda__content {
  max-height: 750px;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.wp-block-agenda .agenda__inner.agenda-as-teaser .agenda__content::-webkit-scrollbar {
  display: none;
}
.wp-block-agenda .agenda__inner.agenda-as-teaser::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: rgba(177, 177, 0, 0.25);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
  clip: rect(20px, auto, 50px, 0);
  bottom: -20px;
  height: 20px;
  transform: scaleY(-1);
}
.wp-block-agenda .agenda__headline {
  margin-bottom: 40px !important;
}
.wp-block-agenda .agenda__subheadline-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__subheadline-wrap {
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
  }
}
.wp-block-agenda .agenda__subheadline-wrap .agenda__subheadline {
  max-width: 600px;
  margin-bottom: 0;
}
.wp-block-agenda .btn__wrapper svg, .wp-block-agenda .modal-button svg, .wp-block-agenda .efForm .brochure-download .brochure .btn svg, .efForm .brochure-download .brochure .wp-block-agenda .btn svg {
  margin-left: 10px;
}
.wp-block-agenda > .btn__wrapper, .wp-block-agenda > .modal-button, .efForm .brochure-download .brochure .wp-block-agenda > .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 70px;
}
@media (max-width: 600px) {
  .wp-block-agenda > .btn__wrapper, .wp-block-agenda > .modal-button, .efForm .brochure-download .brochure .wp-block-agenda > .btn {
    left: 0;
    transform: unset;
    margin-top: 40px;
  }
}
.wp-block-agenda .agenda__filter-day-links {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.wp-block-agenda .agenda__filter-day-links::-webkit-scrollbar {
  display: none;
}
.wp-block-agenda .agenda__filter-day-links::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #ececec;
}
@media (max-width: 870px) {
  .wp-block-agenda .agenda__filter-day-links {
    width: calc(100% + 20px);
    overflow-X: auto;
  }
}
.wp-block-agenda .agenda__filter-day-links .agenda__filter-day-links-link {
  cursor: pointer;
  height: 40px;
  position: relative;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__filter-day-links .agenda__filter-day-links-link {
    height: 35px;
  }
}
.wp-block-agenda .agenda__filter-day-links .agenda__filter-day-links-link::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  display: none;
  z-index: 1;
}
.wp-block-agenda .agenda__filter-day-links .agenda__filter-day-links-link.agenda__filter-day-links-link--active {
  font-weight: 600;
}
.wp-block-agenda .agenda__filter-day-links .agenda__filter-day-links-link.agenda__filter-day-links-link--active::after {
  display: block;
}
.wp-block-agenda .agenda__filter-type-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ececec;
  margin-bottom: 32px;
}
.wp-block-agenda .agenda__filter-type-links .agenda__filter-type-links-link {
  padding: 6px 10px;
  border: 1px solid #AFAFAF;
  color: #AFAFAF;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 5px;
}
.wp-block-agenda .agenda__filter-type-links .agenda__filter-type-links-link:not(:last-child) {
  margin-right: 5px;
}
.wp-block-agenda .agenda__filter-type-links .agenda__filter-type-links-link:hover, .wp-block-agenda .agenda__filter-type-links .agenda__filter-type-links-link.agenda__filter-type-links-link--active {
  border-color: #666666;
  background-color: #666666;
  color: #fff;
}
.wp-block-agenda .agenda__content-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-agenda .agenda__content-header .time-place {
  width: 150px;
  min-width: 150px;
}
.wp-block-agenda .agenda__content-header .event-author {
  width: 100%;
}
.wp-block-agenda .agenda__content-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 20px 0 15px 0;
}
.wp-block-agenda .agenda__content-title:not(:first-child) {
  margin-top: 50px;
}
.wp-block-agenda .agenda__content-row {
  display: flex;
  position: relative;
  padding: 40px 0;
}
.wp-block-agenda .agenda__content-row::after {
  content: "";
  background-color: #ececec;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.wp-block-agenda .agenda__content-row.same-time::after {
  width: calc(100% - 150px);
}
.wp-block-agenda .agenda__content-row.indent {
  padding-left: 150px;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row.indent {
    padding-left: 100px;
  }
}
.wp-block-agenda .agenda__content-row .agenda__content-row-info {
  width: 150px;
  min-width: 150px;
  padding-right: 20px;
  padding-top: 30px;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row .agenda__content-row-info {
    font-size: 0.875rem;
    width: 100px;
    min-width: 100px;
  }
}
.wp-block-agenda .agenda__content-row .agenda__content-row-info .agenda__content-row-info-time {
  margin-bottom: 5px;
}
.wp-block-agenda .agenda__content-row .agenda__content-row-info .agenda__content-row-info-location {
  line-height: 1.3;
}
.wp-block-agenda .agenda__content-row .agenda__content-row-info .same-time {
  font-size: 0.75rem;
  color: #fff;
  padding: 2px 6px;
  border-radius: 10px;
  background-color: #AFAFAF;
  display: inline-block;
  margin-bottom: 5px;
}
.wp-block-agenda .agenda__content-row .agenda__content-row-details {
  overflow: hidden;
}
.wp-block-agenda .agenda__content-row .agenda__content-row-title {
  font-size: 1.5rem;
  font-family: "Grotesque";
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row .agenda__content-row-title {
    font-size: 1.125rem;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
.wp-block-agenda .agenda__content-row .agenda__content-row-text {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row .agenda__content-row-text {
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row .agenda__content-row-text p {
    font-size: 1rem;
  }
}
.wp-block-agenda .agenda__content-row .agenda__content-row-text ul {
  padding: 0;
  margin: 20px 0 !important;
  list-style: none !important;
}
.wp-block-agenda .agenda__content-row .agenda__content-row-text ul li {
  padding-left: 30px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row .agenda__content-row-text ul li {
    font-size: 1rem;
  }
}
.wp-block-agenda .agenda__content-row .agenda__content-row-text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wp-block-agenda .agenda__content-row .agenda__content-row-text ul li::before {
  content: "";
  background-color: var(--color-primary);
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.wp-block-agenda .agenda__content-row-languages-duration-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row-languages-duration-wrap {
    font-size: 0.875rem;
  }
}
.wp-block-agenda .agenda__content-row-languages-duration-wrap svg {
  margin-right: 10px;
}
.wp-block-agenda .agenda__content-row-languages-duration-wrap span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.wp-block-agenda .agenda__content-row-lecture-types {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .wp-block-agenda .agenda__content-row-lecture-types {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.wp-block-agenda .agenda__content-row-lecture-types .agenda__content-row-lecture-types-item {
  display: inline-block;
  padding: 4px 8px;
  background-color: #FCE5CC;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
.wp-block-agenda .agenda__content-row-lecture-types .agenda__content-row-lecture-types-item:not(:last-child) {
  margin-right: 5px;
}
.wp-block-agenda .agenda__content-row-speaker-minify {
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 10px;
}
.wp-block-agenda .agenda__content-row-speaker-minify .agenda__content-row-speaker-minify-images {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  position: relative;
}
.wp-block-agenda .agenda__content-row-speaker-minify .agenda__content-row-speaker-minify-images + .agenda__content-row-speaker-minify-images {
  margin-left: -13px;
}
.wp-block-agenda .agenda__content-row-speaker-minify .speaker-count {
  color: var(--color-primary);
}
.wp-block-agenda .js-speaker-collapsed {
  cursor: pointer;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper {
  margin-top: 35px;
  overflow: hidden;
  min-height: 48px;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper.collapsed {
  display: none;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper.collapsed .agenda__content-row-speaker {
  opacity: 0;
  transform: translateX(-120%);
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-120%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wp-block-agenda .agenda__content-row-speaker-wrapper.show-speaker {
  display: block !important;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper.show-speaker .agenda__content-row-speaker {
  animation-name: slideRight;
  animation-delay: var(--delay);
}
.wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker:not(:last-child) {
  margin-bottom: 20px;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker .agenda__content-row-speaker-cover {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
}
@media (min-width: 720px) {
  .wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker .agenda__content-row-speaker-cover {
    width: 125px;
    height: 125px;
  }
}
.wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker .agenda__content-row-speaker-cover img {
  border-radius: 50%;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker .agenda__content-row-speaker-details {
  display: flex;
  align-items: center;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker .agenda__content-row-speaker-name {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.wp-block-agenda .agenda__content-row-speaker-wrapper .agenda__content-row-speaker .agenda__content-row-speaker-role {
  color: #666666;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* Block Contact with form */
.wp-block-contact-with-form {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F6F6F6;
}
@media (max-width: 600px) {
  .wp-block-contact-with-form {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.wp-block-contact-with-form:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-contact-with-form.alignfull .contact-with-form__inner {
  max-width: 100%;
}
.wp-block-contact-with-form.alignwide .contact-with-form__inner {
  max-width: 1165px;
}
.wp-block-contact-with-form .contact-with-form__inner {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-contact-with-form .contact-with-form__wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .wp-block-contact-with-form .contact-with-form__wrap {
    flex-direction: column;
  }
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts {
  width: 270px;
  min-width: 270px;
}
@media (max-width: 768px) {
  .wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts {
    width: 100%;
    min-width: 0;
  }
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__layout {
  width: 100%;
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__layout .hmg-contact {
  width: 100%;
}
@media (max-width: 768px) {
  .wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__layout .hmg-contact {
    display: flex;
    gap: 20px;
  }
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__layout .hmg-contact:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__layout .hmg-contact:not(:last-child) {
    margin-bottom: 40px;
  }
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__layout .hmg-contact .hmg-contact__cover {
  min-width: 144px !important;
  width: 144px !important;
  height: 144px !important;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__layout .hmg-contact .hmg-contact__cover {
    min-width: 70px !important;
    width: 70px !important;
    height: 70px !important;
  }
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__role {
  margin-bottom: 10px;
  display: block;
  color: #666666;
  font-size: 0.875rem;
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__phone {
  color: var(--color-primary);
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__name {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__bio {
  display: none;
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__email {
  color: var(--color-primary);
  margin-bottom: 5px;
  display: block;
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__email.hmg-contact__email--hide-mobile {
  margin-top: 10px;
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__contacts .hmg-contact__details-contact {
  display: none;
}
.wp-block-contact-with-form .contact-with-form__wrap .contact-with-form__mixed-content {
  width: 100%;
}
.wp-block-contact-with-form .contact-with-form__wrap input, .wp-block-contact-with-form .contact-with-form__wrap select, .wp-block-contact-with-form .contact-with-form__wrap textarea {
  background: none !important;
}
.wp-block-contact-with-form .contact-with-form__wrap .input-field-element:not(:placeholder-shown) + .input-field-label, .wp-block-contact-with-form .contact-with-form__wrap .input-field-element:not(:placeholder-shown) + .control-label, .wp-block-contact-with-form .contact-with-form__wrap .form-control:not(:placeholder-shown) + .input-field-label, .wp-block-contact-with-form .contact-with-form__wrap .form-control:not(:placeholder-shown) + .control-label {
  background-color: #F6F6F6;
}

/* Header Gipfel */
.navigation-gipfel {
  width: 100%;
  top: 0;
  z-index: 99;
  overflow: hidden;
  font-size: 1rem;
  color: var(--navigation-color);
  font-weight: 600;
  border-bottom: none;
  background-color: transparent;
  animation: fade-in 0.5s ease-in;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navigation-gipfel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--nav-background-color);
  opacity: 1;
  transition: opacity 0.2s linear;
}
.navigation-gipfel.has-bg-image-color-layer::before {
  z-index: 2;
}
.navigation-gipfel .container {
  z-index: 2;
}
.navigation-gipfel .navigation-gipfel__search {
  margin-right: 1rem;
  display: flex;
}
@media screen and (min-width: 1648px) {
  .navigation-gipfel .navigation-gipfel__search {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .navigation-gipfel .navigation-gipfel__search {
    margin-right: 5px !important;
  }
}
.navigation-gipfel .action__wrapper.action--search {
  display: none !important;
}
@media (max-width: 768px) {
  .navigation-gipfel .sso-user-menu__action--user-login {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 1647px) {
  .navigation-gipfel .sso-user-menu__action--user-login .sso-user-menu__action-label {
    display: none !important;
  }
}
.navigation-gipfel #menu_opener {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .navigation-gipfel #menu_opener {
    margin-left: 5px !important;
  }
}
.navigation-gipfel .backlinks {
  width: 150px;
  line-height: 1;
}
.navigation-gipfel .backlinks .hidden {
  display: none;
}
.navigation-gipfel .gipfel-home-page-link {
  display: flex;
  align-items: center;
}
.navigation-gipfel .gipfel-home-page-link span {
  display: inline-flex;
  margin-right: 18px;
}
.navigation-gipfel .gipfel-home-page-link span svg {
  width: 8px;
  height: 14px;
}
.navigation-gipfel .gipfel-home-page-link span svg path {
  stroke: var(--navigation-color);
}
.navigation-gipfel .event-home-page-link span {
  line-height: 1.1em;
}
.navigation-gipfel .event-home-page-link img {
  max-height: 40px;
  width: auto;
}
@media screen and (max-width: 964px) {
  .navigation-gipfel .event-home-page-link img {
    max-height: 30px;
  }
}
.navigation-gipfel .navigation-links {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 964px) {
  .navigation-gipfel .navigation-links {
    display: none;
  }
}
.navigation-gipfel .navigation-links .navigation-links__item {
  position: relative;
}
.navigation-gipfel .navigation-links .navigation-links__item::after {
  content: "";
  background-color: var(--navigation-color);
  height: 2px;
  width: 100%;
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.navigation-gipfel .navigation-links .navigation-links__item:hover::after, .navigation-gipfel .navigation-links .navigation-links__item.navigation-links__item--active::after {
  display: block;
}
@media screen and (max-width: 1647px) {
  .navigation-gipfel:not(.show-in-header) .navigation-links {
    display: none;
  }
}
@media screen and (min-width: 964px) {
  .navigation-gipfel.show-in-header #menu_opener {
    display: none;
  }
}
.navigation-gipfel .sso-user-menu .sso-user-menu__action-label {
  color: var(--navigation-color);
}
.navigation-gipfel .sso-user-menu svg path {
  color: var(--navigation-color);
}
.navigation-gipfel .sso-user-menu svg path:not(:nth-child(3)) {
  fill: var(--navigation-color);
}
@media screen and (max-width: 1647px) {
  .navigation-gipfel .sso-user-menu .sso-hide-on-mobile {
    display: none;
  }
}
.navigation-gipfel .navigation-gipfel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--gipfel-hero-height, 100%);
  z-index: 1;
  object-fit: cover;
  transition: opacity 0.2s linear;
}
.navigation-gipfel .navigation-gipfel__image.bg-image-pull {
  opacity: var(--gipfel-hero-height, 0);
}
.navigation-gipfel.is-overlaying-hero.no-bg-when-overlaying-hero .navigation-gipfel__image {
  opacity: 0;
}
.navigation-gipfel.is-overlaying-hero.no-bg-when-overlaying-hero::before {
  opacity: 0;
}

body.event-template-event-gipfel.event-subpage .navigation-gipfel .navigation-gipfel__image {
  object-position: top;
}

/* Navigation Gipfel Logo */
.navigation-gipfel-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-height: 564px) {
  .navigation-gipfel-logo {
    display: none;
  }
}
@media (min-width: 720px) and (min-height: 964px) {
  .navigation-gipfel-logo {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.navigation-gipfel-logo .navigation-gipfel-logo__image {
  width: 480px;
  height: auto;
}
.navigation-gipfel-logo.has-logo-background {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
}
@media (min-width: 720px) and (min-height: 964px) {
  .navigation-gipfel-logo.has-logo-background {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Navigation */
.event-template-event-gipfel .ce-customer-voices_navigation,
.hmg__pagination,
.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 0 20px;
  opacity: 1;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .ce-customer-voices_navigation,
  .hmg__pagination,
  .navigation {
    justify-content: space-between;
  }
}
.event-template-event-gipfel .ce-customer-voices_navigation.ce-customer-voices_navigation,
.hmg__pagination.ce-customer-voices_navigation,
.navigation.ce-customer-voices_navigation {
  justify-content: space-between;
  margin-top: 0;
  padding: 0;
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next,
.hmg__pagination .glider-prev,
.hmg__pagination .glider-next,
.hmg__pagination .hmg__pagination-btn-prev,
.hmg__pagination .hmg__pagination-btn-next,
.hmg__pagination .swiper-button-prev,
.hmg__pagination .swiper-button-next,
.navigation .glider-prev,
.navigation .glider-next,
.navigation .hmg__pagination-btn-prev,
.navigation .hmg__pagination-btn-next,
.navigation .swiper-button-prev,
.navigation .swiper-button-next {
  min-width: 44px;
  height: 44px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1 !important;
  position: relative;
  margin: 0;
  z-index: 1;
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next svg,
.hmg__pagination .glider-prev svg,
.hmg__pagination .glider-next svg,
.hmg__pagination .hmg__pagination-btn-prev svg,
.hmg__pagination .hmg__pagination-btn-next svg,
.hmg__pagination .swiper-button-prev svg,
.hmg__pagination .swiper-button-next svg,
.navigation .glider-prev svg,
.navigation .glider-next svg,
.navigation .hmg__pagination-btn-prev svg,
.navigation .hmg__pagination-btn-next svg,
.navigation .swiper-button-prev svg,
.navigation .swiper-button-next svg {
  width: 34px;
  height: 34px;
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.glider-prev, .event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.glider-next,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.glider-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.glider-next,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.glider-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.glider-next,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.glider-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.glider-next,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.glider-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.glider-next,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.glider-prev,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.glider-next,
.hmg__pagination .glider-prev.glider-prev,
.hmg__pagination .glider-prev.glider-next,
.hmg__pagination .glider-next.glider-prev,
.hmg__pagination .glider-next.glider-next,
.hmg__pagination .hmg__pagination-btn-prev.glider-prev,
.hmg__pagination .hmg__pagination-btn-prev.glider-next,
.hmg__pagination .hmg__pagination-btn-next.glider-prev,
.hmg__pagination .hmg__pagination-btn-next.glider-next,
.hmg__pagination .swiper-button-prev.glider-prev,
.hmg__pagination .swiper-button-prev.glider-next,
.hmg__pagination .swiper-button-next.glider-prev,
.hmg__pagination .swiper-button-next.glider-next,
.navigation .glider-prev.glider-prev,
.navigation .glider-prev.glider-next,
.navigation .glider-next.glider-prev,
.navigation .glider-next.glider-next,
.navigation .hmg__pagination-btn-prev.glider-prev,
.navigation .hmg__pagination-btn-prev.glider-next,
.navigation .hmg__pagination-btn-next.glider-prev,
.navigation .hmg__pagination-btn-next.glider-next,
.navigation .swiper-button-prev.glider-prev,
.navigation .swiper-button-prev.glider-next,
.navigation .swiper-button-next.glider-prev,
.navigation .swiper-button-next.glider-next {
  left: auto !important;
  right: auto !important;
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.glider-prev svg, .event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.glider-next svg, .event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.swiper-button-prev svg, .event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.swiper-button-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.glider-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.glider-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.swiper-button-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.swiper-button-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.glider-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.glider-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.swiper-button-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.swiper-button-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.glider-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.glider-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.swiper-button-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.swiper-button-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.glider-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.glider-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.swiper-button-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.swiper-button-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.glider-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.glider-next svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.swiper-button-prev svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.swiper-button-next svg,
.hmg__pagination .glider-prev.glider-prev svg,
.hmg__pagination .glider-prev.glider-next svg,
.hmg__pagination .glider-prev.swiper-button-prev svg,
.hmg__pagination .glider-prev.swiper-button-next svg,
.hmg__pagination .glider-next.glider-prev svg,
.hmg__pagination .glider-next.glider-next svg,
.hmg__pagination .glider-next.swiper-button-prev svg,
.hmg__pagination .glider-next.swiper-button-next svg,
.hmg__pagination .hmg__pagination-btn-prev.glider-prev svg,
.hmg__pagination .hmg__pagination-btn-prev.glider-next svg,
.hmg__pagination .hmg__pagination-btn-prev.swiper-button-prev svg,
.hmg__pagination .hmg__pagination-btn-prev.swiper-button-next svg,
.hmg__pagination .hmg__pagination-btn-next.glider-prev svg,
.hmg__pagination .hmg__pagination-btn-next.glider-next svg,
.hmg__pagination .hmg__pagination-btn-next.swiper-button-prev svg,
.hmg__pagination .hmg__pagination-btn-next.swiper-button-next svg,
.hmg__pagination .swiper-button-prev.glider-prev svg,
.hmg__pagination .swiper-button-prev.glider-next svg,
.hmg__pagination .swiper-button-prev.swiper-button-prev svg,
.hmg__pagination .swiper-button-prev.swiper-button-next svg,
.hmg__pagination .swiper-button-next.glider-prev svg,
.hmg__pagination .swiper-button-next.glider-next svg,
.hmg__pagination .swiper-button-next.swiper-button-prev svg,
.hmg__pagination .swiper-button-next.swiper-button-next svg,
.navigation .glider-prev.glider-prev svg,
.navigation .glider-prev.glider-next svg,
.navigation .glider-prev.swiper-button-prev svg,
.navigation .glider-prev.swiper-button-next svg,
.navigation .glider-next.glider-prev svg,
.navigation .glider-next.glider-next svg,
.navigation .glider-next.swiper-button-prev svg,
.navigation .glider-next.swiper-button-next svg,
.navigation .hmg__pagination-btn-prev.glider-prev svg,
.navigation .hmg__pagination-btn-prev.glider-next svg,
.navigation .hmg__pagination-btn-prev.swiper-button-prev svg,
.navigation .hmg__pagination-btn-prev.swiper-button-next svg,
.navigation .hmg__pagination-btn-next.glider-prev svg,
.navigation .hmg__pagination-btn-next.glider-next svg,
.navigation .hmg__pagination-btn-next.swiper-button-prev svg,
.navigation .hmg__pagination-btn-next.swiper-button-next svg,
.navigation .swiper-button-prev.glider-prev svg,
.navigation .swiper-button-prev.glider-next svg,
.navigation .swiper-button-prev.swiper-button-prev svg,
.navigation .swiper-button-prev.swiper-button-next svg,
.navigation .swiper-button-next.glider-prev svg,
.navigation .swiper-button-next.glider-next svg,
.navigation .swiper-button-next.swiper-button-prev svg,
.navigation .swiper-button-next.swiper-button-next svg {
  margin: 0;
  width: 8px;
  height: 16px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev::after,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next::after,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev::after,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next::after,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev::after,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next::after,
.hmg__pagination .glider-prev::after,
.hmg__pagination .glider-next::after,
.hmg__pagination .hmg__pagination-btn-prev::after,
.hmg__pagination .hmg__pagination-btn-next::after,
.hmg__pagination .swiper-button-prev::after,
.hmg__pagination .swiper-button-next::after,
.navigation .glider-prev::after,
.navigation .glider-next::after,
.navigation .hmg__pagination-btn-prev::after,
.navigation .hmg__pagination-btn-next::after,
.navigation .swiper-button-prev::after,
.navigation .swiper-button-next::after {
  font-size: 1rem;
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.disabled, .event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.swiper-button-disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.swiper-button-disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.swiper-button-disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.swiper-button-disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.swiper-button-disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.disabled,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.swiper-button-disabled,
.hmg__pagination .glider-prev.disabled,
.hmg__pagination .glider-prev.swiper-button-disabled,
.hmg__pagination .glider-next.disabled,
.hmg__pagination .glider-next.swiper-button-disabled,
.hmg__pagination .hmg__pagination-btn-prev.disabled,
.hmg__pagination .hmg__pagination-btn-prev.swiper-button-disabled,
.hmg__pagination .hmg__pagination-btn-next.disabled,
.hmg__pagination .hmg__pagination-btn-next.swiper-button-disabled,
.hmg__pagination .swiper-button-prev.disabled,
.hmg__pagination .swiper-button-prev.swiper-button-disabled,
.hmg__pagination .swiper-button-next.disabled,
.hmg__pagination .swiper-button-next.swiper-button-disabled,
.navigation .glider-prev.disabled,
.navigation .glider-prev.swiper-button-disabled,
.navigation .glider-next.disabled,
.navigation .glider-next.swiper-button-disabled,
.navigation .hmg__pagination-btn-prev.disabled,
.navigation .hmg__pagination-btn-prev.swiper-button-disabled,
.navigation .hmg__pagination-btn-next.disabled,
.navigation .hmg__pagination-btn-next.swiper-button-disabled,
.navigation .swiper-button-prev.disabled,
.navigation .swiper-button-prev.swiper-button-disabled,
.navigation .swiper-button-next.disabled,
.navigation .swiper-button-next.swiper-button-disabled {
  border-color: #AFAFAF;
  color: #AFAFAF;
  background-color: transparent;
  pointer-events: none;
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.disabled svg, .event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.swiper-button-disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.swiper-button-disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.swiper-button-disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.swiper-button-disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.swiper-button-disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.disabled svg,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.swiper-button-disabled svg,
.hmg__pagination .glider-prev.disabled svg,
.hmg__pagination .glider-prev.swiper-button-disabled svg,
.hmg__pagination .glider-next.disabled svg,
.hmg__pagination .glider-next.swiper-button-disabled svg,
.hmg__pagination .hmg__pagination-btn-prev.disabled svg,
.hmg__pagination .hmg__pagination-btn-prev.swiper-button-disabled svg,
.hmg__pagination .hmg__pagination-btn-next.disabled svg,
.hmg__pagination .hmg__pagination-btn-next.swiper-button-disabled svg,
.hmg__pagination .swiper-button-prev.disabled svg,
.hmg__pagination .swiper-button-prev.swiper-button-disabled svg,
.hmg__pagination .swiper-button-next.disabled svg,
.hmg__pagination .swiper-button-next.swiper-button-disabled svg,
.navigation .glider-prev.disabled svg,
.navigation .glider-prev.swiper-button-disabled svg,
.navigation .glider-next.disabled svg,
.navigation .glider-next.swiper-button-disabled svg,
.navigation .hmg__pagination-btn-prev.disabled svg,
.navigation .hmg__pagination-btn-prev.swiper-button-disabled svg,
.navigation .hmg__pagination-btn-next.disabled svg,
.navigation .hmg__pagination-btn-next.swiper-button-disabled svg,
.navigation .swiper-button-prev.disabled svg,
.navigation .swiper-button-prev.swiper-button-disabled svg,
.navigation .swiper-button-next.disabled svg,
.navigation .swiper-button-next.swiper-button-disabled svg {
  filter: invert(75%) sepia(0%) saturate(40%) hue-rotate(221deg) brightness(96%) contrast(83%);
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev.swiper-button-lock,
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next.swiper-button-lock,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev.swiper-button-lock,
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next.swiper-button-lock,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev.swiper-button-lock,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next.swiper-button-lock,
.hmg__pagination .glider-prev.swiper-button-lock,
.hmg__pagination .glider-next.swiper-button-lock,
.hmg__pagination .hmg__pagination-btn-prev.swiper-button-lock,
.hmg__pagination .hmg__pagination-btn-next.swiper-button-lock,
.hmg__pagination .swiper-button-prev.swiper-button-lock,
.hmg__pagination .swiper-button-next.swiper-button-lock,
.navigation .glider-prev.swiper-button-lock,
.navigation .glider-next.swiper-button-lock,
.navigation .hmg__pagination-btn-prev.swiper-button-lock,
.navigation .hmg__pagination-btn-next.swiper-button-lock,
.navigation .swiper-button-prev.swiper-button-lock,
.navigation .swiper-button-next.swiper-button-lock {
  display: none !important;
}
.event-template-event-gipfel .ce-customer-voices_navigation .glider-prev:not(.swiper-button-disabled):not(.disabled),
.event-template-event-gipfel .ce-customer-voices_navigation .glider-next:not(.swiper-button-disabled):not(.disabled),
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-prev:not(.swiper-button-disabled):not(.disabled),
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-btn-next:not(.swiper-button-disabled):not(.disabled),
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-prev:not(.swiper-button-disabled):not(.disabled),
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-button-next:not(.swiper-button-disabled):not(.disabled),
.hmg__pagination .glider-prev:not(.swiper-button-disabled):not(.disabled),
.hmg__pagination .glider-next:not(.swiper-button-disabled):not(.disabled),
.hmg__pagination .hmg__pagination-btn-prev:not(.swiper-button-disabled):not(.disabled),
.hmg__pagination .hmg__pagination-btn-next:not(.swiper-button-disabled):not(.disabled),
.hmg__pagination .swiper-button-prev:not(.swiper-button-disabled):not(.disabled),
.hmg__pagination .swiper-button-next:not(.swiper-button-disabled):not(.disabled),
.navigation .glider-prev:not(.swiper-button-disabled):not(.disabled),
.navigation .glider-next:not(.swiper-button-disabled):not(.disabled),
.navigation .hmg__pagination-btn-prev:not(.swiper-button-disabled):not(.disabled),
.navigation .hmg__pagination-btn-next:not(.swiper-button-disabled):not(.disabled),
.navigation .swiper-button-prev:not(.swiper-button-disabled):not(.disabled),
.navigation .swiper-button-next:not(.swiper-button-disabled):not(.disabled) {
  cursor: pointer;
}
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-items,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-pagination,
.hmg__pagination .hmg__pagination-items,
.hmg__pagination .swiper-pagination,
.navigation .hmg__pagination-items,
.navigation .swiper-pagination {
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto;
  position: relative;
  z-index: 1;
}
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-items .swiper-pagination-bullet,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-pagination .swiper-pagination-bullet,
.hmg__pagination .hmg__pagination-items .swiper-pagination-bullet,
.hmg__pagination .swiper-pagination .swiper-pagination-bullet,
.navigation .hmg__pagination-items .swiper-pagination-bullet,
.navigation .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #AFAFAF;
  transition: 100ms;
  display: inline-block;
  margin: 3px !important;
  cursor: pointer;
  z-index: 1;
  opacity: 1 !important;
}
.event-template-event-gipfel .ce-customer-voices_navigation .hmg__pagination-items .swiper-pagination-bullet.swiper-pagination-bullet-active,
.event-template-event-gipfel .ce-customer-voices_navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hmg__pagination .hmg__pagination-items .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hmg__pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.navigation .hmg__pagination-items .swiper-pagination-bullet.swiper-pagination-bullet-active,
.navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  width: 8px;
  height: 8px;
}
.event-template-event-gipfel .ce-customer-voices_navigation.hmg__pagination,
.hmg__pagination.hmg__pagination,
.navigation.hmg__pagination {
  padding-top: 20px !important;
  width: 100%;
  justify-content: space-between;
  max-width: calc(1165px + 40px);
  margin: 100px auto;
  position: relative;
}
.event-template-event-gipfel .ce-customer-voices_navigation.hmg__pagination::before,
.hmg__pagination.hmg__pagination::before,
.navigation.hmg__pagination::before {
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  display: block;
  margin: 0 auto;
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.event-template-event-gipfel .ce-customer-voices_navigation.hmg__pagination .hmg__pagination-item,
.hmg__pagination.hmg__pagination .hmg__pagination-item,
.navigation.hmg__pagination .hmg__pagination-item {
  color: #AFAFAF;
  font-size: 1rem;
  margin: 0 5px;
  font-family: "Grotesque";
  cursor: pointer;
  font-weight: 600;
}
.event-template-event-gipfel .ce-customer-voices_navigation.hmg__pagination .hmg__pagination-item:hover, .event-template-event-gipfel .ce-customer-voices_navigation.hmg__pagination .hmg__pagination-item.hmg__pagination-item--active,
.hmg__pagination.hmg__pagination .hmg__pagination-item:hover,
.hmg__pagination.hmg__pagination .hmg__pagination-item.hmg__pagination-item--active,
.navigation.hmg__pagination .hmg__pagination-item:hover,
.navigation.hmg__pagination .hmg__pagination-item.hmg__pagination-item--active {
  color: var(--color-primary);
}

/* Loading Spinner */
.hmg-loading-spinner {
  margin: 100px auto 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hmg-loading-spinner.hmg-loading-spinner--hide {
  display: none;
}
.hmg-loading-spinner .hmg-loading-spinner__inner {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #AFAFAF;
  background-repeat: no-repeat;
  animation: hmg-loading-spinner-animation 1s infinite linear;
  position: relative;
}
.hmg-loading-spinner .hmg-loading-spinner__inner::after {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 50%;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.hmg-loading-spinner span {
  display: inline-block;
  margin-top: 1rem;
  color: #AFAFAF;
  font-size: 0.875rem;
}

@keyframes hmg-loading-spinner-animation {
  100% {
    transform: rotate(1turn);
  }
}
/* Button */
.btn__wrapper.btn--white-fill, .btn--white-fill.modal-button, .efForm .brochure-download .brochure .btn--white-fill.btn {
  background-color: #fff;
  color: primary;
  border-color: #fff;
}
.btn__wrapper.btn--white-fill:hover, .btn--white-fill.modal-button:hover, .efForm .brochure-download .brochure .btn--white-fill.btn:hover {
  color: var(--color-primary-dark);
}

/* CTA Button */
.wp-block-cta-button {
  margin: 30px 0;
}
.wp-block-cta-button .secondary a {
  background-color: transparent !important;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.wp-block-cta-button .secondary a:hover {
  border-color: var(--color-primary-dark);
  color: var(--color-primary-dark);
}

/*# sourceMappingURL=style.css.map */
