/*!
Theme Name: blumenschoene
Theme URI: http://localhost/blumenschoene
Author: reichelt media.design
Author URI: https://reicheltmedia.design
Description: blumenschoene
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: _s
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.

_s 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
	- Galleries with a "show more" toggle
	- Seitenlinks
	- Comments
	- Contact form
	- Widgets
	- Media
	- Captions
	- Galleries
	- Blumensträuße
# 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: #2c2c2c;
  font-family: "Abel", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

@font-face {
  font-family: "Abel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/abel/abel-v18-latin-regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Abel", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2c2c2c;
  margin: 0 0 0.5em;
}

h1 {
  font-size: 2.375rem;
  color: #3aa935;
  text-align: center;
  position: relative;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.75rem;
  }
}
h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 2px;
  background: linear-gradient(to right, #f9b233 0 calc(33.333% - 2px * 0.5), transparent calc(33.333% - 2px * 0.5) calc(33.333% + 2px * 0.5), #e94e1b calc(33.333% + 2px * 0.5) calc(66.667% - 2px * 0.5), transparent calc(66.667% - 2px * 0.5) calc(66.667% + 2px * 0.5), #f39200 calc(66.667% + 2px * 0.5) 100%);
}

h2 {
  font-size: 1.875rem;
  color: #3aa935;
  text-align: center;
  padding-bottom: 0.6em;
  position: relative;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
  }
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 2px;
  background: linear-gradient(to right, #f9b233 0 calc(33.333% - 2px * 0.5), transparent calc(33.333% - 2px * 0.5) calc(33.333% + 2px * 0.5), #e94e1b calc(33.333% + 2px * 0.5) calc(66.667% - 2px * 0.5), transparent calc(66.667% - 2px * 0.5) calc(66.667% + 2px * 0.5), #f39200 calc(66.667% + 2px * 0.5) 100%);
}

.entry-content * + h2 {
  margin-top: 2em;
}

h3 {
  font-size: 1.5rem;
  color: #3aa935;
}

h4 {
  font-size: 1.125rem;
  color: #3aa935;
}

h5 {
  font-size: 0.9375rem;
  color: #3aa935;
}

h6 {
  font-size: 0.875rem;
  color: #3aa935;
}

h1:not(.hero__quote).has-text-align-left,
h2.has-text-align-left {
  text-align: left;
}
h1:not(.hero__quote).has-text-align-left::after,
h2.has-text-align-left::after {
  left: 0;
  right: auto;
  transform: none;
}
h1:not(.hero__quote).has-text-align-right,
h2.has-text-align-right {
  text-align: right;
}
h1:not(.hero__quote).has-text-align-right::after,
h2.has-text-align-right::after {
  left: auto;
  right: 0;
  transform: none;
}
h1:not(.hero__quote).has-text-align-center,
h2.has-text-align-center {
  text-align: center;
}
h1:not(.hero__quote).has-text-align-center::after,
h2.has-text-align-center::after {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

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: 2px;
  margin: 2.5em 2.625em;
}

.wp-block-separator,
.wp-block-separator.has-alpha-channel-opacity {
  color: #f9b233;
  background-color: #f9b233;
  border-color: #f9b233;
  border-width: 0;
  opacity: 1;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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: #3aa935;
  text-decoration-line: underline;
  text-decoration-color: #f9b233;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: color 0.2s ease;
}
a:visited {
  color: #2d8228;
}
a:hover, a:focus, a:active {
  color: #f9b233;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link {
  background: linear-gradient(135deg, #3aaa35, #0b8e36);
  display: inline-block;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-family: "Abel", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.8em 1.8em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background: linear-gradient(135deg, #318f2d, #086d29);
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
select,
textarea {
  font: inherit;
  line-height: 1.4;
  color: #2c2c2c;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.55em 0.75em;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #939393;
}
input[type=text]:hover:not(:focus),
input[type=email]:hover:not(:focus),
input[type=url]:hover:not(:focus),
input[type=password]:hover:not(:focus),
input[type=search]:hover:not(:focus),
input[type=number]:hover:not(:focus),
input[type=tel]:hover:not(:focus),
input[type=date]:hover:not(:focus),
input[type=month]:hover:not(:focus),
input[type=week]:hover:not(:focus),
input[type=time]:hover:not(:focus),
input[type=datetime]:hover:not(:focus),
input[type=datetime-local]:hover:not(:focus),
select:hover:not(:focus),
textarea:hover:not(:focus) {
  border-color: #939393;
}
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=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  outline: none;
  color: #111;
  border-color: #3aaa35;
  border-bottom-color: #0b8e36;
  box-shadow: inset 0 -1px 0 #0b8e36;
}

input[type=range],
input[type=color] {
  border: 1px solid #ccc;
  border-radius: 6px;
}

textarea {
  display: block;
  width: 100%;
  min-height: 180px;
  resize: vertical;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Top bar
--------------------------------------------- */
.top-bar {
  background: linear-gradient(to bottom, #3aaa35, #0b8e36);
}

.top-bar__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .top-bar__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-bar__inner {
    gap: 6px 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.9375rem;
  }
}

.top-bar__text {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.top-bar__cta {
  display: inline-block;
  background: #fff;
  color: #3aa935;
  border-radius: 50px;
  padding: 0.5em 1.4em;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.top-bar__cta:hover, .top-bar__cta:focus {
  background: #f9b233;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .top-bar__cta {
    padding: 0.65em 1.3em;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

/* Header
--------------------------------------------- */
.site-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 9999;
}

.site-header-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .site-header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .site-header-inner {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 600px) {
  .site-header-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-logo-box {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 18px 25px;
  margin-bottom: -90px;
  position: relative;
  top: -45px;
  z-index: 1;
}
.site-logo-box .custom-logo-link {
  display: block;
  line-height: 0;
}
.site-logo-box img.custom-logo {
  max-height: 130px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .site-logo-box {
    margin-bottom: 0;
    top: 0;
    padding: 15px 20px;
    box-shadow: none;
  }
  .site-logo-box img.custom-logo {
    max-height: 100px;
  }
}
@media screen and (max-width: 900px) {
  .site-logo-box {
    padding: 12px 18px;
  }
  .site-logo-box img.custom-logo {
    max-height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .site-logo-box {
    padding: 6px 14px;
  }
  .site-logo-box img.custom-logo {
    max-height: 70px;
  }
}

.site-description {
  margin: 0.2em 0 0;
  color: #939393;
  font-size: 0.85rem;
}

/* Hero
--------------------------------------------- */
.hero {
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 45vh;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .hero {
    background-attachment: scroll;
    min-height: 30vh;
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
  }
}

.hero__box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 22px 30px;
  padding-left: calc(30px + 10%);
  max-width: calc(800px + 10%);
  text-align: right;
}
@media screen and (max-width: 600px) {
  .hero__box {
    padding: 12px 18px;
    padding-left: 18px;
    max-width: 100%;
    text-align: center;
  }
}

.hero__quote {
  font-weight: 300;
  color: #008d36;
  font-size: 3.2rem;
  line-height: 1.3;
  margin: 0;
  text-align: inherit;
  padding-bottom: 0;
  position: static;
}
.hero__quote::after {
  content: none;
}
@media screen and (max-width: 1200px) {
  .hero__quote {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 900px) {
  .hero__quote {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .hero__quote {
    font-size: 1.25rem;
  }
}

.hero__author {
  margin: 15px 0 0;
  color: #6e6e6e;
  font-size: 1.05rem;
}
@media screen and (max-width: 600px) {
  .hero__author {
    margin-top: 8px;
    font-size: 0.9rem;
  }
}

/* Fleurop
--------------------------------------------- */
.hero--fleurop {
  justify-content: center;
  align-items: center;
}

.fleurop-box {
  background: linear-gradient(135deg, #3aaa35, #0b8e36);
  border-radius: 10px;
  padding: 50px 40px;
  max-width: 640px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3), 0 20px 44px rgba(0, 0, 0, 0.36);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fleurop-box:hover, .fleurop-box:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34), 0 32px 64px rgba(0, 0, 0, 0.46);
}
@media screen and (max-width: 600px) {
  .fleurop-box {
    padding: 30px 20px;
  }
}

.fleurop-box__logo {
  display: block;
}
.fleurop-box__logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .fleurop-box__logo img {
    max-width: 220px;
  }
}

.fleurop-box__heading {
  margin: 25px 0 0;
  color: #fff;
  font-size: 1.8rem;
  padding-bottom: 0;
  position: static;
}
.fleurop-box__heading::after {
  content: none;
}
.fleurop-box__heading a {
  color: inherit;
  text-decoration: none;
}
.fleurop-box__heading a:hover, .fleurop-box__heading a:focus {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .fleurop-box__heading {
    margin-top: 18px;
    font-size: 1.35rem;
  }
}

.fleurop-box__text {
  max-width: 60ch;
  margin: 18px auto 0;
  color: #fff;
}

.fleurop-box__button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 28px;
  border-radius: 10px;
  background: #fff;
  color: #2d8228;
  font-size: 1.05rem;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}
.fleurop-box__button:hover, .fleurop-box__button:focus {
  background: #f9b233;
  color: #2c2c2c;
  text-decoration: none;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background: #f4f4f4;
  margin-top: 60px;
}

.footer-widgets {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .footer-widgets {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-widgets .widget {
  flex: 1 1 220px;
  margin: 0;
}
.footer-widgets .widget-title {
  font-size: 1.1rem;
  color: #3aa935;
  text-align: left;
  padding-bottom: 0;
  position: static;
  margin: 0 0 0.6em;
}
.footer-widgets .widget-title::after {
  content: none;
}
.footer-widgets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widgets li {
  margin: 0 0 0.4em;
}
.footer-widgets p {
  margin: 0 0 0.4em;
}
.footer-widgets a {
  color: #2c2c2c;
  text-decoration: none;
}
.footer-widgets a:hover, .footer-widgets a:focus {
  color: #3aa935;
}
@media screen and (max-width: 600px) {
  .footer-widgets .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 51px 1fr !important;
    align-items: center;
  }
  .footer-widgets .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-widgets .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
  }
  .footer-widgets .wp-block-media-text__media img {
    width: 36px;
  }
}
.footer-widgets figure.wp-block-table.footer {
  margin: 0;
}
.footer-widgets figure.wp-block-table.footer table {
  border-collapse: collapse;
  width: auto;
}
.footer-widgets figure.wp-block-table.footer thead,
.footer-widgets figure.wp-block-table.footer tfoot {
  border: none;
}
.footer-widgets figure.wp-block-table.footer td,
.footer-widgets figure.wp-block-table.footer th {
  padding: 2px 8px 2px 0;
  border: none;
}
.footer-widgets figure.wp-block-table.footer td:first-child,
.footer-widgets figure.wp-block-table.footer th:first-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 20px;
}
.footer-widgets figure.wp-block-table.footer td:first-child img.emoji,
.footer-widgets figure.wp-block-table.footer th:first-child img.emoji {
  font-size: 24px;
  min-width: 24px;
}

.wp-block-group.partner {
  gap: 25px;
}
.wp-block-group.partner figure {
  max-height: 200px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wp-block-group.partner figure:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}
.wp-block-group.partner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.wp-block-group.partner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .wp-block-group.partner {
    grid-template-columns: 1fr !important;
  }
  .wp-block-group.partner figure {
    max-height: 100px;
  }
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: block;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  min-width: 200px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul li:first-child > a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.main-navigation ul ul li:last-child > a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.main-navigation ul ul a {
  width: 100%;
  text-align: right;
  padding: 15px 20px;
  font-size: 1.4em;
}
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation #primary-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  width: 30vw;
  min-width: min(320px, 100vw);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding-top: 252px;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
}
@media screen and (max-width: 900px) {
  .main-navigation #primary-menu {
    padding-top: 215px;
  }
}
@media screen and (max-width: 600px) {
  .main-navigation #primary-menu {
    width: 100vw;
    padding-top: 175px;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation #primary-menu > li > ul {
    min-width: 0;
    width: calc(100% - 16px);
    margin: 0 8px;
  }
  .main-navigation #primary-menu > li.focus > ul {
    left: 0;
  }
}
.main-navigation li {
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #3aa935;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  padding: 10px 15px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.main-navigation #primary-menu > li > a {
  text-align: right;
  padding: 12px 20px;
}
.main-navigation .menu-item-has-children > a {
  padding-right: 32px;
}
.main-navigation #primary-menu > li.menu-item-has-children > a {
  padding-right: 32px;
}
.main-navigation .submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 2px;
  height: 100%;
  width: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.main-navigation .submenu-toggle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  color: #939393;
  transition: transform 0.2s ease;
}
.main-navigation .submenu-toggle:hover, .main-navigation .submenu-toggle:focus {
  background: rgba(0, 0, 0, 0.05);
}
.main-navigation li.focus > .submenu-toggle::after {
  transform: rotate(180deg);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  background: linear-gradient(135deg, #3aaa35, #0b8e36);
  color: #fff;
  border-radius: 8px;
}
.main-navigation .current_page_item > .submenu-toggle::after,
.main-navigation .current-menu-item > .submenu-toggle::after,
.main-navigation .current_page_ancestor > .submenu-toggle::after,
.main-navigation .current-menu-ancestor > .submenu-toggle::after {
  color: #fff;
}
.main-navigation #primary-menu .current_page_item > a,
.main-navigation #primary-menu .current-menu-item > a,
.main-navigation #primary-menu .current_page_ancestor > a,
.main-navigation #primary-menu .current-menu-ancestor > a {
  width: calc(100% - 16px);
  margin: 4px 8px;
}
.main-navigation .current_page_item:hover > a,
.main-navigation .current-menu-item:hover > a,
.main-navigation .current_page_ancestor:hover > a,
.main-navigation .current-menu-ancestor:hover > a,
.main-navigation .current_page_item.focus > a,
.main-navigation .current-menu-item.focus > a,
.main-navigation .current_page_ancestor.focus > a,
.main-navigation .current-menu-ancestor.focus > a {
  color: #fff;
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a,
.main-navigation ul ul .current_page_item:hover > a,
.main-navigation ul ul .current-menu-item:hover > a,
.main-navigation ul ul .current_page_ancestor:hover > a,
.main-navigation ul ul .current-menu-ancestor:hover > a,
.main-navigation ul ul .current_page_item.focus > a,
.main-navigation ul ul .current-menu-item.focus > a,
.main-navigation ul ul .current_page_ancestor.focus > a,
.main-navigation ul ul .current-menu-ancestor.focus > a {
  background: #eaeaea;
  color: #3aa935;
  border-radius: 8px;
  width: calc(100% - 16px);
  margin: 4px 8px;
}
@media screen and (max-width: 1199px) {
  .main-navigation .submenu-toggle {
    width: 48px;
  }
  .main-navigation .menu-item-has-children > a {
    padding-right: 60px;
  }
  .main-navigation #primary-menu > li > a,
  .main-navigation #primary-menu > li.menu-item-has-children > a {
    padding-right: 60px;
  }
  .main-navigation #primary-menu > li > .submenu-toggle {
    right: 6px;
  }
  .main-navigation #primary-menu > li.current_page_item > a,
  .main-navigation #primary-menu > li.current-menu-item > a,
  .main-navigation #primary-menu > li.current_page_ancestor > a,
  .main-navigation #primary-menu > li.current-menu-ancestor > a {
    padding-right: 52px;
  }
}

/* Small menu. */
.main-navigation.toggled #primary-menu {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.3s ease;
}

body.menu-open {
  overflow: hidden;
}

.menu-toggle {
  display: block;
  position: relative;
  z-index: 1000;
  border: 0;
  border-radius: 50px;
  background: #3aa935;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.6em 1.2em;
}
.menu-toggle:hover, .menu-toggle:focus {
  background: #2d8228;
}
@media screen and (max-width: 600px) {
  .menu-toggle {
    font-size: 1rem;
  }
}

.main-navigation.toggled .menu-toggle {
  background: #eaeaea;
  color: #3aa935;
}
.main-navigation.toggled .menu-toggle:hover, .main-navigation.toggled .menu-toggle:focus {
  background: #d6d6d6;
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    margin-left: auto;
  }
  .main-navigation #primary-menu {
    display: flex;
    align-items: center;
    gap: 5px;
    position: static;
    width: auto;
    min-width: 0;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
    padding-top: 0;
    background: none;
    box-shadow: none;
    transform: none;
    visibility: visible;
  }
  .main-navigation #primary-menu > li.menu-item-has-children:hover > ul {
    left: auto;
    right: 2px;
  }
  .main-navigation #primary-menu > li.menu-item-has-children:hover > .submenu-toggle::after {
    transform: rotate(180deg);
  }
  .main-navigation #primary-menu > li.focus > ul {
    left: auto;
    right: 2px;
  }
  .main-navigation #primary-menu .current_page_item > a,
  .main-navigation #primary-menu .current-menu-item > a,
  .main-navigation #primary-menu .current_page_ancestor > a,
  .main-navigation #primary-menu .current-menu-ancestor > a {
    width: auto;
    margin: 0;
  }
  .main-navigation #primary-menu > li.current_page_item:hover > a, .main-navigation #primary-menu > li.current_page_item.focus > a, .main-navigation #primary-menu > li.current-menu-item:hover > a, .main-navigation #primary-menu > li.current-menu-item.focus > a, .main-navigation #primary-menu > li.current_page_ancestor:hover > a, .main-navigation #primary-menu > li.current_page_ancestor.focus > a, .main-navigation #primary-menu > li.current-menu-ancestor:hover > a, .main-navigation #primary-menu > li.current-menu-ancestor.focus > a {
    border-bottom-right-radius: 0;
  }
  .main-navigation #primary-menu > li.current_page_item:hover > ul, .main-navigation #primary-menu > li.current_page_item.focus > ul, .main-navigation #primary-menu > li.current-menu-item:hover > ul, .main-navigation #primary-menu > li.current-menu-item.focus > ul, .main-navigation #primary-menu > li.current_page_ancestor:hover > ul, .main-navigation #primary-menu > li.current_page_ancestor.focus > ul, .main-navigation #primary-menu > li.current-menu-ancestor:hover > ul, .main-navigation #primary-menu > li.current-menu-ancestor.focus > ul {
    right: 0;
    border-top-right-radius: 0;
  }
  .main-navigation #primary-menu > li.current_page_item:hover > ul > li:first-child > a, .main-navigation #primary-menu > li.current_page_item.focus > ul > li:first-child > a, .main-navigation #primary-menu > li.current-menu-item:hover > ul > li:first-child > a, .main-navigation #primary-menu > li.current-menu-item.focus > ul > li:first-child > a, .main-navigation #primary-menu > li.current_page_ancestor:hover > ul > li:first-child > a, .main-navigation #primary-menu > li.current_page_ancestor.focus > ul > li:first-child > a, .main-navigation #primary-menu > li.current-menu-ancestor:hover > ul > li:first-child > a, .main-navigation #primary-menu > li.current-menu-ancestor.focus > ul > li:first-child > a {
    border-top-right-radius: 0;
  }
}
.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
--------------------------------------------- */
.site {
  overflow-x: clip;
}

.site-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .site-main {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .site-main {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.sticky {
  display: block;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .page-content,
  .entry-content,
  .entry-summary {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .page-content,
  .entry-content,
  .entry-summary {
    font-size: 1.1875rem;
  }
}
.page-content > .alignfull,
.entry-content > .alignfull,
.entry-summary > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 600px) {
  .page-content > .alignfull,
  .entry-content > .alignfull,
  .entry-summary > .alignfull {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

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

/* Galleries with a "show more" toggle
--------------------------------------------- */
.wp-block-gallery {
  --wp--style--gallery-gap-default: 25px;
}
@media screen and (max-width: 900px) {
  .wp-block-gallery {
    --wp--style--gallery-gap-default: 16px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    --wp--style--gallery-gap-default: 12px;
  }
}

.wp-block-gallery.has-nested-images.mehr-anzeigen > figure.wp-block-image {
  flex-grow: 0;
}

.wp-block-gallery.mehr-anzeigen figure.wp-block-image {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wp-block-gallery.mehr-anzeigen figure.wp-block-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.wp-block-gallery.mehr-anzeigen.is-collapsed > .wp-block-image:nth-child(n+5) {
  display: none;
}

.gallery-more__toggle {
  display: block;
  margin: 0 auto 2em;
  background: none;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #3aa935;
  padding: 0.6em 1.6em;
  font-family: "Abel", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.gallery-more__toggle:hover, .gallery-more__toggle:focus {
  background: none;
  border-color: #3aa935;
  color: #2d8228;
}

/* Seitenlinks
--------------------------------------------- */
.seitenlinks-box {
  background: linear-gradient(135deg, #f4f4f4 0%, #eaeaea 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 2em 0;
}
@media screen and (min-width: 1200px) {
  .seitenlinks-box {
    margin-top: calc(2em + 25px);
  }
}
@media screen and (max-width: 600px) {
  .seitenlinks-box {
    padding: 18px;
    border-radius: 10px;
  }
}

.seitenlinks {
  --seitenlinks-card: 357px;
  --seitenlinks-min: 260px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(var(--seitenlinks-min), (100% - (var(--seitenlinks-columns) - 1) * 25px) / var(--seitenlinks-columns)), 1fr));
  gap: 25px;
  margin: 0 auto;
  max-width: calc(var(--seitenlinks-columns) * var(--seitenlinks-card) + (var(--seitenlinks-columns) - 1) * 25px);
}
@media screen and (min-width: 1200px) {
  .seitenlinks {
    margin-top: calc(-1 * (25px + 25px));
  }
}

.seitenlinks__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.seitenlinks__item:hover, .seitenlinks__item:focus {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}
.seitenlinks__item--textonly {
  min-height: 180px;
  justify-content: center;
}
.seitenlinks__item--textonly .seitenlinks__label {
  margin-top: 0;
}

.seitenlinks__media {
  aspect-ratio: 4/3;
  min-height: 0;
}
@media screen and (max-width: 1199px) {
  .seitenlinks__media {
    aspect-ratio: 8/3;
  }
}
.seitenlinks__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.seitenlinks__item--logo .seitenlinks__media img {
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
}

.seitenlinks__label {
  padding: 26px 18px 22px;
  color: #3aa935;
  font-family: "Abel", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .seitenlinks__label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .seitenlinks__label {
    padding: 20px 14px 18px;
    font-size: 1.125rem;
  }
}

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

.bypostauthor {
  display: block;
}

/* Contact form
--------------------------------------------- */
.wpcf7-form input:not([type=submit]):not([type=hidden]),
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
}

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

/* Blumensträuße
--------------------------------------------- */
.blumenstraeusse-grid {
  --blumenstraeusse-columns: 4;
  --blumenstraeusse-gap: 25px;
  --blumenstraeusse-min: 200px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--blumenstraeusse-min), (100% - (var(--blumenstraeusse-columns) - 1) * var(--blumenstraeusse-gap)) / var(--blumenstraeusse-columns)), 1fr));
  gap: var(--blumenstraeusse-gap);
  margin: 2em 0;
}
@media screen and (max-width: 600px) {
  .blumenstraeusse-grid {
    --blumenstraeusse-gap: 18px;
    margin: 1.5em 0;
  }
}

.blumenstraeusse-grid__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.blumenstraeusse-grid__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}
.blumenstraeusse-grid__item .wp-block-gallery {
  display: block;
  margin: 0;
  flex: 1 1 auto;
  min-height: 0;
}
.blumenstraeusse-grid__item .wp-block-image {
  margin: 0;
  width: 100% !important;
  height: 100%;
}
.blumenstraeusse-grid__item .wp-block-image:not(:first-child) {
  display: none !important;
}
.blumenstraeusse-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 600px) {
  .blumenstraeusse-grid__item .wp-block-gallery {
    flex: 0 0 auto;
    aspect-ratio: 2/1;
  }
}

.blumenstraeusse-grid__caption {
  padding: 15px 18px 18px;
  flex: 0 0 auto;
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .blumenstraeusse-grid__caption {
    padding: 12px 14px 14px;
  }
}

.blumenstraeusse-grid__title {
  margin: 0;
}
.blumenstraeusse-grid__title a {
  color: inherit;
  text-decoration: none;
}
.blumenstraeusse-grid__title a:hover, .blumenstraeusse-grid__title a:focus {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #f9b233;
}

.blumenstraeusse-highlight {
  background: linear-gradient(135deg, #3aaa35, #0b8e36);
  border-radius: 10px;
  padding: 50px 40px;
  margin: 2em 0;
}
@media screen and (max-width: 600px) {
  .blumenstraeusse-highlight {
    padding: 30px 20px;
  }
}

.blumenstraeusse-grid--highlight {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 420px));
  justify-content: center;
  margin: 0;
}
.blumenstraeusse-grid--highlight .blumenstraeusse-grid__item {
  border: 8px solid #fff;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.blumenstraeusse-highlight__teaser {
  max-width: 60ch;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
}
.blumenstraeusse-highlight__teaser p {
  margin: 0;
}
.blumenstraeusse-highlight__teaser a {
  color: #fff;
  text-decoration-color: #fff;
}

.strauss-week {
  margin: 0;
  color: #939393;
  text-align: center;
}

.strauss-gallery {
  margin: 2em 0;
}
.strauss-gallery .wp-block-gallery {
  --wp--style--gallery-gap-default: 25px;
}
.strauss-gallery figure.wp-block-image {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.strauss-gallery figure.wp-block-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.strauss-back {
  margin: 2em 0 0;
  text-align: center;
}

/*--------------------------------------------------------------
# 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: #f4f4f4;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #2c2c2c;
  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;
}
