/*!
Theme Name: Merl
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: merl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

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

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

/*--------------------------------------------------------------
# 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: 700;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --color-primary: #e6001A;
  --color-primary-hover: #c8000f;
  --color-text-dark: #333;
  --color-text-medium: #888;
  --color-text-light: #ccc;
  --color-orange: #f58465;
  --color-yellow: #fcdb20;
  --color-green: #7ABA59;
  --color-blue: #00aeef;
  --color-yellow-light: #fff3d1;
  --color-green-light: #e3f2e7;
  --color-blue-light: #dceaf8;
  --color-beige: #eee1dc;
  --color-off-white: #f4f2e7;
}
.has-red-color {
	color: var(--color-primary);
}
.has-darkred-color {
	color: var(--color-primary-hover);
}
.has-text-dark-color {
	color: var(--color-text-dark);
}
.has-text-medium-color {
	color: var(--color-text-medium);
}
.has-text-light-color {
	color: var(--color-text-light);
}
.has-yellow-color {
	color: var(--color-yellow);
}
.has-orange-color {
	color: var(--color-orange);
}
.has-green-color {
	color: var(--color-green);
}
.has-blue-color {
	color: var(--color-blue);
}
.has-yellow-light-color {
	color: var(--color-yellow-light);
}
.has-green-light-color {
	color: var(--color-green-light);
}
.has-blue-light-color {
	color: var(--color-blue-light);
}
.has-beige-color {
	color: var(--color-beige);
}
.has-off-white-color {
	color: var(--color-off-white);
}
.has-red-background-color {
	background-color: var(--color-primary);
}
.has-darkred-background-color {
	background-color: var(--color-primary-hover);
}
.has-text-dark-background-color {
	background-color: var(--color-text-dark);
}
.has-text-medium-background-color {
	background-color: var(--color-text-medium);
}
.has-text-light-background-color {
	background-color: var(--color-text-light);
}
.has-orange-background-color {
	background-color: var(--color-orange);
}
.has-yellow-background-color {
	background-color: var(--color-yellow);
}
.has-green-background-color {
	background-color: var(--color-green);
}
.has-blue-background-color {
	background-color: var(--color-blue);
}
.has-yellow-light-background-color {
	background-color: var(--color-yellow-light);
}
.has-green-light-background-color {
	background-color: var(--color-green-light);
}
.has-blue-light-background-color {
	background-color: var(--color-blue-light);
}
.has-beige-background-color {
	background-color: var(--color-beige);
}
.has-off-white-background-color {
	background-color: var(--color-off-white);
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text-dark);
	font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	hyphens: auto;
}
h1 {
	font-size:3rem;
	line-height:1;
	font-weight:900;
}
h2 {
	font-size:1.75rem;
}
h3 {
	font-size:1.25rem;
}
h2, h3 {
	line-height:1.25;
	font-weight:900;
}

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

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

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,
a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: var(--color-primary-hover);
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
	font-weight:700;
	border:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--color-primary-hover)
}

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%;
}
/*--------------------------------------------------------------
# Page Transitions
--------------------------------------------------------------*/

/*
@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: fade 0.5s ease both;
}

@keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
*/


/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
html,
body {
	height:100%;
}
.site {
	position: relative;
	height: 100%;
    display: flex;
    flex-direction: column;
}
.visually-hidden {
	display:none;
}
body.menu-toggled,
body.modal-open {
    overflow-y: hidden;
}

.wp-block-kadence-rowlayout .kt-row-column-wrap {
    margin-left: auto;
    margin-right: auto;
}
.alignnone > .kt-row-column-wrap,
.alignwide > .kt-row-column-wrap {
    padding-left: var(--global-content-edge-padding, 15px);
    padding-right: var(--global-content-edge-padding, 15px);
}
.alignnone >.kt-row-column-wrap {
    max-width:1000px;
}
.alignwide >.kt-row-column-wrap {
    max-width:1400px;
}
.alignnone .kt-inside-inner-col .kt-row-column-wrap,
.alignwide .kt-inside-inner-col .kt-row-column-wrap,
.kb-theme-content-width .kt-inside-inner-col .kt-row-column-wrap {
    padding-left: 0;
    padding-right: 0;
}
.entry-content {
	overflow-x:hidden;
}
.container {
    max-width:1400px;
	margin:0 auto;
	padding:0 1em;
}
main {
	margin-top: 92px;
	flex:1;
}

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

/* Header
--------------------------------------------- */

.site-header {
	position: fixed;
	z-index: 99;
	width:100%;
	top:0;
	left:0;
	right:0;
	background-color:#FFF;
	background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}
body.menu-toggled .site-header {
	background-color: rgba(255, 255, 255, 1);
}
.site-header .container {
	display:flex;
	justify-content: space-between;
	padding: 1em;
}
.logo {
    width: 106px;
    height: 60px;
}
.logo a {
	display:block;
}

/* Footer
--------------------------------------------- */
.site-footer {
	margin:2em 0 1em;
}
.site-footer .container {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.site-footer ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
}
.footer-logos li {
	margin:0 0.5em;
}
.footer-logos li a {
	display:block;
	width: 140px;
}
#footer-menu {
	margin:1em 0;
}
#footer-menu li {
	display:inline-block;
	margin:0 1em;
}
#footer-menu li a {
	text-decoration: none;
	color:var(--color-text-dark);
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: none;
	width: 100%;
	background-color:var(--color-beige)
}
body.menu-toggled .main-navigation {
	height: calc(100vh - 92px);
}
.main-navigation .scroll-wrapper {
	overflow-x: hidden;
	overflow-y:scroll;
	height:100%;
}
.main-navigation .container {
	display:block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	/*display: block;*/
	text-decoration: none;
	color:var(--color-primary);
	font-weight: 700;
}
.main-navigation a:hover {
	color:var(--color-primary-hover);
}
#primary-menu,
#secondary-menu,
#legal-menu {
	margin:1.5em 0;
}
#primary-menu a {
	font-size:2em;
	text-transform: uppercase;
}
#secondary-menu a,
#legal-menu a {
	font-size:1em;
}
#secondary-menu li,
#legal-menu li {
	display:block;
	margin: 0.25em 0;
}
.main-navigation .social-menu {
	margin:1.5em 0;
}
.social-menu li {
	display:inline-block;
	margin: 0 0.5em 0 0;
}
#legal-menu a {
	color:var(--color-text-dark);
}
/* Small menu. */
.menu-toggle,
body.menu-toggled .main-navigation {
	display: block;
}
button.menu-toggle {
	border:none;
	background:transparent;
	color:inherit;
	text-transform: uppercase;
	padding:0;
}
button.menu-toggle i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: var(--color-primary);
	width:40px;
	aspect-ratio: 1;
	padding: 8px;
}
button.menu-toggle > span {
	display: inline-block;
	vertical-align: sub;
	margin-right:10px;
	font-weight:700;
}
button.menu-toggle i span.bar {
	display:block;
	position: absolute;
	background-color:#FFF;
	height:3px;
	width:24px;
	border-radius: 1.5px;
	transition: .25s ease-in-out;
}
/*Normal state*/
button.menu-toggle i .bar:nth-child(1) {
  top: 11px;
  /*transform-origin: left center;*/
}

button.menu-toggle i .bar:nth-child(2) {
  top: 18.5px;
  /*transform-origin: left center;*/
}

button.menu-toggle i .bar:nth-child(3) {
  top: 26px;
 /*transform-origin: left center;*/
}
/*Hover state*/
button.menu-toggle:not(.close):hover i .bar:nth-child(1) {
  top: 9px;
  /*transform-origin: left center;*/
}

button.menu-toggle:not(.close):hover i .bar:nth-child(3) {
  top: 28px;
  /*transform-origin: left center;*/
}
/*Active state*/
button.menu-toggle.close i .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
  left: 8px;
}

button.menu-toggle.close i .bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

button.menu-toggle.close i .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}
a.social_link {
	display:block;
	height:48px;
	width:48px;
	transition: .25s ease-in-out;
}
a.social_link svg path {
	fill:var(--color-text-dark);
}
a.social_link:hover svg path {
	fill: var(--color-primary-hover);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
/*
.post,
.page {
	margin: 0 0 1.5em;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.updated:not(.published) {
	display: none;
}

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

/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/

.timeline-section {
	position:relative;
}
.timeline-section:before {
	position:absolute;
	content:'';
	display:block;
	height:100%;
	width:1px;
	background-color:var(--color-primary);
	left:24px;
	top:0;
	bottom:0;
}
.timeline-section:after {
	position:absolute;
	content:'';
	display:block;
	height:16px;
	width:16px;
	border-radius: 12px;
	background-color:var(--color-primary);
	left:16px;
	top:48px;
}
.timeline-section-start:before {
	left:24px;
	top:48px;
}
.timeline-section-end:before {
	left:24px;
	top:0;
	height:48px;
}

/*--------------------------------------------------------------
## Produkte
--------------------------------------------------------------*/

.single-produkt .produkt-wrapper {
    padding: 0 0 4em 0;
}
.single-produkt .produkt-wrapper .container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.produkt-meta-row {
	/*max-width:1400px;
	margin:0 auto;*/
	padding: 1.75em 1em 1em;
}
a.back-to-category {
	text-decoration: none;
	gap: .5em;
    display: inline-flex;
	transition: all .3s ease-in-out;
}
a.back-to-category .kb-svg-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
a.back-to-category .kb-svg-icon-wrap svg {
    width: 1em;
    height: 1em;
}
/*
.arrow-left {
  display: inline-block;
  margin:0 8px 0 0;
  width:12px;
  height:12px;
  position: relative;
}
.arrow-left:before {
  content:'';
  position: absolute;
  border: solid var(--color-text-dark);
  border-width: 0 1.5px 1.5px 0;
  padding: 4px;
  transform: rotate(135deg);
  top:1px;
}
.arrow-left:after {
  content:'';
  position: absolute;
  background-color: var(--color-text-dark);
  width:100%;
  height:1.5px;
  top:5px;
}
a:hover .arrow-left:before {
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
}
a:hover .arrow-left:after {
  background-color: var(--color-primary);
}
*/
.produkt-teaser-row {
	background-color:#FFF;
	padding: 20px;
	margin-top:20px;
}
h2.produkt-teaser-headline {
	font-weight:700;
    font-size: 1.5em;
    line-height: 1;
    margin: 0.5em 0;
}
.produkt-teaser-row ul,
.produkte-block ul {
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
  	column-gap: 2%;
  	row-gap: 1em;
	list-style: none;
	margin:0;
	padding:0;
	/*justify-content: space-between;*/
}
.produkt-teaser-row ul li.produkt-teaser,
.produkte-block ul li.produkt-teaser {
	width: 100%;
	position:relative;
}
.produkt-teaser-row ul li.produkt-teaser a,
.produkte-block ul li.produkt-teaser a {
	display:block;
	text-decoration:none;
	color:#000;
}
.produkt-teaser-row ul li.produkt-teaser a:hover,
.produkte-block ul li.produkt-teaser a:hover {
	color:#e40327;
}
 .produkt-image {
	width:100%;
	padding:5%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative
}
 .produkt-image-wrap {
   aspect-ratio:1;
}
/*
.produkte-block ul li.produkt-teaser a:hover .produkt-image-wrap {
    top: 16%;
    left: 16%;
    bottom: 16%;
    right: 16%;
}
*/
 .produkt-image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.produkt-teaser-title {
    display: block;
	text-align: center;
}
.produkt-wrapper {
	padding: 2em 1em 4em;
}
.produkt-row {
	display: block;
}
.produkt-row .produkt-col {
	width: 100%;
	padding: 20px;
}
.produkt-row .produkt-col.produkt-image {
	padding:40px 20px;
}
.produkt-row .produkt-col.produkt-mood {
	padding:25% 0;
}
.produkt-description {
	background-color:#FFF;
}
.produkt-facts {
	order:1;
	background-color:#FFF;
}
.produkt-mood {
	order:2;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.produkt-image-table {
	height: 100%;
    display: table;
}
.produkt-image-cell {
	display: table-cell;
    vertical-align: middle;
}
.produkt-image img {
	display: block;
    margin: 0 auto;
}
.produkt-description h1 {
	font-weight:700;
	font-size:1.75em;
	margin: 0 0 0.67em 0;
	line-height:1.2;
	hyphens: none;
}
.produkt-description p:last-of-type {
	margin-bottom:0;
}
h2.facts-title {
	font-family: Olivier;
	font-size: 2.25em;
	line-height: 1;
	margin: 0 0 0.33em 0;
}
.produkt-wrapper.suesses h2.produkt-teaser-headline,
.produkt-wrapper.suesses h2.facts-title {
	color:#d5caba;
}
.produkt-wrapper.herzhaftes h2.produkt-teaser-headline,
.produkt-wrapper.herzhaftes h2.facts-title {
	color:#a5bfcb;
}
.produkt-facts table {
	border-spacing: 0;
	margin:0;
}
.produkt-facts table caption {
	font-weight:700;
	text-align:left;
}
.produkt-hinweis {
    padding: 20px;
    font-size: 0.875rem;
}
.produkt-hinweis p {
	margin:0;
}

/*Produktkategorie Block */

.produktkategorie-block ul {
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
  	column-gap: 2%;
  	row-gap: 1em;
	list-style: none;
	margin:0;
	padding:0;
}
.produktkategorie-block ul li {
	transition: all 0.3s ease-in-out;
}
.produktkategorie-block ul li:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	transform: scale(1.02);
}
.produktkategorie-block ul li a {
	text-decoration: none;
}
h3.category-teaser-title {
	color:#FFF;
	padding:0 0.5em 0.5em;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	margin:0;
	font-size: 2rem;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.prod-cat-stoerer {
	position: absolute;
	bottom:0.5em;
	right:0.5em;
	aspect-ratio:1;
	background-image: url('img/stoerer-bg.svg');
	background-size:100% 100%;
	padding:6%;
	display:flex;
	align-items: center;
	color:#FFF;
}
.prod-cat-stoerer-content {
	width:100%;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}
.prod-cat-stoerer-content span.font-large {
	font-size: 2.25em;
	font-size: clamp(1.5em, 4.5vw, 2.25em);
}
.prod-cat-stoerer-content span.font-display {
	font-family: Olivier;
	line-height: 0.65;
	font-size: 3.5em;
	font-size: clamp(2.5em, 6vw, 3.5em);
	font-weight: normal;
}

/*--------------------------------------------------------------
## Store Locator
--------------------------------------------------------------*/

.gmap-overlay {
	display:none;
    position: absolute;
    width: 102% !important;
    max-width: none !important;
    top: 0;
    bottom: 0;
    right: -1%;
    left: -1%;
    backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.9);
    z-index: 9;
	padding:4%;
}

.gmap-overlay div {
	text-align: center;
	margin-top: 60px;
}
.gmap-overlay div span {
	font-weight: 700;
	display: block;
    margin-bottom: 30px;
}
.gmap-overlay div a.ConsentChange {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    border-radius: 35px;
    color: #fff;
    cursor: pointer;
	font-weight: 700;
    padding: 15px 45px;
    width: initial;
    text-decoration: none;
}
.gmap-overlay div a.ConsentChange:hover {
    background-color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.locator--fields {
    height: 55px;
}
#wpsl-gmap {
    float: none;
    width: 100%;
    height: 350px;
    margin: 0 0 4em 0;
}
#wpsl-search-input {
    width: 100%!important;
	margin-bottom:10px;
}
#wpsl-search-input {
    background: url(img/search-icon.png) 96% center no-repeat #fff;
    background-size: 18px 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px !important;
    float: left !important;
    padding: 15px !important;
}
#wpsl-search-btn {
    background: 0 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #e40327;
    float: right !important;
    margin: -37px 0 0 !important;
    position: relative;
    width: 40px;
    text-indent: -9999px;
}
#wpsl-result-list {
    display: none;
    margin: 0 !important;
    width: 100% !important;
	overflow: hidden;
}
#wpsl-stores {
    font-size: 15px;
    line-height: 18px;
}
#wpsl-stores li {
    border-top: 1px solid #999;
    display: block;
    padding-top: 1em;
    padding-bottom: 5px;
	clear: both;
}
#wpsl-stores li:first-child {
    border-top: none;
}
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0 0 1em 0;
    line-height: 1.5;
}
.wpsl-store-location {
    float: left;
}
.wpsl-direction-wrap {
    float: right;
}
.wpsl-icon-direction {
    display: none;
}
#wpsl-reset-map {
    top: 15px !important;
    right: 15px !important;
    padding: 0 10px !important;
}
.wpsl-info-window {
    line-height: 1.5;
    padding: 0 0.5em;
	min-width: 150px;
}
.wpsl-info-window strong {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.wpsl-info-window p {
    margin-top:0;
}
.wpsl-info-window span {
    color: #999;
}
.locator-shops {
    margin: 50px 0;
}
.locator-shops ul {
    margin: 7px 0 0 0;
    padding: 0;
	list-style-type: none;
}
.locator-shops__item {
    margin-bottom: 10px;
}
.locator-shops__item a {
    color: var(--color-primary);
	margin: 0;
    font: inherit;
	font-weight: 700;
    text-decoration: none;
}
.external_link i {
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}
.external_link i svg {
   fill: var(--color-primary);
}
.locator-shops__item a:hover {
    color: var(--color-primary-hover);
}
.external_link:hover i svg {
   fill: var(--color-primary-hover);
}
.wpsl-columns {
	display: flex;
    gap: 1em;
	flex-direction: column;
}
.wpsl-column-form {
	width:100%;
	margin-right:0;
}
.wpsl-column-map {
	flex: 1 0 0;
}
/*--------------------------------------------------------------
## CookieBot
--------------------------------------------------------------*/
#CookieDeclarationChangeConsent {
	margin:2em 0 1em 0;
}
#CookieDeclarationChangeConsentChange {
    border: 1px solid #e40327;
    background-color: #e40327;
    border-radius: 35px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 45px;
    width: initial;
	text-decoration: none;
}
#CookieDeclarationChangeConsentChange:hover {
    background-color: #fff;
    border: 1px solid #e40327;
    color: #e40327;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: var(--color-primary);
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
/*Custom styles*/
.wpcf7-form label.hidden,
.hidden-fields-container {
    display: none;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 0.5em 0 0;
}
.wpcf7-form input, .wpcf7-form textarea {
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 18px 22px;
	width:100%;
}
.wpcf7-form .wpcf7-submit {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    border-radius: 35px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 45px;
    width: initial;
    font-size: inherit;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: var(--color-primary-hover);
    border: 1px solid var(--color-primary-hover);
}
.wpcf7-form .wpcf7-not-valid-tip {
    margin-top:5px;
}
.wpcf7-form .wpcf7-not-valid-tip, .contact-form .wpcf7-validation-errors {
    font-size: 0.875em;
    line-height: 1.25;
}
div.wpcf7-response-output {
	padding: 0.5em 1em;
	margin-bottom:2em;
	font-size: 0.875em;
	list-height: 1.25em;
}

.wpcf7-form.sent .wpcf7-response-output {
	border: 2px solid var(--color-green);
	color: var(--color-green);
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}
.wpcf7-form #upload-remove {
	display:none;
}
.wpcf7-form .form-row {
	width:100%;
	margin:1em 0;
}
.wpcf7-acceptance label {
	display: flex;
    flex-direction: row;
}
.wpcf7-form input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 2px 15px 0 0;
    transform: scale(1.5);
}

/* Modal
--------------------------------------------- */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
	background: rgba(255,255,255,0.8);
    overflow-y: scroll;
}
.modal-wrap {
	display: table-cell;
    vertical-align: middle;
}
.modal-inner {
	position:relative;
}
.close-social-modal {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: var(--color-primary);
    margin-left: -22px;
    transition: all ease-in 0.25s;
	border: 0;
}
.close-social-modal:hover {
    transform: rotate(90deg);
	background: var(--color-primary);
	border: 0;
}
.close-social-modal:before, .close-social-modal:after {
    position: absolute;
    left: 21px;
    top: 9px;
    content: '';
    height: 26px;
    width: 3px;
	border-radius:2px;
    background-color: #FFF;
}
.close-social-modal:before {
    transform: rotate(45deg);
}
.close-social-modal:after {
    transform: rotate(-45deg);
}
.social-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
	background: rgba(255,255,255,0.8);
    overflow-y: scroll;
}
.social-modal-bg {
    max-width: 32rem;
	width: 100%;
    min-height: 100%;
	display: table;
    margin: 0 auto;
}
.social-modal .modal-inner {
	background-color:#FFF;
	padding:2em 1em;
	margin:0 1em;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}
span.social-modal-headline {
	font-size: 1.5em;
	font-weight: 600;
}
.social-modal-content a {
   color:var(--color-primary);
}

/* 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
--------------------------------------------------------------*/
.wp-block-kadence-accordion .kt-blocks-accordion-title-wrap {
    padding-right: 1em;
}
/*--------------------------------------------------------------
# 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;
}
.text-align-left {
	text-align:left
}
.text-align-right {
	text-align:right
}
.text-align-center {
	text-align:center
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 32em) {
	#primary-menu,
	#secondary-menu,
	#legal-menu,
	.social-menu {
		margin:2em 0;
	}
	#secondary-menu li,
	#legal-menu li {
		display:inline-block;
		margin: 0 1em 0 0;
	}
	#primary-menu a {
		font-size:2.5rem;
	}
	#secondary-menu a,
	#legal-menu a {
		font-size:1.25rem;
	}
	.site-footer .container {
		flex-direction: row;
	}
	.site-footer ul {
		text-align: left;
	}
	#footer-menu li {
		margin:0 0.5em;
	}
	.produktkategorie-block ul {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 2%;
		row-gap: 2em;
	}
	.produkt-teaser-row ul, 
	.produkte-block ul {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 2%;
	}
	.prod-cat-stoerer {
		padding:2.5rem;
	}
	
}

@media screen and (min-width: 48em) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 18px;
	}
	main {
		margin-top: 126px;
	}
	.logo {
		width:159px;
		height:90px;
	}
	body.menu-toggled .main-navigation {
		height: calc(100vh - 126px);
	}
	#primary-menu a {
		font-size:3rem;
	}
	#secondary-menu a,
	#legal-menu a {
		font-size:1.5rem;
	}
	.produkt-teaser-row ul, 
	.produkte-block ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.produkt-row {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}
	.produktkategorie-block.prod-cat-columns-2 ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.produktkategorie-block.prod-cat-columns-3 ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.produktkategorie-block.prod-cat-columns-4 ul {
		grid-template-columns: repeat(4, 1fr);
	}
	.produkt-row .produkt-col {
		flex:1;
	}
	.produkt-row .produkt-col.produkt-image,
	.produkt-row .produkt-col.produkt-mood {
		padding:20px;
	}
	.produkt-wrapper {
		padding: 1em;
	}
	.produkt-description h1 {
		margin: 0 0 0.67em 0;
	}
	.timeline-section:before {
		left:40px;
	}
	.timeline-section:after {
		height:24px;
		width:24px;
		border-radius: 12px;
		left:28px;
		top:48px;
	}
	.timeline-section-start:before {
		left:40px;
		top:48px;
	}
	.timeline-section-end:before {
		left:40px;
		top:0;
		height:48px;
	}
	body .wp-block-columns {
        flex-wrap: nowrap !important;
        justify-content: space-between;
    }
    .wp-block-column {
        flex-basis: calc(50% - 2em);
        flex-grow: 0;
    }
}
@media screen and (min-width: 64em) {
	.wpsl-columns {
		gap: 2em;
		flex-direction: row;
	}
	.wpsl-column-form {
		width:31%;
		margin-right:4%;
	}
	.wpsl-column-map {
		flex: 1 0 0;
	}
	.timeline-section:before {
		left:50%;
	}
	.timeline-section:after {
		left:calc(50% - 12px);
		top:calc(50% - 12px);
	}
	.timeline-section-start:before {
		left:50%;
		top:calc(50% - 12px);
	}
	.timeline-section-end:before {
		left:50%;
		top:0;
		height:calc(50% - 12px);
	}
}
@media screen and (min-width: 80em) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		/*font-size: 20px;*/
	}
}

