/*
Theme Name: Lighty
Theme URI: https://www.treubrodt.de/lighty
Author: Paul Treubrodt
Author URI: https://www.treubrodt.de
Description: Light and fast Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light
Text Domain: lighty

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

@font-face {
	font-family: 'Caveat';
	src: url('./fonts/Caveat-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Caveat';
	src: url('./fonts/Caveat-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url('./fonts/RobotoCondensed-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url('./fonts/RobotoCondensed-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url('./fonts/RobotoCondensed-Italic.ttf');
	font-weight: 400;
	font-style: italic;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 { clear: both; }
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus { outline: thin dotted; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #f0f0f0;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: smaller; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.clearfix:after,
.wrapper:after,
.double:after,
.format-status .entry-header:after {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.double:before,
.double:after {
	display: table;
	content: "";
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #f0f0f0;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

/* Responsive images */
.img-responsive,
.entry-content img,
.widget img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	line-height: 2;
	color: #757575;
}


/* =Basic structure
-------------------------------------------------------------- */

html { font-size: 87.5%; }
body {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #000;
	background: #f0f0f0;
}
a {
	outline: none;
	color: #000;
}
a:hover { color: #000; }

.hidden-xs { display: none; }
.wrapper {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* Navigation Menu */
.main-navigation ul li, .main-navigation-nl ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
.main-navigation ul li a, .main-navigation-nl ul li a {
	display: inline-block;
	padding: 6px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.main-navigation ul li a:hover, .main-navigation-nl ul li a:hover {
	color: #007D39;
}
.main-navigation ul li:last-child, .main-navigation-nl ul li:last-child { border-bottom: none; }
.main-navigation ul li.current-menu-item a, .main-navigation-nl ul li.current-menu-item a { color: #007D39; }

.image-slider img,
.default-image {
	width: 100%;
	height: auto;
}

/* Content Front Page Social Media Segment */
.social-media-segment {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
	margin-bottom: 50px;
	padding: 50px 0;
}
.social-media-headline h1 {
	text-align: center;
	padding: 0 10px;
	color: #007D39;
	font-family: 'Caveat', cursive;
	font-size: 30px;
	font-weight: 400;
}
.social-media-feed {
	width: 95%;
}

@media screen and (min-width: 720px) {
	.social-media-feed {
		width: 80%;
	}
}

/* =Sidebar
-------------------------------------------------------------- */
.widget-area .widget {
	margin: 0 0 30px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	font-size: 16px;
	line-height: 1.2;
}
.widget-area .widget h3 {
	margin: 0 0 15px 0;
	color: #007D39;
	font-family: 'Caveat', cursive;
	font-size: 30px;
	font-weight: 400;
}
.widget-area .widget
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget { line-height: 1.4; }
.widget-area .widget p { margin-bottom: 24px; }
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {	margin-left: 36px; }
.widget-area .widget a { color: #000; }
.widget-area .widget a:hover { color: #007D39; }
.widget-area .widget a:visited { color: #007D39; }
.widget-area .widget p:last-child { margin: 0; }
.widget-area #s { width: 53.66666666666%; }
.widget_recent_entries ul li a { padding: 9px 20px; }

.widget-area .widget_nav_menu li {
	position: relative;
	margin-bottom: 1px;
}
.widget-area .widget_nav_menu li a {
	display: block;
	padding: 5px 20px;
	color: #000 !important;
	text-decoration: none;
	background: #fff;
}
.widget-area .widget_nav_menu li a:hover,
.widget-area .widget_nav_menu li.current-menu-item a {
	color: #fff !important;
	background: #007D39;
}
.widget_link_image_widget { background: #fff; }
.widget_link_image_widget .content-wrapper {
	padding: 20px;
	text-align: center;
}
.widget_link_image_widget h3 {
	margin: 0 0 20px 0;
	color: #007D39;
	font-family: 'Caveat', cursive;
	font-size: 30px;
	font-weight: 400;
}
.widget_link_image_widget .content { line-height: 1.4; }
.widget_link_image_widget .btn-teaser {
	color: #007D39 !important;
}

/* Pagination
-------------------------------------------------------------- */

ul.page-numbers {
	display: inline-block;
	margin: 10px 0 30px 0 !important;
	border: 1px solid #f0f0f0;
}
ul.page-numbers li {
	float: left;
	border-right: 1px solid #f0f0f0;
	background: #fff;
}
ul.page-numbers li a,
ul.page-numbers li span {
	display: block;
	padding: 8px 13px;
	color: #666;
	text-decoration: none;
}
ul.page-numbers li .current {
	color: #fff;
	background: #007d39;
}



/* =Main content
-------------------------------------------------------------- */
#main.wrapper {
	margin-top:0!important;	
}

.entry-meta { clear: both; }
.entry-header { margin-bottom: 20px; }
.entry-header img.wp-post-image { margin-bottom: 24px; }
.entry-header .entry-title {
	margin: 0;
	color: #000;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
}
.entry-header .entry-title a {
	color: #007D39;
	text-decoration: none;
}
.entry-meta a { color: #757575; }
.entry-meta a:hover { color: #21759b; }

.entry-content,
.entry-summary {
	line-height: 1.5;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 30px 0 10px 0;
	color: #000;
	font-weight: 300;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 24px;
	line-height: 1.5;
}
.entry-content h2 {
	color: #7F7F7F;
	font-size: 22px;
	line-height: 1.6;
}
.entry-content h3 {
	color: #007D39;
	font-size: 20px;
	line-height: 1.846153846;
}
.entry-content h4,
.bg h4 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h5,
.bg h5 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h6,
.bg h6 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.bg p {
	margin: 0 0 24px;
	line-height: 1.6;
}
.entry-content a:visited { color: #9f9f9f; }
.entry-content .more-link { white-space: nowrap; }
.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul { list-style: disc outside; }
.entry-content ol { list-style: decimal outside; }
.entry-content li { margin: 0 0 0 36px; }
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 25px;
	font-style: italic;
	background: #fff;
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code { display: block; }
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 10px 70px 20px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 10px 0 20px 70px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 22px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 40px;
	padding: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #999;
}
.footer.entry-meta a { color: #999 !important; }


/* =Archives
-------------------------------------------------------------- */

.dt-published {
	display: block;
	margin: 0 0 10px 0;
	color: #999;
}
.archive-header,
.page-header {
	margin-bottom: 20px;
}
.archive-title {
	margin: 18px 0 0 0;
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
}
.archive-meta {
	margin: 10px 0 30px 0;
	padding: 10px 0;
	line-height: 24px;
}
.archive-meta h2 {
	margin: 30px 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #c52a4e;
}
.archive-meta h3 {
	margin: 20px 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #c52a4e;
}
.archive-meta p { margin: 0 0 15px 0; }
.archive-meta p:last-child { margin: 0; }


/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio { max-width: 400px; }
.attachment .entry-content .mejs-container { margin-bottom: 24px; }


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment { overflow: hidden; }
.image-attachment div.attachment { text-align: center; }
.image-attachment div.attachment p { text-align: center; }
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul { margin-left: 12px; }
.widget_rss li { margin: 12px 0; }
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}


/* =Header
-------------------------------------------------------------- */

/* Header top */
.site-header {
	position: relative;
	min-height: 250px;
	z-index: 1;
}
    .page-template-page-shop .site-header,
    .woocommerce-cart .site-header,
    .woocommerce-checkout .site-header,
	.woocommerce-page .site-header {
        min-height: auto;
    }

.Woocommerce-Translation {
	padding-right: 5px;
}

.Woocommerce-Translation:first-of-type {
	font-weight: bold;
}

.topbar {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
}
.topbar .menu li { display: inline; }
.topbar .menu li a {
	margin: 0 10px 0 0;
	color: #fff;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
}
.topbar .menu li a:hover { opacity: 0.7; }

.header-top {
	position: absolute;
	top: 72px;
	left: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background: #fff;
}
.header-top .logo img {
	margin: auto;
	width: auto;
	max-height: 70px;
}

/* Header Payments */
.payments {
	padding: 4px 0 0 0;
	vertical-align: top;
}
.payments i {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.payments i:hover { opacity: 0.6; }

/* Header Cart */
.payments { display: inline-block; }
.mini-cart {
	position: fixed;
	top: 60px;
	right: 0;
	width: 130px;
	background: #ceebdb;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	z-index: 99999;
}
.mini-cart > .left {
	float: left;
	width: 20% !important;
	padding: 5%;
	color: #fff;
	text-align: center;
	background: #007D39;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}
.mini-cart > .right {
	float: right;
	width: 50%  !important;
	padding: 5% 10%;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
}
.mini-cart > .right .cart-label {
	color: #007D39;
	font-size: 90%;
}
.mini-cart a { text-decoration: none; }


/* Header Content */
.header-content {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	display: none;
	padding: 40px 0 60px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.header-content .wrapper {
	max-width: 70%;
	text-align: center;
}
.header-content h3 {
	margin: 0 0 20px 0;
	font-family: 'Caveat', cursive;
	font-size: 40px;
	font-weight: 400;
}

/* Content */
.site-content { margin: 20px 0 0 0; }

/* =Single
-------------------------------------------------------------- */
.single article .left { margin: 0 0 20px 0; }


/* =Category
-------------------------------------------------------------- */
.category article { position: relative; }
.category article .entry-title { font-size: 24px; }
.video-label {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 6px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #A62628;
	border-radius: 8px 3px 8px 3px;
	-webkit-border-radius: 8px 3px 8px 3px;
	-moz-border-radius: 8px 3px 8px 3px;
}


/* =Footer
-------------------------------------------------------------- */
footer[role="contentinfo"] {
	clear: both;
	color: #000;
	background: #fff;
}

.footer-widgets { padding: 20px 0; }
.footer-widgets aside {
	margin: 0 0 20px 0;
	line-height: 24px;
	color: #333;
}
.footer-widgets aside:last-child {
	width:100%;
	border-top:1px solid #ddd;
	padding-top:30px;
}
.footer-widgets aside h5 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.footer-widgets aside p { margin: 0 0 20px 0; }
.footer-widgets aside p:last-child { margin: 0; }
.footer-widgets a {
	color: #777;
	text-decoration: none;
}
.footer-widgets .widget_nav_menu a {
	display: block;
	padding: 2px 2px;
	color: #000;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.footer-widgets .widget_nav_menu a:hover { opacity: 0.6; }
.footer-widgets input[type="text"],
.footer-widgets input[type="email"],
.footer-widgets textarea {
	margin: 0 0 6px 0;
	padding: 2%;
	width: 96%;
	font-size: inherit;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.footer-widgets input[type="text"]:focus,
.footer-widgets input[type="email"]:focus,
.footer-widgets textarea:focus,
.footer-widgets input[type="text"]:hover,
.footer-widgets input[type="email"]:hover,
.footer-widgets textarea:hover {
	border: 1px solid #61C4D9;
}
.footer-widgets input[type="submit"] {
	padding: 8px 20px;
	color: #fff;
	font-size: inherit;
	background: #60C3D9;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.footer-widgets input[type="submit"]:hover { background: #A71E5E; }
.footer-widgets .vcard .photo {
	float: right;
	max-width: 100px;
	height: auto;
}

.footer-legal {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: url('images/bg.jpg') repeat-x center center;
}
.footer-legal .left { margin: 0 0 10px 0; }
.footer-legal .left a {
	color: #fff;
	text-decoration: none;
}
.footer-legal ul li {
	display: block;
	text-align: center;
}
.footer-legal ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
}


/* =Gallery
-------------------------------------------------------------- */
.gallery {
	position: relative;
	margin: 5px 0 25px 0;
}
.gallery-item {
	float: left;
	width: 50%;
	margin: 0;
	line-height: 0;
}
.gallery-item img {
	max-width: 100%;
	height: auto;
}
.gallery-item a { display: inline-block; }


/* =Back to top
-------------------------------------------------------------- */

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	color: #fff !important;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #007d39;
	border-radius: 8px 3px 8px 3px;
	-webkit-border-radius: 8px 3px 8px 3px;
	-moz-border-radius: 8px 3px 8px 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.back-to-top:hover,
.back-to-top:focus {
	opacity: 0.7;
	color: inherit;
}


/* =Breadcrumbs
-------------------------------------------------------------- */
.breadcrumb {
	display: none;
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	background: url('images/bg.jpg') repeat-x center center;
}
.breadcrumb .cucumbers { display: none; }

.breadcrumb span { margin: 5px 0; }
.breadcrumb span:first-child { margin: 0 5px 0 0; }
.breadcrumb a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
.breadcrumb i {
	margin: 0 5px;
	color: #fff;
}



/* =Menu Categories
-------------------------------------------------------------- */
.menu-collapser {
	position: relative;
	width: 100%;
	padding: 0 8px;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #A71E5E;
	border-radius: 2px;
	cursor: pointer;
}
.collapse-button:hover, .collapse-button:focus {
	color: #FFF;
	background-color: #040404
}

.product-categories li {
	position: relative;
	margin-bottom: 1px;
}
.product-categories li a {
	display: block;
	padding: 5px 20px;
	color: #000 !important;
	text-decoration: none;
	background: #fff;
}
.product-categories li a:hover,
.product-categories li.current-cat a {
	color: #fff !important;
	background: #007D39;
}




/* =Pagination
-------------------------------------------------------------- */
.pagination {
	display: inline-block;
	margin: 10px 0 30px 0;
	border: 1px solid #ddd;
}
.pagination ul li {
	float: left;
	border-right: 1px solid #ddd;
	background: #F7F7F7;
}
.pagination ul li:last-child { border-right: 0; }
.pagination ul li a,
.pagination ul li span {
	display: inline-block;
	padding: 8px 10px;
	color: #666;
	text-decoration: none;
}
.pagination ul li span.active {
	color: #fff;
	background: #C1B191;
}

/* =Buttons
-------------------------------------------------------------- */
.btn {
	display: inline-block;
	padding: 20px 40px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	border: none;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.btn i { margin: 0 0 0 -10px; }

.btn-default {
	color: #fff !important;
	font-size: 16px;
	background: #C1B191 !important;
}
.btn-default:hover {
	color: #000 !important;
	background: #fff !important;
}

.btn-conversion {
	padding: 8px 20px;
	color: #fff;
	font-size: inherit;
	background: #5cac5a;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.10);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.10);
}
.btn-conversion:hover {
	color: #fff;
	cursor: pointer;
	background: #499d47;
	border: none;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
}


/* =Rich Snippet Address
-------------------------------------------------------------- */
.rs-address-widget-address { margin: 0 0 20px 0; }
.rs-address-widget-fax { margin: 0 0 20px 0; }


/* =Conversionbreak
-------------------------------------------------------------- */
.conversionbreak {
	padding: 14px 20px 12px 20px;
	color: #fff;
	font-size: 18px;
	background: #A71E5E;
}
.conversionbreak .left { padding: 0 0 10px 0; }
.conversionbreak i {
	margin: 0 10px 0 0;
	color: #fff;
	font-size: 14px;
}


/* =Contact Form 7
-------------------------------------------------------------- */
div.wpcf7 .ajax-loader { display: none; }


/* =Page-Template: front-page.php
-------------------------------------------------------------- */
.home .site-content h3.shop-title {
	margin: 20px 0;
	padding: 10px 20px 8px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	background: #61C4D9;
}

.index-widgets aside { margin: 0 0 20px 0; }

.home .h-recipe { background: #fff; }
.home .h-recipe .right { padding: 8%; }
.home .h-recipe h3 {
	margin: 0 0 20px 0;
	color: #007D39;
	font-family: 'Caveat', cursive;
	font-size: 30px;
	font-weight: 400;
}
.home .h-recipe .p-summery { line-height: 1.5; }
.home .h-recipe .btn-recipe {
	margin: 15px 0 0 0;
	padding: 5px 20px;
	color: #fff;
	background: #007D39;
}
.home .h-recipe .btn-recipe:hover { opacity: 0.8; }


/* =single-reciepes.php
-------------------------------------------------------------- */
.ingedients {
	margin: 30px 0 0 0;
	line-height: 1.4;
}
	.ingedients h2 {
		color: #7F7F7F;
		font-size: 22px;
		font-weight: normal;
		line-height: 1.6;
	}

/* =Plugin: Rich Snippet Reviews
-------------------------------------------------------------- */
.rsr-review-us {
	display: inline-block !important;
	color: #fff !important;
	font-weight: 700 !important;
	background: #80b26a !important;
	text-decoration: none !important;
	padding: 10px 22px !important;
	border-radius: 25px !important;
	text-transform: uppercase !important;
	-webkit-transition: all .2s ease-in !important;;
	-o-transition: all .2s ease-in !important;
	-moz-transition: all .2s ease-in !important;
	border: none !important;
	margin-bottom: 10px !important;
}

.read-reviews {
	display: inline-block !important;
	color: #fff !important;
	font-weight: 700 !important;
	background: #153a71 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	padding: 10px 22px !important;
	border-radius: 25px !important;
	text-transform: uppercase !important;
	-webkit-transition: all .2s ease-in !important;;
	-o-transition: all .2s ease-in !important;
	-moz-transition: all .2s ease-in !important;
	border: none !important;
	margin-bottom: 20px !important;
}

.post-type-archive-rsr-reviews .textwidget {
	padding: 20px;
	background: #fff;
}
	.post-type-archive-rsr-reviews .textwidget input,
	.post-type-archive-rsr-reviews .textwidget textarea,
	.post-type-archive-rsr-reviews .textwidget select {
		margin: 0 0 5px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: inherit;
		background: #f0f0f0;
		width: 100%;
	}
	.post-type-archive-rsr-reviews .textwidget input[type="submit"] {
		color: #fff;
		background: #007d39;
	}
	.post-type-archive-rsr-reviews blockquote .rsr-content {
		background: #fff;
	}
		.post-type-archive-rsr-reviews blockquote .rsr-content:after {
			border-color: rgba(255, 255, 255, 0);
			border-top-color: rgba(255, 255, 255, 0);
			border-top-color: #fff;
		}


/* =Categories Teaser
-------------------------------------------------------------- */
.categories-teaser li {
	position: relative;
	margin: 0 0 20px 0;
}
.categories-teaser li a {
	color: #fff;
	text-decoration: none;
}
.categories-teaser li a:hover { opacity: 0.8; }
.categories-teaser li h3 {
	position: absolute;
	left: 0;
	bottom: 2px;
	padding: 7px 12px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	background: #007D39;
	border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
}


/* =Contact Form 7 Acceptance
-------------------------------------------------------------- */

.wpcf7-list-item {
	margin-left: 0 !important;
	color: inherit;
}

/* = Shop Specific Styles // https://www.hofladen-austermann.de/produkte/alle/
-------------------------------------------------------------- */
.woocommerce .product_list_widget li .amount:nth-child(1){
	color:#999;
	font-size: 14px;
}
.woocommerce-price-suffix {
	display:inline !important;
	vertical-align: top;
}
#tab-additional_information > table > tbody > tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight > td::after {
	content: " (inkl. Verpackung)";
	color:#757575;
}
@media screen and (min-width: 360px){
	.woocommerce #masthead.site-header {
		min-height: 250px;
	}
}
	
@media screen and (min-width: 720px){
	.woocommerce .default-image {
		visibility: hidden;
		height: 70px!important;
	}
	.woocommerce #masthead.site-header {
		min-height: 70px!important;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 360 pixels. */
@media screen and (min-width: 360px){
	#content{
		margin-top: 50px!important;
	}
	#main {
		margin-top: 150px;	
	}
	#masthead.site-header {
		min-height: 250px!important;	
	}
	.default-image {
		height: 80px!important;
	}		

}
/* Minimum width of 400 pixels. */
@media screen and (min-width: 400px) { }

/* Minimum width of 500 pixels. */
@media screen and (min-width: 500px) {
	
	/* Gallery */
	.gallery-item { width: 33.333333%; }

	/* Sidebar */
	.index-widgets aside {
		float: left;
		margin: 0 0 3% 0;
		width: 48.5%;
	}
	.index-widgets aside:nth-child(2n) { margin: 0 0 3% 3%; }

	/* Footer */
	.footer-widgets aside {
		float: left;
		margin: 0 5% 5% 0;
		width: 47.5%;
	}
	.footer-widgets aside:nth-child(2),
	.footer-widgets aside:nth-child(4) {
		margin: 0 0 5% 0;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

  	/* General */
	.site { overflow: hidden; } 

	/* Footer */
	.footer-menu ul li {
		display: inline-block;
		text-align: left;
	}
	.footer-menu ul li a { margin: 0 0 0 30px; }
  
  /* Lexicon */
  .lexicon ul li {
    float: left;
    width: 50%;  
  }
  .lexicon ul li:nth-child(2n) { background: #f6f6f6; }
  
}

/* Minimum width of 700 pixels. */
@media screen and (min-width: 700px) { 

  /* General */
  .entry-header .entry-title { margin: 0; }
  
  /* Header Top */
  .header-top { padding: 17px 0; }
  
  /* Header Contact */
  .header-contact { 
    margin: 0;
    text-align: right; 
  }
  
  /* Category/Archiv */
  .category article > .left,
  .archive article > .left {
    float: left;
    width: 25%;
  }
  .category article > .right,
  .archive article > .right {
    float: right;
    width: 70%;
  }
  
  /* Page-Template: front-page.php */
  .home .h-recipe .left {
    float: left;
    width: 35%;
  }
  .home .h-recipe .right {
    float: right;
    padding: 3%;
    width: 59%;
  }
  
  /* Sidebar */
  .index-widgets aside {
    margin: 0;
    width: 31.33333333333333%;
  }
  .index-widgets aside:nth-child(2n) { margin: 0 3%; }
  
  /* Single */
  .single article .left {
    margin: 0; 
    width: 30%;
  }
  .single article .right { width: 65%; }
  
  /* Page-Template: page-shop.php */
  .categories-teaser li {
    float: left;
    margin: 0 0 4% 0;
    width: 48%; 
  }
  .categories-teaser li:nth-child(2n) { margin: 0 0 4% 4%; }
  
  /* Footer */
  .footer-legal ul li,
  .footer-legal ul li a {
	  display: inline-block;
  }
  .footer-legal ul li a { padding: 5px 7px; }
  
}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {

	.default-image {
		height: auto !important;
	}

	#content {
		margin-top: 0 !important;
	}

	/* General */
	.hidden-xs {
		display: block;
	}

}



  /* Header */
	.header-top { top: 46px; }
  
  /* Mini Cart */
  .mini-cart .left { 
    min-height: 31px;
    line-height: 31px;
  }
  
  /* Content */
  .site-content,
  .widget-area { 
    margin: 60px 0 0 0; 
  } 
  
  /* Footer */
	.footer-widgets aside {
    float: left;
    margin: 0 3% 0 0;
    width: 22.75%;  
  }  
  .footer-widgets aside:last-child { margin: 0; } 
  
}
.social-media {
	margin: 10px 0;
}

.social-media img {
	margin-right: 10px;
}


/* Minimum width of 930 pixels. */
@media screen and (min-width: 930px) {

	/* Header */
	.logo {
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		width: 200px;
	}
	.header-content { display: block; }
	.mini-cart {
		top: 25%;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	}

	/* Content */
	.site-content {
		float: right !important;
		width: 65% !important;
	}

	.widget-area {
		float: left !important;
		width: 30% !important;
	}
	.full-width .site-content,
	.single .site-content,
	.single-recipes .site-content {
		float: none;
		width: 100% !important;
	}
	.single-product .site-content {
		float: left !important;
		width: 65%;
	}
	.single-product .widget-area {
		flaot: right !important;
		width: 30%;
	}

	/* Front Page */
	.home .site-content {
		float: none;
		width: 100% !important;
	}
	.index-widgets { margin: 0 0 50px 0; }

	/* Breadcrumb */
	.breadcrumb {
		margin: -2px 0 0 0;
		display: block;
	}
	.breadcrumb .cucumbers {
		display: block;
		position: absolute;
		top: -90px;
		right: 0;
	}
	
	.breadcrumb .cucumbers img {
		width: auto;
		max-height: 120px;
	}

	/* Main Navigation */
	.main-navigation li:nth-child(4) { margin: 0 300px 0 0; }
	.main-navigation-nl li:nth-child(2) { margin: 0 300px 0 0; }

	/* Archive */
	.archive-title { margin-top: 0; }
}


	/* Minimum width of 1000 pixels. */
@media screen and (min-width: 1000px) {

	/* General */
	.header-top .logo img {
		margin-top: -30px;
		width: auto;
		max-height: 100px;
	}

	/* Footer */
	.footer-widgets {
		margin: 40px 0 0 0;
		padding: 50px 0;
	}
	.footer-widgets aside:nth-child(1) { width: 20%; }
	.footer-widgets aside:nth-child(2) {
		margin: 0 3% 0 0;
		width: 26%;
	}
	.footer-widgets aside:nth-child(3) { width: 17%; }
	.footer-widgets aside:nth-child(4) { width: 27%; }

	.footer-legal .left { line-height: 26px; }

	.alignleft,
	.left {
		float: left;
	}

	.alignright,
	.right {
		float: right;
	}

	.social-media {
		float: inline-start;
		margin: 0 0 0 10% !important;
	}

	.social-media img {
		margin-right: 10px;
	}


}
/* Minimum width of 1100 pixels */
@media screen and (min-width: 1100px){
	/* Footer */
	.social-media {
		margin: 0 0 0 15% !important;
	}
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {

	/* General */
	.wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	/* Header */
	.header-content h3 { font-size: 60px; }

	/* Navigation */
	.main-navigation ul li a, .main-navigation-nl ul li a { padding: 6px 10px; }

	/* Header */
	.header-content { padding: 60px 0 80px 0; }


}

/* Minimum width of 1300 pixels. */
@media screen and (min-width: 1300px) {}

/* Minimum width of 1400 pixels. */
@media screen and (min-width: 1400px) {}

/* Minimum width of 1600 pixels. */
@media screen and (min-width: 1600px) {}

/* Minimum width of 1800 pixels. */
@media screen and (min-width: 1800px) {}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {	text-decoration: none; }
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#colophon,
	#respond,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation-nl,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
}

.theme-hofladen-austermann .widget-area {
	display: flex;
	flex-direction: column;
}

.theme-hofladen-austermann .widget-area #woocommerce_products-2 {
	order: 3;
}
	

.news_wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.news_wrapper .news {
	width: 100%;
	background: white;
	max-width: 350px;
}
@media screen and (min-width: 700px) {
	.news_wrapper .news {
		width: calc(50% - 15px);
	}
}
@media screen and (min-width: 1000px) {
	.news_wrapper .news {
		width: calc(33.333% - 20px);
	}
}
.news_wrapper .news img {
	width: 100%;
	height: auto;
}
.news_wrapper .news .news_content {
	padding: 20px;
	line-height: 1.4;
}
.news_wrapper .news .news_content h3 {
	text-align: center;
}
.news_wrapper .news .news_content p {
	padding-bottom: 20px;
}
.news_wrapper .news .news_content a {
	color: #007D39 !important;
	text-align: center;
	display: block;
}

.nl-content {
	margin-top: 50px;
}

.nl-content h2 {
	margin: 0 ;
	color: #000000;
	font-size: 30px;
	font-weight: 400;
}
.white-bg {
	background: white;
}
.nl-content h3 {
	margin: 0 0 20px 0;
	color: #007D39;
	font-family: 'Caveat', cursive;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.pad20 {
	padding: 20px 20px 20px 0;
}
.pad20full {
	padding: 20px;
}

.contact .flexed {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 1.4;
}
@media screen and (min-width: 500px) {
	.contact .flexed {
		gap: 100px;
	}
}

.placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./images/maps.png");
	background-size: cover;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
}

.placeholder p {
	text-align: center;
	padding: 0 10px;
	color: black;
}

.buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.button {
	padding: 10px 20px;
	color: white;
	background: #007D39;
	border-radius: 25px;
	cursor: pointer;
	transition: .3s ease-in-out;
	border: 1px solid #007D39;
}

.button:hover {
	background: #ffffff;
	color: #007D39;
}

.iframe-wrapper .button {
	text-decoration: none!important;
	color: white!important;
}

.iframe-wrapper .button:hover {
	color: #007D39!important;
	text-decoration: none!important;
}

.iframe-wrapper {
	width: 100%;
	height: 450px;
	position: relative;
}

.iframe-wrapper .button {
	text-decoration: none!important;
	color: white!important;
}

.iframe-wrapper .button:hover {
	color: #007D39!important;
	text-decoration: none!important;
}

.hide {
	display: none!important;
}