/*!
Theme Name: Rapp24 theme
Theme URI: http://madebymuse.de/
Author: muse digitalagentur
Author URI: http://madebymuse.de/
Description: Fancy theme for creating a better Webexperience ;)
Version: 2.1.1
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: muse theme

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

--------------------------------------------------------------*/

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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: #4169e1;
}

a:visited {
	_color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1281px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0 0 1.5em;
}
body:not(.home) .post,
body:not(.home) .page {
	margin: 0 0 16px;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	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
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* STYLES RAPP24 
--------------------------------------------- */

:root{
	--dus-yellow: #fecc5c;
	--dus-dark: #101926;
	--dus-heading: #2f3140;
  }

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
  

body{
	font-family: 'Montserrat', sans-serif;
	margin: 0 !important;
	color: var(--dus-dark);
}

/* HEADER */
#masthead {
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background: transparent;
	z-index: 10000;
	transition: 0.6s ease-in-out;
	opacity: 0;
  }
  .marquee-wrapper{
	border-top: 1px solid #c0d5ec;
  }
  .header_drop_shadow #masthead,
  .woocommerce #masthead,
  .woocommerce-cart #masthead,
  .woocommerce-checkout #masthead,
  .single-post #masthead{
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.65);
}  
#masthead.fixed{
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.55);
	background:#fff;
	position: fixed;
	top: -150px;
}

#masthead.fixed.visible {
  top: 0;
}

#masthead.no-transition {
  transition: none !important;
}

#masthead.fixed .site-branding {
  background: none;
  box-shadow: none;
  padding: 20px 15px 20px;
}
#masthead.fixed ul#primary-menu > li:not(.navigation-button) > a{
  text-shadow: unset;
  color: var(--dus-dark);
  padding-top: 20px;
}
#masthead.fixed ul#primary-menu > li:not(.navigation-button) > a:hover{
    color: var(--dus-dark) !important;
}

#masthead.fixed #site-navigation ul#primary-menu > li.current_page_item > a, 
#masthead.fixed #site-navigation ul#primary-menu > li.current-page-ancestor > a, 
#masthead.fixed #site-navigation ul#primary-menu > li > a:hover {
  color: var(--dus-dark) !important;
  border-bottom: 2px solid var(--dus-dark);
  padding-bottom: 16px !important;
}

.inner-mastheader {
	width: 86%;
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
  } 

/* META NAV */

#meta-navigation {
	padding: 8px 0;
	background: var(--dus-yellow);
}
.menu-metamenu-container {
	width: 96%;
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto;
  }
#secondary-menu {
	display: flex;
	justify-content: end;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-right: 6px;
  }
  #secondary-menu li {
	margin-left: 30px;
  }
  #secondary-menu li a {
	font-size: .85em;
	font-weight: 500;
	color: #fff;
	text-decoration:none;
	transition:0.4s ease-in-out;
	-webkit-transition:0.4s ease-in-out;
  }
  #secondary-menu li a:hover {
	text-decoration: underline;
  }
  #secondary-menu .current-menu-item a {
  text-decoration: underline;
}
  #secondary-menu li a i {
	font-size: 1em;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;	
  margin-right: 2px;
  
}
  #secondary-menu li a:hover i {
	transform: scale(1.1);
	transform-origin: center;
  }

/* SITEBRANDING */  
.site-branding {
  max-width: 260px;
  transition: 0.25s ease-in-out;
_border-radius: 3px;
  _background: #fff;
  padding: 40px 0px 20px;
  _box-shadow: 0px 12px 5px -10px rgba(0,0,0,0.15);
}
.ds-logo-white img {
  filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.75));
}
#masthead .site-branding .ds-logo-white{
	display: block;
}

#masthead.fixed .site-branding .ds-logo-white{
	display: none;
}

#masthead .site-branding .custom-logo-link{
		display: none;
}
#masthead.fixed .site-branding .custom-logo-link{
		display: block;
}
#masthead:not(.fixed) .site-branding{
	max-width: 280px;
}

.inner-mastheader {
  display: flex;
  width: 86%;
  margin: auto;
  padding: 0px 0;
  align-items: center;
  justify-content: space-between;
}
.inner-mastheader{
	transition: 0.25s ease-in-out;
}
/* .shrink .site-branding{
	max-width: 210px;
} */

/* MAIN NAV */  
#site-navigation {
	width: auto;
  }
  #primary-menu {
	align-items: center;
  }  
#site-navigation li {
margin-left: 3em;
}
#site-navigation li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1.3px;
  transition: 0.3s ease-in-out;
  text-shadow: 0px 0px 10px #000;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
#site-navigation ul#primary-menu > li.current_page_item > a,
  #site-navigation ul#primary-menu > li.current-page-ancestor > a,
  #site-navigation ul#primary-menu > li > a:hover{
	color: #fff !important;
	border-bottom: 2px solid #fff;
	padding-bottom: 16px !important;
  }
  #site-navigation li.navigation-button a {
	background: var(--dus-yellow);
	color: #fff;
  padding: 14px 24px 14px;
  border-radius: 60px;
  font-size: .95em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2px;
  transition: 0.4s ease-in-out;
  }
  #site-navigation li.navigation-button a i {
	margin-right: 2px;
  }

  .main-navigation ul ul {
	background: #fff;
	display: flex;
	flex-flow: column;
	padding: 10px 20px;
	margin-left: -20px;
	border-radius: 0 0 5px 5px;
  }
  .main-navigation ul ul li {
	display: block;
	width: 100% !important;
	margin-left: 0 !important;;
  }

  .main-navigation ul ul a {
	width: 200px;
	font-weight: 650 !important;
	font-size: 1.125em !important;
	text-transform: unset !important;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 250px;
	border-bottom: 1px solid #eaeaea;
  }
  .main-navigation ul ul li:last-child a {
	margin-bottom: 0px;
	border-bottom: 0 !important;
  }

  .main-navigation ul ul li.current-menu-item a,
  .main-navigation ul ul li a:hover{
	color: var(--dus-dark) !important;
  }

  #site-navigation ul#primary-menu > li:not(.navigation-button) > a {
	padding-top: 38px;
	padding-bottom: 15px;
	transition: 0.2s ease-in-out;
  }

  /* .shrink #site-navigation ul#primary-menu > li:not(.navigation-button) > a {
	padding-top: 24px;
    padding-bottom: 24px;
  }
  .shrink #site-navigation ul#primary-menu > li.current_page_item:not(.navigation-button) > a,
  .shrink #site-navigation ul#primary-menu > li.current-page-ancestor > a {
	padding-top: 24px;
    padding-bottom: 20px !important;
  } */

  .hide_on_desktop{
	display: none !important;
  }



#primary {
  position: relative;
}
#primary:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0,0,0,0.75) 20%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: .5
}

/* STRUCTURE */

.service-cards .panel-layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-cards .panel-grid {
  width: 48.5%;
  border: 2px solid #f2f0f6;
  padding: 10px 20px;
  margin-bottom: 25px !important;
  border-radius: 3px;
  transition: 0.4s ease-in-out;
  box-shadow: 0;
  background: #fff;
  text-align: center;
}
.service-cards .panel-grid:hover {
box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff;
background: var(--dus-yellow);
border: 2px solid var(--dus-yellow);
}

.service-cards .panel-grid .so-panel:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	transition: 0.6s ease-in-out;
}
.service-cards .panel-grid .so-panel:first-child h3{
		transition: 0.4s ease-in-out;
}
.service-cards .panel-grid .so-panel:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
	transition: 0.6s ease-in-out;	
	text-align: left !important;
}
.service-cards img{
	transition: 0.5s ease-in-out;	
}
.service-cards .panel-grid{
	overflow: hidden;
}
.service-cards .panel-grid:hover img {
position: relative;
  opacity: 0;
  _filter: grayscale(1);
  transform: scale(1.5);
  transform-origin: 50% 20%;
}

.service-cards .panel-grid:hover .so-panel:first-child h3:last-of-type{
	  opacity: 0;
}
.service-cards .panel-grid .so-panel:last-child h3, .service-cards .panel-grid .so-panel:last-child p, .service-cards .panel-grid .so-panel:last-child p a{
		transition: 0.25s ease-in-out;	
}
.service-cards .panel-grid:hover .so-panel:last-child h3, .service-cards .panel-grid:hover .so-panel:last-child p, .service-cards .panel-grid:hover .so-panel:last-child p a{
	color: var(--dus-dark);
}
.service-cards .panel-grid:hover .so-panel:last-child{
	  opacity: 1;
}

.service-cards .panel-grid .so-panel:last-child .textwidget{
	padding: 4% 3%;
}
.service-cards p a{
	text-decoration: none;
	font-weight:500;
}
.service-cards p:last-of-type{
	margin-bottom: 0 !important;
}
.service-cards .panel-grid .so-panel:last-child h3{
	margin-top: 0;
}
.service-cards a .fas {
 transform: scale(.85) translateY(1px);
	display: inline-block;
	margin-left: 5px;
		transition: 0.3s ease-in-out;		
}
.service-cards a:hover  .fas {
		margin-left: 10px;
}
.service-cards .panel-grid-cell {
  position: relative;
}


#pg-8-1, #pg-8-3{
	position: relative;
}
#pg-8-3::before {
  content: "";
  width: 52vw;
  height: 52vw;
  background: url(/wp-content/uploads/2025/07/deko_bg_signet.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 2%;
  opacity: .125;
  filter: grayscale(1);
  z-index: -1;
}
.service-cards p {
  font-size: 1.1em !important;
}
.content-section h3 {
  font-size: 1.33em;
  font-weight: 500;
  color: var(--dus-dark);
}
.entry-content{
	margin-top: 0;
}
.content-section{
	width: 86%;
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0%;
}
.content-section-m{
	width: 76%;
  	width: calc(76% - 100px);
}
.content-section-m .textwidget {
  max-width: 860px;
}
  .content-section-s {
	max-width: 1060px;
  }
  .content-section-s .textwidget{
	max-width: 74px;
  }
.content-section p > a{
	color: var(--dus-dark);
}
.content-section.no-pt{
	padding-top: 0;
}
.content-section.no-pb{
	padding-bottom: 0;
}
.home .rpwwt-widget {
  margin-top: -50px;
}
.rpwwt-widget ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25% !important;
  margin-right: -1.25% !important;
}
.rpwwt-widget ul li {
  width: 30.5% !important;
  margin-left: 1.25% !important;
  margin-right: 1.25% !important;
}
.rpwwt-post-excerpt {
  font-size: .9em;
}
.rpwwt-post-title {
  font-size: 1.15em;
  color: var(--dus-dark);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85em;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  display: block;
}
.rpwwt-widget li a {
  text-decoration: none;
}
/* FOOTER */
footer p:first-child{
	margin-top: 0;
}
footer .so-widget-image {
  max-width: 230px !important;
}
footer p strong, footer p b{
	font-weight: 600;
}
footer li a{
	font-weight: 400;
}
.entry-footer{
	display: none;
}
footer.site-footer {
  background: var(--dus-dark);
  border: 16px solid #fff;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
  border-top: 0;
}
.site-footer a, .site-footer p {
	color: #fff !important;
	text-decoration: none;
	font-size: 1em !important;
	_display: block;
	transition: 0.3s ease-in-out;
	font-weight: 400;
  }
  .site-footer .content-section a, .site-footer .content-section p {
  font-size: 15px !important;
  opacity: .9;
}
  .site-footer a:hover{
	color: var(--dus-yellow) !important;
  }
  #footer-top-row{
  border-bottom: 1px solid #03448C;
	padding-bottom: 50px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100% !important;
  height: auto;
  margin-bottom: 25px;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.border-top-decor {
  border-top: 1px solid #dedede;
  padding-top: 40px;
}
.site-info {
  opacity: .7;
}
.ft-navigation {
  display: flex;
}
.ft-navigation a {
  margin-left: 20px;
  font-size: 1.5em !important;
}
#footer-bottom-row h3 {
  font-weight: 600;
  font-size: .9em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 700 !important;
  margin-bottom: .8em;
}
  #footer-bottom-row .sow-image-container {
	background: #fff;
	padding: 12px;
	border-radius: 6px;
	_filter: grayscale(1) invert(1) contrast(3);
	max-width: 188px;
  }

  .site-footer a, .site-footer p {
	color: #fff;
	text-decoration: none;
  }  

  #footer-top-row .textwidget.custom-html-widget {
	display: flex;
	font-size: 1.2em;
	font-weight: 500;
  }
  #footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget {
	justify-content: end;
  }
  #footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a {
	margin-left: 30px;
	font-size: 1.15em !important;
  }
  #footer-top-row .panel-grid-cell:first-of-type .textwidget.custom-html-widget a {
	margin-right: 40px;
	  font-size: 1.1em !important;
  }
  #footer-pre-top-row img {
	background:#fff;
	max-width: 180px;
	padding: 30px 20px 20px;
	border-radius: 0px 0px 6px 6px;
	margin-top: -90px;
	margin-bottom: 20px;
  }

  footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }
  footer a{
	font-weight: 500;
  }
  a.social svg {
  width: 23px;
  height: 25px;
}
a.social svg path {
  fill: #fff;
}
footer li, footer p {
  line-height: 1.6;
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
.site-info .info-item:first-of-type {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.site-info {
  font-size: .8em !important;
  color: #fff;
  padding-bottom: 20px;
  border-top: 1px solid #030C19;
  padding-top: 15px;
  margin-top: 0px;
}
.info-item .sep {
  margin-left: 5px;
  margin-right: 5px;
}

footer .content-section {
  padding-bottom: 10px;
}

.cpr {
  display: flex;
}
.sep {
  margin-left: 6px;
  margin-right: 6px;
}
.legals ul {
  display: flex;
}
.legals ul li {
  margin-left: 20px;
}
  #footer-top-row .panel-grid-cell:first-of-type .textwidget.custom-html-widget a {
  margin-right: 50px;
  font-size: .75em !important;
  text-transform: uppercase;
  font-weight: 650;
  letter-spacing: .6px;
}
#footer-top-row .panel-grid-cell:first-of-type i {
  font-size: 1.25em !important;
  position: relative;
  top: 2px;
  margin-right: 3px;
}


#footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a i,
#footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a svg,
#footer-top-row .panel-grid-cell:first-of-type a i {
  width: 46px;
  height: 46px;
  text-align: center;
  border: 2px solid #fff;
  padding: 11px;
  border-radius: 100%;
  transition: 0.4s ease-in-out;
  background: transparent;
}
#footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a:hover svg path{
  transition: 0.4s ease-in-out;
}

#footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a:hover i,
#footer-top-row .panel-grid-cell:first-of-type a:hover i,
#footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a:hover svg {
  background-color: #fff;
  color: var(--dus-yellow);
}
#footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a:hover svg path{
    fill: var(--dus-yellow);
}

/* BUTTONS & LINKS */
   .more-btn {
    background: var(--dus-yellow);
  	color: var(--dus-dark) !important;
  	font-size: 1em;
  	text-transform: unset;
  	margin-top: 25px;
  	padding: 18px 20px;
  	font-weight: 600;
  	border-radius: 3px;
	text-decoration:none;
	letter-spacing: .2px;
	margin-right: 1em;
	transition: 0.3s ease-in-out;
  }
  p strong, p b{
	font-weight: 600;
  }
#hero .more-btn {
  font-size: .8em;
  text-transform: unset;
  margin-top: 25px;
  padding: 18px 20px;
  font-weight: 600;
  border-radius: 3px;
}
  .more-btn:hover {
	background: #fbbf24 ;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  }
  .hero-text {
  max-width: 690px;
}
.full-width-img-row .panel-grid-cell:first-of-type {
  margin-top: -8%;
}
.full-width-img-row .sow-image-container{
	opacity: 0;
	transform: translateY(50px);
	transition: 0.65s ease-in-out;
}
.full-width-img-row .sow-image-container.slideIn{
	opacity: 1;
	transform: translateY(0px);
}
#pg-8-5,
#pg-8-10 {
  position: relative;
}
#pg-8-5::before {
  content: "";
  _background: #f7f6f1;
  background: #f5f5f5;
  width: calc(100% - 32px);
  height: calc(100% + 230px);
  position: absolute;
  top: -230px;
  z-index: -1;
  left: 16px;
}
#pg-8-10::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% - 32px);
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 16px;
}
.full-width-img-row {
  margin-bottom: -30px;
}
.home-more-link-wrapper a{
	position: relative;
	text-decoration: none;
	color: var(--dus-dark) !important;
	padding-right: 20px;
	font-weight: 500 !important;
	font-size: .85em !important;
}
.home-more-link-wrapper a::after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: 2px;
  top: 1px;
  font-size: .8em;
}
.parallax-text .textwidget p:first-child em {
  font-size: 1.1em;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0,0,0,0.3);
}
.ti-widget-container {
  margin-bottom: 0 !important;
  position: relative;
  top: 30px;
}
.rpwwt-post-excerpt-more {
  color: var(--dus-dark);
  font-weight: 500;
  font-size: .9em;
  padding-right: 20px;
  display: block;
  margin-top: 15px;
  position: relative;
  max-width: 112px;
}
.rpwwt-post-excerpt-more::after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: 2px;
  top: 3px;
  font-size: .8em;
}
  /* .more-btn:hover,
  #site-navigation li:last-child a:hover {
	background: #d63a38 !important;
	color: #fff !important;
  } */


  /* SCROLL INDICATOR */

  .scrollbar-indicator {
  width: 3px;
  height: 0;
  background: #cecece;
  position: absolute;
  top: 0;
  left: 50%;
  
  transform: translateX(-50%);
}
.service-cards-sm .panel-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.service-cards-sm .panel-layout .panel-grid:first-child {
  width: 80px;
}
.service-cards-sm .panel-layout .panel-grid:first-child .panel-grid-cell, 
.service-cards-sm .panel-layout .panel-grid:first-child .so-panel,
.service-cards-sm .panel-layout .panel-grid:first-child .textwidget{
	height: 100%;
	position: relative;
}
.service-cards-sm .panel-layout .panel-grid:last-child {
  width: calc(100% - 80px);
}
.service-cards-sm .panel-layout .panel-grid:last-child .panel-grid-cell:first-child h3 {
  margin-top: 0;
  margin-bottom: -10px;
}

.service-cards-sm .panel-layout .panel-grid:last-child .textwidget {
  position: relative;
  padding-left: 20px;
  margin-bottom: 90px;
  transform: unset !important;
}
.service-cards-sm .panel-layout .panel-grid:last-child .textwidget p:first-child{
	margin: 0;
}
.service-cards-sm .panel-layout .panel-grid:last-child .textwidget p:first-child em {
  position: absolute;
  font-style: normal;
  font-size: 1.15em;
  background: #f1f1f1;
  width: 50px;
  height: 50px;
  line-height: 1;
  padding: 14px 0px;
  text-align: center;
  _border-radius: 100%;
  border-radius: 3px;
  left: -65px;
  top: -9px;
  color: #bebebe;
  transition: 0.3s ease-in;
}
.service-cards-sm {
  margin-top: 30px;
}
.service-cards-sm .panel-layout .panel-grid:last-child .active .textwidget p:first-child em {
background: var(--dus-yellow);
color: var(--dus-dark);
transition: 0.2s ease-in;
}
.service-cards-sm .panel-layout .panel-grid:last-child .panel-grid-cell:first-child h3, .service-cards-sm .panel-layout .panel-grid:last-child .panel-grid-cell:first-child h3 + p {
  opacity: .2;
}
.service-cards-sm .panel-layout .panel-grid:last-child .panel-grid-cell:first-child .active h3, .service-cards-sm .panel-layout .panel-grid:last-child .panel-grid-cell:first-child .active h3 + p {
  opacity: 1;
}

  /* HEADINGS AND TEXTS */

h2 {
	font-size: 3em;
	font-weight: 600;
	color: var(--dus-heading);
  }
  .content-section h2 {
  position: relative;
}
.content-section h2:before {
  content: "";
  height: 3px;
  width: 70px;
  background: var(--dus-yellow);
  position: absolute;
  left: -100px;
  top: 35px;
}
.textwidget p:first-child em {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.7;
  font-size: .85em;
  font-weight: 500;
  margin-bottom: -20px;
  display: block;
}
.content-section p, .content-section-left p, .content-section-right p, .entry-content .content-section ul li {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
}
/* HERO + SLIDER HOME */
#hero {
  position: relative;
  height: calc(100vh - 32px);
  min-height: 670px;
	max-height: 850px;
  _border: 16px solid #fff;
  border-bottom: 0;
	overflow: hidden;
}
/* #hero::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgb(237, 243, 255) 10%,rgba(249,251,255,0) 100%);
  position: absolute;
  left: 0;
  top: 0;
} */
.hero-title, .textwidget{
	opacity: 0;
	transform: translateY(80px);
	transition: 0.6s ease-in-out;
}
#hero.loaded .hero-title, .textwidget.slideIn{
	opacity: 1;
	transform: translateY(0px);
}

/* #hero:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(45deg, rgba(0,61,113,1) 0%,rgba(0,61,113,.8) 50%, rgba(255,255,255,0) 100%);
	opacity: .8;
}
	*/
#hero .so-panel {
	margin-bottom: 0 !important;
  }


#hero .so-panel:last-of-type .sow-image-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* hinter dem Text */
}
#hero .so-panel:last-of-type .sow-image-container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 70%);
}
#hero .so-panel:last-of-type .sow-image-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 15%);
}
#hero .so-panel:last-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: 50% 45%;
  display: block;
}
#danner_seidler {
  margin-bottom: -20px;
}
#hero p strong,
#hero h1 {
  color: #fff;
  margin-bottom: 60px;
  display: block;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.4;
}
body:not(.home) #hero h1 {
font-size: 3.1em;
text-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#hero p em {
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
body:not(.home) #hero {
  max-height: 620px;
  min-height: 530px;
}
  #hero .so-panel:first-of-type {
	position: absolute;
	z-index: 1000;
	width: 86%;
	max-width: 1580px;
	left: 50%;
	bottom: 14%;
	transform: translateX(-50%);
	overflow: hidden;
  }
  body:not(.home) #hero .so-panel:last-of-type .sow-image-container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 70%);
}
body:not(.home) #site-navigation li a {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
body:not(.home) #hero .so-panel:last-of-type .sow-image-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 35%);
}
.page-id-28 #hero .so-panel:last-of-type img {
  object-position: 50% 21%;
}
.page-id-34 #hero .so-panel:last-of-type img {
  object-position: 50% 20%;
}
#hero p{
	font-size: 1.3em;
}
body:not(.home) #hero .so-panel:first-of-type{
	bottom: 6% !important;
	width: calc(76% - 68px);
}
  /* SUBHERO */
  .entry-content {
	position: relative;
  }
  #sub-hero {
  padding-top: 150px;
}
.service-cards img {
  max-width: 80px;
  margin-bottom: -14px;
  margin-top: -8px;
}
.parallax-text h2 {
  color: #fff;
  line-height: 1.3;
  font-size: 2.5em;
  margin-bottom: 50px;
  text-shadow: 0px 0px 19px rgba(0,0,0,0.3);
}
.parallax-text {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  width: 86%;
  transform: translate(-50%,-50%);
}
.parallax-text img {
  max-width: 330px;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.3));
  filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.3));
  margin-bottom: -10px;
}
  /* PARALLAX */
  .parallax {
	background-position: center;
	height: 75vh;
	width: calc(100% - 32px);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	top: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
  }
  .parallax:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.25);

  }
  .ios .parallax {
	background-position: center !important;
	height: 65vh;
	width: 100%;
	background-attachment: scroll !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	top: 0;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
  }

.line-v {
  width: 20px;
  height: 2px;
  background: var(--dus-dark);
  display: block;
  transform: rotate(45deg) translateY(-1px);
  pointer-events: none;
}
.line-h {
  width: 20px;
  height: 2px;
  background: var(--dus-dark);
  display: block;
  transform: rotate(-45deg) translateY(1px);
  pointer-events: none;
}
.close-cta-widget {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(1.1);
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  z-index: 1000;
  padding: 0;
}
.cta-widget .textwidget{
	transform: unset !important;
	opacity: 1 !important;
}
.cta-widget .more-btn {
  background: var(--dus-dark);
  color: #fff !important;
  margin-top: 5px !important;
  display: inline-block;
  margin-bottom: -25px;
}
.cta-widget {
  background: var(--dus-yellow);
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 50%;
  max-width: 520px;
  padding: 46px 30px 30px;
  z-index: 1000;
  border-radius: 3px;
}
#prefooter{
  display: none;
}
.cta-widget h3 {
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
}


.toggle-cta-widget {
  border: none;
  background: var(--dus-yellow);
  color: var(--dus-dark);
  font-size: 24px;
  padding: 10px 15px 10px;
  height: 52px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
  border-radius: 3px;
  cursor: pointer;
  display: none;
}
.btn-inner{
display: flex;
}
.btn-text-reveal {
  font-size: .72em;
  line-height: 1;
  font-weight: 500;
  position: relative;
  top: 3px;
  padding-right: 0;
  overflow: hidden;
  width: 0px;
  display: block;
  transition: 0.5s ease-in-out;
  white-space: nowrap;
  left: -4px;
}
.toggle-cta-widget:hover .btn-text-reveal{
	width: 170px;
}

.service-grid-row .so-widget-image {
  max-width: 60px !important;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease-in-out;
}
.service-grid-row .so-widget-image.slideIn {
  opacity: 1;
  transform: translateY(0px);
}
.service-grid-row .more-btn,
.service-cta-pre-footer .more-btn {
  display: inline-block;
  margin-top: 0;
  font-size: .9em;
  padding: 16px 20px;
}
#pg-28-2,
#pg-28-4,
#pg-28-6 {
  position: relative;
}
#pg-28-2::before,
#pg-28-4::before,
#pg-28-6::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% - 32px);
  height: calc(100%);
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 16px;
}


.service-cta-pre-footer .sow-image-container {
  aspect-ratio: .8;
  position: relative;
  overflow: hidden;
}
.service-cta-pre-footer .sow-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: block !important;
}


.content-section.service-cta-pre-footer a:not(.more-btn) {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.7;
  font-size: .85em;
  font-weight: 600;
  margin-bottom: -20px;
  display: inline-block;
  margin-right: 5%;
  color: var(--dus-dark);
  text-decoration: none;
}

.content-section.service-cta-pre-footer p:nth-child(4){
	border-bottom: 1px solid #dedede;
	padding-bottom: 30px;
}
.content-section.service-cta-pre-footer p:nth-child(5){
	margin-bottom: 40px;
}
#danner_seidler h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 40px;
}
#danner_seidler p{
	font-size: 1.1em;
}


#pg-30-2 {
  position: relative;
}
#pg-30-2::before {
  content: "";
  _background: #f7f6f1;
  background: #f5f5f5;
  width: calc(100% - 32px);
  height: calc(100% - 240px);
  position: absolute;
  top: 230px;
  z-index: -1;
  left: 16px;
}
#map {
  height: 550px;
  width: 100%;
  margin-top: 28px;
  border: 16px solid #fff;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
  border-top: 0;
  border-bottom: 0;
}
.outer-maps-wrapper .textwidget p a{
  color: inherit !important;
  text-decoration: none;
}
.outer-maps-wrapper{
  margin-top: 10px;
}


.masonry-grid {
  margin-top: 36px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1580px;
}

.masonry-grid .panel-grid-cell {
  position: relative;
}
.masonry-grid .panel-grid-cell .so-panel:last-of-type:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 204, 92,.95);
  backdrop-filter: blur(0px);
  opacity: 0;
  transition: 0.5s ease-in-out;
	display: none;
}
.masonry-grid .panel-grid-cell:hover .so-panel:last-of-type {
	opacity: 1;
}
.sow-accordion-panel-header {
  background: #ffff !important;
  color: var(--dus-dark) !important;
  font-weight: 500;
  padding: 10px 0 20px !important;
  border-bottom: 1px solid #dedede;
}
.masonry-grid .panel-grid-cell .so-panel:last-of-type .textwidget {
  font-size: .9em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.masonry-grid .panel-grid{
	align-items: stretch !important;
}
.masonry-grid .panel-grid .yellow-box{
	background: var(--dus-yellow);
	position: absolute;
	width: 100%;
	height: 100%;
}
.masonry-grid .panel-grid .yellow-box h3 {
  font-weight: 600;
  font-size: 1.4em !important;
  margin: 0 !important;
	text-transform: unset !important;
		padding: 5%;
}
.masonry-grid .panel-grid-cell .so-panel:last-of-type .textwidget p{
	margin-bottom: 0;
}
.masonry-grid h3 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -10px;
  font-size: 1.35em;
  margin-top: 0;
}


.page-id-34 .wpcf7-form {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-34 .wpcf7-form p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-id-34 .wpcf7-form p br{
	display: none;
}
.page-id-34 .wpcf7-form p:nth-child(3), .page-id-34 .wpcf7-form p:nth-child(4) {
  width: 48%;
}
 .wpcf7-form input[type="text"], .wpcf7-form input[type="email"],  .wpcf7-form input[type="tel"], .wpcf7-form textarea{
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  resize: none;
  font-family: 'Montserrat', sans-serif;
}
.dropdown-ckbx-list .ckbxs {
  display: block;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  font-size: .85em;
  color: #999;
  position: relative;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--dus-yellow);
  color: var(--dus-dark) !important;
  font-size: 1em;
  text-transform: unset;
  padding: 18px 20px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: .2px;
  margin-right: 1em;
  transition: 0.3s ease-in-out;
  border: none;
  font-size: .85em;
  min-width: 180px;
  margin-top: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: .85em;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-top: -13px;
  display: block;
}
.dropdown-ckbx-list .ckbxs {
  display: block;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 14px 10px;
  font-size: .8em;
  color: #aaaaaa;
  position: relative;
  cursor: pointer;
  appearance: none;
  width: 100% !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  text-align: left !important;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif;
}
.service-grid-row .more-btn {
  margin-top: 15px;
}
.wpcf7-form-control.wpcf7-acceptance span {
  font-size: .9em;
}
.wpcf7-form-control.wpcf7-acceptance span a {
  text-decoration: underline;
}
.wpcf7-not-valid-tip {
  font-size: .75em;
}
#set_subjects {
  margin-left: 10px;
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: .7em;
  font-weight: 500;
  background: var(--dus-yellow);
  border: none;
  padding: 12px 15px;
  margin-bottom: -10px;
  border-radius: 3px;
}
.dropdown-ckbx-list-wrapper {
  display: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 10px 8px 5px;
}
.dropdown-ckbx-list .ckbxs.active_selection {
  color: #616161;
}
.dropdown-ckbx-list > p {
  margin-bottom: 0 !important;
}
.dropdown-ckbx-list {
  margin-bottom: 20px;
}
.dropdown-ckbx-list {
  position: relative;
}
.dropdown-ckbx-list-wrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
}
.dropdown-ckbx-list .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: .85em;
}
.dropdown-ckbx-list .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 10px;
  display: block;
  width: 100%;
}
.dropdown-ckbx-list {
  width: 100% !important;
}
.page-id-34 strong.heading {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}
.dropdown-ckbx-list .ckbxs:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f078";
  -webkit-text-stroke: .75px #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.page-id-34 .home-more-link-wrapper {
  border-top: 1px solid #dedede;
  margin-right: 10%;
  margin-top: 14px;
  padding-top: 20px;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: #fff !important;
  padding: 0 20px !important;
  font-size: .9em !important;
}


.has_border-top .more-btn {
  font-size: .85em;
}

.has_border-top {
  margin-top: -40px;
  margin-bottom: 40px;
}
.toggle-cta-widget .far.fa-calendar-alt {
  transform: scale(.9);
  position: relative;
  top: -1px;
}
.dropdown-ckbx-list .ckbxs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) {
  padding-right: 80px;
  position: relative;
  margin-bottom: 50px;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) {
  padding-left: 80px;
  position: relative;
  margin-bottom: 50px;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget{
	background: #f5f5f5;
	padding: 25px;
	transform: translateY(0) translateX(-40px) !important;
}

.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget{
	background: #f5f5f5;
	padding: 25px;
	transform: translateY(0) translateX(40px) !important;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget.slideIn{
	transform: translateY(0) translateX(0px) !important;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget.slideIn{
	transform: translateY(0) translateX(0px) !important;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title {
  position: absolute;
  background: var(--dus-yellow);
  color: var(--dus-dark);
  right: -46.5px;
  width: 64px;
  height: 65px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  padding-top: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title {
  position: absolute;
  background: var(--dus-yellow);
  color: var(--dus-dark);
  left: -46.5px;
  width: 64px;
  height: 65px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  padding-top: 18px;
  top: 50%;
  transform: translateY(-50%);
}

#history{
	position: relative;
}
#history > .panel-grid-cell > .panel-last-child {
  width: 3px;
  height: calc(100% - 130px);
  background: #cecece;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}



.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget{
	position: relative;
}

.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) .textwidget::after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: -25px;
  top: 50%;
  font-size: 5em;
  color: #f5f5f5;
  transform: translateY(-50%);
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget:after{
  content: "\f0d9";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: 50%;
  font-size: 5em;
  color: #f5f5f5;
  transform: translateY(-50%);
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title{
	opacity: 0;
	transform: translateY(-50%) scale(.5);
	transition: 0.5s ease-in-out;
}
.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title.slideIn,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title.slideIn{
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.masonry-grid .panel-grid-cell{
	transition: 0.6s ease-in-out;
	opacity: 0;
  transform: translateY(50px);
}
.masonry-grid .panel-grid-cell.slideIn{
	opacity: 1;
  transform: translateY(0px);
}

.job-listing .job-preview {
  background-color: transparent !important;
  border: 2px solid #e9e9e9;
  border-radius: 0px !important;
  display: table;
  width: 100%;
  border-left: 0 !important;
  border-right: 0 !important;
  margin: 0 !important;
  border-bottom: 0 !important;
}
.job-listing .job-preview .job-content{
	padding-left: 0 !important;
}
.job-listing .job-preview .job-cta{
	padding-right: 0 !important;
}

.apply-btn.local {
  background: var(--dus-yellow) !important;
  color: var(--dus-dark) !important;
  border-radius: 3px !important;
  font-weight: 600 !important;
  text-transform: unset !important;
  max-width: 210px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 0 0 auto;
}
.apply-btn.local i {
  margin-left: 5px;
}
#pg-32-2{
	position: relative;
}
#pg-32-2::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% - 32px);
  height: calc(100%);
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 16px;
}
.full-img-row {
  width: calc(100% - 32px);
  margin: 16px auto 0px;
}
.benefit-list ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.benefit-list li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  width: 48%;
  white-space: nowrap !important;
  margin-bottom: 20px;
  font-weight: 500 !important;
  font-size: 1.1em !important;
  margin-top: 10px;
}
.benefit-list li:before{
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  left: 0px;
  font-size: 1.1em;
  color: var(--dus-yellow);
}


.job-listing .job-preview .job-content h5 a {
  color: var(--dus-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: .9em !important;
}
#pgc-32-3-0 #pgc-w68da4090a5277-0-0{
  background: var(--dus-yellow);
  padding: 1.5% 3%;
  position: relative;
}
#pgc-32-3-0 h3 {
  font-weight: 600;
  font-size: 1.4em !important;
  margin: 0 !important;
}
#pgc-32-3-0 #pgc-w68da4090a5277-1-1{
  background: var(--dus-yellow);
  padding: 1.5% 3%;
  position: relative;
  font-size: 1.1em;
}
#pgc-32-3-0 #pgc-w68da4090a5277-1-1 p{
  margin: 0 !important;
}
#pgc-32-4-1 p{
	margin: 0 !important;
}
#pgc-32-3-0 .so-panel .so-panel, #pgc-32-4-1 .so-panel .so-panel{
  position: relative;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ap-block .cta-icons-ds {
  margin-bottom: 20px;
  margin-top: -10px;
}
.ap-block .sow-image-container img {
  min-height: 290px;
  object-fit: cover;
  object-position: 80% 50%;
}
.ap-block .textwidget {
  padding: 0 30px 0 20px;
}
.ap-block p {
  font-size: 1.1em;
}
.content-section.ap-block {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 90px;
  background: #f5f5f5;
}
.content-section.ap-block a {
  color: var(--dus-dark);
}
.content-section.ap-block strong {
  display: block;
  margin-bottom: -10px;
}


/* IMPRESSUM UND DATENSCHUTZ EXTRA STYLES */
.job-post .job-content-wrap{
	padding: 0 !important;
}
#hero-legals{
  margin-top: 90px;
}
.single-jobs .ds-logo-white{
	display: none !important;
}

.single-jobs .custom-logo-link{
	display: block !important;
}
.single-jobs .job-post {
  margin-top: 90px;
  padding-top: 0 !important;
}
.page-id-379 #masthead,
.page-id-381 #masthead,
.single-jobs #masthead {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.55);
}
.page-id-379 #masthead .site-branding,
.page-id-381 #masthead .site-branding,
.single-jobs #masthead .site-branding {
  background: none;
  box-shadow: none;
  padding: 20px 15px 20px;
}
.page-id-379 #site-navigation ul#primary-menu > li:not(.navigation-button) > a,
.page-id-381 #site-navigation ul#primary-menu > li:not(.navigation-button) > a,
.single-jobs #site-navigation ul#primary-menu > li:not(.navigation-button) > a{
  text-shadow: unset;
  color: var(--dus-dark);
  padding-top: 20px;
}
.page-id-379 #site-navigation ul#primary-menu > li:not(.navigation-button) > a:hover,
.page-id-381 #site-navigation ul#primary-menu > li:not(.navigation-button) > a:hover,
.single-jobs #site-navigation ul#primary-menu > li:not(.navigation-button) > a:hover{
    color: var(--dus-dark) !important;
}

.page-id-379 #site-navigation ul#primary-menu > li.current_page_item > a, 
.page-id-379 #site-navigation ul#primary-menu > li.current-page-ancestor > a, 
.page-id-379 #site-navigation ul#primary-menu > li > a:hover,
.page-id-381 #site-navigation ul#primary-menu > li.current_page_item > a, 
.page-id-381 #site-navigation ul#primary-menu > li.current-page-ancestor > a, 
.page-id-381 #site-navigation ul#primary-menu > li > a:hover,
.single-jobs #site-navigation ul#primary-menu > li.current_page_item > a, 
.single-jobs #site-navigation ul#primary-menu > li.current-page-ancestor > a, 
.single-jobs #site-navigation ul#primary-menu > li > a:hover {
  color: var(--dus-dark) !important;
  border-bottom: 2px solid var(--dus-dark);
  padding-bottom: 16px !important;
}
.job-side{
	display: none;
}

.jobs-row-input ul {
  padding: 0;
  margin: 20px 0 0 0 !important;
  list-style-type: none !important;
  line-height: 1.66;
}
.jobs-row-input ul li {
  padding-left: 30px;
  margin: 8px 0;
  position: relative;
  font-size: 1em;
}
.jobs-row-input ul li:before {
  content: "";
  width: 16px;
  height: 2px;
  background: var(--dus-yellow);
  position: absolute;
  left: 0;
  top: 13px;
}
.jobs-row.clearfix.position_description.type-tinymce .jobs-row-label {
  display: none;
}

.jobs-row-label span {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.7;
  font-size: 1em !important;
  font-weight: 500 !important;
  display: block;
  border-bottom: 0 !important;
}
.single-jobs div:not(.position_description) p{
	font-size: 1em;
}
.single-jobs .position_description .jobs-row-input p {
  font-size: 1.15em !important;
}
.position_title .jobs-row-input {
  font-size: 2em !important;
  font-weight: 600;
  color: var(--dus-heading);
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-jobs small {
  font-size: .5em;
  position: relative;
  top: -1em;
}
.job-post .job-content{
	width: 100% !important;
	float: none !important;
}
.position_title .jobs-row-input::before {
  content: "";
  height: 3px;
  width: 70px;
  background: var(--dus-yellow);
  position: absolute;
  left: -100px;
  top: 18px;
}
.job-post{
	overflow: unset !important;
}
.job-post .jobs-row:not(:first-of-type) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.job-post .jobs-row:last-of-type {
  /* border-bottom: none;
  padding-bottom: 0px; */
}
.single-jobs .job-post {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.single-jobs .jobs-single_flex{
margin-top: 110px;
}
.jobs-row-input .more-btn {
  width: 100% !important;
  max-width: unset !important;
  display: block;
  text-align: center;
  padding: 14px;
  margin-bottom: 20px;
}
.content-section.content-section-m.jobs-single_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.content-section.content-section-m.jobs-single_flex .jobs_sidebar {
  width: 350px;
  padding: 20px 0 20px 50px !important;
  position: sticky;
  top: 120px;
  border-radius: 3px;
}
.additional-links a {
  color: var(--dus-dark);
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
.content-section.content-section-m.jobs-single_flex .jobs_main {
  width: calc(100% - 350px);
  border-right: 3px solid #ededed;
  padding-right: 40px;
}
.additional-links i {
  background: var(--dus-yellow);
  color: var(--dus-dark);
  padding: 6px;
  border-radius: 3px;
  margin-right: 10px;
}
.fab.fa-whatsapp {
  font-size: 1.15em;
}
.single-jobs .wpcf7-form p br {
  display: none;
}
.single-jobs .wpcf7-form {
  font-size: 1.2em;
}
.single-jobs div:not(.position_description) p {
  margin-bottom: 20px !important;
}
.wpcf7-form-control.wpcf7-acceptance span a{
	color: var(--dus-dark) !important;
}

.cta-icons-ds a {
  background: var(--dus-yellow);
  color: var(--dus-dark);
  width: ;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  padding: 2px;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
}
.steps-circle {
  margin-left: -100px;
  margin-right: 20px;
  margin-top: -20px;
}
.steps-circle-wrapper > .panel-grid-cell:first-of-type{
  position: sticky;
  _top: 120px;
  top: 25%;	
}
.steps-circle-wrapper > .panel-grid-cell:last-of-type .so-panel{
	padding-top: 5vh;
	padding-bottom: 2.5vh;	
}
.steps-circle-wrapper > .panel-grid-cell:last-of-type .so-panel:first-of-type{
	padding-top: 10vh;
	padding-bottom: 2.5vh;	
}
.steps-circle-wrapper > .panel-grid-cell:last-of-type .so-panel:last-of-type{
	padding-top: 5vh;
	padding-bottom: 5vh;	
}
.steps-circle-wrapper > .panel-grid-cell:last-of-type {
  margin-bottom: 10vh !important;
}
svg circle{
	transition: 0.4s ease-in-out;
}
svg circle.active {
  fill: #101926 !important;
}
svg .st2.n1, svg .st2.n2, svg .st2.n3 ,svg .st2.n4, svg .st2.n5, svg .st6.icon{
	transition: 0.4s ease-in-out;
	fill: #cecece !important;
}
svg .st2.n1.active, svg .st2.n2.active, svg .st2.n3.active, svg .st2.n4.active{
	fill: #fecc5d !important;
}
svg .st2.n5 {
  transform: translateY(4.2%);
}
.st0.c5 {
  transform: scale(1.025);
  transform-origin: center;
}
svg .st2.n5.active {
	fill: #101926 !important;
	transform: translateY(0%);
}
.st6.icon {
  transform: scale(0);
  transform-origin: center;
}

svg .st6.icon.active {
	fill: #101926 !important;
	  transform: scale(1);
}
svg circle.c5.active{
  fill: #fecc5d !important;
}
#pgc-8-3-0 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1400px) {
    
}

.mobile_cta-nav{
  display: none;
}

@media only screen and (max-width: 1280px) {
  .mobile_cta-nav{
  display: block;
}
.menu-toggle {
  padding: 0 !important;
  width: auto !important;
  display: block !important;
  border: none;
  background: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative;
  z-index: 1000;
  /* position: absolute;
  right: 20px;
    top: calc(50% + 1px);
    transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out; */
}
.site-branding {
  position: relative;
  z-index: 1000;
}
.mobilMenu {
		height: 50px;
		display: block;
		right: 3% !important;
	}
	.mobilMenu {
		top: 18px;
		height: 56px;
		transform: unset !important;
		padding: 14px;
	  }
	  #nav-icon {
		width: 32px;
		height: 21px;
		position: relative;
		margin: 0px auto;
		margin-top: 0px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		margin-top: 5px;
	  }
	#nav-icon span{
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #fff;
	  border-radius: 1px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
 header.fixed #nav-icon span, .page-id-379 #masthead #nav-icon span, .page-id-381 #masthead #nav-icon span, .single-jobs #masthead #nav-icon span{
  background: var(--dus-dark);
 }
	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	  top: 8px;
	}

	#nav-icon span:nth-child(4) {
	  top: 16px;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 8px;
	  width: 0%;
	  left: 50%;
	}

	#nav-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	#nav-icon.open span:nth-child(4) {
	  top: 8px;
	  width: 0%;
	  left: 50%;
	}
  .menu-main-menu-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--dus-dark);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transition: 0.6s ease;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.fixed .menu-main-menu-container {
  top: 100px;
  height: calc(100vh - 100px);
  height: calc((var(--vh2, 1vh) * 100) - 100px);
}
.page-id-379 .menu-main-menu-container, .page-id-381 .menu-main-menu-container, .single-jobs .menu-main-menu-container{
  top: 100px;
  height: calc(100vh - 100px);
  height: calc((var(--vh2, 1vh) * 100) - 100px);
}
.nav_opend .menu-main-menu-container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow: auto;
}
.single-jobs .jobs-single_flex {
  margin-top: 70px;
}
#primary-menu {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease;
}
  #primary-menu {
    margin-top: 140px;
    border-top: 1px solid #29323F;
  }
  .page-id-379 .menu-main-menu-container #primary-menu, .page-id-381 .menu-main-menu-container #primary-menu, .single-jobs .menu-main-menu-container #primary-menu{
    margin-top: 10px;
  }
header.fixed #primary-menu {
  margin-top: 10px;
  border-top: 1px solid transparent;
}
.nav_opend #primary-menu {
  pointer-events: auto;
  opacity: 1;
}
  #primary-menu li {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #29323F;
  }
  #masthead #site-navigation ul#primary-menu > li > a
  #masthead.fixed #site-navigation ul#primary-menu > li > a,
  #masthead.fixed ul#primary-menu > li:not(.navigation-button) > a,
  #site-navigation ul#primary-menu > li:not(.navigation-button) > a {
    padding: 20px 0 !important;
    font-size: 1.1em;
    outline: none !important;
    color: #fff !important;
    border: none !important;
  }
#masthead #site-navigation ul#primary-menu > li.current_page_item:not(:last-child) > a, #masthead #site-navigation ul#primary-menu > li.current-page-ancestor > a, 
#masthead.fixed #site-navigation ul#primary-menu > li.current_page_item:not(:last-child) > a, #masthead.fixed #site-navigation ul#primary-menu > li.current-page-ancestor > a{
  color: var(--dus-yellow) !important;
  border-bottom: none !important;
  padding-bottom: 20px !important;
}
#masthead #site-navigation li:last-child > a,
#masthead.fixed #site-navigation li:last-child > a {
  color: #fff !important;
  background: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
  #masthead #site-navigation li:last-child > a:hover,
  #masthead.fixed #site-navigation li:last-child > a:hover,
  #masthead.fixed #site-navigation ul#primary-menu > li > a:hover,
  #site-navigation ul#primary-menu > li:not(.navigation-button) > a:hover {
  background: none !important;
  color: var(--dus-yellow) !important;
  border: none !important;
  padding: 20px 0 !important;
}
.content-section-m {
  width: 76%;
  width: calc(76% - 0px);
}
.mobile_cta-nav {
  display: flex;
  position: absolute;
  right: calc(7% + 70px);
  top: 50%;
  transform: translateY(-50%);
}
.inner-mastheader {
  _position: relative;
}
.mobile_cta-nav a:last-of-type {
  margin-left: 25px;
  font-size: 24px;
  color: #fff;
  transition: 0.6s ease;
  /* -webkit-text-stroke: .5px #fff; */
}
.mobile_cta-nav a:first-of-type {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 3px;
  transition: 0.6s ease;
  margin-right: 5px;
  /* -webkit-text-stroke: .5px #fff; */
}
.fixed .mobile_cta-nav a:last-of-type {
  color: var(--dus-dark);
}
.fixed .mobile_cta-nav a:first-of-type {
  color: var(--dus-dark);
}
.toggle-cta-widget{
  z-index: 1000;
}
.menu-main-menu-container::after {
  content: "";
  background: url(/wp-content/uploads/2025/07/deko_bg_signet.png);
    background-size: auto;
  background-size: cover;
  width: 62vw;
  height: 62vw;
  position: absolute;
  bottom: -12%;
  right: 2%;
  z-index: -1;
  filter: grayscale(1);
  opacity: .02;
  mix-blend-mode: luminosity;
}
.page-id-379 #site-navigation ul#primary-menu > li:not(.navigation-button) > a:hover, .page-id-381 #site-navigation ul#primary-menu > li:not(.navigation-button) > a:hover, .single-jobs #site-navigation ul#primary-menu > li:not(.navigation-button) > a:hover,
.single-jobs #primary-menu #menu-item-37 a {
  color: var(--dus-yellow) !important;
}
.page-id-379 #masthead .mobile_cta-nav a, .page-id-381 #masthead .mobile_cta-nav a, .single-jobs #masthead .mobile_cta-nav a{
  color: var(--dus-dark) !important;
}
}

@media only screen and (max-width: 991px) {
.service-cards .panel-layout {
  flex-direction: column;
}
.service-cards .panel-grid {
  width: 100%;
}
h2,
#hero p strong, #hero h1 {
  font-size: 2.2em;
}
body:not(.home) #hero h1 {
  font-size: 2.5em;
}
.parallax-text h2{
  font-size: 2em !important;
}

.service-cta-pre-footer {
  flex-flow: column;
  width: calc(76% - 0px);
}
.service-cta-pre-footer .panel-grid-cell:first-of-type{
  display: none !important;
}
.service-cta-pre-footer > .panel-grid-cell {
  width: 100% !important;
}
.content-section h2::before {
  content: "";
  height: 3px;
  width: 55px;
  background: var(--dus-yellow);
  position: absolute;
  left: -75px;
  top: 25px;
}
body:not(.home) #hero .so-panel:first-of-type {
  bottom: 6% !important;
  width: 76%;
}

.flex-mobile-change .panel-grid .full-img-row {
  flex-flow: column !important;
}

.flex-mobile-change .panel-grid .full-img-row {
  _flex-flow: column !important;
  display: grid;
  grid-template-columns: 1fr;
}
.flex-mobile-change > .panel-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-mobile-change > .panel-layout > .panel-grid-cell {
  width: 48.5% !important;
}
.flex-mobile-change .panel-grid .full-img-row .panel-grid-cell{
  width: 100% !important;
}
.flex-mobile-change > .panel-layout > .panel-grid {
  width: calc(50% - 8px);
}

.flex-mobile-change > .panel-layout > .panel-grid:first-of-type .full-img-row {
  width: calc(100% - 16px) !important;
  margin: 16px 0 0 16px;
}
.flex-mobile-change > .panel-layout > .panel-grid:last-of-type .full-img-row {
  width: calc(100% - 16px);
  margin: 16px 16px 0 0;
}
  .flex-mobile-change .panel-grid .full-img-row .panel-grid-cell {
    width: 100% !important;
    aspect-ratio: 1.5;
  }
  #pgc-32-3-0 #pgc-w68da4090a5277-1-1,
  #pgc-32-3-0 #pgc-w68da4090a5277-0-0 {
  padding: 1.5% 6%;
  }
  .flex-mobile-change .panel-grid .full-img-row .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .content-section h3 {
  font-size: 1.2em;
  }
    .benefit-list li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  width: 100%;
  white-space: initial !important;
  margin-bottom: 12px;
  font-weight: 500 !important;
  font-size: 1.1em !important;
  margin-top: 10px;
}
.content-section.content-section-m.jobs-single_flex .jobs_main {
  width: 100% !important;
  border-right: 0 !important;
  padding-right: 0;
}
.content-section.content-section-m.jobs-single_flex .jobs_sidebar {
  width: 100%;
  padding: 30px 0 0px 0px !important;
  position: static;
  top: unset;
  border-radius: 0;
  border-top: 3px solid #ededed;
  margin-top: 20px;
}
.single .job-post {
  padding-bottom: 0 !important;
}
.jobs-row-input .more-btn {
  display: none !important;
}
#pgc-w68da3a6e6841e-0-1 {
  padding-left: 8%;
  white-space: nowrap;
}
}

.service-cards-sms-mobile{
  display: none !important;
}

@media only screen and (max-width: 780px) {
  #pgc-w68da3a6e6841e-0-1 {
  padding-left: 0%;
  white-space: initial;
}
footer .so-widget-image {
  max-width: 230px !important;
  margin: 10px auto 30px;
}
footer {
  text-align: center !important;
}
  .service-cards-sms-desktop{
  display: none !important;
}
.service-cards-sms-mobile{
  display: block !important;
}
.service-cards-sm .panel-layout .panel-grid:last-child .textwidget{
  margin-bottom: 0 !important;
}
#pgc-8-3-0 {
  margin-bottom: 0;
}
  .service-cta-pre-footer {
    flex-flow: column;
    width: 86%;
  }
    .flex-mobile-change .panel-grid .full-img-row .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 15px !important;
  }
.job-listing .job-preview .job-content {
  display: block !important;
  width: 100%;
}
.job-listing .job-preview .job-cta {
  display: block !important;
  padding: 0 0 30px 0 !important;
  margin-top: -10px;
  text-align: left !important;
}
  .job-listing .job-preview .job-cta .apply-btn {
    margin: 10px 0 0 !important;
  }
    .content-section h2::before {
    content: "";
    height: 3px;
    width: 55px;
    background: var(--dus-yellow);
    position: absolute;
    left: 0;
    top: auto;
    bottom: -10px;
  }
  .position_title .jobs-row-input {
  margin-top: 10px;
  margin-bottom: 40px;
}
  .position_title .jobs-row-input::before{
    content: "";
  height: 3px;
  width: 55px;
  background: var(--dus-yellow);
  position: absolute;
  left: 0;
    top: auto;
    bottom: -10px;
  }
    .content-section-m {
    width: 76%;
    width: 86%;
  }
  .parallax,
  .ios .parallax {
  background-attachment: scroll !important;
  background-position: 80% 50% !important;
}
#pgc-8-4-0 {
  margin-bottom: 20px !important;
}
  body:not(.home) #hero .so-panel:first-of-type {
    width: 86%;
  }
  .content-section h2 {
  margin-bottom: 40px;
}
.page-id-30 #hero .so-panel:last-of-type img {
  object-position: 40% 50%;
}
#danner_seidler > .panel-grid-cell:first-of-type {
  margin-bottom: 40px;
}
.masonry-grid .panel-grid-cell {
  aspect-ratio: 1.5;
}
.masonry-grid .panel-grid-cell:not(:last-of-type) {
  margin-bottom: 16px !important;
}
.masonry-grid .panel-grid .yellow-box h3 {
  text-align: center;
}

/* HISTORY */
.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) .textwidget::after,
.history-scroll-reveal .panel-grid:nth-child(2n) .panel-grid-cell:nth-child(2) .textwidget::after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: auto;
  top: -9px;
  font-size: 5em;
  color: #f5f5f5;
  transform: translateY(-50%) rotate(-90deg);
  left: calc(50% - 15px);
}
.history-scroll-reveal .panel-grid .panel-grid-cell {
  margin-bottom: 140px !important;
  top: 100px;
}
.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) h3.widget-title,
.history-scroll-reveal .panel-grid:nth-child(2n) .panel-grid-cell:nth-child(2) h3.widget-title {
  position: absolute;
  background: var(--dus-yellow);
  color: var(--dus-dark);
  right: auto;
  width: 64px;
  height: 65px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  padding-top: 18px;
  top: -100px;
  transform: translateY(0%) translateX(-50%);
  left: 50%;
}
.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) h3.widget-title.slideIn, 
.history-scroll-reveal .panel-grid:nth-child(2n) .panel-grid-cell:nth-child(2) h3.widget-title.slideIn {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) .textwidget, 
.history-scroll-reveal .panel-grid:nth-child(2n) .panel-grid-cell:nth-child(2) .textwidget{
  transform: translateY(40px) translateX(0px) !important;
}
.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(2) .textwidget.slideIn,
.history-scroll-reveal .panel-grid:nth-child(2n) .panel-grid-cell:nth-child(2) .textwidget.slideIn {
  transform: translateY(0) translateX(0px) !important;
}
}

@media only screen and (max-width: 680px) {
  .cta-icons-ds a {
  background: var(--dus-yellow);
  color: var(--dus-dark);
  width: ;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 23px;
  padding: 4px;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
}
   h2, #hero p strong, #hero h1, .position_title .jobs-row-input {
    font-size: 1.7em;
  }
  .flex-mobile-change > .panel-layout > .panel-grid {
    width: calc(100% - 22px);
  }
  .flex-mobile-change > .panel-layout > .panel-grid:first-of-type .full-img-row {
  width: calc(100% - 32px) !important;
  margin: 16px 16px 0 16px;
}
.flex-mobile-change > .panel-layout > .panel-grid:last-of-type .full-img-row {
  width: calc(100% - 32px);
  margin: 16px 16px 0 16px;
}
.ap-block .sow-image-container img {
  min-height: 210px;
  object-position: 80% 50%;
  aspect-ratio: 2;
}
.page-id-34 .wpcf7-form p:nth-child(3), .page-id-34 .wpcf7-form p:nth-child(4) {
  width: 100%;
}
footer {
  text-align: center !important;
}
.site-info {
  flex-flow: column-reverse;
}
footer .social {
  margin-bottom: 10px;
}
.cpr {
  display: flex;
  flex-flow: column;
  line-height: 1.6;
}
.cpr .sep {
  display: none;
}
  body:not(.home) #hero h1 {
    font-size: 2em;
  }
  #hero .so-panel:last-of-type img {
  object-position: 56% 45%;
}
#hero {
  position: relative;
  height: calc(100vh - 120px) !important;
  min-height: unset;
  overflow: hidden;
}
#hero .so-panel:first-of-type{
  bottom: 8%;
}
#hero .so-panel:last-of-type .sow-image-container::after {
  content: "";
  background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 70%);

}
  .parallax-text h2 {
    font-size: 1.5em !important;
  }
  .parallax-text h2 br{
    display: none;
  }
  .parallax {
  height: 90vh;
  min-height: 700px !important;
}
.parallax-text {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 66%;
  width: 86%;
  transform: translate(-50%,-50%);
}
.menu-main-menu-container{
  overflow-x: clip !important;
}
  .menu-main-menu-container::after {
    content: "";
    background: url(/wp-content/uploads/2025/07/deko_bg_signet.png);
    background-size: auto;
    background-size: auto;
    background-size: cover;
    width: 122vw;
    height: 122vw;
    position: fixed;
    bottom: -12%;
    right: -30vw;
    z-index: -1;
    filter: grayscale(1);
    opacity: .02;
    mix-blend-mode: luminosity;
  }
  #masthead.fixed .site-branding {
  background: none;
  box-shadow: none;
  padding: 20px 30px 20px 0;
}
body:not(.home) #hero {
  max-height: 460px;
  min-height: 320px;
  height: 90vh !important;
}
.page-id-30 .parallax {
  background-position: 38% 50% !important;
}
  .flex-mobile-change > .panel-layout > .panel-grid:first-of-type .full-img-row {
    width: 100% !important;
    margin: 0 auto 16px;
  }
    .flex-mobile-change > .panel-layout > .panel-grid:last-of-type .full-img-row {
    width: 100% !important;
    margin: 0 auto;
  }
    .flex-mobile-change > .panel-layout > .panel-grid {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .cta-widget {
  width: calc(100% - 32px);
}
.cta-widget .more-btn{
  margin-right: 0 !important;
}
.page-id-34 .wpcf7-form {
  position: relative;
  padding: 50px 0 40px;
  margin-top: 15px;
}
.page-id-34 .wpcf7-form:after {
  content: "";
  width: 100vw;
  background: #f5f5f5;
  height: 100%;
  position: absolute;
  top: 0;
  left: -8.5%;
  z-index: -1;
}
#pg-34-1 .content-section{
  padding-bottom: 0 !important;
}
#map {
  height: 360px;
  margin-top: 0 !important;
  border: none !important;
}
}
  .flex-mobile-change .panel-grid .full-img-row .panel-grid-cell {
    aspect-ratio: 1.5;
    max-width: 100% !important;
  }
@media only screen and (max-width: 580px) {
  .menu-toggle {
  right: -10px;
}
  body{
    overflow-x: clip;
  }
.mobile_cta-nav{
  display: none !important;
}
.site-branding {
  max-width: 230px;
}
#masthead:not(.fixed) .site-branding {
  max-width: 230px;
}
.parallax-text .textwidget p:first-child em {
  font-size: 1em;
}
  .fixed .menu-main-menu-container {
    top: 90px;
    height: calc(100vh - 90px);
    height: calc((var(--vh2, 1vh) * 100) - 90px);
  }
  #pg-8-5::before {
  width: 100%;
  height: calc(100% + 230px);
  top: -230px;
  left: 0;
}
#pg-8-10::before, #pg-28-2::before, #pg-28-4::before, #pg-28-6::before, #pg-30-2::before, #pg-32-2::before{
  left: 0;
  width: 100%;
}
footer.site-footer {
  border: 0;
  margin-top: -30px;
}
.content-section {
  padding: 40px 0;
}
.parallax{
  width: 100% !important;
}
.single-jobs div:not(.position_description) p {
  font-size: 1.1em;
}
}

@media only screen and (max-width: 560px) {
  .service-cards-sm {
  margin-left: -15px;
  width: calc(100% + 15px) !important;
}
.service-cards-sm p {
  font-size: 1.1em;
}
.service-cards-sm .panel-layout .panel-grid:last-child .textwidget {
  position: relative;
  padding-left: 10px;
}
  .job-listing .job-preview .job-cta {
    margin-top: 10px;
  }
  #hero .more-btn {
  font-size: .7em;
  text-transform: unset;
  margin-top: 25px;
  padding: 17px 16px;
  font-weight: 600;
  border-radius: 3px;
}
.content-section.content-section-m.jobs-single_flex .jobs_sidebar {
  margin-bottom: 20px;
}
.single-jobs div:not(.position_description) p .wpcf7-form-control.wpcf7-acceptance.optional {
  font-size: .9em;
}
.more-btn{
font-size: .9em;
padding: 17px 16px;
}
  h2, #hero p strong, #hero h1, .position_title .jobs-row-input {
    font-size: 1.5em;
  }
  .position_title .jobs-row-input {
    hyphens: auto;
    -webkit-hyphens: auto;
  }
  #hero p strong, #hero h1{
    margin-bottom: 40px;
  }
    #hero .so-panel:last-of-type img {
  object-position: 60% 45%;
}
}