@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utilities
  ## Mixins
  ## Variables
  ## Normalize
  ## Clearings
# Base
  ## Elements
  ## Typography
  ## Forms
# Components
  ## Accessibility
  ## Alignments
  ## Comments
  ## Media
  ## Navigation
  ## Widgets
#Layout
  ## Grid
  ## Header
  ## Content
  ## Sidebar
#Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* COLORS */
/* TYPOGRAPHY */
/* STRUCTURE */
/* RWD */
/* stylelint-disable */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
  -webkit-text-decoration: underline dotted;
          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;
}

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

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

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

figure {
  margin: 1em 0;
}

/* LINKS */
a {
  color: unset;
  text-decoration: unset;
}
/* LISTS */
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;
}

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

/*---------------------------
## Typography
---------------------------*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_normal.eot); /* http://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5A.eot */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_normal.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_normal.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_normal.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_normal.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_normal.svg#Roboto_400_normal) format("svg"); /* http://fonts.gstatic.com/l/font?kit=KFOmCnqEu92Fr1Me5w&skey=a0a0114a1dcab3ac&v=v30#Roboto */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_italic.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_italic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_italic.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_italic.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_italic.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_italic.svg#Roboto_100_italic) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_italic.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_italic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_italic.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_italic.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_italic.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_italic.svg#Roboto_300_italic) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_italic.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_italic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_italic.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_italic.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_italic.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_400_italic.svg#Roboto_400_italic) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_italic.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_italic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_italic.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_italic.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_italic.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_italic.svg#Roboto_500_italic) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_italic.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_italic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_italic.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_italic.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_italic.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_italic.svg#Roboto_700_italic) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_italic.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_italic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_italic.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_italic.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_italic.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_italic.svg#Roboto_900_italic) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_normal.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_normal.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_normal.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_normal.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_normal.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_100_normal.svg#Roboto_100_normal) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_normal.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_normal.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_normal.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_normal.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_normal.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_300_normal.svg#Roboto_300_normal) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_normal.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_normal.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_normal.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_normal.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_normal.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_500_normal.svg#Roboto_500_normal) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_normal.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_normal.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_normal.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_normal.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_normal.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_700_normal.svg#Roboto_700_normal) format("svg"); /* {{svg-gf-url}} */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_normal.eot); /* {{embedded-opentype-gf-url}} */
  src: local("☺"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_normal.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_normal.woff2) format("woff2"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_normal.woff) format("woff"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_normal.ttf) format("truetype"), url(/wp-content/themes/sport-haderer-theme/assets/fonts/Roboto_900_normal.svg#Roboto_900_normal) format("svg"); /* {{svg-gf-url}} */
}
* {
  font-family: Roboto, sans-serif;
}

/*---------------------------
## Forms
---------------------------*/
/* BUTTONS */
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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:active, button:focus, button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  border-color: #aaa #bbb #bbb;
}

/* FIELDS */
textarea {
  padding-left: 3px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
select,
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  color: #111;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*---------------------------
## Accessibility
---------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*---------------------------
## Alignments
---------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*---------------------------
## Comments
---------------------------*/
/*---------------------------
## 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/* CAPTIONS */
.wp-caption-text {
  text-align: center;
}

.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;
}

/* GALLERIES */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*---------------------------
## Navigation
---------------------------*/
/* MENUS */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  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: 1.5em;
  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 {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* Switching from toggle menu to full display */
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*---------------------------
## Widgets
---------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.product-archive__image {
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .product-archive__image {
    min-height: 200px;
  }
}
.product-archive__top-bar {
  margin-top: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #EEEEEE;
}
.product-archive__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 50px;
  color: black;
}
.product-archive__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 500px;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .product-archive__grid {
    grid-template-columns: 1fr;
  }
}
.product-archive__filter-panel {
  min-width: 0;
}
.product-archive__filter-panel > .product-archive__filters {
  display: block;
}
@media screen and (max-width: 960px) {
  .product-archive__filter-panel:not([open]) > .product-archive__filters {
    display: none;
  }
}
.product-archive__filter-toggle {
  display: none;
}
@media screen and (max-width: 960px) {
  .product-archive__filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 4px;
    background-color: #ca5142;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
  }
  .product-archive__filter-toggle::-webkit-details-marker {
    display: none;
  }
  .product-archive__filter-toggle::after {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
  }
}
.product-archive__filter-toggle-close {
  display: none;
}
.product-archive__filter-panel[open] .product-archive__filter-toggle::after {
  transform: rotate(225deg) translate(-2px, -2px);
}
.product-archive__filter-panel[open] .product-archive__filter-toggle-open {
  display: none;
}
.product-archive__filter-panel[open] .product-archive__filter-toggle-close {
  display: inline;
}
.product-archive__filters {
  padding: 1.5rem 1rem;
  border: 1px solid #EEEEEE;
}
@media screen and (max-width: 960px) {
  .product-archive__filters {
    margin-top: 0.75rem;
  }
}
.product-archive__filters h4 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: black;
}
.product-archive__filters hr {
  width: 100%;
  border-top: 1px solid #EEEEEE;
}
.product-archive__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-archive__pager {
  margin: 0 auto;
}
.product-archive__pager .facetwp-pager {
  width: -moz-fit-content;
  width: fit-content;
}

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 4rem;
  column-gap: 2rem;
}
@media screen and (min-width: 961px) and (max-width: 1600px) {
  .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .product-list {
    grid-template-columns: 1fr;
  }
}
.product-list__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  padding: 1rem;
  min-height: 370px;
}
.product-list__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: black;
  font-size: 1.1rem;
}
.product-list__image {
  position: relative;
  flex-grow: 1;
  margin: 2rem 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
}
.product-list__badges {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-list__badge-item {
  padding-left: 0.55em;
  padding-right: 0.55em;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #4A4A4C;
  text-transform: uppercase;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.product-list__price del {
  color: #ca5142;
}
.product-list__price del .woocommerce-Price-amount {
  font-size: 1rem;
}
.product-list__price ins {
  color: #42BBCA;
  text-decoration: none;
}
.product-list__price .woocommerce-Price-amount {
  font-size: 1.25rem;
  font-weight: 500;
}

.cattree {
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 1.5em;
}
.cattree__item:hover {
  cursor: pointer;
}
.cattree__arrow {
  transition: 0.2s;
}
.cattree__arrow--open {
  rotate: 90deg;
  transition: 0.2s;
}
.cattree__item--active > .cattree__label {
  font-weight: bold;
}
.cattree__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.3em;
  margin-top: 0.5em;
}
.cattree__children {
  display: none;
  margin-top: 0em;
  padding-left: 2em;
  transform: scaleY(0);
  height: auto;
}
.cattree__children--open {
  display: flex;
  flex-direction: column;
  transform: scaleY(1);
}

.icon {
  padding: 0.5em;
}
.icon.icon-1 .right-arrow {
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  margin-left: -3px;
  padding: 3px;
  transform: rotate(-45deg);
}
.icon.arrow--hidden {
  visibility: hidden;
}

.paymethods {
  display: flex;
  flex-direction: row;
}
.paymethods__icon {
  height: 50px;
  width: 50px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*---------------------------
## Grid
---------------------------*/
/*
 * Foundation 5 Grid
 */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row::before,
.row .row::after {
  content: " ";
  display: table;
}

.row .row::after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse::before,
.row .row.collapse::after {
  content: " ";
  display: table;
}

.row .row.collapse::after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*=block-grid-]::before,
[class*=block-grid-]::after {
  content: " ";
  display: table;
}

[class*=block-grid-]::after {
  clear: both;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/*---------------------------
## Header
---------------------------*/
.top-bar {
  min-height: 10px;
  padding: 10px;
  background-color: #ca5142;
  text-align: center;
  color: white;
}

.mid-bar {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .mid-bar {
    min-height: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.mid-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mid-bar__opening-times {
  font-weight: 400;
}
.mid-bar__logo img {
  max-height: 70px;
  width: auto;
}
@media screen and (max-width: 960px) {
  .mid-bar__logo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .mid-bar__logo img {
    max-width: 150px;
  }
}
.mid-bar__icons {
  font-weight: bold;
  transition: 0.3s;
}
.mid-bar__icons a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.mid-bar__icons img {
  border-radius: 100%;
  filter: drop-shadow(0 5px 4px rgb(200, 200, 200));
}
.mid-bar__icons:hover {
  transform: scale(1.05);
}

.menu-bar {
  min-height: 50px;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  background-color: #f6f6f6;
}
.menu-bar .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  gap: 1rem;
  background: white;
}
@media screen and (max-width: 960px) {
  .menu-bar .container {
    gap: 1rem;
  }
}
.menu-bar__home {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background-color: #ca5142;
  border-radius: 5px;
}
.menu-bar__menu {
  min-height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .menu-bar__menu {
    display: none;
  }
}
.menu-bar__hamburger-menu {
  display: none;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .menu-bar__hamburger-menu {
    display: flex;
    margin-left: auto;
  }
}
.menu-bar__hamburger-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-bar__hamburger-menu img {
  min-width: 30px;
  min-height: 30px;
}
.menu-bar__search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 1rem;
}
@media screen and (max-width: 960px) {
  .menu-bar__search {
    padding-right: unset;
  }
}
.menu-bar__search input {
  border: none;
  width: min-content;
}
.menu-bar__search img {
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .menu-bar__search img {
    display: none;
  }
}
.menu-bar__search button {
  all: unset;
}
.menu-bar__search button:hover {
  cursor: pointer;
}

.main-menu {
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.menu-item:hover {
  cursor: pointer;
}
.menu-item:last-child {
  margin-left: auto;
  color: #ca5142;
  font-weight: bold;
}

.menu-dropdown {
  position: absolute;
  left: 70px;
  right: 0;
  bottom: 0;
  background-color: white;
  display: none;
}
.menu-dropdown__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 960px) {
  .menu-dropdown__link {
    display: flex !important;
    justify-content: flex-start !important;
  }
}
.menu-dropdown__link img {
  max-height: 25px;
}
@media screen and (max-width: 768px) {
  .menu-dropdown__link img {
    margin-right: 1rem;
  }
}

.menu-item:hover .menu-dropdown {
  z-index: 10;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 2rem;
  border: 1px solid #ca5142;
  transform: translateY(100%);
  margin-top: 20px;
}
.menu-item:hover .menu-dropdown:hover {
  cursor: default;
}
.menu-item:hover .menu-dropdown__column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.menu-item:hover .menu-dropdown__column-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: black;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid black;
  margin-bottom: 1.25rem;
}
.menu-item:hover .menu-dropdown__column-chunk {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.menu-item:hover .menu-dropdown__column-chunk a {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s;
}
.menu-item:hover .menu-dropdown__column-chunk a:hover {
  text-decoration: underline;
  color: #ca5142;
}

@media screen and (min-width: 961px) and (max-width: 1600px) {
  #mobile-menu {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu a {
  padding: unset;
}
#mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}
#mobile-menu li {
  position: relative;
  padding-bottom: 1rem;
}
#mobile-menu li::before {
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
}
#mobile-menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black;
  margin-left: unset;
}

/*---------------------------
## Main
---------------------------*/
/*---------------------------
## Content
---------------------------*/
/* POSTS AND PAGES */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  padding: 3.75rem 1rem;
}
.page-content h1,
.entry-content h1,
.entry-summary h1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 50px;
  color: black;
}
.page-content--product-archive,
.entry-content--product-archive,
.entry-summary--product-archive {
  padding: 1rem 1rem;
}

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

/* ASIDES */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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

.bypostauthor {
  display: block;
}

/** Tables */
.wp-block-table td, .wp-block-table th {
  padding: 10px 5px;
}

/*---------------------------
## Sidebar
---------------------------*/
.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.no-sidebar .site-main {
  margin-right: 0;
}

/*---------------------------
## Footer
---------------------------*/
footer {
  background-color: #efefef;
  padding: 3rem 1rem;
}
footer .footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  footer .footer {
    justify-content: space-between;
  }
}
footer .footer__address {
  line-height: 1.4rem;
}
footer .footer__page-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .separator {
  width: 100%;
  height: 2px;
  background-color: white;
  margin-top: 40px;
  margin-bottom: 40px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.sisa__title {
  text-align: center;
}
.sisa p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
  margin: 4rem auto;
  text-align: center;
  max-width: 45ch;
}
.sisa__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2rem;
  row-gap: 5rem;
}
@media screen and (max-width: 960px) {
  .sisa__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .sisa__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.sisa__shop-image {
  border-radius: 100%;
  margin-bottom: 2rem;
}
.sisa__shop {
  text-align: center;
}
.sisa__shop-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
  font-weight: 300;
}

.sis {
  max-width: 70ch;
}
.sis h1 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: black;
}
.sis__content {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
}
.sis__top-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sis__top-container {
    grid-template-columns: 1fr;
  }
}
.sis__top-container div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sis__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 1rem;
}

.mitarbeiter__title {
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}
.mitarbeiter__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 5rem;
  column-gap: 2rem;
}
@media screen and (min-width: 961px) and (max-width: 1600px) {
  .mitarbeiter__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  .mitarbeiter__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .mitarbeiter__list {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.mitarbeiter__item {
  display: flex;
  justify-content: center;
}
.mitarbeiter__person {
  max-width: 65ch;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mitarbeiter__image > img {
  border-radius: 100%;
  margin: 0 auto;
  min-height: 150px;
}
.mitarbeiter__name {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.8rem;
}
.mitarbeiter__description {
  text-align: center;
}

.blogarchive__archive-title {
  margin-bottom: 5rem;
  text-align: center;
  width: 100%;
}
.blogarchive__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 4rem;
  column-gap: 2rem;
}
@media screen and (min-width: 961px) and (max-width: 1600px) {
  .blogarchive__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  .blogarchive__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .blogarchive__list {
    grid-template-columns: 1fr;
  }
}
.blogarchive__single {
  margin: 0 auto;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.blogarchive__image {
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blogarchive__title {
  text-align: left;
  font-size: bold;
  max-width: 90%;
  margin: 0 auto;
  background: white;
  padding: 20px;
  transform: translateY(-20px);
}

.navigation.post-navigation {
  display: none;
}

#comments {
  display: none;
}

footer.entry-footer {
  display: none;
}

.entry-header {
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entry-header .entry-title {
  margin: 1rem auto;
  text-align: center;
  max-width: 800px;
}
.entry-header .back-button {
  text-align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

article.karriere .entry-content > img {
  margin-left: auto;
  margin-right: auto;
}

article.karriere .entry-header {
  margin-bottom: 1rem;
}

article.post .entry-content, article.karriere .entry-content {
  max-width: 800px;
  margin: 0 auto;
}

/** Blocks */
.home-slider {
  display: grid;
  grid-template-areas: "slider";
  grid-template-columns: 1fr;
  column-gap: 1rem;
  margin-top: -40px;
}
@media screen and (max-width: 960px) {
  .home-slider {
    grid-template-areas: "slider";
    row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.home-slider__calendar {
  grid-area: calendar;
  position: relative;
  overflow: scroll;
}
.home-slider__calendar > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .home-slider__calendar > div {
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .home-slider__calendar {
    height: auto;
    max-height: 300px;
  }
}
.home-slider__facebook {
  grid-area: facebook;
  position: relative;
  overflow: scroll;
}
.home-slider__facebook * {
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .home-slider__facebook {
    min-height: 300px;
  }
}
.home-slider__slider {
  width: 100%;
  height: 100%;
  grid-area: slider;
  border-radius: 5px;
}
.home-slider__single-slide {
  width: 100%;
  padding-top: 37%;
  max-height: 0px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-slider__single-slide a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.fb-page {
  position: absolute !important;
}

.fb-page {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .fb-page {
    position: relative;
  }
}

.brandslider {
  margin: 5rem 0;
}
.brandslider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brandslider .swiper-slide {
  display: flex;
  justify-content: center;
}
.brandslider .swiper-slide {
  width: 20%;
}
@media screen and (min-width: 961px) and (max-width: 1600px) {
  .brandslider .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .brandslider .swiper-slide {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .brandslider .swiper-slide {
    width: 50%;
  }
}

.productslider {
  margin: 8rem 0;
}
.productslider h2 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 3px;
}
.productslider .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.productslider .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 2rem;
}
.productslider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #bdbdbd;
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.productslider .swiper-pagination-bullet-active {
  width: 34px;
  background-color: #ca5142;
}
.productslider__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .productslider__slide {
    padding: 0 2.5rem;
  }
}
.productslider__image {
  width: 100%;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .productslider__image {
    min-height: 240px;
  }
}

/** Woocommerce */
.product-listing .product {
  padding: 0 0.5rem;
}
.product-listing .product__top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .product-listing .product__top-section {
    grid-template-columns: 1fr;
  }
}
.product-listing .product__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .product-listing .product__gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .product-listing .product__gallery {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
}
.product-listing .product__gallery > div {
  display: flex;
  border: 1px solid grey;
}
.product-listing .product__gallery > div:hover {
  cursor: pointer;
}
.product-listing .product__gallery > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-listing .product__main-image {
  border: 1px solid grey;
  max-width: 100%;
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .product-listing .product__main-image {
    min-height: 300px;
  }
}
.product-listing .product__main-info {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.product-listing .product__title-section .woocommerce-breadcrumb {
  margin: 0;
  font-size: 0.875rem;
}
.product-listing .product__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: black;
}
.product-listing .product__price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-listing .product__price del {
  color: #ca5142;
}
.product-listing .product__price del .woocommerce-Price-amount {
  font-size: 1rem;
}
.product-listing .product__price ins {
  color: #42BBCA;
  text-decoration: none;
}
.product-listing .product__price .woocommerce-Price-amount {
  font-size: 1.5rem;
  font-weight: 500;
}
.product-listing .product hr {
  width: 100%;
  border-top: 1px solid #eeeeee;
  margin: 0;
}
.product-listing .product__short-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
}
.product-listing .product__add-to-cart tr {
  display: flex;
  flex-direction: column;
}
.product-listing .product__add-to-cart tr .label {
  text-align: left;
  height: min-content;
}
.product-listing .product__add-to-cart tr .value {
  display: flex;
  flex-direction: column;
}
.product-listing .product__add-to-cart tr select {
  max-width: 8rem !important;
}
.product-listing .product__add-to-cart tr select {
  min-height: 3rem;
}
.product-listing .product__add-to-cart button {
  background-color: #42BBCA !important;
}
.product-listing .product__add-to-cart button {
  max-width: 100%;
  width: clamp(15rem, 100%, 20rem);
  min-height: 2.5rem;
  border-radius: 2rem;
}
.product-listing .product__add-to-cart input {
  display: none;
  height: 100%;
  min-width: 5rem;
}
.product-listing .product__description {
  margin-top: 3rem;
  max-width: 60ch;
}
@media screen and (max-width: 768px) {
  .product-listing .product__description {
    margin-top: unset;
  }
}

.product-categories .children {
  margin-left: 1.5em;
  padding-top: 5px;
}

.product-categories .children li:last-child {
  padding-bottom: 0;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background-color: #42BBCA !important;
  color: white !important;
  text-shadow: transparent !important;
  border-color: #FF9900 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  box-shadow: none;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
  background-color: #42BBCA !important;
  color: white !important;
  text-shadow: transparent !important;
  border-color: #FF9900 !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
  box-shadow: none;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  background-color: #42BBCA !important;
  color: white !important;
  text-shadow: transparent !important;
  border-color: #FF9900 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background-color: #42BBCA !important;
  text-shadow: transparent !important;
  color: white !important;
  border-color: #FF9900 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  box-shadow: none;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  text-align: center;
  color: #F00; /* This is what you MAY want to change color */
  font-weight: 200;
  font-size: 1em;
}

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
  color: #F00; /* Change this */
  font-size: 1.25em;
  text-align: center;
}

/** MMENU LIGHT */
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/** Custom */
.facetwp-color {
  border-radius: 100%;
}

.facetwp-color.checked::after {
  content: unset !important;
}

.facetwp-color.checked {
  box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px #ca5142;
}

/*# sourceMappingURL=style.css.map*/