/*!
Theme Name: Pensionhub
Theme URI: https://lipgens.de/pensionhub
Author: Dr. Stefan Lipgens
Author URI: https://lipgens.de
Description: Responsive Theme für pensionhub.io.
Version: 1.0.0
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: pensionhub
Tags:

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

pensionhub is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: 'Branding-Regular';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(./assets/fonts/Branding-Semilight.woff2) format('woff2');
}

@font-face {
  font-family: 'Branding-Medium';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(./assets/fonts/Branding-Medium.woff2) format('woff2');
}

@font-face {
  font-family: 'Branding-Semibold';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(./assets/fonts/Branding-Semibold.woff2) format('woff2');
}

@font-face {
  font-family: 'Branding-Light';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(./assets/fonts/Branding-Light.woff2) format('woff2');
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Branding-Regular";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/*Variables*/

:root {
  --white: #ffffff;
  --white-semitransparent: rgba(255, 255, 255, 0.5);
  --white-quartertransparent: rgba(255, 255, 255, 0.25);
  --red: #ec301c;
  --red-transparent: rgba(236, 48, 28, 0.2);
  --blue: #061222;
  --blue-text: #061222;
  --blue-dark: #061222;
  --blue-medium: #014c6e;
  --blue-medium-transparent: rgba(1, 76, 110, 0.5);
  --blue-light: #8f9bac;
  --blue-gradient: hsl(214deg 70% 8%) 0%,
	hsl(212deg 65% 9%) 20%,
	hsl(211deg 64% 11%) 36%,
	hsl(210deg 65% 12%) 49%,
	hsl(208deg 66% 14%) 59%,
	hsl(207deg 67% 15%) 68%,
	hsl(206deg 69% 16%) 75%,
	hsl(205deg 72% 18%) 81%,
	hsl(204deg 75% 19%) 86%,
	hsl(202deg 79% 20%) 91%,
	hsl(201deg 84% 21%) 94%,
	hsl(200deg 91% 21%) 97%,
	hsl(199deg 98% 22%) 100%;
  --grey: #c4c6c4;
}

/* Animations */

@keyframes wabern {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.9);
  }

  60% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

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

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

@keyframes rotate-up {
  from {
    transform: rotate(90deg);
  }

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

@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appear-slow {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 100px));
  }
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "Branding-Regular";
  font-size: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(16 35 53 / var(--tw-text-opacity));
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

body:not(.wp-admin, .block-editor-iframe__body) {
  font-family: "Branding-Regular", sans-serif;
  background-color: var(--white);
  color: var(--blue);
  opacity: 0;
  font-size: 30px;
}

body:not(.wp-admin, .block-editor-iframe__body) h1.entry-title{
  display:none;
}

body.is-ready{
  opacity: 1;
  transition: opacity 1000ms;
}

section:not(.widget) {
  background-color: var(--white);
  color: var(--blue-text);
}

/* resetting getwid stuff */

.wp-block-getwid-media-text-slider-slide__content {
  padding: 0;
}

.wp-block-getwid-media-text-slider-slide-content {
  max-width: 100%;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

:where(.wp-block-columns.is-layout-flex){
  gap: 1.33em;
}

:where(.wp-block-columns.is-layout-grid){
  gap: 1.33em;
}

.wp-block-getwid-content-slider .slick-dotted.slick-slider,
.wp-block-getwid-images-slider .slick-dotted.slick-slider,
.wp-block-getwid-media-text-slider .slick-dotted.slick-slider,
.wp-block-getwid-post-carousel .slick-dotted.slick-slider,
.wp-block-getwid-post-slider .slick-dotted.slick-slider {
  padding-bottom:0
}

:where(.editor-styles-wrapper) textarea {
  background-color: var(--grey) !important;
}

.is-layout-constrained > .alignleft,
.is-layout-flow > .alignleft {
  margin-inline-end: 1em;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: inherit;
}

body.block-editor-iframe__body .wp-block[data-type="core/widget-area"],
body.wp-admin .wp-block[data-type="core/widget-area"] {
  max-width: 90%;
}

.desktop{
}

body:not(.wp-admin, .block-editor-iframe__body) .mobile,
body:not(.wp-admin, .block-editor-iframe__body) .tablet {
  display: none !important;
}

.wp-block-button {
  line-height: 1em;
  display: inline-block;
}

.wp-block-separator {
  border-top: 1px solid;
}

.two-columns {
  -moz-column-gap: 1.33em;
       column-gap: 1.33em;
  -moz-column-count: 2;
       column-count: 2;
}

/* Buttons */

:-moz-focusring,
:focus-visible {
  outline: none !important;
}

.text-regular,
.regular {
  font-family: "Branding-Regular" !important;
}

.text-medium {
  font-family: "Branding-Medium" !important;
}

.text-light {
  font-family: "Branding-Light" !important;
}

p {
  margin-bottom: 1em;
  hyphens: auto;
  -webkit-hyphens: auto;
}

p.h-0{
  line-height: 0;
  margin-top: 50px;
  margin-bottom: -50px;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
}

hr {
  margin: 2em 0;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.t-0,
.t-0 .wp-block-getwid-section__wrapper{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.b-0,
.b-0 .wp-block-getwid-section__wrapper{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-0,
.pb-0 .wp-block-getwid-section__wrapper{
  padding-bottom: 0 !important;
}

.pb-125 .wp-block-getwid-section__wrapper{
  padding-bottom: 4.16667em !important;
}

.pb-150 .wp-block-getwid-section__wrapper{
  padding-bottom: 5em !important;
}

.pb-250 .wp-block-getwid-section__wrapper{
  padding-bottom: 8.3334em !important;
}

.p-0 {
  padding: 0 !important;
}

.g-0 {
  gap:0;
}

.mt-dot5em {
  margin-top: .5em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-160 {
  margin-top: 160px;
}

.mt-100 {
  margin-top: 100px;
}

.h-100 {
  height: 3.33334em !important;
}

.h-30 {
  height: 1em !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.wp-element-button,
.wp-block-button__link {
  font-family: "Branding-Medium";
  /*text-transform: uppercase;*/
  font-size: .7334em;
  line-height: 1em;
  color: var(--white);
  background-color: var(--blue-light);
  transition: background-color 500ms ease-in-out;
  padding: .85em 1em .85em 2.5em;
  border-radius: .25em;
  cursor: pointer;
}

.wp-block-button.alternative {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wp-block-button.alternative .wp-block-button__link {
  font-size: 1em;
  line-height: 1.2em;
  padding: 1.5em 1.3em 1.5em 1.5em;
  font-family: "Branding-Medium";
  text-align: left;
}

.wp-block-button.alternative .wp-block-button__link strong {
  font-family: "Branding-Semibold";
}

.wp-block-button.alternative .wp-block-button__link::before {
  margin-left: inherit;
  right: .6em;
  bottom: .6em;
}

.wp-block-button__link:hover {
  background-color: var(--white);
  color: var(--blue);
  transition: background-color 500ms ease-in-out;
}

.wp-element-button::before,
.wp-block-button__link::before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  margin-left:-1.5em;
  display: inline-block;
  -webkit-mask-image: url('assets/images/KOSH_Kreis_Buttons.svg');
  mask-image: url('assets/images/KOSH_Kreis_Buttons.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--white);
  transform: scale(1);
}

.wp-block-button:not(.disabled) .wp-element-button:hover::before,
.wp-block-button:not(.disabled) .wp-block-button__link:hover::before {
  -webkit-mask-image: url('assets/images/KOSH_Scheibe_Buttons.svg');
  mask-image: url('assets/images/KOSH_Scheibe_Buttons.svg');
  transform: scale(1);
  background-color: var(--blue);
}

body:not(.wp-admin, .block-editor-iframe__body) .wp-block-button:not(.disabled) .wp-block-button__link:hover::before {
  transform: scale(1);
  animation: wabern 300ms ease-in-out;
}

/* Navigation */

.site-info {
  visibility: hidden;
  height: 0;
}

#masthead {
  z-index:20;
  position: relative;
}

#masthead:has(.open){
  z-index:30;
}

#site-navigation {
  position: absolute;
  top: 85px;
  height: 55px;
  padding: 0 calc(50vw - 810px);
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-navigation.sticky {
  top: 0;
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .hamburger {
  display: none;
}

#site-navigation:has(div > .hamburger.is-active) {
  position: fixed;
}

#site-navigation .home-link.sticky {
  display:none;
}

#site-navigation.sticky {
  position: fixed;
  height: 100px;
  background: linear-gradient(
			180deg,
			var(--blue-gradient)
	);
}

#site-navigation:not(:has(div > .hamburger.is-active)).sticky {
  top: 0;
}

#site-navigation.sticky .home-link.sticky {
  display: block;
}

#site-navigation.sticky .home-link.nonsticky {
  display: none;
}

#site-navigation > div {
  height: 75px;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-navigation > div > button {
  order: 3
}

#site-navigation.sticky > div{
  height: 75px;
  align-items: center;
}

#colophon > *,
.page-content > *,
.entry-content > * {
  max-width: 1620px;
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .entry-content h1 {
  font-family: 'Branding-Medium';
  font-size: 2em;
  color: var(--blue-medium);
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

body:not(.wp-admin, .block-editor-iframe__body) header h2.entry-title {
  display: none;
}

.medium_width{
  max-width: 1090px;
}

.primary-menu-button {
  right: 5vw;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 7.5vw;
  transition: transform 200ms;
  cursor: pointer;
  transform: rotate(90deg);
}

.site-logo {
  width: 280px;
  height: 55px;
  transition: all 250ms ease-in;
}

#site-navigation.sticky .site-logo {
  width: 205px;
  height: 45px;
  transition: all 250ms ease-in;
}

.menu-hauptmenue-container,
.menu-hauptmenue-unterseiten-container {
  right: -25em;
  height: 100vh;
  top: 0;
  position: fixed;
  overflow: hidden;
  padding: 11.1667em 0 0 4.3334em;
  background:  linear-gradient(
			180deg,
			var(--blue-gradient)
	);
  transition: right 500ms ease-in-out;
}

.hamburger.is-active + .menu-hauptmenue-container {
  right: 0 !important;
  width: 20em;
  transition: right 500ms ease-in-out;
}

footer .social {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: .75em 0;
  gap: 1em;
}

footer .social .wp-block-cover,
footer .social .wp-block-cover .wp-block-cover__inner-container figure,
header .kontakt.widget-area .wp-block-cover,
header .kontakt.widget-area .wp-block-cover .wp-block-cover__inner-container figure{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  min-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}

footer .social .wp-block-cover,
footer .social .wp-block-cover .wp-block-cover__inner-container figure {
  width: 2.334em;
  height: 2.334em;
  flex-basis: 2.334em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

header .kontakt.widget-area .wp-block-cover .wp-block-cover__inner-container img,
header .kontakt.widget-area .wp-block-cover .wp-block-cover__image-background{
  width: 28px;
  height: 28px;
  position: relative;
}

footer .social .wp-block-cover .wp-block-cover__inner-container img {
  width: 2.334em;
  height: 2.334em;
  position: relative;
}

footer .social .wp-block-cover.mouseout:hover > img,
footer .social .wp-block-cover.mouseout:hover > img,
footer .social .wp-block-cover.mouseout .wp-block-cover__inner-container,
header .kontakt.widget-area .wp-block-cover.mouseout:hover > img,
header .kontakt.widget-area .wp-block-cover.mouseout .wp-block-cover__inner-container {
  display:none;
}

footer .social .wp-block-cover.mouseout:hover .wp-block-cover__inner-container,
header .kontakt.widget-area .wp-block-cover.mouseout:hover .wp-block-cover__inner-container {
  display:flex;
}

.primary-menu {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  list-style-type: "→  "
}

.primary-menu > li {
  width: 100%;
}

.primary-menu > li::marker {
  color: var(--blue-light);
}

.primary-menu > li a {
  color: var(--blue-light);
  /*text-transform: uppercase;*/
  font-family: 'Branding-Medium';
  font-size: 1em;
  line-height: 1.5334em;
  display: inline-block;
}

.primary-menu > li > a {
  cursor: pointer;
}

.primary-menu li a:hover,
.primary-menu li a:focus,
.primary-menu li a:active,
.primary-menu li.active a {
  color: var(--white);
  font-family: "Branding-Semibold";
}

.primary-menu li:hover::marker {
  color: var(--white);
}

.primary-menu .nav-home-link a {
  color: transparent;
}

.primary-menu > li.meta {
  font-family: 'Branding-Light';
  font-size: 0.67em;
  line-height: 1.2em;
}

.primary-menu > li.meta:nth-child(1 of .meta) {
  margin-top: 2em;
}

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 10em;
  flex-wrap: wrap;
  row-gap: 2em;
  -moz-column-gap: 4em;
       column-gap: 4em;
}

.primary-menu > li> .sub-menu{
  display: flex;
  opacity: 0;
  margin-left: 100vw;
  transition: opacity 500ms ease-in-out;
}

.primary-menu .sub-menu > li  {
  width: 10.25em;
  margin-top: .1em;
}

.primary-menu .sub-menu  a.goback,
.primary-menu .sub-menu > li > a {
  font-family: 'Branding-Medium';
  font-size: .8em;
  line-height: 1em;
}

.primary-menu .sub-menu > li > a {
  color:var(--white);
}

.primary-menu .sub-menu > li > a:hover::before,
.primary-menu .sub-menu > li.active > a::before{
  content:"▶︎";
  position: absolute;
  margin-left: 12.75em;
}

.primary-menu .sub-menu > a.goback::before {
  content: "◀︎";
  position: absolute;
  margin-left: -1.5em;
}

.primary-menu .sub-menu .menu-item-description {
  font-family: 'Branding-Light';
  color: var(--white);
  font-size: .75em;
  line-height: 1.5em;
  margin-top: .75em;
  text-transform: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.primary-menu > li> .sub-menu a.goback {
  display: none;
}

.primary-menu > li> .sub-menu a.goback.active {
  display: inline-block;
  flex-basis: 100%;
  padding-left: 1.5em;
}

.primary-menu > li.active > .sub-menu {
  opacity: 1;
  margin-left: 15em;
  transition: opacity 500ms ease-in-out;
}

.primary-menu li.active > .sub-menu > li.inactive {
  display: none;
}

.primary-menu li.active > .sub-menu > li > .sub-menu {
  display: flex;
  margin-left: 100vw;
  opacity: 0;
}

.primary-menu li.active > .sub-menu > li.active > .sub-menu {
  opacity: 1;
  margin-left: 15em;
  transition: opacity 250ms ease-in-out;
  flex-direction: column;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: .5em;
  width: 21em;
}

.primary-menu li.active > .sub-menu > li.active > .sub-menu > li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.primary-menu li.active > .sub-menu > li.active > .sub-menu > li > a {
  color: var(--white);
  text-transform: none;
  padding-left: 2em;
  line-height: 1.25em;
}

.wp-block-getwid-section__wrapper {
  padding: 8.3334em 0 3.3334em 0;
}

.pb-100 .wp-block-getwid-section__wrapper {
  padding-bottom: 3.33334em;
}

.pt-100 .wp-block-getwid-section__wrapper {
  padding-top: 3.33334em;
}

body:not(.wp-admin, .block-editor-iframe__body) .w-wide {
  padding-left: calc(50vw - 810px);
  padding-right: calc(50vw - 810px);
}

body.wp-admin .w-wide,
body.block-editor-iframe__body .w-wide {
  padding-left: 5vw;
  padding-right: 5vw;
}

body:not(.wp-admin, .block-editor-iframe__body) .w-medium {
  padding-left: calc(50vw - 545px);
  padding-right: calc(50vw - 545px);
}

body.wp-admin .w-medium,
body.block-editor-iframe__body .w-medium {
  padding-left: 10vw;
  padding-right: 10vw;
}

.wp-block-getwid-section__inner-wrapper {
  max-width: 100%;
}

body:not(.wp-admin, .block-editor-iframe__body) .wp-block-getwid-media-text-slider-slide-content__content-wrapper {
  width:1620px;
  margin: 0 auto;
}

body:not(.wp-admin, .block-editor-iframe__body) .wp-block-getwid-media-text-slider-slide-content {
  margin:285px 0 0 0;
}

.entry-content h2 {
  /*text-transform: uppercase;*/
  position: relative;
  color: var(--blue-medium);
  font-family: 'Branding-Medium';
  font-size: 1.825em;
  line-height: 1.25em;
  margin: 0 0 .9132em 0;
  padding-bottom: .9132em;
}

.entry-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  border-bottom: 3px solid var(--blue-light);
}

.entry-content h2.mb-0 {
  margin-bottom: 1em;
  margin-top: 5em;
}

.entry-content h3 {
  display: inline-block;
  color: var(--white);
  font-family: "Branding-Medium";
  font-size: 1em;
  /*text-transform: uppercase;*/
  padding: .2em .75em;
  border-radius: .5em;
  margin-bottom: 1.6667em;
  background-image: linear-gradient(
			90deg,
			hsl(214deg 70% 8%) 0%,
			hsl(212deg 65% 9%) 3%,
			hsl(211deg 64% 11%) 9%,
			hsl(210deg 65% 12%) 15%,
			hsl(208deg 66% 14%) 22%,
			hsl(207deg 67% 15%) 29%,
			hsl(206deg 69% 16%) 37%,
			hsl(205deg 72% 18%) 45%,
			hsl(204deg 75% 19%) 53%,
			hsl(202deg 79% 20%) 63%,
			hsl(201deg 84% 21%) 73%,
			hsl(200deg 91% 21%) 85%,
			hsl(199deg 98% 22%) 100%
	);
}

.entry-content p strong {
  font-family: "Branding-Semibold";
}

/* Header Cover */

body:not(.wp-admin, .block-editor-iframe__body) .header-cover {
  height: clamp(100px,100vh,960px);
  align-items: flex-end;
  padding: 0 0 9em 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.header-cover h2 {
  text-transform: none;
  font-size: 2.1em;
  line-height: 1.0476em;
  margin-bottom: 0.71428em;
  padding-bottom: 0;
}

.header-cover h2:after {
  border-bottom: none;
}

.header-cover p {
  font-family: "Branding-Medium";
  font-size: .8em;
  line-height: 1.25em;
  margin-bottom: 3.54167em;
}

.header-cover .wp-block-column .wp-block-column {
  border-right: 1px dotted var(--blue-dark);
  flex-grow: 0;
  flex-basis: unset;
  padding-right: 50px;
}

.header-cover .wp-block-column .wp-block-column:last-of-type {
  border-right: none;
  padding-right: 0;
}

.header-cover .wp-block-column .wp-block-column figure {
  margin-right: 0.5em;
}

.header-cover .wp-block-column .wp-block-column p {
  display: flex;
  align-items: center;
  font-family: "Branding-Medium";
  font-size: .6667em;
  line-height: 1.15em;
  margin-bottom: 0em;
}

.wp-block-getwid-section {
  background-color: var(--white);
}

.bgblue {
  background-color: var(--blue);
  color: var(--white);
}

.stimmen-cover {
  height: clamp(100px,70vh,730px);
}

/* Problem */

#problem {
  margin-top: 960px;
}

#problem .wp-block-getwid-section__inner-content > p:first-of-type{
  margin-bottom: 4.1667em;
}

#problem .wp-block-getwid-section__inner-content > p:nth-of-type(2){
  margin-bottom: 3.3334em;
}

#problem h4 {
  font-family: "Branding-Semibold";
  margin-bottom: 1.6667em;
  color: var(--blue-medium);
}

#problem li,
#problem figure + p {
  line-height: 1.8334em;
  margin-bottom: .3334em;
}

#problem ul{
  padding-left: 2em;
  list-style-type: "→  ";
  color: var(--blue-medium);
}

#problem li {
  position: relative;
  color: var(--blue);
}

#problem li::marker{
  color: var(--blue-medium);
}

.gradiant-horizontal {
  background-image: linear-gradient(
		90deg,
		hsl(214deg 70% 8%) 0%,
		hsl(212deg 65% 9%) 20%,
		hsl(211deg 64% 11%) 36%,
		hsl(210deg 65% 12%) 49%,
		hsl(208deg 66% 14%) 59%,
		hsl(207deg 67% 15%) 68%,
		hsl(206deg 69% 16%) 75%,
		hsl(205deg 72% 18%) 81%,
		hsl(204deg 75% 19%) 86%,
		hsl(202deg 79% 20%) 91%,
		hsl(201deg 84% 21%) 94%,
		hsl(200deg 91% 21%) 97%,
		hsl(199deg 98% 22%) 100%
	);
}

/* Lösung */

.gradient-vertical {
  color: var(--white);
  background-image: linear-gradient(
			180deg,
			hsl(214deg 70% 8%) 0%,
			hsl(212deg 65% 9%) 9%,
			hsl(211deg 64% 11%) 19%,
			hsl(210deg 65% 12%) 29%,
			hsl(208deg 66% 14%) 40%,
			hsl(207deg 67% 15%) 50%,
			hsl(206deg 69% 16%) 59%,
			hsl(205deg 72% 18%) 68%,
			hsl(204deg 75% 19%) 77%,
			hsl(202deg 79% 20%) 84%,
			hsl(201deg 84% 21%) 91%,
			hsl(200deg 91% 21%) 96%,
			hsl(199deg 98% 22%) 100%
	);
}

.bgblue h2,
.bgblue strong,
.gradient-vertical h2,
.gradient-vertical strong {
  color: var(--blue-light);
}

.bgblue h3,
.gradient-vertical h3 {
  background-color: var(--white);
  background-image: none;
  color: var(--blue-dark);
}

.gradient-vertical strong {
  font-family: "Branding-Semibold";
}

#problem .wp-block-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: .25em 0;
  width: 100%;
}

#loesung .wp-block-columns {
  gap: 0px;
}

#loesung .wp-block-column:first-of-type {
  border-right: 5px dotted var(--blue-light);
}

#loesung .wp-block-paragraph:first-of-type {
  margin-bottom: 3.3334em;
}

#loesung .wp-block-paragraph:last-of-type {
  margin-top: 3.3334em;
  margin-bottom: 0;
}

/* Features */

#features .wp-block-getwid-accordion {
  padding: 1.6667em 0 2em 0;
}

#features .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  display: flex;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive {
  display: none;
}

#features .wp-block-getwid-accordion__content,
#features .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper,
#features .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: none;
}

#features .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: .334em 0 !important;
}

#features .wp-block-getwid-accordion__content {
  padding: 0 0 0 calc(55px + 1em);
}

#features .feature-images .wp-block-group figure,
#features .wp-block-getwid-accordion__header-wrapper {
  /*	opacity: 0;
	transform: translateY(20px);
	animation: appear 0.1s ease-out forwards;
	animation-timeline: view();
	animation-range: 35vh 40vh;*/
}

#features .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-of-type .wp-block-getwid-accordion__header{
  padding-top: 0 !important;
}

#features .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:last-of-type .wp-block-getwid-accordion__header{
  padding-bottom: 0 !important;
}

#features .wp-block-getwid-accordion__header-wrapper  .wp-block-getwid-accordion__header-title > img {
  margin-inline-end: 1em;
  float:left;
}

#features .wp-block-getwid-accordion__content {
  padding-bottom: 1em;
}

.has-icon-left .wp-block-getwid-accordion__header-wrapper a {
  flex-direction: row;
  justify-content: flex-start;
}

body:not(.wp-admin, .block-editor-iframe__body) #features .feature-images {
  height: 100%;
}

body:not(.wp-admin, .block-editor-iframe__body) #features .feature-images .wp-block-group {
  height: 100%;
}

body:not(.wp-admin, .block-editor-iframe__body) #features .feature-images .wp-block-group.hiding {
  opacity: 0;
  display: none;
}

#features .feature-images .wp-block-group.showing {
  /*animation: appear-slow 500ms ease-out	;*/
  opacity: 1;
}

body:not(.wp-admin, .block-editor-iframe__body) #features .feature-images .wp-block-group figure {
}

body:not(.wp-admin, .block-editor-iframe__body)  #features .feature-images .wp-block-group img {
  height: 570px;
  max-height: 570px;
  width: 830px;
  max-width: 830px;
}

body:not(.wp-admin, .block-editor-iframe__body)  #feature-last-item {
  height: 10em;
}

body:not(.wp-admin, .block-editor-iframe__body)  #feature-last-item .wp-block-getwid-section__wrapper {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body:not(.wp-admin, .block-editor-iframe__body)  #feature-last-item figure {
  float:	left;
  margin-inline-end: 1em;
}

body:not(.wp-admin, .block-editor-iframe__body)  #feature-last-item strong{
  color: var(--white);
}

/* Stimmen */

#stimmen .wp-block-getwid-section__inner-content > p:first-of-type {
  margin-bottom: 3.3334em;
}

#stimmen .wp-block-getwid-section__inner-content > p:first-of-type strong {
  color: var(--white);
}

#stimmen .wp-block-columns {
  gap: 1.6667em;
}

#stimmen .wp-block-column {
  border-right: 5px dotted var(--blue-light);
  padding-right: 1.3334em;
}

#stimmen .wp-block-column:last-of-type {
  border-right: none;
  padding-right: 0;
}

#stimmen .wp-block-column .wp-block-paragraph {
  font-size: .8em;
  line-height: 1.5em;
  color:var(--blue-light);
}

#stimmen .wp-block-column:hover .wp-block-paragraph {
  color:var(--white);
}

#stimmen .is-layout-flow > .alignleft {
  margin-inline-end: 0;
}

#stimmen .wp-block-image img {
  margin-top: .35em;
}

/* Program */

#program .wp-block-getwid-section__inner-content > p:first-of-type {
  margin-bottom: 3.3334em;
}

#program .wp-block-columns {
  gap: 0;
}

#program .wp-block-column .wp-block-group {
  /*opacity: 0;
	transform: translateY(20px);
	animation: appear 0.1s ease-out forwards;
	animation-timeline: view();
	animation-range: 35vh 40vh;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1em 0;
  flex-shrink: 0;
}

#program .wp-block-column .wp-block-group figure {
  flex-shrink: 0;
}

/* Kontakt */

#kontakt label.cbx {
  font-size: .75em;
}

#kontakt .wp-block-image.aligncenter {
  display: flex;
  justify-content: center;
  margin: 5em 0 1em 0;
}

#kontakt p.has-text-align-center {
  font-size: .75em;
}

#kontakt p.has-text-align-center strong {
  color: var(--white);
}

summary::-webkit-details-marker {
  display: none !important;
  content: '';
}

i.fas {
  display: none;
}

.wp-block-getwid-accordion {
  margin-top: -1em;
}

.wp-block-getwid-accordion__icon,
.o-arrow {
  padding-left: 1.5em;
}

.wp-block-getwid-accordion__icon:before {
  margin-top: 1.25em;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
  align-items: flex-start;
}

.wp-block-getwid-accordion__icon.is-actice:before {
  transform: rotate(90deg);
  animation: rotate-up 300ms ease-in-out;
}

.wp-block-getwid-accordion__icon.is-passive:before {
  animation: rotate-down 300ms ease-in-out;
  transform: rotate(90deg);
}

.wp-block-getwid-accordion__header-title {
  font-family: 'Branding-Semibold';
  display: flex;
  align-items: center;
  line-height: 1.8334em;
  color: var(--blue-light);
  transition: color 300ms ease-in-out;
}

.wp-block-getwid-accordion__header-title:hover,
.ui-state-active .wp-block-getwid-accordion__header-title {
  color: var(--blue);
  transition: color 300ms ease-in-out;
}

.wp-block-getwid-accordion:not(.blue) strong {
  font-family: 'Branding-Medium';
  color: var(--blue);
}

.wp-block-getwid-accordion.blue .wp-block-getwid-accordion__header-wrapper:first-child,
.wp-block-getwid-accordion.blue .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion > div:nth-last-child(2) ,
.wp-block-getwid-accordion__content-wrapper:last-of-type .wp-block-getwid-accordion__content,
.ui-state-active.wp-block-getwid-accordion__header-wrapper:first-child,
.ui-state-active.wp-block-getwid-accordion__header-wrapper{
  border-bottom: none;
}

.wp-block-getwid-accordion.blue .wp-block-getwid-accordion__header-title {
  font-size: .8em;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: .75em;
}

.wp-block-getwid-accordion.blue .wp-block-getwid-accordion__header {
  padding-left: 0;
}

.wp-block-getwid-accordion.blue .wp-block-getwid-accordion__content {
  padding-left: 2.25em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  color: var(--white);
  background-color: rgba(255,255,255,.15);
  border-radius: .25em;
  padding: 0 .6em;
  width: 100%;
  margin: 0 auto .6em;
  font-size: .8334em;
  line-height: 2.2em;
}

textarea {
  height: 10.6em;
  line-height: 1.25em;
  padding: .5em;
  resize: none;
}

[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
textarea:focus {
  --tw-ring-color: var(--blue);
  outline: none;
  background: var(--white-quartertransparent);
}

.wpcf7-form ::-moz-placeholder {
  color: var(--white-semitransparent);
}

.wpcf7-form ::placeholder {
  color: var(--white-semitransparent);
}

.wp-block-button.disabled .wp-block-button__link:hover,
.wp-block-button.disabled .wp-block-button__link,
.wp-block-button.disabled a{
  cursor: initial;
  background-color: rgba(255,255,255,.15);
  /*background-color: var(--blue-medium-transparent);*/
  color: var(--white-quartertransparent) !important;
  display: inline-block;
  height: 100%;
}

.wp-block-button.disabled .wp-block-button__link:hover::before,
.wp-block-button.disabled .wp-block-button__link::before {
  background-color: var(--white-quartertransparent);
}

.error-warnings {
  border-top: 1px solid var(--red);
  margin-top: 1em;
  padding: 1em 0 0 0;
  font-size: .75em;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  color:var(--white) !important;
  border: 1px solid;
  border-color: var(--red) !important;
  background: var(--red-transparent);
}

[type="email"].wpcf7-not-valid,
[type="tel"].wpcf7-not-valid {
  border-color: var(--red) !important;
  background:  var(--red-transparent);
}

.error-warnings.disabled {
  display:none;
}

.ew-content,
.ew-content span,
.wpcf7-not-valid-tip {
  color: var(--white);
  line-height: 1.6em;
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-family: 'Branding-Medium';
  border: 0;
  margin: 1em 0;
  padding: 0;
}

.nonhidden {
  display: flex !important;
}

form.erstgespraechsformular span:last-of-type input, textarea {
  margin-bottom: 0;
}

strong.inverse {
  font-family: 'Branding-Regular';
  line-height: 1.6em;
}

form.erstgespraechsformular .fineprint p {
  margin-top: 1.25em;
  line-height: 1.25em;
}

form .wpcf7-submit {
  display: none;
}

.wpcf7-spinner{
  position: absolute;
  z-index: 1;
  margin-left: -5.5em;
  margin-top: .53em;
}

form .absende-button {
  margin: 0.5em 0 0 0;
}

form span,
form p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

form .absende-button p {
  /*margin-top: 0.25em;*/
}

form .absende-button a {
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: .75em;
  display: inline-block;
}

/* Covers */

.wp-block-cover.cover, .wp-block-cover-image.cover {
  max-width: 100vw !important;
  max-height: 700px;
  min-height: 700px;
  left: 0;
  right: 0;
}

.wp-block-cover.cover.footergroup {
  max-height: inherit;
  min-height: 37vw;
}

/* Footer */

#colophon {
  display: none;
  padding-top: 6.6667em;
  padding-bottom: 3.334em;
  background: var(--blue);
  background: linear-gradient(
			220deg,
			var(--blue-gradient)
	);
}

#colophon > aside {
  margin: 0 auto;
  color: var(--white);
  font-family: "Branding-Light";
  font-size: 1em;
  line-height: 1.4em;
}

#colophon > aside > section:first-of-type > .wp-block-group {
  display: flex;
  justify-content: space-between;
}

#colophon > aside .footer-logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#colophon > aside > section:first-of-type > .wp-block-group figure.pensionhub-logo-footer img	 {
  width: 320px;
}

#colophon > aside figure.pensionhub-logo-footer > img	 {
  width: 400px;
  margin: 0 0 100px 0 !important;
}

#colophon > aside > section:first-of-type  .wp-block-group.flex  {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 23px;
       column-gap: 23px;
  row-gap: 1.5em;
  justify-content: flex-start;
}

#colophon h2 {
  font-family: "Branding-Medium";
  /*text-transform: uppercase;*/
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
  color: var(--blue-light);
  width: 100%;
}

#colophon p {
  margin: 0;
}

#colophon p strong {
  color: var(--blue-light);
}

#colophon .widget_nav_menu ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#colophon .widget_nav_menu a,
#colophon .footer-menu a {
  font-family: "Branding-Light";
  font-size: 1em;
  line-height: 1em;
  /*text-transform: uppercase;*/
}

#colophon .sub-menu {
  display: flex;
  flex-direction: column;
  padding-top:1em;
}

#colophon .sub-menu a {
  font-family: "Branding-Light";
  font-size: 20px;
  line-height: 36px;
}

#colophon .wp-block-button.alternative .wp-block-button__link::before {
  bottom: inherit;
}

#colophon .footer-buttons {
  margin: 5em 0;
}

#colophon .fineprint {
  font-size: .75em;
  line-height: 1.5em;
}

#colophon .copyright,
#colophon .footer-kontakt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: .5em;
  font-size: .666667em;
  line-height: 1.4em;
}

#colophon .footer-kontakt h2 {
  font-family: "Branding-Light";
  font-size: 1em;
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}

#colophon .footer-kontakt h2 strong {
  font-family: "Branding-Medium";
  color: var(--white);
}

#colophon .footer-kontakt a {
  color: var(--white);
}

#colophon .footer-kontakt p strong {
  font-weight: normal;
}

#colophon .footer-kontakt p {
  padding-left: 1.5em;
}

#colophon .footer-kontakt p::before {
  content: "•";
  margin-left: -1.1em;
  position: absolute;
}

#colophon .copyright {
  display: flex;
  justify-content: center;
  font-family: "Branding-Regular";
}

/* Subpages, Unterseiten */

body:not(.wp-admin, .block-editor-iframe__body, .home) .wp-block-getwid-banner__caption{
  padding-bottom: 4em;
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .wp-block-getwid-banner__caption-wrapper .wp-block-getwid-banner__title {
  font-family: "Branding-Medium";
  font-size: 2em;
  line-height: 1em;
  color:var(--white);
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .wp-block-getwid-banner__caption-wrapper .wp-block-getwid-banner__text {
  font-family: "Branding-Medium";
  display: inline-block;
  text-align: left;
  font-size: .77em;
  line-height: 1.2em;
  color:var(--white);
  /*text-transform: uppercase;*/
  margin-bottom: 1.5em;
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .wp-block-getwid-banner__caption-wrapper .wp-block-getwid-banner__text:first-letter {
  margin-left: 1.25em;
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .wp-block-getwid-banner__caption-wrapper .wp-block-getwid-banner__text::before {
  content: '';
  width:20px;
  height:20px;
  margin-top: 0.15em;
  position: absolute;
  display: inline-block;
  -webkit-mask-image: url('assets/images/KOSH_Kreis_Buttons.svg');
  mask-image: url('assets/images/KOSH_Kreis_Buttons.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1);
}

body:not(.wp-admin, .block-editor-iframe__body, .home) :not(nav) .entry-content ul,
body:not(.wp-admin, .block-editor-iframe__body, .home) :not(nav) .entry-content ol {
  list-style: disc;
  margin: 1em 1em 1em 0;
  padding: 0 1em;
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .entry-content h2 {
  margin-top: 1.667em;
  margin-bottom: 1.334em;
}

body:not(.wp-admin, .block-editor-iframe__body, .home) .entry-content h2:first-of-type {
  margin-top: 0px;
}

/* Responsiveness */

@media screen and (max-width: 1920px)  {
  body:not(.wp-admin, .block-editor-iframe__body)  {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 1760px)  {
  .hamburger.is-active + .menu-hauptmenue-container,
	#site-navigation,
	body:not(.wp-admin, .block-editor-iframe__body) .w-wide,
	body:not(.wp-admin, .block-editor-iframe__body) .header-cover {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .hamburger.is-active + .menu-hauptmenue-container {
    padding-left: 7.5vw;
    padding-right: 2.5vw;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .w-medium{
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

  body:not(.home, .wp-admin, .block-editor-iframe__body) .wp-block-getwid-banner__caption {
    margin-left: 7.5vw !important;
    padding-bottom: 3em;
  }

  body.home .wp-block-getwid-banner__caption {
    margin-left: 7.5vw !important;
    padding-bottom: 7.33em;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .site-logo {
    /*width: 23.86vw;
		width: 330px;
		height: auto;
		margin-left: 1.5em;*/
  }

  .primary-menu > li:not(.meta) > a::after {
    left: 15.5em;
  }

  body:not(.wp-admin, .block-editor-iframe__body, .home) .entry-content h2 {
    margin-top: 5.58vw;
    margin-bottom: 4.54vw;
  }

  body:not(.wp-admin, .block-editor-iframe__body, .home) .wp-block-getwid-banner__caption-wrapper .wp-block-getwid-banner__text::before {
    width: .83em;
    height: .83em;
    margin-top: 0.15em;
  }

  #colophon > * {
    max-width: 100vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

@media screen and (max-width: 1441px) {
  #site-navigation {
    /*top: 4vw;*/
  }

  body.home .wp-block-cover.header-cover,
	body.home .wp-block-getwid-banner,
	body.home .wp-block-getwid-banner__wrapper,
	body.home .wp-block-getwid-banner__caption {
    height: 100vh;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .header-cover {
    padding-bottom: 4em;
  }

  .menu-hauptmenue-container,
	.menu-hauptmenue-unterseiten-container {
    /*width: 60vw;*/
    padding: 12.5vw 7.5vw;
  }

  .wp-block-button.alternative .wp-block-button__link,
	.wp-block-paragraph,
	.wp-block-list li {
    font-family: "Branding-Light";
  }

  body:not(.wp-admin) .wp-block-columns.squares > .wp-block-column.kachel .wp-block-paragraph,
	body:not(.wp-admin) .wp-block-columns.squares > .flip-container > .flipper .wp-block-paragraph {
    font-family: "Branding-Medium";
  }
}

@media screen and (max-width: 999px) {
  body:not(.wp-admin, .block-editor-iframe__body) {
    font-size: 3.75vw;
    width: 100vw;
    overflow-x: hidden;
  }

  body:not(.wp-admin) .desktop,
	body:not(.wp-admin) .mobile {
    display: none !important;
  }

  body:not(.wp-admin) .desktop-tablet,
	body:not(.wp-admin) .tablet {
    display: block !important;
  }

  .wp-block-button.alternative .wp-block-button__link,
	.wp-block-paragraph,
	.wp-block-list li {
    font-size: 1.16667em;
    font-family: "Branding-Light";
    line-height: 1.25em;
  }

  .mb-100 {
    margin-bottom:3.33334em !important;
  }

  .mb-70 {
    margin-bottom: 0 !important;
  }

  .h-50 {
    height: 4.1667vw !important;
  }

  .h-150 {
    height: 12.5vw !important;
  }

  p.h-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .two-columns {
    -moz-column-count: 1;
         column-count: 1;
  }

  #site-navigation.sticky .site-logo,
	.site-logo {
    width: 30vw;
    height: auto !important;
  }

  #colophon > *,
	.page-content > *,
	.entry-content > * {
    max-width: 100vw !important;
  }

  #site-navigation {
    top: 1em;
  }

  #site-navigation:has(div > .hamburger.is-active) {
    position: fixed;
    top: 0;
  }

  .hamburger.is-active + .menu-hauptmenue-container {
    margin-top: 0;
    padding: 20vw 5vw 5vw 12vw;
    height: 100vh;
    overflow-y: auto;
  }

  .primary-menu > li:not(.meta)  a::after {
    transform: rotate(0deg);
    animation: rotate-up 100ms ease-in-out;
  }

  .primary-menu > li:not(.meta).active  a::after {
    animation: rotate-down 300ms ease-in-out;
    transform: rotate(90deg);
    left: 15.35em;
  }

  .primary-menu .sub-menu > li {
    width: 100%;
    margin: 0;
  }

  .primary-menu > li > .sub-menu,
	.primary-menu > li.active > .sub-menu,
	.primary-menu .sub-menu {
    margin-left: 0;
    padding-left: 1.5em;
  }

  .primary-menu > li > .sub-menu,
	.primary-menu > li.active > .sub-menu {
    position: relative;
    padding-top: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    justify-content: space-evenly;
  }

  .primary-menu > li.active > .sub-menu {
    max-height: 100%;
    opacity: 1;
    row-gap: .75em;
    transition: all 250ms ease-out;
  }

  .primary-menu > li > .sub-menu li:first-of-type{
    margin-top: .75em;
  }

  .primary-menu > li > .sub-menu > li:last-of-type{
    margin-bottom: 1em;
  }

  .primary-menu > li > .sub-menu > li > .sub-menu > li:last-of-type{
    margin-bottom: .5em;
  }

  .primary-menu li.active > .sub-menu > li.active > .sub-menu {
    position: relative;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .primary-menu .sub-menu > li > a:hover::before,
	.primary-menu .sub-menu > li.active > a::before,
	.primary-menu .sub-menu > li > a::before {
    content: "▶︎";
    position: absolute;
    margin-left: -1.75em;
    transform: rotate(0deg);
    animation: rotate-up 100ms ease-in-out;
  }

  .primary-menu > li > .sub-menu  > li.active > a::before {
    animation: rotate-down 300ms ease-in-out;
    transform: rotate(90deg);
  }

  .primary-menu a.goback {
    display: none !important;
  }

  .primary-menu li.active > .sub-menu > li.inactive {
    display: flex;
    flex-wrap: wrap;
  }

  header .kontakt.widget-area .wp-block-group {
    display: none;
  }

  body.home .wp-block-getwid-banner,
	body.home .wp-block-getwid-banner__wrapper,
	body.home .wp-block-getwid-banner__caption {
    height: inherit;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .wp-block-getwid-banner__caption {
    min-height: 75vh !important;
    margin-left: inherit !important;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    padding-bottom: 15vh;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .w-medium{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  body:not(.wp-admin, .block-editor-iframe__body, .home) .wp-block-getwid-banner__caption-wrapper .wp-block-getwid-banner__title {
    font-size: 1.5em;
  }

  .wp-block-getwid-banner__image {
    min-height: 100vw;
    height: 100vw !important;
    -o-object-position: top right;
       object-position: top right;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .wp-block-getwid-banner__caption	{
    min-height: 100vw !important;
    height: 100vw !important;
    padding-bottom: 4em;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .header-cover {
    padding-top: 150px;
  }

  .wp-block-getwid-section__wrapper {
    padding: 4em 0;
  }

  #colophon {
    padding-top: 4em;
  }

  #colophon > aside figure.pensionhub-logo-footer > img {
    margin-bottom: 4em !important;
  }

  .entry-content h2,
	.picture-left .wp-block-column h2 {
    font-size: 1.58em;
  }

  .entry-content h2.mb-0 {
    margin-top: 1em;
  }

  .header-cover h2 {
    font-size: 1.58em;
  }

  .header-cover p {
    font-size: 1em;
    margin: 0 !important;
  }

  .header-cover .wp-block-group {
    margin-bottom: .83334em;
  }

  .header-cover .wp-block-cover__inner-container > p {
    margin-bottom: 3.54167em !important;
  }

  .header-cover .wp-block-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #loesung .wp-block-column:first-of-type {
    border-right: none;
    float: none;
    margin-bottom: 2em;
  }

  #features .feature-images {
    display: none;
  }

  .stimmen-cover {
    max-height: 33vh;
  }

  #problem figure + p {
    line-height: 2em;
    margin-bottom: 0;
  }

  #problem ul {
    padding-left: 3em;
  }

  #problem .wp-block-group {
    margin: .75em 0;
  }

  #problem li {
    line-height: 1.5em;
    margin-bottom: .75em;
  }

  #stimmen .wp-block-column {
    padding-right: 0;
    border-right: none;
    padding-bottom: 1em;
    border-bottom: 2px dotted var(--blue-light);
  }

  #problem h4 {
    font-size: 1.3em;
  }

  body:not(.wp-admin, .block-editor-iframe__body) #feature-last-item{
    height: 17em;
  }

  #stimmen .wp-block-column:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  #stimmen .wp-block-column .wp-block-paragraph {
    font-size: 1em;
    color:var(--white);
  }

  #stimmen .wp-block-columns figure{
    max-height: 2.75em;
    overflow: hidden;
    display: inline-block;
  }

  #kontakt .wp-block-columns .wp-block-columns {
    gap: 0;
  }

  body:not(.wp-admin, .block-editor-iframe__body) .wp-block-columns.picture-left .wp-block-column:last-of-type {
    padding: 4em 7.5vw;
  }

  form.erstgespraechsformular :not(.error-warnings) p:first-of-type{
    margin-top: 0em;
  }

  .wpcf7-form ::-moz-placeholder {
    color: var(--white);
  }

  .wpcf7-form ::placeholder {
    color: var(--white);
  }

  .wpcf7-spinner{
    margin-left: -6em;
    margin-top: .3em;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-columns.is-layout-flex {
    gap: 3.3334em;
    flex-wrap: wrap !important;
  }

  .erstgespraechsformular .wp-block-columns.is-layout-flex {
    gap: 0;
    flex-basis: 100% !important;
  }

  .checkbox-wrapper-4 .cbx span:first-child {
    margin-top: .3em;
  }

  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 3vw !important;
    width: 70vw;
    line-height: 1.1em !important;
  }

  .wp-block-cover.cover.footergroup, .wp-block-cover-image.cover.footergroup {
    max-height: 54vw;
    min-height: 54vw;
  }

  #colophon .footer-kontakt.mobile {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
  }

  #colophon .footer-kontakt h2 {
    flex-basis: 100%;
    text-align: center;
  }

  #colophon .footer-kontakt div {
    flex-basis: 100%;
    display: flex;
    flex-grow: 0;
    gap: .5em;
  }

  #colophon .footer-kontakt p:first-of-type::before,
	#colophon .footer-kontakt p:nth-of-type(3)::before {
    color: transparent;
  }

  #colophon .footer-kontakt p {
    text-align: left;
    flex-grow: 0;
    flex-basis: 52%;
  }

  #colophon .footer-kontakt p:first-of-type,
	#colophon .footer-kontakt p:nth-of-type(3) {
    padding-left: 0;
    text-align: right;
    flex-basis: 47%;
  }
}

@media screen and (max-width: 601px) {
  body:not(.wp-admin) .desktop,
	body:not(.wp-admin) .desktop-tablet,
	body:not(.wp-admin) .tablet {
    display: none !important;
  }

  body:not(.wp-admin) .mobile{
    display: block !important;
  }

  #site-navigation {
    top: 2em;
    height: 40px;
  }

  #site-navigation.sticky .site-logo,
	body:not(.wp-admin, .block-editor-iframe__body) .site-logo {
    width: 40vw;
    height: auto;
  }

  .primary-menu > li {
    font-size: 1.5em;
    min-height: 2.25em;
  }

  .primary-menu > li.meta {
    font-size: 1.2em;
  }

  .primary-menu .sub-menu .menu-item-description {
    font-size: .8em;
    line-height: 1.27em;
  }

  .primary-menu .sub-menu > li > a {
    font-size: .8334em;
  }

  .primary-menu > li > .sub-menu > li:first-of-type {
    margin-top: 1.5em;
  }

  .menu-hauptmenue-container {
    width: 100vw !important;
    right: -100vw;
  }

  .hamburger.is-active + .menu-hauptmenue-container {
    padding: 30vw 5vw 5vw 18vw;
  }

  #colophon > aside figure.pensionhub-logo-footer > img	 {
    width: 80vw;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 999	;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.sticky .hamburger .hamburger-inner,
.sticky .hamburger .hamburger-inner::before,
.sticky .hamburger .hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #061222;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.checkbox-wrapper-4 * {
  box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  padding: .25em;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}

.checkbox-wrapper-4 .cbx:hover {
  background: rgba(238,159,44,0.06);
}

.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}

.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:not(.flow):last-child {
  padding-left: 8px;
  line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color: #7f8c9e;
}

.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background:  #7f8c9e;
  border-color:  #7f8c9e;
  animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}

.comparison-css-only {
  position: relative;
  overflow: hidden;
  --pos: 50;
  /* Variable CSS */
}

.comparison-css-only .after {
  position: absolute;
}

.comparison-css-only .before {
  clip-path: inset(0 calc((100 - var(--pos)) * 1%) 0 0);
}

.comparison-css-only .comparison-handle {
  left: calc(var(--pos) * 1%);
}

/* Input range invisible */

.comparison-css-only input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 20;
  -webkit-appearance: none;
}

.comparison-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: white;
  transform: translateX(-50%);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* Handle circle */

.comparison-handle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

/* Icone fleches */

.comparison-handle::after {
  content: '↔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #333;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 1620px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 100vw;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.sticky {
  position: sticky;
}

.block {
  display: block;
}

.max-w-none {
  max-width: none;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */
