/*!
Theme Name: scherer
Theme URI: 
Author: Tanja Volk
Author URI: https://gestaltungsfreun.de
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: scherer
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.

scherer 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
	- Arrow
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
  - Tabs
  - Team
# Plugins
# Utilities
	- Accessibility
	- Alignments
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 500;
}
.site-footer strong{
	font-weight: 600px;
	margin: 10px 0 5px 0;
	display: inline-block;
}

/**
 * 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
:root {
	
  }
  


--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
/* yanone-kaffeesatz-300 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/yanone-kaffeesatz-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/yanone-kaffeesatz-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/yanone-kaffeesatz-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/yanone-kaffeesatz-v16-latin-300.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}

/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/yanone-kaffeesatz-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/yanone-kaffeesatz-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/yanone-kaffeesatz-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/yanone-kaffeesatz-v16-latin-regular.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}

/* yanone-kaffeesatz-500 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/yanone-kaffeesatz-v16-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/yanone-kaffeesatz-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/yanone-kaffeesatz-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/yanone-kaffeesatz-v16-latin-500.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}

/* yanone-kaffeesatz-600 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/yanone-kaffeesatz-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/yanone-kaffeesatz-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/yanone-kaffeesatz-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/yanone-kaffeesatz-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/yanone-kaffeesatz-v16-latin-600.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}
/* maven-pro-regular - latin */
@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/maven-pro-v22-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/maven-pro-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/maven-pro-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/maven-pro-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/maven-pro-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/maven-pro-v22-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  
  /* maven-pro-500 - latin */
  @font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/maven-pro-v22-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/maven-pro-v22-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/maven-pro-v22-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/maven-pro-v22-latin-500.woff') format('woff'), /* Modern Browsers */
		 url('fonts/maven-pro-v22-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/maven-pro-v22-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  
html{
	font-size: 100%;
}	
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color5);	
	font-family: 'Maven Pro', -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;
	font-family: 'Yanone Kaffeesatz', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
h1.title{
	margin-left:40px;
	margin-top:50px;
  width:120px;
	line-height: 1;
	font-size: 1.7rem;
	text-align: center;
}
.home #section-2{
	background-image: linear-gradient(to top, white 10%, var(--color6b) 10%);
	z-index: -2;
}
.home #section-2:after{
	border-bottom:2px dotted var(--color5);
	content:'';
	position: absolute;
	width:180%;
	bottom:15%;
	z-index: -1;
}
h1{
	font-size:2rem;
}
h2{
	font-size:2rem;
	position: relative;
}
.speise h3{
	font-weight: 500;
	font-size:1.5rem
}
/* Fingerfood 4*/
.page-id-2104 .speise h3{
	color:var(--color4);
}
/* Vorspeisen */
.page-id-2107 .speise h3{
	color:var(--color3);
}
/* Salat */
.page-id-2106 .speise h3{
	color:var(--color9);
}
/* Veggie */
.page-id-2105 .speise h3{
	color:var(--color11);
}
/* Suppen*/
.page-id-2108 .speise h3{
	color:var(--color5);
}
/* Grill */
.page-id-2109 .speise h3{
	color:var(--color7);
}
/* Haupt*/
.page-id-2110 .speise h3{
	color:var(--color5);
}
/* Gemüse*/
.page-id-2111 .speise h3{
	color:var(--color11);
}
/* Soßen*/
.page-id-2112 .speise h3{
	color:var(--color2);
}
/* Buffets kalt*/
.page-id-2113 .speise h3{
	color:var(--color5);
}
/* Süßes */
.page-id-2114 .speise h3{
	color:var(--color8);
}
.speise h3.green{
	color:var(--color11);
}
.speise p{
	font-size:.9rem;
}

p {
	margin-bottom: 1.5em;
}
.entry-content p {
	margin-bottom: 0em;
}
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
--------------------------------------------- */
html{
	height: 100%;
	scroll-behavior: smooth;
}	
body {
	background-color: #fff;
	height: 100%;
}

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

ul,
ol {
	margin: 0 0 1.5em 0.5em;
	padding-left:0.7rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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%;
}
img.gall-image{
	margin: 50px 25px;
}
/* Links
--------------------------------------------- */
a {
	color: #945f4c;
	color:var(--link);
}
a.textlink{
	text-decoration: none;
	text-align: right;
	display: block;
	position: absolute;
	right: 15px;
	bottom:0;
}
a.textlink:hover{
	text-decoration: underline;
}
a.textlink img{
	width:80%;
}
a:visited {
	color: #945f4c;
	color:var(--link);
}
a:hover,
a:focus,
a:active {
	color: #945f4c;
	color:var(--link);
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
.topbar a,
.topbar a:visited,
.topbar a:hover,
.topbar a:focus,
.topbar a:active,
.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active{
	color:#fff;
	text-decoration: none;
}
.site-footer .box_4 a{
	display: block;
	font-weight: 500;
	margin: 5px 0 5px 0;
}
.topbar a:hover,
.site-footer a:hover{
	text-decoration: underline;
}
.breadcrumb,
.breadcrumb a{
	text-transform: uppercase;
	text-align: center;
	color:var(--color5);
	text-decoration: none;
	margin-top:20px;
	margin-bottom:20px;
}
.breadcrumb .current-item{
	font-weight: 500;
}

/* Forms
--------------------------------------------- */
a.button {
	position: relative;
	background-color: #fff;
	padding: .6rem 2.95rem .7rem .75rem;
	text-decoration: none;
	color: var(--color5);
	border:1px solid var(--color5);
	font-size:1.1rem;
	width:200px;
	text-transform: uppercase;
	font-weight:400;
  }
a.button:hover{
	transition: color .15s ease-in-out,
	background-color .15s ease-in-out,
	border-color .15s ease-in-out,
	box-shadow .15s ease-in-out;
	background-color:var(--color6);
	color:var(--color);
	border-color:var(--color5);
	cursor: pointer;
  }
a.button:after{
	  content:'';
	  background: url(img/pfeil.svg);
	  background-repeat:no-repeat;
	  height: 18px;
	  width: 25px;
	  position: absolute;
	  top: 13px;
	  right: 12px;
	  background-size:cover;
}
.mega-sub-menu a.button{
	font-weight: lighter;
	display: inline;
	position: absolute;
	bottom:150px;
	text-transform: uppercase;
	width: 290px;
}
.mega-sub-menu a.button:after{
	top:20px;
}
.mega-sub-menu a.button:hover{
	color:#fff;
	background-color:var(--color5);
}
/* Forms
--------------------------------------------- */
.wpcf7{
	background-color: var(--color);
  width: 100%;
  padding: 20px;
  background-image: url(img/ecke_boxen.png);
  background-repeat: no-repeat;
  background-position-y: top;
	margin-bottom: 50px;
	padding-top: 70px;
}
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]: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 {
	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 {
	padding: 3px;
	color:#3c3c3c;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fff;
	padding: 13px 13px 13px 13px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.37);
}
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 {
	background: #fff;
	box-shadow: 10px;
	border: 1px solid rgba(128,126,125,.7);
	outline: none;
  padding: 13px 13px 13px 13px;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(128,126,125,.5);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(128,126,125,.5);
  box-shadow: inset 0px 0px 2px 1px rgba(128,126,125,.5);
}
.wpcf7 .red{
	color:var(--custom-red);
	font-weight: 700;
	font-size: 17.6px;
	font-size: 1.1rem;
}
span.wpcf7-list-item {
	margin: 0em;
}
input[type="checkbox"]{
  width: 25px;
	border-radius: 7px;
	padding:10px;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
input[type="submit"]{
  position: relative;
  display: block;
  color:var(--color);
  text-decoration: none;
  margin: 0;
  border: 2px solid transparent;
  padding: 14px 60px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s all ease;
  background: var(--color6);
  color: var(--custom-white);
}
input[type="submit"]:hover{
	cursor: pointer;
	 box-shadow: 0 0 40px 40px var(--color) inset;
	color:#fff;
}


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

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

/* Navigation
--------------------------------------------- */

.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
--------------------------------------------- */
.header-image{
  background-color: #fff;
}
.header-image-home{
	background-color: #fff;
	white-space: nowrap;
}
.header-image-home img{
	width:24.60%;
}
.logo{
	background-color: var(--color6b);
	padding-top:50px;
	height: 100%;
	position:relative;
	padding-left:calc(50% - 100px);
	margin-top:-1px;
}
.home .logo{
	height: 99.1%;
}

.custom-logo-link{
	
}
.custom-logo-link img{
	width: 200px;
}
.site-main{
	/*! min-height: 600px; */
}

/* Header */
.topbar{
	color:#fff;
	background-color: var(--color5);
	font-size:1.1rem;
	padding:15px;
}
.topbox{
	position: relative;
	margin: 5px 20px 5px 35px;
}
.topbox .symbol{
	position: absolute;
	left:-25px;
	top:9px;
	width: 15px;
}
.topbox:first-child .symbol{
	top:5px;
}
.topbox:last-child .symbol{
	top:2px;
	width: 12px;
	left:-23px;
}

/* Infoboxen */
.info_box{
	text-align: center;
	background-color: var(--color6b);
	margin: 5px 5px;
}
.info_box_title{
	height: 100px;
	padding:1px 30px 6px 30px !important;
}
.linie{
	position: relative;
}
.info_box > div{
	margin: 5px 5px;
	padding:5px 15px;
}
.info_boxen > div{
	margin-bottom:50px;
}
/* Kundenstimmen */
.kundenstimmen_box{
	background-color: #fff;
	border:1px solid var(--color10);
	padding:5px 15px;
	height: 100%;
	margin-right: 15px;
	margin-bottom:15px;
}
.slider_container{
	margin:75px 25px 25px;
	position: relative;
}
.slider_container:before{
	content:'';
	background: url(img/anfuehrungszeichen_links.svg);
	background-repeat:no-repeat;
	background-size:100%;
	height: 100px;
	width: 100px;
	position: absolute;
	top: -50px;
	left: -110px;
}
.slider_container:after{
	content:'';
	background: url(img/anfuehrungszeichen_rechts.svg);
	background-repeat:no-repeat;
	background-size:100%;
	height: 100px;
	width: 100px;
	position: absolute;
	right: -110px;
	bottom: -50px;
}
/* Historie */
.hist_entry{
	margin-bottom:30px;
}

/* Teamgalerie */
.team_galerie{
	margin-top:30px;
}
.team_galerie .gallery-item{
	position: relative;
	max-height: 365px;
	margin-bottom:5px;
	overflow: hidden;
	text-align: left;
}
/* Speisekarte */
section{
	position: relative;
	padding-bottom: 90px;
	overflow: hidden;
}
section .bg_bild{
	position:absolute;
	bottom:0;
	right:0;
	max-width: 50%;
	z-index: -1;
}
#section-2 .bg_bild{
	left:0;
}
.page-id-2129 section{
	margin:0;
	padding:0;
}
.gallery img{
	padding-left:5px;
	width: 100% !important;
}
.gallery .gallery-item{
	margin-bottom: 0px;
	max-height: none;
}

.gallery-item .caption{
	position: absolute;
	color:#fff;
	text-transform: uppercase;
	background:var(--color5);
	bottom:10px;
	left:5px;
	font-size: 1.2rem;
	padding:5px 20px;
}
.team_galerie > .gallery-item:nth-child(2n - 2) .caption{
	right: 0px;
	left:auto;
}
.team_galerie img{
	padding-left: 5px;
}

/*Footer */
.site-footer{
	color:#fff;
	background-color: var(--color5);
	padding:50px 0;
	font-size:.9rem;
	background-image: url(img/logo_footer.svg);
	background-repeat: no-repeat;
	background-position-x: 101%;
	background-position-y: 105%;
	background-size: 200px;
}
.site-footer .row > div {
	margin-bottom: 15px;
  }
.box_2{
	position: relative;
}
.box_2 .symbole{
	display:block;
	margin-top:25px;
}
.box_2 .symbol{
	margin-right: 25px;
}
/* Sections */
.home section{
	margin:0px 0 0;
	padding:20px 0 35px;
}
.home #section-2,
.home #section-4,
.page-id-2014 #section-2,
.page-id-2014 #section-4{
	background-color:var(--color6b);
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

.accordion-title {
	padding:10px 20px 10px 10px;
	text-decoration: none;
	background:var(--color15);
	position: relative;
	color:#fff;
	margin-bottom:5px;
}
.accordion{
	margin-top:30px;
}
.accordion-title a{
	color:var(--custom-color2);
	text-decoration: none;
	width: 100%;
	display: inline-block;
}
.accordion-content{
	display: none;
	background:#fff;
	padding:10px 10px 20px;
	margin-bottom:10px;
	border:1px solid var(--color15);
	margin-top:-5px;
}
.accordion-title a.closed:after{
	content:'+';
	font-size: 1rem;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom:10px;
	color:#fff;
	font-weight: lighter;
}
.accordion-title a.open:after{
	content:'-';
  font-size: 1rem;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom:10px;
	color:#fff;
}



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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.page-id-2129 .gallery-item{
	max-height: 475px;
	padding-right: 5px;
	margin-bottom:5px;
}
.page-id-2129 .gallery-item img{
	max-height: 475px;
	height: 100%;
	overflow: hidden;
}
#section-2 > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)
.page-id-2129 section:last-child{
	margin-bottom:150px;
}
.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;
}

/* Tabs
--------------------------------------------- */

.tab-content {
  > .tab-pane {
    display: none;
  }
  > .active {
    display: block;
  }
}
.nav {
  list-style: none;
}
li.nav-item{
		padding-left:2px;
		padding-right:2px;
}
.nav-link {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  text-align: center;
  color:var(--color5);
	position: relative;
	z-index:0;
	border:1px solid var(--color5);
}
.nav-link:visited {
  color:var(--color5);
}
.nav-link:hover, 
.nav-link.active {
  color:#fff;
	background: var(--color5);
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content{
  min-height: 400px;
}



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


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

@media screen and (min-width:576px){
	.site-main .abschnitt h1:first-child:after,
	.site-main .abschnitt h2:first-child:after,
	.site-main .info_boxen h1:first-child:after,
	.site-main .info_boxen h2:first-child:after,
	.site-main .kundenstimmen h1:first-child:after,
	.site-main .kundenstimmen h2:first-child:after,
	.site-main .team h1:first-child:after,
	.site-main .team h2:first-child:after,
	h2.mitlinie:after{
		content:'';
		position: absolute;
		width:180%;
		top:60px;
		display: block;
		border-bottom:2px dotted var(--color5);
	}
	.home #section-2 h2:first-child:after,
	.home #section-4 h2:first-child:after,
	.page-id-2014 #section-2 h2:first-child:after,
	.page-id-2014 #section-4 h2:first-child:after{
		left:-70%;
		width:120%;
	}

}
@media screen and (min-width:768px){
	.accordion-title a.closed:after,
	.accordion-title a.open:after{
		font-size: 3rem;
		bottom:-10px;
	}
	
}
@media screen and (min-width:992px){
	.topbar{
	 font-size:.9rem;
		padding: 5px 0 5px 25%;
		text-align: right;
	}
	.topbox .symbol{
		left:-25px;
		top:6px;
	}
	.topbox:first-child .symbol{
		top:2px;
	}
	.topbox:last-child .symbol{
		top:2px;
		left:-20px;
	}
	.logo{
		height: 88.6%;
		margin-top:0px;
	}
	.logo:after{
		content:'';
		border-right:2px dotted var(--color5);
		height: 100%;
		position:absolute;
		width:2px;
		right:15px;
		top:0;
	}
	.header-image img{
		margin-top: 0;
		width: 100%;
	}
	.breadcrumb,
	.breadcrumb a{
		margin-top:-40px;
	}
	.site-main .container{
		padding:0 150px;
	}
	.site-main .team{
		position: relative;
	}
	.site-main .team:before{
		content:'';
		background-image: url(img/logo_s.svg);
		background-repeat: no-repeat;
		background-size:100%;
		width:400px;
		height: 400px;
		display: block;
		position: absolute;
		left:-100px;
		top:22%;
	}
	.linie:before{
		content:'';
		position: absolute;
		width:100%;
		top:80px;
		display: block;
		overflow: hidden;
		border-bottom:2px dotted var(--color5);
	}
	/* Historie */
	.historieeintrage{
		margin-top:30px;
		position: relative;
	}
	.hist_entry{
		margin-bottom:0;
	}
	.historieeintrage:before{
		content: '';
	position: absolute;
	width: 100%;
		top: -25px;
		display: block;
		overflow: hidden;
		border-bottom: 2px dotted var(--color5);
	}
	.hist{
		position: relative;
		border-top:5px solid transparent;
	}
	.hist:hover{
		border-top:5px solid var(--color4);
		cursor: pointer;
	}
	.hist_img{
		width:100%;
		position: relative;
	}
	.hist_img:before{
		content:'•';
		font-size: 50px;
		color:var(--color4);
		position: absolute;
		top:-68px;
		left:-20px;
		height: 200px;
		width:150px;
		background:transparent;
		z-index: 10;
		text-align: center;
	}
	.hist_img:hover:before{
		font-size:75px;
		top:-88px;
	}
	.hist_img:before:hover{
		font-size:20px;
	}
	.hist .hist_entry{
		position: absolute;
		z-index: 9;
		color:#fff;
		font-size: .67rem;
		text-align: center;
		display: none;
		width:100%;
		padding:0px 0px;
		top: 0;
	}
	.hist:hover > .hist_entry{
		display: block;
		background:var(--color15);
		height: 95%
	}
	.main-navigation{
    	top:80px;
		z-index: 9999;
		position: fixed;
		right: -5px;
		width: 100%;
	}
}
@media screen and (min-width:1200px){
  .logo{
	   padding-top:100px;
  }
	.hist .hist_entry{
			font-size: .8rem;
			padding:15px 5px;
	}
	.info_box {
    height: 100%;
	}
	.topbar {
		padding-left:40%;
	}
	.hist_img::before {
		left: -7px;
	}
	
}
@media screen and (min-width:1400px){
	.topbar {
		padding-left:45%;
	}
	
	/.container-xl,
	/.container{
    max-width: 1340px;
  }
	/.container{
		padding: 0 150px;
	}
}

.fade-in_1 {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
.fade-in_2 {
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease 4s;
}
.fade-in_3 {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/* The style below is just for the appearance of the example div */

