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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	_color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}
.main-navigation li:last-child {
  margin-left: 50px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

	.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: 0em;
}

.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{
	--frio-grey: #2c2d2f;
  /* --frio-gold: #9e8051; */
  --frio-gold: #ae9061;
  }


  /* 
  @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: transparent;
	z-index: 10000;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid transparent;
  }
  .marquee-wrapper{
	border-top: 1px solid #c0d5ec;
  }
  .header_drop_shadow #masthead,
  .woocommerce #masthead,
  .woocommerce-cart #masthead,
  .woocommerce-checkout #masthead,
  .single-post #masthead{
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.65);
}  
#masthead.shrink,
.single-frio_products #masthead,
.page-id-286 #masthead{
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.55);
	border-bottom: 1px solid transparent;
	background:#fff;
}
.inner-mastheader {
	width: 88%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 40px;
  transition: 0.4s ease;
  }

.shrink .inner-mastheader,
.single-frio_products .inner-mastheader,
.page-id-286 .inner-mastheader{
  padding: 20px 0 20px;
}
/* SITEBRANDING */  
.site-branding {
  width: 120px;
  height: auto;
  transition: 0.4s ease;
  position: relative;
}
.shrink .site-branding,
.single-frio_products .site-branding,
.page-id-286 .site-branding{
  width: 100px;
}
.site-branding .st0 {
  fill: transparent !important;
}
.site-branding path:not(.st0), .site-branding polygon, .site-branding rect {
  fill: #fff !important;
  transition: 0.4s ease;
}

.shrink .site-branding path:not(.st0), .shrink .site-branding polygon, .shrink .site-branding rect,
.single-frio_products .site-branding path:not(.st0), .single-frio_products .site-branding polygon, .single-frio_products .site-branding rect,
.page-id-286 .site-branding path:not(.st0), .page-id-286 .site-branding polygon, .page-id-286 .site-branding rect,
#ct_logo path:not(.st0), #ct_logo polygon, #ct_logo rect{
  fill:#2c2d2f !important;
}


#ct_logo {
  max-width: 80px;
  margin-bottom: -10px;
}

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

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

/* STRUCTURE */

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

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


/* FOOTER */
footer p:first-child{
	margin-top: 0;
}
footer .so-widget-image {
  max-width: 210px !important;
}
footer p strong, footer p b{
	font-weight: 600;
}
footer li a{
	font-weight: 400;
}
.entry-footer{
	display: none;
}
footer.site-footer{
  background: var(--mse-light-blue);
}
.site-footer a, .site-footer p {
	color: var(--mse-heading) !important;
	text-decoration: none;
	font-size: 1.1em !important;
	_display: block;
	transition: 0.3s ease-in-out;
	font-weight: 300;
  }
  .site-footer a:hover{
	color: var(--mse-red) !important;
  }
  #footer-top-row{
  border-bottom: 1px solid #03448C;
	padding-bottom: 50px;
}
#footer-bottom-row h3 {
  font-weight: 600;
  font-size: .9em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 700 !important;
  margin-bottom: .8em;
}
  #footer-bottom-row .sow-image-container {
	background: #fff;
	padding: 12px;
	border-radius: 6px;
	_filter: grayscale(1) invert(1) contrast(3);
	max-width: 188px;
  }
  
  .site-footer a, .site-footer p {
	color: #fff;
	text-decoration: none;
  }  

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

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

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

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

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


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

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

/* GENERAL CONTENT */
   .more-btn {
	color:#fff !important;
	background: var(--frio-grey);
	font-weight: 500;
	font-size: .9em;
	text-decoration:none;
	padding:12px 20px;
	border-radius: 0px;
	letter-spacing: .75px;
	margin-right: 1em;
	transition: 0.4s ease-in-out;
  }
  p strong, p b{
	font-weight: 600;
  }
#hero .more-btn {
  background: var(--mse-red);
  color: #fff;
  font-size: 18px;
  text-transform: unset;
  margin-top: 25px;
  font-weight: 400;
  letter-spacing: .75px;
}
#hero p:nth-child(2) {
  max-width: 820px;
  line-height: 1.6;
  font-weight: 300;
  font-size: 26px;
}
  .main-navigation li{
    margin-left: 50px;
    line-height: 1.1;
  }

.main-navigation li a {
  font-size: 19px;
  text-transform: unset;
  margin-top: 0;
  font-weight: 500;
  color: #fff;
  transition: 0.3s ease;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .75px;
}

.shrink .main-navigation li a,
.single-frio_products .main-navigation li a,
.page-id-286 .main-navigation li a{
  color: var(--frio-grey);
}
.main-navigation #primary-menu > li > a {
  padding: 20px 0px;
  position: relative;
}
.main-navigation #primary-menu > li > ul {
  top: 52px !important;
}
/* .shrink  .main-navigation li:nth-child(4),
.single-frio_products .main-navigation li:nth-child(4){
border-left: 1px solid var(--frio-grey);
} */
.main-navigation li:nth-child(4) a{
  font-weight: 300;
}

.main-navigation #primary-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bea071;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
  filter: contrast(.75);
  z-index: -1;
}
.main-navigation #primary-menu > li > ul {
  top: 52px !important;
  float: none;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.4s ease;
  box-shadow: 0px 10px 30px -15px rgba(0,0,0,0.4);
}
.main-navigation #primary-menu > li:hover > a::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.social b {
  font-weight: 600;
}
.social b + a {
  font-size: 26px !important;
  position: relative;
  left: 6px;
  top: 3px;
}
footer .social {
  margin-top: -49px;
  letter-spacing: .4pxpx;
}
.main-navigation #primary-menu > li:not(:hover) > a::after {
  transform-origin: right center;
  transform: scaleX(0);
}

/* .shrink .main-navigation li.nav_cta-btn a{
  border-color: var(--frio-grey);
  transition: 0.4s ease;
} */
.main-navigation li.nav_cta-btn a{
  background: #0086cd;
  border-color: #0086cd !important;
  color: #fff;
  transition: 0.4s ease;
}
 .main-navigation li.nav_cta-btn a:hover{
    background: #0086cd;
  border-color: #0086cd !important;
  color: #fff;
  transform: scale(1.015);
}
.nav_cta-btn a {
  background: transparent;
  padding: 12px 16px;
  border-radius: 4px;
  transition: 0.3s ease;
  border: 1.33px solid #fff;
  font-weight: 400;
}
.nav_cta-btn a:hover {
  background: #0086cd;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1.33px solid #0086cd;
}
#hero .more-btn:last-of-type {
display: inline-block;
  margin: 10px 0 15px;
  padding: 11px 18px 12px;
  background: var(--frio-gold);
  border: 2px solid var(--frio-gold);
  _border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: background 0.3s ease;
  }
    #hero .more-btn:last-of-type:hover{
	  color: var(--frio-gold);
  background: transparent;
  }


#brands-grid .panel-grid-cell .more-btn{
  display: inline-block;
  margin: 10px 0 15px;
  padding: 12px 16px;
  border: 2px solid var(--frio-gold);
  _border-radius: 5px;
  text-decoration: none;
  background: var(--frio-gold);
  color: #fff;
  transition: background 0.3s ease;
  font-size: 17px;
}
    #brands-grid .panel-grid-cell .more-btn:hover{
	  background: transparent;
  color: var(--frio-gold);
  }

#hero-text p:first-child {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 400;
}
#hero-text p:last-child {
  margin-bottom: 20px;
}
#hero h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 920px;
  margin-bottom: 50px;
  margin-top: 0;
}
#hero h1 strong{
  font-weight: 700;
}
#hero h1 a{
  color: inherit;
  text-decoration: none;
}

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: 20px;
	font-weight: 300;
}


/* HERO + SLIDER HOME */
#hero{
	position: relative;
	height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
	min-height: 420px;
  /* background: var(--frio-grey); */
  background: #2c2d2f;
  color: #fff;
  overflow: hidden;
}
#hero::after {
  content: "";
  width: 100%;
  
  
  position: absolute;
  left: 0;
  top: 0;
}
.hero-title, .textwidget, #brands-grid > .panel-grid-cell{
	opacity: 0;
	transform: translateY(50px);
	transition: 0.75s ease-in-out;
}
#hero.loaded .hero-title, .textwidget.slideIn, #brands-grid > .panel-grid-cell.slideIn{
	opacity: 1;
	transform: translateY(0px);
}
#brands-grid > .panel-grid-cell:nth-child(2).slideIn{
  transition-delay: .34s;
}
.hero_badge{
	opacity: 0;
	transform: translateY(-50%) scale(.6) !important;
	transition: 0.75s ease-in-out !important;
}
.hero_badge.slideIn{
	opacity: 1;
	transform: translateY(-50%) scale(1) !important;
}

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

.scroll_reveal_section .textwidget,
.hero_badge .textwidget,
#brands-grid .textwidget{
  opacity: 1 !important;
	transform: translateY(0px) !important;
}
  .scroll_reveal_section ul li{
    opacity: 0;
	transform: translateX(0px);
	transition: 0.4s ease-in-out;
  }
.scroll_reveal_section ul li.slideIn{
	opacity: 1;
	transform: translateX(0px);
}

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

#hero .so-panel:last-of-type .sow-image-container{
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  z-index: 0; /* hinter dem Text */
}

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

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

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

#menu-item-30 a {
  font-size: 21px;
}
#menu-item-31 a {
  font-size: 20px;
}



  #hero .so-panel:first-of-type {
	position: absolute;
	z-index: 1000;
	width: 88%;
	max-width: 1280px;
	left: 50%;
	bottom: 8%;
	transform: translateX(-50%) ;
	overflow: hidden;
  }
  


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

  .content-section h4 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

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


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

.parallax {
  background-position: center;
  height: 65vh;
  max-height: 800px;
  min-height: 250px;
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
    border-top-width: 20px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.parallax::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(44, 45, 47 .7);
  color: #fff !important;
}

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

#pg-8-3{
  background: #2c2d2f;
  color: #fff;
}
#pg-8-3 h2{
  color: #fff;
}
#brands-grid {
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}
#brands-grid .panel-grid-cell {
  width: 48% !important;
  position: relative;
  padding: 80px 30px 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  height: 80vh;
  max-height: 640px;
  overflow: hidden;
}
#brands-grid .panel-grid-cell .textwidget{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#ls_logo path {
  fill: #fff;
}
#angebote {
  margin-bottom: 60px;
}
#brands-grid .panel-grid-cell svg{
  max-width: 250px;
  display: block;
  margin-top: 30px;
}
#brands-grid .panel-grid-cell::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.7);
  left: 0;
  top: 0;
  z-index: 1;
  backdrop-filter: ;
}
#brands-grid .panel-grid-cell .so-panel:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#brands-grid .panel-grid-cell .so-panel:last-child img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
#brands-grid .panel-grid-cell:hover .so-panel:last-child img {
  transform: scale(1.1);
} 
#brands-grid .panel-grid-cell .so-panel:not(:last-child) {
  position: relative;
  z-index: 10;
}


.hero_badge {
  position: absolute;
  left: 840px;
  top: 42%;
  transform: translateY(-50%);
  background: var(--frio-gold);
  width: 180px;
  height: 180px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  line-height: 1;
  _transform: rotate(5deg);
    --pulse-duration: 2.5s;   
  --pulse-scale: 1.05;     
  transform-origin: center;
  _animation: pulse var(--pulse-duration) ease-in-out infinite;
}
.home .swiper-button-prev, .home .swiper-button-next {
  top: auto !important;
  bottom: 0 !important;
}
.home  .swiper-button-prev, .home .swiper-button-next {
  top: auto !important;
  bottom: 0 !important;
}
.swiper-button-prev, .swiper-button-next {
transform: scale(.6);
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button-next {
  color: var(--frio-gold) !important;
  right: 0 !important; 
}
.swiper-button-prev {
  color: var(--frio-gold) !important;
  left: 0 !important;
}

.hero_badge strong {
  font-size: 48px;
  display: block;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hero_badge p {
  line-height: 1;
  margin: 0;
  font-weight: 300;
}
.hero_badge strong + br {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
  50% {
    transform: scale(var(--pulse-scale)) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}

.sc_img {
  max-width: 410px;
  margin: auto;
}
.scroll_reveal_section li > span{
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  padding: 16px;
  display: block;
  background: var(--frio-gold);
}
.scroll_reveal_section svg {
  width: 100%;
  height: 100%;
}
.scroll_reveal_section svg path, 
.scroll_reveal_section svg#Ebene_122 .st0,
.scroll_reveal_section svg#Ebene_1221 .st1{
  fill: #fff;
  fill: none;
  stroke: #fff !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16px;
}
.scroll_reveal_section svg#Ebene_1221 .st0{
  fill: #fff !important;;
}

ul {
}
.scroll_reveal_section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.scroll_reveal_section ul li {
  position: relative;
  padding-left: 90px;
  padding-right: 60px;
  margin-bottom: 70px;
}
.scroll_reveal_section ul li > span {
  position: absolute;
  left: -20px;
  top: -17px;
}
.scroll_reveal_section ul li:last-child {
  margin-bottom: 0;
}
.scroll_reveal_section h4 {
  margin-bottom: 16px;
}
.scroll_reveal_section > .panel-grid-cell:last-child {
  position: relative;
}
.scroll_reveal_section .indicator {
  position: absolute;
  width: 4px;
  height: 0%;
  max-height: calc(100% - 120px);
  background: #cecece;
  left: 13px;
}
.sm-textwidget {
  max-width: 840px;
  margin: auto;
  text-align: left !important;
}

.frio-single-product {
  padding: 100px 0 0;
}
.single .frio-prices {
  display: flex;
  flex-flow: column;
  margin-bottom: 10px;
}
.frio-price-new {
  color: #cfa54b !important; 
  font-weight: 600 !important;
  font-size: 28px !important;
}
.frio-price-old {
  font-size: 20px !important;
  color: var(--frio-grey) !important;
}
.frio-title {
  font-size: 28px !important;
  font-weight: 600 !important;
}
.frio-marke-logo {
  max-width: 160px;
}

.frio-btn.more-btn {
  background: transparent !important;
  color: var(--frio-gold) !important;
  border: 2px solid var(--frio-gold) !important;
  font-size: 18px;
}
.frio-btn.more-btn:hover{
  color: #fff !important;
  background: var(--frio-gold) !important;
}
.frio-price-new {
  color: var(--frio-gold) !important;
}
.single .frio-prices{
  margin-bottom: 40px !important;
}
.badge_rabatt {
  display: inline-block;
  border: 0px solid #a58854;
  width: auto !important;
  max-width: fit-content;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #b99c68;
  border-radius: 4px;
  margin-bottom: 10px;
}
.single .content-section p {
  font-size: 18px;
}
.content-section h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.sub-menu li {
  margin-left: 0 !important;
  display: block !important;
  width: 100%;
  max-width: unset !important;
}
.sub-menu {
  flex-flow: column;
  background: rgba(255,255,255,.85);
  padding: 10px 20px 15px !important;;
  top: 40px !important;
  backdrop-filter: blur(2px);
    border-radius: 1px
}
.sub-menu li a{
  color: var(--frio-grey) !important;
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 500;
  transition: 0.4s ease;
}
.sub-menu li a:hover,
.sub-menu li.current-menu-item a{
  color: var(--frio-gold) !important;}

#primary-menu .fas.fa-chevron-down {
  font-size: 16px;
  position: relative;
  top: 0px;
  margin-left: 2px;
}
.main-navigation ul ul{
  width: 100%;
  min-width: 230px;
}
.main-navigation #primary-menu > li > ul {
  top: 52px !important;
  float: none;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.4s ease;
}
.main-navigation #primary-menu > li:hover > ul {
  transform: translateY(0px);
  opacity: 1;
}
.frio-swiper-container .frio-marke-logo {
  max-width: 110px;
  margin-left: -2px;
  margin-bottom: -5px;
}
.main-navigation #primary-menu > li > a {
  padding: 20px 0px;
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

footer {
  background: #222325 !important;
  color: #fff !important;
}
footer svg{
  max-width: 100px;
}
footer svg path, footer svg rect, footer svg polygon {
  font-size: ;
  fill: #fff;
}
footer svg .st0 {
  fill: transparent !important;
}
footer .content-section p{
  font-size: 16px !important;
}
#ft-logo {
  transform: scale(.95);
  margin-top: 3px;
}

footer {
  background: #222325 !important;
  color: #fff !important;
  padding: 20px 0 10px;
}

.single .swiper-button-next {
  right: 6px !important;
}
.single .swiper-button-prev {
  left: 6px !important;
}

.single .frio-description {
  border-bottom: 1px solid #dedede;
}


.breadcrumb-nav {
  margin-bottom: 30px;
  margin-top: -20px;
}
.breadcrumb-nav a {
  color: var(--frio-gold);
}
.breadcrumb-nav .fas.fa-chevron-right {
  font-size: 12px;
}


.main-navigation #primary-menu > li > a.more-btn {
  background: transparent !important;
  border: 2px solid var(--frio-gold);
  padding: 15px !important;
  background: var(--frio-gold) !important;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}
.main-navigation #primary-menu > li > a.more-btn:hover {
color: #fff;
  background: transparent !important;
}
.shrink .main-navigation #primary-menu > li > a.more-btn:hover {
  color: var(--frio-gold) !important;
}
.main-navigation #primary-menu > li > a.more-btn:after{
  display: none !important;
}
.main-navigation #primary-menu > li > a.more-btn {
  margin-right: 0;
}

#sub-hero {
  padding-top: 0;
  height: 85vh;
  overflow: hidden;
  max-height: 700px;
  position: relative;
  background: #2c2d2f;
  color: #fff !important;
}
#sub-hero .so-widget-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,.1) 20%, rgba(0,0,0,.7) 80%, rgba(0,0,0,1) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to right, rgba(0,0,0,.1) 20%, rgba(0,0,0,.7) 80%, rgba(0,0,0,1) 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
  opacity: .95;
}
.sub-hero-text {
  position: absolute;
  z-index: 1000;
  width: 86%;
  max-width: 1280px;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  overflow: hidden;
  color: #fff !important;
}
.sub-hero-text p:first-child {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 400;
}
#sub-hero h1{
  font-size: 46px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 810px;
  margin-bottom: 50px;
  margin-top: 0;
}
#sub-hero h1 + p{
  font-size: 26px;
  max-width: 800px;
}

.brand_starttext img {
  max-width: 240px;
  display: block;
  margin: -70px auto 0px;
}
.brand_starttext {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}


.parallax:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(44,45,47,0.65) 0%,rgba(0,0,0,0) 100%);
}


.benefits_section .far.fa-check-circle {
  color: var(--frio-gold);
  font-size: 28px;
}
.benefits_section .content-section .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.benefits_section .content-section .panel-grid-cell > div:first-child {
  margin: 0 10px 0 0 !important;
}
.benefits_section .content-section .panel-grid-cell > div p {
  margin: 0;
}
.benefits_section .content-section .panel-grid-cell > div p strong {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: ;
  position: relative;
  top: -2px;
}
.benefits_section > .panel-grid-cell {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.benefits_section .content-section{
  justify-content: center;
}

.benefits_section .content-section > .panel-grid-cell{
  width: auto !important;
}
.benefits_section{
  background: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
}


.parallax .textwidget {
  color: #fff;
  position: absolute;
  z-index: 100000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.parallax .textwidget h3 {
  font-weight: 300;
  font-size: 36px;
}


#pg-286-0 #contact{
  padding-top: 150px;
}


.form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-wrap > div:not(.fw) {
  width: 48%;
}
.form-wrap input[type="text"], .form-wrap input[type="email"], .form-wrap input[type="tel"], .form-wrap textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 7px;
  border-radius: 0 !important;
  margin-top: 4px;
}

.form-wrap label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-wrap p {
  margin-bottom: 20px;
  margin-top: 0;
}
.wpcf7-form {
  border: 1px solid #e9e9e9;
  padding: 20px;
  box-shadow: 0px 0px 30px -20px rgba(0,0,0,.1);
  margin-top: -30px
}
.form-wrap .fw {
  width: 100%;
}
@media only screen and (max-width: 1080px) {
#hero h1,
#sub-hero h1 {
  font-size: 36px;
  max-width: 700px;
}
.hero_badge {
  position: absolute;
  left: 570px;
  top: 42%;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  font-size: 18px;
}
.hero_badge strong {
  font-size: 46px;
}
.content-section h1, .content-section h2 {
  font-size: 2.2em;
}
.content-section h4 {
  font-size: 21px;
}
}

@media only screen and (max-width: 991px) {
  .menu-toggle {
  padding: 0 !important;
  width: auto !important;
  display: block !important;
  border: none;
  background: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  z-index: 111;
}
.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(--frio-gold); */
    background: #fff;
	  border-radius: 1px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
.shrink .inner-mastheader #nav-icon span, .single-frio_products .inner-mastheader #nav-icon span, .page-id-286 .inner-mastheader #nav-icon span{
  background: var(--frio-gold); 
}
.nav_opend .shrink .inner-mastheader #nav-icon span, .single-frio_products.nav_opend .inner-mastheader #nav-icon span, .page-id-286.nav_opend .inner-mastheader #nav-icon span{
  background: #fff; 
}
.shrink .main-navigation li a, .single-frio_products .main-navigation li a, .page-id-286 .main-navigation li a{
  color: #fff;
}
.nav_opend .shrink .site-branding path:not(.st0), .nav_opend .shrink .site-branding polygon, .nav_opend .shrink .site-branding rect, .single-frio_products.nav_opend .site-branding path:not(.st0), .single-frio_products.nav_opend .site-branding polygon, .single-frio_products.nav_opend .site-branding rect, .page-id-286.nav_opend .site-branding path:not(.st0), .page-id-286.nav_opend .site-branding polygon, .page-id-286.nav_opend .site-branding rect{
fill: #fff !important;
}
.shrink #primary-menu, .single-frio_products #primary-menu, .page-id-286 #primary-menu{
  margin-top: 92px;
}
	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

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

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

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

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

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

	#nav-icon.open span:nth-child(4) {
	  top: 8px;
	  width: 0%;
	  left: 50%;
	}
  .menu-main-menu-container {
    position: fixed;
    left: 0;
    width: 100%;
    background: #2c2d2f;
    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);
    top: 0;
    z-index: 1;
  }
  .site-branding {
  z-index: 10;
}
.nav_opend .menu-main-menu-container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow: auto;
}
#site-navigation{
  position: relative;
}
.menu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
  #primary-menu {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 88%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    border-top: 1px solid;
    flex-flow: column;
  }
.mobilMenu {
  transform: scale(1.1) !important;
  transform-origin: bottom;
}
.main-navigation li {
  margin-left: 0;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
.main-navigation #primary-menu > li {
  border-bottom: 1px solid;
  width: 100%;
}
.main-navigation li:last-child {
  margin-left: 0;
  width: auto !important;
}
.main-navigation li a{
  outline: none !important;
}
.main-navigation li:last-child {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 7px;
}
.main-navigation li:not(:last-child) a:hover{
  color: var(--frio-gold);
}
.main-navigation #primary-menu > li > a::after{
  display: none !important;
}
.sub-menu {
  display: block !important;
  left: 0 !important;
  position: static !important;
  opacity: 1 !important;
  margin-top: 0 !important;
  top: 0 !important;
  transform: unset !important;
  background: none !important;
  box-shadow: none !important;
  padding-left: 20px !important;
  color: #fff !important;
  padding-top: 0;
  padding-bottom: 0;
}
.sub-menu {
  padding-top: 0 !important;
  margin-bottom: 10px !important;
}
.fas.fa-chevron-down {
  display: none;
}
.sub-menu li a {
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.main-navigation ul ul a {
  position: relative;
}
.main-navigation ul ul a:before {
  content: "–";
  position: absolute;
  left: -18px;
}
.sub-menu li:first-child {
  margin-top: 10px;
  margin-bottom: 30px !important;
}
#brands-grid {
  flex-flow: column;
}
#brands-grid > .panel-grid-cell {
  width: 100% !important;
}
#brands-grid > .panel-grid-cell:first-child {
  margin-bottom: 40px !important;
}

.scroll_reveal_section {
  flex-flow: column;
}
.scroll_reveal_section > .panel-grid-cell {
  width: 100% !important;
}
.scroll_reveal_section > .panel-grid-cell:first-child {
  margin-bottom: 40px !important;
}
.benefits_section .content-section > .panel-grid-cell {
  width: 48% !important;
}
.benefits_section .content-section {
  flex-wrap: wrap !important;
  text-align: center;
}
.benefits_section .content-section > .panel-grid-cell:first-of-type {
margin-bottom: 20px
}

.benefits_section .content-section > .panel-grid-cell {
  width: 48% !important;
}
.benefits_section .content-section {
  flex-wrap: wrap !important;
  text-align: center;
}
.benefits_section .content-section > .panel-grid-cell:first-of-type {
margin-bottom: 20px
}
footer .content-section {
  flex-flow: column;
  text-align: center;
}
footer .content-section > .panel-grid-cell {
  width: 100% !important;
}
footer .content-section > .panel-grid-cell:first-of-type {
  margin-top: -40px;
  margin-bottom: 30px;
}
.frio-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
  .hero_badge {
    position: absolute;
    left: 570px;
    top: 42%;
    transform: translateY(-50%);
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
   .hero_badge strong {
    font-size: 38px;
  }

.benefits_section .content-section > .panel-grid-cell {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
  display: flex;
  flex-flow: column !important;
  align-items: center;
}
.benefits_section .content-section {
  max-width: 560px;
}

#pg-286-1 > .content-section {
  flex-flow: column-reverse;
}
#pg-286-1 > .content-section > .panel-grid-cell {
  width: 100% !important;
}
#pg-286-1 > .content-section > .panel-grid-cell:first-of-type {
  margin-top: 40px;
}
.frio-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.scroll_reveal_section > .panel-grid-cell:last-child {
  position: relative;
  width: 94% !important;
}
.frio-slide:hover {
  transform: translateY(0px) !important;
}
}

@media only screen and (max-width: 850px) {
  .frio-gallery {
  width: 100% !important;
}
.frio-product-info {
  width: 100% !important;
}
.frio-product-info {
  width: 100% !important;
  margin-top: 30px !important;
}
}
@media only screen and (max-width: 780px) {
  .content-section h1, .content-section h2 {
    font-size: 1.8em;
  }
    .content-section h4 {
    font-size: 19px;
  }
  #brands-grid .panel-grid-cell svg {
  max-width: 210px;
  display: block;
  margin-top: 30px;
}
  .hero_badge {
    position: absolute;
    left: 450px;
    top: 42%;
    transform: translateY(-50%);
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
  #hero-text p:first-child {
  font-size: 19px;
  }
  #hero h1,
#sub-hero h1 {
  font-size: 28px;
  max-width: 700px;
}
.parallax .textwidget h3 {
  font-weight: 300;
  font-size: 26px;
}
 .benefits_section .content-section .panel-grid-cell > div:first-child{
  margin: 0 0px 0 0 !important
 }
}
@media only screen and (max-width: 680px) {
.hero_badge{
  left: auto;
  right: 5%;
}
h2 br {
  display: none;
}
.frio-grid-container {
    grid-template-columns: 1fr;
  }
  .breadcrumb-nav {
  font-size: 15px;
}
#hero{
  min-height: unset !important;
}
.benefits_section .content-section .panel-grid-cell > div p strong {
  font-size: 13px;
}
.benefits_section .far.fa-check-circle {
  color: var(--frio-gold);
  font-size: 24px;
}
.frio-swiper-container {
  width: 100% !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.swiper-wrapper {
  box-sizing: border-box !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.indicator {
  display: none !important;
}
.scroll_reveal_section ul li {
  position: relative;
  padding-left: 90px;
  padding-right: 0;
  margin-bottom: 70px;
}
.site-info > div:first-child {
  margin-bottom: 5px;
}
.site-info {
  flex-flow: column;
}
}
@media only screen and (max-width: 480px) {
    #hero-text p:first-child {
    font-size: 17px;
  }
 #hero h1, #sub-hero h1 {
    font-size: 23px;
    max-width: 700px;
    margin-bottom: 30px;
  }
  #hero .more-btn {
  font-size: 17px;
  }
  #hero .so-panel:first-of-type{
    bottom: 4%;
  }
  #hero-text p:first-child {
  max-width: 230px;
  line-height: 1.6;
}
.form-wrap > div:not(.fw) {
  width: 100%;
}
.hero_badge {
  width: 120px;
  height: 120px;
  font-size: 15px;
}
  .hero_badge strong {
    font-size: 34px;
  }
    .content-section h1, .content-section h2 {
    font-size: 1.5em;
  }
    .content-section h4 {
    font-size: 17px;
  }
  .content-section p, .content-section-left p, .content-section-right p, .entry-content .content-section ul li {
  font-size: 18px !important;
  }
  .sc_img{
  max-width: 220px;
}
.scroll_reveal_section li > span {
  border-radius: 100%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px;
  display: block;
  background: var(--frio-gold);
}
.scroll_reveal_section ul li {
  position: relative;
  padding-left: 50px;
  padding-right: 0;
  margin-bottom: 60px;
}
.scroll_reveal_section h4 {
  position: relative;
  top: -4px;
  margin-bottom: 8px;
}
 .scroll_reveal_section > .panel-grid-cell:last-child {
    position: relative;
    width: 88% !important;
  }
    #brands-grid .panel-grid-cell {
  padding: 40px 30px 10px !important;
  }
  #brands-grid .panel-grid-cell .textwidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
}
@media only screen and (max-width: 365px) {
  #hero h1, #sub-hero h1 {
    font-size: 21px;
    max-width: 700px;
  }
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--frio-gold);
  color: #fff;
  font-family: inherit !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 14px 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}