/*!
Theme Name: espressorado
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: espressorado
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.

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

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: #7FA644;
}

a:visited {
    color: #7FA644;
}


a:hover,
a:focus,
a:active {
    color: #7FA644;
}

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

div, p {
    font-weight: 300;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main {
    min-height: 700px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

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

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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


/* Espressorado specific style start */

.entry-content .woocommerce {
    max-width: 800px;
    margin: 50px auto;
}

.dwspecs-product-table .group-title {
    font-weight: bold;
}

.dwspecs-product-table-group td:first-child {
    width: 250px;
}


header {
    background-color: #260B01;
    color: #e6e6e6;
    text-align: center;
    position: relative;
}

.site-title {
    margin: 0;
    padding: 30px;
}

.nav-menu {
    background: #F0EAE5;
    font-weight: bold;
}

.menu-main-menu-container {
    background: #F0EAE5;
    text-align: center;
}

.menu.nav-menu {
    display: inline-block;
}

.nav-menu .menu-item {
    padding: 10px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    padding-right: 20px;
}

.nav-menu a {
    font-family: "Helvetica", courier, monospace;
    color: #404040;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 100;
}

header.entry-header {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.sub-menu.menu-item  {
    text-align: left;
}

.entry-header {
    display: none;
}

.post .entry-header {
    display: block;
}

.post {
    max-width: 800px;
    margin: 0 auto;
}

.post .entry-title {
    text-align: left;
    margin-bottom: 0;
}

.post .entry-meta {
    text-align: left;
    margin-bottom: 30px;
}

.post .cat-links {
    display: none;
}

.post .comments-link {
    display: none;
}

@media (max-width: 600px) {
    .post {
        width: 80%;
    }
}


.entry-content {
    margin: 0;
}

h4 {
    padding: 20px
}


.image-box {
    position: relative;
    height: 300px;

}

/*
The background and overlay need to be absolutely positioned
*/
.image-box__background,
.image-box__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 300px;

}

.site-header img {
    width: 300px;
    margin: 20px;
}

/*
The background image div sizes and positions the background itself.
It's also at the bottom-most position in our "div stack" (z-index 1)

We set the image url via a CSS custom property, that's set via the style attribute in our HTML
*/
.image-box__background {
    background: var(--image-url) center center no-repeat;
    background-size: cover;
    height: 300px;
    z-index: 1
}

.image-box__overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 300px;
    z-index: 2;
}

.image-box__content {
    position: relative;
    height: 300px;
    z-index: 3;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    width: 800px;
    margin: 0 auto;
    color: white;
    text-align: center;
}


a.cta {
    display: inline-block;
    background: #7FA644;
    color: #fff;
    padding: 10px;
}


.cta-block img {
    padding: 20px;
    width: 130px;
    height: 130px;

}


.sub-menu .menu-item a {
    color: #fff;
}

.sub-menu .menu-item {
    background: #333;
    color: #fff;
    text-align: left;
}

.sub-menu li {
    display: inline-block;
}

a {
    color: #333;
    text-decoration: none;
}

.wp-block-button__link {
    border-radius: 0;
}

.brown-bg {
    background: #260B01;
}

.peach-bg {
    background: #F0EAE5;
}


.barista-kurs-header {
    padding: 10px;
    background: #F0EAE5;
    text-align: center;
    font-weight: bold;
}

.barista-kurs-info {
    border-top: 1px #fff solid;
    background: #F0EAE5;
}

.barista-kurs-teil-wrapper {
    margin: 0 auto;
    width: 800px;
    display: flex;
}

.barista-kurs-contents dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.barista-kurs-contents dt {
    line-height: 25px;
    float: left;
    width: 25%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
}

.barista-kurs-contents dd {
    line-height: 25px;
    float: left;
    width: 75%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
}

.barista-kurs-contents p {
    margin: 0;
}

.barista-kurs-contents h4 {
    margin: 0;
    padding-left: 0;
}


.barista-kurs-list span {
    display: block;
    font-weight: 200;
}

.barista-kurs-list span.spots {
    display: inline;
}

.barista-kurs-list button:disabled {
    background: #ccc;
}

.barista-kurs-list p {
    position: relative;
}

.barista-kurs-list button {
    position: absolute;
    right: 10px;
    top: 0;
    border: 0;
    border-radius: 0;
    background: #7FA644;
    color: #fff;
}


.barista-kurs-teil {
    display: inline-block;
    padding: 10px;
    padding-bottom: 20px;
    width: 49%;
    vertical-align: top;
}

.barista-kurs-list {
    width: 49%;
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    padding-top: 20px;
}

.barista-kurs-contents {
    width: 49%;
    padding: 20px;
    vertical-align: top;
    display: inline-block;
    align-items: stretch;
    color: #ffffff;
    background: #260B01;
}

@media (max-width: 600px) {
    .barista-kurs-teil,
    .barista-kurs-list,
    .barista-kurs-contents,
    .barista-kurs-teil-wrapper {
        display: block;
        border: none;
        width: 100%;
    }

}


.fourcta {
    padding: 20px;
    text-align: center;
}

.fourcta.transparent .cta-block {
    background: transparent;
}

.fourcta.peach-bg.transparent {
    min-height: 400px;
}

.cta-block {
    margin-top: 5px;
    display: inline-block;
    background: #fff;
    height: 220px;
    width: 200px;
    vertical-align: middle;
    position: relative;
}

@media (max-width: 600px) {
    .cta-block {
        width: 49%;
    }
    .cta-block a.cta {
        width: 150px;
    }
}

.fourcta.peach-bg.transparent .cta-block a {
    font-size: 16px;
}

.cta-block a {
    font-size: 12px;
    width: 170px;
}


.site-footer {
    color: #fff;
    clear: both;
    position: relative;
}

.site-footer h4 {
    padding-left: 30px;
}

.site-footer p {
    padding-left: 30px;
}

.site-footer .openinghours {
    display: inline-block;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
}

.site-footer .map {
    position: absolute;
    top: 0;
    width: 460px;
    right: 0;
    margin: 0;
}

.site-footer .map-address {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    color: #4a4a4a;
    padding: 1.25rem;
    position: absolute;
    top: 20px;
    width: 200px;
    right: 230px;
    margin: 0;
}

.page .post-25344 ul, .page .post-25344 p {
    max-width: 800px;
    margin: 0 auto;
}

.page {
    margin: 0;
}

.booking_form_div {
    width: 300px;
    margin: 20px auto;
}

.barista-intro {
    width: 500px;
    margin: 0 auto;
    font-size: 24px;
}

.wp-block-group img {
    width: 200px;
}

.comments-area {
    max-width: 800px;
    margin: 0 auto;
}


.wp-block-quote {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .wp-block-quote {
        max-width: 90%;
    }
}


.signature {
    max-width: 500px;
    margin: 0 auto;
}

.signature figure img {
    width: 150px;
}


/* Product filter page */

.product-filter {
    margin: 0 auto;
    width: 900px;
    min-height: 800px;
    margin-bottom: 50px;
}

.product-filter .filter {
    vertical-align: top;
    color: #404040;
    display: inline-block;
    text-align: left;
    border: 1px #ccc solid;
    margin: 5px;
    width: 30%;
}

.product-filter .filter select {
    font-size: 10px;
    float: right;
    vertical-align: bottom;
    height: 22px;
}

.product-filter .products {
    width: 100%;
    vertical-align: middle;
}

.product-filter .product {
    display: inline-block;
    width: 200px;
    min-height: 100px;
    padding: 20px;
    font-size: 10px;
    text-align: center;
}

.product-filter .product-description {
    font-size: 16px;
    margin-bottom: 0;
}

.product-filter .product-price {
    font-size: 14px;
    white-space: nowrap;
}

.product-filter .product-image {
    width: 150px;
}

.product-filter .attribute-checkbox {
    vertical-align: middle;
    float: right;
}

.product-filter .filter-option {
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}

.product-filter .filter-option:first-child {
    padding-top: 10px;
}

.product-filter .filter-option:last-child {
    padding-bottom: 10px;
}

.product-filter .attribute-label {
    font-size: 12px;
    padding-right: 10px;
    vertical-align: top;
}

.product-filter .attribute-range-label {
    font-size: 12px;
    width: 110px;
    line-height: 50px;
    display: inline-block;

}

.product-filter .attribute-range-wrapper {
    display: inline-block;
    float: right;
}

.dwspecs-product-table .dwspecs-product-table-group .group-title {
    color: #333;
}

.product-filter .attribute-range {
    vertical-align: middle;
    width: 110px;
    padding-right: 1px;
    margin-right: 5px;
}

.product-filter .attribute-range-count {
    font-size: 12px;
    display: inline-block;
    width: 20px;
    text-align: right;
}

.product-filter .category-name {
    display: block;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    background-color: #fafafa;
    border-bottom: 1px #ccc solid;
}

.product-filter .hidden {
    display: none;
}

.woocommerce .single_add_to_cart_button.button.alt {
    border-radius: 0;
    background-color: #7FA644;
}


.product-filter a.cta {
    margin-top: 0;
    font-size: 14px;
}

.side-padding {
    padding-right: 30px;
    padding-left: 30px;
}

.site-footer .inner {
    padding: 50px;
}

.added_to_cart.wc-forward {
    display: block;
    font-size: 14px;
    padding-top: 5px;
}

.header-menu .warenkorb-img {
    margin: 0;
    width: 30px;
    vertical-align: middle;
    margin-right: -5px;
}

.search .search-img {
    margin: 0;
    width: 30px;
}

.search {
    position: absolute;
    top: 80px;
    left: 50px;
}


.header-menu a {
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    display: inline-block;
    white-space: nowrap;
}

.header-menu .meinkonto-img {
    margin: 0;
    width: 30px;
    vertical-align: middle;
    margin-right: -5px;
}

.header-menu .description {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}


.cart-contents {
}

.cart-contents .counter.no-green {
    display: none;
}

.cart-contents .counter {
    color: #fff;
    background: #7FA644;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}


.header-menu {
    position: absolute;
    top: 80px;
    right: 20px;
}

@media (max-width: 600px) {
    .header-menu {
        position: absolute;
        top: 250px;
        right: 5px;
    }

    .espressorado .woocommerce {
        max-width: 90%;
        margin: 0 auto;
    }
}

.cart-contents:visited {
    color: #fff;
}


@media (max-width: 600px) {
    .menu.nav-menu {
        display: none;
    }

    .nav-menu .menu-item {
        display: block;
    }

    /* Product filter */
    .product-filter {
        width: 100%
    }

    .product-filter .product {
        width: 47%;
        text-align: center;
    }

    .product-filter .filters {
        text-align: center;
    }

    .product-filter .filters .filter {
        width: 45%;
    }


    /* Front page */
    .image-box {
        height: auto;
        width: 100%;
    }

    .image-box .image-box__content {
        width: auto;
        height: auto;
        font-size: 14px;
        padding-bottom: 20px;
    }

    .image-box__overlay {
        height: auto;
    }

    .image-box__background {
        height: auto;
    }

    .image-box a.cta {
        margin-bottom: 30px;
    }

    .wc-block-grid__product {
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }

    h4 {
        text-align: center;
    }

    .menu .nav-menu {
        text-align: left;
    }

    /* Product detail page*/
    .summary.entry-summary {
        padding: 20px;
    }

    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab,
    .dwspecs-product-table {
        padding-left: 30px;
    }

    .up-sells {
        padding-left: 30px;
    }

    .menu-item {
        text-align: left;
    }

    .entry-content {
        padding-left: 0;
        padding-right: 0;
    }

    #voucher-multistep-form {
        max-width: 800px;
    }

    button.menu-toggle {
        background: transparent;
        color: #fff;
        font-size: 20px;
        border: 0;
    }

    .main-navigation {
        border-top: 1px #fff solid;
    }


    .product-filter .attribute-range {
        width: 85px;
    }

}

#voucher-multistep-form,
.centered-page {
    max-width: 800px;
    min-height: 700px;
    margin: 0 auto;
}

.links-on-bottom a {
    color: #fff;
    margin-left: 30px;
}

.links-on-bottom {
    text-align: left;
    border-top: 1px #fff solid;
    padding: 10px;
    padding-left: 50px;
}

.links-on-bottom .links {
    display: inline-block;
    width: 39%;
    text-align: right;
    padding-right: 70px

}

.links-on-bottom .copyright {
    display: inline-block;
    width: 60%;
}


@media (max-width: 600px) {
    .links-on-bottom {
        padding-left: 10px;
    }

    .links-on-bottom a {
        margin-right: 5px;
    }

    .links-on-bottom .links {
        padding-right: 10px;
        text-align: left;
        display: inline-block;
        width: 30%;
    }
}


/*  Range style */

input[type=range] {
    height: 21px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #D8E2E3;
    border-radius: 1px;
    border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #B5B5B5;
    border: 1px solid #000000;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    background: #D4D9D6;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #D8E2E3;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #D8E2E3;
    border-radius: 1px;
    border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #B5B5B5;
    border: 1px solid #000000;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    background: #D4D9D6;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #D8E2E3;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
    background: #D8E2E3;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #B5B5B5;
    border: 1px solid #000000;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    background: #D4D9D6;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #D8E2E3;
}

input[type=range]:focus::-ms-fill-upper {
    background: #D8E2E3;
}


.espressorado a.visited {
    color: #333333;
}

.espressorado .lexicon-nav {
    background: #260B01;
    height: 400px;
}

.espressorado .lexicon-nav {
    text-align: center;

}

.espressorado .lexicon-nav a.vertical {
    padding: 30px;
}

.espressorado .lexicon-nav a {
    color: #fff;
    vertical-align: middle;
    width: 150px;
    height: 110px;
    background: #7FA644;
    padding: 35px;
    border-radius: 15px;
    display: inline-block;
    margin-top: 40px;
    margin-right: 10px;
    padding-top: 40px;
}

.espressorado .lexicon-links {
    padding-top: 10px;
}

.espressorado .lexicon-links a {
    color: #7FA644;
    display: block;
    font-size: 26px;
}

.espressorado .lexicon-sub-header {
    text-align: center;
    color: #7FA644;
    border-top: 1px #fff solid;
    font-size: 30px;
    padding: 10px;
    margin-bottom: 50px;
    padding-left: 0;
}

.espressorado .lexicon-links {
    padding-top: 10px;
}


.lexicon-item .wp-block-media-text__content {
    padding: 0;
}

.lexicon-item ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.espressorado .lexicon-item {
    width: 800px;
    margin: 0 auto;
}

.espressorado .lexicon-item h2 {
    margin-top: 50px;
}

.lexicon-item-bullet a {
    color: #7FA644;
}

.espressorado .lexicon-item-bullet:before {
    content: "→ ";
    position: absolute;
    margin-left: -25px;
}

.main-navigation ul ul {
    display: inline-block;
}

@media (max-width: 600px) {
    .espressorado .lexicon-item {
        width: 80%;
    }
}


.visit-us {
    margin-top: 0;
    background: #260B01;
    color: #fff;
}

.stay-in-touch h4,
.visit-us h4 {
    padding-top: 0;
    padding-left: 0;
    margin: 0;
}

.stay-in-touch p,
.visit-us p {
    margin: 0;
}


.visit-us .openinghours {
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    height: 300px;
    width: 50%;
}


.visit-us .mapouter {
    float: right;
    display: inline-block;
    position: relative;
    text-align: right;
    height: 300px;
    width: 50%;
    vertical-align: middle;
}

.visit-us .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 300px;
    width: 100%;
}


.visit-us .mapouter iframe {
    width: 100%;
    height: 100%;
}


@media (max-width: 600px) {


    .stay-in-touch h4,
    .visit-us h4 {
        text-align: left;
    }


    .visit-us .openinghours {
        height: auto;
    }

    .stay-in-touch .newsletter,
    .stay-in-touch .contact-form,
    .visit-us .openinghours {
        display: block !important;
        width: 100% !important;
    }

    .visit-us .mapouter {
        float: none;
        display: block;
        width: 100%;
    }

    .espressorado .stay-in-touch {
        display: block;
    }

    .espressorado .stay-in-touch .newsletter {
        border-right: none;
        border-bottom: 1px #fff solid;
    }
}

.stay-in-touch {
    display: flex;
    border-top: 1px #fff solid;
    margin-top: 0;
    background: #260B01;
    color: #fff;
}

.stay-in-touch .contact-form {
    width: 49%;
    display: inline-block;
    padding: 30px;
    vertical-align: middle;
}

.stay-in-touch .newsletter {
    width: 50%;
    display: inline-block;
    padding: 30px;
    vertical-align: middle;
    border-right: 1px #fff solid;
    align-items: stretch;
}

.espressorado .wpcf7 input[type="email"] {
    width: 150px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 0;
}

.espressorado .wpcf7-form-control.wpcf7-submit {
    background-color: #7FA644;
    border-radius: 0;
    border: 0;
    color: #fff;
    vertical-align: middle;
}


.espressorado #voucher-multistep-form.wizard > .steps a {
    border-radius: 0;
}

.espressorado #voucher-multistep-form.wizard > .steps .done a,
.espressorado #voucher-multistep-form.wizard > .steps .done a:hover,
.espressorado #voucher-multistep-form.wizard > .steps .done a:active {
    background-color: #7FA644 !important;
}

.espressorado #voucher-multistep-form.wizard > .actions a,
.espressorado #voucher-multistep-form.wizard > .actions a:hover,
.espressorado #voucher-multistep-form.wizard > .actions a:active {
    background-color: #7FA644 !important;
}

.espressorado .buying-options div.selected, .shipping-options div.selected {
    background-color: #7FA644 !important;
}

.espressorado #voucher-multistep-form .content .voucherform .form-group input[type="text"],
.espressorado #voucher-multistep-form .content .form-group input[type="email"],
.espressorado #voucher-multistep-form .content .form-group input[type="tel"],
.espressorado #voucher-multistep-form .content .form-group input[type="number"],
.espressorado #voucher-multistep-form .content .form-group select,
.espressorado #voucher-multistep-form .content .form-group textarea,
.espressorado #voucher-multistep-form .content .sin-template label.selectImage {
    border-color: #7FA644 !important
}

.espressorado #voucher-multistep-form .sin-template input[type="radio"]:checked:before {
    background-color: #7FA644 !important;
}

.espressorado #voucher-multistep-form.wizard > .steps .done a,
.espressorado #voucher-multistep-form.wizard > .steps .done a:hover,
.espressorado #voucher-multistep-form.wizard > .steps .done a:active,
.espressorado #voucher-multistep-form.wizard > .actions a,
.espressorado #voucher-multistep-form.wizard > .actions a:hover,
.espressorado #voucher-multistep-form.wizard > .actions a:active,
.espressorado #voucher-multistep-form .voucherPreviewButton button,
.espressorado #voucher-multistep-form #voucherPaymentButton,
.espressorado .buying-options div.selected,
.espressorado .shipping-options div.selected {
    background-color: #7FA644 !important;
    border-radius: 0 !important;
}

.espressorado #voucher-multistep-form.wizard > .steps a,
.espressorado #voucher-multistep-form.wizard > .steps a:hover,
.espressorado #voucher-multistep-form.wizard > .steps a:active {
    border-radius: 0;
}

.espressorado .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.espressorado .woocommerce #respond input#submit.alt,
.espressorado .woocommerce a.button.alt,
.espressorado .woocommerce button.button.alt,
.espressorado .woocommerce input.button.alt {
    background-color: #7FA644;
    border-radius: 0 !important;
    font-weight: normal;
    color: #fff;
}

.return-to-shop {
    display: none;
}


.espressorado .woocommerce #respond input#submit,
.espressorado .woocommerce a.button,
.espressorado .woocommerce button.button,
.espressorado .woocommerce input.button,
.espressorado .woocommerce .button.product_type_simple {
    border-radius: 0;
    background-color: #7FA644 !important;
    color: #fff;
    font-weight: normal;
}

header.woocommerce-Address-title.title {
    background: #fff;
    color: #000;
}

.contact {
    position: relative;
}

.contact-form p, .contact-form label {
    display: inline-block;
    vertical-align: middle;
}

.contact-form .your-email input,
.contact-form .your-name input {
    width: 150px;
}

.contact-form textarea {
    width: 300px;
    height: 100px;
}

.contact-form .contact-input,
.contact-form .contact-send {
    display: inline-block;
}

.contact-form .contact-send input {
    vertical-align: bottom;
    position: absolute;
    bottom: 5px;
}

@media (max-width: 600px) {
    .espressorado .contact-send {
        display: block;
        margin-top: 10px;
    }
}


.espressorado .aws-container {
    margin-top: 50px;
}

.espressorado .aws-search-form {
    margin: 0 auto;
    width: 500px;
}

.proscons {
    display: flex;
}

.proscons-block {
    background: #260B01;
    color: #fff;

    width: 32%;
    vertical-align: top;
    padding-bottom: 30px;
    display: inline-block;
    align-items: stretch;
    height: 100%;
    border-right: 1px #fff solid;
}

.proscons-block h3 {
    text-align: center;
    border-bottom: 1px #fff solid;
    padding-bottom: 15px;
}

.proscons-block:first-child {
    border-left: 1px #fff solid;
}

.proscons-block ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    font-size: 15px;
}

.proscons-block ul li {
    margin: 0;
    padding: 0;
}

@media (max-width: 600px) {
    .espressorado .proscons {
        display: block;
    }

    .espressorado .proscons-block {
        width: 100%;
        margin-bottom: 10px
    }

}


.woocommerce-breadcrumb {
    display: none;
}

.espressorado .product {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

.espressorado .product .single_add_to_cart_button {
    width: 100%;
    height: 45px;
}

.related.products {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 600px) {
    .related.products {
        width: 90%;
    }
}

.espressorado .input-text.qty.text {
    margin-bottom: 10px;
}

.espressorado .input-text.qty.text:after{
    content: " anzahl";
}


@media (max-width: 600px) {
    .woocommerce-MyAccount-navigation ul {
        margin: 0;
        padding: 20px;
    }
}


