/*!
Theme Name: valuefacturing
Theme URI: http://underscores.me/
Author: Bastian Wagner
Author URI: https://bastian-wagner.com
Bitbucket Theme URI:  https://bitbucket.org/seitenwind/valuefacturing
Bitbucket Branch: master
Description: Description
Template: hello-elementor
Version: 1.5.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: valuefacturing
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.

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

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

--------------------------------------------------------------*/
:root {
	--container-padding: 125px;
	--vertical-padding: 125px;
}

@media (min-width: 1440px) {
	:root {
		--container-padding: 100px;
		--vertical-padding: 100px;
	}
}

@media (max-width: 1439px) {
	:root {
		--vertical-padding: 75px;
		--container-padding: 50px;
	}
}

@media (max-width: 499px) {
	:root {
		--container-padding: 25px;
	}
}

@font-face {
	font-family: 'Azo Sans';
	src: url("./fonts/AzoSans/AzoSans2-Medium.eot");
	src: local("Azo Sans Medium"), local("AzoSans2-Medium"), url("./fonts/AzoSans/AzoSans2-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/AzoSans/AzoSans2-Medium.woff2") format("woff2"), url("./fonts/AzoSans/AzoSans2-Medium.woff") format("woff"), url("./fonts/AzoSans/AzoSans2-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Azo Sans';
	src: url("./fonts/AzoSans/AzoSans2-Regular.eot");
	src: local("Azo Sans Regular"), local("AzoSans2-Regular"), url("./fonts/AzoSans/AzoSans2-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/AzoSans/AzoSans2-Regular.woff2") format("woff2"), url("./fonts/AzoSans/AzoSans2-Regular.woff") format("woff"), url("./fonts/AzoSans/AzoSans2-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Azo Sans';
	src: url("./fonts/AzoSans/AzoSans2-Bold.eot");
	src: local("Azo Sans Bold"), local("AzoSans2-Bold"), url("./fonts/AzoSans/AzoSans2-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/AzoSans/AzoSans2-Bold.woff2") format("woff2"), url("./fonts/AzoSans/AzoSans2-Bold.woff") format("woff"), url("./fonts/AzoSans/AzoSans2-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Azo Sans';
	src: url("./fonts/AzoSans/AzoSans2-Light.eot");
	src: local("Azo Sans Light"), local("AzoSans2-Light"), url("./fonts/AzoSans/AzoSans2-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/AzoSans/AzoSans2-Light.woff2") format("woff2"), url("./fonts/AzoSans/AzoSans2-Light.woff") format("woff"), url("./fonts/AzoSans/AzoSans2-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

body.sw {
	--height-header: 150px;
	--height-header-scrolled: 100px;
	--color-turquoise: #e5bb29;
	--color-blue-300: #56aad8;
	--color-blue-400: #266691;
	--color-blue-500: #022a55;
	--color-blue-600: #103758;
	--color-blue-700: #031c38;
	--color-grey: #efefef;
	--color-light: #efefef;
	--color-dark: #212121;
	--gradient-main: linear-gradient(
    119deg,
    var(--color-blue-300) 0%,
    var(--color-blue-400) 32%,
    var(--color-blue-600) 65%,
    var(--color-blue-700) 100%
  );
	--gradient-main: linear-gradient(
    105deg,
    #56aad8 0%,
    var(--color-blue-500) 50%,
    #000911 100%
  );
	--fs-big: 62px;
	--fs-medium: 30px;
	--fs-small: 22px;
	--e-global-typography-primary-font-family: 'Azo Sans', sans-serif;
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: 'Azo Sans', sans-serif;
	--e-global-typography-secondary-font-weight: 700;
}

@media (max-width: 1700px) {
	body.sw {
		--fs-big: 50px;
		--fs-medium: 27px;
	}
}

@media (max-width: 1439px) {
	body.sw {
		--fs-big: 40px;
		--fs-medium: 25px;
		--height-header: 100px;
		--height-header-scrolled: 75px;
	}
}

@media (max-width: 767px) {
	body.sw {
		--fs-big: 30px;
		--fs-medium: 20px;
		--fs-small: 18px;
	}
}

@media (max-width: 499px) {
	body.sw {
		--fs-big: 28px;
		--fs-medium: 18px;
	}
}

.font--body {
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.font--headline {
	font-family: var(--e-global-typography-secondary-font-family) !important;
}

h2 {
	font-weight: 700;
	color: var(--color-blue-500);
	font-size: var(--fs-big);
}

h3 {
	font-weight: 700;
	color: var(--color-blue-500);
	font-size: var(--fs-medium);
	line-height: 1.5;
}

h3.elementor-heading-title {
	line-height: 1.5;
}

h4 {
	font-size: inherit;
	font-weight: 700;
	color: var(--color-blue-500);
}

.background-gradient h3,
.gradient h3 {
	color: #fff;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Elements
--------------------------------------------- */
body {
	background-color: #fff;
	line-height: 1.6;
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	font-family: var(--e-global-typography-primary-font-family);
}

body.no-scroll {
	height: 100vh;
	overflow-y: hidden;
}

body a:visited {
	color: inherit;
}

h1.elementor-heading-title {
	font-size: var(--fs-big);
	color: var(--color-light);
	line-height: 1.25em;
}

h2.elementor-heading-title {
	color: var(--color-blue-500);
	font-size: var(--fs-big);
	line-height: 1.2em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: blue;
}

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: red;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
body.sw .button,
body.sw button,
body.sw .elementor-button,
body.sw input[type='button'],
body.sw input[type='reset'],
body.sw input[type='submit'] {
	border-radius: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 700;
	color: var(--color-turquoise);
}

body.sw .elementor-button:not([type='submit']),
body.sw .button:not([type='submit']) {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	padding: 0;
	color: var(--color-blue-500);
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 1em;
	overflow: hidden;
}

body.sw .elementor-button:not([type='submit']).hover, body.sw .elementor-button:not([type='submit']):hover,
body.sw .button:not([type='submit']).hover,
body.sw .button:not([type='submit']):hover {
	color: var(--color-turquoise);
}

body.sw .elementor-button:not([type='submit']):before,
body.sw .button:not([type='submit']):before {
	content: '';
	background-image: url(./img/icons/arrow_link.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 0.65em;
	width: 1.3em;
	margin-right: 1ch;
	transition: transform 0.3s;
	will-change: transform;
	transform: translateX(0);
}

body.sw .elementor-button:not([type='submit']) .elementor-button-content-wrapper,
body.sw .elementor-button:not([type='submit']) .elementor-button-text,
body.sw .button:not([type='submit']) .elementor-button-content-wrapper,
body.sw .button:not([type='submit']) .elementor-button-text {
	display: initial;
}

body.sw .elementor-button:not([type='submit']).hover:before, body.sw .elementor-button:not([type='submit']):hover:before,
body.sw .button:not([type='submit']).hover:before,
body.sw .button:not([type='submit']):hover:before {
	transform: translateX(-0.2em);
}

body.sw .elementor-button--big,
body.sw .button--big {
	font-size: var(--fs-big);
	color: var(--color-blue-500);
}

body.sw .elementor-button--big.hover, body.sw .elementor-button--big:hover,
body.sw .button--big.hover,
body.sw .button--big:hover {
	color: var(--color-turquoise);
}

body.sw .elementor-button[type='submit'],
body.sw .button[type='submit'] {
	background-color: var(--color-blue-500);
}

body.sw .elementor-button[type='submit']:hover,
body.sw .button[type='submit']:hover {
	background-color: var(--color-turquoise);
	color: var(--color-blue-500);
}

body.sw .elementor-location-single a:not([class]),
body.sw .site-main a:not([class]) {
	color: var(--color-blue-500);
	font-weight: 500;
	text-decoration: none;
	background-image: linear-gradient(transparent, transparent), linear-gradient(var(--color-turquoise), var(--color-turquoise));
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.3s linear;
	display: inline-flex;
}

body.sw .elementor-location-single a:not([class]):hover,
body.sw .site-main a:not([class]):hover {
	background-size: 0 2px, 100% 2px;
	color: var(--color-turquoise);
}

body.sw .topic--no-image .elementor-button,
body.sw .topic--no-image .button {
	color: #fff;
}

.site-main ul:not([class]) {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}

.site-main ul:not([class]) > li {
	padding-left: 1.3em;
	position: relative;
}

.site-main ul:not([class]) > li:before {
	content: '';
	background-image: url(./img/icons/list_item.svg);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0.38em;
	height: 0.8em;
	width: 1em;
}

.site-main h1 + ul,
.site-main h2 + ul,
.site-main h3 + ul,
.site-main h4 + ul {
	margin-top: -0.5em !important;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
	color: #222;
	border: 1px solid #222;
	border-radius: 3px;
	padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
	color: #000;
}

select {
	border: 1px solid #222;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
html {
	scroll-behavior: smooth;
	font-size: 18px;
	scroll-padding-top: 100px;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	color: var(--color-dark);
}

body:not(.home) .site-main {
	margin-top: var(--height-header);
}

.page-header {
	position: absolute;
	z-index: -1;
	text-indent: -99999px;
}

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

.headroom {
	will-change: transform;
	transition: transform 200ms linear;
}

.headroom .main-header__inner {
	will-change: height;
	transition: height 200ms linear;
}

.headroom .logo--main {
	will-change: height;
	transition: height 200ms linear;
}

.headroom .slogan--subline {
	opacity: 1;
	margin-bottom: 0;
	will-change: opacity, margin-bottom;
	transition: opacity 200ms linear, margin-bottom 200ms linear;
}

@media (min-width: 1440px) {
	.headroom .nav--main ul.menu > li.current-menu-ancestor > ul.sub-menu,
	.headroom .nav--main ul.menu > li.current-menu-parent > ul.sub-menu {
		opacity: 1;
		pointer-events: all;
	}
	.headroom .nav--main ul.menu > li.current-menu-ancestor > ul.sub-menu > li:not(.current-menu-item),
	.headroom .nav--main ul.menu > li.current-menu-parent > ul.sub-menu > li:not(.current-menu-item) {
		max-height: 400px;
		overflow: hidden;
		will-change: max-height;
		transition: max-height 200ms linear;
	}
}

@media (min-width: 1440px) {
	.headroom--not-top .nav--main ul.menu
> li.current-menu-parent:not(:hover)
> ul.sub-menu
> li:not(.current-menu-item) {
		max-height: 0;
	}
	.headroom--not-top .nav--main ul.menu
> li.current-menu-ancestor:not(:hover)
> ul.sub-menu
> li:not(.current-menu-parent):not(.current_page_item) {
		max-height: 0;
	}
	.headroom--not-top .nav--main ul.menu
> li.current-menu-parent:not(:hover)
> ul.sub-menu
> li:not(:last-child).menu-item-has-children {
		margin-bottom: 0;
	}
}

.headroom--not-top .logo--main {
	height: 80px;
}

@media (max-width: 1439px) {
	.headroom--not-top .logo--main {
		height: 60px;
	}
}

.headroom--not-top .main-header__inner {
	height: var(--height-header-scrolled);
}

.headroom--not-top .slogan--subline {
	opacity: 0;
	margin-bottom: -1.5em;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 var(--container-padding);
	max-width: 1900px;
}

.container--small {
	max-width: 1740px;
}

.elementor-section.elementor-top-section.elementor-section-boxed
> .elementor-container {
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}

.main-header {
	background-color: #fff;
	width: 100%;
	max-width: 100vw;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 999;
}

.main-header__inner {
	height: var(--height-header);
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

@media (max-width: 1439px) {
	.main-header__nav {
		position: absolute;
		padding-top: var(--height-header);
		padding-bottom: 100px;
		pointer-events: none;
		opacity: 0;
		width: 100vw;
		height: var(--app-height, 100vh) !important;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 9;
		transition: opacity 0.3s ease-in-out;
		will-change: opacity;
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
		overflow: scroll;
	}
	.main-header.nav-open .main-header__nav {
		opacity: 1;
		pointer-events: all;
	}
}

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

.nav--main ul.menu {
	font-weight: 500;
}

.nav--main ul.menu > li > a {
	color: var(--color-dark);
	display: block;
	position: relative;
}

.nav--main ul.menu > li a:hover,
.nav--main ul.menu > li:hover > a,
.nav--main ul.menu > li.current-menu-ancestor > a,
.nav--main ul.menu > li.current-menu-parent > a,
.nav--main ul.menu > li.current-menu-item > a {
	color: var(--color-turquoise);
}

@media (min-width: 1440px) {
	.nav--main ul.menu {
		display: flex;
		height: 100%;
	}
	.nav--main ul.menu > li {
		height: 100%;
		position: relative;
		display: flex;
		align-items: center;
		margin-left: 3rem;
	}
	.nav--main ul.menu > li > a {
		height: 100%;
		display: flex;
		align-items: center;
		text-align: center;
	}
	.nav--main ul.menu > li .icon {
		display: none;
	}
	.nav--main ul.menu > li:hover ul.sub-menu {
		opacity: 1;
		pointer-events: all;
	}
}

@media (min-width: 1440px) and (max-width: 1650px) {
	.nav--main ul.menu > li {
		margin-left: 1.5rem;
	}
	.nav--main ul.menu > li > a {
		font-size: 17px;
	}
}

@media (min-width: 1440px) {
	.nav--main ul.menu > li > ul.sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: var(--color-blue-500);
		color: #fff;
		padding: 1rem 2rem;
		opacity: 0;
		will-change: opacity;
		transition: opacity 0.2s;
		pointer-events: none;
		min-width: 240px;
	}
	.nav--main ul.menu > li > ul.sub-menu > li.current-menu-ancestor > a {
		color: var(--color-turquoise) !important;
	}
	.nav--main ul.menu > li > ul.sub-menu > li a {
		color: #fff;
		display: block;
		padding: 0.3em 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}
	.nav--main ul.menu > li > ul.sub-menu > li a:visited {
		color: #fff;
	}
	.nav--main ul.menu > li > ul.sub-menu > li a:hover {
		color: var(--color-turquoise);
	}
	.nav--main ul.menu > li > ul.sub-menu > li.current-menu-item > a {
		color: var(--color-turquoise);
	}
	.nav--main ul.menu > li > ul.sub-menu > li:not(:last-child).menu-item-has-children {
		margin-bottom: 1em;
		transition: margin-bottom 0.2s;
	}
	.nav--main ul.menu > li > ul.sub-menu > li .sub-menu > li > a {
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
	.nav--main ul.menu > li > ul.sub-menu > li .sub-menu > li > a:before {
		content: '';
		background-image: url(./img/icons/arrow_link--white.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 0.65em;
		width: 0.8em;
		margin-right: 1ch;
	}
	.nav--main ul.menu > li > ul.sub-menu > li .sub-menu > li > a:hover,
	.nav--main ul.menu > li > ul.sub-menu > li .sub-menu > li.current-menu-item > a {
		color: var(--color-turquoise);
	}
	.nav--main ul.menu > li > ul.sub-menu > li .sub-menu > li > a:hover:before,
	.nav--main ul.menu > li > ul.sub-menu > li .sub-menu > li.current-menu-item > a:before {
		background-image: url(./img/icons/arrow_link.svg);
	}
}

@media (max-width: 1439px) {
	.nav--main ul.menu {
		margin-top: 50px;
	}
	.nav--main ul.menu > li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.nav--main ul.menu > li:not(:first-child) {
		border-top: 2px solid var(--color-blue-500);
	}
	.nav--main ul.menu > li > a {
		font-size: var(--fs-big);
	}
	.nav--main ul.menu > li > .icon {
		height: var(--fs-big);
		width: var(--fs-big);
	}
	.nav--main ul.menu > li > .icon.is-active::before {
		transform: rotate(270deg);
	}
	.nav--main ul.menu > li > .icon.is-active + ul.sub-menu {
		max-height: 50vh;
	}
	.nav--main ul.sub-menu {
		max-height: 0;
		overflow: hidden;
		flex: 0 0 100%;
	}
}

@media (max-width: 767px) {
	.nav--main ul.menu > li > a {
		font-size: 24px;
	}
}

@media (max-width: 499px) {
	.nav--main ul.menu > li > a {
		font-size: 22px;
	}
}

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

.nav--footer ul li {
	margin-right: 1em;
}

.nav--footer ul li a {
	display: block;
	position: relative;
	color: #fff;
	transition: color 0.3s linear;
	padding-right: 1em;
	overflow: hidden;
}

.nav--footer ul li a:hover:after {
	transform: scaleX(0);
	transform-origin: 0 0;
	opacity: 1;
}

.nav--footer ul li a:visited {
	color: currentColor;
}

.nav--footer ul li.current-menu-item a,
.nav--footer ul li a:hover {
	color: var(--color-turquoise);
}

@media (max-width: 1439px) {
	.nav--footer ul {
		flex-direction: column;
	}
	.nav--footer ul li {
		margin-right: 0;
		text-align: right;
	}
}

.hamburger {
	display: none;
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
	will-change: transform;
}

@media (max-width: 1439px) {
	.hamburger {
		display: block;
		margin-left: auto;
		z-index: 99;
	}
	.hamburger .line {
		width: 40px;
		height: 2px;
		background-color: #ecf0f1;
		display: block;
		margin: 8px auto;
		transition: all 0.3s ease-in-out;
		background: var(--color-blue-500);
		background: var(--gradient-main);
		will-change: transform, opacity;
	}
	.hamburger:hover {
		cursor: pointer;
	}
	.hamburger.is-active {
		transform: rotate(45deg);
	}
	.hamburger.is-active .line:nth-child(1) {
		transform: translateY(10px);
	}
	.hamburger.is-active .line:nth-child(2) {
		opacity: 0;
	}
	.hamburger.is-active .line:nth-child(3) {
		transform: translateY(-10px) rotate(90deg);
	}
}

.logo--main {
	height: 100px;
	z-index: 99;
	display: block;
	display: flex;
	align-items: center;
}

.logo--main > div {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.logo--main span.slogan {
	color: #212121;
	font-weight: 700;
	white-space: nowrap;
}

.logo--main span.slogan--main {
	font-size: var(--fs-medium);
	line-height: 1;
}

.logo--main span.slogan--subline {
	font-size: 14px;
	margin-right: 1em;
}

.logo--main > img {
	height: 100%;
	width: auto;
	margin-right: 2rem;
}

@media (max-width: 1439px) {
	.logo--main {
		height: 80px;
	}
	.logo--main span.slogan--subline {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.logo--main span.slogan--subline {
		font-size: 10px;
	}
}

.stretch-right {
	margin-right: calc(-1 * var(--container-padding));
}

@media (min-width: 1640px) {
	.stretch-right {
		width: calc(1540px + ((100vw - 1540px) / 2));
	}
}

.gradient {
	background: var(--color-blue-500);
	background: var(--gradient-main);
}

.mt-0 {
	margin-top: 0;
}

.h-100 {
	height: 100%;
}

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

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

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

.hero {
	position: relative;
	overflow: hidden;
}

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

.hero--subpage {
	height: 50vh;
}

.hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	position: absolute;
}

.topic-slider .topic {
	transition-property: transform;
	transform: translateY(-150px);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: 0s;
	transition-duration: 0s;
	will-change: transform;
}

.topic-slider.active .topic {
	transition-delay: 0s;
	transition-duration: 0.5s;
	transform: translateY(0);
}

.topic-slider.active .swiper-slide:nth-child(2) .topic {
	transition-delay: 0.5s;
}

.topic-slider.active .swiper-slide:nth-child(3) .topic {
	transition-delay: 1s;
}

.topics-footer {
	width: 100%;
	overflow: hidden;
}

.topics .topics-topbar {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--container-padding) / 2);
}

.topics .topics-topbar__headline {
	margin-bottom: 0.8em;
	margin-top: 0;
}

.topics .swiper-navigation {
	position: relative;
	display: flex;
}

.topics .swiper-navigation > .swiper-button {
	cursor: pointer;
	width: 45px;
	height: 45px;
	margin-left: 15px;
	background-image: url(./img/icons/arrow_slider.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.topics .swiper-navigation > .swiper-button.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.7;
}

.topics .swiper-navigation > .swiper-button.swiper-prev {
	transform: rotate(180deg);
}

.topic {
	width: 100%;
	position: relative;
}

.topic__headline {
	letter-spacing: 0.002em;
	line-height: 1.22em;
	margin-top: 1em;
	font-size: 30px;
}

@media (max-width: 767px) {
	.topic__headline {
		font-size: 26px;
	}
}

.topic__header {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.topic__header img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.topic--image .topic__header img {
	transform-origin: 0 0;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}

.topic--image:hover .topic__header img {
	transform: scale(1.1);
}

.topic--no-image .topic__header {
	transition: background-position 0.3s;
	background-size: 120% 100%;
	background-position: 0%;
}

.topic--no-image:hover .topic__header {
	background-position: 100%;
}

.topic--no-image .topic__content {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: calc(var(--container-padding) / 2);
	box-sizing: border-box;
}

.topic--no-image .topic__content .topic__headline {
	color: #fff;
	display: flex;
}

.topic--no-image .topic__content .topic__headline span {
	align-self: flex-end;
}

.main-footer {
	position: relative;
	margin-top: auto;
	background-color: var(--color-blue-500);
	color: #fff;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-weight: 500;
}

.main-footer__inner {
	display: flex;
	justify-content: space-between;
	gap: var(--container-padding);
}

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

.accordion {
	margin-top: 85px;
	width: 100%;
}

.accordion__wrapper {
	flex-direction: column;
	width: 100%;
}

.accordion__title {
	padding: 1.5em;
	background-color: var(--color-grey);
	font-size: var(--fs-small);
	margin-top: 3px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion__title h3 {
	font-size: inherit;
	font-weight: 700;
	margin: 0;
}

.accordion__title .toggler {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	flex: 0 0 1.5em;
	margin-left: 1.5em;
	/* Vertical line */
	/* horizontal line */
}

.accordion__title .toggler:before, .accordion__title .toggler:after {
	content: '';
	position: absolute;
	background-color: var(--color-blue-500);
	transition: transform 0.25s ease-out;
}

.accordion__title .toggler:before {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

.accordion__title .toggler:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.accordion__title.active .toggler:before {
	transform: rotate(90deg);
}

.accordion__title.active .toggler:after {
	transform: rotate(180deg);
}

.accordion__title.active + .accordion__content {
	max-height: 2000px;
	padding-bottom: 50px;
	padding-top: 20px;
}

.accordion__sidebar {
	flex: 1;
}

.accordion__sidebar__headline {
	color: var(--color-turquoise);
	font-size: var(--fs-medium);
	font-weight: 700;
	margin-bottom: 2em;
}

.accordion__sidebar__subline {
	font-weight: 700;
}

.accordion__main {
	font-size: 18px;
	max-width: 800px;
	width: 100%;
}

.accordion__main b,
.accordion__main strong {
	font-weight: 700;
}

.accordion .accordion__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s, padding 0.3s;
}

.accordion .accordion__content__inner {
	font-size: var(--fs-small);
	display: flex;
	padding: 1.5em;
	gap: var(--container-padding);
}

@media (max-width: 1439px) {
	.accordion .accordion__content__inner {
		flex-direction: column;
		gap: 0;
	}
	.accordion__sidebar {
		margin-bottom: var(--container-padding);
	}
}

.stretch-me-left .elementor-column:first-child {
	width: 50vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.stretch-me-left .elementor-column:last-child {
	width: 50%;
	position: relative;
	left: 50%;
}

.stretch-me-right .elementor-column:first-child {
	width: 50%;
	position: relative;
	left: 0;
}

.stretch-me-right .elementor-column:last-child {
	width: 50vw;
	position: relative;
	margin-right: -50vw;
	right: 0;
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.elementor-widget-image.img-size-contain, .elementor-widget-image.img-size-cover {
	width: 100%;
	height: 100%;
	position: static;
}

.elementor-widget-image.img-size-contain img, .elementor-widget-image.img-size-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.elementor-widget-image.img-size-contain img {
	object-fit: contain;
}

.sw-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sw-contact__headline {
	margin-bottom: 1.5em;
}

@media (max-width: 767px) {
	.sw-contact .button {
		font-size: 24px !important;
	}
}

@media (max-width: 499px) {
	.sw-contact .button {
		font-size: 20px !important;
	}
}

.sw-intro {
	display: flex;
}

.sw-intro__decoration {
	flex: 0 0 33.33%;
	position: relative;
}

.sw-intro__decoration:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 3px;
	left: 50%;
	top: 0;
	background-color: var(--color-blue-500);
	transform-origin: 100% 0;
	transition-property: transform;
	transform: scaleY(0);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: 0s;
	transition-duration: 0s;
	will-change: transform;
}

.sw-intro__decoration.active:before {
	transition-delay: 0.5s;
	transition-duration: 1.5s;
	transform: scaleY(1);
}

.sw-intro__content {
	flex: 0 0 66.66%;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: 0s;
	transition-duration: 0s;
	will-change: transform, opacity;
	opacity: 0;
	transform: translateY(30px);
}

.sw-intro__content.active {
	transition-delay: 0s;
	transition-duration: 1s;
	transform: translateY(0);
	opacity: 1;
}

.sw-intro__headline {
	color: var(--color-turquoise);
	margin-bottom: 2em;
}

.sw-intro--no-text .sw-intro__headline {
	margin-bottom: 0;
}

.sw-intro__text {
	font-weight: 300;
	font-size: var(--fs-small);
}

.sw-intro__text .elementor-top-section {
	width: auto;
}

.sw-intro__text a:after {
	content: '';
	display: table;
	clear: both;
}

.sw-intro__text > p {
	margin-bottom: 1.5em;
}

.sw-intro__text > .elementor .elementor-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	gap: 50px;
}

.sw-intro__text > .elementor .elementor-container .elementor-heading-title {
	line-height: 1.25em;
}

.sw-intro__text > *:last-child {
	margin-bottom: 0 !important;
}

.sw-intro__text strong,
.sw-intro__text b {
	font-weight: 700;
}

.sw-intro--50 .sw-intro__decoration {
	flex: 0 0 50%;
}

.sw-intro--50 .sw-intro__content {
	flex: 0 0 50%;
}

.sw-intro--50-reverse {
	flex-direction: row-reverse;
}

.sw-intro--50-reverse .sw-intro__decoration {
	flex: 0 0 50%;
}

.sw-intro--50-reverse .sw-intro__content {
	flex: 0 0 50%;
}

.sw-intro--70 {
	flex-direction: row-reverse;
}

.sw-intro--70 .sw-intro__decoration {
	flex: 0 0 30%;
}

.sw-intro--70 .sw-intro__content {
	flex: 0 0 70%;
}

@media (max-width: 1439px) {
	.sw-intro .sw-intro__content {
		flex: 1;
	}
	.sw-intro .sw-intro__decoration {
		flex: 1;
		max-width: 30vw;
	}
}

@media (max-width: 767px) {
	.sw-intro .sw-intro__decoration {
		max-width: 3px;
		margin-right: var(--container-padding);
	}
	.sw-intro--70 .sw-intro__decoration, .sw-intro--50-reverse .sw-intro__decoration {
		margin-right: 0;
		margin-left: var(--container-padding);
	}
}

.elementor-widget-heading.width-short {
	max-width: 1000px;
}

.sw-quote {
	display: flex;
	width: 100%;
	margin: 0;
}

.sw-quote__content {
	display: flex;
	flex-direction: column;
	padding-right: 10%;
	justify-content: space-between;
}

.sw-quote__headline {
	margin-top: 0;
}

.sw-quote__image {
	flex: 0 0 370px;
}

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

.sw-quote__image img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1439px) {
	.sw-quote {
		flex-direction: column;
	}
	.sw-quote .sw-quote__content {
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.sw-quote .sw-quote__image {
		max-width: 370px;
		flex: 1;
	}
}

.elementor-widget-text-editor p b {
	font-weight: 700;
}

.elementor-widget-form .elementor-form-fields-wrapper {
	column-count: 2;
	display: block;
}

.elementor-widget-form .elementor-form-fields-wrapper > .elementor-field-group {
	width: 100%;
	break-inside: avoid;
}

.elementor-widget-form .elementor-form-fields-wrapper > .elementor-field-group.elementor-field-group-email {
	break-before: always;
	-webkit-column-break-before: always;
}

@media (max-width: 767px) {
	.elementor-widget-form .elementor-form-fields-wrapper {
		column-count: unset;
		flex-direction: column;
	}
	.elementor-widget-form .elementor-form-fields-wrapper > .elementor-field-group.elementor-field-group-phone {
		break-before: initial;
		-webkit-column-break-before: initial;
	}
}

.elementor-widget-form .elementor-field-group:not(.elementor-field-type-upload)
.elementor-field.elementor-select-wrapper
select,
.elementor-widget-form .elementor-field-group:not(.elementor-field-type-upload)
.elementor-field:not(.elementor-select-wrapper):not(
.elementor-acceptance-field
) {
	background-color: var(--color-grey) !important;
	border-radius: 0;
	border: 0;
	min-height: 80px;
	font-size: 24px;
	padding: 3px 15px;
}

.elementor-widget-form .elementor-field-group:not(.elementor-field-type-upload)
textarea.elementor-field:not(.elementor-select-wrapper):not(
.elementor-acceptance-field
) {
	min-height: 200px;
}

.elementor-widget-form .elementor-field-type-acceptance .elementor-field-option {
	display: block;
}

.elementor-widget-form .elementor-field-type-acceptance .elementor-field-option > label {
	cursor: pointer;
}

.elementor-widget-form .elementor-field-type-acceptance input.elementor-acceptance-field {
	cursor: pointer;
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	appearance: none;
	/* For iOS < 15 to remove gradient background */
	background-color: #fff;
	/* Not removed via appearance */
	margin: 0;
	width: 1em;
	height: 1em;
	display: block;
	border-radius: 3px;
	border: 1px solid #5f5f5ff2;
	float: left;
	position: relative;
	margin-top: 0.3em;
	margin-right: 0.3em;
}

.elementor-widget-form .elementor-field-type-acceptance input.elementor-acceptance-field:before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	display: block;
	left: 0.15em;
	top: 0.14em;
	position: relative;
	transform: scale(0);
	border-radius: 2px;
	transition: 120ms transform ease-in-out;
	background-color: #5f5f5ff2;
}

.elementor-widget-form .elementor-field-type-acceptance input.elementor-acceptance-field:checked:before {
	transform: scale(1);
}

.elementor-widget-form .elementor-labels-above .elementor-field-group > label {
	font-size: var(--fs-small);
	font-weight: 300;
	margin-bottom: 0.3em;
}

.elementor-widget-form .elementor-button[type='submit'] {
	float: right;
	min-height: 80px;
	margin-top: 1.5em;
}

.sw-posts__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -17px;
	margin-right: -17px;
}

.sw-card {
	height: 100%;
	background-color: var(--color-grey);
	display: flex;
	flex-direction: column;
}

.sw-card__outer {
	padding: 17px;
}

@media (min-width: 1440px) {
	.sw-card__outer {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

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

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

.sw-card__headlinewrapper {
	display: flex;
}

.sw-card__headlinewrapper img {
	flex: 0 0 100px;
	max-width: 80px;
	align-self: flex-start;
	margin-left: 20px;
	margin-bottom: 1rem;
}

.sw-card__headline {
	font-size: 18px;
	line-height: 1.5em;
}

.sw-card__image {
	height: 0;
	overflow: hidden;
	padding-top: 65%;
	position: relative;
}

.sw-card__image img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-card__content {
	padding: 35px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sw-card__content .button {
	margin-top: auto;
}

.sw-card__excerpt {
	font-weight: 300;
	margin-bottom: 2em;
}

.sw-reference {
	display: flex;
	background-color: var(--color-grey);
}

.sw-reference--right {
	flex-direction: row-reverse;
}

.sw-reference__subheadline {
	margin-bottom: 1.5em;
	display: block;
	margin-top: 1.5em;
}

.sw-reference__text {
	margin-bottom: 1.5em;
}

.sw-reference__content {
	flex: 0 0 50%;
	padding: calc(var(--container-padding) / 2);
}

.sw-reference__image {
	flex: 0 0 50%;
	position: relative;
}

.sw-reference__image img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1439px) {
	.sw-reference {
		flex-direction: column;
	}
	.sw-reference__image {
		padding-top: 50%;
	}
}

.elementor-top-section {
	width: 100%;
	overflow: hidden;
}

.elementor-top-section.background-gradient {
	background: var(--gradient-main);
	color: #fff;
}

.elementor-top-section.background-gradient h2 {
	color: #fff;
}

.elementor-top-section.background-gradient .elementor-button:not([type='submit']),
.elementor-top-section.background-gradient .button:not([type='submit']) {
	color: var(--color-turquoise);
}

.elementor-top-section.background-gradient .elementor-button:not([type='submit']):hover,
.elementor-top-section.background-gradient .button:not([type='submit']):hover {
	color: var(--color-blue-500);
}

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

.elementor-top-section.enable-padding-default:not(.background-gradient) + .elementor-top-section.enable-padding-default:not(.background-gradient) {
	margin-top: calc(-1 * var(--vertical-padding));
}

.elementor-top-section.enable-padding-default:not(.background-gradient) + .elementor-top-section.enable-padding-half:not(.background-gradient) {
	margin-top: calc(-0.5 * var(--vertical-padding));
}

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

.elementor-top-section.enable-padding-half:not(.background-gradient) + .elementor-top-section.enable-padding-default:not(.background-gradient) {
	margin-top: calc(-1 * var(--vertical-padding));
}

.elementor-top-section.enable-padding-half:not(.background-gradient) + .elementor-top-section.enable-padding-half:not(.background-gradient) {
	margin-top: calc(-0.5 * var(--vertical-padding));
}

.icon {
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-left: 1em;
}

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

.icon--down:before {
	background-image: url(./img/icons/arrow_slider.svg);
	transform: rotate(90deg);
}

.scrolldown {
	display: none;
}

@media (max-width: 767px) {
	.seitenwind-hero--frontpage .scrolldown {
		display: block;
		background-image: url(./img/icons/arrow_header.svg);
		background-size: 40px 40px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		bottom: 1rem;
		z-index: 999;
		border: 0;
		width: 50px;
		height: 50px;
	}
}

.seitenwind-hero {
	position: relative;
}

.seitenwind-hero--full {
	min-height: var(--app-height, 100vh);
	margin-bottom: 6rem;
}

@media (min-width: 1440px) {
	.seitenwind-hero--half {
		height: 50vh;
		min-height: 700px;
	}
}

@media (max-width: 1439px) {
	.seitenwind-hero--half .sw-hero__bg {
		padding-top: 50%;
		position: relative;
	}
	.seitenwind-hero--half .sw-hero__content__inner {
		padding: var(--container-padding);
	}
}

@media (max-width: 767px) {
	.seitenwind-hero--half .sw-hero__content__inner {
		margin: 0 calc(-1 * var(--container-padding));
	}
}

.seitenwind-hero--frontpage .sw-hero__content__inner {
	width: calc(50% + 4rem);
	margin-bottom: -2.5rem;
}

@media (max-width: 1439px) {
	.seitenwind-hero--frontpage {
		display: flex;
		flex-direction: column;
	}
	.seitenwind-hero--frontpage .sw-hero__content {
		position: absolute;
	}
	.seitenwind-hero--frontpage .sw-hero__content__inner {
		width: calc(100% + (2 * var(--container-padding)));
		margin: 0 calc(-1 * var(--container-padding));
		max-width: unset;
		padding: var(--container-padding);
		display: flex;
		align-items: center;
		min-height: calc(var(--app-height, 100vh) - 60vw);
	}
	.seitenwind-hero--frontpage .sw-hero__content__inner::before {
		opacity: 1;
	}
	.seitenwind-hero--frontpage .sw-hero__bg {
		position: relative;
		margin-top: var(--height-header);
	}
	.seitenwind-hero--frontpage .sw-hero__bg__video {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
	}
}

@media (max-width: 767px) {
	.seitenwind-hero--frontpage .sw-hero__content {
		position: relative;
	}
	.seitenwind-hero--frontpage .sw-hero__content__inner {
		min-height: calc(var(--app-height, 100vh) - 78vw);
	}
}

.sw-hero__bg {
	position: absolute;
	inset: 0;
}

.sw-hero__bg img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-hero__bg__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-hero__content {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.sw-hero__content__inner {
	position: relative;
	max-width: max-content;
	width: 100%;
	padding: 3rem 4rem;
	margin-left: -4rem;
	margin-bottom: 4em;
}

@media (max-width: 1439px) {
	.sw-hero__content__inner {
		max-width: 100%;
		width: fit-content;
	}
}

.sw-hero__content__inner:before {
	content: '';
	inset: 0;
	position: absolute;
	background: var(--gradient-main);
	z-index: 1;
	opacity: 0.9;
}

.sw-hero__content h1 {
	color: #fff;
	font-weight: 700;
	z-index: 2;
	font-size: var(--fs-big);
	position: relative;
	margin: 0;
}

.wp-caption .widget-image-caption {
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}

.breadcrumb {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.breadcrumb .divider {
	margin: 0 0.5ch;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb a:hover {
	color: var(--color-turquoise);
}

.breadcrumb li.active {
	color: var(--color-turquoise);
}

html.elementor-html .sw-intro__content {
	opacity: 1 !important;
}

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