/*!
Theme Name: GutWerk
Theme URI: http://underscores.me/
Author: Zoran Savic
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: gutwerk
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.

GutWerk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul {
	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: 0;
}

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


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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.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 {
	flex: 1 0 50%;
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* ### SILKE ### */

/*
@font-face {
    font-family: "EB Garamond";
    src: url("vendor/fonts/Garamond/EBGaramond-VariableFont_wght.ttf") format("truetype");
    font-weight: 125 950;
    font-stretch: 75% 125%;
    font-style: normal;
}
 */

@font-face {
	font-family: "Montserrat";
	src: url("fonts/static/Montserrat-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/static/Montserrat-Medium.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/static/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/static/Montserrat-Bold.ttf") format("truetype");
	font-weight: 700;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/static/Montserrat-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

html, body {
	font-family: "Montserrat", serif;
	margin: 0;
	position: relative;
	min-height: 100vh;
	height: auto !important;
	display: grid;
	grid-template-areas:
		"header"
		"content"
		"footer";
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
	/* grid-template-rows: 70px auto 128px; */
	background-color: #fff;
	color: black;
}

button {
	font-family: "Montserrat", serif;
}

p {
	line-height: 1.5em;
}

.bold {
	font-weight: bold;
}

.text-default {
	font-size: 1em;
}

.text-small {
	font-size: .7em;
}

h1 {
	font-size: 1.9em;
	color: #737474;
}

h2 {
	position: relative;
	font-size: 1.7em;
	color: #737474;
}

h3 {
	font-size: 1em;
}

h1 {
	margin-top: 0;
	margin-bottom: 1.5em;
	text-align: center;
}

h2 {
	margin-top: 0;
	margin-bottom: 1.5em;
	padding-top: 4em;
	text-align: center;
}

.custom-logo {
	height: 100px;
	width: 200px;
}

.title-highlight-icon {
	position: absolute;;
	vertical-align: top;
	top: -8px;
	padding-left: .3em;
}

h2 small {
	display: block;
	font-size: .5em;
}

.logo-blau {
	display: none;
}

/* ### Header ### */
.hb-header {
	grid-area: header;
	min-height: 120px;
	width: 100%;

	position: sticky;
	top: 0;
	z-index: 100;
	background-color: white;
	box-shadow: 0 2px 15px 2px rgb(0 0 0 / 50%);
}

.hb-header__top {
	color: #ffffff;
	display: flex;
	min-height: 120px;
	justify-content: center;
}

.hb-header__left {
	flex-basis: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1em;
	margin-left: 1em;
}

.hb-header__left img {
	text-align: center;
	padding-right: .5em;
	width: calc(100% - .5em);
	height: auto;
}

.hb-logo-link {
	display: flex;
}

.hb-header__right {
	flex-basis: 20%;
	display: flex;
	justify-content: right;
	align-items: center;
	margin-top: 1em;
	margin-right: 1em;
}

.menu-toggle--mobile {
	background: none;
	border: none;
	cursor: pointer;
}

.hb-header__nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 20;
	right: 0;
	display: flex;
	flex-direction: column;
	padding-left: 2em;
	width: calc(70% - 2em);
	background-color: #ffffff;
	min-height: 100vh;
	text-align: left;
}

.hb-header__nav--mobile {
	display: none;
}

.hb-header__nav-left {
	display: flex;
	flex-direction: column;
}

.hb-header__nav-right {
	display: flex;
	margin-top: 2em;
	align-self: center;
}

#font-smaller {
	font-weight: bold;
	font-size: 1.4em;
}

#font-bigger {
	font-weight: bold;
	font-size: 2em;
}

#focus svg {
	width: 30px;
}

.hb-header__nav a,
.hb-header__nav a:visited {
	display: inline-block;
	color: #737474;
	transition: color .2s linear;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 600;
}

.hb-header__nav a:hover {
	color: #a0a0a0;
}

.hb-header__nav-right button {
	border: none;
	background: none;
	color: #46BAE8;
	cursor: pointer;
}

.menu-close--mobile {
	border: none;
	background: none;
	align-self: flex-end;
	margin: 3.7em 1em 1em 1em;
	cursor: pointer;
}

/* ### Inhalt ### */
.hb-content {
	grid-area: content;
	text-align: left;
	overflow: hidden;
}

.hb-content > section {
	padding: 0 1.5em 3em 1.5em;
	z-index: 10;
	position: relative;
}

.hb-content > section:first-of-type {
	padding-top: 0;
	/*text-align: center;*/
}

.hb-content > section:first-of-type h1 {
	margin-top: 3em;
}

.hb-content > section h3.accordion-item_question {
	margin: .3rem 0;
	display: flex;
	min-height: 2rem;
}

.hb-content > section > p:last-child {
	margin-bottom: 0;
}

.hb-gradient {
	background: linear-gradient(180deg, #6ea56d 0%, #749672 27%, #94af93 42%, #a2c2a1 59%, #cae1c9 77%, #edf3ed 100%);
}

/* ### Startpage Content ### */
.startpage-intro {
	text-align: left;
	color: black;
}

.hb-content > section.startpage-intro {
	padding-top: 0;
	padding-bottom: 0;
}

.grid-row__cell--vertical-space {
	padding-top: 3em;
	padding-bottom: 3em;
}

.grid-row__cell--vertical-space-small {
	padding-top: 1em;
	padding-bottom: 1em;
}

.rounded-image-wrapper {
	width: 150px;
	height: 150px;
	background-size: cover;
	border-radius: 50%;
	background: white;
	color: #737474;
	font-size: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.rounded-image-wrapper.female {
	font-size: 4.5rem;
}

.startpage-intro__image {
	margin-left: 2rem;
	width: calc(100% - 2rem);
	height: auto;
}

.ueber-uns-image-wrapper {
	flex: 1 0 calc(50% - 1rem);
	margin: .5rem;
	border: 1px solid #619f60;
}

.ueber-uns-image {
	background-image: url("images/startpage/alle.webp");
	margin: .5rem;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	background-size: cover;
	min-height: calc(100vw - 4em);
}

.ueber-uns-image-balou {
	background: url("images/startpage/balou.webp");
	flex: 1 0 calc(50% - 2rem);
	background-size: cover;
}

.ueber-uns-image-maja {
	background: url("images/startpage/maja.webp");
	flex: 1 0 calc(50% - 2rem);
	background-size: cover;
}

.ueber-uns-image-lilly {
	background: url("images/startpage/lilly.webp");
	flex: 1 0 calc(50% - 2rem);
	background-size: cover;
}

.hb-info-section {
	border-top: 1px solid white;
	color: white;
	background: #4E8F4C;
}

.hb-info-section p {
	margin: 0;
}

.section-white {
	background-color: #ffffff;
}

.section-gray {
	background-color: rgba(209, 209, 209, 1);
	color: black;
	margin-left: -600px;
	margin-right: -600px;
}

.section-gray .grid-row {
	width: calc(100% - 1200px);
	margin-left: auto;
	margin-right: auto;
}

/* ### Angebote ### */

.angebote-item {
	background: url("images/startpage/wasserfarben.png");
	background-size: cover;
}

.angebote-content {
	padding-top: 1.5em;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding-left: 0;
}

.angebote-content p {
	margin-top: 0;
}

.content-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: contain;
}

.content-icon--cell {
	display: grid;
}

.content-icon--center {
	display: flex;
	align-self: center;
	justify-self: center;
}

.content-icon.einzel {
	background-image: url("images/einzel.svg");
}

.content-icon.gruppe {
	background-image: url("images/gruppe.svg");
}

.content-icon.paedagogisch {
	background-image: url("images/paedagogisch.svg");
}

.content-icon.sprachfoerderung {
	background-image: url("images/sprachfoerderung.svg");
}

/* ### Full-Width Image Container ### */
figure.full-width {
	width: calc(100% + 3em);
	height: auto;
	margin-left: -1.5em;
}

.full-width img {
	width: 100%;
}

.hb-content section.image-section {
	padding: 0;
}

.image-section {
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.image-section:before {
	content: "";
	width: 1px;
	margin-left: -1px;
	float: left;
	height: 0;
	padding-bottom: calc(100% / (16/9) );
}

.image-section:after {
	content: "";
	display: table;
	clear: both;
}

.mann-buegeln {
	background-image: url("images/ueber_uns_1-1.webp");
}

/* ### Preisliste ### */
#preise {
	background-color: #e4f5e4;
}

#print-prices{
	background: transparent;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.preis-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.preis-item {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
	flex: 1 0 100%;
}

.preis-item.waschservice {
	background: url(images/sonett_logo.png) no-repeat top right;
	background-size: 50%;
}

.preis-item__content {
	box-sizing: border-box;
	min-height: 420px;
	padding: 1em 2em;
	height: calc(100% - 2em);
}

.preis-item__content h3,
.hb-content > section .preis-item__content h3{
	margin: 0;
	padding: .5em 0;
}

.preis-item__content {
	text-align: left;
	padding: 1em;
	background-color: white;
}

.preis-item__content p {
	margin: 0;
	padding: 0 0 .1em 0;
	font-weight: bold;
}

.preis-item__content ul {
	margin: 0;
	padding: 0 0 0 1em;
}

.preisliste__info-bold {
	font-weight: bold;
}

.preis-item__footer {
	text-align: center;
	background: #7db5da;
}

.preis-item__footer p {
	font-weight: bold;
	color: white;
}

.preis-item__footer--special {
	background: #fecc03;
}

ul.preisliste {
	list-style: none;
	padding-left: 0;
}

.preisliste__bullet-li {
	list-style: disc;
	margin-left: 1em;
}

.preisliste-mit-preis li {
	display: flex;
	width: 100%;
	position: relative;
}

.preisliste-mit-preis li > span:first-child {
	flex: 1;
}

.preisliste-mit-preis li > span:last-child {
	flex-basis: 5em;
	text-align: right;
}

.preisliste-mit-preis li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: black;
}

/* ### Footer ### */
.hb-footer {
	grid-area: footer;
	border-top: 1px #737474 solid;
	background-color: white;
}

.hb-footer__nav {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.hb-footer__nav a,
.hb-footer__nav a:hover,
.hb-footer__nav a:visited {
	padding: 1em 0;
	text-decoration: none;
	color: black;
}

.hb-footer__copyright {
	width: 100%;
	text-align: center;
	font-size: .9em;
	margin-top: 0;
	color: black;
}

.hb-footer__copyright .text-small {
	vertical-align: super;
}

.hb-footer img {
	height: 60px;
}

.responsive-image.vcard {
	width: 80%;
	margin: 0 10% 1em 10%;
}

.payment-methods-text {
	margin: 0.5em 1em 0.2em 1em;
}

.payment-methods {
	margin: .5em 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}

.payment-methods li {
	width: 50px;
	text-align: center;
	max-height: 24px;
	padding-top: .5em;
}

.sattt-wrapper > div:first-child {
	text-align: left;
	padding-left: 1em;
}

.sattt-wrapper > div:last-child {
	text-align: right;
	padding-right: 1em;
}

/* ### Feedback ### */
.feedback-hinweis {
	margin-top: 4em;
}

.feedback-fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.feedback-row {
	display: flex;
	flex-direction: column;
}

.feedback-row__left {
	flex-basis: 30%;
	text-align: left;
	margin-bottom: .3em;
}

.feedback-row__right {
	flex-basis: 70%;
}

.feedback-row__scale {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.feedback-item {
	flex: 1;
	margin-bottom: 1em;
	cursor: pointer;
}

.feedback-row__scale label {
	padding: .5em;
	background: white;
	border: 2px solid transparent;
	border-radius: 6px;
	margin-left: 1em;
}

.feedback-row__scale label.feedback-item--first {
	margin-left: 0;
}

.feedback-row__scale label:before {
	content: "";
	height: 1.5em;
	width: 1.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.feedback-row__scale > input:checked + label,
.feedback-row__scale > label:hover {
	border-color: #1A6AB3;
}

.feedback-row__scale label.feedback-item--first:before {
	background: url("images/feedback/smiley-1.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale > input:checked + label.feedback-item--first:before,
.feedback-row__scale > label.feedback-item--first:hover:before {
	background: url("images/feedback/smiley-1--filled.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale label.feedback-item--second:before {
	background: url("images/feedback/smiley-2.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale > input:checked + label.feedback-item--second:before,
.feedback-row__scale > label.feedback-item--second:hover:before {
	background: url("images/feedback/smiley-2--filled.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale label.feedback-item--third:before {
	background: url("images/feedback/smiley-3.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale > input:checked + label.feedback-item--third:before,
.feedback-row__scale > label.feedback-item--third:hover:before {
	background: url("images/feedback/smiley-3--filled.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale label.feedback-item--fourth:before {
	background: url("images/feedback/smiley-4.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale > input:checked + label.feedback-item--fourth:before,
.feedback-row__scale > label.feedback-item--fourth:hover:before {
	background: url("images/feedback/smiley-4--filled.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale label.feedback-item--fifth:before {
	background: url("images/feedback/smiley-5.svg") no-repeat center;
	background-size: contain;
}

.feedback-row__scale > input:checked + label.feedback-item--fifth:before,
.feedback-row__scale > label.feedback-item--fifth:hover:before {
	background: url("images/feedback/smiley-5--filled.svg") no-repeat center;
	background-size: contain;
}

#feedback-last {
	text-align: right;
}

#feedback-last label {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	text-align: left;
}

#feedback-last textarea {
	width: calc(100% - 6px);
	text-align: left;
	min-height: 6em;
}

.feedback__info {
	display: block;
	font-size: .8em;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 5px;
}

/* ### Map ### */
#map {
	position: relative;
	height: 400px;
}

.maps-dsgvo {
	position: absolute;
	bottom: 50px;
	text-align: center;
	background: rgba(0,0,0,.7);
	color: white;
	width: calc(100% - 2em);
	padding: 1em 1em;
}

.maps-dsgvo a,
.maps-dsgvo a:visited {
	display: block;
	color: #0f72b5;
	transition: color .2s linear;
}

.maps-dsgvo a:hover {
	color: #87ceeb;
}

.map-preview {
	background: url("images/startpage/map.webp");
	background-size: cover;
}

/* ### Fotos ### */
.fotos-wrapper {
	text-align: center;
}

.fotos-wrapper a {
	position: relative;
}

.fotos-wrapper a:after {
	content: "+";
	font-size: 1.5em;
	color: white;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

[data-cropped] img {
	height: 140px;
	width: 140px;
	object-fit: cover;
}

/* ### Alert-Box ### */
#alert-box-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 24;
	background: rgba(0, 0, 0, .5);
}

.alert-box__wrapper {
	z-index: 25;
	position: fixed;
	right: 0;
	bottom: 50%;
	left: 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: row;
}

.alert-box {
	display: none;
	z-index: 8;
	margin: 8px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.alert-box h1 {
	margin: 0;
	padding: 0 1em;
	width: calc(100% - 2em);
}

.alert-box.alert-box--open {
	display: flex;
}

.alert-box__inner-wrapper {
	padding-left: 0;
	padding-right: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	transform: scale(0.8);
	flex-direction: column;
	opacity: 0;
	border-radius: 4px;
	box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}

.alert-box--open .alert-box__inner-wrapper {
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
	transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.alert-box__inner-wrapper {
	width: 450px;
}

.alert-box__inner-wrapper::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.alert-box__inner-wrapper.alert-box--error {
	background-color: #E53935;
	color: white;
}

.alert-box__inner-wrapper.alert-box--error a {
	color: white;
	font-weight: bold;
}

.alert-box__inner-wrapper.alert-box--success {
	background-color: #43A047;
	color: white;
}

.alert-box__inner-wrapper.alert-box--success a {
	color: white;
	font-weight: bold;
}

.alert-box__inner-wrapper.alert-box--info{
	background-color: white;
	color: #343434;
}

.alert-box__inner-wrapper.alert-box--info a {
	color: #343434;
	font-weight: bold;
}

.alert-box__inner-wrapper.alert-box--warning {
	background-color: #FB8C00;
	/*color: rgba(0, 0, 0, 0.85);*/
	color: white;
}

.alert-box__inner-wrapper.alert-box--warning a {
	color: white;
	font-weight: bold;
}

.alert-box__title {
	display: flex;
	width: 100%;
	text-align: center;
}

.alert-box__content-wrapper {
	display: flex;
	width: 100%;
	flex-grow: 1;
	box-sizing: border-box;
	flex-direction: column;
}

.alert-box__content {
	width: 100%;
	flex-grow: 1;
	box-sizing: border-box;
	margin: 0;
	visibility: hidden;
	padding: .5em 1em 1em 1em;
}

.alert-box__content p:first-child {
	margin-top: 0;
}

.alert-box__content p:last-child {
	margin-bottom: 0;
}

.alert-box__content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alert-box--open .alert-box__content {
	visibility: visible;
}

.alert-box__button {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	box-sizing: border-box;
	visibility: hidden;
	width: 100%;
	justify-content: flex-end;
}

.alert-box--open .alert-box__button {
	visibility: visible;
}

.alert-box__button button {
	position: relative;
	box-sizing: border-box;
	border: none;
	outline: none;
	background-color: transparent;
	fill: currentColor;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	overflow: visible;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	padding: 8px;
	border-radius: 4px;
}

.alert-box__input--error {
	color: #f44336;
}

.alert-box__input--error input,
.alert-box__input--error textarea {
	border-color: #f44336;
}

.alert-box__input--error textarea {
	background-color: rgb(255, 203, 200);
}

/* ### Kontakt ### */
address {
	font-style: normal;
}

.phone-element,
.email-element,
.email-element:hover,
.email-element:visited {
	color: #737474;
	font-weight: bold;
	text-decoration: none;
}

/* ### FAQ ### */
.accordion-item,
.accordion-item_question,
.accordion-item_toggle,
.accordion-item_answer {
	width: 100%;
}

.accordion-item {
	text-align: left;
	border: 2px solid #737474;
	margin-bottom: 1em;
	border-radius: .5em;
	padding: .5em 0;
	box-shadow: 0 5px 5px -2px rgb(0 0 0 / 30%);
}

.accordion-item_toggle {
	cursor: pointer;
	border: none;
	background: none;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	padding: 0 0 0 40px;
	position: relative;
}

.accordion-item_toggle:before {
	display: block;
	content: "";
	background: url("images/icons/minus-solid.svg") center no-repeat;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	transition: .3s ease;
}

.accordion-item--closed .accordion-item_toggle:before {
	transform: rotate(90deg);
	background: url("images/icons/plus-solid.svg") center no-repeat;
}

.accordion-item_answer {
	padding: 0 0 0 40px;
	margin: 0;
	transition: max-height 0.25s ease-in;
	position: relative;
	visibility: visible;
	overflow: hidden;
	font-size: 1em;
}

.faq-item_answer {
	max-height: 10rem;
}

.accordion-item--closed .accordion-item_answer {
	max-height: 0;
	visibility: hidden;
	transition: max-height 0.15s ease-out, visibility .15s ease-out;
}

.accordion-item_answer h4,
.accordion-item_answer h5 {
	margin-top: .3rem;
	margin-bottom: .2rem;
}

.accordion-item_answer ul {
	margin-top: .3rem;
	margin-bottom: .7rem;
}

/* ### Silke ### */
.team-image {
	border-radius: 1rem;
	overflow: hidden;
}

.button-link,
.pill-link {
	background-color: #737474;
	color: white;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	display: inline-block;
}

.pill-link {
	padding: .5em 2.5em .5em 1em;
	background-color: #737474;
	color: white;
	border-radius: 2em;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.3rem;
}

.pill-link__icon {
	padding: .3em .3em;
	background-color: white;
	border-radius: 3em;
	color: #737474;
	margin-right: .5em;
	font-size: 1.5em;
	vertical-align: sub;
}

.pill-link__icon ::after {
	margin-left: -.3em;
}

.pill-link-kontakt {
	margin-top: 2em;
}

.button-link {
	border-radius: .5em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: .8em 3em;
}

.preisliste-pdf,
.preisliste-pdf:hover,
.preisliste-pdf:visited {
	color: black;
}

.preisliste-pdf .fa-file-pdf {
	font-size: 1.5em;
	vertical-align: middle;
	color: #737474;
	margin-right: .2em;
}

.preisliste-wrapper .grid-row .grid-row__cell--30:nth-child(2) {
	text-align: right;
}

.space-top {
	padding-top: 1em;
}

.space-top--none {
	margin-top: 0;
	padding-top: 0;
}

.space-bottom--none,
.hb-content > section.space-bottom--none {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ### Helper ### */
.hb-inline {
	display: inline;
}

.responsive-image {
	width: 100%;
	height: auto;
}

.auto-width-image {
	width: auto;
}

.responsive-image.full-view-width {
	width: calc(100% + 3em);
	height: auto;
	margin-left: -1.5em;
}

.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}

.cursive {
	font-style: italic;
}

.text-right {
	text-align: right;
}

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

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

.grid-row {
	display: flex;
	flex-direction: column;
}

.grid-row--row-direction {
	flex-direction: row;
}

.grid-row__cell,
.grid-row__cell--20,
.grid-row__cell--30,
.grid-row__cell--50,
.grid-row__cell--70,
.grid-row__cell--80 {
	flex: 1 0 auto;
}

.grid-row--row-direction .grid-row__cell--30 {
	flex: 1 0 30%;
}

.hb-button {
	border: none;
	border-radius: 6px;
	padding: .7em;
	font-weight: bold;
	cursor: pointer;
}

.hb-button--primary {
	color: white;
	background: #0f72b5;
}

#overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 19;
	background: rgba(0, 0, 0, .5);
}

.full-height-section {
	min-height: calc(100% - 2em);
}

.wp-block-pullquote {
	margin: 0;
	padding: 1em 0;
}

.wp-block-pullquote p {
	margin: 0;
}

.wp-block-pullquote cite {
	font-size: 1rem;
}

@media screen and (min-width: 640px) {
	.preis-item {
		flex: 1 1 45%;
		margin: .5em;
	}

	/* ### Feedback ### */
	.feedback-row {
		flex-direction: row;
	}

	.feedback-row__scale label {
		padding: 0.5em 1em;
	}

	.feedback-row__scale label:before {
		width: 2em;
		height: 2em;
	}

	.feedback-row__left {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 740px) {
	.angebote-content {
		flex-wrap: wrap;
		flex-direction: row;
	}

	.angebote-item {
		flex: 1 0 50%;
	}

	.preis-item.waschservice {
		background-size: 30%;
	}
}

@media screen and (min-width: 900px) {
	.grid-row {
		flex-direction: row;
	}

	.grid-row__cell--50 {
		flex: 1 0 50%;
	}

	.ueber-uns-image {
		min-height: auto;
	}

	.grid-row__cell--30 {
		flex: 1 0 30%;
	}

	.grid-row__cell--70 {
		flex: 1 0 70%;
	}

	.grid-row__cell--20 {
		flex: 1 0 20%;
	}

	.grid-row__cell--80 {
		flex: 1 0 80%;
	}

	.rounded-image-wrapper {
		width: 200px;
		height: 200px;
		font-size: 7em;
	}

	.rounded-image-wrapper.female {
		font-size: 8em;
	}

	.team-hunde-wrapper p {
		padding: 0 1em;
	}

	.min-height-250--desktop {
		min-height: 250px;
	}

	.hb-header__left img {
		width: auto;
		height: 100px;
	}
}

@media screen and (min-width: 1200px) {
	.hb-content {
		text-align: left;
	}

	.hb-content > section {
		padding-left: calc(50% - 500px);
		padding-right: calc(50% - 500px);
	}

	.angebote-item {
		flex: 1;
		text-align: center;
		margin: 0 0.5em;
	}

	.angebote-item:first-child {
		margin-left: 0;
	}

	.angebote-item:last-child {
		margin-right: 0;
	}

	.angebote-item h3 {
		font-size: 1.3em;
	}

	.preis-item {
		flex: 1 1 30%;
	}

	.preis-item.waschservice {
		background-size: 40%;
	}

	.team-hunde-wrapper .grid-row__cell--30:first-child h3,
	.team-hunde-wrapper .grid-row__cell--30:first-child h4,
	.team-hunde-wrapper .grid-row__cell--30:first-child p {
		padding-right: 1em;
	}

	.team-hunde-wrapper .grid-row__cell--30:last-child h3,
	.team-hunde-wrapper .grid-row__cell--30:last-child h4,
	.team-hunde-wrapper .grid-row__cell--30:last-child p {
		padding-left: 1em;
	}

	.team-hunde-wrapper h3 {
		text-align: center;
	}

	/* ### Footer ### */
	.hb-footer {
		padding-left: calc(50% - 600px);
		padding-right: calc(50% - 600px);
	}

	.hb-footer__nav {
		width: auto;
		justify-content: center;
	}

	.hb-footer__nav a, .hb-footer__nav a:hover, .hb-footer__nav a:visited {
		margin: 0 .5em;
	}

	h2 small {
		display: inline;
		font-size: .5em;
	}

	.logo-weiss {
		display: none;
	}

	.logo-blau {
		display: block;
	}

	.menu-toggle--mobile {
		display: none;
	}

	/* ### Header ### */
	.hb-header__top {
		padding-left: calc(50% - 600px);
		padding-right: calc(50% - 600px);
		background-color: #ffffff;
	}

	.hb-header__left {
		margin: .5em 0;
		flex-basis: 322px;
	}

	.hb-header__right {
		margin: 0;
		flex-basis: calc(100% - 322px);
	}

	.hb-header__nav--mobile {
		display: flex;
	}

	.hb-header__nav {
		display: flex;
		width: 95%;
		align-items: center;
		position: relative;
		flex-direction: unset;
		text-align: left;
		background: transparent;
		min-height: auto;
		top: unset;
		bottom: unset;
		right: unset;
	}

	.hb-header__nav-left a {
		margin-left: 3em;
		font-size: 1.2em;
	}

	.hb-header__nav-left a:first-child {
		margin-left: 0;
	}

	.hb-header__nav-left {
		display: flex;
		flex-basis: 90%;
		flex-direction: row;
		align-items: center;
	}

	.hb-header__nav-right {
		flex-basis: 10%;
		display: flex;
		justify-content: flex-end;
		margin-top: 0;
	}

	.hb-header__nav-right button:last-child {
		margin-left: 3em;
	}

	.menu-close--mobile {
		display: none;
	}

	/* ### Kontakt ### */
	.responsive-image.vcard {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}

	/* ### Map ### */
	#map {
		height: 500px;
	}

	/* ### Feedback ### */
	.feedback-hinweis {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.feedback-fieldset {
		margin: 0 auto;
		width: 700px;
	}

	/* ### FAQ ### */
	.faq-item_answer {
		max-height: 5rem;
	}

	.hb-content > section h3.accordion-item_question {
		margin: 0;
	}

	body.dark-mode .hb-header__nav {
		background: transparent;
	}
}

@media print {
	main section:not(#preise, #kontakt),
	header,
	footer,
	.print-prices-wrapper {
		display: none;
	}

	#preise {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		overflow: hidden;
		font-size: .8em;
	}

	.preis-item {
		flex: 1 0 40%;
		page-break-inside: avoid;
		margin-right: 10px;
	}

	.preis-item__content {
		min-height: 350px;
	}

	.responsive-image.vcard {
		width: 40%;
	}

	#map {
		display: none;
	}

	.preis-item.waschservice {
		background-size: 25%;
	}
}
