@charset "UTF-8";
/*!
Theme Name: sw-starter-bayernhafen
Theme URI: http://underscores.me/
Author: Bastian Wagner, Chris Ebbinger
Author URI: https://bastian-wagner.com
Bitbucket Theme URI:  https://bitbucket.com/seitenwind/sw-starter-bayernhafen
Bitbucket Branch: main
Description: Description
Version: 1.12.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sw-starter-bayernhafen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/* Fonts
--------------------------------------------- */
/* Regular (400) */
@font-face {
  font-family: "Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/sans/ts-plain-wf.woff2") format("woff2");
}
/* Semi/Bold (600 or 700) — use the correct file if you have it */
@font-face {
  font-family: "Sans";
  font-style: normal;
  font-weight: 600; /* or 700 if headings use 700 */
  font-display: swap;
  src: url("./assets/fonts/sans/ts-plain-wf.woff2") format("woff2");
}
/* If your theme insists on 700 but you only have a 600 file,
   either change the H2 weight to 600 or add this alias: */
@font-face {
  font-family: "Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/sans/ts-plain-wf.woff2") format("woff2");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600; /* or 700 if you added a 700 face above */
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Variables
--------------------------------------------- */
body {
  --height-adminbar: 0px;
}
body.admin-bar {
  --height-adminbar: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --height-adminbar: 46px;
  }
}

:root {
  --fs-default: 19px;
  --fs-h1: 70px;
  --fs-h2: 48px;
  --fs-h3: 40px;
  --fs-h4: 25px;
  --fs-big: var(--fs-h1);
  --fs-medium: var(--fs-h2);
  --fs-nav: var(--fs-h3);
  --fs-small: 16px;
  --fs-button: var(--fs-default);
  --ff-alt: "Sans", "Articulat CF", sans-serif;
  --ff-default: "Sans", "Articulat CF", sans-serif;
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --fs-default: 18px;
    --fs-h1: 50px;
    --fs-h2: 30px;
    --fs-h3: 24px;
    --fs-h4: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --fs-default: 16px;
    --fs-h1: 40px;
    --fs-h2: 25px;
    --fs-h3: 20px;
    --fs-h4: 18px;
  }
}

:root {
  --height-header: 90px;
  --height-header-scrolled: 90px;
  --vertical-padding: 150px;
  --card-padding: 30px;
  --position-header: fixed;
}
@media (min-width: 1440px) {
  :root {
    --horizontal-padding: 150px;
  }
}
@media (min-width: 1024px) {
  :root {
    --horizontal-padding: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --card-padding: 25px;
    --vertical-padding: 100px;
    --horizontal-padding: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --card-padding: 20px;
    --vertical-padding: 70px;
    --horizontal-padding: 30px;
  }
}

:root {
  --color-primary: #ED66B9;
  --color-secondary: #F46B2F;
  --color-white: #ffffff;
  --color-black: #262626;
  --color-highlight: #ED66B9;
  --bg-lightblue: #95A7CD;
  --bg-lightyellow: #fef3d8;
  --bg-lightpink: #f8dbe9;
  --bg-grey: #e5e5e5;
  --bg-lightgrey: #EBEDF2;
  --color-pink: #ED66B9;
  --color-yellow: #fcc33d;
  --color-blue: #95A7CD;
  --color-green: #70a636;
  --color-bg: var(--color-white);
  --bg-default: var(--color-bg);
  --bg-default-init: var(--color-bg);
  --bg-alt: var(--color-primary);
  --color-text: #273766;
  --color-text-init: #273766;
  --color-text-alt: var(--color-white);
  --color-button: #c7c4c0;
  --gradient-main: linear-gradient(
    110deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
}

body.elementor-page {
  --e-global-color-primary: var(--color-primary);
  --e-global-color-secondary: var(--color-secondary);
  --e-global-color-text: var(--color-text);
  --e-global-color-accent: var(--color-primary);
  --e-global-typography-primary-font-family: var(--ff-default);
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: var(--ff-alt);
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: var(--ff-default);
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: var(--ff-default);
  --e-global-typography-accent-font-weight: 500;
}

/* Seitenwind
--------------------------------------------- */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
.e-con.e-parent,
.content {
  --content-default: 1800px;
  --sidegap: clamp(1rem, 6vw, 3rem);
  --full: minmax(var(--sidegap), 1fr);
  --content: min(var(--content-default), 100% - var(--sidegap) * 2);
  --popout: minmax(0, 2rem);
  --feature: minmax(0, 5rem);
  --content-width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: [full-start] var(--full) [feature-start] var(--feature) [popout-start] var(--popout) [content-start] var(--content) [content-end] var(--popout) [popout-end] var(--feature) [feature-end] var(--full) [full-end];
}
@media screen and (max-width: 1800px) {
  .e-con.e-parent,
  .content {
    --content-default: 1600px;
  }
}

.e-con.e-parent > *,
.content > * {
  grid-column: content;
}

.e-con.e-parent.grid-popout > *,
.popout {
  grid-column: popout;
}

.e-con.e-parent.grid-feature > *,
.feature {
  grid-column: feature;
}

.e-con.e-parent.grid-full > *,
.full {
  grid-column: full;
}

@media (max-width: 767px) {
  .mobile-full > * {
    grid-column: full !important;
  }
}
.divider-horizontal-line {
  --h-line-height: 5px;
  position: relative;
}
.divider-horizontal-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--h-line-height);
  background: var(--color-primary);
  z-index: 99;
}
.divider-vertical-line {
  --v-line-height: 150px;
  position: relative;
  margin-bottom: var(--v-line-height) !important;
  overflow: visible !important;
}
.divider-vertical-line:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: var(--v-line-height);
  background: var(--color-bg);
  background: var(--bg-default);
  z-index: 9;
}
.divider-vertical-line:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: var(--v-line-height);
  background: var(--color-primary);
  z-index: 99;
}
.divider-container-line:after {
  grid-column: content;
}
.divider-container-line.grid-popout:after {
  grid-column: popout;
}
.divider-container-line.grid-feature:after {
  grid-column: feature;
}
.divider-container-line.grid-full:after {
  grid-column: full;
}

.section-alt.divider-horizontal-line:after, .section-alt.divider-vertical-line:after {
  background: var(--color-bg);
}
.section-alt.divider-vertical-line:before {
  background: var(--bg-alt);
}

.padding-default {
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding);
}
.padding-half {
  padding-top: calc(var(--vertical-padding) / 2);
  padding-bottom: calc(var(--vertical-padding) / 2);
}
.padding-top-none {
  padding-top: 0;
}
.padding-top-default {
  padding-top: var(--vertical-padding);
}
.padding-top-half {
  padding-top: calc(var(--vertical-padding) / 2);
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-bottom-default {
  padding-bottom: var(--vertical-padding);
}
.padding-bottom-half {
  padding-bottom: calc(var(--vertical-padding) / 2);
}

.gap-default > * {
  gap: var(--card-padding) var(--horizontal-padding) !important;
}
.gap-half > * {
  gap: var(--card-padding) calc(var(--horizontal-padding) / 2) !important;
}
.gap-none > * {
  gap: 0 !important;
}
.gap-card > * {
  gap: var(--card-padding) !important;
}

.row {
  --gap: var(--horizontal-padding);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}
.row--card {
  --gap: var(--card-padding);
}
.row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.row--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.row--2-1 {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.row--1-2 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}
.row--2-3 {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}
.row--3-2 {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}
@media (min-width: 768px) {
  .row.row--reverse > *:nth-child(1) {
    order: 3;
  }
  .row.row--reverse > *:nth-child(2) {
    order: 2;
  }
  .row.row--reverse > *:nth-child(3) {
    order: 1;
  }
  .row.row--reverse > *:nth-child(4) {
    order: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .row {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.e-grid > .e-con-inner > .e-con {
  --padding-left: 0;
  --padding-right: 0;
}

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

.ff-default {
  font-family: var(--ff-default);
}
.ff-alt {
  font-family: var(--ff-alt);
  font-weight: 400 !important;
}

.uppercase {
  text-transform: uppercase;
}

.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}

.fs-default {
  font-size: var(--fs-default);
}
.fs-big {
  font-size: var(--fs-big);
}
.fs-medium {
  font-size: var(--fs-medium);
}
.fs-small {
  font-size: var(--fs-small);
}
.fs-h1 {
  font-size: var(--fs-h1);
}
.fs-h2 {
  font-size: var(--fs-h2);
}
.fs-h3 {
  font-size: var(--fs-h3);
}
.fs-h4 {
  font-size: var(--fs-h4);
}

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

.elementor-widget-text-editor .elementor-widget-container > *:nth-child(1),
.wysiwyg > *:nth-child(1) {
  margin-top: 0 !important;
}
.elementor-widget-text-editor .elementor-widget-container > *:last-child,
.wysiwyg > *:last-child {
  margin-bottom: 0 !important;
}

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

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

.section.readable-yes > * {
  max-width: 80ch;
  margin-left: 0;
  margin-right: auto;
}
.section-light {
  background-color: var(--bg-light) !important;
}
.section-alt.sw-section, .section-alt.e-parent {
  --color-text: var(--color-text-alt);
  --bg-default: var(--bg-alt);
}
.section-dark.sw-section, .section-dark.e-parent {
  --color-text: var(--color-text-alt);
  --bg-default: var(--color-black);
}
.section.e-parent {
  background-color: var(--bg-default);
}
.section.sw-section, .section.e-parent {
  color: var(--color-text);
  overflow: hidden;
  background-color: var(--bg-default);
}
.section.sw-section .section-alt, .section.e-parent .section-alt {
  color: var(--color-text-alt);
  background-color: var(--bg-alt);
}
.section.sw-section.section-alt .section-alt, .section.e-parent.section-alt .section-alt {
  --bg-default: var(--bg-default-init);
  --color-text: var(--color-text-init);
  color: var(--color-text);
  background-color: var(--bg-default);
}

.section-alt ::selection {
  background: var(--color-text-alt);
}
.section-alt .elementor-button,
.section-alt .button {
  background-color: var(--bg-default-init) !important;
  color: var(--color-text-init) !important;
}
.section-alt h1,
.section-alt .h1,
.section-alt h2,
.section-alt .h2,
.section-alt h3,
.section-alt .h3,
.section-alt h4,
.section-alt .h4 {
  color: var(--color-text-alt);
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  margin-top: 0;
}

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

.nowrap {
  white-space: nowrap;
}

.only-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .only-mobile {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
.no-hypens {
  hyphens: none !important;
}

.aspect-ratio {
  position: relative;
}
.aspect-ratio img,
.aspect-ratio > * {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  inset: 0;
}
.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}
.aspect-ratio-9-16 {
  aspect-ratio: 9/16;
}
.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}
.aspect-ratio-3-4 {
  aspect-ratio: 3/4;
}
.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}
.aspect-ratio-2-3 {
  aspect-ratio: 2/3;
}
.aspect-ratio-16-10 {
  aspect-ratio: 16/10;
}
.aspect-ratio-10-16 {
  aspect-ratio: 10/16;
}

html {
  font-size: var(--fs-default, 18px);
}

.realheadline {
  font-family: var(--fs-default);
  margin-bottom: 1.5em;
}

.realsecondheadline {
  font-size: 20px;
  margin-bottom: 1.5em;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--ff-alt);
  font-weight: 700;
  font-style: normal;
  line-height: 1.09;
  color: #262626;
  hyphens: auto;
  hyphenate-limit-chars: 12 4 4;
}

.h1,
h1 {
  font-size: var(--fs-h1);
  margin-bottom: 1em;
  line-height: 1.15;
}
.h1.realheadline,
h1.realheadline {
  font-size: var(--fs-h4);
  color: #707070;
  font-weight: 500;
}

.h2,
h2 {
  font-size: var(--fs-h2);
  line-height: 1.125em !important;
  margin-bottom: 0.6em !important;
}
.h2.realheadline,
h2.realheadline {
  font-size: 16px;
}

.h3,
h3 {
  font-size: var(--fs-h3);
  margin-bottom: 0.5em !important;
}

.h4,
h4 {
  font-size: var(--fs-h4);
}

.subheadline .elementor-heading-title {
  font-size: var(--fs-h4);
}

.teamhero a:not([class]),
.nav--legal a:not([class]),
.nav--top a:not([class]),
.main-footer a:not([class]),
.main-site a:not([class]),
.sw-link {
  color: currentColor;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  position: relative;
}
.teamhero a:not([class]):after,
.nav--legal a:not([class]):after,
.nav--top a:not([class]):after,
.main-footer a:not([class]):after,
.main-site a:not([class]):after,
.sw-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s ease-in-out;
}
.teamhero a:not([class]):hover:after,
.nav--legal a:not([class]):hover:after,
.nav--top a:not([class]):hover:after,
.main-footer a:not([class]):hover:after,
.main-site a:not([class]):hover:after,
.sw-link:hover:after {
  background-color: transparent;
}

.main-footer a:not([class]):after {
  display: none;
}
.main-footer a:not([class]):hover {
  color: var(--color-primary);
}

::selection {
  color: var(--bg-default);
  background: var(--color-primary);
}

html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}

body {
  font-family: var(--ff-default);
  font-size: 1rem;
  color: var(--color-text);
  background-color: var(--bg-default);
  line-height: 1.5;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
}

* {
  outline-offset: 5px !important;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
:focus {
  /* Provide a fallback style for browsers
  that don't support :focus-visible */
  outline: none;
}

:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for browsers
  that do support :focus-visible */
}

:focus-visible {
  /* Draw a very noticeable focus style for
  keyboard-focus on browsers that do support
  :focus-visible */
  transition: none;
  outline: 3px solid var(--color-primary);
}

.section-alt :focus-visible {
  outline: 3px solid var(--color-white) !important;
}

#fe-acf-panel {
  font-size: 14px;
}
#fe-acf-panel .fe-acf-panel-header {
  background-color: var(--color-primary);
}
#fe-acf-panel .acf-label .description {
  font-size: 80%;
}
#fe-acf-panel .acf-button {
  color: var(--color-black) !important;
  background-color: var(--color-primary) !important;
  border-radius: 0;
  font-size: 14px !important;
  padding: 0.5em 1em !important;
}
#fe-acf-panel .acf-button-group {
  flex-wrap: wrap;
}
#fe-acf-panel .fe-acf-panel-footer button {
  border: none;
  background-color: var(--color-primary);
  padding: 0.5em 1em;
}

.elementor-button,
.button {
  transform: scale(1);
  transition: transform 0.3s;
  margin-top: 1em;
}
@media (max-width: 499px) {
  .elementor-button,
  .button {
    padding: 0.7rem 3rem 0.5rem 1.8rem;
  }
}
.elementor-button:hover,
.button:hover {
  transform: scale(0.97);
}
.elementor-button--disabled,
.button--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.footer__popup {
  text-align: center;
  position: fixed;
  width: clamp(300px, 700px, 70vw);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  padding: 50px;
  color: var(--font-color);
  background-color: var(--bg-color);
  border: 5px solid var(--font-color);
  pointer-events: none;
  opacity: 0;
}
.footer__popup.active {
  pointer-events: all;
  z-index: 999999;
  opacity: 1;
}
.footer__popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: var(--bg-color);
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  cursor: pointer;
  color: var(--font-color);
}

.fa-x-twitter:before {
  content: "\e9ca";
}

.hero {
  --gap: var(--horizontal-padding);
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
  background-color: var(--bg-default);
}
.hero__title {
  white-space: normal;
  hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
}
.hero__text {
  font-size: var(--fs-medium);
}
.hero__image {
  position: absolute;
  inset: 0;
  --heroimage-bg: var(--bg-default);
  background-color: var(--heroimage-bg);
}
.hero__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  position: absolute;
}
.hero__inner {
  z-index: 3;
  height: 100%;
}
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: var(--height-header);
}
.hero__content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: fit-content;
}
.hero--color-text {
  color: var(--color-text) !important;
  background-color: var(--bg-default) !important;
}
.hero--color-light {
  color: var(--color-white) !important;
  background-color: var(--bg-alt) !important;
}
.hero--color-alt {
  color: var(--color-primary) !important;
  background-color: var(--bg-default) !important;
}
.hero--half {
  height: 50vh !important;
  max-height: 50vh !important;
  min-height: unset !important;
}
.hero--split .hero__content {
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding);
  text-align: left;
}
@media (min-width: 768px) {
  .hero.hero--split .hero__image {
    width: 50vw;
    position: absolute;
  }
  .hero.hero--split .hero__inner {
    background-color: transparent !important;
  }
  .hero.hero--split .hero__inner .hero__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gap);
    width: 100%;
    max-width: unset;
  }
  .hero.hero--split .hero__inner .hero__content__inner {
    grid-column: 2;
  }
  .hero.hero--split-reverse .hero__inner .hero__content__inner {
    grid-column: 1;
  }
  .hero.hero--split-reverse .hero__image {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .hero {
    height: auto;
  }
  .hero.hero--split {
    display: flex;
    flex-direction: column;
  }
  .hero.hero--split .hero__inner {
    height: auto;
    position: relative;
  }
  .hero.hero--split .hero__image {
    position: relative;
    margin-top: var(--height-header);
    width: 100%;
  }
  .hero.hero--split .hero__image > img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    position: relative;
  }
  .hero.hero--split .hero__content {
    padding-top: calc(var(--vertical-padding) / 2);
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .hero.hero--image-overlay .hero__image:before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 8;
    background: linear-gradient(180deg, var(--bg-alt) 0%, var(--bg-alt) 10%, transparent 20%, transparent 100%);
    opacity: 0.7;
  }
  .hero.hero--image-overlay.hero--color-alt .hero__image:before {
    background: linear-gradient(180deg, var(--bg-default) 0%, var(--bg-default) 10%, transparent 20%, transparent 100%);
  }
}
.main-header {
  z-index: 9999;
  position: absolute;
  height: var(--height-header);
  top: var(--height-adminbar, 0);
  width: 100%;
}
.main-header .main-header__logo--alternative .header-logo {
  display: block;
}
.main-header .main-header__logo--alternative .header-alternative-logo {
  display: none;
}
.main-header .hamburger .line {
  background-color: var(--color-black);
}
.main-header--color-light .nav--top {
  color: var(--bg-default);
}
.main-header--color-light .hamburger .line {
  background-color: var(--bg-default);
}
.main-header--color-light .main-header__logo--alternative .header-logo {
  display: none;
}
.main-header--color-light .main-header__logo--alternative .header-alternative-logo {
  display: block;
}
.main-header.menu-open .hamburger .line {
  background-color: var(--color-black) !important;
}
.main-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1rem;
  margin-right: auto;
  transition: opacity 0.3s;
  opacity: 1;
  height: 70%;
  position: relative;
}
.main-header__logo a {
  height: 100%;
  position: relative;
}
.main-header__logo img {
  height: 100%;
  width: auto;
}
.main-header--position-fixed {
  position: fixed;
}
.main-header--position-reveal {
  position: fixed;
  transition: transform 0.3s;
  transform: translateY(0);
}
.main-header--position-reveal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--bg-default);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.main-header--position-reveal.headroom--unpinned {
  transform: translateY(-100%);
}
.main-header--position-reveal.headroom--pinned {
  transform: translateY(0);
}
.main-header--position-reveal.headroom--pinned.headroom--not-top .header-alternative-logo {
  display: none !important;
}
.main-header--position-reveal.headroom--pinned.headroom--not-top .header-logo {
  display: block !important;
}
.main-header--position-reveal.headroom--pinned.headroom--not-top .hamburger .line {
  background-color: var(--color-black);
}
@media (min-width: 1024px) {
  .main-header--position-reveal.headroom--pinned.headroom--not-top .nav--top {
    color: var(--color-primary);
  }
}
.main-header--position-reveal.headroom--pinned:before {
  opacity: 1;
}
.main-header--position-reveal.menu-open .main-header__logo {
  opacity: 0;
}
.main-header--position-reveal.menu-open, .main-header--position-reveal.headroom--top {
  transform: translateY(0);
}
.main-header--position-reveal.menu-open:before, .main-header--position-reveal.headroom--top:before {
  opacity: 0;
}

#top-menu-toggle {
  display: none;
}
@media (max-width: 1023px) {
  #top-menu-toggle {
    display: flex;
  }
}

.main-footer {
  --footer-gap: 100px;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 767px) {
  .main-footer {
    --footer-gap: 40px;
  }
}
.main-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.main-footer__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: var(--footer-gap);
}
@media (max-width: 767px) {
  .main-footer__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-footer__logo {
  max-width: 180px;
}
.main-footer__social, .main-footer__text {
  margin-left: auto;
}

.main-footer__contact-info {
  margin-top: 1em;
  display: flex;
  gap: var(--footer-gap);
  flex-wrap: wrap;
}
.main-footer__contact-info .contact-item--name {
  margin-top: -1em;
  font-weight: 500;
}

.main-footer__link {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.main-footer__link:after {
  filter: invert(1);
}

.main-footer__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-footer__top h2 {
  color: var(--color-white);
  max-width: 10ch;
  margin-bottom: 0.2em !important;
}

.socialicons {
  display: flex;
  gap: 1em;
}
.socialicons a {
  color: var(--color-white);
  font-size: 1.3em;
}
.socialicons a:hover {
  color: var(--color-primary);
}

.main-footer-divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}

.nav .current-menu-item > a {
  color: var(--color-primary);
}
.nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav .menu ul {
  margin: 0;
  padding: 0;
}
.nav .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav .menu a {
  text-decoration: none;
}
.nav--main ul {
  display: flex;
  gap: 1.5rem;
  height: 100%;
  flex-direction: column;
}
.nav--main ul li a {
  color: currentColor;
  width: 100%;
  font-size: var(--fs-nav);
  display: flex;
  align-items: center;
}
.nav--legal ul {
  display: flex;
}
@media (max-width: 767px) {
  .nav--legal ul {
    flex-direction: column;
  }
}
.nav--legal ul li {
  font-size: var(--fs-small);
}
.nav--legal ul li:not(:last-child) {
  margin-right: 1.5em !important;
}
.nav--legal ul li a {
  font-size: inherit;
  color: currentColor;
  position: relative;
}
@media (max-width: 767px) {
  .nav--legal ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.nav--top ul.menu {
  display: flex;
}
.nav--top ul.menu li {
  margin-right: 4rem;
}
.nav--top ul.menu li a {
  color: currentColor;
  font-size: var(--fs-small);
  display: flex;
  align-items: center;
  height: 100%;
}
.nav--top ul.menu li a::after {
  height: 2px;
}
.nav--top ul.menu li:hover > a:after, .nav--top ul.menu li.current-menu-item > a:after {
  background-color: var(--color-highlight);
}
@media (max-width: 767px) {
  .nav--top ul.menu li {
    margin-right: 3rem;
  }
}
@media (max-width: 499px) {
  .nav--top ul.menu li {
    margin-right: 2rem;
  }
}

.main-navigation {
  position: fixed;
  width: auto;
  height: calc(var(--app-height, 100vh) - var(--height-adminbar));
  background-color: var(--bg-default);
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  border-radius: 30px 0 0 30px;
  padding: var(--vertical-padding) calc(var(--horizontal-padding) * 2) var(--horizontal-padding) var(--horizontal-padding);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-navigation {
    min-width: 50vw;
    max-width: 100vw;
  }
}
.main-navigation ul li a {
  transition: all 0.3s ease-in-out;
  will-change: color;
}
.main-navigation ul li a:hover {
  color: var(--color-primary);
}
.main-navigation.is-active {
  transform: translateX(0);
  opacity: 1;
  transition-timing-function: ease-in;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.main-navigation__inner {
  display: flex;
  height: 100%;
}
.main-navigation__image {
  flex: 1;
}
.main-navigation__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-navigation__nav {
  padding-top: calc(var(--height-header) * 2);
  padding-bottom: var(--height-header);
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .main-navigation__nav {
    min-width: 25vw;
  }
}
.main-navigation__nav__inner {
  max-height: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-navigation__nav .nav {
  flex: 1;
  position: relative;
}
.main-navigation__nav .nav > ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main-navigation__main {
  padding-right: 7rem;
  transition: all 0.3s 0s ease-in;
  transition-timing-function: ease-out !important;
  transition-delay: 0.6s;
  will-change: transform, opacity;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .main-navigation__main {
    width: 100%;
    padding-bottom: var(--card-padding);
    padding-top: calc(var(--height-header) + var(--card-padding));
  }
  .main-navigation__main .main-navigation__nav__inner {
    overflow: scroll;
  }
}
@media (max-width: 499px) {
  .main-navigation__main {
    padding-right: 2rem;
  }
}
.main-navigation__services {
  transition: all 0.6s 0.2s ease-in;
  will-change: transform, opacity;
  transform: translateX(100%);
  opacity: 0;
  transition-timing-function: ease-out !important;
  transition-delay: 0.3s;
}
.main-navigation__image {
  transition: all 0.8s 0.3s ease-in;
  will-change: transform, opacity;
  transform: translateX(100%);
  opacity: 0;
  transition-timing-function: ease-out !important;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

.nav .menu li.menu-item-has-children {
  position: relative;
}

.submenu-toggle-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.6rem;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.submenu-toggle-label::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./assets/img/arrows/arrow-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}

.submenu-toggle-input {
  display: none;
}
.submenu-toggle-input + .submenu-toggle-label + ul.sub-menu {
  width: 100%;
  max-height: 0;
  transition-property: max-height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}
.submenu-toggle-input + .submenu-toggle-label + ul.sub-menu li:first-child {
  margin-top: 1rem;
}
.submenu-toggle-input + .submenu-toggle-label + ul.sub-menu li a {
  color: var(--color-black);
  font-size: var(--fs-small);
}
.submenu-toggle-input:checked + .submenu-toggle-label::after {
  transform: rotate(-90deg);
}
.submenu-toggle-input:checked + .submenu-toggle-label + ul.sub-menu {
  max-height: 100vh;
}

.sw-accordion {
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid var(--color-primary);
}
.sw-accordion:first-child {
  border-top: 1px solid var(--color-primary);
}
.sw-accordion .accordion-toggle {
  padding-top: 1em;
  padding-bottom: 1em;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  cursor: pointer;
  padding-left: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-default);
}
.sw-accordion .accordion-toggle::after {
  content: "";
  display: flex;
  height: 0.7em;
  width: 0.7em;
  min-width: 0.7em;
  margin-left: 1em;
  background-image: url(./assets/img/icons/arrow-black.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0deg);
}
.sw-accordion__header h2,
.sw-accordion__header h3,
.sw-accordion__header h4 {
  margin-bottom: 0 !important;
  text-align: left;
}
.sw-accordion__content {
  display: block;
  line-height: 1.66;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.sw-accordion.active .accordion-toggle::after {
  transform: rotate(90deg);
}
.sw-accordion.active .sw-accordion__content {
  display: block;
  max-height: 1000px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sw-accordion.active .sw-accordion__content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .sw-accordion.active .sw-accordion__content {
    max-height: 1500px;
  }
}

.section-alt .sw-accordion .accordion-toggle:after {
  filter: invert(1);
}

.sw-buttons {
  display: flex;
  gap: 1rem;
}
.sw-buttons--column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.sw-buttons--column .button {
  margin-top: 0;
}

.sw-quote {
  border-radius: 50px;
  padding: 3em 2em;
  margin: 0;
  font-family: var(--ff-alt);
  font-size: var(--fs-h2);
}
.sw-quote__inner {
  max-width: 950px;
  margin: 0 auto;
}

.sw-imagetextteaser__content, .sw-imagetextteaser__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elementor-widget-sw-squareteaser {
  width: 100%;
}

.sw-squareteaser {
  gap: 0 !important;
  position: relative;
}
.sw-squareteaser__image {
  background-color: var(--bg-alt);
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
}
.sw-squareteaser__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.sw-squareteaser--circle .sw-squareteaser__image img {
  width: 40% !important;
  height: 40% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sw-squareteaser--circle .sw-squareteaser__image img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
  }
}
.sw-squareteaser__content {
  aspect-ratio: 1/1;
  background-color: var(--bg-default);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--horizontal-padding);
  overflow: hidden;
}
@media (max-width: 767px) {
  .sw-squareteaser__content {
    aspect-ratio: unset;
    text-align: center;
    position: absolute;
    inset: var(--card-padding);
    background-color: transparent;
    isolation: isolate;
    padding: var(--card-padding);
  }
  .sw-squareteaser__content:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--bg-default);
    opacity: 0.9;
    z-index: -1;
  }
}
@media (max-width: 499px) {
  .sw-squareteaser__content .sw-squareteaser__headline {
    font-size: 20px;
  }
  .sw-squareteaser__content .sw-squareteaser__text {
    font-size: 14px;
  }
}

.sw-fancygallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sw-fancygallery__image:first-child {
  clip-path: polygon(100% 17.277%, 4.533% 0.139%, 0.028% 100%, 99.636% 84.663%, 100% 17.277%);
  margin-right: -15%;
}
.sw-fancygallery__image:nth-child(2) {
  clip-path: polygon(91.567% 90.222%, 100% 0.059%, 0.039% 5.449%, 18.347% 100%, 91.567% 90.222%);
  margin-left: -15%;
}
@media (max-width: 767px) {
  .sw-fancygallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    place-items: center;
  }
  .sw-fancygallery__image {
    max-width: 80%;
  }
  .sw-fancygallery__image:nth-child(2) {
    margin-top: -10%;
  }
}

.seitenwidget-iconlinks {
  display: flex;
  flex-direction: column;
}

.sw-iconlinks {
  display: flex;
  gap: 1rem;
  padding-left: 2rem;
}
.sw-iconlinks__title {
  transform: rotate(-7deg);
  margin-bottom: 2rem;
}
.sw-iconlinks .sw-iconlink {
  display: flex;
  font-size: 2rem;
  color: var(--color-white);
}

.sw-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .sw-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sw-gallery__image {
  aspect-ratio: 1/1;
}
.sw-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-overlay {
  background-color: var(--color-black);
}

.sl-wrapper .sl-counter,
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  color: var(--color-white);
}

.sw-carouselteaser {
  display: grid;
  gap: var(--horizontal-padding);
  align-items: center;
  grid-template-columns: 1fr;
  position: relative;
}
.sw-carouselteaser .swiper-slide {
  max-width: 300px;
}
.sw-carouselteaser__swiper {
  border-radius: 20px 0 0 20px;
  width: calc(100% + (100vw - 100%) / 2);
  overflow: visible !important;
  padding-right: 40px;
  position: relative;
}
.sw-carouselteaser__item {
  display: block !important;
  width: 100%;
  height: 0;
  padding-top: 177%;
  position: relative;
  color: var(--color-white);
}
.sw-carouselteaser__item__inner {
  position: absolute;
  display: block;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}
.sw-carouselteaser__item__inner:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("./assets/img/icons/plus-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
.sw-carouselteaser__item:hover .sw-carouselteaser__item__inner:after {
  transform: rotate(45deg);
}
.sw-carouselteaser__item:hover .sw-carouselteaser__item__image {
  filter: grayscale(1);
}
.sw-carouselteaser__item--video .sw-carouselteaser__item__inner:after {
  background-image: url("./assets/img/icons/play-white.svg");
  transform: rotate(0deg) !important;
}
.sw-carouselteaser__item__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  inset: 0;
  z-index: 4;
  padding: 25px;
}
.sw-carouselteaser__item__title {
  margin-top: auto;
  color: var(--color-sand);
  font-weight: 600;
  font-size: var(--fs-medium);
  text-transform: initial;
}
.sw-carouselteaser__item__image {
  width: 100%;
  height: 100%;
  background-color: var(--color-grey);
}
.sw-carouselteaser__item__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}
.sw-carouselteaser__item__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sw-carouselteaser {
    width: 100% !important;
    display: flex;
  }
  .sw-carouselteaser .sw-carouselteaser__swiper {
    width: 100% !important;
    padding-right: 0 !important;
    position: relative;
  }
  .sw-carouselteaser .swiper-slide {
    transform: scale(0.9);
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    will-change: opacity, transform;
    max-width: unset;
  }
  .sw-carouselteaser .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
  .sw-carouselteaser .swiper-slide.teaser-slide {
    padding-right: 0 !important;
  }
  .sw-carouselteaser .swiper-slide.teaser-slide > .sw-imagetextteaser__content {
    margin-left: calc((100vw - 100% - 2 * var(--sidegap)) / -2) !important;
  }
}

.teaser-slide {
  min-width: 25vw;
  max-width: 27vw !important;
  padding-right: var(--card-padding);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser-slide {
    min-width: 40vw;
    max-width: 40vw !important;
  }
}
@media (max-width: 767px) {
  .teaser-slide {
    min-width: 100vw;
    max-width: 100vw !important;
  }
}
@media screen and (max-width: 768px) {
  .teaser-slide {
    min-width: unset !important;
    max-width: unset !important;
  }
}

.sw-navigation {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  position: relative;
  justify-content: flex-end;
  max-width: 1650px;
}

.slider-button-next,
.slider-button-prev {
  cursor: pointer;
  font-size: var(--fs-button);
  min-height: 2.5em;
  min-width: 2.5em;
  display: grid;
  place-items: center;
}
.slider-button-next::after,
.slider-button-prev::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(./assets/img/icons/slider-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-button-next:hover,
.slider-button-prev:hover {
  opacity: 0.7;
}
.slider-button-next.swiper-button-disabled,
.slider-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}

.slider-button-prev::after {
  transform: rotate(180deg);
}

.sw-iconlist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sw-iconlist--two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .sw-iconlist--two-columns {
    grid-template-columns: 1fr;
  }
}
.sw-iconlist__item {
  display: flex;
}
.sw-iconlist__icon {
  color: var(--color-primary);
  height: 70px;
  width: 70px;
  display: grid;
  place-items: center;
  flex: 0 0 70px;
  margin-right: 1rem;
  position: relative;
}
.sw-iconlist__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
.sw-iconlist__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sw-iconlist__headline {
  font-size: var(--fs-medium);
  margin-bottom: 0.3em;
}

.section-alt .sw-iconlist__icon {
  color: var(--color-bg);
}
.section-alt .slider-button-next,
.section-alt .slider-button-prev {
  filter: invert(1);
}

.elementor-form {
  /*Checkboxes styles*/
}
.elementor-form .elementor-field-textual {
  border-radius: 0;
  border-color: var(--color-text);
  color: var(--color-text);
  font-size: var(--fs-default) !important;
  font-weight: 300;
  padding: 0.8em 1em;
  background-color: transparent !important;
}
.elementor-form .elementor-field-textual::placeholder {
  color: var(--color-text);
  opacity: 0.6;
  font-weight: 300;
}
.elementor-form .elementor-message {
  font-size: 15px;
  line-height: inherit;
  background-color: var(--color-primary);
  border-radius: 25px;
  padding: 1.2em 2em;
  width: fit-content;
  color: var(--color-text-alt);
  padding-left: 2.5em;
  position: relative;
}
.elementor-form .elementor-message:before {
  position: absolute;
  left: 1em;
  top: 1.2em;
}
.elementor-form .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-direction: column;
  display: flex;
}
.elementor-form .elementor-select-wrapper.remove-before:before {
  content: "\f107" !important;
  font: normal normal normal 14px/1 FontAwesome;
}
.elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}
.elementor-form .elementor-field-group {
  align-items: flex-start !important;
}
.elementor-form .elementor-field-subgroup .elementor-field-option label {
  font-size: 16px;
}
.elementor-form .elementor-field-group.elementor-field-type-submit {
  margin-top: 1rem;
}
.elementor-form input[type=checkbox] {
  display: none !important;
}
.elementor-form input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.elementor-form input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.elementor-form input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-text);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.elementor-form input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elementor-form .elementor-button[type=submit] {
  flex: 0 !important;
  margin-left: auto;
  padding: 1rem 2rem !important;
}
.elementor-form .elementor-button[type=submit] .elementor-button-text {
  white-space: nowrap;
}

.elementor-custom-embed-play {
  border-radius: 50%;
  background-color: var(--color-white);
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.elementor-custom-embed-play::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  background-image: url(./assets/img/icons/play-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5%;
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  display: none;
}

.sw-posts__footer {
  display: flex;
  justify-content: center;
}

.sw-card {
  overflow: hidden;
  background-color: var(--bg-light);
}
.sw-card--round-corners {
  border-radius: 25px;
}
.sw-card__meta {
  display: flex;
  flex-wrap: wrap;
}
.sw-card__meta__item:not(:last-child) {
  margin-right: 0.5ch;
}
.sw-card__meta__item:not(:last-child):after {
  content: "|";
  margin-left: 0.5ch;
}
.sw-card__content {
  padding: var(--card-padding);
}

.section-light .sw-card {
  background-color: var(--bg-white);
}

.section-alt .sw-card {
  background-color: var(--bg-default-init);
  color: var(--color-text-init);
}
.section-alt .sw-card .button {
  background-color: var(--bg-default) !important;
  color: var(--color-text) !important;
}
.section-alt .sw-card .sw-card__headline {
  color: var(--color-primary);
}

.posthero {
  padding-top: var(--height-header);
}
.posthero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background-color: var(--bg-light);
}
.posthero__header {
  margin-top: var(--vertical-padding);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--vertical-padding);
  z-index: 2;
}
.posthero__meta {
  display: flex;
  gap: var(--card-padding);
  justify-content: space-between;
  padding: 1em 0;
  color: var(--color-primary);
  margin-bottom: var(--card-padding);
  position: relative;
  z-index: 2;
}
.posthero__meta:after, .posthero__meta:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.posthero__meta:after {
  top: unset;
  bottom: 0;
}
.posthero__image {
  position: relative;
  z-index: 2;
}
.posthero__image img {
  width: 100%;
}

.social-shares {
  display: flex;
  font-size: 20px;
  gap: 0.5em;
}
.social-shares > a {
  color: var(--color-primary);
  text-decoration: none;
}

.postcontent {
  margin-top: var(--vertical-padding);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
  margin-top: 2em;
}

.custom-lottie-container {
  width: 100%;
  position: relative;
}
.custom-lottie-container > * {
  position: absolute;
  inset: 0;
}
.custom-lottie-container .custom-lottie-hover-content {
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.custom-lottie-container:hover .custom-lottie-hover-content {
  opacity: 1;
}

.sw-metrolayout {
  display: flex;
  flex-direction: column;
}
.sw-metrolayout__row {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
@media (max-width: 1023px) {
  .sw-metrolayout__row {
    flex-direction: column;
  }
}
.sw-metrolayout__col:nth-child(1) {
  flex: 2;
}
@media (max-width: 1023px) {
  .sw-metrolayout__col:nth-child(1) .sw-metrolayout__item {
    aspect-ratio: 1/1;
  }
}
.sw-metrolayout__item {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.sw-metrolayout__item--left .sw-metrolayout__item__content {
  text-align: left;
  align-items: flex-end;
  justify-content: flex-start;
}
.sw-metrolayout__item--right .sw-metrolayout__item__content {
  text-align: right;
  align-items: flex-start;
  justify-content: flex-end;
}
.sw-metrolayout__item__bg {
  position: absolute;
  inset: 0;
}
.sw-metrolayout__item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sw-metrolayout__item__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .sw-metrolayout__item__content {
    height: -webkit-fill-available;
  }
}
.sw-metrolayout__item__text {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.2em;
}
.sw-metrolayout__item__text small {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
}
.sw-metrolayout__item__number {
  font-size: var(--fs-h1);
  font-weight: 700 !important;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

/* Pop */
.sw-metro {
  flex: 3;
}
@media (min-width: 768px) {
  .sw-metro {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-content: stretch;
  }
  .sw-metro > div:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .sw-metro > div:nth-child(2) {
    grid-area: 1/4/2/6;
  }
  .sw-metro > div:nth-child(3) {
    grid-area: 2/1/3/4;
  }
  .sw-metro > div:nth-child(4) {
    grid-area: 2/4/3/6;
  }
  .sw-metro > div:nth-child(5) {
    grid-area: 3/1/4/3;
  }
  .sw-metro > div:nth-child(6) {
    grid-area: 3/3/4/6;
  }
}
@media (max-width: 767px) {
  .sw-metro {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sw-metro .sw-metrolayout__item {
    aspect-ratio: 2/1;
  }
}

.sw-timeline {
  display: flex;
  flex-direction: column;
  padding-bottom: 110px;
  --indicator-fill-color: 205, 170, 120;
  --indicator-highlight-color: 240, 90, 185;
}

.sw-timeline-item {
  --circle-size: 45px;
  display: flex;
  gap: 270px;
  padding-bottom: 170px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sw-timeline-item {
    gap: 200px;
  }
}
@media (max-width: 767px) {
  .sw-timeline-item {
    gap: var(--card-padding);
    flex-direction: column !important;
    padding-bottom: var(--vertical-padding);
    padding-left: calc(var(--circle-size) * 1.5);
  }
}
.sw-timeline-item:before {
  content: "";
  color: rgb(var(--indicator-fill-color));
  left: 50%;
  position: absolute;
  width: var(--circle-size);
  height: var(--circle-size);
  border: 2px solid rgb(var(--indicator-fill-color));
  background-color: var(--bg-default);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .sw-timeline-item:before {
    left: 0;
    transform: translate(0, -50%) !important;
  }
}
.sw-timeline-item:after {
  content: "";
  width: 2px;
  margin-left: -1px;
  background-color: rgb(var(--indicator-fill-color));
  height: 100%;
  left: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .sw-timeline-item:after {
    left: calc(var(--circle-size) / 2);
    transform: translateX(50%) !important;
  }
}
.sw-timeline-item:last-child:after {
  display: none;
}
.sw-timeline-item[data-indicator-type=fill]:before {
  background-color: rgb(var(--indicator-fill-color));
}
.sw-timeline-item[data-indicator-type=highlight]:before {
  background-color: rgb(var(--indicator-highlight-color));
  border-color: rgb(var(--indicator-highlight-color));
  box-shadow: 0 0 0 10px rgba(var(--indicator-highlight-color), 0.7);
  animation: pulse-animation 2s infinite;
}
.sw-timeline-item[data-indicator-type=year] {
  --circle-size: 6rem;
  padding-top: calc(4 * var(--fs-h2));
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .sw-timeline-item[data-indicator-type=year] {
    --circle-size: 8rem;
  }
}
.sw-timeline-item[data-indicator-type=year]:before {
  content: attr(data-indicator-year);
  font-size: var(--fs-h2);
  text-align: center;
  line-height: var(--circle-size);
  background-color: rgb(var(--indicator-fill-color));
  color: rgb(var(--indicator-year-color));
  transform: translate(-50%, -100%);
  font-family: var(--ff-alt);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sw-timeline-item[data-indicator-type=year]:before {
    font-size: var(--fs-h3);
  }
}
@media (min-width: 768px) {
  .sw-timeline-item > div {
    flex: 1;
    max-width: 50%;
    height: fit-content;
  }
}
.sw-timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.sw-timeline-item__image {
  background-color: var(--timelineitem-bg);
}
.sw-timeline-item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.sw-timeline-item__content {
  display: flex;
  flex-direction: column;
}

.sw-timeline-item:after {
  height: 0;
  transition: height 1s;
}
.sw-timeline-item.is-visible:after {
  height: 100%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--indicator-highlight-color), 0.7);
  }
  50% {
    box-shadow: 0 0 10px 30px rgba(var(--indicator-highlight-color), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--indicator-highlight-color), 0);
  }
}
@keyframes animCircle {
  0%, 33% {
    --pgCirclePercentage: 0;
  }
  100% {
    --pgCirclePercentage: 100;
  }
}
@keyframes animValue {
  0%, 33% {
    --pgValuePercentage: 0;
  }
  100% {
    --pgValuePercentage: var(--value);
  }
}
@property --pgValuePercentage {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
@property --pgCirclePercentage {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
div[role=circleBar] {
  animation: animCircle var(--time) forwards;
  animation-play-state: paused;
  animation-delay: 0.2s;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: radial-gradient(closest-side, var(--bg-default) 80%, transparent 0 98%, var(--bg-default) 0), conic-gradient(var(--circle-fg) calc(var(--pgCirclePercentage) * 1%), var(--circle-bg) 0);
  color: var(--color-primary);
}
div[role=circleBar].is-visible {
  animation-play-state: running;
}
div[role=circleBar].is-visible::before {
  animation-play-state: running;
}
div[role=circleBar]::before {
  content: counter(percentage);
  animation: animValue var(--time) forwards;
  animation-delay: 0.5s;
  animation-play-state: paused;
  counter-reset: percentage var(--pgValuePercentage);
  font-family: var(--ff-alt);
  font-size: var(--fs-h2);
}
@media (min-width: 1440px) {
  div[role=circleBar]::before {
    font-size: var(--fs-h1);
  }
}
@media (max-width: 767px) {
  div[role=circleBar]::before {
    font-size: var(--fs-h1);
  }
}
div[role=circleBar]::after {
  content: attr(data-text);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
@media (min-width: 1440px) {
  div[role=circleBar]::after {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  div[role=circleBar]::after {
    font-size: 1rem;
  }
}

.section-alt div[role=circleBar] {
  color: var(--color-text);
}

.elementor-widget-sw-counter {
  display: flex;
  width: 100%;
}
.elementor-widget-sw-counter > div {
  flex: 1;
}

.sw-counterlist {
  display: flex;
  --counter-fg: var(--color-primary);
  --counter-bg: var(--color-bg);
  gap: var(--horizontal-padding);
}
.sw-counterlist > .sw-counteritem {
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .sw-counterlist {
    flex-direction: column;
    gap: 1rem;
  }
}

.sw-cards {
  display: flex;
  gap: var(--card-padding);
}
@media (max-width: 767px) {
  .sw-cards {
    flex-direction: column;
  }
}
.sw-cards__item {
  flex: 1;
  background-color: var(--bg-light);
  border-radius: 25px;
  overflow: hidden;
}
.sw-cards__item__bg {
  padding-bottom: 25px;
  margin-bottom: -25px;
  position: relative;
  background-color: var(--color-primary);
  isolation: isolate;
}
.sw-cards__item__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.sw-cards__item__icon {
  aspect-ratio: 2/1;
  display: flex;
  justify-content: center;
}
.sw-cards__item__icon img {
  height: 100%;
  width: auto;
}
.sw-cards__item__content {
  text-align: center;
  padding: 2em 1em;
  border-radius: 25px;
  overflow: hidden;
  z-index: 9;
  position: relative;
  background-color: var(--bg-light);
  margin-bottom: -25px;
}
.sw-cards__item__content b,
.sw-cards__item__content strong {
  color: var(--color-primary);
  font-weight: 700;
}

.section-alt .sw-cards__item__content,
.section-alt .sw-cards__item {
  background-color: var(--color-white);
  color: var(--color-text-init);
}
.section-alt .sw-cards__item__bg {
  background-color: var(--bg-light);
}
.section-alt .sw-cards__item__headline {
  color: var(--color-primary);
}

.teamhero__header {
  display: flex;
  gap: var(--gap);
}
@media (min-width: 1024px) {
  .teamhero__header > div {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .teamhero__header {
    flex-direction: column-reverse;
  }
  .teamhero__header .teamhero__image {
    margin-right: auto;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .teamhero__header {
    margin-top: 50px;
  }
}
.teamhero__content {
  padding-top: calc(var(--vertical-padding) / 2);
}
.teamhero__headline {
  margin-bottom: 0.1em !important;
  font-size: var(--fs-h2);
}
.teamhero__subheadline {
  color: var(--color-primary);
  font-size: var(--fs-h3);
}
.teamhero__meta {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.teamhero__meta i {
  color: var(--color-secondary);
  margin-right: 0.5em;
}
.teamhero__image {
  width: 100%;
}

.sqareimagegrid {
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: var(--card-padding);
}
.sqareimagegrid__item__image {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sqareimagegrid__item:nth-child(1) {
  grid-area: 1/1/4/4;
}
.sqareimagegrid__item:nth-child(2) {
  grid-area: 1/4/6/6;
}
.sqareimagegrid__item:nth-child(3) {
  grid-area: 4/1/6/4;
}
.sqareimagegrid__item:nth-child(3) .image-decoration:before,
.sqareimagegrid__item:nth-child(3) .image-decoration:after {
  left: 0;
  bottom: 0;
  top: unset;
  right: unset;
  transform: rotate(180deg);
}
.sqareimagegrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elementor-widget-sw-team {
  width: 100%;
}

.sw-team__item__content {
  color: #094a74;
  text-align: center;
  padding: var(--card-padding);
  padding-bottom: 0;
}
.sw-team__item__image {
  position: relative;
}
.sw-team__item__image img {
  display: block;
}
.sw-team__item__meta {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.5rem;
  padding-bottom: var(--card-padding);
}
.sw-team__item__meta a {
  color: #094a74;
  opacity: 0.2;
  transition: all 0.3s;
  will-change: opacity;
}
.sw-team__item__meta a:hover {
  opacity: 1;
}
.sw-team__item__hover {
  opacity: 0;
  background-color: var(--color-primary);
  inset: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}
.sw-team__item__hover span {
  margin-top: 1em;
}
.sw-team__item__hover img {
  min-width: 100px;
  width: 30% !important;
  height: auto !important;
  object-fit: unset !important;
}
.sw-team__item__hover .team-logo {
  display: none;
}
.sw-team__item__link:hover .sw-team__item__hover {
  opacity: 1;
}

.section-alt .sw-team__item__content {
  color: var(--color-text);
}
.section-alt .sw-team__item__hover {
  background-color: var(--bg-default-init);
  color: var(--color-primary);
}
.section-alt .sw-team__item__hover .team-logo {
  display: block;
}
.section-alt .sw-team__item__hover .team-alternative-logo {
  display: none;
}

.sw-accordion .job-summary {
  display: flex;
  flex-direction: column;
  font-size: var(--fs-default);
  text-align: left;
}
.sw-accordion .job-title {
  line-height: 1.4em;
}
.sw-accordion .job-meta {
  margin-top: 0.3em;
}
.sw-accordion .job-details h4 {
  margin-bottom: 0.3em;
}

.sw-icongrid {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  justify-content: center;
  gap: 90px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sw-icongrid {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .sw-icongrid {
    gap: 30px;
  }
}
.sw-icongrid__item {
  max-width: calc(25% - 80px);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sw-icongrid__item {
    max-width: calc(50% - 80px);
  }
}
@media (max-width: 767px) {
  .sw-icongrid {
    flex-direction: column;
  }
  .sw-icongrid__item {
    max-width: 100%;
  }
}
.sw-icongrid__icon {
  max-width: 100px;
  width: 100%;
  height: 100px;
  position: relative;
}
.sw-icongrid__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sw-icongrid__headline {
  font-weight: 400;
  font-size: var(--fs-default);
  margin-bottom: 0 !important;
  margin-top: 1em !important;
}

.section-lightblue {
  background-color: var(--bg-lightblue) !important;
}
.section-lightblue .image-decoration {
  --dogear-bg: var(--bg-lightblue) !important;
}
.section-lightyellow {
  background-color: var(--bg-lightyellow) !important;
}
.section-lightyellow .image-decoration {
  --dogear-bg: var(--bg-lightyellow) !important;
}
.section-lightpink {
  background-color: var(--bg-lightpink) !important;
}
.section-lightpink .image-decoration {
  --dogear-bg: var(--bg-lightpink) !important;
}
.section-grey {
  background-color: var(--bg-grey) !important;
}
.section-grey .image-decoration {
  --dogear-bg: var(--bg-grey) !important;
}
.section-lightgrey {
  background-color: var(--bg-lightgrey) !important;
}
.section-lightgrey .image-decoration {
  --dogear-bg: var(--bg-lightgrey);
}

.image-decoration {
  --dogear-size: 80px;
  --dogear-bg: var(--color-bg);
  position: relative;
  align-self: center;
}
.image-decoration:before, .image-decoration:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.image-decoration:after {
  border-top: var(--dogear-size) solid transparent;
  border-left: var(--dogear-size) solid var(--dogear-color);
}
.image-decoration:before {
  border-bottom: var(--dogear-size) solid transparent;
  border-right: var(--dogear-size) solid var(--dogear-bg);
}
.image-decoration.image-decoration--pink {
  --dogear-color: var(--color-pink);
}
.image-decoration.image-decoration--yellow {
  --dogear-color: var(--color-yellow);
}
.image-decoration.image-decoration--blue {
  --dogear-color: var(--color-blue);
}
.image-decoration.image-decoration--green {
  --dogear-color: var(--color-green);
}

.color-pink {
  color: var(--color-pink) !important;
}
.color-yellow {
  color: var(--color-yellow) !important;
}
.color-blue {
  color: var(--color-blue) !important;
}
.color-green {
  color: var(--color-green) !important;
}

body.home .hero--split .hero__inner {
  background-color: var(--color-pink) !important;
}
@media (max-width: 767px) {
  body.home .hero--split .hero__content {
    padding-bottom: calc(var(--vertical-padding) / 2);
  }
  body.home .hero--split .hero__content .hero__before-h1 {
    margin-bottom: 0;
  }
}
body.home .hero--split .hero__content__inner {
  color: var(--color-white) !important;
}
body.home .hero--split .hero__content__inner .hero__title {
  color: var(--color-white) !important;
}
body.home .hero--split .hero__content__inner .hero__before-h1 {
  color: var(--color-yellow) !important;
}
body.home .hero--split .hero__image {
  z-index: 99;
}
@media (min-width: 768px) {
  body.home .main-header.headroom--top .hamburger .line {
    background-color: var(--color-white);
  }
  body.home .main-header.headroom--top .nav--top ul.menu li a {
    color: var(--color-white);
  }
}

.sw-iconlist {
  font-size: 19px;
  font-weight: 400;
}
.sw-iconlist__headline {
  font-size: 19px;
  font-weight: 400;
}
.sw-iconlist__icon {
  margin-right: 1em;
  width: 2em;
  height: 2em;
}

.sqareimagegrid .image-decoration {
  --dogear-size: 50px;
}

.sw-card {
  background-color: transparent;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sw-card__headline {
  font-weight: 500;
  font-size: var(--fs-h3);
  margin-bottom: 1em !important;
}
.sw-card__content {
  border-radius: 1rem;
  position: relative;
  z-index: 2;
  background-color: var(--color-bg);
  margin-top: calc(-1 * var(--card-padding));
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sw-card__link {
  margin-top: auto;
}

.elementor-widget-text-editor.fs-medium {
  line-height: 1.05;
}

.social-shares > a,
.posthero__meta {
  color: var(--color-black);
}

.posthero__meta:after,
.posthero__meta:before {
  background-color: var(--color-black);
}

.posthero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: var(--bg-lightpink);
}

.elementor-form .elementor-field-textual {
  border-color: var(--color-primary);
  border-width: 0 0 1px 0;
}

.elementor-form .elementor-button[type=submit] {
  margin-left: unset;
  margin-right: auto;
  background-color: transparent;
}

.elementor-form input[type=checkbox] + label:before {
  border-radius: 50%;
}

/* ====== ASCHAFFENBURG FORM (Elementor Form widget has class: form-aschaf) ====== */
/* Grid layout: 2 columns, roomy spacing */
.form-aschaf .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
  row-gap: 2rem;
}

/* Map fields to grid positions */
.form-aschaf .elementor-field-group-name {
  grid-column: 1;
  grid-row: 1;
}

/* NAME */
.form-aschaf .elementor-field-group-message {
  grid-column: 1;
  grid-row: 2;
}

/* E-MAIL */
.form-aschaf .elementor-field-group-field_d422c8d {
  grid-column: 1;
  grid-row: 3;
}

/* FIRMA */
.form-aschaf .elementor-field-group-field_fc9955f {
  grid-column: 1;
  grid-row: 4;
}

/* TELEFON */
.form-aschaf .elementor-field-group-field_f71a87b {
  grid-column: 1;
  grid-row: 5;
}

/* DATUM */
/* Nachricht (textarea) on the right, spanning multiple rows */
.form-aschaf .elementor-field-group-email {
  grid-column: 2;
  grid-row: 1/span 4;
  display: block;
}

.form-aschaf .elementor-field-group-email textarea {
  min-height: 165px;
  resize: vertical;
}

/* Hide empty helper fields */
.form-aschaf .elementor-field-group-field_b4a419f,
.form-aschaf .elementor-field-group-field_e6b0736,
.form-aschaf .elementor-field-group-field_24bbc30 {
  display: none;
}

/* Acceptance & Submit: full width below everything */
.form-aschaf .elementor-field-group.elementor-field-type-acceptance,
.form-aschaf .elementor-field-group.elementor-field-type-submit {
  grid-column: 1/-1;
}

/* Inputs: underline style */
.form-aschaf .elementor-field-textual {
  border: 0;
  border-bottom: 1px solid var(--color-text);
  background: transparent !important;
  border-radius: 0;
  color: var(--color-text);
  font-size: var(--fs-default) !important;
  font-weight: 300;
  padding: 0;
  min-height: 30px;
}

.form-aschaf .elementor-field-textual::placeholder {
  color: var(--color-text);
  opacity: 0.6;
  font-weight: 300;
}

/* Date field compact width */
.form-aschaf .elementor-field-group-field_f71a87b input {
  width: 160px;
}

/* Labels */
.form-aschaf .elementor-field-group > label.elementor-field-label {
  color: var(--color-text);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Checkbox styling */
.form-aschaf .elementor-field-subgroup .elementor-field-option label {
  font-size: 16px;
  line-height: 1.4;
}

.form-aschaf input[type=checkbox] {
  display: block !important;
  position: absolute;
  opacity: 0.01;
  width: 1px;
  height: 1px;
  bottom: 0;
}

.form-aschaf input[type=checkbox] + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  user-select: none;
}

.form-aschaf input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-text);
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
  border-radius: 4px;
}

.form-aschaf input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  opacity: 1;
  border-radius: 0;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  transform: rotate(45deg);
}

/* Submit button */
.form-aschaf .elementor-field-group.elementor-field-type-submit {
  margin-top: 0.75rem;
}

.form-aschaf .elementor-button[type=submit] .elementor-button-text {
  white-space: nowrap;
}

/* ——— Responsive ——— */
@media (max-width: 1024px) {
  .form-aschaf .elementor-form-fields-wrapper {
    column-gap: 3rem;
    row-gap: 1.75rem;
  }
}
@media (max-width: 900px) {
  .form-aschaf .elementor-form-fields-wrapper {
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
  .form-aschaf .elementor-field-group-email textarea {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .form-aschaf .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  /* Reorder fields: textarea (NACHRICHT) after TELEFONNUMMER */
  .form-aschaf .elementor-field-group-name {
    order: 1;
  }
  .form-aschaf .elementor-field-group-message {
    order: 2;
  }
  .form-aschaf .elementor-field-group-field_d422c8d {
    order: 3;
  }
  .form-aschaf .elementor-field-group-field_fc9955f {
    order: 4;
  }
  .form-aschaf .elementor-field-group-email {
    order: 5;
  }
  .form-aschaf .elementor-field-group-field_f71a87b {
    order: 6;
  }
  .form-aschaf .elementor-field-type-acceptance {
    order: 7;
  }
  .form-aschaf .elementor-field-type-submit {
    order: 8;
  }
  .form-aschaf .elementor-field-group-email textarea {
    min-height: 120px;
  }
  .form-aschaf .elementor-field-group-field_f71a87b input {
    width: 100%;
    max-width: 200px;
  }
  /* Prevent iOS zoom on focus */
  .form-aschaf .elementor-field-textual {
    font-size: 16px !important;
  }
  .form-aschaf .elementor-field-group > label.elementor-field-label {
    font-size: 14px;
  }
  .form-aschaf .elementor-field-subgroup .elementor-field-option label {
    font-size: 14px;
  }
}

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