/*!
Theme Name: Eltroplan Theme
Theme URI: http://madebymuse.de/
Author: muse digitalagentur
Author URI: http://madebymuse.de/
Description: Fancy theme for creating a better Webexperience ;)
Version: 1.1.0
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 li:last-child {
  margin-left: 50px;
}
.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;
}

.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{
	--ep-blue: #153146;
	--ep-grey: #707474;
	--mse-lightblue: #7cb2c4;
  }


  /* 
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url('/wp-content/themes/muse-default-theme/css/Montserrat/Montserrat-VariableFont_wght.ttf'); /* IE9 Compat Modes */
  /*}   
  */


@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-BlackItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.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-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.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: "Roboto Condensed", sans-serif;
	margin: 0 !important;
}

/* HEADER */
#masthead {
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background: transparent;
	z-index: 10000;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid transparent;
  }
  .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.shrink{
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.55);
	border-bottom: 1px solid transparent;
	background:#fff;
}
.inner-mastheader {
	width: 96%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
  }


/* SITEBRANDING */  
.site-branding {
  width: 210px;
  height: 90px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.site-branding .logo-init {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.site-branding .logo-scrolled {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.shrink .site-branding .logo-init{
  opacity: 0;
}
.shrink .site-branding .logo-scrolled{
  opacity: 1;
}
.inner-mastheader {
  display: flex;
  width: 86%;
  margin: auto;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
	transition: 0.3s ease-in-out;
}
.shrink .inner-mastheader{
 padding: 15px 0; 
}
.shrink .site-branding {
  width: 170px;
  height: 70px;
}




/* MAIN NAV */  
#site-navigation {
  width: calc(100% - 220px);
}

#primary-menu {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* STRUCTURE */

.entry-content{
	margin-top: 0;
}
.content-section{
	width: 86%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0%;
}
.content-section-m{
	width: 76%;
}

  .content-section-s .textwidget{
	max-width: 860px;
  }
.content-section p > a{
	color: var(--ep-blue);
}
.content-section.no-pt{
	padding-top: 0;
}
.content-section.no-pb{
	padding-bottom: 0;
}


/* FOOTER */
footer p:first-child{
	margin-top: 0;
}
footer .so-widget-image {
  max-width: 210px !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(--mse-light-blue);
}
.site-footer a, .site-footer p {
	color: var(--mse-heading) !important;
	text-decoration: none;
	font-size: 1.1em !important;
	_display: block;
	transition: 0.3s ease-in-out;
	font-weight: 300;
  }
  .site-footer a:hover{
	color: var(--mse-red) !important;
  }
  #footer-top-row{
  border-bottom: 1px solid #03448C;
	padding-bottom: 50px;
}
#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: 1280px;
  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: var(--mse-heading);
  padding-bottom: 20px;
  border-top: 1px solid #d8deea;
  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(--mse-blue);
}
#footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a:hover svg path{
    fill: var(--mse-blue);
}

/* GENERAL CONTENT */
   .more-btn {
	color:#fff !important;
	background: var(--ep-blue);
	font-weight: 500;
	font-size: .9em;
	text-decoration:none;
	padding:12px 20px;
	border-radius: 5px;
	letter-spacing: .75px;
	margin-right: 1em;
	transition: 0.4s ease-in-out;
  }
  p strong, p b{
	font-weight: 600;
  }
#hero .more-btn {
  background: var(--mse-red);
  color: #fff;
  font-size: .9em;
  text-transform: unset;
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: .75px;
}
#hero p:nth-child(2) {
  max-width: 820px;
  line-height: 1.6;
  font-weight: 300;
  font-size: 26px;
}
  .main-navigation li{
    margin-left: 50px;
    line-height: 1.1;
  }
.main-navigation li a {
  font-size: 18px;
  text-transform: unset;
  margin-top: 0;
  font-weight: 500;
  color: #fff;
  transition: 0.3s ease;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: .75px;
}
.main-navigation li:nth-child(4) {
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
  transition: 0.3s ease;
}
.shrink .main-navigation li a {
  color: var(--ep-blue);
}
.shrink  .main-navigation li:nth-child(4) {
border-left: 1px solid var(--ep-blue);
}
.main-navigation li:nth-child(4) a{
  font-weight: 300;
}
/* .shrink .main-navigation li.nav_cta-btn a{
  border-color: var(--ep-blue);
  transition: 0.4s ease;
} */
.main-navigation li.nav_cta-btn a{
  background: #0086cd;
  border-color: #0086cd !important;
  color: #fff;
  transition: 0.4s ease;
}
 .main-navigation li.nav_cta-btn a:hover{
    background: #0086cd;
  border-color: #0086cd !important;
  color: #fff;
  transform: scale(1.015);
}
.nav_cta-btn a {
  background: transparent;
  padding: 12px 16px;
  border-radius: 4px;
  transition: 0.3s ease;
  border: 1.33px solid #fff;
  font-weight: 400;
}
.nav_cta-btn a:hover {
  background: #0086cd;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1.33px solid #0086cd;
}
  #hero .more-btn:last-of-type{
	border: 1.33px solid #fff;
  background: transparent;
	color: #fff;
  transition: 0.3s ease;
  }
    #hero .more-btn:last-of-type:hover{
	  border: 1.33px solid #0086cd;
    background: #0086cd;
	  color: #fff;
  }

h2 {
	font-size: 2em;
	font-weight: 500;
	color: var(--mse-heading);
	_color: #444;
  }
.content-section p,
.content-section-left p,
.content-section-right p,
.entry-content .content-section ul li{
	font-size: 26px;
	font-weight: 300;
}

/* HERO + SLIDER HOME */
#hero{
	position: relative;
	height: 100vh;
	min-height: 420px;
  background: var(--ep-blue);
  color: #fff;
  overflow: hidden;
}
#hero::after {
  content: "";
  width: 100%;
  
  
  position: absolute;
  left: 0;
  top: 0;
}
.hero-title, .textwidget{
	opacity: 0;
	transform: translateY(50px);
	transition: 0.6s ease-in-out;
}
#hero.loaded .hero-title, .textwidget.slideIn{
	opacity: 1;
	transform: translateY(0px);
}

#hero .so-panel {
	margin-bottom: 0 !important;
  }


#hero .so-panel:last-of-type .sow-image-container,
#hero .so-panel:nth-of-type(2) .sow-video-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{
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  z-index: 0; /* hinter dem Text */
}

#hero .so-panel:last-of-type img,
#hero .so-panel:nth-of-type(2) video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: 50% 45%;
  display: block;
}

/* #hero video {
  mix-blend-mode: darken;
  opacity: .4;
} */
#hero video {
  mix-blend-mode: hard-light;
  opacity: .45;
    /* Maskierung links dunkel / rechts sichtbar */
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 20%, rgba(0,0,0,.5) 80%, rgba(0,0,0,1) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(to right, rgba(0,0,0,0) 20%, rgba(0,0,0,.5) 80%, rgba(0,0,0,1) 100%);
  mask-repeat: no-repeat;
  mask-size: cover;

}
#menu-item-30 a {
  font-size: 21px;
}
#menu-item-31 a {
  font-size: 20px;
}
.hero-pre-img img{
opacity: .25;
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0,0,0,0) 30%,   /* rechts noch unsichtbar */
    rgba(0,0,0,.5) 80%,  /* in der Mitte Übergang */
    rgba(0,0,0,1) 100%   /* links voll sichtbar */
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(
    to left,
    rgba(0,0,0,0) 30%,
    rgba(0,0,0,.5) 80%,
    rgba(0,0,0,1) 100%
  );
  mask-repeat: no-repeat;
  mask-size: cover;

}

/* #hero .sow-video-wrapper:after {
  content: "";
  background: linear-gradient(
  to right,
  rgba(0,46,85,1) 0%,
  rgba(0,46,85,0.95) 20%,
  rgba(0,46,85,0.85) 40%,
  rgba(0,46,85,0.7) 60%,
  rgba(0,46,85,0.5) 80%,
  rgba(0,46,85,0) 100%
);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
} */
#hero p strong {
  margin-bottom: -20px;
  display: block;
  font-weight: 500;
  font-size: 62px;
  letter-spacing: .5px;
  display: block;
  padding-bottom: 30px;
  position: relative;
}
#hero p strong::after {
  content: "";
  height: 7px;
  width: 12%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 11px;
  border-radius: 0 20px 20px 0;
}
#hero h1 {
  color: var(--mse-heading);
  font-weight: 500;
  font-size: 2.25em;
  max-width: 690px;
  display: block;
  line-height: 1.3;
  margin-bottom: 40px;
}
  #hero .so-panel:first-of-type {
	position: absolute;
	z-index: 1000;
	width: 86%;
	max-width: 1280px;
	left: 50%;
	bottom: 12.5%;
	transform: translateX(-50%) ;
	overflow: hidden;
  }
  


.content-section h1,
.content-section h2{
	color: var(--ep-blue);
  line-height: 1.3;
  font-size: 2.5em;
  font-weight: 600;
}  
.content-section h2{
	margin-top: 0;
}

#hero p{
	font-size: 1.3em;
}


  /* SUBHERO */
  .entry-content {
	position: relative;
  }
  #sub-hero {
  padding-top: 150px;
}

.parallax {
  background-position: center;
  height: 65vh;
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  border: 20px solid #fff;
    border-top-width: 20px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.parallax::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(17, 43, 63, .9);
  color: #fff !important;
}
  .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;
  }


  .service-section .panel-grid-cell .panel-grid-cell {
  background: var(--ep-blue);
  overflow: hidden;
}

.service-section .so-panel .so-panel:first-of-type img {
  filter: invert(1);
}



.service-section {
  width: calc(100% - 40px);
  max-width: 1680px;
  margin: auto;
}


.service-section .textwidget {
  color: #fff;
  padding: 0 25px 15px;
  font-size: 1.2em;
  margin-top: -10%;
}

.service-section .panel-grid-cell .panel-grid-cell img{
transform-origin: center left;
transition: 0.6s ease;
}
.service-section .panel-grid-cell .panel-grid-cell .so-panel:first-child img{
opacity: 0;
}
.service-section .panel-grid-cell .panel-grid-cell:hover img{
transform: scale(1.5);
opacity: 1 !important;
}
.service-section .panel-grid-cell .panel-grid-cell:hover .so-panel:last-child img{
transform: scale(1.25);
opacity: 0 !important;
}

.service-section p strong {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: -20px;
  display: block;
  letter-spacing: 1px;
}
.service-section .panel-grid-cell .panel-grid-cell {
  position: relative;
}
.service-section .panel-grid-cell .panel-grid-cell .so-panel:last-child {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}
.service-section .panel-grid-cell .panel-grid-cell .so-panel:nth-child(2){
  position: relative;
  z-index: 100;
}

.service-section .panel-grid-cell .panel-grid-cell .so-panel:last-child img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: .15;
  pointer-events: none;
}

.service-section .more-btn {
  padding-left: 0;
  padding-bottom: 0 !important;
  margin-bottom: -40px !important;
  display: block;
  margin-top: -10px;
  background: none !important;
  padding: 0;
    padding-bottom: 0px;
}
.service-section .more-btn,
.service-section2 .more-btn{
  position: relative;
}

.service-section .more-btn::after,
.service-section2 .more-btn::after {
  content: "\f061";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  -webkit-text-stroke: 1px var(--ep-blue);
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.service-section2 .more-btn {
  padding: 0;
  font-weight: 400;
  background: none !important;
  color: var(--ep-blue) !important;
  font-size: .8em;
  margin-top: -20px !important;
  display: inline-block;
}
.service-section2 .more-btn:after {
  -webkit-text-stroke: .5px #fff !important;
}

.has-list ul {
  list-style-type: none;
  margin: 0;
}
.has-list ul li {
  position: relative;
}
.has-list ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: -40px;
  top: 8px;
  color: var(--ep-blue);
  font-size: 24px;
  -webkit-text-stroke: 1px #fff;
  color: #0086cd
}
.has-list p {
  margin-bottom: 20px;
}
.parallax > .panel-grid-cell {
  color: #fff;
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 300 !important;
  letter-spacing: 1px;
}
.parallax h3 {
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0px 0xp 20px -10px #000 !important;
}
.content-section.ap-row {
  max-width: 1042px;
}
.parallax strong {
  font-weight: 600;
}
.ap-row p:last-of-type {
  margin-bottom: 0 !important;
}
.ap-row a {
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}
.ap-row .fas.fa-mobile-alt {
  margin-left: 4px;
  margin-right: 3px;
}
.site-info{
  display: none !important;
}
#colophon {
  background: var(--ep-blue);
  color: #fff;
}
footer > .widget {
  margin-bottom: 0;
}
footer .so-widget-image {
  max-width: 170px !important;
}
footer .content-section {
  padding-bottom: 50px !important;
}

#pg-8-3, #pg-115-3 {
  position: relative;
}
#pg-8-3:after, #pg-115-3:after {
  content: "";
  width: 38vw;
  height: 38vw;
  background: url(/wp-content/uploads/2025/09/bg_deco.jpg);
  background-size: cover;
  position: absolute;
  bottom: -50px;
  right: 8%;
  z-index: -1;
  opacity: .25;
}
.service-section .more-btn{
  transition: 0.4s ease;
}
.service-section .more-btn:hover{
  color: #0086cd !important;
}
#hero .so-panel:last-of-type img {
  position: absolute;
  left: 0;
}


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

}

#signet {
  position: absolute;
  width: 40%;
  right: 5%;
  bottom: 2%;
}
.page-id-104 #hero p:nth-child(2) {
  max-width: 640px;
  line-height: 1.6;
  font-weight: 300;
  font-size: 26px;
}
.service-section2 .panel-grid-cell{
  position: relative;
}
.service-section2 .panel-grid-cell:first-of-type .so-panel:not(:first-child, :last-child) {
  position: absolute;
  top: 0;
}
.service-section2 #panel-115-2-0-4, .service-section2 #panel-115-2-0-4 .custom-html-widget {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.service-section2 .panel-grid-cell:last-of-type .so-panel:not(:first-of-type){
  position: absolute;
  top: 0;
}
#see {
  background: transparent;
  width: 27%;
  height: 7%;
  position: absolute;
  top: 12%;
  left: 17%;
  cursor: pointer;
}
#luft {
  background: transparent;
  width: 31%;
  height: 7%;
  position: absolute;
  top: 12%;
  right: 15%;
  cursor: pointer;
}
#drohnen {
  background: transparent;
  width: 28%;
  height: 7%;
  position: absolute;
  bottom: 17%;
  left: 14%;
  cursor: pointer;
}
#land {
  background: transparent;
  width: 31%;
  height: 7%;
  position: absolute;
  bottom: 17%;
  right: 15%;
  cursor: pointer;
}
#luft-pt,
#land-pt,
#drohnen-pt{
  opacity: 0;
  transition: opacity 0.6s ease;
}




.content-section-s.text2 .textwidget {
  max-width: 860px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#see-tx h2 + p, .tx-item h2 + p {
  max-width: 500px;
}
.tx-item{
  opacity: 0;
  transition: opacity 0.6s ease;
  background: #fff;
}
.active {
    opacity: 1 !important;
  }

.service-section2 .panel-grid-cell:first-child, #contact .sow-image-container{
  transition: 1.2s ease;
  opacity: 0;
  transform: scale(.65);
}
.service-section2 .panel-grid-cell:first-child.slideIn, #contact .sow-image-container.slideIn{
  opacity: 1;
  transform: scale(1);
}
#pg-115-2 {
  margin-bottom: -50px;
}