/*!
Theme Name: KOSH
Theme URI: https://lipgens.de/kosh
Author: Dr. Stefan Lipgens
Author URI: https://lipgens.de
Description: Responsive Theme für die Landingpage der KOSH-Group.
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 8.2
Text Domain: kosh
Tags:

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

kosh 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: 'Owners-Text-Light';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

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

@font-face {
  font-family: 'Owners-Text-XLight';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(./assets/fonts/OwnersText-XLight.woff2) format('woff2');
}

@font-face {
  font-family: 'Owners-Text-Medium';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

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

@font-face {
  font-family: 'Owners-Text-Regular';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(./assets/fonts/OwnersText-Regular.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: "Owners-Text-XLight";
  /* 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;
  --orange: #ee9f2c;
  --orange-semitransparent: #ee9f2c75;
  --orange-transparent: rgba(238,159,44,0.06);
  --red: #ec301c;
  --red-transparent: rgba(236, 48, 28, 0.2);
  --blue: #003c6d;
  --blue-text: #102335;
  --blue-darkest: #061a2d;
  --blue-darkest-transparent: rgba(6, 26, 45, 0.75);
  --blue-gradient: hsl(209deg 54% 14%) 0%,
	hsl(209deg 57% 14%) 8%,
	hsl(209deg 61% 15%) 17%,
	hsl(209deg 64% 15%) 25%,
	hsl(209deg 67% 16%) 33%,
	hsl(209deg 70% 16%) 42%,
	hsl(209deg 73% 16%) 50%,
	hsl(209deg 76% 17%) 58%,
	hsl(208deg 79% 17%) 67%,
	hsl(208deg 82% 17%) 75%,
	hsl(208deg 85% 18%) 83%,
	hsl(207deg 90% 18%) 92%,
	hsl(206deg 100% 17%) 100%;
  --blue-gradient-transparent: hsla(209deg, 54%, 14%, .75) 0%,
	hsla(209deg, 57%, 14%, .75) 8%,
	hsla(209deg, 61%, 15%, .75) 17%,
	hsla(209deg, 64%, 15%, .75) 25%,
	hsla(209deg, 67%, 16%, .75) 33%,
	hsla(209deg, 70%, 16%, .75) 42%,
	hsla(209deg, 73%, 16%, .75) 50%,
	hsla(209deg, 76%, 17%, .75) 58%,
	hsla(208deg, 79%, 17%, .75) 67%,
	hsla(208deg, 82%, 17%, .75) 75%,
	hsla(208deg, 85%, 18%, .75) 83%,
	hsla(207deg, 90%, 18%, .75) 92%,
	hsla(206deg, 100%, 17%, .75) 100%;
  --blue-gradient-transparent-1: hsla(209deg, 54%, 14%, .9) 0%,
	hsla(209deg, 57%, 14%, .9) 8%,
	hsla(209deg, 61%, 15%, .9) 17%,
	hsla(209deg, 64%, 15%, .9) 25%,
	hsla(209deg, 67%, 16%, .9) 33%,
	hsla(209deg, 70%, 16%, .9) 42%,
	hsla(209deg, 73%, 16%, .9) 50%,
	hsla(209deg, 76%, 17%, .9) 58%,
	hsla(208deg, 79%, 17%, .9) 67%,
	hsla(208deg, 82%, 17%, .9) 75%,
	hsla(208deg, 85%, 18%, .9) 83%,
	hsla(207deg, 90%, 18%, .9) 92%,
	hsla(206deg, 100%, 17%, .9) 100%;
  --grey: #c4c6c4;
  --grey-gradient: hsl(0deg 0% 100%) 0%,
	hsl(120deg 2% 98%) 8%,
	hsl(120deg 2% 97%) 17%,
	hsl(120deg 2% 95%) 25%,
	hsl(120deg 2% 93%) 33%,
	hsl(120deg 2% 91%) 42%,
	hsl(120deg 2% 89%) 50%,
	hsl(120deg 2% 87%) 58%,
	hsl(120deg 2% 86%) 67%,
	hsl(120deg 2% 84%) 75%,
	hsl(120deg 2% 81%) 83%,
	hsl(120deg 2% 79%) 92%,
	hsl(120deg 2% 77%) 100%;
}

/* 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(90deg);
  }

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

@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opac-sroll {
  0% {
    opacity: .1;
  }

  60% {
    opacity: .2;
  }

  100%
	{
    opacity: 1;
  }
}

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

body:not(.wp-admin){
  font-family: "Owners-Text-XLight", sans-serif;
  background-color: var(--blue-darkest);
  color: var(--white);
  opacity: 0;
}

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
}

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

.desktop{
}

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

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

body.wp-admin :where(.editor-styles-wrapper) .module-slider .wp-block-buttons {
  position: relative;
}

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

.wp-element-button,
.wp-block-button__link {
  font-family: "Owners-Text-Medium";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
  color: var(--white);
  background-color: var(--orange);
  transition: background-color 500ms ease-in-out;
  padding: .55em 1em .55em 2.5em;
  border-radius: 2em;
  cursor: pointer;
  letter-spacing: .05em;
}

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

.wp-element-button:before,
.wp-block-button__link:before {
  content: '';
  width:20px;
  height:20px;
  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);
}

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

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

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

a {
  color: var(--orange);
}

/* Navigation */

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

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

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

#site-navigation {
  position: absolute;
  top: 150px;
  height: 56px;
  padding: 0 calc(50vw - 650px);
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 250ms ease-out;
}

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

#site-navigation.sticky {
  position: fixed;
  top: 0;
  background: var(--blue-darkest-transparent);
  background: linear-gradient(
			45deg,
			var(--blue-gradient-transparent-1)
	);
  height: 75px;
  transition: all 250ms ease-in;
}

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

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

#modul-anker{
}

body:not(.wp-admin) .opac-scroll {
  opacity: .2;
  transition: opacity 500ms ease-in;
}

body:not(.wp-admin) .opac-scroll.active {
  transition: opacity 500ms ease-in;
  opacity: 1;
}

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

.primary-menu-button {
  display: none;
}

.site-logo {
  height: 56px
}

#site-navigation.sticky .site-logo {
  height: 40px;
  width: 380px;
}

#site-navigation.sticky .site-logo.sticky {
  height: 40px;
  width: 220px;
}

.menu-hauptmenue-container,
.menu-hauptmenue-unterseiten-container {
  width: calc(100% - 535px - 56px);
}

#site-navigation.sticky .menu-hauptmenue-container,
#site-navigation.sticky .menu-hauptmenue-unterseiten-container {
  width: calc(100% - 220px - 40px);
}

.primary-menu {
  display: flex;
  justify-content: space-evenly;
}

.primary-menu li a {
  color: var(--white);
  text-transform: uppercase;
  font-family: 'Owners-Text-Medium';
  font-size: 18px;
  letter-spacing: 0.05em;
}

.primary-menu li a:hover,
.primary-menu li a:focus,
.primary-menu li a:active{
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: .625em;
  /*10px*/
}

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

.allianz-logo {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url('assets/images/KOSH_Logo_Allianz_Header.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#site-navigation.sticky .allianz-logo {
  height: 40px;
  width: 40px;
}

.entry-title {
  display:none;
}

/* Header Slider */

body:not(.wp-admin) .header-slider {
  position: absolute;
  top:0;
  margin-top:0 !important;
  left:0;
  max-width: 100vw !important;
  width: 100vw;
  height: 960px;
  max-height: 960px;
  background-color: var(--blue-darkest);
}

body:not(.wp-admin) .header-slider .wp-block-getwid-media-text-slider-slide {
  min-height: 960px;
}

body:not(.wp-admin) .header-slider h2 {
  color: var(--orange);
  font-family: "Owners-Text-Medium";
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body:not(.wp-admin) .header-slider p {
  color: var(--white);
  font-family: "Owners-Text-Medium";
  font-size: 20px;
  line-height: 27px;
  margin-top: 1em;
}

body:not(.wp-admin) .header-slider p:first-of-type {
  color: var(--white);
  font-family: "Owners-Text-XLight";
  font-size: 67px;
  line-height: 78px;
  margin-bottom: 0;
  margin-top: 0;
}

body:not(.wp-admin) .header-slider + div {
  margin-top:960px;
}

.header-slider .slick-dots {
  text-align: left;
  height: 4px !important;
  line-height: 4px;
  width: 1300px !important;
  margin-top: 0 !important;
  margin-left: calc((100vw - 1300px) /2) !important;
  margin-bottom: 150px !important;
  bottom: 0 !important;
}

.header-slider .slick-dots li {
  width: 135px;
  height: 2px;
  margin: 0 3px;
}

.header-slider .slick-dots li:first-of-type {
  margin-left: 0;
}

.header-slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.header-slider .slick-dots li button {
  width: 135px;
}

.wp-block-getwid-media-text-slider.has-dots-inside.header-slider .slick-dots {
  margin-bottom: 150px;
  height: 4px;
}

.header-slider .slick-dots li button::before{
  width: 135px;
  background-color: var(--white);
  content:'';
  height: 2px;
  margin: 1px 0;
  opacity: 100;
  border-radius: 2em;
}

.header-slider .slick-dots li.slick-active button::before {
  background-color: var(--orange);
  height: 4px;
  margin: 0;
}

.wp-block-getwid-section__wrapper {
  padding: 150px 0;
}

#divisions .wp-block-getwid-section__wrapper {
  padding-bottom: 0;
}

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

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

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

.entry-content h2 {
  color: var(--orange);
  /*font-family: 'Owners-Text-Light';*/
  font-family: 'Owners-Text-XLight';
  font-size: 55px;
  line-height: 66px;
  margin: 0 0 100px 0;
}

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

.entry-content strong,
.entry-content bold {
  font-family: 'Owners-Text-Regular';
  color: var(--blue);
}

/* Konzept */

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

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

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

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

/* Module Slider */

#module{
  /*position: relative;	 */
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#module .wp-block-getwid-section__wrapper {
  padding: 0;
}

#module .module-slider {
  background: rgb(255,255,255);
  background: linear-gradient(
			230deg,
			var(--grey-gradient)
	);
  border-radius: .3em;
  padding: 110px 100px 100px 100px;
  min-height: 787px;
}

.module-slider h2 {
  font-size: 1.667em;
  line-height: 1em;
  margin-bottom: 62px;
  /* Screendesign: 70, aber Textkante sitzt tiefer */
  padding-left: 1.25em;
}

.module-slider h2:before {
  content: '';
  width:40px;
  height:40px;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  -webkit-mask-image: url('assets/images/KOSH_Pfeil_orange_40x40.svg');
  mask-image: url('assets/images/KOSH_Pfeil_orange_40x40.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--orange);
  transform: scale(1);
}

.o-arrow {
  padding-left: 1.5em;
}

.o-arrow:before{
  content: '';
  width:1em;
  height:1em;
  position: absolute;
  margin-top: .25em;
  margin-left: -1.5em;
  display: inline-block;
  -webkit-mask-image: url('assets/images/KOSH_Pfeil_orange_40x40.svg');
  mask-image: url('assets/images/KOSH_Pfeil_orange_40x40.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--orange);
  transform: scale(1);
}

.module-slider .slick-slide {
  position: relative;
}

.module-slider .wp-block-getwid-content-slider-slide__wrapper,
.module-slider .wp-block-getwid-content-slider__wrapper {
  min-height: 492px;
}

.module-slider .wp-block-buttons {
  position: absolute;
  bottom: 0%;
  margin-left: 570px;
  width:100%
}

.module-slider .slick-slide {
  margin-bottom: 0	;
}

.module-slider .slick-dots {
  text-align: left;
  height: 4px !important;
  line-height: 4px;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  bottom: -82px !important
}

.module-slider .slick-dots li {
  width: 179px;
  height: 2px;
  margin: 0 2px;
}

.module-slider .slick-dots li:first-of-type {
  margin-left: 0;
}

.module-slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.module-slider .slick-dots li button {
  width: 179px;
}

.module-slider .slick-dots li button::before{
  width: 179px;
  background-color: var(--orange);
  content:'';
  height: 2px;
  margin: 1px 0;
  opacity: 100;
  border-radius: 2em;
}

.module-slider .slick-dots li.slick-active button::before {
  background-color: var(--blue);
  height: 4px;
  margin: 0;
}

.module-slider button.slick-arrow.slick-prev,
.module-slider button.slick-arrow.slick-next {
  width: 60px;
  height: 42px;
  background-image: url('assets/images/KOSH_Skipper_links_off.svg');
  background-repeat: no-repeat;
  background-size: contain;
  right: inherit;
  top: inherit;
  left:0;
  bottom:-22px;
  border-radius: 12px;
  background-color: var(--orange);
}

.module-slider button.slick-arrow.slick-next{
  background-image: url('assets/images/KOSH_Skipper_rechts_off.svg');
  transition: background-color 500ms ease-in-out;
  left:66px;
}

.module-slider button.slick-arrow.slick-prev:hover,
.module-slider button.slick-arrow.slick-next:hover {
  background-color: var(--blue);
  transition: background-color 500ms ease-in-out;
}

.module-slider button.slick-arrow.slick-prev:before,
.module-slider button.slick-arrow.slick-next:before{
  height:0;
  width:0;
  display:none;
}

.module-slider p {
  margin-bottom: 0;
}

.module-slider strong,
.module-slider b{
  color: var(--orange);
}

.wp-block-cover.cover-1, .wp-block-cover-image.cover-1 {
  max-width: 100vw !important;
  width: 100vw;
  max-height: 855px;
  min-height: 855px;
  height: 44.53vw;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 315px;
}

/* Beratung */

#beratung,
#features {
  margin-top: 383px;
}

/* Beratung-Slider */

.beratung-slider .slick-dots {
  text-align: left;
  height: 4px !important;
  line-height: 4px;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  bottom: inherit;
  top: 7em;
}

.beratung-slider .slick-dots li {
  width: 135px;
  height: 2px;
  margin: 0 2px;
}

.beratung-slider .slick-dots li:first-of-type {
  margin-left: 0;
}

.beratung-slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.beratung-slider .slick-dots li button {
  width: 135px;
}

.beratung-slider .slick-dots li button::before{
  width: 135px;
  background-color: var(--orange);
  content:'';
  height: 2px;
  margin: 1px 0;
  opacity: 100;
  border-radius: 2em;
}

.beratung-slider .slick-dots li.slick-active button::before {
  background-color: var(--blue);
  height: 4px;
  margin: 0;
}

.beratung-slider button.slick-prev,
.beratung-slider button.slick-next {
  display: none !important;
}

.beratung-slider .wp-block-getwid-content-slider-slide__wrapper > p:first-of-type {
  margin-bottom: 140px;
}

.beratung-slider .wp-block-getwid-content-slider-slide__wrapper > p.mb-1em:first-of-type {
  margin-bottom: calc(1.6em + 140px);
}

.beratung-slider summary {
  color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: .5em;
  position: relative;
  padding: 0 1em;
}

summary::-webkit-details-marker,
.beratung-slider summary::marker {
  display: none !important;
  content: '';
}

.beratung-slider summary::before {
  display: inline-block;
  content: '';
  color: var(--orange);
  background-image: url('assets/images/KOSH_Dreieck_DropDown.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: .66em;
  height: .66em;
  transform: rotate(90deg);
  position: absolute;
  top: .5em;
  right:.5em;
}

.beratung-slider details[open] summary::before{
  animation: rotate-down 200ms ease-in-out;
  transform: rotate(0);
}

.beratung-slider details .wp-block-list {
  display: none;
  margin-top: 1em;
  border: 1px solid var(--orange);
  border-radius: .5em;
  animation: appear 200ms ease-in-out reverse;
  opacity: 0;
  list-style: disc;
  padding: 1em 0;
}

.beratung-slider details[open] .wp-block-list {
  display: block;
  animation: appear 500ms ease-in;
  opacity: 1;
}

.p-anlagekonzept {
  font-family: 'Owners-Text-Light';
  color: var(--orange);
  line-height: 1.1em;
}

.p-kontaktdaten,
.p-kontaktdaten p,
.p-anlagebetrag,
.p-anlagebetrag p,
.p-anlagekonzept strong,
.beratung-slider details summary strong,
.beratung-slider details .wp-block-list strong {
  color: var(--orange);
  font-family: 'Owners-Text-Light';
  font-weight: bold;
  line-height: 1.1em;
}

.beratung-slider details .wp-block-list li {
  color: var(--orange);
  line-height: 1.2em;
  list-style: none;
  margin-bottom: .5em;
  padding-left: 2em;
  cursor: pointer;
}

.beratung-slider details .wp-block-list li:before {
  content: '•';
  font-size: 1.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  margin-left: -.75em;
}

.beratung-slider details .wp-block-list li:hover {
  color: var(--white);
  background-color: var(--grey);
}

.beratung-slider details .wp-block-list li.selected {
  color: var(--white);
  background-color: var(--orange);
}

.beratung-slider details .wp-block-list li:hover strong,
.beratung-slider details .wp-block-list li.selected strong {
  color: var(--white);
}

.beratung-slider .wp-block-buttons {
  margin-top: 80px;
  gap: 1.33em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: .5em;
  padding: 0 1em;
  width: 100%;
  margin: 0 auto 1em;
  font-size: 1em;
  line-height: 1.33em;
}

textarea {
  height: 8.87em;
  padding: 0.5em 1em;
  resize: none;
}

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

.wpcf7-form ::-moz-placeholder, .beratung-slider ::-moz-placeholder {
  color: var(--orange-semitransparent);
}

.wpcf7-form ::placeholder,
.beratung-slider ::placeholder {
  color: var(--orange-semitransparent);
}

.wp-block-button.disabled a{
  cursor: initial;
  background-color: var(--grey);
}

#module .hidden,
#module .modul-button.hidden,
.beratung-next-button.hidden,
.beratung-absende-button.hidden,
.beratung-back-button.disabled{
  display: none;
}

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

.validierungsformular-error.error-warnings {
  padding-bottom: 0;
}

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

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

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

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

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

.wpcf7 form.sent .wpcf7-response-output {
  font-family: 'Owners-Text-Medium';
  color: var(--orange);
  border: 0;
  margin: 1em 0;
  padding: 0;
}

form.modulformular:not(.open),
form.erstgespraechsformular:not(.open),
form.beratungsformular input,
input.hidden {
  display: none;
}

.nonhidden {
  display: flex !important;
}

form.modulformular {
  position: absolute;
  padding: 0 100px;
}

form.modulformular.open,
form.erstgespraechsformular.open{
  animation: appear 500ms ease-in;
  opacity: 100;
  z-index: 2;
  top: 200px;
  width: 100%;
}

form.erstgespraechsformular p {
  margin: 0;
  line-height: 1em;
}

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

strong.inverse {
  font-family: 'Owners-Text-Regular';
  color: var(--orange);
  line-height: 1.6em;
}

form.modulformular p {
  margin: 0;
}

form.modulformular :not(.error-warnings, .modul-close-button) p:first-of-type{
  margin-top: 1em;
}

form.modulformular .modul-close-button p{
  margin-top: 0em !important;
}

form.modulformular .checkbox-wrapper-4 .cbx.flow span:first-child {
  border: 1px solid var(--orange);
  margin-top: .4em;
}

form.modulformular .checkbox-wrapper-4 .cbx.flow span:last-child {
  padding-left: 3%;
  width: 95%;
  line-height: 1.6em;
}

form.modulformular input {
  margin-bottom: .75em;
}

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

form.modulformular .wpcf7-submit,
form.erstgespraechsformular .wpcf7-submit {
  display: none;
}

.wpcf7-spinner{
  background-color: var(--orange);
  position: absolute;
  z-index: 1;
}

form.erstgespraechsformular .wpcf7-spinner{
  bottom: 9px;
  left: -6px;
}

form.modulformular .wpcf7-spinner{
  margin-left: -165px;
  margin-top: 9px;
}

form.beratungsformular .wpcf7-spinner{
  margin-left: 674px;
  margin-top: 59px;
}

form.modulformular .modul-absende-button p{
  margin-top: 2.85em !important;
}

form.modulformular .modul-close-button {
  margin-top: 2em;
}

form.modulformular.sent .wpcf7-response-output {
  position: absolute;
  top: 0;
  width: 40%;
  height: calc(100% - 70px);
}

form.modulformular:not(.sent) .wpcf7-response-output {
  display:none;
}

form.modulformular.sent .wp-block-column:first-of-type >p,
form.modulformular.sent .wp-block-column:first-of-type > .checkbox-wrapper-4 {
  display: none;
}

form.modulformular.sent .modul-close-button {
  margin-top: 13em;
}

form.sent .absende-button {
}

/* 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 {
  padding-top: 195px;
  padding-bottom: 175px;
  max-height:620px;
  min-height:620px;
  background: var(--blue-darkest);
  background: linear-gradient(
			220deg,
			var(--blue-gradient)
	);
}

#colophon > aside {
  margin: 0 auto;
  color: var(--white);
  font-family: "Owners-Text-XLight";
  font-size: 20px;
  line-height: 28px;
}

#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.kosh-logo-footer img	 {
  width: 320px;
}

#colophon > aside > section:first-of-type > .wp-block-group figure.kosh-logo-footer	 {
  width: 320px;
  margin: 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: "Owners-Text-Medium";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1em;
  color: var(--orange);
  width: 100%;
}

#colophon p {
  margin: 0;
}

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

#colophon .widget_nav_menu {
}

#colophon .widget_nav_menu a,
#colophon .footer-menu a {
  font-family: "Owners-Text-Light";
  font-size: 20px;
  line-height: 28px;
  color: var(--orange);
}

/* Subpages, Unterseiten */

body:not(.wp-admin, .home) .wp-block-cover {
  position: absolute;
  top:0;
  left:0;
  max-width: 100vw !important;
  width: 100vw;
  height: 440px;
  max-height: 440px;
  background: var(--blue-darkest);
  background: linear-gradient(
			110deg,
			var(--blue-gradient)
	);
}

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

body:not(.wp-admin, .home) .entry-content .wp-block-getwid-section {
  margin-top: 440px;
}

body:not(.wp-admin, .home) .entry-content h2 {
  margin-top: 100px;
  margin-bottom: 80px;
}

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

/* Responsiveness */

@media screen and (max-width: 1440px) and (min-width: 1000px) {
  @supports (-webkit-touch-callout:inherit) {
    .wp-block-cover__image-background.has-parallax  {
      background-position: 0% 0% !important;
    }
  }

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

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

  body {
    font-size: 1.5rem;
    line-height: 1.5em;
  }

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

  #site-navigation {
    top: 80px;
    padding: 0 calc(50vw - 460px);
    height: 40px;
  }

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

  .site-logo {
    height: 40px;
    width: 220px;
  }

  .menu-hauptmenue-container,
	.menu-hauptmenue-unterseiten-container {
    width: calc(100% - 395px - 40px);
  }

  .primary-menu li a {
    font-size: 13px;
  }

  .allianz-logo {
    width: 40px;
    height: 40px;
  }

  body:not(.wp-admin) .header-slider {
    height: 850px;
    max-height: 850px;
  }

  body:not(.wp-admin) .header-slider .wp-block-getwid-media-text-slider-slide {
    min-height: 850px;
  }

  body:not(.wp-admin) .header-slider h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  body:not(.wp-admin) .header-slider p:first-of-type{
    font-size: 45px;
    line-height: 50px;
  }

  body:not(.wp-admin) .header-slider p {
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;
  }

  body:not(.wp-admin) .header-slider + div {
    margin-top:850px;
  }

  .header-slider .slick-dots {
    width: 920px !important;
    margin-left: calc((100vw - 920px) /2) !important;
    margin-bottom: 100px !important;
    bottom: 0 !important
  }

  .header-slider .slick-dots li,
	.header-slider .slick-dots li button,
	.header-slider .slick-dots li button::before{
    width: 100px;
  }

  body:not(.wp-admin) .wp-block-getwid-media-text-slider-slide-content__content-wrapper {
    width:920px;
  }

  body:not(.wp-admin) .wp-block-getwid-media-text-slider-slide-content {
    margin-top: -230px;
  }

  .entry-content h2 {
    font-size: 45px;
    line-height: 1em;
    margin: 0 0 60px 0;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

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

  .wp-block-getwid-section__wrapper {
    padding: 120px 0;
  }

  .wp-element-button,
	.wp-block-button__link {
    letter-spacing: .02em;
  }

  #module{
    /*position: relative;	 */
    max-width: 920px;
  }

  #module .module-slider {
    padding: 60px;
    min-height: 590px;
    max-height: 590px;
  }

  form.modulformular p,
	.module-slider p,
	.module-slider strong,
	.module-slider b{
    font-size: .917em;
  }

  .module-slider .wp-block-buttons {
    margin: 0 0 60px 416px;
  }

  .module-slider button.slick-arrow.slick-prev,
	.module-slider button.slick-arrow.slick-next {
    bottom: 39px;
  }

  .module-slider .slick-dots {
    bottom: 0 !important;
  }

  .module-slider .wp-block-getwid-content-slider-slide__wrapper,
	.module-slider .wp-block-getwid-content-slider__wrapper {
    min-height: 470px;
  }

  .module-slider .slick-dots li,
	.module-slider .slick-dots li button,
	.module-slider .slick-dots li button::before{
    width: 130px;
  }

  .wp-block-cover.cover-1, .wp-block-cover-image.cover-1 {
    max-height: 670px;
    min-height: 670px;
    margin-top: 260px;
  }

  form.modulformular {
    padding: 0 60px;
  }

  form.modulformular.open,
	form.erstgespraechsformular.open {
    top:130px;
  }

  form.modulformular .modul-close-button {
    margin-top: 2.4em;
  }

  form.modulformular .modul-absende-button p {
    margin-top: 3.35em !important;
  }

  form.modulformular.sent .modul-close-button {
    margin-top: 12.5em;
  }

  #beratung,
	#features{
    margin-top: 340px;
  }

  form.beratungsformular .wpcf7-spinner {
    margin-left: 480px;
    margin-top: 65px;
  }

  label.cbx {
    font-size: 0.99em;
  }

  .wp-block-cover.cover, .wp-block-cover-image.cover {
    max-height: 400px;
    min-height: 400px;
  }

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

  #colophon {
    padding-top: 120px;
    padding-bottom: 120px;
    max-height:605px;
    min-height:605px;
  }

  #colophon .wp-block-group.tablet > div > figure,
	#colophon .wp-block-group.tablet > div > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #colophon .flex {
    display: flex;
    justify-content: space-between;
  }

  #colophon figure.kosh-logo-footer,
	#colophon figure.kosh-logo-footer img{
    width: 625px;
  }

  #colophon figure.kosh-logo-footer {
    margin-bottom: 60px;
  }

  #colophon figure.allianz-logo-footer {
  }
}

@media screen and (max-width: 999px) {
  body {
    font-size: 3.75vw;
    width: 100vw;
    overflow-x: hidden;
  }

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

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

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

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

  #site-navigation {
    left: 0;
    top: 7.8vw;
    height: 7.5vw;
    width: 100vw;
    padding: 0 5vw;
  }

  #site-navigation .allianz-logo {
    display: none;
  }

  .site-logo {
    height: 7.5vw;
  }

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

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

  .primary-menu-button .menu_dots_dot {
    width: 2vw;
    height: 2vw;
    margin: 2vw 0;
    border-radius: 1vw;
    background-color: var(--orange);
  }

  .primary-menu-button.open {
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform 500ms ease-in-out;
  }

  .primary-menu-button.open .menu_dots_dot {
    background-color: var(--white);
    transition: background-color 1500ms;
  }

  .menu-hauptmenue-container,
	.menu-hauptmenue-unterseiten-container{
    z-index: -1;
    width: 100vw;
    height: 170vw;
    min-height: 250px;
    position: absolute;
    top:-7.75vw;
    left:0;
    opacity: 0;
    background-image: linear-gradient(
				60deg,
				var(--blue-gradient)
		);
    /*transition: all 1000ms ease-in-out;*/
  }

  .menu-hauptmenue-container.open,
	.menu-hauptmenue-unterseiten-container.open {
    display: block;
    background-image: linear-gradient(
				60deg,
				var(--blue-gradient)
		);
    opacity: 1;
    transition: opacity 1000ms ease-in-out;
  }

  .primary-menu {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-top: 25vw;
  }

  .menu-hauptmenue-container .primary-menu li,
	.menu-hauptmenue-unterseiten-container .primary-menu li {
    padding: 7.5vw;
  }

  .menu-hauptmenue-container .primary-menu li a,
	.menu-hauptmenue-unterseiten-container .primary-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 5vw;
  }

  body:not(.wp-admin) .header-slider.mobile {
    max-height: 545px;
    height: 170vw;
    margin-top: 0;
  }

  body:not(.wp-admin) .header-slider.mobile .wp-block-getwid-media-text-slider-slide {
    min-height: 170vw;
  }

  body:not(.wp-admin) .header-slider.mobile h2 {
    font-size: 3.125vw;
    line-height: 5vw;
    margin-bottom: 20px;
  }

  body:not(.wp-admin) .header-slider.mobile p {
    font-size: 3.75vw;
    line-height: 6.25vw;
    margin-top: 20px;
  }

  body:not(.wp-admin) .header-slider.mobile p:first-of-type {
    font-size: 10.3125vw;
    line-height: 11.25vw;
    margin-top: 0;
  }

  body:not(.wp-admin) .header-slider + div {
    margin-top: 170vw;
  }

  body:not(.wp-admin) .header-slider.mobile  .wp-block-getwid-media-text-slider-slide__content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  body:not(.wp-admin) .header-slider.mobile .wp-block-getwid-media-text-slider-slide-content {
    padding: 0 5vw;
    margin-top: 31.25vw;
  }

  .wp-block-getwid-section__wrapper {
    padding: 15.625vw 0;
  }

  .header-slider .slick-dots {
    width: 90vw !important;
    margin-left: 5vw !important;
    margin-bottom: 15.625vw !important;
    bottom: 0 !important;
    z-index: 21;
  }

  .beratung-slider summary,
	.beratung-slider details .wp-block-list{
    width: 99.9%;
  }

  .beratung-slider .slick-dots li,
	.beratung-slider .slick-dots li button,
	.beratung-slider .slick-dots li button::before,
	.module-slider .slick-dots li,
	.module-slider .slick-dots li button,
	.module-slider .slick-dots li button::before,
	.header-slider .slick-dots li,
	.header-slider .slick-dots li button,
	.header-slider .slick-dots li button::before{
    width: 10.4vw;
  }

  body:not(.wp-admin) .wp-block-getwid-media-text-slider-slide-content__content-wrapper {
    width:100%;
  }

  body:not(.wp-admin) .opac-scroll {
    opacity: 1;
  }

  .entry-content h2 {
    font-size: 1.667em;
    line-height: 1.2em;
    margin: 0 0 9.375vw 0;
  }

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

  .mb-100 {
    margin-bottom: 9.375vw;
  }

  .mb-70 {
    margin-bottom: 15.625vw;
  }

  .module-slider h2::before {
    width: 1em;
    height: 1em;
    top: 2px;
  }

  .erstgespraechsformular.open {
    margin-top: 5vw;
  }

  .wp-block-button.absende-button {
    margin-top: 4.4vw;
  }

  .error-warnings {
    margin-top: 9.4vw;
    padding: 9.4vw 0 0 0;
  }

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

  .module-slider .wp-block-buttons {
    bottom: 0;
    margin-left: 0;
  }

  .wp-element-button,
	.wp-block-button__link {
    font-size: 3.125vw;
    letter-spacing: .02em;
  }

  .wp-element-button::before, .wp-block-button__link::before {
    width: 3vw;
    height: 3vw;
  }

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

  #module{
    /*position: relative;	 */
    max-width: 100vw;
  }

  #module .module-slider {
    padding: 10.94vw 6.25vw;
    min-height: 140vw;
    height: 140vw;
  }

  .module-slider .wp-block-getwid-content-slider-slide__wrapper,
	.module-slider .wp-block-getwid-content-slider__wrapper {
    min-height: 107vw;
  }

  .module-slider h2 {
    font-size: 5.625vw;
    max-width: 52vw;
  }

  .module-slider button.slick-arrow.slick-prev,
	.module-slider button.slick-arrow.slick-next {
    width: 8vw;
    height: 6vw;
    border-radius: 1.5vw;
    top: 3vw		;
    right:0;
    left:inherit;
    bottom:inherit;
  }

  .module-slider button.slick-arrow.slick-prev {
    right: 9vw;
  }

  .module-slider .slick-dots {
    height: 2px !important;
    line-height: 2px;
    width: 100% !important;
    bottom: -11vw !important;
  }

  .module-slider .wp-block-columns.mobile-gap-0 {
    gap: 0 !important;
  }

  form.modulformular.open {
    top: 25vw;
    padding: 0 7vw;
  }

  form.modulformular .wp-block-column:first-of-type p:first-of-type{
    margin-top: 1em;
  }

  form.modulformular .modul-close-button {
    margin-top: 0;
    position: absolute;
    top: -17vw;
    right: 8vw;
  }

  form.modulformular .modul-close-button .wp-element-button,
	form.modulformular .modul-close-button .wp-block-button__link {
    background-image: url('assets/images/KOSH_Closer_on.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8vw;
    height: 6vw;
    font-size: 0;
    border-radius: 1.5vw;
  }

  form.modulformular .modul-close-button .wp-element-button::before,
	form.modulformular .modul-close-button .wp-block-button__link::before {
    display: none;
  }

  form.modulformular.sent .modul-close-button {
    margin-top: 0;
  }

  form.modulformular .checkbox-wrapper-4 .cbx.flow span:last-child {
    width: 90%;
  }

  form.modulformular.sent .wpcf7-response-output {
    top: 17em;
    width: 77%;
    height: calc(100% - 90px);
  }

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

  .wp-block-cover.cover-1, .wp-block-cover-image.cover-1 {
    max-height: 89vw;
    min-height: 89vw;
    height: 89vw;
    margin-top: 89vw;
  }

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

  #beratung,
	#features{
    margin-top: 38vw;
  }

  .beratung-slider .wp-block-getwid-content-slider-slide__wrapper > p:first-of-type {
    margin-bottom: 20vw;
  }

  .beratung-slider .slick-dots {
    top: calc(35vw + 1em);
  }

  .beratung-slider .wp-block-buttons {
    margin-top:15.625vw;
  }

  .modulformular .wp-block-columns.is-layout-flex,
	.erstgespraech .wp-block-columns.is-layout-flex,
	.beratung-third-slide .wp-block-columns.is-layout-flex,
	.validierungsformular .wp-block-columns.is-layout-flex {
    gap: 0;
    flex-basis: 100% !important;
  }

  .validierungsformular p {
    margin-bottom: 0;
  }

  form.beratungsformular .wpcf7-spinner {
    margin-left: 43.2vw;
    margin-top: 64px;
  }

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

  figure.timeline {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 140vw;
  }

  .wp-block-image.timeline img {
    max-width: 209vw;
  }

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

  #colophon {
    min-height:initial;
    max-height:initial;
    padding: 15.625vw 0;
  }

  #colophon .widget_nav_menu a,
	#colophon .footer-menu a,
	#colophon h2,
	#colophon > aside {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 0;
  }

  #colophon .kosh-logo-footer {
    height: 25vw;
    margin-bottom: 15.625vw;
  }

  #colophon .kosh-logo-footer img {
    height: 25vw;
    width: 79.7vw;
  }

  #colophon .wp-block-group.mobile > div.flex{
    display: flex;
    justify-content: space-between;
  }

  #colophon .kosh-group-div {
    display: flex;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    margin-bottom: 9.375vw;
  }

  #colophon .kosh-group-div > div {
    flex-basis:calc(50%  - 2.5vw);
  }

  #colophon .widget_nav_menu {
    margin-top: 1em;
  }

  #colophon .directors h2 {
    margin-bottom: 9.375vw;
  }

  #colophon .directors > div {
    display: flex;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 9.375vw;
    flex-wrap: wrap;
  }

  #colophon .directors > div > div {
    flex-basis:calc(50%  - 2.5vw);
  }

  #colophon .directors > div > div:nth-of-type(1){
    order: 1;
  }

  #colophon .directors > div > div:nth-of-type(2){
    order: 3;
  }

  #colophon .directors > div > div:nth-of-type(3){
    order: 5;
  }

  #colophon .directors > div > div:nth-of-type(4){
    order: 2;
  }

  #colophon .directors > div > div:nth-of-type(5){
    order: 4;
  }

  #colophon .allianz-logo-footer {
    margin-top: 9.375vw;
    width: 32.8125vw;
  }
}

.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: #ee9f2c;
}

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

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background:  #ee9f2c;
  border-color:  #ee9f2c;
  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);
  }
}

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

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

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