/*!
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: 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 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{
	--mse-blue: #0173aa;
	--mse-red: #f14845;
	--mse-dark: #101926;
	--mse-heading: #2f3140;
	--mse-light-blue: #ecf2fe;
  }


  /* 
  @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: 'Montserrat', 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: #fff;
	z-index: 10000;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid #e0e5df;
  }
  .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;
  }

/* META NAV */

#meta-navigation {
	padding: 8px 0;
	background: var(--mse-blue);
}
.menu-metamenu-container {
	width: 96%;
	max-width: 1280px;
	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;
}
.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 .inner-mastheader{
	padding: 10px 0;
} */

.shrink .site-branding{
	max-width: 210px;
}




/* MAIN NAV */  
#site-navigation {
	width: auto;
  }
  #primary-menu {
	align-items: center;
  }  
#site-navigation li {
margin-left: 2.2em;
}
#site-navigation li a {
	color: var(--mse-heading);
	_color: #000;
	text-decoration:none;
	font-size: .925em;
	font-weight: 600;
	letter-spacing: .1px;
	transition: 0.3s ease-in-out;
  }
  #site-navigation li:last-child a {
  background: var(--mse-red);
  padding: 15px 22px !important;
  color: #fff !important;
  border-radius: 60px;
  margin-left: -5px;
}
  #site-navigation li:not(:last-child) > a:hover {
	color: var(--mse-red) !important;
  }

  .textwidget table a{
	color: var(--mse-red);
  }
	
.page-id-184 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-184 .wpcf7-form p {
  width: 100%;
  margin-bottom: 0;
}
.page-id-184 .wpcf7-form p:nth-child(2), .page-id-184 .wpcf7-form p:nth-child(3), .page-id-184 .wpcf7-form p:nth-child(4), .page-id-184 .wpcf7-form p:nth-child(5) {
  width: 48.5%;
}
.page-id-184 .wpcf7-form input:not([type="checkbox"]),
.page-id-184 .wpcf7-form select,
.page-id-184 .wpcf7-form textarea{
	width: 100%;
	padding: 6px;
}
.page-id-184 .wpcf7-form p br {
  display: none;
}
.page-id-184 .wpcf7-form-control.wpcf7-submit.has-spinner {
  max-width: 190px;
} 
#site-navigation ul#primary-menu > li.current_page_item:not(:last-child) > a,
  #site-navigation ul#primary-menu > li.current-page-ancestor > a{
	color: var(--mse-red) !important;
	border-bottom: 5px solid var(--mse-red);
	padding-bottom: 33px !important;
  }
  #site-navigation li.navigation-button a {
	background: var(--mse-blue);
	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(--mse-red) !important;
  }

  #site-navigation ul#primary-menu > li:not(.navigation-button) > a {
	padding-top: 38px;
	padding-bottom: 38px;
	transition: 0.3s 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, :last-child) > 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;
  }

  /* FLOATING SIDE-NAV */
  .floating-info-bar {
  position: fixed;
  right: 0%;
  top: 26%;
  z-index: 10000;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: end;
  transition: 0.6s ease-in-out;
  transform: translateX(70px);
}
.floating-info-bar.loaded {
  transition-delay: .7s;
 transform: translateX(0px);
}
.floating-info-bar.loaded.hide {
  transition-delay: 0s;
  transform: translateX(70px);
}

.fib-item{
	background: #fff;
	padding: 16px 14px 16px 16px;
	border-radius: 40px 0 0 40px;
	border: none;
	color: var(--mse-blue) !important;
	display: block;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	margin-top: 10px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}

.fib-item .hidden_fib_text {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  display: block;
  transition: 0.4s ease-in-out;
  /* text-transform: uppercase; */
  font-weight: 700;
  letter-spacing: .2px;
  font-size: 1em;
  _padding-right: 10px;
}
#is_tel_fib:hover .hidden_fib_text {
  white-space: nowrap;
  width: 130px;
  overflow: hidden;
  display: block;
}
#is_mail_fib:hover .hidden_fib_text {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  display: block;
}
.fib-item i {
  font-size: 1.1em;
  width: 26px;
  text-align: center;
}

/* STRUCTURE */

.full-img-textbox {
  position: relative;
  max-width: 1280px;
  margin: auto;
}
.full-img-textbox .so-panel:first-child img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 75%;
  right: 0;
}
.full-img-textbox .so-panel:last-child {
  position: relative;
}
.full-img-textbox .so-panel:last-child .textwidget{  
  z-index: 100;
  background: var(--mse-dark);
  max-width: 740px;
  width: 50%;
  padding: 40px;
  color: #fff;
}
.full-img-textbox .so-panel:last-child .textwidget h2{
	color: #fff;
}
.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%;
  /* max-width: 1200px; */
}

.services-list {
  position: relative;
  top: 75px;
}
.services-list:before {
  height: 100%;
  content: "";
  width: 1px;
  background: #dedede;
  position: absolute;
  left: -10%;
}
/* .content-section-s {
	max-width: 940px;
  } */
  .content-section-s {
	max-width: 1060px;
  }
  .content-section-s .textwidget{
	max-width: 860px;
  }
.content-section p > a{
	color: var(--mse-blue);
}
.content-section.no-pt{
	padding-top: 0;
}
.content-section.no-pb{
	padding-bottom: 0;
}
.service-cards .panel-grid-cell-empty {
	display: none !important;
  }

.embed-container .custom-html-widget{
position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dbdbdb;
  transition: .5s ease-in-out;
}
.embed-container .custom-html-widget iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget_text.embed-container {
  margin-top: -20px;
}



/* CTA SHOP */


#cta-rezept-upload .more-btn {
	color: #fff;
	font-size: .8em;
  }
  #cta-rezept-upload .siteorigin-widget-tinymce.textwidget {
	margin-bottom: 50px;
  }
  
  #cta-rezept-upload {
	/*! background: var(--rapp-bg-grey); */
	padding: 0;
	margin-top: 90px;
	padding-right: 2%;
	_border: 1px solid #dbdbdb;
	box-shadow: 0 0 0 .0625rem #d6d6d6;
	transition: .6s ease-in-out;
  }
  #cta-rezept-upload:hover{
	  box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff;
  }
  #cta-rezept-upload h3 {
	color: var(--mse-blue);
	font-size: 1.4em;
	font-weight: 650;
	margin-top: 40px;
  }
  #cta-rezept-upload {
	align-items: stretch !important;
	/*! max-width: unset; */
  }
  #cta-rezept-upload .panel-grid-cell:first-of-type {
	position: relative;
  }
  #cta-rezept-upload .panel-grid-cell:first-of-type img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 0;
  }

  .animate-container{
	opacity: 0;
	transform: translateY(60px);
	transition: 0.6s ease-in-out;
  }
  .animate-container.slideIn{
	opacity: 1;
	transform: translateY(0px);
  }

  /* FAQ */
  #pg-8-7{
	background: var(--rapp-bg-grey);
	margin-top: 100px;
  }
  #pg-8-7 h2{
	margin-top: 0;
  }
  .sow-accordion-panel-header {
	background:transparent !important;
	color: var(--mse-blue) !important;
	font-size: 1.25em;
	font-weight: 500;
	border-bottom:1px solid #dedede;
	padding-left: 0 !important;
	padding-right: 0 !important;
  }



/* 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: 1em !important;
	_display: block;
	transition: 0.3s ease-in-out;
	font-weight: 400;
  }
  .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;
  }
  /* #footer-top-row .panel-grid-cell:first-of-type {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  } */
  /* #footer-top-row .panel-grid-cell .so-panel, #footer-top-row .panel-grid-cell:first-of-type p {
	margin: 0;
  }
  #footer-top-row .panel-grid-cell:first-of-type .so-panel:last-of-type {
	margin-left: 8%;
  } */
  .site-footer a, .site-footer p {
	color: #fff;
	text-decoration: none;
  }  
  /* #footer-top-row .panel-grid-cell:last-of-type {
	text-align: right;
  }
  #footer-top-row .panel-grid-cell:last-of-type a {
	font-weight: 500;
	margin-left: 10%;
  } */

  #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);
}

/* footer a:hover{
  color: var(--mse-red) !important;
} */
 


#cta-row .panel-gird .panel-gird-cell:last-of-type .textwidget {
  text-align: right !important;
}
#cta-row .panel-grid-cell .panel-grid-cell:last-of-type p {
  text-align: right;
}
#cta-row .panel-grid-cell .panel-grid-cell:last-of-type p .more-btn:last-of-type {
  margin-right: 0;
  background: var(--mse-heading);
}

#cta-row > .panel-grid-cell {
  background: var(--mse-light-blue);
  padding: 20px 30px 10px;
}
#cta-row h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}
/* BUTTONS & LINKS */

.tbl-wrapper {
  _border: 1px solid #dce2ea;
  max-height: 75vh;
  overflow: auto;
}
#mse-productfinder-table{
  border-spacing: 0;
  margin-bottom: 0 !important;
}
#mse-productfinder-table tr:nth-child(2n+1) td {
  background: var(--mse-light-blue);
  padding: 10px;
  font-size: .9em;
  font-weight: 500;
}
#mse-productfinder-table tr:nth-child(2n+2) td {
  background: #fff;
  padding: 10px;
  font-size: .9em;
  font-weight: 500;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 8px;
  background: #fff;
  border-radius: 3px;
  color: #999;
}
#mse-productfinder .contact-details-wrapper > label, 
#mse-productfinder .search-form-wrapper > label {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  background: var(--mse-light-blue);
  color: var(--mse-heading);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dce2ea;
  font-size: .925em;
}
#mse-productfinder {
  border-top: 1px solid #dedede;
  padding-top: 40px;
  margin-top: -20px;
}

#mse-productfinder-table tr td:last-child {
  border-left: 1px solid #dce2ea;
}
#mse-productfinder-table tr td:first-child {
  min-width: 40px;
  text-align: center;
}
#mse-productfinder-table tr{
	cursor: pointer;
}
#mse-productfinder {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto auto;
  gap: 1rem;
  align-items: start;
}
.product-table-wrapper {
  grid-column: 1;
  grid-row: 1 / span 2;
  border: 1px solid #dce2ea;
  border-radius: 3px;
}
.search-form-wrapper {
  grid-column: 2;
  grid-row: 1;
  border-radius: 3px;
}
.contact-details-wrapper {
  grid-column: 2;
  grid-row: 1;
  margin-top: 130px;
  border-radius: 3px;
}
.contact-details-wrapper .wpcf7-list-item-label {
  line-height: 1.2;
  display: inline-block;
  max-width: calc(100% - 30px);
  position: relative;
  top: 18px !important;
  margin-top: -10px;
  margin-bottom: 30px;
}
.wpcf7-list-item-label a {
  color: var(--mse-red);
}
#mse-productfinder-table input[type="checkbox"]{
	pointer-events: none;
}
.contact-details-wrapper input:not([type="checkbox"]), .contact-details-wrapper select {
  width: 100%;
  margin-bottom: 10px;
  width: 100%;
  max-width: 400px;
  padding: 6px;
}
.contact-details-wrapper br {
  display: none;
}
.contact-details-wrapper p {
  margin-bottom: -5px;
  margin-top: 5px;
}
.contact-details-wrapper {
  background: #fff;
  padding: 15px 15px 5px;
  border: 1px solid #dce2ea;
}
.search-form-wrapper {
  background: #fff;
  padding: 15px 15px 5px;
  border: 1px solid #dce2ea;
}

   .more-btn {
	color:#fff !important;
	background: var(--mse-red);
	font-weight: 600;
	font-size: .9em;
	text-decoration:none;
	padding:18px 28px;
	border-radius:60px;
	letter-spacing: .2px;
	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: .75em;
  text-transform: unset;
  margin-top: 25px;
  padding: 18px 28px;
  font-weight: 600;
  }
.home-more-link-wrapper a {
  color: var(--mse-heading) !important;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  padding-right: 20px;
}
.home-more-link-wrapper a:hover {
	color: var(--mse-red) !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;
}
  .more-btn:hover,
  #site-navigation li:last-child a:hover {
	background: #d63a38 !important;
	color: #fff !important;
  }

  #hero .more-btn:last-of-type{
	background: var(--mse-heading);
	color: #fff;
  }

  .cta-widget .secondary {
	color: var(--mse-blue);
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .2px;
	font-size: 1.15em;
	margin-left: 20px;
  }
  .cta-widget {
	margin-top: 50px;
	margin-bottom: 30px;
  }
  /* HEADINGS AND TEXTS */
#pg-8-1 img{
	margin-bottom: 0.5em;
}
.deco-heading strong{
	font-size: 2.75em;
	font-weight: 600;
	color: var(--mse-red);
	line-height: 1.2;
}
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: 1.05em;
	font-weight: 400;
}

#panel-150-1-0-1 .content-section-m,
#panel-20-4-0-1 .content-section-m{
	width: 100% !important;
}

/* HERO + SLIDER HOME */
#hero{
	position: relative;
	height: calc(100vh - 250px + 8%);
	min-height: 720px;
}
#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(50px);
	transition: 0.6s ease-in-out;
}
#hero.loaded .hero-title, .textwidget.slideIn{
	opacity: 1;
	transform: translateY(0px);
}
#pg-20-1 .textwidget{
	opacity: 1 !important;
	transform: translateY(0px) !important;
}
.marquee-wrapper-flexrow, .so-widget-image{
	opacity: 0;
	transition: 0.75s ease-in-out;
}
.marquee-wrapper.loaded .marquee-wrapper-flexrow, .so-widget-image.slideIn{
	opacity: 1;
}
.marquee-wrapper-flexrow{
	max-width: 1280px !important;
}
/* #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 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: 50% 45%;
  display: block;
}


#hero .sow-image-container:after {
  content: "";
  background: linear-gradient(to right, rgba(237,243,255,0.95) 25%,rgba(237,243,255,0) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#hero p strong {
  color: var(--mse-red);
  margin-bottom: -20px;
  display: block;
  font-weight: 600;
  font-size: .925em;
}
#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: 14%;
	transform: translateX(-50%);
	overflow: hidden;
  }
  /* #hero .so-panel:first-of-type .textwidget {
	background: rgba(0,81,153, .95);
	max-width: 520px;
	padding:50px;
	width: 50%;
	margin:0 5% 0 auto;
	transition: 1s cubic-bezier( 0.66, 0.09, 0.18,  0.62 );
	transform: translateX(-90px);
	opacity: 0;
	border-radius: 0 40px 0 40px;
  } */
   /* #hero .so-panel:first-of-type .textwidget{
	text-align: center;
	margin: auto;
	transition: 1s cubic-bezier( 0.66, 0.09, 0.18,  0.62 );
	transform: translateX(-90px);
	opacity: 0;
	width: 90%;
   }
  #hero.loaded .so-panel:first-of-type .textwidget {
	transform: translateX(0px);
	opacity: 1;
  }
  #hero .so-panel:last-of-type {
  _margin-right: 2%;
  _margin-left: 2%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  transition: 1s cubic-bezier( 0.66, 0.04, 0.18, 0.42 );
  }
  #hero.loaded .so-panel:last-of-type {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
  } */



#scrolldown img {
	width: 100%;
  }
  #scrolldown {
	width: 62px;
	display: block;
	position: absolute;
	right: 6%;
	bottom: -31px;
	z-index: 10;
	background:#fff;
	height: 62px;
	padding:12px;
	border-radius:100%;
	cursor: pointer;
	display: none;
  }
  #scrolldown .st0 {
	stroke: var(--mse-blue);
  }
.content-section h1{
	color: var(--mse-blue);
  line-height: 1.3;
  font-size: 2.5em;
  font-weight: 600;
}  
.content-section h2{
	margin-top: 0;
}
body:not(.home) h3 {
	font-size: 1.33em;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 40px;
  }

.n2-ss-widget.n2-ss-control-bullet {
	top: -12px;
  }
#n2-ss-2 {
	height: calc(100vh - 220px);
	min-height: 550px;
	max-height: 700px;
	_border-radius: 12px;
	overflow: hidden;
	margin-top: 5px;
  }
  .n2-ss-slider-1{
	_clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
	position: relative;
  }
  #n2-ss-2:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(24,28,44,0.35);
	_clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
	z-index: 9;
  }
.n2-ss-slider-controls.n2-ss-slider-controls-below {
	align-items: start !important;
	margin-top: 10px;
	margin-left: -3px
  }

  .n2-bullet {
	width: 4px;
	height: 4px;
	background: transparent !important;
	border: 1px solid #fff !important;
  }
  .n2-bullet.n2-active {
	background: #fff !important;
  }
#hero p{
	font-size: 1.3em;
}
/*.deco-heading strong {
   hyphens: auto;
  -webkit-hyphens: auto;
} */
  /* SUBHERO */
  .entry-content {
	position: relative;
  }
  #sub-hero {
  padding-top: 150px;
}

  /* PARALLAX */
  .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;
  }
  .parallax:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.15);

  }
  .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;
  }
.sow-accordion-panel-border {
  background: none !important;
  padding-left: 0 !important;
}



.inner-flex .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner-flex .panel-grid-cell .so-panel:first-child {
  width: 340px;
}
.inner-flex .panel-grid-cell .so-panel:last-child {
  width: calc(100% - 340px);
  padding-top: 85px;
}
.content-section.content-section-m.distance-left {
  padding-left: 340px;
}
.front-page-cards .panel-grid-cell {
  border-right: 1px solid #cecece;
  width: 36% !important;
}
.front-page-cards .panel-grid-cell {
	padding-left: 20px;
	padding-right: 20px;
}
.front-page-cards .panel-grid-cell:first-of-type {
padding-left: 0px !important;
width: 32% !important;
}
.front-page-cards p {
  margin-bottom: 0;
}
.front-page-cards i {
  font-size: 1.75em;
  color: var(--mse-red);
  margin-bottom: -15px;
  display: block;
}
.img-icon .so-widget-image {
  max-width: 37px !important;
  margin-bottom: -10px;
}
.front-page-cards {
  margin-top: -25px;
}
.front-page-cards .panel-grid-cell:last-of-type {
	border: none;
	padding-right: 0px;
	width: 32% !important;
}
  /* SERVICE CARDS */
  .service-cards {
	margin-top: 10px;
  }
.service-cards > .panel-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .service-cards > .panel-layout > .panel-grid {
	width: 31.75%;
  }
  .service-cards .panel-grid-cell {
	box-shadow: 0 0 0 .0625rem #d6d6d6;
	transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, box-shadow 0.4s ease-in-out;
	opacity: 0;
	transform: translateY(40px) scale(.85);
	overflow: hidden;
  }
  .service-cards .panel-grid-cell.slideIn {
	opacity: 1;
	transform: translateY(0px) scale(1);
  }
  .service-cards:not(.service-cards-sub) .panel-grid:nth-child(2) .panel-grid-cell.slideIn,
  .service-cards:not(.service-cards-sub) .panel-grid:nth-child(5) .panel-grid-cell.slideIn {
	transition: transform 0.6s ease-in-out .15s, opacity 0.6s ease-in-out .15s, box-shadow 0.4s ease-in-out 0s;
  }
  .service-cards:not(.service-cards-sub) .panel-grid:nth-child(3) .panel-grid-cell.slideIn,
  .service-cards:not(.service-cards-sub) .panel-grid:nth-child(6) .panel-grid-cell.slideIn {
	transition: transform 0.6s ease-in-out .3s, opacity 0.6s ease-in-out .3s, box-shadow 0.4s ease-in-out;
  }

  .service-cards.service-cards-sub .panel-grid:nth-child(2) .panel-grid-cell.slideIn,
  .service-cards.service-cards-sub .panel-grid:nth-child(4) .panel-grid-cell.slideIn,
  .service-cards.service-cards-sub .panel-grid:nth-child(6) .panel-grid-cell.slideIn {
	transition: transform 0.6s ease-in-out .15s, opacity 0.6s ease-in-out .15s, box-shadow 0.4s ease-in-out 0s;
  }

  
  .service-cards .panel-grid-cell:hover {
	box-shadow: 0 0 0 .0625rem #d6d6d6;
	box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff;
  }

  .service-cards .panel-grid-cell .so-panel {
	padding: 1.5em;
  }
  .service-cards .panel-grid-cell .so-panel{
	margin-bottom: 0 !important;
  }
  .service-cards .panel-grid-cell .so-panel:first-of-type{
  background: var(--rapp-bg-grey-light);
  }
  .service-cards .panel-grid-cell .so-panel a {
	background: var(--mse-blue);
	color: #fff;
	width: auto !important;
	display: inline-block;
	padding: 14px 19px;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .2px;
	border-radius: 60px;
	overflow: hidden;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.3s ease-in-out;
  }
  .btn-text {
	transform: translateX(-160px);
	display: block;
	width: 0;
	white-space: nowrap;
	opacity: 0;
	transition: 0.3s ease-in-out;
  }
  .service-cards h3 {
	margin-top: 0px;
	color: var(--mse-blue);
	font-size: 1.33em;
	margin-bottom: 0;
	font-weight: 600;
	transition: 0.4s ease-in-out;
  }
  .service-cards .textwidget{
	_text-align: center;
  }
  .service-cards .panel-grid-cell:hover p a {
	padding: 14px 28px;
  }
  .service-cards .panel-grid-cell:hover p a .btn-text {
	transform: translateX(0px);
	display: block;
	width: 135px;
	opacity: 1;
  }
  .service-cards p a{
	text-decoration: none;
	color: inherit;
	position: relative;
	display: block;
	font-weight: 600;
  }

  .service-cards p{
	margin-bottom: 0;
	font-size: 1.1em;
	_display: none;
  }

  /* HOME > ABOUT */
  #pg-8-3{
	margin-top: 80px;
  }
  #about .so-widget-image {
	width: 80%;
	margin-top: -100px;
  }
  #about .so-panel:nth-child(2) {
	width: 80%;
	margin: -15% 0 0 auto;
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 50px;
	box-shadow: 0px 0px 30px -20px rgba(0,0,0,0.2);
	_border: 1px solid #d5d6d9;
  }
  #about h2{
	margin-top: 0;
  }

  #about img{
	opacity: 0;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: 1.2s cubic-bezier( 0.66, 0.04, 0.18, 0.42 );
  }
  #about img.slideIn{
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #about .so-panel:nth-child(2){
	opacity: 0;
	transform: translateY(60px);
	transition: .6s ease-in-out
  }
  #about .so-panel:nth-child(2).slideIn{
	opacity: 1;
	transform: translateY(0px);
  }
  .flex-row .textwidget {
	display: flex;
	flex-wrap: wrap;
  }
  .flex-row .textwidget h3 {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
  }
  #cta-after-about i {
	font-size: 48px;
	opacity: .3;
	color: var(--mse-blue);
  }
  .flex-row .textwidget p {
	width: 48%;
  }
  #cta-after-about > .panel-grid-cell:first-of-type {
	border-right: 1px solid #dde0e1;
  }
  #cta-after-about > .panel-grid-cell:last-of-type {
	padding-left: 30px;
  }
  #cta-after-about p {
	font-size: 1.1em;
  }
  #cta-after-about p a{
	color: var(--mse-blue)
  }
  #cta-after-about > .panel-grid-cell:last-of-type {
	padding-left: 4%;
  }
  #cta-after-about h3 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
  }

  /* HOME > CONTACT*/
  #contact-area #map {
	height: 100%;
	position: absolute !important;
	right: 0;
	width: 100%;
	top: 0;
  }
  #contact-area .panel-grid {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
  }
  #contact-area .panel-grid .panel-grid-cell{
	position: relative;
  }
  #contact-area p strong {
	color: var(--mse-blue);
	font-size: 1.1em;
	margin-bottom: 5px;
	display: block;
  }
  /* LISTS AND CONTENT */

  .entry-content .content-section h3{
	_font-size: 2em;
	color: var(--mse-heading);
  }
a.mail {
  color: #fff !important;
}
.page-id-215 p a {
  color: var(--mse-red);
}
.entry-content .content-section ul li {
	list-style-type: none;
	position: relative;
	padding-left: 32px;
	margin-bottom: 16px;
  }
  .entry-content .content-section ul li:before {
	content: "";
	width: 36px;
	height: 36px;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	color: var(--mse-red);
  	font-weight: 900;
	position: absolute;
	left: 0;
  }
  .entry-content .content-section ul {
	padding: 0;
	margin: 0;
  }

  /* SUBPAGES CONTENT */
  .contrast-bg{
	background: var(--rapp-bg-grey);
  }
  .contrast-bg.big-img-left{
	margin-top: 40px;
  }
  .contrast-bg.big-img-left p:last-child {
	margin-bottom: 0 !important;
  }
  .contrast-bg.big-img-left .panel-grid-cell{
	position: relative;
  }
  .contrast-bg.big-img-left .content-section-m .panel-grid-cell:first-of-type img.so-widget-image{
	position: absolute;
	height: calc(100% + 160px);
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	margin-top: -160px;
  }
  .bwg_thumbnail.bwg_container {
	margin-bottom: -10px !important;
	margin-top: 40px;
  }
  .partner_logos img {
	max-width: 180px;
	_border: 1px solid #eee;
	margin-right: 30px;
	margin-top: 0px;
	padding: 5px 5px;
	background: #fff;
  }
  .partner_logos p {
	margin-bottom: 0;
  }

.partner_logos p {
  display: flex;
  flex-wrap: wrap;
}
.partner_logos p a {
  width: 18% !important;
  margin-right: 2%;
  display: block;
  transition: 0.4s ease-in-out;
}
.partner_logos p a:hover {
  transform: scale(1.05);
}
.partner_logos p a img {
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}

  /* ASPs */

.asp-row .panel-grid-cell {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	box-shadow:  0 0 0 .0625rem #d6d6d6;
	transition: 0.4s ease-in-out;
	min-height: 215px;
  }
  .asp-row .panel-grid-cell:hover {
	box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff
  }
  .asp-row .panel-grid-cell .so-panel:first-of-type {
	width: 33% !important;
	margin: 0 !important;
	position: relative;
  }
  .asp-row .panel-grid-cell .so-panel:last-of-type {
	width: 67% !important;
	padding-left: 6%;
	align-self: center;
  }
  
  .asp-row-section{
	padding-top: 60px !important;
	margin-top: -30px;
	border-top: 1px solid #dedede;
  }
  .asp-row img {
	position: absolute;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
  }
.asp-row strong {
	font-size: 1.15em;
	font-weight: 650;
	color: var(--mse-blue);
  }
  .asp-row a{
	text-decoration: none;
  }
.asp-row em {
	font-size: .9em;
	font-style: normal;
	opacity: .75;
  }


  /* SUB SERVICES */
  
.service-cards.service-cards-sub .panel-grid-cell {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background: #fff;
  }
  .service-cards.service-cards-sub .panel-grid-cell .so-panel:first-child{
	width: 35%;
  }
  .service-cards.service-cards-sub .panel-grid-cell .so-panel:last-child{
	width: 65%;
  }
  .service-cards.service-cards-sub .panel-grid {
	width: 48.5%;
  }
  .service-cards-sub h3 {
	margin-top: 0 !important;
  }


.service-cards.service-cards-sub .panel-grid-cell .so-panel:first-child {
	position: relative;
  }
  .service-cards.service-cards-sub .panel-grid-cell .so-panel:first-child .so-widget-sow-image img {
	position: absolute;
	width: 65%;
	height: 55%;
	object-fit: cover;
	padding: 0;
	object-position: center !important;
	padding: 0;
	display: block;
	top: 50%;
	left: 50%;
	transition: ;
	transform: translate(-50%,-50%);
  }

  .asp-row .panel-grid-cell-empty {
	display: none !important;
  }

/* KONTAKTSEITE */
  
.cta-contact-boxes {
	margin-top: -10px;
  }

.cta-contact-boxes h3 {
	margin-top: 0px !important;
	color: #000 !important;
  }
  .cta-contact-boxes h3 + p {
	font-size: 1.7em;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 0;
  }
  .cta-contact-boxes h3 + p a {
	text-decoration: none;
  }

  .cta-contact-boxes h3 {
	margin-top: -5px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: .2px;
	font-size: 1em !important;
	font-weight: 700 !important;
  }

  .page-id-32 h1{
	margin-top: -10px;
  }

.cta-contact-boxes .panel-grid-cell {
	display: flex;
	flex-wrap: wrap;
  }
  .cta-contact-boxes .panel-grid-cell .so-panel {
	padding-right: 5%;
	border-right: 1px solid #dcdcdc;
	margin-right: 5%;
	padding-top: 20px;
  	padding-bottom: 20px;
  }
  .cta-contact-boxes .panel-grid-cell .so-panel:nth-child(2) {
	border: none;
}
  .cta-contact-boxes .panel-grid-cell .so-panel:last-child {
	border: none;
	margin-right: 0;
	padding-right: 0;
  }

  .small-info-text p {
	font-size: .9em;
	font-weight: 400;
	margin-top: -25px;
  }

  .g-maps-wrapper .widget_text {
	position: absolute;
  	height: calc(100% + 160px);
  	width: 100%;
  	left: 0;
  	top: 0;
  	_object-fit: cover;
  	margin-top: -160px;
  }
  .g-maps-wrapper .widget_text .textwidget,
  .g-maps-wrapper .widget_text .textwidget #map{
	height: 100%;
	width: 100%;
  }
  body:not(.home) .g-maps-wrapper h3{
	font-size: 1.1em;  
	font-weight: 700;   
	text-transform: uppercase;
  }
  



#kontaktformular form,
.rapp_popup form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kontaktformular form p,
.rapp_popup form p {
  width: 48%;
  margin-bottom: 0;
}
#kontaktformular form p input[type="text"], #kontaktformular form p input[type="email"], #kontaktformular form p input[type="tel"], #kontaktformular form p select,
.rapp_popup form p input[type="text"], .rapp_popup form p input[type="email"], .rapp_popup form p input[type="tel"], .rapp_popup form p input[type="date"], .rapp_popup form p input[type="number"], .rapp_popup form p select {
  width: 100% !important;
  padding: 10px;
  margin-top: 5px;
  background: #fff;
}
 #kontaktformular form p select ,
 .rapp_popup form p select{
 padding: 12px 10px;
 border-radius: 3px;
}
#kontaktformular form p textarea,
.rapp_popup form p textarea{
	  width: 100% !important;
      padding: 10px;
  margin-top: 5px;	
}
.rapp_popup_header h3 {
  margin-top: -10px !important;
  margin-bottom: 0;
  font-size: 1.2em !important;
  font-weight: 600;
}
.rapp_popup_header p{
margin-top: -10px !important;
margin-bottom: 0;
}
.rapp_popup_header {
  padding-bottom: 10px;
  color: var(--mse-blue);
  border-bottom:
1px solid #dedede;
  width: 100% !important;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
#kontaktformular form p:nth-child(8),
#kontaktformular form p:nth-child(9),
#kontaktformular form p:nth-child(10),
.rapp_popup form div:nth-child(2),
.rapp_popup form p:nth-child(3),
.rapp_popup form p:nth-child(4),
.rapp_popup form p:nth-child(7),
.rapp_popup form p:nth-child(8) {
  width: 100%;
}
#kontaktformular form p:nth-child(10){
	_margin-top: -10px;
}

#popup_rueckruf form p:nth-child(4),
#popup_rueckruf form p:nth-child(5),
#popup_rueckruf form p:nth-child(6),
#popup_rueckruf form p:nth-child(7){
width: 48%;
}
#popup_rueckruf form p:nth-child(8),
#popup_rueckruf form p:nth-child(9),
#popup_rueckruf form p:nth-child(10){
width: 100%;
}

.rapp_popup_header > div:first-of-type {
  width: calc(100% - 40px) !important;
}
.rapp_popup_header > div:last-of-type {
  width: 12px !important;
  cursor: pointer;
  -webkit-text-stroke: .05em #fff;
  font-size: 1.15em;
}

#kontaktformular form p label,
.rapp_popup form p label {
  color: #000;
  font-size: .9em !important;
  font-weight: 600;
  letter-spacing: .2px;
}
.rapp_popup form p label{
	font-size: .95em !important;
}
#kontaktformular.content-section-s .textwidget {
  _max-width: unset !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--mse-red);
  color: #fff;
  border: none;
  font-weight: 500;
  letter-spacing: .2px;
  padding: 15px 22px !important;
  border-radius: 60px;
  min-width: 180px;
  transition: 0.4s ease-in-out;
  margin-top: 10px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: var(--mse-red);
}

.rapp_popup{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	max-height: 100vh;
  overflow: auto;
  display: none;
}
.rapp_popup .rapp_popup_inner {
  background: #fff;
  width: 90%;
  max-width: 700px;
  margin: 30px auto 0;
  padding: 25px;
}

.rapp_popup .rapp_popup_inner {
  transform: translateY(60px);
  transition: 0.4s ease-in-out .4s;
}

.rapp_popup.fadedIn .rapp_popup_inner {
  transform: translateY(0px);
  /* opacity: 1; */
  transition: 0.4s ease-in-out;
}

.upload_wrapper {
  margin-top: 5px;
  display: block;
}
.upload_wrapper .upload_wrapper_inner {
  border: 2px dashed #ccccdc;
  background-color: var(--rapp-bg-grey);
  cursor: pointer;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.upload_wrapper_text{
	text-transform: none;
}

.upload_wrapper_inner > * {
  display: block;
  text-align: center;
}
.upload_wrapper_inner i{
	font-size: 26px;
	color: var(--mse-blue);
	margin: 0px auto 10px;
	display: block;
}
/* Removes "no file uploaded" text because otherwise it stays on screen when the user drags-and-drops a file */
input[type="file"] {
  color: transparent;
  opacity: 0;
}
.wpcf7-form-control-wrap[data-name="rezept"] {
  height: 0;
}
.upload_wrapper small {
  font-weight: 400;
  color: #545454;
  display: block;
  margin-top: 3px;
}

.upload_wrapper small u{
	cursor: pointer;
}

.upload_wrapper{
  position: relative;
}
.upload_wrapper .wpcf7-form-control-wrap {
  position: static !important;
}
.upload_wrapper .wpcf7-form-control-wrap input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.close_rap_popup {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: var(--mse-blue);
  font-weight: bold;
  font-size: 1em;
}
#upload_rezept_btn {
  margin: auto;
    margin-top: auto;
  margin-top: auto;
  padding: 8px 12px;
  margin-top: -13px;
  font-size: .9em;
  font-weight: 600;
  color: var(--mse-blue);
  background: transparent;
  border: 2px solid;
  pointer-events: none;
  border-radius:60px;
  max-width: 170px;
  font-weight: 700;
  letter-spacing: .2px;
}
.rapp_popup form p:nth-child(3) {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item-label {
  font-weight: 400;
  font-size: .9em;
  margin-left: 3px;
  position: relative;
  top: -1px;
}

.mobile-quicklinks {
  display: flex;
  list-style-type: none;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.mobile-quicklinks a {
  font-size: 22px;
  margin-left: 30px;
  color: var(--mse-blue);
  display: block;
  _margin-top: 5px;
}

.nav-header-bar{
	display: none;
}

.mobile-menu-overlay{
	display: none;
}

.card-link-wrapper{
	text-decoration: none;
	color: initial;
	width: 100%;
}
.card-link-wrapper p{
	color: initial !important;
}

/* SHOP */

.rapp-shop-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
body:not(.single) .rapp-shop-wrapper{
padding-top: 180px;
}

.rapp-shop-wrapper #secondary{
	width: 280px;
	padding-right: 25px;
	position: sticky;
	top: 200px;
}
.woocommerce-shop .woocommerce-breadcrumb{
	display: none !important;
}
.rapp-shop-wrapper #primary{
	width: calc(100% - 280px);
	border-left: 1px solid #d6d6d6;
	padding-left: 25px;
}
.rapp-shop-wrapper #primary h2{
	margin-top: -10px;
}
.rapp-shop-wrapper li.product {
  box-shadow: 0 0 0 .0625rem #d6d6d6;
  transition: 0.4s ease-in-out;
}
.rapp-shop-wrapper li.product:hover {
  box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff;
}
.woocommerce ul.products.columns-3{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: -1%;
	margin-right: -1%;
	margin-top: 20px !important;  
}
.woocommerce-result-count {
  font-size: 1em !important;
  margin-top: .5em !important;
}
.woocommerce-ordering {
  width: 32%;
}
.orderby {
  width: 100%;
  font-size: .9em;
}
.rapp-shop-wrapper #secondary .widget h3 {
  color: var(--mse-blue);
}
.rapp-shop-wrapper #secondary .widget:first-of-type h3{
	margin-top: 0;
}
.woocommerce ul.products.columns-3:before,
.woocommerce ul.products.columns-3:after{
	display: none !important;
}
.woocommerce ul.products.columns-3 li.product {
  margin: 0 !important;
  width: 31.333% !important;
  float: none !important;
  padding: 15px;
  margin-bottom: 2% !important;
  margin-right: 1% !important;
  margin-left: 1% !important;
  _text-align: center;
}
.orderby {
  background: #fff !important;
  padding: 12px 8px !important;
}

#secondary .is-list > ul.wc-block-product-categories-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -10px;
}
#secondary .is-list > ul.wc-block-product-categories-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0px 10px;
}
#secondary ul.wc-block-product-categories-list li {
  margin-top: 8px;
  margin-bottom: 8px;
}
#secondary ul.wc-block-product-categories-list li a {
  text-decoration: none;
  _color: var(--mse-blue);
  color: #000;
  font-weight: 600;
  font-size: 1em;
}
#secondary ul.wc-block-product-categories-list li a:hover {
  text-decoration: underline;
}



.woocommerce ul.products.columns-3 .price {
  color: #444 !important;
  font-weight: 600 !important;
  font-size: 1.3em !important;
  margin-bottom: -8px !important;
}
.woocommerce-loop-product__title {
  font-size: 1.1em !important;
  line-height: 1.3;
}
.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info {
  display: inline-block;
  color: #666;
  font-size: .8em; 
  display: none;
}
.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info:after {
  content: ' |'
}
.wc-gzd-additional-info.wc-gzd-additional-info-loop.shipping-costs-info {
  display: inline-block;
  color: #666;
  font-size: .8em;
  display: none;
}
.read_more_product.more-btn {
  font-size: .8em;
  padding: 12px 10px;
  display: block;
  max-width: 150px;
  margin: 10px auto 5px;
  color: #fff;
}
.woocommerce ul.products li.product .button {
  display: none !important;
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 1;
  object-fit: cover;
}

.read_more_product{
  background: var(--mse-blue);
  color: #fff !important;
  width: auto !important;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .2px;
  border-radius: 60px;
  overflow: hidden;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
}
.woocommerce ul.products.columns-3 li.product:hover .read_more_product {
  padding: 14px 28px;
}
.read_more_product > span {
  transform: translateX(-160px);
  display: block;
  width: 0;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.woocommerce ul.products.columns-3 li.product:hover .read_more_product > span {
  transform: translateX(0px);
  display: block;
  width: 135px;
  opacity: 1;
}

/* SHOP END*/

/* SHOP -> PRODUCT SINGLE */

.single-product_content-section {
  padding-top: 180px;
}
.single .woocommerce-product-gallery__wrapper {
  border: 1px solid #d6d6d6;
}
.single.woocommerce div.product div.images img {
  aspect-ratio: 1 !important;
  object-fit: cover;
}
.woocommerce-products-header__title.page-title,
.woocommerce-cart h1, .woocommerce-checkout h1 {
  font-size: 2.15em;
  font-weight: 650;
}
.single-product .price {
  color: #444 !important;
  font-weight: 600;
  font-size: 1.6em !important;
  margin-bottom: 5px;
}
.single-product .wc-gzd-additional-info{
	margin-top: 5px;
}
.single-product.woocommerce div.product form.cart .variations select {
  padding: 10px;
}
.single-product.woocommerce div.product form.cart .variations tr th {
  vertical-align: middle !important;
  font-size: .9em;
  border: 1px solid #cecece;
  border-right: 0;
  border-radius: 3px 0px 0px 3px !important;
  color: var(--mse-blue);
  background: var(--rapp-bg-grey);
}
.single-product.woocommerce div.product form.cart .variations select{
	border-radius: 0px 3px 3px 0px !important;
}
.single-product.woocommerce div.product form.cart .variations {
  border-spacing: 0;
}
.single-product.woocommerce div.product form.cart .variations td {
  padding: 0;
}
.single-product .product_meta{
	display: none !important;
}
.single-product .wc-gzd-additional-info.tax-info:after {
  content: ' |'
}
.variations_form {
  margin-top: 30px;
}


.single-product .quantity {
  min-width: 80px;
  max-width: 80px;
}
.single-product .quantity input {
  width: 100% !important;
  border-radius: 3px !important;
  padding: 10px 5px 10px 10px;
}
.single_add_to_cart_button {
  background: var(--mse-blue) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  margin-left: 20px !important;
  padding: 16px 24px !important;
  border-radius: 60px !important;
  width: 220px;
  max-width: calc(64% - 20px);
  letter-spacing: .1px;

}
.wc-gzd-additional-info.shipping-costs-info.variation_modified.variation_gzd_modified a, .reset_variations, .wc-gzd-additional-info.shipping-costs-info a {
  color: var(--mse-blue) ;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #d6d6d6;
  border-top: 0;
}

.single_variation_wrap > .woocommerce-variation-add-to-cart,
.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
}
.single-product .qty-label {
  width: 80px;
  border: 1px solid #cecece;
  background: var(--rapp-bg-grey);
  color: var(--mse-blue);
  font-weight: 700;
  font-size: .9em;
  padding: 11px;
  border-right: 0;
  text-align: center;
}
.divider-before_add-to-cart-btn {
  width: 100%;
  _max-width: 88%;
  margin-left: 0 !important;
  margin-top: 0px !important;
  margin-bottom: 20px;
}
.single-product .single_variation_wrap{
	width: 100%;
}
.single-product .flex-control-nav li{
	border: 1px solid #d6d6d6;
	margin-top: 8px !important;
	margin-right: 8px !important;
}
.single-product .woocommerce-Tabs-panel > h2 {
  display: none;
}

.single-product .variations tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: ;
  width: 100%;
  margin-bottom: 10px;
}
.single-product .variations tr th {
  width: 80px !important;
  padding: 7px;
  font-size: .9em !important;
}
.single-product .variations tr td {
  width: calc(100% - 80px) !important;
}
.single .woocommerce-breadcrumb {
  border-bottom: 1px solid #dedede !important;
  padding-bottom: 10px;
}
.woocommerce-product-details__short-description p {
  font-size: 1.1em !important;
}
.pswp {
  z-index: 100000 !important;
}
.reset_variations{
	display: none !important;
}
.flex-direction-nav {
  position: absolute;
  top: 60%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  max-width: 150px;
  right: 1%;
}
a.flex-next {visibility:hidden;text-decoration: none !important;display: block;font-size: 0;}
a.flex-prev {visibility:hidden;text-decoration: none !important;display: block; font-size: 0;}
a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}

a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}
.flex-next::after, .flex-prev::before {
  width: 50px !important;
  height: 50px;
  display: block;
  text-align: center;
  background: #fff;
  color: var(--mse-blue);
  box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.4);
  border: 1px solid #eee;
  padding-top: 9px;
}

.single-product.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.woocommerce-product-details__short-description{
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description.text_toggled{
	max-height: unset;
  margin-bottom: -10px;
}

.wc_product_short-description__read-more {
  color: var(--mse-blue);
  border: none;
  background: none;
  text-decoration: underline;
  padding: 0;
  font-size: 1.1em;
  margin-bottom: 30px;
  cursor: pointer;
}

.woocommerce-product-details__short-description {
  position: relative;
}
.woocommerce-product-details__short-description:not(.text_toggled):after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

/* CART & CHECKOUT */
.wp-block-woocommerce-checkout.wc-gzd-checkout.alignwide.wc-block-checkout {
  padding-top: 0;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background: var(--mse-blue);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .95em;
  letter-spacing: .2px;
  border-radius: 60px;
  padding: 16px;
  transition: 0.4s ease-in-out !important;
  border: none;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: var(--mse-red);
}
.woocommerce-cart .content-section.content-section-m,
.woocommerce-checkout .content-section.content-section-m {
  padding-top: 45px;
}
.wp-block-woocommerce-cart.alignwide {
  font-weight: 500;
}
.wp-block-woocommerce-cart.alignwide img {
  border: 1px solid #d6d6d6;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.wc-block-components-product-name{
  color: var(--mse-blue) !important;
}
.woocommerce-cart .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-cart .wc-block-cart-item__image {
  padding-left: 0 !important;
  padding-right: 5px !important;;
}
.woocommerce-cart .wc-block-cart-item__total {
  padding-right: 0 !important;
}
.woocommerce-cart .wc-block-cart-items__header-total {
  padding-right: 0 !important;
}
.woocommerce-cart .wc-block-cart-items__header-image {
  text-align: left;
}
.woocommerce-checkout .wc-block-components-order-summary.is-large {
  background: var(--rapp-bg-grey) !important;
}
.wc-block-components-checkout-return-to-cart-button {
  color: var(--mse-blue) !important;
  font-weight: 500 !important;
}
.woocommerce-checkout .wc-block-components-product-name {
  font-size: 1.2em !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  padding: 18px;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
  font-weight: 500;
}
.wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-components-form.wc-block-checkout__form input[type="text"], .wc-block-components-form.wc-block-checkout__form input[type="email"], .wc-block-components-form.wc-block-checkout__form input[type="tel"], .wc-block-components-form.wc-block-checkout__form select {
  border-radius: 3px !important;
  border-color: #ccc !important;
}
.wc-block-components-order-summary-item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
#is_cart_fib{
  position: relative;
}
.cart-count {
  position: absolute;
  background: var(--rapp-green);
  font-weight: bold;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  left: 31px;
  top: 8px;
  padding: 2px;
  color: #111;
}

.woocommerce-cart .is-flex-container.columns-4.wc-block-product-template.wp-block-woocommerce-product-template {
  margin-left: 0 !important;
}
.woocommerce-cart .is-flex-container.columns-4.wc-block-product-template.wp-block-woocommerce-product-template li{
box-shadow: 0 0 0 .0625rem #d6d6d6;
  transition: 0.4s ease-in-out;
  padding: 15px !important;
}
.woocommerce-cart .is-flex-container.columns-4.wc-block-product-template.wp-block-woocommerce-product-template li:hover{
box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block  img {
  aspect-ratio: 1 !important;
  border: none !important;
}
.woocommerce-cart .is-flex-container.columns-4.wc-block-product-template.wp-block-woocommerce-product-template li h3 a{
  text-decoration: none !important;
  color: var(--mse-blue) !important;
}
.woocommerce-cart .is-flex-container.columns-4.wc-block-product-template.wp-block-woocommerce-product-template li h3{
  font-size: 1.1em !important;
  text-align: left !important;
}
.woocommerce-cart .is-flex-container.columns-4.wc-block-product-template.wp-block-woocommerce-product-template li .wc-block-components-product-price{
  color: #444 !important;
  font-weight: 600 !important;
  font-size: 1.3em !important;
  margin-bottom: -2px !important;
  text-align: left !important;
}


.wp-block-read-more {
  position: relative;
  background: var(--mse-blue);
  padding: 14px 19px;
  color: #fff !important;
  border-radius: 60px;
  font-size: .75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.wp-block-read-more:hover{
  padding: 14px 28px;
}
.wp-block-read-more:after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  _margin-left: 3px;
}
.wp-block-read-more strong {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  width: 0px;
  transition: 0.3s ease-in-out;
}
.wp-block-read-more:hover strong{
  width: 136px;
}
.woocommerce-message .button.wc-forward{
  float: none !important;
  margin-top: 10px !important;
}

.single-product .related.products{
  display: none !important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 0;
  margin: 0 0 40px;
  border: 1px solid #d6d6d6;
  padding: 20px;
  border-radius: 3px;
}
.woocommerce-order-received.woocommerce-checkout .shop_table {
  background: none !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 3px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  color: var(--mse-blue);
  font-weight: 700;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  color: initial;
  font-weight: 600;
  margin-top: 5px;
}

.woocommerce-order-received.woocommerce-checkout .shop_table {
  background: none !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 3px;
}
.woocommerce-order-received.woocommerce-checkout .wc-item-meta li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: .9em;
}
.woocommerce-order-received.woocommerce-checkout .wc-item-meta li p {
  margin: 0;
}
.woocommerce-order-received.woocommerce-checkout .wc-item-meta {
  padding-left: 0;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-table__product-name.product-name a {
  color: var(--mse-blue);
  font-weight: 500;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-table__product-name.product-name img {
  border: 1px solid #d6d6d6;
  margin-top: 5px;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-order-details__title,
.woocommerce-order-received.woocommerce-checkout .woocommerce-column__title {
  font-size: 1.666em;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-customer-details--phone {
  display: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
  display: none !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 0 !important;
  margin-top: 0 !important;
  font-size: 1em !important;
  font-weight: normal !important;
}


/* DOWNLOADS */

.download-list li {
  border-bottom: 1px solid #d6d6d6;
  padding: 12px 0;
}
.download-list li a {
  color: var(--mse-blue);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1em !important;
}
.download-list li{
  padding-left: 0 !important;
}
.download-list li:before{
  display: none;
}

.download-list li a::before {
  content: "\f56d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: none !important;
  width: 40px;
  display: inline-block !important;
  height: 40px;
  text-align: center;
  border: 1.5px solid var(--mse-blue);
  background: transparent;
  border-radius: 100%;
  padding: 5px 5px 4px;
  margin-right: 10px;
  transition: 0.4s ease-in-out;
}
.download-list li a:hover::before {
background: var(--mse-blue) !important;
color: #fff;
}

/* AKTUELLES */

.outer-posts-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.outer-posts-wrapper .post_preview_wrapper {
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 0 0 0 .0625rem #d6d6d6;
  transition: 0.4s ease-in-out;
  margin-bottom: 2%;
}
.outer-posts-wrapper .post_preview_wrapper:hover{
box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff;
}
.outer-posts-wrapper .the_postimg {
  margin: 0;
  aspect-ratio: 1.75;
  overflow: hidden;
  position: relative;
  display: block;
}
.outer-posts-wrapper .the_postimg img {
  aspect-ratio: 1.8 !important;
  display: block;
  object-fit: cover !important;
  position: absolute;
  object-position: 50% 0%;
  width: 100% !important;
  height: 100% !important;
}
.outer-posts-wrapper .post-preview_content{
  padding: 20px;
}
.outer-posts-wrapper .post_preview_wrapper h2 {
  font-size: 1.5em;
  margin-bottom: -10px;
}
.outer-posts-wrapper .post_preview_wrapper h2 a {
  text-decoration: none;
  color: var(--mse-blue) !important;
}
.post-preview_content > a {
  color: var(--mse-blue);
  font-weight: 500;
  text-decoration: none;
}
.shariff.shariff-align-flex-start {
  margin-top: 20px;
}
.single-post #pre-footer-cta {
  border-top: 1px solid #dedede;
  padding-top: 60px;
  margin-top: 40px;
}

a.hide_item{
  display: none;
}

@keyframes flickerAnimation {
	0%   { opacity:0.9; }
	50%  { opacity:0.5; }
	100% { opacity:0.9; }
  }
  @-o-keyframes flickerAnimation{
	0%   { opacity:0.9; }
	50%  { opacity:0.5; }
	100% { opacity:0.9; }
  }
  @-moz-keyframes flickerAnimation{
	0%   { opacity:0.9; }
	50%  { opacity:0.5; }
	100% { opacity:0.9; }
  }
  @-webkit-keyframes flickerAnimation{
	0%   { opacity:0.9; }
	50%  { opacity:0.5; }
	100% { opacity:0.9; }
  }

  .post_preview_wrapper.loading{
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
   animation: flickerAnimation 2s infinite;  
}
.post_preview_wrapper.loading figure {
	_opacity: .45;
  background: #E9E9E9;
  }
  .post_preview_wrapper figure img{
    transition: 0.4s ease-in-out;
  }
  .post_preview_wrapper.loading figure img{
    opacity: 0;
  }
.post_preview_wrapper.loading span, .post_preview_wrapper.loading a, .post_preview_wrapper.loading p, .post_preview_wrapper.loading h2, .post_preview_wrapper.loading h2 a{
	color: #E9E9E9 !important;
	background: #E9E9E9;
  }

#pagination_wrapper {
	width: 100%;
	margin-bottom: 30px;
  }
  .page-numbers {
	font-size: 17px;
	padding: 1px;
	background: #fff !important;
	text-decoration: none;
	font-weight: 600;
	margin-right: 4px;
	transition: 0.4s ease-in-out;
	color: var(--mse-blue) !important;
	padding: 5px !important;
	min-width: 36px !important;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 5px -3px rgba(0,0,0,0.22);
  border: 1px solid #d6d6d6;
  }
  .page-numbers:hover {
	color: var(--mse-blue) !important;
	background: var(--rapp-bg-grey) !important;
	padding: 5px 0;
	min-width: 36px !important;
	display: inline-block;
	text-align: center;
  }
  .page-numbers.current {
	background: var(--mse-blue) !important;
	color: #fff !important;
	padding: 5px 0;
	min-width: 36px !important;
	display: inline-block;
	text-align: center;
  border: 1px solid var(--mse-blue);
  }

.signet_parasport {
  width: 96%;
  margin: auto;
  max-width: 1024px;
  position: relative; 
}

.signet_parasport .so-widget-sow-image{
  position: absolute;
  z-index: 1000;
  right: 0%;
  bottom: -30px;
  width: 90px;
  height: 127px;
  object-fit: cover !important;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
  background: #fff;
  opacity: 0;
  _transform: translateY(40px);
  transition: 0.5s ease-in-out;
}
.signet_parasport.loaded .so-widget-sow-image{
  opacity: 1;	
  _transform: translateY(0px);
  transition-delay: .75s;
}
.signet_parasport .so-widget-image {
  object-position: center !important;
  padding: 3px !important;
}
#sub-hero{
	overflow: visible;
}

#primary[aria-hidden='true'], footer[aria-hidden='true'], header[aria-hidden='true'], #prefooter[aria-hidden='true'] { 
  pointer-events: none;
}

.bwg-container{
justify-content: start !important;
}


.normalize_lists li:before,
.normal_list_inner li:before{
  background: none !important;
  content: "–" !important;
  position: absolute;
  left: 0;
  color: #000 !important;
}
.sow-accordion-panel-border > ul:first-of-type{
	margin-top: 20px;
}
.sow-accordion-panel-border > ul > li strong{
  font-size: 1.1em !important;
}
.normal_list_inner {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.normalize_lists li,
.normal_list_inner li{
  padding-left: 20px !important;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1em !important;
}

.normalize_lists li a,
.sow-accordion-panel-border a{
	color: var(--mse-blue);
}

.inline-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.inline-flex img {
  width: 170px;
	border: 1px solid #f1f1f1;
  border-radius: 3px;
}
.inline-flex p:first-of-type {
  width: 200px !important;
}
.inline-flex p:last-of-type {
  width: calc(100% - 210px);
  font-size: 1em;
  display: initial;
}
.sow-accordion-panel-border ol {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
}


/* POPUP NACHBESTELLUNGEN */

.close_rap_popup {
  position: relative;
  top: -4px;
}
.nachbestellung_selection {
  box-shadow: 0 0 0 .0625rem #d6d6d6;
  transition: transform 0.6s ease-in-out, border 0.6s ease-in-out, box-shadow 0.4s ease-in-out;
  background: #fff !important;
  border: none !important;
  color: var(--mse-blue) !important;
  width: 100%;
  padding: 20px !important;
  position: relative;
  height: 100%;
  border: 2px solid transparent !important;
}
.nachbestellung_selection:hover, .nachbestellung_selection.active {
box-shadow: 0 0 0 .0625rem #d6d6d6;
  box-shadow: 0 0.3125rem 1.25rem 0 #00000026 ,0 -.0625rem 0 0 #fff;
}
.nachbestellung_selection.active {
  border: 2px solid var(--mse-red) !important;
}
.popup-flex-row .so-widget-sow-button, .popup-flex-row .ow-button-base {
  position: relative;
  height: 100%;
}
.nachbestellung_selection span {
  color: var(--mse-blue) !important;
  font-weight: 600;
  hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.3;
}
.nb-form-step p {
  width: 100% !important;
}
.nachbestellung_selection .sow-icon-image {
  width: 80px !important;
  height: 80px !important;
  background-size: cover !important;
  background-position: center;
}

.popup-flex-row .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.popup-flex-row .panel-grid-cell .so-panel {
  width: 31.5%;
  margin-bottom: 3% !important;
}

.popup_footer {
  display: flex;
  justify-content: end;
}
.popup_footer_btn {
  margin-right: 0 !important;
  margin-left: 10px;
  border: none !important;
}
.more-btn-secondary {
  color: var(--mse-blue);
  background: #dadada;
}
.hide_field_init{
  display: none;
}
.nb-form-step p strong {
  font-weight: 600;
}
#popup_nachbestellung .textwidget h3,
#popup_nachbestellung form h3 {
  color: #111;
  font-weight: 600 !important;
  margin-bottom: -10px;
  margin-top: 0;
}
#popup_nachbestellung .textwidget h3 + p {
  margin-bottom: -10px;
}
#popup_nachbestellung .rapp_popup_inner {
  max-width: 860px;
}

[data-id="nb-form-step-2"] p:nth-child(4), [data-id="nb-form-step-2"] p:nth-child(5),
[data-id="nb-form-step-3"] p:nth-child(3), [data-id="nb-form-step-3"] p:nth-child(4),
[data-id="nb-form-step-3"] p:nth-child(5), [data-id="nb-form-step-3"] p:nth-child(6) {
  width: 48% !important;
}
[data-id="nb-form-step-2"],
[data-id="nb-form-step-3"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
[data-id="nb-form-step-2"] input[type="number"]{
  text-align: center;
}

[data-name="rezept_oder_privat"] .wpcf7-list-item-label,
[data-name="abholung_oder_versand"] .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 1em;
}
[data-name="rezept_oder_privat"] .wpcf7-list-item,
[data-name="abholung_oder_versand"] .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
  border: 1px solid #cecece;
  padding: 11px 10px 10px;
  border-radius: 5px;
}
[data-name="rezept_oder_privat"] .wpcf7-list-item input,
[data-name="abholung_oder_versand"] .wpcf7-list-item input {
  transform: scale(1.2);
}

#popup_nachbestellung .wpcf7-submit{
  display: none;
}
#popup-step-submit{
  display: none;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first.last {
  margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox label span {
  font-size: 1em !important;
  font-weight: 500 !important;
}
.wpcf7-form-control.wpcf7-checkbox input {
  transform: scale(1.2);
}
form [data-id="nb-form-step-2"] p.fw {
  width: 100% !important;
}

a.nachbestellung_selection:focus{
  outline: 1px dotted rgba(0, 150, 255, 1);
}

.error-tip, .error-tip[data-name="rezept_oder_privat"] .wpcf7-list-item, .error-tip[data-name="abholung_oder_versand"] .wpcf7-list-item{
  border-color: red !important;
}

#popup_nachbestellung .popup_footer{
  justify-content: space-between;
  align-items: center;
}
.popup_footer_inner{
display: flex;
justify-content: end;
align-items: center;
}
#selection-error {
  font-weight: 500 !important;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.rapp_popup .wpcf7-file + .wpcf7-not-valid-tip,
.wpcf7-not-valid-tip + .wpcf7-not-valid-tip,
.wpcf7-radio.wpcf7-not-valid + .wpcf7-not-valid-tip{
  display: none !important;
}

.wpcf7-not-valid-tip + br{
  display: none !important;
}

@media only screen and (max-width: 1400px) {
	#site-navigation li a{
		font-size: .95em;
	}
	#site-navigation li.navigation-button a{
		font-size: .9em;
	}
	#site-navigation li {
  		margin-left: 1.8em;
	}
}

.mobile_cta-nav{
  display: none;
}

@media only screen and (max-width: 1280px) {
.inner-mastheader {
  padding: 24px 0;
}
#sub-hero {
  padding-top: 140px;
}
.menu-toggle {
  padding: 0 !important;
  width: auto !important;
  display: block !important;
  border: none;
  background: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  /* position: absolute;
  right: 20px;
    top: calc(50% + 1px);
    transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out; */
}
.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: 3px;
	  width: 100%;
	  background: var(--mse-red);
	  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;
	}

	#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-mainmenu-container {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  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);
}
.nav_opend .menu-mainmenu-container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow: auto;
}
#primary-menu {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vh;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease;
}
.nav_opend #primary-menu {
  pointer-events: auto;
  opacity: 1;
}
  #primary-menu li {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0px !important;
    border-top: 1px solid #e3e3e3;
  }
  #primary-menu li a, #site-navigation li:last-child a {
    padding: 20px 0 !important;
    font-size: 1.1em;
    outline: none !important;
  }
#site-navigation ul#primary-menu > li.current_page_item:not(:last-child) > a, #site-navigation ul#primary-menu > li.current-page-ancestor > a {
  color: var(--mse-red) !important;
  border-bottom: none !important;
  padding-bottom: 20px !important;
}
#site-navigation li:last-child > a {
  color: var(--mse-heading) !important;
  background: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
  #site-navigation li:last-child > a:hover {
  background: none !important;
  color: var(--mse-red) !important;
}

.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: 26px;
  color: var(--mse-red);
}
.mobile_cta-nav a:first-of-type {
  color: var(--mse-red);
  font-size: 22px;
  position: relative;
  top: 3px;
}
.shrink .inner-mastheader {
  padding: 16px 0;
}
}

@media only screen and (max-width: 1220px) {
  #cta-row .panel-grid {
  flex-direction: column !important;
}
#cta-row .panel-grid .panel-grid-cell {
  width: 100%;
  text-align: left !important;
}
#cta-row .panel-grid-cell .panel-grid-cell:last-of-type p {
  text-align: left;
}
#cta-row > .panel-grid-cell {
  background: var(--mse-light-blue);
  padding: 20px 30px 20px;
}
}

@media only screen and (max-width: 991px) {
  .content-section.content-section-m.inner-flex .panel-grid-cell {
    flex-flow: column !important;
  }
  .content-section.content-section-m.inner-flex .panel-grid-cell .so-panel{
    width: 100% !important;
  }
  .content-section.content-section-m.inner-flex .panel-grid-cell .so-panel:last-child{
    padding-top: 0 !important;
  }
  /* .deco-heading strong {
  font-size: 1.5em;
  }
  */
  .deco-heading strong br{
  display: none;
} 
  .content-section-m {
  width: 86%;
  }
  .content-section.content-section-m.distance-left {
  padding-left: 0;
}

footer .content-section .panel-grid-cell {
  width: 50% !important;
}
footer .content-section {
  flex-wrap: wrap !important;
}
footer .content-section .panel-grid-cell:nth-child(2) {
  order: 3;
}
footer .content-section .panel-grid-cell:nth-child(3) {
  order: 2;
}
footer .content-section .panel-grid-cell:nth-child(3) p{
  margin-bottom: 0;
}
footer .content-section .panel-grid-cell:nth-child(4) {
  order: 4;
}
.cpr{
  flex-direction: column;
}
.cpr .sep {
  display: none;
}
.full-img-textbox .so-panel:last-child .textwidget{
  width: 100%;
  max-width: unset;
}
.full-img-textbox .so-panel:last-child .textwidget {
  padding: 60px 0;
}
.full-img-textbox .so-panel:last-child .textwidget h2, .full-img-textbox .so-panel:last-child .textwidget ul, .full-img-textbox .so-panel:last-child .textwidget p {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.full-img-textbox .so-panel:first-child img {
  position: static;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.full-img-textbox .content-section{
  padding-top: 0 !important;
}
.full-img-textbox  .so-panel{
  margin-bottom: 0 !important
}
.deco-heading p {
  margin-bottom: 0;
}
.content-section{
  padding: 40px 0;
}
#pg-150-2 .content-section {
  padding-top: 0;
}
.contact-details-wrapper input:not([type="checkbox"]), .contact-details-wrapper select {
  max-width: unset;
}
#mse-productfinder {
  display: flex;
  flex-wrap: wrap;
}
#mse-productfinder > div {
  width: 100%;
}
.search-form-wrapper {
  order: 1;
}
.product-table-wrapper {
  order: 2;
}
.contact-details-wrapper {
  order: 3;
  margin-top: 0;
}
.search-form-wrapper input {
  width: 100% !important;
  max-width: unset !important;
}
.contact-details-wrapper .wpcf7-list-item-label {
  max-width: unset;
  top: 0px !important;
  margin-left: 6px;
}
}

@media only screen and (max-width: 780px) {
.front-page-cards .panel-grid-cell {
  width: 100% !important;
  max-width: ;
  min-width: 100% !important;
}
.front-page-cards .panel-grid-cell:not(:last-child) {
  border-right: 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}
.front-page-cards.front-page-cards2 .panel-grid-cell:last-child{
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  border-right: 0;
}
.deco-heading strong {
  font-size: 2em;
}
#pg-w68d797895df4f-0 {
  margin-bottom: 25px !important;
}
h2{
  font-size: 1.8em;
}

.front-page-cards {
  flex-wrap: wrap !important;
}
.front-page-cards .panel-grid-cell {
  padding-left: 0;
}

.services-list::before {
display: none;
}

#pg-20-5 .panel-grid .panel-grid-cell {
  width: 100% !important;
}
#pg-20-5 .panel-grid {
  flex-wrap: wrap !important;
}
.services-list {
  top: 0;
  padding-top: 30px;
  border-top: 1px solid #dedede;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: -20px;
}

footer .content-section .panel-grid-cell {
  width: 100% !important;
  /* text-align: center; */
}
footer .content-section {
  flex-wrap: wrap !important;
}
footer .content-section .panel-grid-cell:nth-child(2) {
  order: 2;
}
footer .content-section .panel-grid-cell:nth-child(3) {
  order: 3;
}
footer .content-section .panel-grid-cell:nth-child(4) {
  order: 4;
}
footer img {
  _margin: auto;
}

.site-info {
  flex-direction: column-reverse;
}
.legals {
  width: 100%;
}
.legals li {
  margin-left: 0 !important;
  margin-right: 20px;
}
.cpr {
  margin-top: 10px;
  line-height: 1.7;
  _text-align: center !important;
}
.cpr {
  display: block;
}
  .cpr .sep {
    display: inline-block;
  }
.more-btn{
  padding: 16px 24px;
}
#hero .so-panel:last-of-type img {
  object-position: 70% 50%;
}
#hero h1 {
  font-size: 2em;
}
#pg-20-5 .content-section{
  padding-top: 0 !important;
}
  .more-btn, #hero .more-btn {
    padding: 16px 24px;
    display: inline-block;
  }
 /* #hero .so-panel:last-of-type .sow-image-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    height: 65vw;
    min-height: 350px !important;
  }
#hero .so-panel:last-of-type .sow-image-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-height: 440px;
}
#hero {
  margin-bottom: -4px;
}
#hero .so-panel:first-of-type {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: unset !important;
  left: 0;
  bottom: 14%;
  transform: unset !important;
  overflow: hidden;
  background: #ecf2fe;
}
#hero .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
  #hero .hero-title{
  width: 86%;
  margin-left: auto;
  margin-right: auto;
} */

#hero {
  position: relative;
  height: calc(100vh - 190px);
  min-height: 560px;
  border-bottom: 100px solid #ecf2fe;
}
#hero .so-panel:first-of-type {
  position: absolute;
  z-index: 1000;
  width: 86%;
  max-width: 1280px;
  left: 50%;
  bottom: -105px;
  transform: translateX(-50%);
  overflow: hidden;
}
#hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(236, 242, 254) 70%);
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 1;
}
  #hero h1 {
    font-size: 1.8em;
  }
  .hero-title {
  max-width: 500px;
}
#hero::after{
  display: none;
}
}

@media only screen and (max-width: 595px) {
  #cta-row .panel-grid-cell .panel-grid-cell:last-of-type p .more-btn:last-of-type {
  margin-top: 14px;
}
#cta-row .panel-grid-cell .panel-grid-cell:last-of-type p .more-btn {
  min-width: 230px;
  text-align: center;
}
    #sub-hero {
    padding-top: 120px;
  }
    .inner-mastheader {
    padding: 14px 0;
  }
   .shrink .inner-mastheader {
    padding: 14px 0;
  }
  .site-branding {
  max-width: 190px;
  }
  #hero h1 {
    font-size: 1.8em;
  }
.contact-tbl tr {
  display: flex;
  flex-flow: column;
}
.contact-tbl tr td {
  display: block;
  width: 100%;
}
.contact-tbl tr td:first-of-type {
  margin-bottom: 20px;
}
.page-id-184 .wpcf7-form p:nth-child(2), .page-id-184 .wpcf7-form p:nth-child(3), .page-id-184 .wpcf7-form p:nth-child(4), .page-id-184 .wpcf7-form p:nth-child(5) {
  width: 100%;
}
.heading {
  width: 148px;
}
.marquee {
  width: calc(100% - 148px);
}
  .deco-heading strong {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  .shrink .site-branding {
  max-width: 190px;
}
  #hero h1 {
    font-size: 1.6em;
    max-width: 360px;
  }
     #hero::before {
    content: "";
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(236, 242, 254) 70%);
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 1;
  }
  #pg-20-2 .content-section {
  padding-top: 0;
}

}

@media only screen and (max-width: 480px) {
  #cta-row > .panel-grid-cell {
    background: var(--mse-light-blue);
    padding: 10px 20px 10px;
  }
    .more-btn{
    padding: 13px 20px;
    display: inline-block;
    font-size: .8em;
   }
   #hero .more-btn{
    padding: 13px 20px;
    display: inline-block;
    font-size: .65em !important;
   }
    #cta-row  .more-btn {
    min-width: 200px !important;
    width: 100%;
  }
  .mobile_cta-nav a:first-of-type {
  display: none;
}
  #hero {
    position: relative;
    height: calc(100vh - 190px);
    min-height: 580px;
    border-bottom: 220px solid #ecf2fe;
  }
  #hero .so-panel:first-of-type {
  bottom: -220px;
}
  #hero::before {
    content: "";
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(236, 242, 254) 70%);
    position: absolute;
    bottom: -45px;
    left: 0px;
    z-index: 1;
    /* transform: rotate(7deg); */
  }
#hero h1 {
  margin-bottom: -20px;
}
  #hero h1 {
    font-size: 1.4em;
    max-width: 360px;
  }
  #hero .more-btn:last-of-type{
    margin-right: 0 !important;
  }
  #hero .more-btn:first-of-type {
  margin-right: 10px;
}
  #hero .so-panel:last-of-type img {
    object-position: 77% 50%;
  }

}