@charset "UTF-8";
/*!
Theme Name: hss-ip
Theme URI: http://underscores.me/
Author: Bastian Wagner
Author URI: https://bastian-wagner.com
Bitbucket Theme URI:  https://bitbucket.org/seitenwind/hss-ip
Bitbucket Branch: main
Description: Description
Version: 1.0.92
Tested up to: 5.4
Requires PHP: 5.6
License: GNU Ge neral Public License v2 or later
License URI: LICENSE
Text Domain: hss-ip
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.

hss-ip 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:
----------------------------------------------------------------

/* Font
--------------------------------------------- */
@font-face {
	font-family: 'Sofia';
	font-style: normal;
	font-weight: 100;
	src: url("./assets/fonts/sofia/sofia-sans-100.woff2") format("woff2");
}

@font-face {
	font-family: 'Sofia';
	font-style: normal;
	font-weight: 200;
	src: url("./assets/fonts/sofia/sofia-sans-200.woff2") format("woff2");
}

@font-face {
	font-family: 'Sofia';
	font-style: normal;
	font-weight: 300;
	src: url("./assets/fonts/sofia/sofia-sans-300.woff2") format("woff2");
}

@font-face {
	font-family: 'Sofia';
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/sofia/sofia-sans-regular.woff2") format("woff2");
}

@font-face {
	font-family: 'Sofia';
	font-style: normal;
	font-weight: 500;
	src: url("./assets/fonts/sofia/sofia-sans-500.woff2") format("woff2");
}

@font-face {
	font-family: 'Sofia';
	font-style: normal;
	font-weight: 600;
	src: url("./assets/fonts/sofia/sofia-sans-600.woff2") format("woff2");
}

@font-face {
	font-family: 'Sofia';
	font-style: normal;
	font-weight: 700;
	src: url("./assets/fonts/sofia/sofia-sans-700.woff2") format("woff2");
}

/* 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
--------------------------------------------- */
:root {
	--fs-h1: 124px;
	--fs-h2: 26px;
	--fs-h3: 18px;
	--fs-h4: 18px;
}

@media (max-width: 1239px) {
	:root {
		--fs-h1: 70px;
		--fs-h2: 22px;
	}
}

@media (max-width: 767px) {
	:root {
		--fs-h1: 60px;
		--fs-h2: 20px;
		--fs-h3: 16px;
	}
}

@media (max-width: 499px) {
	:root {
		--fs-h1: 45px;
	}
}

:root {
	--height-header: 100px;
	--height-header-scrolled: 80px;
	--height-logo: 80%;
	--vertical-padding: 75px;
	--position-header: fixed;
}

/* Seitenwind
--------------------------------------------- */
:root {
	--bg-color: #fff;
	/* --bg-secondary-color: #f3f3f6; */
	--color-primary: #14854f;
	--color-lightGrey: #d2d6dd;
	--color-grey: #747681;
	--color-darkGrey: #3f4144;
	--color-error: #d43939;
	--color-success: #28bd14;
	--grid-maxWidth: 120rem;
	--grid-gutter: 2rem;
	--full-maxWidth: 100%;
	--font-size: 1.6rem;
	--font-color: #333;
	--font-family-body: -apple-system, 'BlinkMacSystemFont', 'Avenir',
    'Avenir Next', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	--font-family-mono: monaco, 'Consolas', 'Lucida Console', monospace;
}

:root {
	--bg-alt-color: #000;
	--bg-alt-inner-color: #fff;
	--font-alt-color: #fff;
	--font-alt-inner-color: #000;
	--font-family-body: 'Outfit', serif;
	--app-height: 100vh;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
	line-height: 1.15;
	text-size-adjust: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: var(--bg-color);
	}
}

body {
	background-color: var(--bg-color);
	line-height: 1.6;
	font-size: var(--font-size);
	color: var(--font-color);
	font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
	/* fallback */
	font-family: var(--font-family-body);
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin: 0.35em 0 0.7em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

a {
	color: var(--color-primary);
	text-decoration: none;
}

a:hover:not(.button) {
	opacity: 0.75;
}

a.no-hover:hover {
	opacity: 1;
}

button {
	font-family: inherit;
}

p {
	margin-top: 0;
}

blockquote {
	background-color: var(--bg-secondary-color);
	padding: 1.5rem 2rem;
	border-left: 3px solid var(--color-lightGrey);
}

dl dt {
	font-weight: bold;
}

hr {
	border: none;
	background-color: var(--color-lightGrey);
	height: 1px;
	margin: 1rem 0;
}

table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

table.striped tr:nth-of-type(2n) {
	background-color: var(--bg-secondary-color);
}

td,
th {
	vertical-align: middle;
	padding: 1.2rem 0.4rem;
}

thead {
	border-bottom: 2px solid var(--color-lightGrey);
}

tfoot {
	border-top: 2px solid var(--color-lightGrey);
}

code,
kbd,
pre,
samp,
tt {
	font-family: var(--font-family-mono);
}

code,
kbd {
	font-size: 90%;
	white-space: pre-wrap;
	border-radius: 4px;
	padding: 0.2em 0.4em;
	background-color: var(--bg-secondary-color);
	color: var(--color-error);
}

pre {
	background-color: var(--bg-secondary-color);
	font-size: 1em;
	padding: 1rem;
	overflow-x: auto;
}

pre code {
	background: none;
	padding: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

img {
	max-width: 100%;
}

fieldset {
	border: 1px solid var(--color-lightGrey);
}

iframe {
	border: 0;
}

.container {
	max-width: var(--grid-maxWidth);
	margin: 0 auto;
	width: 100%;
}

.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: calc(var(--grid-gutter) / -2);
	margin-right: calc(var(--grid-gutter) / -2);
}

.row.reverse {
	flex-direction: row-reverse;
}

.col {
	flex: 1;
}

.col,
[class*=' col-'],
[class^='col-'] {
	margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
}

.col-1 {
	flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
}

.col-2 {
	flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
}

.col-3 {
	flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
}

.col-4 {
	flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
}

.col-5 {
	flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
}

.col-6 {
	flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
}

.col-7 {
	flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
}

.col-8 {
	flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
}

.col-9 {
	flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
}

.col-10 {
	flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
}

.col-11 {
	flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
}

.col-12 {
	flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
}

.col-no-bottom-margin {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.container {
		width: 100%;
	}
	.col,
	[class*='col-'],
	[class^='col-'] {
		flex: 0 1 100%;
		max-width: 100%;
	}
	.col-1-sm {
		flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
	}
	.col-2-sm {
		flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
	}
	.col-3-sm {
		flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
	}
	.col-4-sm {
		flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
	}
	.col-5-sm {
		flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
	}
	.col-6-sm {
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
	}
	.col-7-sm {
		flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
	}
	.col-8-sm {
		flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
	}
	.col-9-sm {
		flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
	}
	.col-10-sm {
		flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
	}
	.col-11-sm {
		flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
	}
	.col-12-sm {
		flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.col-1-md {
		flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
	}
	.col-2-md {
		flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
	}
	.col-3-md {
		flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
	}
	.col-4-md {
		flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
	}
	.col-5-md {
		flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
	}
	.col-6-md {
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
	}
	.col-7-md {
		flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
	}
	.col-8-md {
		flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
	}
	.col-9-md {
		flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
	}
	.col-10-md {
		flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
	}
	.col-11-md {
		flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
	}
	.col-12-md {
		flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
	}
}

@media (min-width: 1240px) {
	.col-1-lg {
		flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
	}
	.col-2-lg {
		flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
	}
	.col-3-lg {
		flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
	}
	.col-4-lg {
		flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
	}
	.col-5-lg {
		flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
	}
	.col-6-lg {
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
	}
	.col-7-lg {
		flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
	}
	.col-8-lg {
		flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
	}
	.col-9-lg {
		flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
	}
	.col-10-lg {
		flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
	}
	.col-11-lg {
		flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
	}
	.col-12-lg {
		flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
	}
}

.section.background-light {
	background-color: var(--bg-color);
	color: var(--font-color);
}

.section.background-dark {
	--bg-color: var(--bg-alt-color);
	--font-color: var(--font-alt-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.enable-padding-default {
	padding-top: var(--vertical-padding);
	padding-bottom: var(--vertical-padding);
}

.enable-padding-half {
	padding-top: calc(0.5 * var(--vertical-padding));
	padding-bottom: calc(0.5 * var(--vertical-padding));
}

.enable-top-padding-default {
	padding-top: var(--vertical-padding);
}

.enable-top-padding-half {
	padding-top: calc(0.5 * var(--vertical-padding));
}

.enable-top-padding-none {
	padding-top: 0;
}

.enable-bottom-padding-default {
	padding-bottom: var(--vertical-padding);
}

.enable-bottom-padding-half {
	padding-bottom: calc(0.5 * var(--vertical-padding));
}

.enable-bottom-padding-none {
	padding-bottom: 0;
}

.nav {
	display: flex;
	align-items: stretch;
}

.nav img {
	max-height: 3rem;
}

.nav > .container {
	display: flex;
}

.nav-center,
.nav-left,
.nav-right {
	display: flex;
	flex: 1;
}

.nav-left {
	justify-content: flex-start;
}

.nav-right {
	justify-content: flex-end;
}

.nav-center {
	justify-content: center;
}

@media (max-width: 767px) {
	.nav,
	.nav > .container {
		flex-direction: column;
	}
	.nav-center,
	.nav-left,
	.nav-right {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.nav a,
.nav .brand {
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 1rem 2rem;
	color: var(--color-darkGrey);
}

.nav [aria-current='page']:not(.button),
.nav .active:not(.button) {
	color: #000;
	/* fallback */
	color: var(--color-primary);
}

.nav .brand {
	font-size: 1.75em;
	padding-top: 0;
	padding-bottom: 0;
}

.nav .brand img {
	padding-right: 1rem;
}

.nav .button {
	margin: auto 1rem;
}

.card {
	padding: 1rem 2rem;
	border-radius: 4px;
	background: var(--bg-color);
	box-shadow: 0 1px 3px var(--color-grey);
}

.card p:last-child {
	margin: 0;
}

.card header > * {
	margin-top: 0;
	margin-bottom: 1rem;
}

.tabs {
	display: flex;
}

.tabs a {
	text-decoration: none;
}

.tabs > .dropdown > summary,
.tabs > a {
	padding: 1rem 2rem;
	flex: 0 1 auto;
	color: var(--color-darkGrey);
	border-bottom: 2px solid var(--color-lightGrey);
	text-align: center;
}

.tabs > a[aria-current='page'],
.tabs > a.active,
.tabs > a:hover {
	opacity: 1;
	border-bottom: 2px solid var(--color-darkGrey);
}

.tabs > a[aria-current='page'],
.tabs > a.active {
	border-color: var(--color-primary);
}

.tabs.is-full a {
	flex: 1 1 auto;
}

.tag {
	display: inline-block;
	border: 1px solid var(--color-lightGrey);
	text-transform: uppercase;
	color: var(--color-grey);
	padding: 0.5rem;
	line-height: 1;
	letter-spacing: 0.5px;
}

.tag.is-small {
	padding: 0.4rem;
	font-size: 0.75em;
}

.tag.is-large {
	padding: 0.7rem;
	font-size: 1.125em;
}

.tag + .tag {
	margin-left: 1rem;
}

details.dropdown {
	position: relative;
	display: inline-block;
}

details.dropdown > :last-child {
	position: absolute;
	left: 0;
	white-space: nowrap;
}

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

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

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

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

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

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

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

.background-light .bg-inverted {
	--bg-color: var(--bg-alt-color);
	--font-color: var(--font-alt-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.background-dark .bg-inverted {
	--bg-color: var(--bg-alt-inner-color);
	--font-color: var(--font-alt-inner-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.bd-primary {
	border: 1px solid var(--color-primary) !important;
}

.bd-light {
	border: 1px solid var(--color-lightGrey) !important;
}

.bd-dark {
	border: 1px solid var(--color-darkGrey) !important;
}

.bd-grey {
	border: 1px solid var(--color-grey) !important;
}

.bd-error {
	border: 1px solid var(--color-error) !important;
}

.bd-success {
	border: 1px solid var(--color-success) !important;
}

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

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

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

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

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

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

.text-white {
	color: #fff !important;
}

/* Position & alignment */
.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

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

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

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

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

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.is-full-screen {
	width: 100%;
	min-height: 100vh;
}

.is-full-width {
	width: 100% !important;
}

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

.is-horizontal-align {
	display: flex;
	justify-content: center;
}

.is-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.is-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.is-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.is-fixed {
	position: fixed;
	width: 100%;
}

.is-paddingless {
	padding: 0 !important;
}

.is-marginless {
	margin: 0 !important;
}

.is-pointer {
	cursor: pointer !important;
}

.is-rounded {
	border-radius: 100%;
}

.clearfix {
	content: '';
	display: table;
	clear: both;
}

.is-hidden {
	display: none !important;
}

.wysiwyg > p:empty {
	display: none;
}

.wysiwyg > *:first-child {
	margin-top: 0;
}

.wysiwyg > *:last-child {
	margin-bottom: 0;
}

.wysiwyg > .button:last-child {
	margin-bottom: -1rem;
}

@media (max-width: 499px) {
	.hide-smallphone {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hide-phone {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.hide-tablet {
		display: none !important;
	}
}

@media (min-width: 1240px) {
	.hide-desktop {
		display: none !important;
	}
}

@media print {
	.hide-print {
		display: none !important;
	}
}

.app-height {
	min-height: var(--app-height, 100vh);
}

.relative {
	position: relative;
}

.nowrap {
	white-space: nowrap;
}

.isolate {
	isolation: isolate;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
}

:root {
	--bg-color: #ffffff;
	/* --bg-secondary-color: #f3f3f6; */
	--color-primary: #E40521;
	--color-lightGrey: #d9d9d9;
	--color-grey: #747681;
	--color-darkGrey: #3f4144;
	--color-error: #d43939;
	--color-success: #28bd14;
	--grid-maxWidth: min(1640px, calc(100vw - 200px)) !important;
	--headersection-maxWidth: 100vw;
	--width-small: 85.27%;
	--width-col-small: 42.5%;
	--width-col-big: 57.5%;
	--grid-gap: 80px;
	--grid-gap-adding: 55px;
	--header-height: 5.5rem;
	--burger-width: 2rem;
	--header-mx: 50px;
	--grid-gutter: 0px;
	--full-maxWidth: 1940px;
	--font-size: 20px;
	--font-color: #000000;
	--font-family-body: 'Sofia', sans-serif;
	--font-family-mono: monaco, 'Consolas', 'Lucida Console', monospace;
	--bg-alt-color: #000;
	--font-alt-color: #fff;
}

@media (max-width: 1239px) {
	:root {
		--grid-maxWidth: calc(100vw - 40px) !important;
	}
}

@media (max-width: 767px) {
	:root {
		--grid-gap: 0px;
		--header-height: 5rem;
		--header-mx: 20px;
	}
}

:root {
	--font-family-alt: 'Sofia', sans-serif;
	--color-primary-alt: #1c32a2;
	--gradient-text: linear-gradient(
    64deg,
    #6c81b8 0%,
    #e0bdd5 43%,
    #fdc79f 100%
  );
	--gradient-header: radial-gradient(
      at 94% 14%,
      var(--gradient-color-one) 0px,
      transparent 50%
    ),
    radial-gradient(at 51% 19%, var(--gradient-color-two) 0px, transparent 50%),
    radial-gradient(
      at 84% 78%,
      var(--gradient-color-three) 0px,
      transparent 50%
    ),
    radial-gradient(at 5% 14%, var(--gradient-color-four) 0px, transparent 50%),
    radial-gradient(at 13% 86%, var(--gradient-color-five) 0px, transparent 50%),
    radial-gradient(at 19% 37%, var(--gradient-color-six) 0px, transparent 50%);
	--gradient-testimonial: radial-gradient(
      at 90% 15%,
      hsla(30, 100%, 78%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 9% 24%, hsla(355, 100%, 93%, 1) 0px, transparent 50%),
    radial-gradient(at 45% 12%, hsla(340, 100%, 76%, 0.48) 0px, transparent 50%),
    radial-gradient(at 9% 90%, hsla(30, 100%, 78%, 1) 0px, transparent 50%),
    radial-gradient(at 47% 48%, hsla(343, 100%, 76%, 0.55) 0px, transparent 50%);
	--gradient-one: linear-gradient(241deg, #e2b3c7 0%, #feca9f 100%);
	--gradient-two: linear-gradient(61deg, #d3dfff 0%, #a0addd 66%, #909cd0 100%);
	--gradient-three: linear-gradient(218deg, #fce686 0%, #fecd9a 100%);
	--gradient-four: linear-gradient(59deg, #e4ffba 0%, #bec2e8 100%);
	--gradient-hover: linear-gradient(
    34deg,
    #708cc8 0%,
    #d9acc6 67%,
    #fbc79e 100%
  );
	--gradient-color-one: hsla(23, 89%, 81%, 1);
	--gradient-color-two: hsla(350, 78%, 84%, 1);
	--gradient-color-three: hsla(228, 38%, 64%, 1);
	--gradient-color-four: hsla(22, 16%, 91%, 1);
	--gradient-color-five: hsla(30, 100%, 80%, 1);
	--gradient-color-six: hsla(21, 16%, 91%, 1);
	--sidebar-width: 370px;
}

.gradient-text,
.textgradient-yes {
	background: var(--gradient-text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 1240px) {
	.short-text-yes {
		max-width: 900px !important;
	}
}

.gradient-header {
	background-color: #808ec6;
	background-image: var(--gradient-header);
}

.gradient-one .tabs-wrapper .tabs-selectors > li, .gradient-two .tabs-wrapper .tabs-selectors > li, .gradient-three .tabs-wrapper .tabs-selectors > li, .gradient-four .tabs-wrapper .tabs-selectors > li, .gradient-header .tabs-wrapper .tabs-selectors > li {
	color: var(--font-alt-color);
	opacity: 1 !important;
}

.gradient-one .tabs-wrapper .tabs-selectors > li::after, .gradient-two .tabs-wrapper .tabs-selectors > li::after, .gradient-three .tabs-wrapper .tabs-selectors > li::after, .gradient-four .tabs-wrapper .tabs-selectors > li::after, .gradient-header .tabs-wrapper .tabs-selectors > li::after {
	background-image: url(./assets/img/icons/arrow_white.svg);
}

.decoration-light-2 > .e-con-inner, .decoration-blue-2 > .e-con-inner, .decoration-light-1 > .e-con-inner, .decoration-blue-1 > .e-con-inner {
	z-index: 2;
}

@media (min-width: 1240px) {
	.decoration-light-2 > .e-con-inner, .decoration-blue-2 > .e-con-inner, .decoration-light-1 > .e-con-inner, .decoration-blue-1 > .e-con-inner {
		padding-right: var(--sidebar-width) !important;
	}
}

.decoration-light-2::after, .decoration-blue-2::after, .decoration-light-1::after, .decoration-blue-1::after {
	content: '';
	position: absolute;
	width: 600px;
	height: 300px;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translate(25%, 30%);
}

@media (max-width: 1239px) {
	.decoration-light-2::after, .decoration-blue-2::after, .decoration-light-1::after, .decoration-blue-1::after {
		width: 300px;
		height: 150px;
		transform: translate(25%, 0);
	}
}

.decoration-light-2::after {
	background-image: url(./assets/img/decoration/decoration-light-2.svg);
}

.decoration-light-1::after {
	background-image: url(./assets/img/decoration/decoration-light.svg);
}

.decoration-blue-2::after {
	background-image: url(./assets/img/decoration/decoration-blue-2.svg);
}

.decoration-blue-1::after {
	background-image: url(./assets/img/decoration/decoration-blue.svg);
}

:root {
	/* --fs-h1: 91px;
  --fs-h2: 54px;
  --fs-h3: 44px;
  --fs-h4: 29px;
  --fs-big: 27px;
  --fs-small: 20px;

  --fs-menu: 16px; */
	--fs-h1: 80px;
	--fs-h2: 45px;
	--fs-h2-small: 18px;
	--fs-h2-subline: 35px;
	--fs-h3: 26px;
	--fs-h4: 27px;
	--fs-big: 18px;
	--fs-small: 14px;
	--fs-menu: 16px;
}

@media (min-width: 1240px) and (max-width: 1441px) {
	:root {
		--fs-menu: 16px;
		--fs-h1: 65px;
		--fs-big: 18px;
		--fs-h2: 40px;
		--fs-h2-small: 18px;
		--fs-h2-subline: 25px;
		--fs-h3: 23px;
		--fs-h4: 22px;
		--fs-small: 14px;
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	:root {
		--fs-h1: 50px;
		--fs-big: 18px;
		--fs-h2: 30px;
		--fs-h2-small: 16px;
		--fs-h2-subline: 25px;
		--fs-h3: 20px;
		--fs-h4: 22px;
		--fs-small: 12px;
		--font-size: 18px;
		--vertical-padding: 60px !important;
		--grid-gutter: 40px !important;
	}
}

@media (max-width: 767px) {
	:root {
		--fs-h1: 40px;
		--fs-h2: 25px;
		--fs-h2-small: 16px;
		--fs-h2-subline: 22px;
		--fs-h3: 20px;
		--fs-h4: 20px;
		--fs-big: 16px;
		--fs-small: 12px;
		--font-size: 18px;
		--vertical-padding: 40px !important;
		--grid-gutter: 20px !important;
		--height-header: 80px !important;
		--height-header-scrolled: 80px !important;
	}
}

@media (max-width: 499px) {
	:root {
		--fs-h1: 35px;
		--fs-big: 15px;
		--fs-h2: 22px;
		--fs-h3: 18px;
		--fs-h4: 18px;
		--fs-h2-subline: 20px;
	}
}

body {
	line-height: 1.7;
}

h1,
.h1 {
	font-family: 'Sofia', sans-serif;
	font-size: var(--fs-h1);
	margin-top: 0;
	font-weight: 200;
	line-height: 1.2 !important;
	color: var(--color-primary);
}

h2,
.h2 {
	font-family: 'Sofia', sans-serif;
	font-size: var(--fs-h2);
	margin-bottom: 0.7em;
	margin-top: 0;
	font-weight: 400;
	line-height: 1.2 !important;
	color: #161D3A;
}

h2.elementor-heading-title,
.h2.elementor-heading-title {
	line-height: 1.2 !important;
	margin-bottom: 0.7em;
}

@media (max-width: 767px) {
	h2,
	.h2 {
		margin-bottom: 0.5em;
	}
}

p, .p {
	line-height: 1.3;
}

h3,
.h3 {
	font-family: 'Sofia', sans-serif;
	font-size: var(--fs-h3);
	margin-top: 0;
	font-weight: 400;
	color: #161D3A;
}

h4,
.h4 {
	font-family: 'Sofia', sans-serif;
	font-weight: 400;
	margin-bottom: 14px;
	margin-top: 0;
	font-size: var(--fs-h4);
}

@media (max-width: 767px) {
	h4,
	.h4 {
		margin-bottom: 14px;
	}
}

ol {
	padding-inline-start: 20px;
}

.fs-big {
	font-size: var(--fs-big);
	line-height: 1.23;
	font-weight: 700;
}

.fs-medium {
	font-size: var(--fs-h3);
}

.fs-small {
	font-size: 16px;
}

.ff-alt {
	font-family: var(--font-family-alt), sans-serif;
	font-weight: normal;
}

.main-footer__top {
	font-size: 14px;
	position: relative;
	color: var(--color-lightGrey);
	padding-bottom: var(--grid-gutter);
}

.main-footer__top:before {
	content: '';
	display: block;
	height: 1px;
	background: var(--color-lightGrey);
	margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - var(--grid-gutter));
}

.main-footer__bottom {
	font-size: 16px;
	display: flex;
}

.main-footer__bottom .col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.textblock h2,
.textblock h3,
.textblock h4 {
	margin-top: 2em;
	margin-bottom: 1em;
}

.main-footer__bottom a:not([class]) {
	color: var(--font-color);
	background: linear-gradient(to right, var(--font-color), var(--font-color)), linear-gradient(to right, var(--color-primary-alt), var(--color-primary-alt));
	background-size: 100% 0.1em, 0 0.1em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.main-footer__bottom a:not([class]):hover, .main-footer__bottom a:not([class]):focus {
	background-size: 0 0.1em, 100% 0.1em;
}

.page {
	/* overflow-x: hidden; */
}

h1, a {
	color: #E40521;
}

p, div {
	color: #161D3A;
}

p {
	margin-bottom: 25px;
}

h3 {
	margin-bottom: 25px;
}

h2.small-teaser-text {
	color: #E40521;
}

.elementor-section-wrap > .e-con.e-con-boxed > .e-con-inner,
.elementor > .e-con.e-con-boxed > .e-con-inner, .e-con.e-con-full > .e-con.e-con-boxed > .e-con-inner, .elementor > .e-con.e-con-boxed > .e-con-inner
.main-footer .container,
div.page .container {
	position: relative;
	z-index: 3;
	max-width: clamp(var(--grid-maxWidth), var(--grid-maxWidth), calc(100% - var(--grid-gutter)));
}

.e-con.e-con-full > .e-con.e-con-boxed > .e-con-inner {
	gap: var(--grid-gap);
}

.container--outer {
	max-width: var(--full-maxWidth);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
}

.container--full {
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
	width: 100%;
}

.shuffle-row {
	width: calc(100% + var(--grid-gutter));
	margin-left: calc(var(--grid-gutter) / -2);
	display: flex;
	flex-wrap: wrap;
}

.shuffle-col {
	padding: calc(var(--grid-gutter) / 2);
}

.shuffle-col-4 {
	width: 33.33%;
	position: relative;
}

@media (max-width: 1239px) {
	.shuffle-col-6-md {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.container--outer .container-fullphone {
		padding-left: 0;
		padding-right: 0;
	}
	.shuffle-col {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.col-spacing-sm {
		margin-bottom: calc(2 * var(--grid-gutter));
	}
	.col-spacing-sm:last-child {
		margin-bottom: 0;
	}
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 5px;
}

.grid-container-six {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 5px;
}

/* Desktop Styles (falls keine Media Query zutrifft) */
.grid-col-start-one {
	grid-column-start: 1;
}

.grid-col-start-two {
	grid-column-start: 2;
}

.grid-col-start-three {
	grid-column-start: 3;
}

.grid-col-start-four {
	grid-column-start: 4;
}

.grid-col-start-five {
	grid-column-start: 5;
}

.grid-col-start-six {
	grid-column-start: 6;
}

.grid-col-start-seven {
	grid-column-start: 7;
}

.grid-col-start-eight {
	grid-column-start: 8;
}

.grid-col-start-nine {
	grid-column-start: 9;
}

.grid-col-start-ten {
	grid-column-start: 10;
}

.grid-col-start-eleven {
	grid-column-start: 11;
}

.grid-col-start-twelve {
	grid-column-start: 12;
}

.grid-col-end-one {
	grid-column-end: 1;
}

.grid-col-end-two {
	grid-column-end: 2;
}

.grid-col-end-three {
	grid-column-end: 3;
}

.grid-col-end-four {
	grid-column-end: 4;
}

.grid-col-end-five {
	grid-column-end: 5;
}

.grid-col-end-six {
	grid-column-end: 6;
}

.grid-col-end-seven {
	grid-column-end: 7;
}

.grid-col-end-eight {
	grid-column-end: 8;
}

.grid-col-end-nine {
	grid-column-end: 9;
}

.grid-col-end-ten {
	grid-column-end: 10;
}

.grid-col-end-eleven {
	grid-column-end: 11;
}

.grid-col-end-twelve {
	grid-column-end: 12;
}

.grid-col-end-thirteen {
	grid-column-end: 13;
}

.grid-row-start-one {
	grid-row-start: 1;
}

.grid-row-start-two {
	grid-row-start: 2;
}

.grid-row-end-four {
	grid-row-end: 4;
}

/* Mobile / Tablet Styles */
@media only screen and (max-width: 1024px) {
	.grid-col-end-one, .grid-col-end-two, .grid-col-end-three, .grid-col-end-four, .grid-col-end-five, .grid-col-end-six, .grid-col-end-seven, .grid-col-end-eight, .grid-col-end-nine, .grid-col-end-ten, .grid-col-end-eleven, .grid-col-end-twelve, .grid-col-end-thirteen {
		grid-column-end: 13;
	}
	.grid-col-start-one, .grid-col-start-two, .grid-col-start-three, .grid-col-start-four, .grid-col-start-five, .grid-col-start-six, .grid-col-start-seven, .grid-col-start-eight, .grid-col-start-nine, .grid-col-start-ten, .grid-col-start-eleven, .grid-col-start-twelve {
		grid-column-start: 1;
	}
}

.flex-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
}

@media (max-width: 767px) {
	.flex-container {
		flex-direction: column;
	}
}

@media (max-width: 1239px) {
	.flex-container {
		flex-direction: column;
	}
}

@media (min-width: 1240px) and (max-width: 1441px) {
	.flex-container {
		flex-wrap: wrap;
		justify-content: start;
	}
}

.elementor-field-group .elementor-field-textual {
	border: none !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #FFF !important;
}

.elementor-form-fields-wrapper.elementor-labels-above {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 5px;
}

.elementor-field-type-tel label,
.elementor-field-type-email label,
.elementor-field-type-text label {
	display: none;
}

.elementor-field-type-textarea {
	grid-column-start: 8;
	grid-column-end: 12;
	grid-row-start: 1;
	grid-row-end: 4;
}

.elementor-field-type-acceptance {
	grid-column-start: 1;
	grid-column-end: 10;
	grid-row-start: 4;
}

.elementor-field-type-select {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
}

.elementor-field-type-submit {
	grid-row-start: 4;
	grid-column-end: 12;
}

.elementor-field-type-acceptance a {
	text-decoration: underline !important;
}

.elementor-field-type-tel input::placeholder,
.elementor-field-type-email input::placeholder,
.elementor-field-type-text input::placeholder,
.elementor-field-type-acceptance label,
.elementor-field-type-acceptance label a,
.elementor-field-type-submit label,
.elementor-field-type-textarea label,
.elementor-field-type-text input,
.elementor-field-type-email input,
.elementor-field-type-tel input,
.elementor-field-type-textarea textarea,
.elementor-field-type-select select {
	color: #FFF !important;
	opacity: 1 !important;
	font-size: var(--fs-small) !important;
	font-weight: 300 !important;
	font-family: 'Sofia' !important;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: none !important;
	outline: 0;
	border-bottom-color: #FFF !important;
}

.elementor-field-type-acceptance input {
	display: none !important;
}

input:not([type='checkbox'], [type='radio'], [type='submit'], [type='color'], [type='button'], [type='reset'], :disabled):hover, select:hover, textarea:hover, textarea[type='text']:hover {
	border: none;
	border-bottom: 1px solid #FFF;
	border-bottom-color: #FFF !important;
}

.elementor-field-type-tel input,
.elementor-field-type-email input,
.elementor-field-type-text input,
.elementor-field-type-textarea textarea {
	background-color: transparent !important;
}

.elementor-field-type-text, .elementor-field-type-tel {
	grid-column-start: 4;
	grid-column-end: 7;
}

/* Stile für jedes Set von 3 Elementen */
.elementor-field-type-text:nth-child(1), .elementor-field-type-text:nth-child(3), .elementor-field-type-email {
	grid-column-start: 1;
	grid-column-end: 4;
}

.elementor-field-type-acceptance, .elementor-field-type-submit {
	margin-top: 20px;
}

.elementor-field-type-submit span {
	font-family: 'Sofia';
	font-weight: 400;
}

.elementor-field-type-submit .elementor-button {
	display: inline-block;
	background-color: transparent;
	font-size: var(--fs-small);
	padding: 0px;
	border-radius: 0px;
	color: #fff;
	transition: all .3s;
	cursor: pointer;
	width: 105px;
}

.elementor-button::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 15px;
	margin-left: 10px;
	background-image: url("./assets/img/hss-ip/Pfeil_weiß.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
}

.elementor-button:hover::after {
	transform: translateX(5px) rotate(180deg);
	/* Hier kannst du die Verschiebung (10px) anpassen */
}

.elementor-button span:nth-child(1) {
	display: inline-block !important;
}

.select-caret-down-wrapper svg {
	color: #FFF !important;
	height: 20px;
}

.elementor-788 .elementor-element.elementor-element-3fe9d7d .elementor-field-group .elementor-select-wrapper select {
	background-color: transparent !important;
}

/* Mobile / Tablet Styles */
@media only screen and (max-width: 1024px) {
	.elementor-form-fields-wrapper.elementor-labels-above {
		grid-template-columns: 1fr;
	}
	.elementor-field-type-tel,
	.elementor-field-type-email,
	.elementor-field-type-text,
	.elementor-field-type-acceptance,
	.elementor-field-type-submit,
	.elementor-field-type-textarea,
	.elementor-field-type-text,
	.elementor-field-type-email,
	.elementor-field-type-tel,
	.elementor-field-type-select {
		grid-column-start: 1 !important;
		grid-column-end: 13 !important;
		grid-row: auto !important;
	}
}

@keyframes tiltwiggle {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@media (max-width: 1239px) {
	.nav--mobile {
		margin-top: 1rem;
		z-index: 99;
		justify-content: center;
	}
	.nav--mobile ul.menu {
		display: flex;
		justify-content: center;
	}
	.nav--mobile ul.menu > li > a {
		padding: 0.5em 1em;
		color: var(--font-alt-color) !important;
	}
	.nav--mobile ul.menu > li > a .menu-icon {
		display: none;
	}
	.main-navigation {
		transition: all 0.3s;
		will-change: transform;
		z-index: 9;
		position: absolute;
		width: 100vw;
		height: 100vh;
		left: 0;
		pointer-events: none;
		top: 0;
		bottom: 0;
		position: fixed;
		isolation: isolate;
		opacity: 0;
		padding-top: calc(var(--height-header) + (2 * var(--grid-gutter)));
		padding-bottom: calc(2 * var(--grid-gutter));
		padding-left: calc(var(--grid-gutter) * 2);
		padding-right: calc(var(--grid-gutter) * 2);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.main-navigation::before {
		content: '';
		z-index: -1;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background-color: #808ec6;
		background-image: var(--gradient-header);
	}
	.main-navigation.is-active {
		opacity: 1;
		pointer-events: all;
	}
	.main-navigation__inner {
		overflow: scroll;
	}
}

.nav ul.menu,
.nav ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav--side {
	position: fixed;
	left: 0;
	top: 50vh;
	z-index: 9999;
}

@media (max-width: 767px) {
	.nav--side {
		opacity: 1;
		transition: all 0.3s;
		will-change: opacity;
	}
	.nav--side.hide {
		opacity: 0;
	}
}

.nav--side ul {
	display: flex;
	flex-direction: column;
}

.nav--side ul li a {
	padding: 0.5em 1em;
	border-color: var(--bg-color);
	color: var(--bg-color);
	border-width: 6px 6px 6px 0;
	border-style: solid;
	border-radius: 0 24px 24px 0;
	background-color: var(--color-primary);
	font-weight: 700;
	width: fit-content;
	font-size: 14px;
}

.nav--side ul li a .icon {
	height: 1.3em;
	width: 1.3em;
	margin-top: -0.05em;
	margin-left: 0.7em;
	animation: tiltwiggle 1s ease-in-out infinite;
	animation-play-state: paused;
}

.nav--side ul li a:hover {
	opacity: 1 !important;
}

.nav--side ul li a:hover .icon {
	animation-play-state: running;
}

.nav--side ul li.current-menu-item a {
	color: var(--font-alt-color) !important;
}

.nav--side ul li:not(:last-child) {
	margin-bottom: 0.5em;
}

@media (max-width: 1239px) {
	.nav--side ul li a {
		min-height: 50px;
	}
	.nav--side ul li a .menu-text {
		display: none;
	}
	.nav--side ul li a .icon {
		margin-left: 0;
	}
}

.nav--main ul.menu > li i.sub-menu-indicator {
	margin-left: 0.5em;
	width: 0.4em;
	height: 0.4em;
	transform: rotate(-90deg);
}

@media (min-width: 1240px) {
	.nav--main {
		height: 100%;
	}
	.nav--main ul.menu > li {
		margin-left: 2em;
	}
	.nav--main ul.menu > li > a {
		height: 100%;
		padding: 0;
		white-space: nowrap;
		position: relative;
	}
	.nav--main ul.menu > li a {
		color: var(--color-primary);
		font-size: var(--fs-menu);
	}
	.nav--main ul.menu > li > a {
		background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor);
		background-size: 100% 2px, 0 2px;
		background-position: 100% 100%, 0 calc(50% + 1em);
		background-repeat: no-repeat;
		transition: background-size 400ms;
		padding: 0.7em 0;
		opacity: 1 !important;
	}
	.nav--main ul.menu > li.current-menu-parent > a,
	.nav--main ul.menu > li.current-menu-item > a,
	.nav--main ul.menu > li > a:hover {
		background-size: 0 2px, 100% 2px;
	}
}

.nav--main ul {
	display: flex;
	height: 100%;
}

@media (min-width: 1240px) {
	.nav--main ul .menu-item.menu-item-has-children {
		position: relative;
	}
	.nav--main ul .menu-item.menu-item-has-children:hover ul.sub-menu {
		display: flex;
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu {
		padding: 1em 0;
		display: none;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		background: #d3dfff;
		background: linear-gradient(45deg, #d3dfff 0%, #a0addd 43%, #909cd0 100%);
		border-radius: 2em;
		overflow: hidden;
		min-width: 9em;
		height: auto;
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li a {
		background-color: transparent;
		font-weight: 400;
		white-space: nowrap;
		font-size: 80%;
		text-align: center;
		display: block;
		padding: 0.3em 1.5em;
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li a:after {
		display: none;
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li.current-menu-item a,
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li a:hover {
		opacity: 1;
		text-decoration: underline;
	}
}

@media (min-width: 1240px) {
	.nav--main ul li {
		height: 100%;
	}
	.nav--main ul li a {
		font-weight: 800;
	}
}

@media (max-width: 1239px) {
	.nav--main .menu-main-menu-container {
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}
	.nav--main .menu-item.menu-item-has-children {
		display: flex;
		flex-direction: column;
	}
	.nav--main ul.menu {
		flex-direction: column;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.nav--main ul.menu > li:not(:last-child) {
		margin-bottom: 1.5em;
	}
	.nav--main ul.menu > li i.sub-menu-indicator {
		display: none;
	}
	.nav--main ul.menu > li a {
		color: var(--color-primary);
		font-size: var(--fs-h4);
		font-weight: 800;
		padding: 0.1em 0;
		justify-content: center;
	}
	.nav--main ul.menu > li a:after {
		display: none;
		left: var(--grid-gutter);
		top: 50%;
		transform: translateY(-50%);
	}
	.nav--main ul.menu > li > ul.sub-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.nav--main ul.menu > li > ul.sub-menu a {
		font-size: var(--font-size);
		font-weight: 400;
	}
}

.nav--footer ul {
	display: flex;
	flex-wrap: wrap;
}

.nav--footer ul li:not(:last-child) {
	margin-right: 2em;
}

.nav--footer ul li a {
	color: var(--color-lightGrey);
	font-size: 14px;
	padding: 0;
	text-decoration: underline;
}

.nav--page {
	z-index: 9;
	font-size: var(--fs-h2);
}

@media (min-width: 1240px) {
	.nav--page {
		max-width: 288px;
		width: 100%;
		position: absolute;
		margin-right: calc(var(--sidebar-width) * -1);
		margin-top: 0.75em;
		right: 0;
		top: 0;
	}
}

.nav--page ul {
	font-size: var(--font-size);
}

.nav--page ul li:not(:last-child) {
	margin-bottom: 1em;
}

.nav--page ul li a {
	color: var(--color-primary-alt);
	padding: 0 1em 0 3em;
	line-height: 1.1;
	position: relative;
}

.nav--page ul li a::before {
	content: '';
	background-image: url(./assets/img/icons/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0.05em;
	left: 0;
	height: 1em;
	width: 2em;
	transform: translateX(0);
	transition: transform 0.3s ease-in-out;
}

.nav--page ul li a:hover:before {
	transform: translateX(0.5em);
}

#wpadminbar {
	position: fixed !important;
}

.contentBlocker {
	background-image: var(--gradient-four);
	padding: var(--vertical-padding) var(--grid-gutter);
}

.contentBlocker__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contentBlocker__text {
	text-align: center;
}

.contentBlocker__buttons {
	margin-top: 1em;
}

@media (min-width: 1240px) {
	.contentBlocker__buttons button:not(:last-child) {
		margin-right: 1em;
	}
}

@media (max-width: 767px) {
	.contentBlocker__buttons {
		flex-direction: column;
		display: flex;
		align-items: normal;
	}
	.contentBlocker__buttons button {
		text-align: center;
		justify-content: center;
	}
	.contentBlocker__buttons button:not(:last-child) {
		margin-bottom: 1em;
	}
}

body .hamburger-v6 {
	padding: 15px;
	margin-right: -15px;
}

body .hamburger-v6 .line {
	margin: 3px auto;
	height: 4px;
	border-radius: 2px;
	width: 32px;
}

body .hamburger-v6.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(9px);
}

body .hamburger-v6.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-5px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-px) rotate(90deg);
}

.icon {
	display: flex;
	width: 1em;
	height: 1em;
	position: relative;
}

.icon:before {
	content: '';
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.icon--down::before {
	background-color: currentColor;
	border-radius: 50%;
}

.icon-search::before {
	background-image: url(./assets/img/icons/search.svg);
}

.icon-faq::before {
	background-image: url(./assets/img/icons/faq.svg);
}

.icon-contact::before {
	background-image: url(./assets/img/icons/contact.svg);
}

.icon-jobs::before {
	background-image: url(./assets/img/icons/jobs.svg);
}

.main-header .logoImage {
	transition: filter 200ms linear;
	will-change: filter;
	filter: invert(0);
}

.headroom.main-header .animated-logo__subline {
	will-change: opacity;
	transition: all 200ms linear;
}

.headroom.main-header .animated-logo__toleft {
	will-change: opacity, transform;
	transition: all 200ms linear;
}

.headroom--not-top.main-header .animated-logo__subline {
	opacity: 0;
}

.logo .animated-logo__subline {
	opacity: 1;
}

.logo .animated-logo .animated-logo__toleft {
	opacity: 1;
	transform: translateX(0);
}

.logo .animated-logo .animated-logo__toleft.animated-logo__i {
	transition-delay: 100ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__b {
	transition-delay: 200ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__a1 {
	transition-delay: 300ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__dot {
	transition-delay: 350ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__t {
	transition-delay: 400ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__a2 {
	transition-delay: 500ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__x {
	transition-delay: 600ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft {
	opacity: 0;
	transform: translateX(-20px);
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__i {
	transition-delay: 600ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__b {
	transition-delay: 500ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__a1 {
	transition-delay: 400ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__dot {
	transition-delay: 350ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__t {
	transition-delay: 300ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__a2 {
	transition-delay: 200ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__x {
	transition-delay: 100ms;
}

.draw path {
	stroke-dasharray: var(--dashoffset, 200);
	animation-play-state: paused;
	animation-delay: 0.5s;
}

.draw.scroll-active path {
	animation-play-state: running;
	animation: dashdraw 1s linear 1;
}

@keyframes dashdraw {
	from {
		stroke-dashoffset: var(--dashoffset, 200);
	}
	to {
		stroke-dashoffset: 0;
	}
}

.seitenwidget-imagetextteaser {
	padding-top: 13%;
	padding-bottom: 13%;
	position: relative;
}

.seitenwidget-imagetextteaser__bg {
	width: 25%;
	min-width: 250px;
	max-width: 50vw;
	top: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	position: absolute;
	z-index: -1;
}

.seitenwidget-imagetextteaser__bg__center {
	height: calc(100% - 20%);
	top: 10%;
	position: absolute;
	width: 100%;
	left: 0;
	border-color: var(--font-color);
	border-style: solid;
	border-width: 0 1px;
}

.seitenwidget-imagetextteaser__bg__top, .seitenwidget-imagetextteaser__bg__bottom {
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
}

.seitenwidget-imagetextteaser__bg__top {
	top: var(--grid-gutter, 0);
}

.seitenwidget-imagetextteaser__bg__bottom {
	transform: rotate(180deg) scaleX(-1);
	bottom: var(--grid-gutter, 0);
}

.sw-teaser__image, .sw-teaser__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sw-teaser--odd .sw-teaser__content {
	text-align: right;
}

@media (max-width: 767px) {
	.sw-teaser--odd .sw-teaser__content {
		text-align: left;
	}
}

.sw-teaser:not(:last-child) {
	margin-bottom: 4rem;
}

.sw-teaserblocks__image, .sw-teaserblocks__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1240px) {
	.sw-teaserblocks--odd {
		flex-direction: row-reverse;
	}
}

.sw-teaserblocks--odd .sw-teaserblocks__image {
	order: 2;
}

.sw-teaserblocks--odd .sw-teaserblocks__content {
	order: 1;
}

@media (max-width: 767px) {
	.sw-teaserblocks--odd .sw-teaserblocks__image {
		order: 1;
	}
	.sw-teaserblocks--odd .sw-teaserblocks__content {
		order: 2;
	}
}

.sw-teaserblocks:not(:last-child) {
	margin-bottom: calc(var(--vertical-padding) / 2);
}

.background-dark .seitenwidget-imagetextteaser::before, .background-dark .seitenwidget-imagetextteaser::after {
	background-image: url(./assets/img/semicircle-white.svg);
}

.sw-herotext__side h1 {
	margin-top: -0.2em !important;
}

.sw-cta {
	--cta-heigth: 100px;
}

.sw-cta__link {
	border: 2px solid var(--font-color);
	padding: 20px 40px;
	border-radius: 100px;
	overflow: hidden;
	opacity: 1 !important;
	min-height: 100px;
}

@media (max-width: 767px) {
	.sw-cta__link {
		flex-direction: column;
		text-align: center;
	}
	.sw-cta__link .button {
		padding: 0 0 4em 0;
		width: 4em;
		height: 3em;
		margin-bottom: -1.5em;
	}
}

.sw-cta__link:hover .sw-cta__link__text {
	color: var(--color-primary-alt);
}

.sw-cta__link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--font-color);
	z-index: -1;
	left: 50%;
	margin-left: 0;
	transform: translateX(-50%);
}

.sw-cta__link__text {
	margin-right: 2.5em;
	max-width: 300px;
}

@media (max-width: 767px) {
	.sw-cta__link__text {
		margin-left: 1em;
		margin-right: 1em;
	}
}

.sw-accordion {
	border-top: 1px solid var(--font-color);
}

.sw-accordion:last-child {
	border-bottom: 1px solid var(--font-color);
}

.sw-accordion__header .h3 {
	font-size: var(--font-size);
	font-weight: 400;
}

.sw-accordion .accordion-toggle {
	padding-top: calc(var(--grid-gutter) / 2);
	padding-bottom: calc(var(--grid-gutter) / 2);
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.sw-accordion .accordion-toggle {
		padding-top: calc(var(--grid-gutter) * 1.5);
		padding-bottom: calc(var(--grid-gutter) * 1.5);
		padding-left: 0;
		padding-right: 0;
	}
}

.sw-accordion .accordion-toggle::after {
	content: '';
	display: flex;
	height: 1em;
	flex: 0 0 1em;
	margin-left: 1em;
	width: 1em;
	background-image: url(./assets/img/accordion-toggler.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.sw-accordion__content {
	display: block;
	padding-left: var(--grid-gutter);
	padding-right: calc(4 * var(--grid-gutter));
	line-height: 1.66;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	font-weight: 400;
	font-size: 16px;
}

@media (max-width: 767px) {
	.sw-accordion__content {
		padding-left: 0;
		padding-right: 0;
	}
}

.sw-accordion.active .accordion-toggle {
	color: var(--color-primary-alt);
}

.sw-accordion.active .accordion-toggle::after {
	transform: rotate(180deg);
	background-image: url(./assets/img/accordion-toggler__red.svg);
}

.sw-accordion.active .sw-accordion__content {
	display: block;
	max-height: 1000px;
	overflow: scroll;
}

.social-sharing {
	display: flex;
	flex-direction: column;
	margin-top: 5rem;
}

.social-sharing-container {
	display: flex;
	margin-top: 1em;
}

.social-sharing-container .social-sharing-icon {
	margin-right: 1.5em;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	display: block;
}

.social-sharing-container .social-sharing-icon:last-child {
	margin-right: 0;
}

i.sw-icon {
	background-size: contain;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

i.sw-icon-facebook {
	background-image: url(./assets/img/facebook.svg);
}

i.sw-icon-twitter {
	background-image: url(./assets/img/twitter.svg);
}

i.sw-icon-whatsapp {
	background-image: url(./assets/img/whatsapp.svg);
}

i.sw-icon-share {
	background-image: url(./assets/img/mail.svg);
}

i.sw-icon-external {
	background-image: url(./assets/img/icons/external.svg);
}

i.sw-icon-arrow {
	background-image: url(./assets/img/icons/arrow.svg);
}

i.sw-icon-pdf {
	background-image: url(./assets/img/icons/pdf.svg);
}

.sw-filter {
	display: flex;
	border-top: 2px solid var(--font-color);
	border-bottom: 2px solid var(--font-color);
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (min-width: 768px) {
	.sw-filter__group:not(:last-child) {
		margin-right: var(--grid-gutter);
	}
}

.sw-filter__toggle {
	display: none;
}

@media (max-width: 767px) {
	.sw-filter {
		flex-direction: column;
	}
	.sw-filter__group:not(:last-child) {
		margin-bottom: 2em;
	}
}

.sw-filter .js-shuffle-reset {
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.sw-filter .js-shuffle-reset::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(./assets/img/cross.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0.5em;
}

.sw-filter .js-shuffle-reset.active {
	opacity: 1;
	pointer-events: all;
}

.sw-filter__reset {
	margin-left: auto;
}

.sw-filter__input {
	display: flex;
	flex-wrap: wrap;
}

.sw-filter__label {
	margin-bottom: 1em;
	display: block;
}

.sw-card {
	position: relative;
	border-radius: 1.8rem;
	overflow: hidden;
}

.sw-card:hover {
	opacity: 1 !important;
}

.sw-card__inner {
	width: 100%;
	height: 0;
	padding-top: 130%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sw-card__bg {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	inset: 0;
}

.sw-card__bg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--gradient-hover);
	opacity: 0;
	z-index: 3;
	inset: 0;
	transition: all 0.3s ease-in-out;
	will-change: opacity;
}

.sw-card__bg::after {
	content: '';
	inset: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #3c3c3c8d 0%, #7a7a7a00 100%);
	opacity: 1;
	z-index: 2;
	mix-blend-mode: multiply;
}

.sw-card__bg img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.sw-card__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sw-card__title::after {
	content: '';
	display: block;
	background-image: url(./assets/img/icons/arrow_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	width: 46px;
	flex: 0 0 46px;
	animation: wiggle 1s ease-in-out infinite;
	animation-play-state: paused;
}

.sw-card__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: flex-end;
	color: var(--font-alt-color);
}

.sw-card__hey {
	position: absolute;
	inset: 0;
	background: var(--gradient-hover);
	color: var(--font-alt-color);
	font-weight: 200;
	font-size: var(--fs-h4);
	line-height: 1.26;
	padding: 2rem;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.sw-card:hover .sw-card__title::after {
	animation-play-state: running;
}

.sw-card:hover .sw-card__bg::before {
	opacity: 0.95;
}

@keyframes wiggle {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0);
	}
}

.sw-imagerow__text {
	margin-top: var(--grid-gutter);
	font-size: 16px;
}

@media (max-width: 767px) {
	.sw-imagerow__item:nth-child(1), .sw-imagerow__item:nth-child(3) {
		max-width: 65%;
	}
	.sw-imagerow__item:not(:last-child) {
		margin-bottom: var(--grid-gutter);
	}
}

.sw-imagerow .ar-vertical,
.sw-imagerow .ar-horizontal {
	width: 100%;
	height: 0;
	padding-top: 80%;
	position: relative;
}

.sw-imagerow .ar-vertical > img,
.sw-imagerow .ar-horizontal > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-imagerow .ar-vertical {
	padding-top: 115%;
}

.background-dark ul:not([class]) li:before {
	background-image: url(./assets/img/plus-light.svg);
}

.tabs-wrapper {
	display: flex;
}

.tabs-wrapper .iconheadline {
	display: flex;
	align-items: center;
}

.tabs-wrapper .iconheadline > img {
	font-size: 22px;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
}

.tabs-wrapper .tabs-selectors {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.tabs-wrapper .tabs-selectors > li {
	cursor: pointer;
	color: var(--font-color);
	opacity: 0.3;
	padding-right: 4em;
	position: relative;
}

@media (min-width: 1240px) {
	.tabs-wrapper .tabs-selectors > li {
		white-space: nowrap;
	}
}

@media (max-width: 1239px) {
	.tabs-wrapper .tabs-selectors > li h3.h4 {
		font-size: 20px;
	}
}

.tabs-wrapper .tabs-selectors > li:not(:last-child) {
	margin-bottom: 0.6em;
}

.tabs-wrapper .tabs-selectors > li > * {
	pointer-events: none;
}

.tabs-wrapper .tabs-selectors > li::after {
	content: '';
	display: block;
	width: 1.8em;
	height: 1em;
	background-image: url(./assets/img/icons/arrow_grey.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0.5em;
}

.tabs-wrapper .tabs-selectors > li:hover {
	opacity: 0.8;
	color: var(--color-primary-alt);
}

.tabs-wrapper .tabs-selectors > li:hover::after {
	background-image: url(./assets/img/icons/arrow.svg);
}

.tabs-wrapper .tabs-selectors > li.active {
	opacity: 1;
	color: var(--color-primary-alt);
}

.tabs-wrapper .tabs-selectors > li.active::after {
	background-image: url(./assets/img/icons/arrow.svg);
}

.tabs-wrapper .tabs-contents {
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.tabs-wrapper .tabs-contents h3.h4 {
		font-size: var(--fs-h3);
		font-weight: 600;
	}
}

@media (min-width: 768px) {
	.tabs-wrapper .tabs-contents {
		padding-left: calc(var(--vertical-padding) * 2);
	}
	.tabs-wrapper .tabs-contents > div {
		height: 0;
		opacity: 0.3;
		transform: translateX(1.5em);
		transition: all 0.5s linear;
		will-change: opacity, transform;
		overflow: hidden;
	}
}

.tabs-wrapper .tabs-contents__item__headline {
	margin-bottom: 1em;
	display: flex;
}

.tabs-wrapper .tabs-contents__item__headline > img {
	font-size: 22px;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
}

.tabs-wrapper .tabs-contents > div.active {
	height: auto;
	transition-duration: 0.5s;
	opacity: 1;
	transform: translateX(0);
}

.tabs-wrapper .tab-content__headline {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.bottomslider-navigation {
	margin-top: 0;
	display: flex;
	justify-content: center;
}

.bottomslider-navigation .bottomslider-button-prev,
.bottomslider-navigation .bottomslider-button-next {
	height: 22px;
	width: 22px;
	padding: 4px;
	margin: 0 4px;
	margin-top: -3px;
	cursor: pointer;
}

.bottomslider-navigation .bottomslider-button-prev:after,
.bottomslider-navigation .bottomslider-button-next:after {
	content: '';
	background-image: url(./assets/img/icons/sliderarrow.svg);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
}

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

.bullet-pagination {
	display: flex;
	justify-content: center;
	width: auto !important;
}

.bullet-pagination .swiper-pagination-bullet {
	background-color: transparent;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 8px;
	transition: all 0.3s ease;
	will-change: width, opacity;
	opacity: 1;
	background-color: #CCD3E3;
}

.bullet-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #DEDD26;
	opacity: 1;
}

.bullet-pagination .swiper-pagination-bullet:hover {
	opacity: 1;
}

@media (max-width: 1239px) {
	.sw-testimonial {
		margin-left: calc(-1 * var(--grid-gutter));
		margin-right: calc(-1 * var(--grid-gutter));
	}
}

.sw-testimonial__image {
	width: 200px;
	height: 200px;
	flex: 0 0 200px;
	position: relative;
	z-index: 1;
}

.sw-testimonial__image:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 600%;
	height: 210%;
	transform: rotate(180deg);
	background-image: url(./assets/img/decoration/decoration-light.svg);
	background-position: bottom left;
	background-size: contain;
	background-repeat: no-repeat;
}

.sw-testimonial__meta {
	display: flex;
	align-items: baseline;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.sw-testimonial__meta {
		margin-top: 2em;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.sw-testimonial .sw-testimonial__position::before {
		content: ', ';
	}
}

.sw-testimonial__content {
	position: relative;
	z-index: 3;
	color: var(--color-primary);
}

@media (min-width: 1240px) {
	.sw-testimonial__content {
		padding-right: var(--grid-gutter);
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.sw-testimonial__content {
		padding-right: calc(var(--grid-gutter) / 2);
	}
}

.sw-testimonial__text {
	font-weight: 200;
}

.sw-testimonial__item {
	overflow: hidden;
	height: auto;
}

@media (min-width: 1240px) {
	.sw-testimonial__item {
		padding: var(--grid-gutter) calc(var(--grid-gutter) * 4);
	}
}

@media (max-width: 1239px) {
	.sw-testimonial__item {
		padding: var(--grid-gutter) var(--grid-gutter);
	}
}

.sw-testimonial__item-inner {
	display: flex;
	align-items: center;
	height: 100%;
}

@media (max-width: 767px) {
	.sw-testimonial__item-inner {
		flex-direction: column-reverse;
		text-align: center;
		justify-content: flex-end;
	}
}

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

.slider-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.slider-pagination {
	flex: 0;
	white-space: nowrap;
	margin: 0 1rem;
	display: flex;
}

.slider-pagination .swiper-pagination-bullet {
	background: none;
	border-radius: 0;
	width: auto;
	height: 1em;
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 1em;
	position: relative;
}

.slider-pagination .swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--font-color);
	position: absolute;
	top: 100%;
	opacity: 0;
	margin-top: 0.3em;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
}

.scroll-animation--image {
	position: relative;
	overflow: hidden;
}

.scroll-animation--image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--bg-color);
	inset: 0;
	transform: translateY(0);
	transition: transform 1s ease;
	transition-delay: 0.3s;
	opacity: 1;
}

.scroll-animation--image.scroll-active:before {
	transform: translateY(100%);
}

.social-footer {
	display: flex;
	justify-content: space-between;
	gap: var(--grid-gutter);
}

@media (max-width: 1239px) {
	.social-footer {
		flex-direction: column;
	}
}

.header-icons {
	display: flex;
}

@media (min-width: 1240px) {
	.header-icons {
		flex-direction: column;
		position: absolute;
		right: 0;
		align-items: center;
		width: var(--grid-gutter);
		top: 0;
		z-index: 99999;
	}
}

@media (max-width: 1239px) {
	.header-icons {
		justify-content: center;
		z-index: 99;
		margin-top: 4rem;
	}
	.header-icons .socialicon:not(:last-child) {
		margin-right: 1em;
	}
	.header-icons .socialicon--linkedin {
		background-image: url(./assets/img/linkedin-white.svg) !important;
	}
	.header-icons .socialicon--facebook {
		background-image: url(./assets/img/facebook-white.svg) !important;
	}
	.header-icons .socialicon--instagram {
		background-image: url(./assets/img/instagram-white.svg) !important;
	}
	.header-icons .socialicon--youtube {
		background-image: url(./assets/img/youtube-white.svg) !important;
	}
	.header-icons .socialicon--tiktok {
		background-image: url(./assets/img/tiktok-white.svg) !important;
	}
}

.socialicon {
	height: 1rem;
	width: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 0.7rem;
	background-position: center;
}

.socialicon--linkedin {
	background-image: url(./assets/img/linkedin.svg);
}

.socialicon--linkedin:hover {
	background-image: url(./assets/img/linkedin-hover.svg);
}

.socialicon--facebook {
	background-image: url(./assets/img/facebook.svg);
}

.socialicon--facebook:hover {
	background-image: url(./assets/img/facebook-hover.svg);
}

.socialicon--instagram {
	background-image: url(./assets/img/instagram.svg);
}

.socialicon--instagram:hover {
	background-image: url(./assets/img/instagram-hover.svg);
}

.socialicon--youtube {
	background-image: url(./assets/img/youtube.svg);
}

.socialicon--youtube:hover {
	background-image: url(./assets/img/youtube-hover.svg);
}

.socialicon--tiktok {
	background-image: url(./assets/img/tiktok.svg);
}

.socialicon--tiktok:hover {
	background-image: url(./assets/img/tiktok-hover.svg);
}

.has-border-bottom {
	border-bottom: 2px solid var(--font-color);
	padding-bottom: var(--grid-gutter);
}

.elementor-editor-active .page ul:not([class]) li {
	opacity: 1 !important;
}

body:not(.elementor-editor-active) .animate-rtl, body:not(.elementor-editor-active) .animate-ltr {
	transition: all 2s ease;
	will-change: transform, opacity;
	opacity: 0;
	transition-delay: 0.2s;
}

body:not(.elementor-editor-active) .animate-rtl.scroll-active, body:not(.elementor-editor-active) .animate-ltr.scroll-active {
	transform: translateX(0);
	opacity: 1;
}

body:not(.elementor-editor-active) .animate-rtl {
	transform: translateX(30px);
}

body:not(.elementor-editor-active) .animate-ltr {
	transform: translateX(-30px);
}

.main-footer {
	position: relative;
}

.main-footer .logoImage {
	height: auto;
	width: clamp(160px, 6vw, 280px);
}

.icon--up {
	transform: rotate(-90deg);
	display: inline-block;
}

.back-to-top {
	/*display: inline-block;
  transform: rotate(-90deg) !important;
  position: fixed;
  bottom: 50px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden; */
	transform: translateX(-50%);
	display: inline-block;
	top: 50px;
	left: 50px;
	position: absolute;
	z-index: 1000;
	color: #fff;
	transition: transform 0.3s ease-in-out;
}

.back-to-top.active {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover {
	transform: translateX(-50%) translateY(-5px);
	opacity: 1 !important;
}

#menu-footer {
	padding: 0;
}

@media (max-width: 767px) {
	.back-to-top {
		top: 20px;
	}
}

.eb-map {
	min-height: 300px;
	background-color: var(--color-primary-alt);
}

.eb-map button::before {
	display: none;
}

#BorlabsCookieBoxWidget {
	pointer-events: none;
	opacity: 0;
}

#BorlabsCookieBoxWidget.active {
	pointer-events: all;
	opacity: 1;
}

.borlabs-cookie-preference {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
}

.borlabs-cookie-preference:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(./assets/img/cookie.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: transform 0.2s ease-in-out;
}

.borlabs-cookie-preference:hover:before {
	transform: scale(1.1);
}

.borlabs-cookie-preference > svg {
	display: none;
}

.sw-imageslider__image img {
	object-fit: contain;
}

.sw-imageslider__bottom .slider-navigation {
	width: 100%;
	justify-content: center;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.heroimage {
	min-height: 700px;
	height: 50vh;
	display: flex;
}

.heroimage__inner {
	position: relative;
	flex: 1;
}

.heroimage--frontpage {
	min-height: var(--app-height, 100vh);
	overflow: hidden;
}

.heroimage--subpage .heroimage__decoration {
	transform: translate(-20%, 25%);
	z-index: 1;
}

.heroimage--subpage .heroimage__image {
	top: 73%;
}

.heroimage--subpage .heroimage__image:after {
	display: none;
}

.heroimage__bg {
	width: 100%;
	height: 100%;
	inset: 0;
	position: absolute;
}

.heroimage__image {
	position: absolute;
	width: 50vw;
	height: 50vw;
	z-index: 3;
	pointer-events: none;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(8%);
	isolation: isolate;
}

@media (max-width: 767px) {
	.heroimage__image {
		width: 80vw;
		height: 80vw;
		top: 60%;
	}
}

.heroimage__image .heymask {
	z-index: 2;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.heroimage__image::after, .heroimage__image::before {
	content: '';
	position: absolute;
	width: 100%;
	padding-top: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: 1;
}

.heroimage__image::before {
	background-image: url(./assets/img/decoration/decoration-blue.svg);
	transform: translate(16%, 2%);
}

.heroimage__image::after {
	background-image: url(./assets/img/decoration/decoration-light.svg);
	transform: translate(44%, 30%);
}

.heroimage__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	object-position: center;
	display: block;
	z-index: 2;
}

.heroimage__content {
	position: relative;
	z-index: 2;
	padding-top: calc(var(--height-header) + var(--vertical-padding));
	padding-bottom: var(--vertical-padding);
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.heroimage__content > .container {
	position: relative;
	z-index: 3;
}

.heroimage__decoration {
	position: absolute;
	width: 50vw;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translate(-20%, 0);
	pointer-events: none;
}

.heroimage__decoration > img {
	width: 100%;
	height: auto;
	display: block;
}

.heroimage__badge {
	width: 100%;
	max-width: 250px;
}

.heroimage__badge-link {
	display: flex;
	max-width: fit-content;
}

@media (max-width: 1239px) {
	.heroimage__title__wrapper {
		font-size: calc(2.2 * var(--fs-h1));
		padding-left: 0.3em;
	}
}

.badge {
	width: 100%;
	height: auto;
	max-width: 250px;
}

@media (min-width: 1240px) and (max-width: 1441px) {
	.badge {
		max-width: 200px;
	}
}

@media (max-width: 1239px) {
	.badge {
		max-width: 150px;
	}
}

@media (max-width: 1239px) {
	.badge {
		max-width: 120px;
	}
}

@media (max-height: 800px) {
	.badge {
		display: none;
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

.hey {
	padding-top: 2.2em;
	position: relative;
}

.hey::before {
	content: attr(data-hey);
	white-space: nowrap;
	font-family: var(--font-family-alt);
	position: absolute;
	top: 0;
	font-size: 2.2em;
	left: -0.3em;
}

.heymask {
	-webkit-mask-image: url(./assets/img/decoration/mask.svg);
	mask-image: url(./assets/img/decoration/mask.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.heymask-gradient {
	-webkit-mask-image: url(./assets/img/decoration/mask-gradient.svg);
	mask-image: url(./assets/img/decoration/mask-gradient.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.sw-buttons {
	display: flex;
	flex-wrap: wrap;
}

.sw-buttons > .button {
	margin-right: 1em;
	margin-bottom: 1em;
	align-items: center;
}

.sw-buttons--vertical {
	flex-direction: column;
	align-items: flex-start;
}

.sw-buttons--vertical > .button {
	margin-right: 0;
}

.sw-jobfields-carousel {
	border-radius: 1.8rem;
	overflow: hidden;
}

.sw-jobfields--grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sw-jobfields--grid .sw-card {
	flex: 0 0 calc(50% - 20px);
	margin-bottom: 40px;
}

.sw-jobfields--grid .sw-card__inner {
	padding-top: 58%;
}

@media (max-width: 999px) {
	.sw-jobfields--grid .sw-card {
		flex: 0 0 100%;
	}
}

@media (max-width: 1239px) {
	.seitenwidget-pagenavigation {
		display: none;
	}
}

.footer-logo {
	width: 120px;
}

.sw-heyblock {
	background: var(--gradient-header);
	color: var(--font-alt-color);
	font-weight: 400;
	line-height: 1.36;
	padding: 2rem 4rem;
	display: flex;
	border-radius: 1.8rem;
	flex-direction: column;
}

@media (max-width: 767px) {
	.sw-heyblock {
		padding: 1rem 2rem;
	}
}

.sw-heyblock .hey {
	padding-top: 4em;
}

.sw-heyblock .hey::before {
	font-size: 4em;
}

.sw-heyblock__title {
	font-size: var(--fs-h2);
	font-weight: 200;
}

.sw-heyblock__content {
	font-size: var(--fs-h4);
	margin-top: 0.3em;
	font-weight: 200;
}

.sw-jobs__search {
	margin-bottom: 2rem;
}

.sw-jobs__search--hidden {
	display: none;
}

.jobform .formrow {
	display: flex;
	gap: 1em;
	justify-content: space-between;
}

@media screen and (max-width: 1500px) {
	.jobform .formrow {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.jobform .formrow {
		flex-direction: column;
	}
}

.jobform .formcol {
	flex: 1;
}

@media screen and (max-width: 1500px) {
	.jobform .formcol:not(.formcol--submit) {
		flex: 0 0 calc(33.33% - 1em);
	}
}

.jobform .formcol--submit {
	flex: 0 0 40px;
	overflow: hidden;
}

.jobform .formcol--submit button[type='submit'] {
	margin-top: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	min-width: unset;
}

.jobform .formcol--submit button[type='submit'] .icon {
	width: 50%;
	height: 50%;
}

@media (max-width: 767px) {
	.jobform .formcol--submit {
		flex: 1;
	}
	.jobform .formcol--submit button[type='submit'] {
		width: 100%;
	}
}

.sw-benefits {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1em;
}

.sw-benefits__item {
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 1em;
}

@media (max-width: 1239px) {
	.sw-benefits__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 499px) {
	.sw-benefits__item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.sw-benefits__item__icon {
	max-width: 200px;
	position: relative;
	width: 75%;
	margin: 0 auto;
}

.sw-benefits__item__icon__inner {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 100%;
}

.sw-benefits__item__icon img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 130px;
	margin: 0 auto;
}

.sw-benefits__item__content {
	text-align: center;
	padding: 0 1em;
	hyphens: auto;
}

.sw-spacer--gutter {
	height: var(--grid-gutter);
}

.sw-spacer--gutter-double {
	height: calc(var(--grid-gutter) * 2);
}

.sw-spacer--gutter-half {
	height: calc(var(--grid-gutter) / 2);
}

#jobs {
	width: 100%;
	height: 100%;
	min-height: 1459px;
	height: max-content;
}

/* hss-ip */
.frametext-padding {
	padding: 120px;
	z-index: 10;
	position: relative;
}

@media only screen and (min-width: 1780px) {
	.frametext-padding {
		padding: 140px;
	}
}

@media (max-width: 1239px) {
	.frametext-padding {
		padding: 60px;
	}
}

/* hss-ip */
.frametext-padding h2 {
	padding: 0px;
}

.frametext-padding h1 {
	margin-bottom: 22px;
}

.frametext-padding h3 {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.frametext-padding {
		padding: 40px;
	}
}

.yellow-frame {
	background-color: #dddc40;
}

.blue-frame {
	background: linear-gradient(135deg, #002fa7 0%, #1856f2 100%);
}

.sw-frametext-image {
	position: absolute;
	bottom: 0;
	right: 0px;
	overflow: hidden;
}

.sw-frametext-image svg {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.sw-frametext-image {
		height: 100%;
	}
}

.frame-left.yellowframe img {
	box-shadow: -55px 55px 0px #dddc40;
}

.frame-left.grayframe img {
	box-shadow: -55px 55px 0px #eef2ff;
}

.frame-right.yellowframe img {
	box-shadow: 55px 55px 0px #dddc40;
}

.frame-right.grayframe img {
	box-shadow: 55px 55px 0px #eef2ff;
}

.sw-img-separator {
	position: absolute;
	left: 100%;
	transform: translateX(-50%);
	width: 150px;
	z-index: 20;
	top: 150px;
}

.letterbreakdown-text h2 {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.sw-img-separator {
		display: none;
	}
}

.headerSlider__slide__content {
	flex: 0 0 50%;
	overflow: hidden;
	align-self: flex-end;
	margin: 0;
	height: 100%;
	padding-right: 80px;
	min-height: 280px;
}

.headerSlider {
	display: flex;
	overflow: hidden;
}

.headerSlider__slide {
	width: 100%;
	display: flex;
	background-color: #eeeeeb;
	position: relative;
}

.headerSlider__slide__inner {
	display: flex;
	height: 100%;
	padding-bottom: 75px;
}

.headerSlider__slide__content {
	flex: 0 0 50%;
	overflow: hidden;
	align-self: flex-end;
	margin: 0;
	height: 100%;
	padding-right: 80px;
	min-height: 280px;
}

.headerSlider__slide__navigation {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 80px;
	z-index: 99;
}

.headerSlider__slide__image {
	width: 50vw;
	overflow: hidden;
	display: flex;
	margin-top: -80px;
	position: absolute;
	right: 0;
	height: calc(100% + 80px);
	height: -webkit-fill-available;
}

.icontextteaser-container div {
	color: #fff;
}

.icontextteaser-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
	gap: 50px;
}

@media (max-width: 767px) {
	.icontextteaser-container {
		flex-direction: column;
		align-items: center;
	}
}

.icontextteaser-content .icontextteaser-icon {
	width: 50px;
}

.icontextteaser_link_arrow {
	transition: transform 0.3s ease-in-out;
	width: 38px;
	margin-left: 15px;
}

a:hover .icontextteaser_link_arrow {
	transform: translateX(5px);
}

.bartext_link_arrow {
	transition: transform 0.3s ease-in-out;
	width: 38px;
}

a:hover .bartext_link_arrow {
	transform: translateX(5px);
}

.icontextteaser-icon-holder {
	position: absolute;
	left: -70px;
	top: 3.5px;
}

.icontextteaser-content {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	flex-basis: 100%;
	gap: 10px;
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 1239px) {
	.icontextteaser-content {
		flex-direction: column;
		justify-content: start;
		align-items: start;
		margin-top: 20px;
	}
	.icontextteaser-icon-holder {
		position: relative;
		left: 0px;
		top: 0px;
	}
}

@media (max-width: 767px) {
	.icontextteaser-content {
		flex-direction: column;
		justify-content: start;
		align-items: start;
		margin-top: 20px;
		gap: 5px;
	}
	.icontextteaser-icon-holder {
		position: relative;
		left: 0px;
		top: 0px;
	}
	.texticontextteaser_section .icontextteaser-icon {
		width: 40px;
	}
}

.bartext-flex .icontextteaser-icon {
	height: 160px;
}

@media (max-width: 767px) {
	.bartext-flex .icontextteaser-icon {
		height: 110px;
	}
}

/* hss-ip */
.icontextteaser-padding {
	padding: 140px;
}

/* hss-ip */
.icontextteaser-padding h2 {
	padding: 0px;
}

@media (max-width: 767px) {
	.icontextteaser-padding {
		padding: 50px;
	}
}

.icontextteaser-content p {
	font-size: var(--fs-big);
}

.icontextteaser-link-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.7em;
}

.icontextteaser-link-container h3 {
	margin-bottom: 0;
}

.sw-icontextteaser-image {
	position: absolute;
	bottom: 0;
	left: 0px;
	overflow: hidden;
	opacity: 0.4;
}

.sw-frametext-image {
	opacity: 0.6;
}

.sw-icontextteaser-image svg {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.sw-testimonial__content {
	padding: 105px 20% 80px 20%;
	text-align: center;
}

.sw-testimonial__meta {
	align-items: center;
	justify-content: center;
}

.sw-testimonial__item-inner {
	justify-content: center;
}

.sw-testimonial-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sw-testimonial__text {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.sw-testimonial__content {
		padding: 40px 5% 40px 5%;
		text-align: center;
	}
}

.bottomslider-button-prev, .bottomslider-button-next {
	cursor: pointer;
}

.arrow-holder {
	display: flex;
	flex-direction: row;
	justify-content: end;
	margin-bottom: 20px;
}

.imagetextsldier-arrow-holder {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: end;
	right: 0;
	z-index: 40;
}

.sw-imagetextslider {
	margin-top: -50px;
}

.imagetextslider-content {
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 0px 20px;
	gap: 10px;
}

@media only screen and (min-width: 1440px) {
	.imagetextslider-content {
		padding: 0px 100px;
	}
}

.imagetextslider-title h2 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.elementor-widget-seitenwind-imagetextslider {
	flex: 1;
}

.seitenwidget-imagextslider-container {
	height: 100%;
}

.imagetextslider-bottom-nav {
	margin-bottom: 20px;
}

.sw-imagetextslider-carousel {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.sw-connectedslider-image, .sw-connectedslider-content {
		width: 100%;
	}
}

.sw-connectedslider-container {
	justify-content: center;
	align-items: center;
}

.sw-connectedslider-content .sw-connectedslider-carousel-inner {
	align-items: center;
}

@media (max-width: 767px) {
	.sw-connectedslider-content .sw-connectedslider-carousel-inner {
		align-items: start;
	}
}

.connectedSlider-nav {
	justify-content: right;
	margin-top: 0px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.seitenwidget-connectedslider .sw-connectedslider-container {
		flex-direction: column;
	}
}

.sw-connectedslider-image .sw-connectedslider-carousel {
	height: 750px;
}

.sw-connectedslider-image .sw-frameimage-image img {
	max-height: 750px;
	object-fit: cover;
}

@media (min-width: 1240px) and (max-width: 1441px) {
	.sw-connectedslider-image .sw-connectedslider-carousel {
		height: 550px;
	}
	.sw-connectedslider-image .sw-frameimage-image img {
		max-height: 550px;
		object-fit: cover;
	}
}

@media (max-width: 1239px) {
	.sw-connectedslider-image .sw-connectedslider-carousel {
		height: 550px;
	}
	.sw-connectedslider-image .sw-frameimage-image img {
		max-height: 550px;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.sw-connectedslider-image .sw-connectedslider-carousel {
		height: auto;
	}
	.sw-connectedslider-image .sw-frameimage-image img {
		max-height: auto;
		object-fit: cover;
	}
}

.connectedslider-person-details p {
	margin: 0;
}

.connectedslider-textblock {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.connectedslider-textblock {
		margin-bottom: 30px;
	}
}

.frametext-padding h2 {
	margin-bottom: 0px;
}

.bottomslider-button-next, .bottomslider-button-prev {
	width: 40px;
	height: 27.89px;
}

.bottomslider-button-next {
	transform: rotate(90deg);
}

.bottomslider-button-prev {
	transform: rotate(-90deg);
}

.sw-testimonial .arrow-holder {
	position: absolute;
	top: -50px;
	right: 0;
}

.sw-testimonial-zitat {
	font-family: 'New Order', sans-serif;
	font-size: 260px;
	color: #1856F2;
	top: -280px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.sw-testimonial-zitat::before {
	content: "„";
	display: block;
	color: transparent;
	text-shadow: -15px 15px 0px #dddc40;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.letterbreakdown_big_text {
	font-family: 'New Order', sans-serif;
	font-size: 240px;
	color: #1856F2;
	margin-left: -8px;
}

.letterbreakdown_big_text::before {
	content: attr(data-big-text);
	display: block;
	color: transparent;
	text-shadow: 15px -25px 0px #dddc40;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 1240px) and (max-width: 1441px) {
	.letterbreakdown_big_text {
		font-size: 180px;
		margin-left: -7px;
	}
	.letterbreakdown_big_text::before {
		text-shadow: 15px -15px 0px #dddc40;
	}
}

@media (max-width: 1239px) {
	.letterbreakdown_big_text {
		font-size: 140px;
		margin-left: -7px;
	}
	.letterbreakdown_big_text::before {
		text-shadow: 12px -12px 0px #dddc40;
	}
}

@media (max-width: 767px) {
	.letterbreakdown_big_text {
		font-size: 120px;
		margin-left: -5px;
		line-height: 1.2;
	}
	.letterbreakdown_big_text::before {
		text-shadow: 10px -10px 0px #dddc40;
	}
}

.sw-frameimage-image.frame-left img, .sw-frameimage-image.frame-right img {
	margin-bottom: var(--grid-gap-adding);
}

.sw-frameimage-image {
	display: flex;
}

.bullet-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

@media (max-width: 767px) {
	.bottomslider-button-next, .bottomslider-button-prev {
		display: none;
	}
}

.sw-connectedslider-container .arrow-holder .bottomslider-button-prev, .sw-connectedslider-container .arrow-holder .bottomslider-button-next {
	display: none;
}

@media (max-width: 767px) {
	.sw-connectedslider-container .arrow-holder .bottomslider-button-prev, .sw-connectedslider-container .arrow-holder .bottomslider-button-next {
		display: block;
	}
	.sw-connectedslider-container .arrow-holder {
		position: relative;
		cursor: pointer;
		z-index: 40;
		margin-bottom: 0px;
	}
}

/* hss-ip */
/* Colored Text Container */
h2.colored_text_container {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

h2.colored_text_container.standard_text span.colored_text {
	color: var(--color-primary);
}

.standard_text span {
	color: #9F9F9F;
	transition: color .4s;
}

.colored-main-over {
	position: relative;
	top: 0;
	left: 0;
}

.coloredtextcontainer_height {
	height: 3500px;
}

.coloredtextcontainer_height_sticky {
	position: sticky;
	left: 0;
	/* top: 0; 
  height: 100lvh;*/
	align-items: center;
}

.coloredtextcontainer_height_sticky.top-twentyfive {
	top: 25%;
}

.coloredtextcontainer_height_sticky.top-thirty {
	top: 30%;
}

@media (max-width: 767px) {
	.coloredtextcontainer_height_sticky {
		position: relative;
		left: 0;
		align-items: center;
	}
	.coloredtextcontainer_height {
		height: auto;
	}
	.coloredtextcontainer_height_sticky.top-twentyfive {
		top: 0%;
	}
	.coloredtextcontainer_height_sticky.top-thirty {
		top: 0%;
	}
}

.coloredtextcontainer_headline {
	margin: 0;
}

.coloredtextcontainer_headline_container {
	align-self: end;
	margin-bottom: 50px;
}

/* FUll Width Image*/
.e-con-full .elementor-widget-image img {
	max-height: 820px;
	object-fit: cover;
	width: 100%;
}

/* Bartextcontainer, Pageteaser */
.bartext-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	gap: 25px;
	margin-bottom: var(--grid-gap);
}

/* Pageteaser */
.pageteaser-img img {
	width: 400px;
	object-fit: cover;
	height: 100%;
}

.pageteaser-container {
	max-width: 400px;
}

.flex-container.pageteaser-justifyeven {
	justify-content: space-evenly;
}

.sw-pageteaser {
	justify-content: start;
}

@media (max-width: 1239px) {
	.pageteaser-container {
		max-width: none;
	}
	.pageteaser-img img {
		width: auto;
	}
}

@media (max-width: 767px) {
	.pageteaser-container {
		max-width: none;
	}
	.pageteaser-img img {
		width: auto;
	}
}

.font-small p {
	font-size: var(--fs-small);
}

.pageimgteaser-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.year-slider-image-section .pageimgteaser-img img {
	aspect-ratio: 2.5 / 2;
}

.year-slider-image-section .has-img-three .pageimgteaser-img img {
	aspect-ratio: auto;
}

.has-img-three {
	transform: translate3d(0px, 0px, 0px) !important;
}

.pageimgteaser-link-container {
	height: 100%;
	position: relative;
	display: block;
}

.pageimgteaser-img {
	height: 100%;
	position: relative;
	z-index: 1;
}

.pageimgteaser-first-elem {
	position: relative;
	height: 100%;
}

.pageimgteaser-textblock {
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px;
	color: #fff;
	z-index: 5;
}

.pageimgteaser-textblock p, .pageimgteaser-textblock h1, .pageimgteaser-textblock h2, .pageimgteaser-textblock h3, .pageimgteaser-textblock h4 {
	color: #FFF;
	margin: 0;
}

.pageimgteaser-textblock .arrow_white {
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
	width: 38px;
	margin-left: 15px;
}

a:hover .arrow_white {
	transform: translateX(5px) rotate(180deg);
}

.pageimgteaser-titlerow {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 14px;
}

.pageimgteaser-smallsize {
	font-size: var(--fs-big);
}

.main-footer p, .main-footer a, .main-footer li {
	font-size: var(--fs-big);
}

.main-footer .footer-last {
	align-self: end;
}

.footer-headline h4 {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.main-footer .footer-block {
		margin-bottom: 0px;
	}
	.main-footer .footer-last {
		grid-row-start: 3;
	}
	.main-footer .grid-container {
		gap: 20px;
	}
}

@media (max-width: 1239px) {
	.main-footer .footer-block {
		margin-bottom: 0px;
	}
	.main-footer .grid-container {
		gap: 20px;
	}
}

.footer-menu ul {
	padding: 0;
}

.footer-line-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.footer-line-container .footer-line {
	flex: 1;
	border-bottom: 2px solid var(--color-primary);
	margin: 0 10px;
}

.small-line {
	width: 30px;
	border-bottom: 2px solid var(--color-primary);
	margin: 10px 0px;
}

.contact-pre-footer {
	padding: 80px;
	background-color: var(--color-primary);
}

/* Machine Scroll Element */
.machinescroll-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.machinesscroll-teaser {
	font-family: 'Sofia';
}

.machinescroll-container.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	grid-column-start: 1;
	grid-column-end: 13;
	grid-row-start: 1;
	grid-row-end: 1;
	margin-top: 10%;
}

.machinescroll-img {
	width: 80%;
	transition: width .8s ease;
}

.machinescroll-text {
	opacity: 0;
	margin-top: 20px;
	transition: all .8s ease;
}

.machinescroll-img img {
	padding: 50px;
	width: 100%;
}

.machinescroll-text {
	width: 42%;
}

.machinescroll-bg-text {
	position: relative;
	margin: 0;
	z-index: -1;
	grid-column-start: 1;
	grid-column-end: 13;
	grid-row-start: 1;
	grid-row-end: 1;
}

.machinescroll-section {
	position: relative;
	align-items: start;
}

.machinescroll-section {
	height: 2500px;
}

.machinescroll-section .grid-container {
	position: sticky;
	left: 0;
	top: 6%;
}

@media only screen and (min-width: 770px) and (max-width: 1500px) {
	.machinescroll-section .grid-container {
		position: sticky;
		left: 0;
		top: 8%;
	}
}

@media (max-width: 1239px) {
	.machinescroll-section .grid-container {
		position: sticky;
		left: 0;
		top: 28%;
	}
}

@media (max-width: 767px) {
	.machinescroll-section {
		height: auto;
	}
	.machinescroll-section .grid-container {
		position: relative;
		top: 0;
	}
}

.machinescroll-bg-text p {
	margin: 0;
	font-size: 26vw;
	font-family: 'Sofia';
	font-weight: 600;
	color: var(--color-primary);
	line-height: 1;
	transition: all .5s ease;
}

@media (max-width: 767px) {
	.machinescroll-container {
		padding-right: 0px;
	}
	.machinescroll-img img {
		padding: 0px;
	}
	.machinescroll-container.container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		position: relative;
		top: 0;
		left: 0;
	}
	.machinescroll-img {
		width: 100% !important;
	}
	.machinescroll-text {
		width: 100%;
	}
	.machinescroll-bg-text p {
		color: whitesmoke;
	}
	.machinescroll-text {
		opacity: 1;
		margin-top: 0px;
	}
}

.header-scroll-bg-color {
	background-color: #FFF !important;
	height: 4.5rem !important;
}

.smallicongrid-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2%;
}

.smallicongrid-content {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: start;
	align-items: center;
	width: 30%;
	gap: 35px;
}

.smallicongrid-section.justify-start {
	justify-content: space-evenly;
}

img.smallicongrid-icon {
	height: 80px;
}

@media (max-width: 767px) {
	.smallicongrid-section {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
		gap: var(--grid-gap);
	}
	.smallicongrid-content {
		width: 100%;
		margin-bottom: 25px;
		gap: 15px;
	}
}

.year-slider-big-text p {
	margin: 0;
	font-size: 15vw;
	font-family: 'Sofia';
	font-weight: 600;
	line-height: 0.8;
}

.year-slider-content p, .year-slider-content h1, .year-slider-content h2 {
	color: #E40521;
}

.year-slider .slide-arrow-holder span {
	color: #E40521;
}

.year-slider-content {
	text-align: center;
	z-index: 10;
	position: relative;
}

.year-slider-content h2 {
	margin-bottom: 10px;
}

.year-slider-image-section {
	z-index: 0;
	position: relative;
}

.year-slider-section {
	margin-top: -10%;
}

.arrow-slide-prev img {
	transform: rotate(180deg);
}

.arrow-slide-prev, .arrow-slide-next {
	cursor: pointer;
	z-index: 10;
	margin-left: 10px;
	margin-right: 10px;
}

.arrow-slide-prev img, .arrow-slide-next img {
	width: 26px;
}

.slide-arrow-holder {
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	align-content: center;
}

/* Produkt Tabelle */
.producttable-singlerow p, .producttable-product-headline h4, .producttable-headsinglerow h4 {
	margin: 0;
}

.seitenwidget-producttable {
	display: flex;
	flex-direction: row;
}

@media (max-width: 767px) {
	.seitenwidget-producttable {
		flex-direction: column;
	}
}

.producttable-singlerow {
	padding: 20px 0px;
	text-align: center;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	height: 75px;
	min-width: 100px;
}

.producttable-product-headline {
	padding: 10px 40px;
	text-align: center;
	border-left: 1px solid #BFBFBF;
	height: 75px;
}

.producttable-headsinglerow {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 40px;
	border-bottom: 1px solid #BFBFBF;
	height: 75px;
}

.producttable-singlerow p {
	color: #111D45;
}

.producttable-tablerows .producttable-singlerow:last-child, .producttable-tablerows .producttable-headsinglerow:last-child {
	border-bottom: none;
}

.producttable-tablerowheads {
	margin-top: 75px;
}

.producttable-tablerowheads-mob {
	display: none;
}

.producttable-tablerowheads-dp {
	display: block;
}

@media (max-width: 1239px) {
	.producttable-product-headline {
		padding: 10px 15px;
	}
}

@media (max-width: 767px) {
	.producttable-tablerowheads-mob {
		display: block;
	}
	.producttable-tablerowheads-dp {
		display: none;
	}
	.seitenwidget-producttable {
		gap: var(--grid-gap);
	}
	.producttable-product-headline {
		padding: 10px 15px;
	}
}

.producttable-mob-row {
	display: flex;
	flex-direction: row;
}

.big-bg-text-container {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 767px) {
	.big-bg-text-container {
		position: absolute;
		left: 0;
		top: 25%;
	}
}

.big-bg-text {
	margin: 0;
	font-size: 26vw;
	font-family: 'Sofia';
	font-weight: 600;
	color: whitesmoke;
	line-height: 1;
}

.language-switcher ul {
	display: flex;
	flex-direction: row !important;
	letter-spacing: 1px;
	display: flex;
	gap: 0px !important;
	line-height: normal;
	list-style: none;
	font-size: 22px;
	justify-content: start;
	padding: 0;
	font-weight: 400;
}

.language-switcher ul li a {
	color: #111D45;
	padding: 0px;
	padding-right: 10px;
	font-size: 16px;
}

.language-switcher ul li.wpml-ls-current-language a {
	color: #FF0000;
}

.language-switcher ul li a:hover {
	color: #FF0000;
}

.language-switcher {
	padding-left: 40px;
	font-family: 'Sofia';
	margin-bottom: 20px;
}

.wpml-ls-legacy-list-horizontal {
	margin: 0;
	padding: 0;
}

.standard-article-text p {
	color: #111D45;
}

@media (max-width: 767px) {
	.standard_article {
		grid-row-start: 3;
	}
	.sticky_article {
		grid-row-start: 2;
	}
	.standard_article_headline {
		grid-row-start: 1;
	}
}

.sticky-article-text {
	position: sticky;
	top: 20%;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.sticky-article-text {
		position: relative;
		top: 0%;
		margin-bottom: 0px;
	}
}

.shuffle-col-6 {
	width: calc(50% - 5px);
	position: relative;
}

.shuffle-row {
	gap: 10px;
}

.sw-posttype__image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.sw-posts__content .sw-posttype {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.sw-posttype__flexrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.sw-posttype__flexrow .sw-posttype__headline {
	margin: 0;
}

.sw-posttype__linkarrow {
	transition: transform 0.3s ease-in-out;
	width: 38px;
}

a:hover .sw-posttype__linkarrow {
	transform: translateX(5px);
}

.sw-posttype__content {
	margin: 15px 20px;
}

/* Jobs */
.job-date {
	color: #BFBFBF;
	font-size: var(--fs-small);
}

.job-title, .job-cats {
	margin: 0;
}

.job-item {
	padding: 20px 0px 30px 0px;
	border-top: 1px solid #BFBFBF;
}

.job-item:last-child {
	border-bottom: 1px solid #BFBFBF;
}

.job-ref {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.job__linkarrow {
	transition: transform 0.3s ease-in-out;
	width: 38px;
}

a:hover .job__linkarrow {
	transform: translateX(5px);
}

.halfimgtext-section.image_left .halfimgtext-img {
	grid-column-start: 1;
	grid-column-end: 7;
}

.halfimgtext-section .halfimgtext-content p, .halfimgtext-section .halfimgtext-content h1, .halfimgtext-section .halfimgtext-content h2, .halfimgtext-section .halfimgtext-content h3, .halfimgtext-section .halfimgtext-content ol li, .halfimgtext-section .halfimgtext-content ul li {
	color: #161D3A;
}

.halfimgtext-section.image_right .halfimgtext-img {
	grid-column-start: 7;
	grid-column-end: 13;
}

.halfimgtext-section.image_left .halfimgtext-content {
	grid-column-start: 8;
	grid-column-end: 12;
}

.halfimgtext-section.image_right .halfimgtext-content {
	grid-column-start: 2;
	grid-column-end: 6;
}

.halfimgtext-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.halfimgtext-section .halfimgtext-container {
	align-items: center;
}

.halfimgtext-section.image_right .halfimgtext-content {
	text-align: right;
}

.halfimgtext-section.image_right .halfimgtext-content {
	text-align: right;
}

.halfimgtext-section .halfimgtext-content h2.small-teaser-text {
	color: var(--color-primary);
}

.halfimgtext-btn {
	margin: 40px 0px;
	margin-left: auto;
}

.halfimgtext-section.image_right .halfimgtext-btn-single {
	display: flex;
	justify-content: right;
}

.halfimgtext-section.image_right .job-listing {
	display: flex;
	justify-content: right;
}

.halfimgtext-section .halfimgtext-content ul li.halfimgtext-job-item p {
	color: var(--color-primary);
}

@media (max-width: 767px) {
	.halfimgtext-section {
		margin-bottom: 25px;
	}
	.halfimgtext-section.image_right .halfimgtext-btn-single {
		justify-content: left;
	}
	.halfimgtext-section.image_right .job-listing {
		justify-content: left;
	}
	.halfimgtext-btn {
		margin: 40px 0px;
		margin-left: auto;
	}
	.halfimgtext-btn {
		margin-left: 0px;
	}
	.halfimgtext-section .halfimgtext-container {
		display: flex;
	}
	.halfimgtext-section.image_left .halfimgtext-img {
		grid-column-start: 1;
		grid-column-end: 13;
	}
	.halfimgtext-section.image_right .halfimgtext-img {
		grid-column-start: 1;
		grid-column-end: 13;
	}
	.halfimgtext-container {
		grid-row-start: 2;
	}
}

.halfimgtext-content ul li {
	font-size: var(--fs-big);
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 5px;
}

.halfimgtext-content ul {
	padding: 0;
	padding-left: 30px;
}

.halfimgtext-img.grid-row-start-one.team-padding {
	padding-left: 48%;
	padding-right: 0%;
}

@media (min-width: 1240px) and (max-width: 1441px) {
	.halfimgtext-img.grid-row-start-one.team-padding {
		padding-left: 44%;
		padding-right: 0%;
	}
}

@media (max-width: 1239px) {
	.halfimgtext-img.grid-row-start-one.team-padding {
		padding-left: 42%;
		padding-right: 0%;
	}
}

@media (max-width: 767px) {
	.halfimgtext-img.grid-row-start-one.team-padding {
		padding-left: 0%;
		padding-right: 0%;
	}
	.halfimgtext-content p, .halfimgtext-content h1, .halfimgtext-content h2, .halfimgtext-content h3, .halfimgtext-content h4, .halfimgtext-content ul, .halfimgtext-content li, .halfimgtext-content span, .halfimgtext-content a {
		text-align: left !important;
	}
}

.icontextteaser-icon-holder.servicelist-icon-holder {
	left: -60px;
}

@media (max-width: 767px) {
	.icontextteaser-icon-holder.servicelist-icon-holder {
		left: 0px;
	}
}

.icontextteaser-icon.servicelist-icon {
	width: 38px;
}

/* Accordion */
.accord_list {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.full-content .accord__container .accord_list > li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid var(--color-primary);
	padding-left: 20px;
}

.full-content .accord__container .accord_list > li::before {
	display: none;
}

.accord-heading {
	background: #fff;
	border: none;
	cursor: pointer;
	display: block;
	outline: none;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 15px 0px;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.accord-heading h1, .accord-heading h2, .accord-heading h3, .accord-heading h4 {
	margin: 0;
}

.accord-text {
	display: none;
	overflow: hidden;
	padding: 10px 15px;
	padding-bottom: 20px;
}

.accord-text ul li {
	font-size: var(--fs-small);
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.acc_link_arrow {
	transition: all .2s ease-in-out;
}

.accord-heading.acc-active .acc_link_arrow {
	transform: rotate(90deg);
}

.acc-headline {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
}

.acc-icon-holder {
	width: 30px;
}

/*Country Details*/
.countrydetails-container a {
	font-size: var(--fs-small);
}

.countrydetails-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: stretch;
	gap: 40px;
	max-width: 1250px;
	margin: auto;
}

@media (max-width: 767px) {
	.countrydetails-flex {
		flex-direction: column;
	}
}

.bartext-flex img.icontextteaser-image {
	width: 400px;
	height: 250px;
	object-fit: cover;
}

.bartext-flex ul li {
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}

.countrydetails-icon {
	margin-right: 5px;
	width: 15px;
}

.icontextteaser-content p.icontextteaser-headline {
	font-size: var(--fs-big);
}

.hero_product_img_container {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	position: absolute;
}

.hero_product_img_container img {
	object-fit: contain;
}

.big-bg-text-container {
	z-index: 1;
}

.product-menu-drop {
	display: none;
}

@media (max-width: 767px) {
	.language-switcher {
		margin-bottom: 0px;
		padding-left: 0px;
	}
}

.hero_link {
	text-decoration: underline;
	margin-top: 20px;
}

/* hss-ip neu */
.sw-btn-primary {
	padding: 6px 20%;
	width: fit-content;
	border: 1px solid;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-transform: uppercase;
	align-items: center;
	gap: 5px;
	transition: all 0.2s ease-in-out;
}

.sw-btn-primary h3 {
	margin: 0;
}

.contentbox-btn {
	align-self: end;
	margin-bottom: 8px;
}

.contentbox-list {
	grid-row-start: 1;
	grid-row-end: 3;
	align-self: end;
}

.contentbox-job-arrow {
	width: 10%;
}

.contentbox-job-content {
	width: 85%;
}

.contentbox-job-content p.job-title {
	color: #E40521;
}

@media only screen and (max-width: 1024px) {
	.contentbox-list {
		grid-row-start: 3;
		align-self: start;
	}
}

.contentbox-list ul {
	margin: 0;
}

.contentbox-job-arrow .job__linkarrow {
	width: auto;
}

@media (max-width: 1239px) {
	.contentbox-list ul {
		margin: 1em 0;
	}
}

@media (min-width: 1240px) {
	.contentbox-list-two ul, .contentbox-list-two ol {
		margin-top: 0;
	}
}

.contentbox-list-two {
	grid-row-start: 2;
}

.contentbox2-section .contentbox-btn {
	grid-row-start: 2;
}

.contentbox2-section .contentbox-btn a.sw-btn-primary {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.contentbox2-section .contentbox-btn {
		grid-row-start: 4;
	}
	.contentbox-list-two {
		grid-row-start: 3;
	}
}

.contentbox-list-two li, .contentbox-list li {
	color: var(--color-primary);
}

/* Duo Introduction Element */
.duointroduction-name h3 {
	margin: 0;
}

.duointroduction-position {
	font-size: var(--fs-small);
}

.duointroduction-headline-total {
	grid-column-start: 2;
	grid-column-end: 6;
	grid-row-start: 1;
	z-index: 10;
}

.duointroduction-image.duointroduction-image-left {
	grid-column-start: 4;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 4;
	z-index: 10;
}

.duointroduction-content.duointroduction-content-left {
	grid-column-start: 1;
	grid-column-end: 3;
	text-align: right;
	grid-row-start: 2;
	grid-row-end: 4;
	align-self: center;
}

.duointroduction-image.duointroduction-image-right {
	grid-column-start: 6;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 3;
}

.duointroduction-content.duointroduction-content-right {
	grid-column-start: 10;
	grid-column-end: 12;
	grid-row-start: 1;
	grid-row-end: 3;
	align-self: center;
}

.duointroduction-btn-total {
	grid-column-start: 10;
	grid-column-end: 12;
	grid-row-start: 3;
	align-self: end;
	margin-bottom: 10px;
	margin-top: 10px;
}

.duointroduction-image-single {
	height: 100%;
	display: flex;
	align-items: center;
}

.duointroduction-image-single img {
	object-fit: cover;
}

@media (max-width: 1239px) {
	.duointroduction-image-single {
		height: 100%;
		width: 50%;
	}
	.duointroduction-headline-total {
		grid-column-start: 1;
		grid-column-end: 13;
		grid-row-start: 1;
		z-index: 10;
	}
	.duointroduction-image.duointroduction-image-left {
		grid-column-start: 1;
		grid-column-end: 13;
		grid-row-start: 4;
		grid-row-end: 5;
		z-index: 10;
	}
	.duointroduction-content.duointroduction-content-left {
		grid-column-start: 1;
		grid-column-end: 13;
		text-align: left;
		grid-row-start: 5;
		grid-row-end: 6;
		align-self: start;
	}
	.duointroduction-image.duointroduction-image-right {
		grid-column-start: 1;
		grid-column-end: 13;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.duointroduction-content.duointroduction-content-right {
		grid-column-start: 1;
		grid-column-end: 13;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.duointroduction-btn-total {
		grid-column-start: 1;
		grid-column-end: 13;
		grid-row-start: 6;
		grid-row-end: 7;
		align-self: start;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.duointroduction-image-single {
		height: 100%;
		width: 100%;
	}
}

h2.small-teaser-text {
	font-size: var(--fs-h2-small);
	margin: 0;
	font-weight: 300;
	margin-bottom: 10px;
}

.duointroduction-btn {
	margin-top: 30px;
	margin-bottom: 10px;
}

/* Team Hero */
.container.team-headersection-flex {
	display: flex;
	height: 85%;
	align-items: end;
	justify-content: space-between;
	flex-direction: row;
	padding-top: var(--header-height);
}

@media (max-width: 767px) {
	.container.team-headersection-flex {
		flex-direction: column;
		justify-content: center;
	}
}

.hero_big_text_left {
	width: 30%;
}

.hero_big_text_left h1 {
	font-size: 140px;
	margin: 0;
}

@media (max-width: 1239px) {
	.hero_big_text_left h1 {
		font-size: 120px;
	}
}

@media (max-width: 767px) {
	.hero_big_text_left h1 {
		font-size: 80px;
	}
}

.team-headersection-content {
	width: 40%;
}

.team-headersection-content .team-headersection-text .hero-content h1, .team-headersection-content .team-headersection-text .hero-content h2, .team-headersection-content .team-headersection-text .hero-content h3, .team-headersection-content .team-headersection-text .hero-content h4, .team-headersection-content .team-headersection-text .hero-content a, .team-headersection-content .team-headersection-text .hero-content span, .team-headersection-content .team-headersection-text .hero-content p {
	color: #fff;
}

.team-single-headersection-text .hero-content h1, .team-single-headersection-text .hero-content h2, .team-single-headersection-text .hero-content h3, .team-single-headersection-text .hero-content h4, .team-single-headersection-text .hero-content a, .team-single-headersection-text .hero-content span, .team-single-headersection-text .hero-content p, .team-single-headersection-text .hero-content li {
	color: #E40521;
}

.sticky_article div, .sticky_article a, .sticky_article p {
	color: #E40521;
}

.standard_article div, .standard_article p, .standard_article li {
	color: #161D3A;
}

@media (max-width: 767px) {
	.hero_big_text_left {
		width: 70%;
	}
	.team-headersection-content {
		width: 100%;
	}
	.container.team-headersection-flex {
		align-items: start;
		gap: 20px;
	}
}

.team-template-page-team-single .hero-container {
	height: calc(100vh - var(--header-height));
}

.team-single-container .team-single-headersection-content {
	text-align: left;
}

.team-member-bg-img-container {
	position: absolute;
	left: 60%;
	width: 40%;
	height: 100%;
}

.team-member-bg-img-container .team-member-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.seitenwind-history {
	padding: 80px 0;
}

.seitenwind-history h1, .seitenwind-history h2, .seitenwind-history h3, .seitenwind-history h4, .seitenwind-history p, .seitenwind-history div, .seitenwind-history span, .seitenwind-history li, .seitenwind-history a {
	color: #fff;
}

.seitenwind-history .history-headline-total {
	text-align: center;
}

.seitenwind-history .history-year-container {
	position: relative;
}

.seitenwind-history .history-year-line-horiz {
	height: 2px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.seitenwind-history .history-content-single {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.seitenwind-history .history-year-line-vert {
	width: 2px;
	height: 50px;
	background-color: #fff;
}

.history-year-container .container {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 10px;
}

@media (max-width: 1239px) {
	.history-year-container .container {
		gap: 80px;
	}
}

.drag:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.drag::-webkit-scrollbar {
	margin-top: 5px;
	height: 4px;
	width: 4px;
	background: #FFF;
	display: block !important;
}

.drag::-webkit-scrollbar-track {
	display: block !important;
}

.drag::-webkit-scrollbar-thumb:horizontal {
	background: darkred;
}

/* Team Grid */
.sw-team-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.sw-team-container .sw-team_member__item {
	width: 20%;
	min-width: 250px;
	position: relative;
	overflow: hidden;
}

.sw-team-container .sw-team_member__content {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	align-items: end;
	display: flex;
}

.sw-team-container .sw-team_member__image {
	height: 100%;
}

.sw-team-container .sw-team_member__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sw-team-container .sw-team_member__item-inner {
	height: 100%;
}

.sw-team-container .sw-team_member__content-inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0px 10px;
	width: 100%;
	position: relative;
	transition: all .5s ease-in-out;
	justify-content: end;
	padding-bottom: 20px;
	transform: translateY(calc(100% - 55px));
}

.sw-team-container .sw-team_member__content-inner p, .sw-team-container .sw-team_member__content-inner h1, .sw-team-container .sw-team_member__content-inner h2, .sw-team-container .sw-team_member__content-inner h3, .sw-team-container .sw-team_member__content-inner h4, .sw-team-container .sw-team_member__content-inner h5, .sw-team-container .sw-team_member__content-inner span, .sw-team-container .sw-team_member__content-inner a, .sw-team-container .sw-team_member__content-inner ul, .sw-team-container .sw-team_member__content-inner li, .sw-team-container .sw-team_member__content-inner div {
	color: #fff;
}

.sw-team-container .sw-team_member-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(11px);
	transition: all .5s ease-in-out;
	top: calc(100% - 80px);
}

.sw-team-container .sw-team_member__specialization {
	margin-bottom: 4px;
}

.sw-team_member__item:hover .sw-team_member-overlay {
	top: 0%;
}

.sw-team_member__item:hover .sw-team_member__content-inner {
	transform: translateY(0px);
}

@media (max-width: 767px) {
	.sw-team_member__item:hover .sw-team_member__content-inner {
		transform: translateY(calc(100% - 55px));
	}
	.sw-team_member__item:hover .sw-team_member-overlay {
		top: calc(100% - 80px);
	}
}

.sw-team_member__btn a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: var(--fs-small);
}

.sw-team_member__title h3 {
	margin: 0;
}

@media (max-width: 767px) {
	.sw-team_member__item:hover {
		cursor: pointer;
		opacity: .75;
	}
	.sw-team-container .sw-team_member__item {
		width: 50%;
		min-width: auto;
	}
}

.sw-team-filter {
	display: flex;
	flex-direction: row;
	gap: 10px;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: var(--color-primary);
	background-color: #fff;
}

div.js__team-filter {
	padding: 6px 5%;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	background-color: #fff;
}

.js__team-filter:hover {
	cursor: pointer;
	color: #fff;
	background-color: var(--color-primary);
}

.js__team-filter.active {
	color: #fff;
	background-color: var(--color-primary);
}

.sw-team-filter {
	margin-bottom: 80px;
}

.hero-container h2 {
	font-size: var(--fs-h2-subline);
	font-weight: 200;
	line-height: 1.2 !important;
}

.duointroduction-name h3, .duointroduction-position {
	color: #E40521;
}

.main-footer p, .main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer span, .main-footer a, .main-footer div, .main-footer ul, .main-footer li {
	color: #E40521;
}

.menu-header-menu-outside-container a {
	font-size: var(--fs-small);
}

.footer-line-text {
	font-size: var(--fs-h2-subline);
	font-weight: 200;
}

.hero_big_text_left h1 {
	font-weight: 300;
}

.sub-menu-drop {
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
}

.sub-menu-drop.sub-active {
	transform: rotate(90deg);
}

.sw-quote-inner {
	text-align: center;
}

.sw-quote-padding {
	padding: 100px 0px;
}

h2.sw-quote-headline {
	margin: 0;
	font-weight: 300;
}

@media (max-width: 1239px) {
	.row-gap-20 {
		grid-row-gap: 20px;
	}
}

@media (max-width: 767px) {
	.row-gap-20 {
		grid-row-gap: 20px;
	}
}

.cv-btn {
	max-width: 350px;
	margin: 30px 0px;
}

.hero-container.hero-team-container {
	background-color: #161d3a;
}

.cv_ref {
	display: block;
}

.cv_block {
	margin: 50px 0px;
}

.sw-pagebuttons {
	margin-top: 40px;
	margin-bottom: 40px;
	gap: 0;
}

.pagebuttonsgrid {
	grid-column: span 3;
}

.pagebuttonsgrid a.sw-btn-primary {
	width: 100%;
}

@media (max-width: 767px) {
	.pagebuttonsgrid {
		grid-column: span 12;
	}
}

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

.hero-video-container .hero-content h1 {
	font-weight: 200;
}

.contentbox-btn .contentbox-btn-single {
	margin-top: 10px;
}

.locatiion-item {
	margin-bottom: 20px;
}

.locatiion-item p, .locatiion-item a, .locatiion-item span {
	color: #E40521;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #161d3a;
	opacity: 0.2;
}

.btn-nouppercase a.sw-btn-primary {
	text-transform: none;
}

.sw-pagebuttons.btn-centered {
	grid-auto-rows: 1fr;
}

.sw-pagebuttons.btn-centered .pagebuttonsgrid a.sw-btn-primary {
	justify-content: start;
}

.btn-centered a.sw-btn-primary {
	text-align: center;
	padding: 30px 15px;
	height: 100%;
	border: none;
	border-right: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
}

.btn-centered a.sw-btn-primary.add-border-left {
	border-left: 1px solid var(--color-primary);
}

.btn-centered a.sw-btn-primary.add-border-top {
	border-top: 1px solid var(--color-primary);
}

@media (max-width: 767px) {
	.btn-centered a.sw-btn-primary {
		text-align: center;
		padding: 30px 15px;
		height: 100%;
		border: none;
		border-right: 1px solid;
		border-bottom: 1px solid;
		border-left: 1px solid;
		border-top: none;
	}
	.btn-centered a.sw-btn-primary.add-border-top {
		border-top: none;
	}
	.btn-centered .pagebuttonsgrid:first-child a.sw-btn-primary {
		border-top: 1px solid !important;
	}
}

a.sw-btn-primary:hover .small-teaser-text {
	color: #fff;
}

.btn-centered a.sw-btn-primary img {
	position: relative;
	right: 0px;
	top: 0%;
	transform: translateY(-50%);
	transition: transform 0.3s ease-in-out;
}

.main-site {
	margin-top: 100vh;
	position: relative;
	background-color: #fff;
	z-index: 2;
}

header.header-main-menu {
	top: 0;
}

footer.main-footer {
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.full-content .hero-container {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
}

.current-template {
	background-color: lightgrey;
	z-index: 999;
	position: relative;
	padding: 10px 0;
}

.elementor-widget-seitenwind-textformat .grid-container ul, .elementor-widget-seitenwind-textformat .grid-container ol {
	margin-bottom: 50px;
}

.team-single-mob-container {
	padding: 30px 0;
	background-color: #161d3a;
	display: none;
}

@media (max-width: 767px) {
	.team-single-mob-container {
		display: block;
	}
	.team-member-bg-img-container {
		width: 100%;
		left: 0;
	}
	.team-single-desk-container {
		display: none;
	}
}

ul li.menu-item-home a {
	font-size: 16px;
}

/* Button Styles */
.sw-btn-primary {
	color: #e82b42;
	overflow: hidden;
}

.sw-btn-primary span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #e40521;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.sw-btn-primary:hover {
	color: white;
}

.sw-btn-primary:hover span {
	width: 225%;
	height: 900px;
}

@media (min-width: 1240px) and (max-width: 1441px) {
	.sw-btn-primary:hover span {
		width: 225%;
		height: 787.5px;
	}
}

@media (max-width: 1239px) {
	.sw-btn-primary:hover span {
		width: 225%;
		height: 731.25px;
	}
}

.sw-btn-primary img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease-in-out;
}

a.sw-btn-primary:hover img {
	transform: translate(3px, -50%) !important;
	filter: brightness(0) invert(1);
}

a.sw-btn-primary:hover {
	/* color: #FFF;
  background-color: var(--color-primary); */
	opacity: 1;
}

@media (max-width: 767px) {
	a.sw-btn-primary {
		opacity: 1 !important;
	}
	a.sw-btn-primary:hover {
		color: #FFF;
		background-color: var(--color-primary);
	}
	a.sw-btn-primary span {
		display: none;
	}
}

a.sw-btn-primary h1, a.sw-btn-primary h2, a.sw-btn-primary p {
	transition: 0.3s all ease-in-out;
}

/*a.sw-btn-primary {
  transition: 0.3s all ease-in-out;
  opacity: 1 !important
}

a.sw-btn-primary:hover {
  color: #FFF;
   background-color: var(--color-primary); 
 }

 a.sw-btn-primary span {
  display: none;
 }*/
.contentimgbox-img {
	grid-row-start: 1;
	grid-row-end: 2;
}

.contentimgbox-img img {
	object-fit: cover;
	width: 100%;
}

.sw-contentimgbox {
	margin-bottom: 25px;
}

.more-elements-content p, .more-elements-content span, .more-elements-content h1, .more-elements-content h2, .more-elements-content h3, .more-elements-content h4, .more-elements-content ol, .more-elements-content ul {
	margin-top: 0;
}

.text-red {
	color: var(--color-primary);
}

.text-black {
	color: #161D3A;
}

.sw-contentimgbox .contentimgbox-content {
	padding-right: 50px;
}

@media only screen and (max-width: 1024px) {
	.contentimgbox-img {
		grid-row: auto;
	}
	.sw-contentimgbox .contentimgbox-content {
		padding-right: 0px;
	}
}

.img-standard {
	width: 100%;
	height: auto;
}

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

.has-square {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}

.has-square > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.has-16-9 {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.has-16-9 > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.has-2-1 {
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
}

.has-2-1 > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

@media (min-width: 768px) {
	.match-height {
		height: 100%;
		position: relative;
	}
	.match-height > * {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		position: absolute;
		inset: 0;
	}
}

.radius-50 {
	border-radius: 50%;
	overflow: hidden;
}

.mt-auto {
	margin-top: auto !important;
}

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

.rowborder {
	position: relative;
}

.rowborder:before, .rowborder:after {
	content: '';
	position: absolute;
	margin-left: calc(var(--grid-gutter) / 2);
	left: 0;
	width: calc(100% - var(--grid-gutter));
	height: 2px;
	background: var(--font-color);
}

.rowborder::before {
	top: 0;
}

.rowborder::after {
	bottom: 0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
/* --------------------------------

LineIcons Web Font
Author: lineicons.com

-------------------------------- */
@font-face {
	font-family: 'LineIcons';
	src: url("./assets/fonts/LineIcons.eot");
	src: url("./assets/fonts/LineIcons.eot") format("embedded-opentype"), url("./assets/fonts/LineIcons.woff2") format("woff2"), url("./assets/fonts/LineIcons.woff") format("woff"), url("./assets/fonts/LineIcons.ttf") format("truetype"), url("./assets/fonts/LineIcons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.lni {
	display: inline-block;
	font: normal normal normal 1em/1 'LineIcons';
	color: inherit;
	flex-shrink: 0;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lni-sm {
	font-size: 0.8em;
}

.lni-lg {
	font-size: 1.2em;
}

/* absolute units */
.lni-16 {
	font-size: 16px;
}

.lni-32 {
	font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
	animation: lni-spin 1s infinite linear;
}

@keyframes lni-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
	transform: rotate(90deg);
}

.lni-rotate-180 {
	transform: rotate(180deg);
}

.lni-rotate-270 {
	transform: rotate(270deg);
}

.lni-flip-y {
	transform: scaleY(-1);
}

.lni-flip-x {
	transform: scaleX(-1);
}

/*------------------------
	icons
-------------------------*/
.lni-500px::before {
	content: "\ea03";
}

.lni-add-files::before {
	content: "\ea01";
}

.lni-adobe::before {
	content: "\ea06";
}

.lni-agenda::before {
	content: "\ea02";
}

.lni-airbnb::before {
	content: "\ea07";
}

.lni-alarm-clock::before {
	content: "\ea08";
}

.lni-alarm::before {
	content: "\ea04";
}

.lni-amazon-original::before {
	content: "\ea05";
}

.lni-amazon-pay::before {
	content: "\ea09";
}

.lni-amazon::before {
	content: "\ea0a";
}

.lni-ambulance::before {
	content: "\ea0b";
}

.lni-amex::before {
	content: "\ea0c";
}

.lni-anchor::before {
	content: "\ea0d";
}

.lni-android-original::before {
	content: "\ea0e";
}

.lni-android::before {
	content: "\ea0f";
}

.lni-angellist::before {
	content: "\ea10";
}

.lni-angle-double-down::before {
	content: "\ea11";
}

.lni-angle-double-left::before {
	content: "\ea12";
}

.lni-angle-double-right::before {
	content: "\ea13";
}

.lni-angle-double-up::before {
	content: "\ea14";
}

.lni-angular::before {
	content: "\ea15";
}

.lni-apartment::before {
	content: "\ea16";
}

.lni-app-store::before {
	content: "\ea17";
}

.lni-apple-music::before {
	content: "\ea18";
}

.lni-apple-pay::before {
	content: "\ea19";
}

.lni-apple::before {
	content: "\ea1a";
}

.lni-archive::before {
	content: "\ea1f";
}

.lni-arrow-down-circle::before {
	content: "\ea1b";
}

.lni-arrow-down::before {
	content: "\ea1c";
}

.lni-arrow-left-circle::before {
	content: "\ea1d";
}

.lni-arrow-left::before {
	content: "\ea1e";
}

.lni-arrow-right-circle::before {
	content: "\ea20";
}

.lni-arrow-right::before {
	content: "\ea21";
}

.lni-arrow-top-left::before {
	content: "\ea22";
}

.lni-arrow-top-right::before {
	content: "\ea23";
}

.lni-arrow-up-circle::before {
	content: "\ea24";
}

.lni-arrow-up::before {
	content: "\ea25";
}

.lni-arrows-horizontal::before {
	content: "\ea26";
}

.lni-arrows-vertical::before {
	content: "\ea27";
}

.lni-atlassian::before {
	content: "\ea28";
}

.lni-aws::before {
	content: "\ea29";
}

.lni-azure::before {
	content: "\ea2a";
}

.lni-backward::before {
	content: "\ea2b";
}

.lni-baloon::before {
	content: "\ea2c";
}

.lni-ban::before {
	content: "\ea2d";
}

.lni-bar-chart::before {
	content: "\ea2e";
}

.lni-basketball::before {
	content: "\ea2f";
}

.lni-behance-original::before {
	content: "\ea30";
}

.lni-behance::before {
	content: "\ea31";
}

.lni-bi-cycle::before {
	content: "\ea32";
}

.lni-bitbucket::before {
	content: "\ea33";
}

.lni-bitcoin::before {
	content: "\ea34";
}

.lni-blackboard::before {
	content: "\ea35";
}

.lni-blogger::before {
	content: "\ea36";
}

.lni-bluetooth-original::before {
	content: "\ea37";
}

.lni-bluetooth::before {
	content: "\ea38";
}

.lni-bold::before {
	content: "\ea39";
}

.lni-bolt-alt::before {
	content: "\ea3a";
}

.lni-bolt::before {
	content: "\ea40";
}

.lni-book::before {
	content: "\ea3b";
}

.lni-bookmark-alt::before {
	content: "\ea3c";
}

.lni-bookmark::before {
	content: "\ea3d";
}

.lni-bootstrap::before {
	content: "\ea3e";
}

.lni-bricks::before {
	content: "\ea3f";
}

.lni-bridge::before {
	content: "\ea41";
}

.lni-briefcase::before {
	content: "\ea42";
}

.lni-brush-alt::before {
	content: "\ea43";
}

.lni-brush::before {
	content: "\ea44";
}

.lni-btc::before {
	content: "\ea45";
}

.lni-bubble::before {
	content: "\ea46";
}

.lni-bug::before {
	content: "\ea47";
}

.lni-bulb::before {
	content: "\ea48";
}

.lni-bullhorn::before {
	content: "\ea49";
}

.lni-burger::before {
	content: "\ea4a";
}

.lni-bus::before {
	content: "\ea4b";
}

.lni-cake::before {
	content: "\ea4c";
}

.lni-calculator::before {
	content: "\ea4d";
}

.lni-calendar::before {
	content: "\ea4e";
}

.lni-camera::before {
	content: "\ea4f";
}

.lni-candy-cane::before {
	content: "\ea50";
}

.lni-candy::before {
	content: "\ea51";
}

.lni-capsule::before {
	content: "\ea52";
}

.lni-car-alt::before {
	content: "\ea53";
}

.lni-car::before {
	content: "\ea54";
}

.lni-caravan::before {
	content: "\ea55";
}

.lni-cart-full::before {
	content: "\ea56";
}

.lni-cart::before {
	content: "\ea57";
}

.lni-certificate::before {
	content: "\ea58";
}

.lni-check-box::before {
	content: "\ea59";
}

.lni-checkmark-circle::before {
	content: "\ea5a";
}

.lni-checkmark::before {
	content: "\ea5b";
}

.lni-chef-hat::before {
	content: "\ea5c";
}

.lni-chevron-down-circle::before {
	content: "\ea5d";
}

.lni-chevron-down::before {
	content: "\ea5e";
}

.lni-chevron-left-circle::before {
	content: "\ea5f";
}

.lni-chevron-left::before {
	content: "\ea60";
}

.lni-chevron-right-circle::before {
	content: "\ea61";
}

.lni-chevron-right::before {
	content: "\ea62";
}

.lni-chevron-up-circle::before {
	content: "\ea63";
}

.lni-chevron-up::before {
	content: "\ea64";
}

.lni-chrome::before {
	content: "\ea65";
}

.lni-chromecast::before {
	content: "\ea66";
}

.lni-circle-minus::before {
	content: "\ea67";
}

.lni-circle-plus::before {
	content: "\ea68";
}

.lni-clipboard::before {
	content: "\ea69";
}

.lni-close::before {
	content: "\ea6a";
}

.lni-cloud-check::before {
	content: "\ea6b";
}

.lni-cloud-download::before {
	content: "\ea6c";
}

.lni-cloud-network::before {
	content: "\ea6d";
}

.lni-cloud-sync::before {
	content: "\ea6e";
}

.lni-cloud-upload::before {
	content: "\ea6f";
}

.lni-cloud::before {
	content: "\ea70";
}

.lni-cloudflare::before {
	content: "\ea71";
}

.lni-cloudy-sun::before {
	content: "\ea72";
}

.lni-code-alt::before {
	content: "\ea73";
}

.lni-code::before {
	content: "\ea74";
}

.lni-codepen::before {
	content: "\ea75";
}

.lni-coffee-cup::before {
	content: "\ea76";
}

.lni-cog::before {
	content: "\ea77";
}

.lni-cogs::before {
	content: "\ea78";
}

.lni-coin::before {
	content: "\ea79";
}

.lni-comments-alt::before {
	content: "\ea7a";
}

.lni-comments-reply::before {
	content: "\ea7b";
}

.lni-comments::before {
	content: "\ea7c";
}

.lni-compass::before {
	content: "\ea7d";
}

.lni-connectdevelop::before {
	content: "\ea7e";
}

.lni-construction-hammer::before {
	content: "\ea7f";
}

.lni-construction::before {
	content: "\ea80";
}

.lni-consulting::before {
	content: "\ea81";
}

.lni-control-panel::before {
	content: "\ea82";
}

.lni-cool::before {
	content: "\ea83";
}

.lni-cpanel::before {
	content: "\ea84";
}

.lni-creative-commons::before {
	content: "\ea85";
}

.lni-credit-cards::before {
	content: "\ea86";
}

.lni-crop::before {
	content: "\ea87";
}

.lni-cross-circle::before {
	content: "\ea88";
}

.lni-crown::before {
	content: "\ea89";
}

.lni-css3::before {
	content: "\ea8a";
}

.lni-cup::before {
	content: "\ea8b";
}

.lni-customer::before {
	content: "\ea8c";
}

.lni-cut::before {
	content: "\ea8d";
}

.lni-dashboard::before {
	content: "\ea8e";
}

.lni-database::before {
	content: "\ea8f";
}

.lni-delivery::before {
	content: "\ea90";
}

.lni-dev::before {
	content: "\ea91";
}

.lni-diamond-alt::before {
	content: "\ea92";
}

.lni-diamond::before {
	content: "\ea93";
}

.lni-digitalocean::before {
	content: "\ea94";
}

.lni-diners-club::before {
	content: "\ea95";
}

.lni-dinner::before {
	content: "\ea96";
}

.lni-direction-alt::before {
	content: "\ea97";
}

.lni-direction-ltr::before {
	content: "\ea98";
}

.lni-direction-rtl::before {
	content: "\ea99";
}

.lni-direction::before {
	content: "\ea9a";
}

.lni-discord::before {
	content: "\ea9b";
}

.lni-discover::before {
	content: "\ea9c";
}

.lni-display-alt::before {
	content: "\ea9d";
}

.lni-display::before {
	content: "\ea9e";
}

.lni-docker::before {
	content: "\ea9f";
}

.lni-dollar::before {
	content: "\eaa0";
}

.lni-domain::before {
	content: "\eaa1";
}

.lni-download::before {
	content: "\eaa2";
}

.lni-dribbble::before {
	content: "\eaa3";
}

.lni-drop::before {
	content: "\eaa4";
}

.lni-dropbox-original::before {
	content: "\eaa5";
}

.lni-dropbox::before {
	content: "\eaa6";
}

.lni-drupal-original::before {
	content: "\eaa7";
}

.lni-drupal::before {
	content: "\eaa8";
}

.lni-dumbbell::before {
	content: "\eaa9";
}

.lni-edge::before {
	content: "\eaaa";
}

.lni-empty-file::before {
	content: "\eaab";
}

.lni-enter::before {
	content: "\eaac";
}

.lni-envato::before {
	content: "\eaad";
}

.lni-envelope::before {
	content: "\eaae";
}

.lni-eraser::before {
	content: "\eaaf";
}

.lni-euro::before {
	content: "\eab0";
}

.lni-exit-down::before {
	content: "\eab1";
}

.lni-exit-up::before {
	content: "\eab2";
}

.lni-exit::before {
	content: "\eab3";
}

.lni-eye::before {
	content: "\eab4";
}

.lni-facebook-filled::before {
	content: "\eab5";
}

.lni-facebook-messenger::before {
	content: "\eab6";
}

.lni-facebook-original::before {
	content: "\eab7";
}

.lni-facebook-oval::before {
	content: "\eab8";
}

.lni-facebook::before {
	content: "\eab9";
}

.lni-figma::before {
	content: "\eaba";
}

.lni-files::before {
	content: "\eabb";
}

.lni-firefox-original::before {
	content: "\eabc";
}

.lni-firefox::before {
	content: "\eabd";
}

.lni-fireworks::before {
	content: "\eabe";
}

.lni-first-aid::before {
	content: "\eabf";
}

.lni-flag-alt::before {
	content: "\eac0";
}

.lni-flag::before {
	content: "\eac1";
}

.lni-flags::before {
	content: "\eac2";
}

.lni-flickr::before {
	content: "\eac3";
}

.lni-flower::before {
	content: "\eac4";
}

.lni-folder::before {
	content: "\eac5";
}

.lni-forward::before {
	content: "\eac6";
}

.lni-frame-expand::before {
	content: "\eac7";
}

.lni-fresh-juice::before {
	content: "\eac8";
}

.lni-friendly::before {
	content: "\eac9";
}

.lni-full-screen::before {
	content: "\eaca";
}

.lni-funnel::before {
	content: "\eacb";
}

.lni-gallery::before {
	content: "\eacc";
}

.lni-game::before {
	content: "\eacd";
}

.lni-gatsby::before {
	content: "\eace";
}

.lni-gift::before {
	content: "\eacf";
}

.lni-git::before {
	content: "\ead0";
}

.lni-github-original::before {
	content: "\ead1";
}

.lni-github::before {
	content: "\ead2";
}

.lni-goodreads::before {
	content: "\ead3";
}

.lni-google-drive::before {
	content: "\ead4";
}

.lni-google-pay::before {
	content: "\ead5";
}

.lni-google-wallet::before {
	content: "\ead6";
}

.lni-google::before {
	content: "\ead7";
}

.lni-graduation::before {
	content: "\ead8";
}

.lni-graph::before {
	content: "\ead9";
}

.lni-grid-alt::before {
	content: "\eada";
}

.lni-grid::before {
	content: "\eadb";
}

.lni-grow::before {
	content: "\eadc";
}

.lni-hacker-news::before {
	content: "\eadd";
}

.lni-hammer::before {
	content: "\eade";
}

.lni-hand::before {
	content: "\eadf";
}

.lni-handshake::before {
	content: "\eae0";
}

.lni-happy::before {
	content: "\eae1";
}

.lni-harddrive::before {
	content: "\eae2";
}

.lni-headphone-alt::before {
	content: "\eae3";
}

.lni-headphone::before {
	content: "\eae4";
}

.lni-heart-filled::before {
	content: "\eae5";
}

.lni-heart-monitor::before {
	content: "\eae6";
}

.lni-heart::before {
	content: "\eae7";
}

.lni-helicopter::before {
	content: "\eae8";
}

.lni-helmet::before {
	content: "\eae9";
}

.lni-help::before {
	content: "\eaea";
}

.lni-highlight-alt::before {
	content: "\eaeb";
}

.lni-highlight::before {
	content: "\eaec";
}

.lni-home::before {
	content: "\eaed";
}

.lni-hospital::before {
	content: "\eaee";
}

.lni-hourglass::before {
	content: "\eaef";
}

.lni-html5::before {
	content: "\eaf0";
}

.lni-image::before {
	content: "\eaf1";
}

.lni-imdb::before {
	content: "\eaf2";
}

.lni-inbox::before {
	content: "\eaf3";
}

.lni-indent-decrease::before {
	content: "\eaf4";
}

.lni-indent-increase::before {
	content: "\eaf5";
}

.lni-infinite::before {
	content: "\eaf6";
}

.lni-information::before {
	content: "\eaf7";
}

.lni-instagram-filled::before {
	content: "\eaf8";
}

.lni-instagram-original::before {
	content: "\eaf9";
}

.lni-instagram::before {
	content: "\eafa";
}

.lni-invention::before {
	content: "\eafb";
}

.lni-invest-monitor::before {
	content: "\eafc";
}

.lni-investment::before {
	content: "\eafd";
}

.lni-island::before {
	content: "\eafe";
}

.lni-italic::before {
	content: "\eaff";
}

.lni-java::before {
	content: "\eb00";
}

.lni-javascript::before {
	content: "\eb01";
}

.lni-jcb::before {
	content: "\eb02";
}

.lni-joomla-original::before {
	content: "\eb03";
}

.lni-joomla::before {
	content: "\eb04";
}

.lni-jsfiddle::before {
	content: "\eb05";
}

.lni-juice::before {
	content: "\eb06";
}

.lni-key::before {
	content: "\eb07";
}

.lni-keyboard::before {
	content: "\eb08";
}

.lni-keyword-research::before {
	content: "\eb09";
}

.lni-laptop-phone::before {
	content: "\eb0a";
}

.lni-laptop::before {
	content: "\eb0b";
}

.lni-laravel::before {
	content: "\eb0c";
}

.lni-layers::before {
	content: "\eb0d";
}

.lni-layout::before {
	content: "\eb0e";
}

.lni-leaf::before {
	content: "\eb0f";
}

.lni-library::before {
	content: "\eb10";
}

.lni-license::before {
	content: "\eb11";
}

.lni-lifering::before {
	content: "\eb12";
}

.lni-line-dashed::before {
	content: "\eb13";
}

.lni-line-dotted::before {
	content: "\eb14";
}

.lni-line-double::before {
	content: "\eb15";
}

.lni-line-spacing::before {
	content: "\eb16";
}

.lni-line::before {
	content: "\eb17";
}

.lni-lineicons-alt::before {
	content: "\eb18";
}

.lni-lineicons::before {
	content: "\eb19";
}

.lni-link::before {
	content: "\eb1a";
}

.lni-linkedin-original::before {
	content: "\eb1b";
}

.lni-linkedin::before {
	content: "\eb1c";
}

.lni-list::before {
	content: "\eb1d";
}

.lni-lock-alt::before {
	content: "\eb1e";
}

.lni-lock::before {
	content: "\eb1f";
}

.lni-magento::before {
	content: "\eb20";
}

.lni-magnet::before {
	content: "\eb21";
}

.lni-magnifier::before {
	content: "\eb22";
}

.lni-mailchimp::before {
	content: "\eb23";
}

.lni-map-marker::before {
	content: "\eb24";
}

.lni-map::before {
	content: "\eb25";
}

.lni-markdown::before {
	content: "\eb26";
}

.lni-mashroom::before {
	content: "\eb27";
}

.lni-mastercard::before {
	content: "\eb28";
}

.lni-medium::before {
	content: "\eb29";
}

.lni-menu::before {
	content: "\eb2a";
}

.lni-mic::before {
	content: "\eb2b";
}

.lni-microphone::before {
	content: "\eb2c";
}

.lni-microscope::before {
	content: "\eb2d";
}

.lni-microsoft-edge::before {
	content: "\eb2e";
}

.lni-microsoft::before {
	content: "\eb2f";
}

.lni-minus::before {
	content: "\eb30";
}

.lni-mobile::before {
	content: "\eb31";
}

.lni-money-location::before {
	content: "\eb32";
}

.lni-money-protection::before {
	content: "\eb33";
}

.lni-more-alt::before {
	content: "\eb34";
}

.lni-more::before {
	content: "\eb35";
}

.lni-mouse::before {
	content: "\eb36";
}

.lni-move::before {
	content: "\eb37";
}

.lni-music::before {
	content: "\eb38";
}

.lni-netlify::before {
	content: "\eb39";
}

.lni-network::before {
	content: "\eb3a";
}

.lni-night::before {
	content: "\eb3b";
}

.lni-nodejs-alt::before {
	content: "\eb3c";
}

.lni-nodejs::before {
	content: "\eb3d";
}

.lni-notepad::before {
	content: "\eb3e";
}

.lni-npm::before {
	content: "\eb3f";
}

.lni-offer::before {
	content: "\eb40";
}

.lni-opera::before {
	content: "\eb41";
}

.lni-package::before {
	content: "\eb42";
}

.lni-page-break::before {
	content: "\eb43";
}

.lni-pagination::before {
	content: "\eb44";
}

.lni-paint-bucket::before {
	content: "\eb45";
}

.lni-paint-roller::before {
	content: "\eb46";
}

.lni-pallet::before {
	content: "\eb47";
}

.lni-paperclip::before {
	content: "\eb48";
}

.lni-patreon::before {
	content: "\eb49";
}

.lni-pause::before {
	content: "\eb4a";
}

.lni-paypal-original::before {
	content: "\eb4b";
}

.lni-paypal::before {
	content: "\eb4c";
}

.lni-pencil-alt::before {
	content: "\eb4d";
}

.lni-pencil::before {
	content: "\eb4e";
}

.lni-phone-set::before {
	content: "\eb4f";
}

.lni-phone::before {
	content: "\eb50";
}

.lni-php::before {
	content: "\eb51";
}

.lni-pie-chart::before {
	content: "\eb52";
}

.lni-pilcrow::before {
	content: "\eb53";
}

.lni-pin::before {
	content: "\eb54";
}

.lni-pinterest::before {
	content: "\eb55";
}

.lni-pizza::before {
	content: "\eb56";
}

.lni-plane::before {
	content: "\eb57";
}

.lni-play-store::before {
	content: "\eb58";
}

.lni-play::before {
	content: "\eb59";
}

.lni-playstation::before {
	content: "\eb5a";
}

.lni-plug::before {
	content: "\eb5b";
}

.lni-plus::before {
	content: "\eb5c";
}

.lni-pointer-down::before {
	content: "\eb5d";
}

.lni-pointer-left::before {
	content: "\eb5e";
}

.lni-pointer-right::before {
	content: "\eb5f";
}

.lni-pointer-top::before {
	content: "\eb60";
}

.lni-pointer::before {
	content: "\eb61";
}

.lni-popup::before {
	content: "\eb62";
}

.lni-postcard::before {
	content: "\eb63";
}

.lni-pound::before {
	content: "\eb64";
}

.lni-power-switch::before {
	content: "\eb65";
}

.lni-printer::before {
	content: "\eb66";
}

.lni-producthunt::before {
	content: "\eb67";
}

.lni-protection::before {
	content: "\eb68";
}

.lni-pulse::before {
	content: "\eb69";
}

.lni-pyramids::before {
	content: "\eb6a";
}

.lni-python::before {
	content: "\eb6b";
}

.lni-question-circle::before {
	content: "\eb6c";
}

.lni-quora::before {
	content: "\eb6d";
}

.lni-quotation::before {
	content: "\eb6e";
}

.lni-radio-button::before {
	content: "\eb6f";
}

.lni-rain::before {
	content: "\eb70";
}

.lni-react::before {
	content: "\eb73";
}

.lni-reddit::before {
	content: "\eb71";
}

.lni-reload::before {
	content: "\eb72";
}

.lni-remove-file::before {
	content: "\eb74";
}

.lni-reply::before {
	content: "\eb75";
}

.lni-restaurant::before {
	content: "\eb76";
}

.lni-revenue::before {
	content: "\eb77";
}

.lni-road::before {
	content: "\eb78";
}

.lni-rocket::before {
	content: "\eb79";
}

.lni-rss-feed::before {
	content: "\eb7a";
}

.lni-ruler-alt::before {
	content: "\eb7b";
}

.lni-ruler-pencil::before {
	content: "\eb7c";
}

.lni-ruler::before {
	content: "\eb7d";
}

.lni-rupee::before {
	content: "\eb7e";
}

.lni-sad::before {
	content: "\eb7f";
}

.lni-save::before {
	content: "\eb80";
}

.lni-school-bench-alt::before {
	content: "\eb81";
}

.lni-school-bench::before {
	content: "\eb82";
}

.lni-scooter::before {
	content: "\eb83";
}

.lni-scroll-down::before {
	content: "\eb84";
}

.lni-search-alt::before {
	content: "\eb85";
}

.lni-search::before {
	content: "\eb86";
}

.lni-select::before {
	content: "\eb87";
}

.lni-seo::before {
	content: "\eb88";
}

.lni-service::before {
	content: "\eb89";
}

.lni-share-alt-1::before {
	content: "\eb8a";
}

.lni-share-alt::before {
	content: "\eb8b";
}

.lni-share::before {
	content: "\eb8c";
}

.lni-shield::before {
	content: "\eb8d";
}

.lni-shift-left::before {
	content: "\eb8e";
}

.lni-shift-right::before {
	content: "\eb8f";
}

.lni-ship::before {
	content: "\eb90";
}

.lni-shopify::before {
	content: "\eb91";
}

.lni-shopping-basket::before {
	content: "\eb92";
}

.lni-shortcode::before {
	content: "\eb93";
}

.lni-shovel::before {
	content: "\eb94";
}

.lni-shuffle::before {
	content: "\eb95";
}

.lni-signal::before {
	content: "\eb96";
}

.lni-sketch::before {
	content: "\eb97";
}

.lni-skipping-rope::before {
	content: "\eb98";
}

.lni-skype::before {
	content: "\eb99";
}

.lni-slack-line::before {
	content: "\eb9a";
}

.lni-slack::before {
	content: "\eb9b";
}

.lni-slice::before {
	content: "\eb9c";
}

.lni-slideshare::before {
	content: "\eb9d";
}

.lni-slim::before {
	content: "\eb9e";
}

.lni-smile::before {
	content: "\eb9f";
}

.lni-snapchat::before {
	content: "\eba0";
}

.lni-sort-alpha-asc::before {
	content: "\eba1";
}

.lni-sort-amount-asc::before {
	content: "\eba2";
}

.lni-sort-amount-dsc::before {
	content: "\eba3";
}

.lni-soundcloud-original::before {
	content: "\eba4";
}

.lni-soundcloud::before {
	content: "\eba5";
}

.lni-speechless::before {
	content: "\eba6";
}

.lni-spellcheck::before {
	content: "\eba7";
}

.lni-spinner-arrow::before {
	content: "\eba8";
}

.lni-spinner-solid::before {
	content: "\eba9";
}

.lni-spinner::before {
	content: "\ebaa";
}

.lni-spotify-original::before {
	content: "\ebab";
}

.lni-spotify::before {
	content: "\ebac";
}

.lni-spray::before {
	content: "\ebad";
}

.lni-sprout::before {
	content: "\ebae";
}

.lni-squarespace::before {
	content: "\ebaf";
}

.lni-stackoverflow::before {
	content: "\ebb0";
}

.lni-stamp::before {
	content: "\ebb1";
}

.lni-star-empty::before {
	content: "\ebb2";
}

.lni-star-filled::before {
	content: "\ebb3";
}

.lni-star-half::before {
	content: "\ebb4";
}

.lni-star::before {
	content: "\ebb5";
}

.lni-stats-down::before {
	content: "\ebb6";
}

.lni-stats-up::before {
	content: "\ebb7";
}

.lni-steam::before {
	content: "\ebb8";
}

.lni-sthethoscope::before {
	content: "\ebb9";
}

.lni-stop::before {
	content: "\ebba";
}

.lni-strikethrough::before {
	content: "\ebbb";
}

.lni-stripe::before {
	content: "\ebbc";
}

.lni-stumbleupon::before {
	content: "\ebbd";
}

.lni-sun::before {
	content: "\ebbe";
}

.lni-support::before {
	content: "\ebbf";
}

.lni-surf-board::before {
	content: "\ebc0";
}

.lni-suspect::before {
	content: "\ebc1";
}

.lni-swift::before {
	content: "\ebc2";
}

.lni-syringe::before {
	content: "\ebc3";
}

.lni-tab::before {
	content: "\ebc4";
}

.lni-tag::before {
	content: "\ebc5";
}

.lni-target-customer::before {
	content: "\ebc6";
}

.lni-target-revenue::before {
	content: "\ebc7";
}

.lni-target::before {
	content: "\ebc8";
}

.lni-taxi::before {
	content: "\ebc9";
}

.lni-teabag::before {
	content: "\ebca";
}

.lni-telegram-original::before {
	content: "\ebcb";
}

.lni-telegram::before {
	content: "\ebcc";
}

.lni-text-align-center::before {
	content: "\ebcd";
}

.lni-text-align-justify::before {
	content: "\ebce";
}

.lni-text-align-left::before {
	content: "\ebcf";
}

.lni-text-align-right::before {
	content: "\ebd0";
}

.lni-text-format-remove::before {
	content: "\ebd4";
}

.lni-text-format::before {
	content: "\ebd1";
}

.lni-thought::before {
	content: "\ebd2";
}

.lni-thumbs-down::before {
	content: "\ebd3";
}

.lni-thumbs-up::before {
	content: "\ebd5";
}

.lni-thunder-alt::before {
	content: "\ebd6";
}

.lni-thunder::before {
	content: "\ebd7";
}

.lni-ticket-alt::before {
	content: "\ebd8";
}

.lni-ticket::before {
	content: "\ebd9";
}

.lni-tiktok::before {
	content: "\ebda";
}

.lni-timer::before {
	content: "\ebdb";
}

.lni-tounge::before {
	content: "\ebdc";
}

.lni-train-alt::before {
	content: "\ebdd";
}

.lni-train::before {
	content: "\ebde";
}

.lni-trash-can::before {
	content: "\ebdf";
}

.lni-travel::before {
	content: "\ebe0";
}

.lni-tree::before {
	content: "\ebe1";
}

.lni-trees::before {
	content: "\ebe2";
}

.lni-trello::before {
	content: "\ebe3";
}

.lni-trowel::before {
	content: "\ebe4";
}

.lni-tshirt::before {
	content: "\ebe5";
}

.lni-tumblr::before {
	content: "\ebe6";
}

.lni-twitch::before {
	content: "\ebe7";
}

.lni-twitter-filled::before {
	content: "\ebe8";
}

.lni-twitter-original::before {
	content: "\ebe9";
}

.lni-twitter::before {
	content: "\ebea";
}

.lni-ubuntu::before {
	content: "\ebeb";
}

.lni-underline::before {
	content: "\ebec";
}

.lni-unlink::before {
	content: "\ebed";
}

.lni-unlock::before {
	content: "\ebee";
}

.lni-unsplash::before {
	content: "\ebef";
}

.lni-upload::before {
	content: "\ebf0";
}

.lni-user::before {
	content: "\ebf1";
}

.lni-users::before {
	content: "\ebf6";
}

.lni-ux::before {
	content: "\ebf2";
}

.lni-vector::before {
	content: "\ebf3";
}

.lni-video::before {
	content: "\ebf4";
}

.lni-vimeo::before {
	content: "\ebf5";
}

.lni-visa::before {
	content: "\ebf7";
}

.lni-vk::before {
	content: "\ebf8";
}

.lni-volume-high::before {
	content: "\ebf9";
}

.lni-volume-low::before {
	content: "\ebfa";
}

.lni-volume-medium::before {
	content: "\ebfb";
}

.lni-volume-mute::before {
	content: "\ebfc";
}

.lni-volume::before {
	content: "\ebfd";
}

.lni-wallet::before {
	content: "\ebfe";
}

.lni-warning::before {
	content: "\ebff";
}

.lni-website-alt::before {
	content: "\ec00";
}

.lni-website::before {
	content: "\ec01";
}

.lni-wechat::before {
	content: "\ec02";
}

.lni-weight::before {
	content: "\ec03";
}

.lni-whatsapp::before {
	content: "\ec04";
}

.lni-wheelbarrow::before {
	content: "\ec05";
}

.lni-wheelchair::before {
	content: "\ec06";
}

.lni-windows::before {
	content: "\ec07";
}

.lni-wordpress-filled::before {
	content: "\ec08";
}

.lni-wordpress::before {
	content: "\ec09";
}

.lni-world-alt::before {
	content: "\ec0a";
}

.lni-world::before {
	content: "\ec0c";
}

.lni-write::before {
	content: "\ec0b";
}

.lni-xbox::before {
	content: "\ec0d";
}

.lni-yahoo::before {
	content: "\ec0e";
}

.lni-ycombinator::before {
	content: "\ec0f";
}

.lni-yen::before {
	content: "\ec10";
}

.lni-youtube::before {
	content: "\ec13";
}

.lni-zip::before {
	content: "\ec11";
}

.lni-zoom-in::before {
	content: "\ec12";
}

.lni-zoom-out::before {
	content: "\ec14";
}

.lni-xing {
	width: 1em;
	height: 1em;
}

.lni-xing::before {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 350.478 350.569' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m348.56 49.974c-7.007-28.518-32.239-49.075-61.606-49.771-15.845-.375-31.706-.116-47.56-.118-57.486-.006-114.971-.084-172.456.033-28.525.057-48.662 13.8-61.26 38.955-4.196 8.377-5.605 17.541-5.607 26.888-.008 72.899.15 145.798-.071 218.695-.107 35.512 28.493 62.69 57.352 65.344.536.049 1.048.374 1.571.57h232.697c2.985-.633 5.99-1.184 8.952-1.912 25.983-6.395 45.727-28.342 49.264-54.69.103-.771.423-1.513.643-2.268v-232.746c-.635-2.994-1.188-6.009-1.918-8.98zm-251.694 184.093c-12.656-.17-25.318.059-37.972-.157-2.176-.037-4.771-.95-6.392-2.358-2.67-2.318-1.651-5.245-.048-8.061 11.894-20.89 23.715-41.823 35.559-62.742 2.414-4.263 4.722-8.591 7.291-12.758 1.116-1.812 1.003-3.12-.047-4.915-8.632-14.75-17.154-29.564-25.705-44.361-.57-.986-1.182-1.958-1.632-2.999-2.114-4.886.062-8.511 5.422-8.636 7.066-.165 14.14-.041 21.21-.041v-.02c6.158 0 12.327.233 18.471-.063 6.697-.322 11.477 2.492 14.685 8.091 9.289 16.212 18.495 32.471 27.632 48.769.483.861.447 2.479-.045 3.353-14.857 26.413-29.826 52.763-44.714 79.158-3.055 5.417-7.492 7.824-13.715 7.74zm200.936-194.088c-16.301 28.871-32.638 57.721-48.962 86.578-13.968 24.692-27.908 49.401-41.959 74.046-1.228 2.154-1.209 3.708-.025 5.864 18.859 34.354 37.626 68.758 56.409 103.153.655 1.199 1.349 2.389 1.865 3.648 1.614 3.936-.462 7.518-4.706 7.898-2.717.244-5.468.137-8.204.14-10.492.012-20.997-.32-31.472.111-7.92.326-12.869-3.115-16.378-9.835-4.639-8.885-9.553-17.627-14.348-26.432-14.273-26.213-28.515-52.444-42.875-78.61-1.205-2.195-1.117-3.75.085-5.876 30.381-53.761 60.688-107.564 91.018-161.353.838-1.487 1.727-2.952 2.692-4.36 2.476-3.614 5.801-5.657 10.321-5.618 6.842.059 13.685.016 20.528.012 6.615-.003 13.229-.03 19.844.004 7.527.038 9.883 4.052 6.169 10.629z' fill='%23d50032'/%3E%3C/svg%3E");
}

.elementor-section-wrap > .e-con.e-con-boxed > .e-con-inner,
.elementor > .e-con.e-con-boxed > .e-con-inner {
	/* padding-left: var(--grid-gutter); */
	/* padding-right: var(--grid-gutter); */
	padding-right: 0px;
	gap: var(--grid-gap);
	padding-top: 0;
	padding-bottom: 0;
}

.elementor-section-wrap > .e-con.background-light,
.elementor > .e-con.background-light {
	background-color: var(--bg-color);
	color: var(--font-color);
}

.elementor-section-wrap > .e-con.background-dark,
.elementor > .e-con.background-dark {
	--bg-color: var(--bg-alt-color);
	--font-color: var(--font-alt-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

/* hss-ip Grid */
@media (max-width: 1239px) {
	.elementor .e-con.e-con-boxed > .e-con-inner {
		/* padding-left: var(--grid-gutter); */
		/* padding-right: var(--grid-gutter); */
	}
}

@media (max-width: 767px) {
	.elementor .e-con.e-con-boxed > .e-con-inner {
		/* padding-left: var(--grid-gutter); */
		/* padding-right: var(--grid-gutter); */
		padding-right: 0px;
	}
	.container {
		padding-right: 0px;
	}
}

/* hss-ip Grid END */
.elementor-section.elementor-top-section.elementor-section-boxed
> .elementor-container {
	/* padding-left: var(--grid-gutter); */
	/* padding-right: var(--grid-gutter); */
	max-width: var(--grid-maxWidth);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}

@media (min-width: 1240px) {
	.elementor-widget-heading.headline-width-small .elementor-heading-title {
		max-width: clamp(300px, 25%, 25%);
	}
}

@media (max-width: 767px) {
	.elementor-section-wrap > .e-con.e-con-boxed > .e-con-inner,
	.elementor > .e-con.e-con-boxed > .e-con-inner {
		/* padding-left: var(--grid-gutter); */
		/* padding-right: var(--grid-gutter); */
		padding-right: 0px;
	}
}

.elementor-widget-text-editor > .elementor-widget-container > *:first-child {
	margin-top: 0;
}

.elementor-widget-text-editor > .elementor-widget-container > *:last-child {
	margin-bottom: 0;
}

.elementor-heading-title {
	line-height: inherit !important;
}

.e-con-full {
	/* padding-left: var(--grid-gutter); */
	/* padding-right: var(--grid-gutter); */
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

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

.e-con-boxed {
	padding-left: 0;
	padding-right: 0;
}

.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
	width: 100%;
}

.e-con-inner .e-con-full {
	padding-top: 0;
	padding-bottom: 0;
}

.elementor-element {
	--widgets-spacing: 0px 0px;
}

.elementor-heading-title.elementor-size-default {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.mob-col-reverse .e-con-inner {
		flex-direction: column-reverse !important;
	}
}

.elementor-message:before {
	animation: show 0.5s;
}

@keyframes show {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 0.8;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.e-con-full {
	z-index: 5;
}

::selection {
	color: var(--font-alt-color);
	background: var(--color-primary);
}

html {
	scroll-behavior: smooth;
	font-size: 18px;
}

body.admin-bar .main-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .main-header {
		top: 46px;
	}
}

body.no-scroll {
	overflow: hidden;
}

.main-header {
	width: 100%;
	max-width: 100vw;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 9999;
	margin-top: var(--grid-gutter);
	/* padding-left: var(--grid-gutter); */
	/* padding-right: var(--grid-gutter); */
}

.main-header__inner {
	height: var(--height-header);
	display: flex;
	justify-content: space-between;
}

.main-header__inner > .header-col {
	height: 100%;
	display: flex;
	align-items: center;
}

@media (min-width: 1240px) {
	.main-header__nav {
		justify-content: center;
	}
}

@media (max-width: 1239px) {
	.main-header__nav {
		justify-content: flex-end;
	}
}

.headroom.main-header--animated .main-header__inner {
	will-change: height;
	transition: height 200ms linear;
}

.headroom.main-header--animated .logo--main {
	will-change: height;
	transition: height 200ms linear;
}

.headroom.main-header .logo--animated .logoImage {
	will-change: opacity;
	transition: opacity 200ms linear;
}

.headroom--not-top.main-header--animated .main-header__inner {
	height: var(--height-header-scrolled);
}

.headroom--not-top .logo--animated .logoImage--initial {
	opacity: 0;
}

.headroom--not-top .logo--animated .logoImage--scroll {
	opacity: 1;
}

.hamburger {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	margin-top: auto;
	outline: none;
	height: 48px;
	width: 48px;
	padding: 7px;
	border: 0px;
	background: transparent;
	transition: all 250ms ease-out;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}

.hamburger::before {
	content: 'Menü';
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--color-primary);
	transform: translateX(-50%);
	line-height: 1;
}

.hamburger__inner {
	position: relative;
	flex: 1;
}

.hamburger .line {
	content: '';
	width: 100%;
	border-radius: 2px;
	height: 3px;
	position: absolute;
	background: #1a1a1a;
	transition: all 250ms ease-out;
	will-change: transform;
	top: 70%;
	left: 0;
}

.hamburger .line.line-1 {
	transform: translateY(-6px);
}

.hamburger .line.line-2 {
	transform: translateY(6px);
}

.hamburger.is-active .line.line-1 {
	transform: translateY(0) rotate(-45deg);
}

.hamburger.is-active .line.line-2 {
	transform: translateY(0) rotate(45deg);
}

.hamburger.is-active > .main-header--fixed + .page {
	margin-top: var(--height-header);
}

.main-site {
	flex: 1;
	/* padding-left: var(--grid-gutter); */
	/* padding-right: var(--grid-gutter); */
}

.logo--main {
	height: var(--height-logo);
	z-index: 9999;
	display: block;
	display: flex;
	align-items: center;
	position: relative;
}

.logo--main > .logoImage {
	height: 100%;
	width: auto;
	max-width: 230px;
}

@media (max-width: 767px) {
	.logo--main > .logoImage {
		max-width: 180px;
	}
}

.logo--animated .logoImage--initial {
	opacity: 1;
}

.logo--animated .logoImage--scroll {
	position: absolute;
	left: 0;
	opacity: 0;
}

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

/* sw ma */
.header-main-menu {
	height: var(--header-height);
	transition-duration: 500ms;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.header-main-menu .header-nav {
	transition-duration: 300ms;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/* logo-icon */
.header-main-menu .header-nav a {
	display: block;
	z-index: 40;
	position: relative;
	transition-duration: 500ms;
	color: #fff;
}

.header-main-menu .header-nav .main_menu_outside.logo_red_outside a {
	color: var(--color-primary);
}

.header-main-menu .header-nav .main_menu_outside.logo_red_outside a:hover {
	color: var(--color-primary);
}

.header-main-menu.header-scroll-bg-color .header-nav .main_menu_outside.logo_red_outside a:hover {
	color: #161D3A;
}

.logo-icon {
	margin-left: var(--header-mx);
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.justify-center {
	justify-content: center;
}

.z-40 {
	z-index: 40;
}

.z-30 {
	z-index: 30;
}

.pt-24 {
	padding-top: 11rem;
}

.pt-header-height {
	padding-top: calc(var(--header-height) + 10px);
}

@media (max-width: 1239px) {
	.pt-header-height {
		padding-top: 6rem;
	}
}

@media (max-width: 767px) {
	.pt-header-height {
		padding-top: 6rem;
	}
}

.pb-16 {
	padding-bottom: 4rem;
	/* 16px is converted to rem in Tailwind */
}

.transition-all {
	transition-property: all;
	transition-duration: 500ms;
}

.fixed {
	position: fixed;
}

.top-0 {
	top: 0;
}

.h-full {
	height: 100vh;
}

.w-full {
	width: 100%;
}

.-right-full {
	right: -100%;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-8 {
	gap: 2rem;
}

.gap-12 {
	gap: 3rem;
}

.justify-between {
	justify-content: space-between;
}

.overflow-auto {
	overflow: auto;
}

.transition-right {
	transition-property: right;
}

.tw-close-icon,
.tw-menu-icon {
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.tw-menu-icon input[type=checkbox],
.tw-service-label input[type=radio] {
	display: none;
}

.burger-container {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	width: var(--burger-width);
}

.burger-elem {
	border-radius: 0.375rem;
	height: 0px;
	transition: 0.8s cubic-bezier(0.28, -0.4, 0.1, 1.35);
	width: 100%;
	border: 1px solid #FF0000;
}

.burger-elem.second {
	margin-bottom: 0.375rem;
	margin-top: 0.375rem;
	width: 80%;
	align-self: end;
}

.tw-menu-icon input[type=checkbox]:checked ~ .burger-container .burger-elem.first {
	transform: rotate(45deg) translate(6px, 6.6px);
	transform-origin: bottom;
}

.tw-menu-icon input[type=checkbox]:checked ~ .burger-container .burger-elem.second {
	transform: translate(-16.5px);
	width: 2px;
}

.tw-menu-icon input[type=checkbox]:checked ~ .burger-container .burger-elem.third {
	transform: rotate(-45deg) translate(6.4px, -6px);
	transform-origin: bottom;
}

.menu-text {
	margin-left: 0.5rem;
	/* Adjust the margin as needed */
}

.menu_wrapper_header_nav ul {
	letter-spacing: 1px;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	line-height: normal;
	color: #fff;
	list-style: none;
	font-size: 22px;
	justify-content: center;
	padding: 0;
	font-weight: 300;
}

.menu-headline {
	font-weight: 400;
	font-size: 22px;
	margin: 0;
}

.menu_wrapper_header_nav ul.sub-menu a {
	color: #161D3A;
}

@media (max-width: 767px) {
	.menu_wrapper_header_nav ul, .menu_wrapper_header_nav {
		gap: 1rem !important;
	}
}

.menu_wrapper_header_nav.main_menu_outside .menu-header-menu-outside-container ul {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.menu_wrapper_header_nav.main_menu_outside {
	justify-content: center;
	position: relative;
	margin-right: calc(var(--header-mx) + var(--burger-width) + 20px + 40px);
	z-index: 40;
}

@media (max-width: 767px) {
	.menu_wrapper_header_nav.main_menu_outside {
		margin-right: calc(var(--header-mx) + var(--burger-width) + 20px + 10px);
	}
}

#menu-header-menu-outside, #menu-header-right {
	margin: 0;
}

.menu_wrapper_header_nav {
	gap: 2.5rem;
}

.menu-header-menu-outside-container ul li a {
	color: var(--color-primary);
}

.menu_wrapper_header_nav ul .menu-item a:hover {
	color: #161D3A;
	opacity: 1;
}

.menu_wrapper_header_nav .menu-header-menu-outside-container ul .menu-item a:hover {
	color: #161D3A;
	opacity: 1;
}

@media (max-width: 767px) {
	.menu_wrapper_header_nav .menu-header-menu-outside-container ul .menu-item a:hover {
		color: #161D3A;
		opacity: 1;
	}
}

.menu-description {
	display: block;
	color: var(--color-primary);
	font-size: 16px;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.menu-description {
		display: none;
	}
	.menu-header-menu-outside-container #menu-header-menu-outside li a {
		font-size: 18px;
	}
	.menu-header-menu-outside-container #menu-header-menu-outside {
		gap: 0 !important;
	}
}

.menu-title {
	font-size: var(--fs-menu);
	font-weight: 300;
}

.header-menu-flex {
	display: flex;
	flex-direction: row;
	gap: 50px;
	justify-content: start;
	margin-right: 80px;
	padding-left: 80px;
	height: 100%;
}

.header-menu-flex .menu .menu-item a {
	color: #fff;
}

.menu_second_wrapper {
	justify-content: space-between;
	height: 100%;
}

@media (max-width: 767px) {
	.header-menu-flex {
		flex-direction: column;
		margin-right: 0px;
		margin-left: 80px;
		padding: 0px;
	}
	.header-nav-section .js__menu_overlay {
		height: 100%;
		align-items: start;
	}
}

@media screen and (min-width: 770px) {
	.menu-header-menu-outside-container {
		display: block !important;
	}
}

/* Header Menu Bottom */
.header-menu-bottom {
	margin-bottom: 20px;
}

.header-menu-bottom #menu-header-menu-bottom {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
	justify-content: start;
	margin: 0;
}

.header-menu-bottom ul li a {
	font-size: 16px;
	color: #161D3A;
}

:root {
	--highlight-color: orange;
	--header-text-color: white;
	--header-menu-bg-color: transparent;
	--header-bg-color: transparent;
	--header-scroll-bg-color: white;
	--header-scroll-text-color: white;
	--burger-color: #FFF;
	--mobile-menu-bg-color: white;
	--mobile-menu-text-color: white;
}

@media (max-width: 767px) {
	:root {
		--burger-color: #FFF;
	}
}

/* set Header background color, color etc, custom in Header Options */
[data-slide-scroll] {
	transition: all .1s;
}

.header-scroll-bg-color {
	background-color: var(--header-scroll-bg-color);
}

@media only screen and (min-width: 48rem) {
	.header-scroll-text-color {
		color: var(--header-scroll-text-color);
	}
}

@media only screen and (min-width: 770px) {
	.burger-color {
		border-color: var(--burger-color);
	}
	.logo_red_burger .burger-color {
		border-color: var(--color-primary);
	}
}

@media (max-width: 767px) {
	.burger-color {
		border-color: #FFF;
	}
}

.burger-container {
	justify-content: center;
}

.menu-title {
	color: #fff;
	margin-top: -1.75px;
}

@media (max-width: 767px) {
	.menu-title {
		color: #1c32a2;
	}
}

.header-menu-bg-color {
	background-color: var(--mobile-menu-bg-color);
}

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

.header-text-color {
	color: var(--mobile-menu-text-color);
}

@media only screen and (min-width: 48rem) {
	.header-text-color {
		color: var(--header-text-color);
	}
	.header-menu-bg-color {
		background-color: var(--header-menu-bg-color);
	}
}

.right-0 {
	right: 0 !important;
}

.header-menu-bg-color {
	background-color: transparent;
}

.js__menu_overlay {
	width: 100%;
}

.set-right-full {
	right: -100%;
}

.hide-menu {
	display: none;
}

.header-img-dp {
	display: block;
}

.header-main-menu .header-nav .header-img-dp {
	z-index: 40;
	width: 142px;
}

@media (max-width: 767px) {
	.header-main-menu .header-nav .header-img-dp {
		width: 120px;
	}
}

@media only screen and (min-width: 770px) {
	.header-img-dp {
		display: block;
	}
	.header-img-mob {
		display: none;
	}
	.js__menu_overlay {
		width: 600px;
		position: absolute;
	}
	.header-main-menu .header-nav {
		position: relative;
	}
	.set-right-full {
		right: -600px;
	}
	.hide-menu {
		position: absolute;
		background-color: #FFF;
		z-index: 50;
		width: 600px;
		display: block;
		top: 0;
	}
}

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

.mr-60 {
	margin-right: 60px;
}

.store-container img {
	vertical-align: middle;
}

.store-container {
	display: flex;
	flex-direction: row;
	gap: 0.25rem;
	z-index: 20;
}

.frametext-padding .store-container {
	flex-direction: row;
}

.menu-container {
	z-index: 40;
	right: var(--header-mx);
	text-align: center;
	display: flex;
	justify-content: center;
	position: fixed;
	padding: 10px;
	transition: all .2s;
}

.header-right-section {
	position: absolute;
	width: 70px;
	right: 0;
	background: #FFF;
	height: 100vh;
	top: 0;
	z-index: 39;
	display: flex;
	justify-content: center;
	align-items: end;
	transition: .5s all;
}

.pioneer_image {
	margin-bottom: 20px;
}

.pioneer_image img {
	width: 80%;
}

@media (max-width: 767px) {
	.header-right-section {
		display: none;
	}
}

.header-menu-bg-color {
	background: #E40521;
}

.hero-bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	z-index: 1;
}

.header-nav-section {
	max-width: var(--headersection-maxWidth);
	margin: auto;
	position: relative;
	height: 100%;
}

.flex-row {
	display: flex;
	flex-direction: row;
	width: 100%;
}

@media only screen and (min-width: 770px) {
	.flex-50 {
		flex: 50%;
	}
}

@media only screen and (min-width: 770px) {
	.width-50 {
		width: 50%;
	}
}

.js__menu_overlay, .hide-menu {
	height: 100vh;
	position: fixed;
}

.header-main-menu .store-container {
	display: none;
}

.store-container {
	flex-direction: row;
	position: relative;
}

@media only screen and (min-width: 770px) {
	.header-main-menu .store-container {
		display: flex;
	}
	.store-container {
		display: flex;
	}
}

.scrolldown-icon {
	position: absolute;
	bottom: 70px;
	left: 50%;
	z-index: 999;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
	width: 38px;
}

.scrolldown-icon-white:hover {
	transform: translateX(-50%) translateY(5px) rotate(90deg);
	/* Move the icon down on hover */
}

.scrolldown-icon-white {
	transform: translateX(-50%) rotate(90deg);
}

.scrolldown-icon-red {
	transform: translateX(-50%) rotate(90deg);
}

.scrolldown-icon-red:hover {
	transform: translateX(-50%) translateY(5px) rotate(90deg);
	/* Move the icon down on hover */
}

.hero_link_arrow {
	transition: transform 0.3s ease-in-out;
	width: 38px;
	transform: rotate(180deg);
	margin-left: 10px;
}

.hero_link a:hover .hero_link_arrow {
	transform: translateX(5px) rotate(-180deg);
}

@media (max-width: 767px) {
	.scrolldown-icon {
		opacity: 0;
	}
}

.sw-anchor-button {
	display: inline-block;
	padding: 15px 50px;
	margin-top: 20px;
	border-radius: 30px;
	/* Runde Ecken */
	color: #fff;
	/* Weißer Text */
	text-decoration: none;
	/* Keine Unterstreichung für Links */
	background-color: #3656ed;
	/* Dunkelblaue Hintergrundfarbe */
	transition: background-color 0.3s ease;
	/* Sanfter Übergang für Hover-Effekt */
	/* Optional: Füge Schatten hinzu */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.sw-anchor-button:hover {
	background-color: #dddc40;
	color: #002ea6;
	opacity: 1 !important;
}

@media only screen and (min-width: 770px) {
	.small-grid {
		width: var(--width-small);
		margin: auto;
	}
	.small-grid-elem {
		width: var(--width-col-small);
	}
	.big-grid-elem {
		width: var(--width-col-big);
	}
	.small-column-left {
		padding-right: var(--grid-gap-adding);
	}
	.small-column-right {
		padding-left: var(--grid-gap-adding);
	}
}

.relative {
	position: relative;
}

p, div {
	font-size: var(--fs-big);
	font-weight: 200;
	line-height: 1.3;
}

body {
	line-height: normal;
}

.overflow-hidden {
	overflow: hidden;
}

.hero-mockups, .hero-mockups img {
	width: 55%;
	object-fit: contain;
	height: 100%;
}

@media (max-width: 767px) {
	.hero-mockups, .hero-mockups img {
		width: 70%;
		object-fit: contain;
		height: 100%;
	}
}

.hero-mockups {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.hero-mockups {
		margin-bottom: 30px;
		margin-top: 60px;
	}
}

.main-footer {
	margin-top: 0px;
	padding-bottom: 20px;
	max-width: var(--headersection-maxWidth);
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.main-footer {
		margin-top: 0px;
	}
}

.main-footer-row {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.main-footer-row {
		padding-bottom: 38px;
	}
}

.footer-snd {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media only screen and (min-width: 770px) {
	.main-footer-row {
		flex-direction: row;
		justify-content: space-between;
		gap: 50px;
	}
	.footer-snd {
		flex-direction: row;
		gap: 50px;
	}
}

.footer-nav {
	display: flex;
	flex-direction: column;
}

.footer-nav ul {
	list-style: none;
	margin: 0;
}

.main-header-blue .header-nav-section {
	background: linear-gradient(135deg, #002fa7 0%, #1856f2 100%);
}

.hero-mockup-abs {
	position: absolute;
	right: 14%;
	top: -21%;
}

@media (max-width: 767px) {
	.hero-mockup-abs {
		position: absolute;
		right: 0;
		top: -21%;
	}
}

@keyframes slightPulse {
	0% {
		transform: translate(0, -5px) rotate(0deg) scale(1);
	}
	100% {
		transform: translate(0px, 5px) rotate(0deg) scale(1);
	}
}

.hero-first-img {
	-webkit-animation: slightPulse 2s ease-in-out infinite alternate;
	animation: slightPulse 2s ease-in-out infinite alternate;
	filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.35));
	will-change: filter;
}

.hero-snd-img {
	-webkit-animation: slightPulse 2s ease-in-out infinite alternate;
	animation: slightPulse 2s ease-in-out infinite alternate;
	filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.35));
	will-change: filter;
	animation-delay: -2s;
}

@keyframes slightScaleRotation {
	0%, 100% {
		transform: translate(0) rotate(0deg) scale(0.91);
	}
	50% {
		transform: translate(13px, 12px) rotate(8deg) scale(1);
	}
}

@keyframes slightScaleRotation2 {
	0%, 100% {
		transform: translate(0) rotate(0deg) scale(0.96);
	}
	50% {
		transform: translate(4px, 12px) rotate(4deg) scale(1);
	}
}

/*
.slightScaleAnim img {
  -webkit-animation: slightScaleRotation 3.5s ease-in-out infinite alternate;
  animation: slightScaleRotation 3.5s ease-in-out infinite alternate;
  will-change: filter;
}

.slightScaleAnim2 img {
  -webkit-animation: slightScaleRotation2 2.5s ease-in-out infinite alternate;
  animation: slightScaleRotation2 2.5s ease-in-out infinite alternate;
  will-change: filter;
  animation-delay: -1s;

}*/
.arrowRotator {
	-webkit-animation: arrowRotation 1.3s ease-in-out infinite alternate;
	animation: arrowRotation 1.3s ease-in-out infinite alternate;
	will-change: filter;
}

@keyframes arrowRotation {
	0%, 100% {
		transform: translate(-50%, 0px) rotate(0deg);
	}
	50% {
		transform: translate(-50%, 6px) rotate(11deg) scale(1);
	}
}

.main-footer-row a, .main-footer-row div, .main-footer-row p {
	font-size: 16px;
}

.main-footer-row p strong {
	font-size: 26px;
}

.external-link-icon {
	margin-left: 10px;
}

ul.sw-commonlist {
	list-style-type: none;
	padding-left: 0;
}

ul.sw-commonlist li:before {
	content: url(./assets/img/arrow_yellow_small.svg);
	/* Pfad zum SVG-Bild anpassen */
	display: inline-block;
	margin-right: 25px;
}

ul.sw-commonlist li {
	margin-bottom: 5px;
	display: flex;
	align-items: baseline;
}

@media (max-width: 767px) {
	ul.sw-commonlist {
		margin-bottom: 0px;
	}
}

.small-column-left {
	text-align: right;
}

.small-column-right {
	text-align: left;
}

.small-column-left .sw-frameimage-image {
	justify-content: end;
}

.header-main-menu {
	transition: background-color 0.6s ease, box-shadow 0.6s ease, height 0.6 ease;
}

.h-14 {
	height: 3.5rem !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
	position: fixed;
	margin-top: -7rem;
}

@media (max-width: 767px) {
	.h-14 {
		margin-top: -5rem;
	}
}

.h-14 .header-img-dp {
	width: 147px;
	margin-left: -8px;
}

.header-fixed-margin {
	margin-top: var(--header-height);
}

.smile_img {
	background-image: url(./assets/img/smile.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	background-size: contain;
}

.sw-icontextteaser-image {
	transform: scale(-1, 1);
}

.drawArrow {
	animation: drawAnim 1s ease-in forwards;
}

@keyframes drawAnim {
	to {
		stroke-dashoffset: 0;
	}
}

.main-footer .wysiwyg div, #menu-footer li {
	margin-bottom: 0px;
}

.main-footer .wysiwyg img {
	margin-top: -0.2em;
	margin-left: 0.4rem;
}

@media (max-width: 767px) {
	.sw-anchor-button {
		margin-top: 0px;
	}
}

.sw-frameimage-image img {
	width: 100%;
}

@media (max-width: 767px) {
	.hero-content {
		margin-bottom: 0px;
	}
	.hero-content p {
		margin-bottom: 0px;
	}
}

.headersection-content .headersection-text h1, .headersection-content .headersection-text p, .headersection-content .headersection-text div, .headersection-content .headersection-text a, .headersection-content .headersection-text span, .headersection-content .headersection-text h2, .headersection-content .headersection-text h3, .headersection-content .headersection-text h4 {
	color: #FFF;
}

@media only screen and (min-width: 510px) and (max-width: 770px) {
	.hero-mockups {
		margin-top: 100px;
	}
}

.hero-container {
	height: 100vh;
	background-color: #e40521;
	position: relative;
}

.hero-container .grid-container {
	height: 100%;
	align-content: center;
	text-align: center;
}

/*
 .menu-item-has-children a {
  display: flex;
  flex-direction: row;
  gap: 10px;
 }*/
.sub-menu-indicator::before {
	content: '';
	width: 0px;
	height: 0px;
	border: none;
	background: none;
	font-style: normal;
}

.sub-menu-indicator {
	font-style: normal;
	display: none;
}

.menu_wrapper_header_nav ul .sub-menu {
	gap: 0px;
}

.sub-menu li {
	font-size: 15px;
	margin-top: 10px;
	margin-left: 10px;
}

.menu_wrapper_header_nav ul .sub-menu {
	display: none;
}

.sub-menu-drop {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-family: 'Sofia';
}

.sub-menu-drop:hover {
	cursor: pointer;
	color: #161D3A;
}

.footer-first {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-linkedin {
	text-decoration: underline;
}

.header-main-page-wrapper-dp {
	justify-content: start !important;
}

.header-main-page-wrapper-mob {
	display: none;
}

@media (max-width: 767px) {
	.header-main-page-wrapper-dp > .menu-header-right {
		display: none;
	}
	.header-main-page-wrapper-mob {
		display: block;
	}
}

.full-content ul, .main-footer ul {
	list-style: none;
	padding: 0;
}

.full-content li, .main-footer li, .full-content ol li ul li, .main-footer ol li ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 8px;
}

.full-content ol li ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

.full-content ol li, .main-footer ol li {
	position: relative;
	padding-left: 5px;
	margin-bottom: 20px;
}

.full-content li::before, .main-footer li::before, .full-content ol li ul li::before, .main-footer ol li ul li::before {
	content: "";
	position: absolute;
	width: 30px;
	/* Breite des Aufzählungszeichens */
	height: 2px;
	/* Höhe des Aufzählungszeichens */
	background-color: var(--color-primary);
	/* Farbe des Aufzählungszeichens */
	display: inline-block;
	top: 8px;
	left: 0;
}

.full-content ol li::before, .main-footer ol li::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
}

.hero_bottom_text {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.header-main-menu .header-nav a.text_red {
	color: #e40521;
}

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

.header-main-menu .header-nav a.text_white {
	color: #fff !important;
}

.header-main-menu .header-nav a.text_white:hover {
	color: #161D3A !important;
}

.logo_red_burger .burger-color {
	border-color: #e40521;
}

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