@charset "UTF-8";
/*!
Theme Name: Epilobium angustifolium v1.5
Theme URI: http://asdf.ch/epilobium
Author: Simon Wülser
Author URI: http://simon.wuelser.com
Description: base theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epilobium
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.

Epilobium 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: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* BOLD Font */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "AvenirNext";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@font-face {
  font-family: "AvenirNext";
  font-weight: 400;
  src: url("fonts/AvenirNextLTPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "AvenirNext";
  font-weight: 700;
  src: url("fonts/AvenirNextLTPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "AvenirNext";
  font-weight: 400;
  src: url("fonts/AvenirNextLTPro-Regular.otf") format("opentype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  line-height: 1.15;
  font-size: 1rem;
}

.entry-title, .page-title {
  margin: 0;
  margin-bottom: 0.05em;
}

.page-title + .content-2-columns {
  margin-top: 0.5em;
}

.entry-content:empty {
  width: 20em;
  border: 2px solid red;
}

.site-title {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}

.untertitel {
  margin-top: -10px;
}

h1 {
  font-weight: 700;
  font-size: 2.4em;
  font-family: "AvenirNext";
}

h3 {
  font-weight: bold;
}

h2 {
  font-size: 1.38em;
  margin-bottom: 0.7em;
}

h4 {
  font-size: 0.85em;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

h5 {
  font-size: 1em;
}

h6 {
  margin-top: 1rem;
  margin-bottom: 0;
}

h1 + h2 {
  margin-top: 0;
}

h2:first-of-type {
  margin-top: 0;
}

h6 + h5 {
  margin-top: 0rem;
}

section > h3,
section > h4 {
  margin-top: 0;
  margin-bottom: 0.2rem;
}

figure h4 {
  margin: 0;
  padding: 0;
}

figcaption h2 {
  margin: 0;
}

.content-2-columns h2:first-of-type {
  margin-top: 0;
}

p {
  margin-bottom: 1em;
  margin-top: 0;
}

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

cite {
  font-style: normal;
  font-family: "AvenirNext";
  font-size: 0.8em;
  color: #000;
}

blockquote {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.2em;
  text-align: center;
  font-family: "AvenirNext";
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("img/quoteback.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  height: 8em;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
blockquote p {
  max-width: 20em;
  color: #000;
  margin: 0;
}

figure footer {
  text-align: center;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #FFF;
  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;
  background-color: #000;
  color: #FFF;
  font-size: 0.7rem;
  padding: 0.2rem;
}
code a,
kbd a,
tt a,
var a {
  color: #FFF;
}

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

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

big {
  font-size: 125%;
}

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

address {
  font-style: normal;
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1rem;
}

.entry-content ul:not(.ep-alert),
ol {
  margin-left: 1em;
  padding: 0;
}

ul {
  line-height: 1.5;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

.entry-content ul li {
  margin-left: 1em;
}

/*
.type-post ul {
	list-style: circle;
	padding-left: 1em;
}

.entry-content ul {
	list-style-type: none;
	margin-top: 0;
}
.entry-content ul li {
	background: url("img/punkt.png") left 0.5em no-repeat;
	background-size: 0.5rem;
	padding-left: 1rem;
	margin-left: 2rem;
	line-height: 1.2;
	margin-bottom: 0.2em;
}
*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img:not(.karusel img, .custom-logo, .attachment-woocommerce_thumbnail) {
  height: auto;
  max-width: 100%;
  display: block;
}

figure {
  margin: 1rem;
  padding: 0;
}
figure img {
  margin-bottom: 1rem;
}

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

.custom-logo {
  height: 3em;
}
@media screen and (min-width: 765px) {
  .custom-logo {
    height: 4em;
  }
}

.size-rund {
  max-width: 10em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

th, td {
  padding: 0;
}

tr {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

tr, thead {
  padding-left: 0.5rem;
}

table:not(section table, .cart_totals table) {
  position: relative;
}
table:not(section table, .cart_totals table) tr:nth-child(even) {
  background-color: #e3e3e3;
}
table:not(section table, .cart_totals table) thead {
  border-bottom: 1px solid #000;
}

tr:first-child {
  padding-top: 0.2rem;
}

/* Links
--------------------------------------------- */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .site-header a {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration-color: red;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: red;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.post-edit-link:before {
  content: url("img/edit.svg");
  position: relative;
  left: -1.2em;
  display: block;
  width: 1em;
  height: 1em;
  top: 1em;
}

/* Forms
--------------------------------------------- */
button, a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: block;
  border: 1px solid;
  border-color: #000 #000 #000;
  border-radius: 0;
  background: #FFF;
  color: black;
  line-height: 1;
  padding: 0.75rem;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
button:hover, a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #000 #000 #000;
  background-color: #000;
  color: #FFF;
}
button:hover a, a.button:hover a,
input[type=button]:hover a,
input[type=reset]:hover a,
input[type=submit]:hover a {
  color: #FFF;
}
button:active, button:focus, a.button:active, a.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: #000 #000 #000;
}

.qty {
  text-align: center;
  width: 2.5rem;
}

a.button {
  display: inline-block;
}

.full-width {
  width: 100%;
}

.invert a.button {
  background-color: #000;
  border: 1px solid #FFF;
}
.invert a.button:hover {
  background-color: #FFF;
  color: #000;
}

/*--------------------------------------------------------------
# Menu Toggle
--------------------------------------------------------------*/
.menu-toggle {
  position: relative;
}
.menu-toggle:hover {
  background-color: transparent;
}

.menu-toggle {
  padding: 0 1rem 0 0;
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(img/toggle_open.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
}

.menu-toggle[aria-expanded=true], .menu-toggle.is-active {
  background-image: url(img/toggle_close.svg);
}

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: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 3px;
  font-size: 1em;
}
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: #000;
}

select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
}

input[type=number] {
  width: 2rem;
}

input[type=radio] {
  margin-right: 0.5rem;
}

/* Remove arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  max-width: 40em;
}

input + input, label + input {
  margin-top: 0.5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
body,
html {
  min-width: 200px;
  min-height: 100%;
  font-size: 19px;
}
@media screen and (max-width: 1020px) {
  body,
html {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  body,
html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1020px) and (min-height: 900px) {
  body,
html {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Gaps and max-width
--------------------------------------------------------------*/
.entry-header, .entry-content, .entry-footer, .entry-summary, .woocommerce-products-header__title, .comments-area, .woocommerce-info {
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 40em;
}

@media screen and (min-width: 766px) {
  .entry-header, .entry-content, .entry-footer, .entry-summary, .woocommerce-products-header__title, .karusel-container, .comments-area, .woocommerce-info {
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 40em;
  }

  .content-2-columns .post-thumbnail {
    padding-left: 2rem;
  }

  .main-navigation {
    padding-right: 2rem;
  }
}
/*--------------------------------------------------------------
# Grid Layout
--------------------------------------------------------------*/
.site {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 4em 1fr auto auto;
  grid-template-areas: "header widget toggle" "main main main" "footer footer footer";
}
@media screen and (min-width: 766px) {
  .site {
    grid-template-columns: 20em 1fr 1fr 1fr;
    grid-template-rows: 6rem 1fr auto auto;
    grid-template-areas: "header nav nav nav" "main main main main" "footer footer footer footer";
  }
}

@media screen and (max-width: 765px) {
  .mobile-menu-open .site {
    grid-template-areas: "header widget toggle" "nav nav nav" "footer footer footer" !important;
  }
}
.toggle {
  grid-area: toggle;
}

.main-navigation {
  grid-area: nav;
}

.widget-area {
  grid-area: widget;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .widget-area {
    justify-content: center;
  }
}

.flashdisplay {
  grid-area: flashdisplay;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.nav-closed .site-header, .nav-closed .widget-area, .nav-closed .toggle, .nav-closed .main-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 200;
}

.site-header, .toggle {
  padding: 1rem;
}
@media screen and (min-width: 766px) {
  .site-header, .toggle {
    padding: 2rem;
  }
}

@media screen and (min-width: 766px) {
  #site-navigation-container div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
}
.site-header {
  display: flex;
}

.logo + .site-branding {
  margin-left: 1em;
}

.toggle, .logo {
  height: 100%;
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.site-main {
  z-index: 100;
  grid-area: main;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  grid-area: footer;
  background-color: #FFF;
  font-size: 0.69rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  bottom: 0;
  text-align: right;
  color: #000;
}
@media screen and (min-width: 766px) {
  .site-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-footer a {
  color: #000;
}
.site-footer p {
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer span {
  font-family: "AvenirNext";
  font-size: 0.98rem;
}

/*--------------------------------------------------------------
# Positions
--------------------------------------------------------------*/
.fixed-right-bottom {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
}

.fixed-left-bottom {
  position: fixed;
  bottom: 0.5em;
  left: 0.5em;
  margin-bottom: 0 !important;
  z-index: 3000;
  margin-right: 0.5em;
}
@media screen and (max-width: 1033px) {
  .fixed-left-bottom {
    bottom: 3.5em;
  }
}

.space {
  height: 1em;
  width: 1em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
# Background of Mobile Menü
--------------------------------------------------------------*/
@media screen and (max-width: 765px) {
  .mobile-menu-open {
    background-position: center center;
    background-size: 250%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
  }
  .mobile-menu-open .site-header {
    background-color: transparent;
  }
  .mobile-menu-open .site-branding,
.mobile-menu-open .site-main {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Menü
--------------------------------------------------------------*/
.main-navigation {
  display: none;
  cursor: pointer;
  z-index: 300;
}
@media screen and (max-width: 765px) {
  .main-navigation {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.mobile-menu-open .main-navigation {
  display: block;
}

#primary-menu > li {
  margin: 0;
}

@media screen and (max-width: 765px) {
  #primary-menu > li > a, #primary-menu li > .sub-menu {
    border-bottom: 1px solid #000;
  }

  #primary-menu > li:first-of-type > a {
    border-top: 1px solid #000;
  }

  #primary-menu li > .sub-menu .sub-menu {
    border-bottom: none !important;
  }
}
#site-navigation-container {
  width: 100%;
}
#site-navigation-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 765px) {
  #site-navigation-container ul {
    font-size: 2em;
  }
}
@media screen and (max-width: 765px) {
  #site-navigation-container ul ul {
    font-size: 0.7em;
    line-height: 1;
  }
}
@media screen and (min-width: 766px) {
  #site-navigation-container ul ul li {
    max-width: 15rem;
  }
}
#site-navigation-container ul ul ul {
  padding-left: 1.6em;
}
@media screen and (max-width: 765px) {
  #site-navigation-container #primary-menu > li > ul {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
#site-navigation-container a {
  display: block;
  text-decoration: none;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 765px) {
  #site-navigation-container a {
    color: #000;
  }
}
#site-navigation-container a:hover {
  color: red;
}
@media screen and (max-width: 765px) {
  #site-navigation-container .sub-menu a {
    line-height: 1.5;
  }
  #site-navigation-container ul a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*--------------------------------------------------------------
# Desktop Menu Only
--------------------------------------------------------------*/
@media screen and (min-width: 766px) {
  #site-navigation-container div,
.widget-menu {
    display: flex;
    align-items: center;
    width: 100%;
  }

  #primary-menu li > .sub-menu {
    min-width: 10em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #FFF;
    display: none;
  }

  #primary-menu li > .sub-menu .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  #site-navigation-container {
    display: flex;
    justify-content: center;
  }

  .main-navigation {
    display: flex;
    justify-content: flex-start;
  }
  .main-navigation #primary-menu > li.opened2,
.main-navigation #primary-menu > li:hover {
    background-color: #FFF;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
  }
  .main-navigation ul li {
    width: auto;
  }
  .main-navigation ul li > ul {
    max-width: 15rem;
    width: auto;
    position: absolute;
  }
  .main-navigation ul li > ul {
    display: block;
  }
  .main-navigation ul li ul ul {
    position: relative;
    border: none;
    margin-left: 1em;
  }
  .main-navigation a {
    line-height: 1 !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .toggle {
    display: none;
    z-index: 1000;
  }
}
/*--------------------------------------------------------------
# Nested Menu
--------------------------------------------------------------*/
#primary-menu .hidden {
  display: none;
}

.hidden {
  display: none !important;
}

.menu-item-has-children .menu-item-has-children > a::before {
  content: "+ ";
  width: 0.9em;
  display: inline-block;
}

.menu-item-has-children .menu-item-has-children > a.opened::before {
  content: "– ";
  width: 0.9em;
  display: inline-block;
}

.current-menu-item > a,
.current_page_item > a {
  color: red !important;
}

/*--------------------------------------------------------------
# DEV
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fake Sub Menu
--------------------------------------------------------------*/
.widget-menu .sub-menu {
  background-color: #FFF;
  display: none;
}

.widget-menu .sub-menu {
  padding: 0.5rem;
}

/* Posts and pages
--------------------------------------------- */
@media screen and (min-width: 765px) {
  .content-2-columns, .has-post-thumbnail .content-container:not(.page-template .has-post-thumbnail .content-container) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}
.post-thumbnail + .entry-content {
  margin-top: -0.3rem;
}

@media screen and (max-width: 765px) {
  .post-thumbnail + .entry-content {
    margin-top: 1rem;
  }
}
.post {
  margin: 1rem 0;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget select {
  max-width: 100%;
}

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

figcaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: grid;
  grid-gap: 2rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}

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

@media screen and (max-width: 765px) {
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-7 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-caption {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .gallery-columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-columns-5 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-columns-6 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-columns-7 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-columns-8 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-columns-9 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-caption {
    display: block;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Terra Wallet Shizzle
--------------------------------------------- */
/*--------------------------------------------------------------
# woo wallet
--------------------------------------------------------------*/
.woo-wallet-my-wallet-container {
  border: none !important;
}

.woo-wallet-content hr {
  display: none;
}

.woo-wallet-content-h3 {
  font-weight: normal;
  font-size: 1rem;
  font-family: "AvenirNext";
  padding: 0 !important;
  margin: 0 !important;
}

.woo-wallet-sidebar {
  display: none;
}

.woo-wallet-price {
  margin: 0 !important;
  padding: 0 !important;
}

.woo-wallet-transactions-items {
  padding: 0 !important;
  margin: 0 !important;
}
.woo-wallet-transactions-items li {
  padding: 0.2em !important;
  margin: 0 !important;
  border-top: 1px solid;
}

.woo-wallet-my-wallet-container .woo-wallet-content {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
}

/* Terra Wallet Shizzle
--------------------------------------------- */
/*--------------------------------------------------------------
# WBU QTY Styling
--------------------------------------------------------------*/
.qty-input {
  flex-shrink: 0;
  width: 7em;
  margin-right: 0.5em;
  font-size: 0.8rem;
}
.qty-input input[type=number] {
  width: 2em;
  height: 2em;
}

.add_to_cart_button {
  padding: 0.31em 0.6em !important;
}

.product-name .qty {
  width: 2em !important;
}

.wbu-qty-button {
  border: 1px solid;
  border-color: #000;
  border-radius: 0;
  background: #FFF;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.31em 0.6em;
  width: 1em;
  cursor: pointer;
  text-decoration: none;
}
.wbu-qty-button:hover {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}
.wbu-qty-button:hover a {
  color: #FFF;
}
.wbu-qty-button:active, .wbu-qty-button:focus {
  background-color: #000;
  color: #FFF;
  border-color: #000;
}
.wbu-qty-button:active a, .wbu-qty-button:focus a {
  color: #FFF;
}

.product-quantity {
  min-width: 7em;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
@media screen and (min-width: 765px) {
  .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, .alignleft, .alignright {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Epilobium Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Flickity
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Epilobium Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Ajax Popup
--------------------------------------------------------------*/
#ajax-popup {
  z-index: 1000000;
  padding: 2rem;
  background-color: white;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow-y: auto;
}
#ajax-popup img {
  object-fit: cover;
  max-height: calc(100vh - 10rem);
}
#ajax-popup .popup-entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#ajax-popup .post {
  margin: 0;
}
#ajax-popup p, #ajax-popup img {
  margin-left: auto;
  margin-right: auto;
}

.ajax-isopen {
  overflow-y: hidden !important;
}

/*--------------------------------------------------------------
# Akkordeon
--------------------------------------------------------------*/
.akk {
  cursor: pointer;
  width: 100%;
  border: 1px solid #000;
  text-align: left;
  background: url("img/pfeil_open.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2em;
  margin-bottom: 0;
  padding: 0.5rem 4rem 0.5rem 0.5rem;
  margin-top: 1rem;
}
.akk a {
  text-decoration: none;
}
.akk:hover {
  border-color: #000 #000 #000;
  background: url("img/pfeil_open_white.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2em;
  background-color: #000;
  color: #FFF;
}
.akk:hover a {
  color: #FFF;
}
.akk:hover a {
  color: #FFF;
}
.akk .entry-footer {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.akk-open-panel {
  background: url("img/pfeil_close.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2em;
}
.akk-open-panel:hover {
  border-color: #000 #000 #000;
  background: url("img/pfeil_close_white.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2em;
  background-color: #000;
  color: #FFF;
}
.akk-open-panel:hover a {
  color: #FFF;
}

.akk-open-panel.flashed {
  background: url("img/pfeil_close_white.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2em;
  background-color: #000;
  color: #FFF;
}
.akk-open-panel.flashed a {
  color: #FFF;
}

.akk-panel {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.akk-panel .gallery img {
  margin: 0;
  max-width: 100%;
}

.akk-panel.no-image,
p.akk-panel, .abstand {
  padding: 0.5rem;
}

.akk-panel.has-post-thumbnail div {
  margin-top: 1em;
}

.no-gap {
  margin-top: 0;
}

.invert .akk {
  cursor: pointer;
  width: 100%;
  border: 1px solid #FFF;
  text-align: left;
  background: url("img/pfeil_open_white.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  margin-bottom: 0;
  padding: 0.5rem 4rem 0.5rem 0.5rem;
  margin-top: 1rem;
}
.invert .akk-panel {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.akk2 {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Flash Info
--------------------------------------------------------------*/
.flashdisplay {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .flashdisplay {
    display: none !important;
  }
}
.flashdisplay img {
  object-fit: cover;
  width: 100%;
  max-height: 50%;
}
.flashdisplay img.fullheight {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

.fullheight img, .fullheight .post-thumbnail, .fullheight {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-height: 100% !important;
}

.no-farbe {
  border-right: 1px solid #000;
}

@media screen and (max-width: 765px) {
  .flashinfo {
    display: none;
    grid-column-gap: 0.5rem;
  }
  .flashinfo .entry-content {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 765px) {
  .flashinfo {
    display: none;
  }
  .flashinfo .entry-content {
    margin-top: 2rem;
  }
  .flashinfo .entry-content,
.flashinfo .entry-header {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.flashinfo .epilobium-back {
  position: absolute;
  right: 0;
  margin-top: 1.4rem;
  margin-right: 2rem;
}

/*--------------------------------------------------------------
# Boxes
--------------------------------------------------------------*/
.entry-content section {
  color: #FFF;
  max-width: 25em;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}
.entry-content section a {
  color: #FFF;
}
.entry-content section .button {
  color: #000;
}
.entry-content section h2 {
  margin-top: 0;
}
@media screen and (min-width: 765px) {
  .entry-content section {
    max-width: 100%;
  }
}

.entry-content section.umrandet {
  border: 1px solid #000;
  background-color: #FFF;
  color: #000;
}

.gefuellt {
  background-color: #000;
}

@media screen and (min-width: 765px) {
  .boxes {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
/*--------------------------------------------------------------
# Epilobium Alert
--------------------------------------------------------------*/
.ep-alert,
.ep-alert-1 {
  cursor: pointer;
  background: url("img/kreuz_weiss.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem;
  clear: both;
  background-color: #000;
  color: #FFF;
  padding: 1rem;
  margin-bottom: 1rem;
  padding-right: 3em;
}
.ep-alert a,
.ep-alert-1 a {
  color: #FFF;
}
.ep-alert p,
.ep-alert-1 p {
  margin: 0;
}

.ep-alert-1 {
  display: none;
}

.ep-dropdown {
  background: url("img/pfeil_open_white.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem;
  clear: both;
  background-color: #000;
  color: #FFF;
  padding: 1rem;
  margin-bottom: 1rem;
}
.ep-dropdown a {
  color: #FFF;
}

.woocommerce-message {
  padding: 1em;
}

/*--------------------------------------------------------------
# EP Is this a Touch Device?
https://ferie.medium.com/detect-a-touch-device-with-only-css-9f8e30fa1134
--------------------------------------------------------------*/
.slide {
  width: 100%;
  /* full width */
  height: 20em;
  background: #222;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 100%;
}

.karusel-status {
  text-align: right;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Hamburgers
--------------------------------------------------------------
Add Hamburger SPAN in Header /
<button id="menutoggle" class="menu-toggle hamburger hamburger--boring" aria-label="Menu" aria-controls="navigation" aria-expanded="false"><?php esc_html_e( '', 'epilobium3' ); ?>
  <span class="hamburger-box">
     <span class="hamburger-inner"></span>
   </span>

*/
/*--------------------------------------------------------------
# Woocommerce Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tooltip
https://www.w3schools.com/css/css_tooltip.asp
--------------------------------------------------------------*/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  display: flex;
  justify-content: center;
}
.tooltip .tooltiptext a,
.tooltip .tooltiptext img {
  background-color: #000;
  color: #FFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.tooltip .tooltiptext a a,
.tooltip .tooltiptext img a {
  color: #FFF;
}
.tooltip .tooltiptext p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*--------------------------------------------------------------
# Product table
--------------------------------------------------------------*/
.product_table {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem 0.5rem 1.3rem;
}
@media screen and (max-width: 765px) {
  .product_table {
    padding: 0 0 0.5rem;
  }
}
@media screen and (max-width: 344px) {
  .product_table {
    flex-wrap: wrap;
  }
}
.product_table .image {
  break-after: avoid;
}

.products {
  list-style: none !important;
  padding: 0 !important;
}

.cat-link {
  text-decoration: none;
}

h3.cat-title {
  font-family: "AvenirNext";
  font-weight: normal;
  font-size: 1.3em;
  margin: 0;
  padding: 0.6rem 0.2rem;
  border-top: 1px solid #000;
}
@media screen and (min-width: 765px) {
  h3.cat-title {
    padding: 0.6rem 1rem 0.6rem 1.3rem;
  }
}

.page-template-h2_bestellen .attachment-woocommerce_thumbnail,
.page-template-h2_bestellen .product-category img,
.page-template-h2_bestellen .product_table .wp-post-image {
  width: 2em;
  height: 2em !important;
  object-fit: contain;
}

.attachment-woocommerce_thumbnail,
.woocommerce-placeholder,
.product-category img,
.product_table .wp-post-image {
  width: 4em;
  height: 4em !important;
  object-fit: contain;
}
@media screen and (min-width: 766px) {
  .attachment-woocommerce_thumbnail,
.woocommerce-placeholder,
.product-category img,
.product_table .wp-post-image {
    width: 6em;
    height: 6em !important;
  }
}

.product-category:hover,
.product_table:hover {
  background-color: transparent;
}

div.one_third {
  float: left;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  flex-grow: 1;
  overflow: hidden;
}

.woocommerce-loop-product__title {
  font-size: 1em;
  font-family: "AvenirNext";
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.product-info {
  padding: 0.5em;
  flex-grow: 1;
  border-bottom: none;
}

.added {
  background-color: #f2f2f2;
}

.product-category a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.product-category img {
  margin-right: 1rem;
}

.h2-panel {
  margin: 0 !important;
  padding: 0 !important;
}
.h2-panel li {
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Foodcoop
--------------------------------------------------------------*/
.genosse-only {
  display: none;
}

.genosse .genosse-only {
  display: block !important;
}

/*--------------------------------------------------------------
# Tags
--------------------------------------------------------------*/
.tag {
  font-size: 0.7em;
  text-transform: lowercase;
  background-color: #000;
  border-radius: 0.2em;
  padding: 0 0.2em;
  color: #FFF;
  margin-right: 0.2em;
  text-decoration: none;
}

a.tag:hover, a.tag:visited {
  background-color: #FFF;
  color: #000;
}

.invert {
  background-color: #000;
  color: #FFF;
}
.invert a {
  color: #FFF;
}

/*--------------------------------------------------------------
# Farben
--------------------------------------------------------------*/
a.farbig {
  background-color: #fcc300 !important;
}

/*--------------------------------------------------------------
# EP Social Links
--------------------------------------------------------------*/
.sl-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  margin-top: 0.5rem;
  gap: 0.5em;
}

.sl-container a {
  text-decoration: none;
}

.sl-linkedin, .sl-facebook, .sl-instagram {
  display: block;
  align-items: center;
  background-position: left center;
  background-size: contain;
  text-indent: 1.8em;
  font-weight: 400;
  font-size: 1em;
  height: 2.5em;
  cursor: pointer;
}

.sl-facebook {
  background: url(img/sl/facebook.svg) no-repeat 0 0;
}

.sl-instagram {
  background: url(img/sl/instagram.svg) no-repeat 0 0;
}

.sl-linkedin {
  background: url(img/sl/linkedin.svg) no-repeat 0 0;
}

/*--------------------------------------------------------------
# Epilobium Device Only Show Classes
--------------------------------------------------------------*/
@media screen and (max-width: 765px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 765px) {
  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: block;
  }
}
/*--------------------------------------------------------------
# Epilobium Vorhang
--------------------------------------------------------------*/
/* https://tobiasahlin.com/spinkit/ Add to Header:
<div class="spinner"></div>
*/
.site-main, .site-footer {
  visibility: hidden;
}

.spinner {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1000;
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Epilobium 100% Page height
--------------------------------------------------------------*/
body.admin-bar #main-header {
  padding-top: 32px;
}

/*--------------------------------------------------------------
# Back Button / Close Button
--------------------------------------------------------------*/
.epilobium-back {
  background: url("img/kreuz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin-left: 0.5rem;
  /*
    color: transparent;
    cursor: pointer;
    position: absolute;
    right: 4rem;
    top: 4rem; */
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
@media screen and (max-width: 765px) {
  .page-template-h2_bestellen.scrolling .main-navigation,
.page-template-h2_bestellen.scrolling .site-header,
.page-template-h2_bestellen.scrolling .toggle,
.page-template-h2_bestellen.scrolling .widget-area {
    border-bottom: 1px solid #000;
  }
}
.page-template-fullscreen-left .site,
.page-template-h2_bestellen .site {
  grid-template-areas: "header widget toggle" "main main main" "flashdisplay flashdisplay flashdisplay" "footer footer footer";
}
@media screen and (min-width: 766px) {
  .page-template-fullscreen-left .site,
.page-template-h2_bestellen .site {
    grid-template-areas: "header nav nav widget" "flashdisplay flashdisplay main main" "footer footer footer footer";
    height: 100vh;
  }
}
.page-template-fullscreen-left .site .flashdisplay,
.page-template-fullscreen-left .site .site-main,
.page-template-h2_bestellen .site .flashdisplay,
.page-template-h2_bestellen .site .site-main {
  overflow-y: auto;
  height: 100%;
}
.page-template-fullscreen-left .site .site,
.page-template-h2_bestellen .site .site {
  grid-template-areas: "header widget toggle" "flashdisplay flashdisplay flashdisplay" "main main main" "footer footer footer";
}
.page-template-fullscreen-left .site-footer,
.page-template-h2_bestellen .site-footer {
  display: none !important;
}
.page-template-fullscreen-left .entry-title,
.page-template-h2_bestellen .entry-title {
  padding-top: 0.8em;
}

.page-template-fullscreen-left .post-thumbnail,
.page-template-fullscreen-left .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}

.page-template-small-page .content-container {
  max-width: 40em;
}

.entry-content:empty {
  display: none;
}

/*--------------------------------------------------------------
# Hacking
--------------------------------------------------------------*/
.product_desc {
  display: none !important;
}

html {
  overflow-x: hidden;
}

.page {
  overflow-y: scroll;
}

.page-template-h2_bestellen .space {
  margin-top: 2em;
}

.site-info {
  display: none;
}

.woocommerce-loop-product__title {
  hyphens: auto;
}

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