/*!
Theme Name: deinHof
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: deinhof
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.

deinHof 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: 1.5em;
	margin: 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: 1.25em;
	line-height: 1.5;
}

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

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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: #e4e7db;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.42em;
}

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;
	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: 100;
}

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

.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 .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 {
	width: 50%;
	margin: 0px 10px;
}

.comment-navigation .nav-links div:first-child a,
.posts-navigation .nav-links div:first-child a,
.post-navigation .nav-links div:first-child a {
	float:right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	width: 50%;
	margin: 0px 10px;
}

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

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

/* deinHof begin */

/* deinHof general begin */

@font-face {
    font-family: 'Signika Regular'; 
    src: url('fonts/Signika/Signika-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Signika Medium'; 
    src: url('fonts/Signika/Signika-Medium.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Signika SemiBold'; 
    src: url('fonts/Signika/Signika-SemiBold.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Signika Bold'; 
    src: url('fonts/Signika/Signika-Bold.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Roboto Regular'; 
    src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Roboto Light'; 
    src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Roboto Thin'; 
    src: url('fonts/Roboto/Roboto-Thin.ttf') format('truetype'); 
}

body {
	font-family: 'Roboto Light';
	color: #000;
	background-color: #efe6de;
	font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Signika SemiBold';
	color: #92c255;
}

h1.dh_page-title {
	font-family: 'Roboto Thin';
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
    letter-spacing: 2px;
	font-weight: 600;
}

h1 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 8px;
}

h3 {
	font-size: 23.5px;
	font-weight: 300;
	margin-bottom: 5px;
}

h3 a, h3 a:visited {
    color: #92c255;
    text-decoration: none;
    font-weight: 300;
}

h4 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 3px;
}

h5 {
	font-size: 19px;
	font-weight: 300;
	margin-bottom: 1px;
}

h6 {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 0px;
}

p, ul, .entry-meta, .cat-links, .nav-links {
	font-size: 17px;
}

a, a:visited {
	color: #92c255;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #92c255;
	text-decoration: underline;
}

h2 a {
	font-weight: 300;
}

div#page {
	max-width: 1244px;
	margin: 0 auto;
	padding: 32px 8px;
}

div#deinhof_wrapper2 {
	float: left;
	width: 100%;
	padding-right: 256px;
}

div#deinhof_wrapper {
	float: none;
	margin-left: 256px;
}

/* deinHof general end */

/* deinHof header begin */

header#dh_mobile {
	display: none;
	position: fixed;
	height: 65px;
	top: 0;
	width: 100%;
	background-color:#92c255;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 0px 3px 7px 0px rgba(163,163,163,0.51);
	z-index: 80;
	transition: height 0.2s;
	overflow: hidden;
	transition: top 0.5s;
}

header#dh_mobile div#dh_mobile_wrapper {
	max-width: 950px;
	margin: 0px auto;
}

div.site-branding_mobile {
	float: left;
}

header#dh_mobile img#dh_logo_mobile {
	margin: 9px 20px;
	width: 143px;
	height: 47px;
}

header#dh_mobile div.dh_hamburg_wrapper {
	position: relative;
	float:right;
	top: 7px;
	right: 20px;
}

header#dh_mobile label.hamburg { 
   display: block;
   background: #92c255;
   width: 50px;
   height: 50px; 
   position: relative; 
   border-radius: 4px;
   cursor: pointer;
}

header#dh_mobile input#hamburg {
	display:none
}

header#dh_mobile .line { 
   position: absolute; 
   left:10px;
   height: 3px; 
   width: 30px; 
   background: #fff; 
   border-radius: 1.5px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center;
}

header#dh_mobile .line:nth-child(1) { top: 14px; }
header#dh_mobile .line:nth-child(2) { top: 24px; }
header#dh_mobile .line:nth-child(3) { top: 34px; }

header#dh_mobile #hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(10px) rotate(-45deg);
}

header#dh_mobile #hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

header#dh_mobile #hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-10px) rotate(45deg);
}

#dh_mobile_nav {
	display: none;
	padding-top: 100px;
	width: 100%;
	text-align: center;
}

#dh_mobile_nav ul#primary-menu_mobile {
	font-family: 'Signika Regular';
	font-size: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dh_mobile_nav ul#primary-menu_mobile li {
	padding-bottom: 20px;
}

#dh_mobile_nav ul#primary-menu_mobile li a {
	color: #fff;
	font-weight: 300;
}

#dh_mobile_nav ul#primary-menu_mobile li a:hover {
	text-decoration: underline;
}

#dh_mobile_nav ul#primary-menu_mobile li.current_page_item a {
	text-decoration: underline;
}

#dh_mobile_nav ul#primary-menu_mobile ul {
	font-size: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dh_mobile_nav ul#primary-menu_mobile li ul li {
	padding: 10px;
}

header#masthead {
	float: left;
	width: 240px;
	margin: 0px 16px 16px -256px;
}

div.site-branding {
	height: 240px;
}

img#deinhof_logo {
	height: 240px;
	width: 240px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
}

ul.nav-menu {
	display: block;
	font-family: 'Signika Regular';
	font-size: 24px;
}

ul.nav-menu a, 
ul.nav-menu a:visited {
	color: #fff;
	padding: 5px 8px;
	font-weight: 300;
}

ul.nav-menu li {
	background-color: #92c255;
	width: 100%;
	margin-top: 4px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
}

ul.nav-menu li:hover {
	background-color: #fff;
}

ul.nav-menu li:hover > a {
	color: #92c255;
	text-decoration: none;
}

ul.nav-menu li.current_page_item a,
ul.nav-menu li.current_page_item a:visited {
	color: #92c255;
}

ul.nav-menu li.current_page_item a:hover {
	
}

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

ul.nav-menu li.current_page_item {
	background-color: #fff;
}

ul.nav-menu li.current-menu-item,
ul.nav-menu li.current-menu-ancestor {
	color: #92c255;
	background-color: #fff;	
}

ul.nav-menu li.current-menu-item a,
ul.nav-menu li.current-menu-ancestor a {
	color: #92c255;
}

ul.nav-menu ul.sub-menu {
	display: none;
}

ul.nav-menu li.current-menu-item ul.sub-menu,
ul.nav-menu li.current-menu-item ul.sub-menu li,
ul.nav-menu li.current-menu-ancestor ul.sub-menu,
ul.nav-menu li.current-menu-ancestor ul.sub-menu li {
	display: block;
	color: #92c255;
	background-color: #fff;
	position: relative;
	left: 0;
	z-index: 1500;
	float: none;
	margin-top: 0px;
	-webkit-box-shadow: none; 
	box-shadow: none;
}

.main-navigation ul ul a {
    width: 100%;
	padding: 2px 10px 10px 25px;
	line-height: 1.3;
}

ul.nav-menu li.current-menu-item.menu-item-has-children a:hover,
ul.nav-menu li.current-menu-parent.menu-item-has-children a:hover {
	color: darkgrey;
}

body.single-post ul#primary-menu li.current_page_parent,
body.single-gemuese ul#primary-menu li.menu-item-1494,
body.single-rezepte ul#primary-menu li.menu-item-1496 {
	background-color: #fff;
	color: #92c255;
}

body.single-post ul#primary-menu li.current_page_parent a,
body.single-gemuese ul#primary-menu li.menu-item-1494 a,
body.single-rezepte ul#primary-menu li.menu-item-1496 a  {
	color: #92c255;
}

body.single-gemuese ul#primary-menu li.menu-item-1494 ul.sub-menu,
body.single-gemuese ul#primary-menu li.menu-item-1494 ul.sub-menu li,
body.single-rezepte ul#primary-menu li.menu-item-1496 ul.sub-menu,
body.single-rezepte ul#primary-menu li.menu-item-1496 ul.sub-menu li {
	display: block;
	color: #92c255;
	background-color: #fff;
	position: relative;
	left: 0;
	z-index: 1500;
	float: none;
	margin-top: 0px;
	-webkit-box-shadow: none; 
	box-shadow: none;
}

/*
header div#dh_menu-search-container {
	background-color: #92c255;
	margin-top: 4px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
	padding: 7px 8px;
}

header div#dh_menu-search-container input.search-field {
	width: 170px;
	padding: 4px 5px;
	border: 0.5px;
	border-radius: 5px;
	background-color: #f1ece7;
	font-size: 18px;
	-webkit-box-shadow: inset 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: inset 3px 3px 7px 0px rgba(163,163,163,0.51);
}

header div#dh_menu-search-container input::placeholder {
	color: #999;
}

header div#dh_menu-search-container input.search-btn {
	padding: 6px;
	background-color: #92c255;
	color: #f1ece7;
	float: right;
	border-radius: 4px;
	cursor: pointer;
}

header div#dh_menu-search-container input.search-btn:hover {
	color: #92c255;
	background-color: #f1ece7;
}
*/

header div#dh_menu-search-container {
	background-color: #92c255;
	margin-top: 4px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
	padding: 0px;
	height: 46px;
	overflow: hidden;
}

header div#dh_menu-search-container input.search-field {
	width: 240px;
    padding: 5px 56px 5px 8px;
	border: 0px;
	border-radius: 0px;
	background-color: #fff;
	font-family: 'Signika Regular';
    font-size: 24px;
}

div#dh_mobile_nav-search-container input.search-field {
	font-size: 30px;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	width: 300px;
	text-align:center;
}

div#dh_mobile_nav-search-container input.search-field::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

div#dh_mobile_nav-search-container input.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

div#dh_mobile_nav-search-container input.search-field::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

header div#dh_menu-search-container input.search-field:focus {
	background-color: #fff;
}

header div#dh_menu-search-container input::placeholder {
	color: #999;
}

header div#dh_menu-search-container button.search-btn {
	padding: 6px;
	background-color: #92c255;
	color: #f1ece7;
	border-radius: 0px;
	border: 0px;
	position: relative;
	left: 188px;
	top: -46px;
	width: 52px;
	height: 46px;
	cursor: pointer;
	z-index: 50;
}

header div#dh_menu-search-container button.search-btn:hover {
	color: #92c255;
	background-color: #f1ece7;
}

header i.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 3px solid;
    border-radius: 100%;
    margin-left: 7px;
    margin-top: -4px;
	color: #fff;
	z-index: 60;
}

header i.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    width: 3px;
    height: 10px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 11px;
    left: 15px;
}

div#dh_mobile_nav-search-container {
	padding-bottom: 20px;
}

div#dh_mobile_nav div#dh_mobile_nav-search-container input.search-field {
	color: #fff;
	background-color: #92c255;
	display: inline-block;
}

header div#dh_mobile_nav-search-container button.search-btn {
	padding: 6px;
	background-color: #92c255;
	color: #f1ece7;
	border-radius: 0px;
	border: 0px;
	width: 52px;
	height: 46px;
	cursor: pointer;
}

header div#dh_mobile_nav-search-container button.search-btn:hover {
	color: #92c255;
	background-color: #f1ece7;
}

/* deinHof header end */

/* deinHof main begin */

main#primary {
	background-color: #fff;
	float: left;
	padding: 10px;
	width: 100%;
	margin-bottom: 24px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
}

/* deinHof main end */

/* deinHof aside begin */

aside#secondary {
	position: relative;
	float: right;
	width: 240px;
	margin-left: -256px;
	font-size: 16px;
}

aside#secondary p,
aside#secondary ul {
	font-size: 16px;
}

aside#secondary section {
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
}

aside#secondary section h2.widget-title {
	margin: 0;
	color: #fff;
	background-color: #92c255;
    font-family: 'Signika Regular';
    font-size: 24px;
	font-weight: 400;
	padding: 5px 8px;
}

aside#secondary section.dh_blog_widget ul,
aside#secondary section.widget_em_widget ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

aside#secondary section.dh_blog_widget ul li,
aside#secondary section.widget_em_widget ul li {
	min-height: 55px;
	padding: 5px 9px;
}

aside#secondary section.dh_blog_widget ul li:nth-child(even),
aside#secondary section.widget_em_widget ul li:nth-child(even) {
	background-color: #f1f6e3;
}

aside#secondary section.widget_search form {
	padding: 5px 9px 9px 9px;
	font-size: 14px;
}

aside#secondary section.widget_search form input.search-field {
	width: 100%;
	margin-bottom: 5px;
}

/* deinHof aside end*/

/* deinHof content begin */

/* accordion begin */

div.wp-block-pb-accordion-item {
	margin-bottom: 5px;
}

div.wp-block-pb-accordion-item h2.c-accordion__title {
	color: #fff;
	background-color: #92c255;
	padding-left: 10px;
	font-size: 20px;
	margin: 0px;
}

div.wp-block-pb-accordion-item  .c-accordion__title:after {
    color: #fff;
	right: 10px;
}

div.wp-block-pb-accordion-item div.c-accordion__content {
	padding: 10px;
}

/* accordion end */

/* deinHof content end */

/* deinHof blog begin */

div#dh_blog_index_header {
    width: 100%;
	overflow: auto;
    background-color: #fff;
	padding: 10px;
	margin-bottom: 17px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
}

div#dh_blog_index_header  h1.dh_blog_index_header-title {
    font-family: 'Roboto Thin';
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
	float: left;
	clear: none;
	font-weight: 600;
	margin: 0;
}

div.dh_div_archive_select {
	float: right;
}

select.dh_select_archive_select {
    font-size: 17px;
    background-color: #92c255;
    color: #fff;
    border: 1px solid #92c255;
	min-width: 100px;
}

body.blog #deinhof_wrapper2,
body.archive #deinhof_wrapper2,
body.page-template-page-rezepte #deinhof_wrapper2,
body.page-template-page-termine #deinhof_wrapper2,
body.page-template-page-gemuese #deinhof_wrapper2 {
	padding-right: 0;
}

div#deinhof_wrapper div.grid {
	/*top: 57px;*/
}

.grid-sizer,
.grid-item {
	width: 32.5%;
}

@media screen and (max-width: 1220px) {
	.grid-sizer,
	.grid-item {
		width: 32.4%;
	}	
}

@media screen and (max-width: 848px) {
	.grid-sizer,
	.grid-item {
		width: 49.1%;
	}	
}

@media screen and (max-width: 676px) {
	.grid-sizer,
	.grid-item {
		width: 100%;
	}
}

.grid-item article.post,
.grid-item article.rezepte,
.grid-item article.gemuese,
.grid-item div.em-item {
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
	margin-bottom: 12px;
}

body.post-type-archive-gemuese div.entry-content,
body.tax-gemueseart div.entry-content,
body.tax-jahreszeit div.entry-content,
body.post-type-archive-rezepte div.entry-content,
body.tax-zubereitungsarten div.entry-content {
	display: none;
}

aside#secondary div.dh_secondary_gemuese_rezepte {
	margin: 8px 8px 17px 8px;
	padding-bottom: 17px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	min-height: 46px;
	overflow: hidden;
}

article.rezepte h4,
article.gemuese h4 {
	margin-bottom: 0;
}

article img.wp-post-image {
	width: 100%;
}

.grid-item article header.entry-header .entry-title {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
}

.grid-item article header.entry-header .entry-meta {
	font-size: 12px;
}

.grid-item article div.entry-content {
	margin-top: 12px;
	overflow: hidden;
}

.grid-item article div.entry-content p {
	margin-bottom: 12px;
}

article header.entry-header .entry-meta {
	font-size: 12px;
}

nav.posts-navigation {
	margin-bottom: 24px;
	/*top: 57px;*/
	position: relative;
}

body.single nav.post-navigation {
	display: none;
}

/* deinHof Blog end */

/* deinHof search begin */

body.search-results article h2.entry-title {
	margin-bottom: 0;
}

body.search-results article.has-post-thumbnail div.entry-summary {
	margin: 0;
}

body.search-results article img.wp-post-image {
    width: 50%;
	padding-right: 20px;
}

body.search-results article.has-post-thumbnail div.entry-summary div.dh_search_entry-excerpt {
	width: 50%;
	float: right;
}

/* deinHof search end */

/* deinHof events begin */

h1.dh_page-title_events {
	display: none;
}

body.single-event h1.dh_page-title_blog {
	display: none;
}

body.single-event h1.dh_page-title_events {
	display: block;
}

table.events-table thead {
	background-color: #92c255;
	color: #fff;
	text-align: left;
}

table.events-table thead th {
	padding: 5px;
}

table.events-table tbody tr:nth-child(even) {
	background-color: #f1f6e3;
}

table.events-table tbody tr td:nth-child(1) {
	font-size: 14px;
}

table.events-table tbody tr td p.dh_events_book_status {
	font-size: 14px;
	margin: 0;
}

.css-events-list table.events-table td {
    padding: 5px;
}

/* deinHof events - booking form begin */

body.single-event div.em-booking-form-details {
	width: 348px;
}

div.em-booking-form-details p label {
	display: block;
}

div.em-booking-form-details p:nth-child(3) {
	display: none;
}

body.single-event div.em-booking-form-details select {
	font-size: 1em;
}

body.single-event button.em-event-add-to-calendar,
body.single-event input#em-booking-submit,
body.single-event input#em_wp-submit {
    background-color: #92c255;
    color: #fff;
    border-radius: 3px;
    border: 0px;
	font-size: 1em;
    cursor: pointer;
}

body.single-event button.em-event-add-to-calendar:hover,
body.single-event input#em-booking-submit:hover,
body.single-event input#em_wp-submit:hover {
	color: #fff;
	background-color: #f1ece7;
}

body.single-event div.em-booking-form-details input.input, .em-booking-form-details textarea,
form.em-booking-login-form input.input {
    width: 270px;
}

body.single-event div.em-booking-login {
	margin: 0px 0px 0px 348px;
	border-left: 1px solid darkgrey;
}

div.em-booking-login label {
    width: auto;
}
div.em-booking-message-success {
	color: red;
	font-weight: bold;
	font-size: 2em;
}

/* deinHof events - booking form end */

/* deinHof events end */

/* deinHof footer begin */

footer#colophon {
	max-width: 1244px;
    margin: 0 auto;
}

footer#colophon div.site-info div.dh_footer-menu {
	width: 100%;
	text-align: center;
}

footer#colophon div.site-info div.dh_footer-menu ul#menu-footer-menu {
	list-style-type: none;
	padding-left: 0;
}

footer#colophon div.site-info div.dh_footer-menu ul#menu-footer-menu li a {
	font-weight: 400;
}

/* deinHof footer end */

/* deinHof search begin */

body.search-results.hfeed main#primary {
	background-color: transparent;
    float: left;
    padding: 0px;
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.search-results.hfeed article {
	background-color: #fff;
	width: 100%;
	padding: 10px;
	margin-bottom: 17px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51); 
	box-shadow: 3px 3px 7px 0px rgba(163,163,163,0.51);
}

main#primary form#searchform {
    margin-bottom: 1.5em;
}
	
main#primary i.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 3px solid;
    border-radius: 100%;
    margin-left: 7px;
    margin-top: -4px;
	color: #fff;
	z-index: 60;
}

main#primary i.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    width: 3px;
    height: 10px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 11px;
    left: 15px;
}

main#primary button.search-btn {
	padding: 6px;
	background-color: #92c255;
	color: #f1ece7;
	border-radius: 3px;
	border: 0px;
	width: 50px;
	height: 39px;
	cursor: pointer;
}

main#primary button.search-btn:hover {
	color: #92c255;
	background-color: #f1ece7;
}

/* deinHof search end */

/* deinHof Widgets begin */

div.textwidget {
	padding: 5px 9px;
}

/* deinHof Blog Widget begin */

#dh_blog_widget a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

#dh_blog_widget a:hover {
	color: darkgrey;
}

#dh_blog_widget p {
	margin: 0;
	font-weight: 600;
}

#dh_blog_widget p.dh_blog_widget_date {
	font-size: 12.5px;
	font-weight: 300;
}

/* deinHof Blog Widget end */

/* deinHof events widget begin */

#em_widget-2 a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

#em_widget-2 a:hover {
	color: darkgrey;
}

#em_widget-2 p {
	margin: 0;
	font-weight: 600;
}

#em_widget-2 p.dh_events_widget_date {
	font-size: 12.5px;
	font-weight: 300;
}

#em_widget-3 a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

#em_widget-3 a:hover {
	color: darkgrey;
}

#em_widget-3 p {
	margin: 0;
	font-weight: 600;
}

#em_widget-3 p.dh_events_widget_date {
	font-size: 12.5px;
	font-weight: 300;
}

/* deinHof events widget end */

/* deinHof widgets end */

@media screen and (max-width: 1110px) {

	header#masthead {
		display: none;
	}
	
	div#deinhof_wrapper {
		margin-left: 0px;
	}
	
	div#page {
		max-width: 988px;
	}
	
	header#dh_mobile {
		display: block;
	}
	
	div#page {
		padding-top: 90px;
	}

}

@media screen and (max-width: 1260px) and (min-width: 1110px) {

	.em-booking-form-details {
		float: none;
	}

	body.single-event div.em-booking-login {
		margin: 0px;
		border-left: none;
		width: 348px;
		padding: 10px;
	}

}

@media screen and (max-width: 1002px) and (min-width: 848px) {

	.em-booking-form-details {
		float: none;
	}

	body.single-event div.em-booking-login {
		margin: 0px;
		border-left: none;
		width: 348px;
		padding: 10px;
	}

}

@media screen and (max-width: 744px) {

	.em-booking-form-details {
		float: none;
	}

	body.single-event div.em-booking-login {
		margin: 0px;
		border-left: none;
		width: 348px;
		padding: 10px;
	}

}

@media screen and (max-width: 848px) {
	aside#secondary {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	
	div#deinhof_wrapper2 {
		padding-right: 0;
	}

	div#page {
		max-width: 732px;
	}
	
	header#dh_mobile div#dh_mobile_wrapper {
		max-width: 700px;
	}
}

/* deinHof end */
