/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/style.scss ***!
  \**********************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: hellwage
Theme URI: http://underscores.me/
Author: Christoph Müller
Author URI: https://positionabsolute.de
Description: Custom Theme für Hellwage Kommunikation
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: hellwage
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.

hellwage 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

--------------------------------------------------------------*/
.color--primary {
  color: rgb(189, 165, 0);
}

.bg--primary {
  background-color: rgb(189, 165, 0);
}

.color--secondary {
  color: rgb(67, 34, 51);
}

.bg--secondary {
  background-color: rgb(67, 34, 51);
}

.color--glas {
  color: rgb(245, 245, 245);
}

.bg--glas {
  background-color: rgb(245, 245, 245);
}

.color--stone {
  color: rgb(133, 142, 149);
}

.bg--stone {
  background-color: rgb(133, 142, 149);
}

.color--sand {
  color: rgb(186, 183, 172);
}

.bg--sand {
  background-color: rgb(186, 183, 172);
}

.color--steel {
  color: rgb(114, 114, 110);
}

.bg--steel {
  background-color: rgb(114, 114, 110);
}

.color--white {
  color: #fff;
}

.bg--white {
  background-color: #fff;
}

/*--------------------------------------------------------------
# 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: #000;
  font-family: "Adelle Sans EXT", "Helvetica Neue", -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: rgb(189, 165, 0);
  font-family: "Adelle Sans EXT", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 35px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 400px) {
  h1 {
    font-size: 8.75vw;
  }
}
@media screen and (min-width: 548px) {
  h1 {
    font-size: 3rem;
  }
}
.hero-title {
  font-size: 9.25vw;
  max-width: 700px;
  text-align: center;
  font-weight: 300;
  margin: 50px auto;
  line-height: 1.2;
}

@media screen and (min-width: 710px) {
  .hero-title {
    font-size: 60px;
  }
}
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%;
}

.claim-text {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0 40px;
}
.claim-text p {
  margin-bottom: 0;
  font-size: 1.15em;
}
.claim-text p br {
  display: none;
}
@media screen and (min-width: 760px) {
  .claim-text p {
    font-size: 2.325vw;
  }
}
@media screen and (min-width: 935px) {
  .claim-text p {
    font-size: 1.35em;
  }
  .claim-text p br {
    display: block;
  }
}

/* Elements
--------------------------------------------- */
html,
body {
  max-width: 100vw;
}

body {
  background: #f5f5f5;
}

.page-top-teleporter {
  position: absolute;
  right: 0;
  top: -90px;
}
.page-top-teleporter > div {
  display: flex;
  justify-content: flex-end;
}
.page-top-teleporter svg {
  cursor: pointer;
}
.page-top-teleporter svg:hover {
  opacity: 0.8;
}

.ws-booking-container {
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 980px) {
  .ws-booking-container {
    grid-template-columns: 2fr 1fr;
  }
}

.post-single .post__content--extended .entry-content h1 {
  font-size: 3em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  color: rgb(67, 34, 51);
  hyphens: auto;
}
.post-single .post__content--extended .entry-content h2 {
  margin-top: 20px;
  line-height: 1.2;
}
.post-single .post__content--extended .entry-content h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  margin-top: 55px;
  margin-bottom: 0px;
  color: rgb(67, 34, 51);
}
.post-single .post__content--extended .entry-content ul {
  margin-left: 0;
  padding-left: 20px;
}
.post-single .post__content--extended .entry-content hr {
  border: none;
  height: 1rem;
  background-image: radial-gradient(circle, rgb(189, 165, 0) 0.5px, transparent 1.5px);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 6px 1rem;
  background-color: transparent;
  margin: 2rem 0;
}
.post-single .post__content--extended .entry-content .content-container__dark {
  background-color: rgb(67, 34, 51);
  padding: 2rem;
  color: #ffffff;
  margin-top: 50px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 1px 25px 40px 25px;
}
.post-single .post__content--extended .entry-content .content-container__dark p {
  color: #ffffff;
}
.post-single .post__content--extended .entry-content .content-container__dark h1,
.post-single .post__content--extended .entry-content .content-container__dark h2,
.post-single .post__content--extended .entry-content .content-container__dark h3,
.post-single .post__content--extended .entry-content .content-container__dark h4,
.post-single .post__content--extended .entry-content .content-container__dark h5,
.post-single .post__content--extended .entry-content .content-container__dark h6 {
  color: rgb(189, 165, 0);
  hyphens: auto;
}
.post-single .post__content--extended .entry-content .content-container__dark h3 {
  margin-top: 30px;
}

.wp-workshop-client-information {
  order: 2;
}
@media screen and (min-width: 980px) {
  .wp-workshop-client-information {
    order: unset;
  }
}

.ws-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.45;
}

.ws__workshop-list {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  margin-bottom: 20px;
  gap: 0.5rem;
  order: 1;
}
@media screen and (min-width: 980px) {
  .ws__workshop-list {
    order: unset;
  }
}
.ws__workshop-list .wpforms-field-label {
  font-weight: 400 !important;
  font-size: 14px !important;
  display: block;
  margin-bottom: 35px;
}
.ws__workshop-list .ws_select-option {
  border: 1.5px solid #000;
  padding: 1rem;
  cursor: pointer;
  display: block;
  display: flex;
  gap: 10px;
  align-items: baseline;
  user-select: none;
}
.ws__workshop-list .ws_select-option input[type=radio] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.ws__workshop-list .ws_select-option .radio-mark {
  display: inline-block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 100%;
  border: 2px solid black;
  margin-right: 0.5em;
  box-sizing: border-box;
}
.ws__workshop-list .ws_select-option input[type=radio]:hover + .radio-mark, .ws__workshop-list .ws_select-option input[type=radio]:checked + .radio-mark {
  background-color: white;
  border: none;
}
.ws__workshop-list .ws_select-option .ws_title {
  font-size: 0.9rem;
  display: block;
}
.ws__workshop-list .ws_select-option .ws_price {
  color: rgb(189, 165, 0);
}
.ws__workshop-list .ws_select-option .ws_date,
.ws__workshop-list .ws_select-option .ws_price {
  font-size: 0.9rem;
  font-weight: 700;
}
input[type=radio]:checked + .ws__workshop-list .ws_select-option, .ws__workshop-list .ws_select-option:has(input[type=radio]:checked) {
  border-color: rgb(67, 34, 51);
  background-color: rgb(67, 34, 51);
}
input[type=radio]:checked + .ws__workshop-list .ws_select-option .ws_price, .ws__workshop-list .ws_select-option:has(input[type=radio]:checked) .ws_price {
  color: rgb(189, 165, 0);
}
input[type=radio]:checked + .ws__workshop-list .ws_select-option .ws_date,
input[type=radio]:checked + .ws__workshop-list .ws_select-option .ws_title, .ws__workshop-list .ws_select-option:has(input[type=radio]:checked) .ws_date,
.ws__workshop-list .ws_select-option:has(input[type=radio]:checked) .ws_title {
  color: white;
}
.ws__workshop-list .ws_select-option:hover {
  border-color: #000;
  background-color: rgb(67, 34, 51);
  color: #fff;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
  background-color: rgb(67, 34, 51) !important;
  border: none !important;
  padding: 25px 20px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p {
  color: #fff !important;
}

.checkbox-label-aligned {
  display: flex !important;
  align-items: center;
  gap: 15px;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.checkbox-label-aligned p {
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-label-aligned input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid black;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
.checkbox-label-aligned input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpforms-required-label {
  color: rgb(189, 165, 0) !important;
}

div.wpforms-container-full:not(:empty) {
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
}

.wpforms-field-container {
  grid-column-gap: 40px;
}
@media screen and (min-width: 660px) {
  .wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.wpforms-field-container .wpforms-field-label {
  font-weight: 400 !important;
  font-size: 14px !important;
  display: block;
  margin-bottom: 15px;
}
.wpforms-field-container .wpforms-field {
  opacity: 0;
  padding: 14px 0;
}
.wpforms-field-container #wpforms-100-field_3-container {
  grid-column: 1/3;
}
.wpforms-field-container input.wpforms-field-large {
  background-color: transparent;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1.5px solid black !important;
  display: block;
  width: 100% !important;
}
.wpforms-field-container textarea {
  border: 1.5px solid black !important;
  border-radius: 0 !important;
}
.wpforms-field-container #wpforms-100-field_3-description {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #000;
}

.cky-notice {
  max-width: 1220px;
  margin: 0 auto;
}

.cky-consent-container .cky-consent-bar {
  border: none !important;
  box-shadow: none !important;
  min-height: 134px;
}

.cky-notice-des br {
  display: none;
}
@media screen and (min-width: 1170px) {
  .cky-notice-des br {
    display: unset;
  }
}

.cky-btn {
  padding: 10px 30px !important;
  border-radius: 25px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.cky-btn.cky-btn-reject {
  color: rgb(189, 165, 0) !important;
  border-color: rgb(189, 165, 0) !important;
}

.cky-btn.cky-btn-accept {
  color: #fff !important;
  border-color: rgb(189, 165, 0) !important;
  background-color: rgb(189, 165, 0) !important;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: rgb(189, 165, 0);
}
a:visited {
  color: rgb(189, 165, 0);
}
a:hover, a:focus, a:active {
  color: rgb(189, 165, 0);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #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;
}

.btn {
  padding: 11px 70px;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.btn--gold {
  color: rgb(189, 165, 0);
  border-color: rgb(189, 165, 0);
}
.btn:hover {
  background-color: #fff;
}

.btn--dark {
  background-color: transparent !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding: 10px 75px !important;
  border-radius: 25px !important;
  line-height: 1.5 !important;
  border: 1.5px solid #000 !important;
  height: unset !important;
}

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
--------------------------------------------- */
.site-header {
  background-color: #fff;
  padding: 15px 30px 12px;
}
.site-header #menu-imprint {
  display: none;
}
.site-header #open-menu {
  display: block;
}
.site-header #close-menu {
  display: none;
}
.site-header.menu-isopen {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(67, 34, 51);
  z-index: 5000;
}
.site-header.menu-isopen #open-menu {
  display: none;
}
.site-header.menu-isopen #close-menu {
  display: block;
}
.site-header.menu-isopen .site-branding {
  order: 1;
}
.site-header.menu-isopen .menu-spracheinstellungen-container {
  display: block;
  order: 2;
  max-width: 300px;
  width: 100%;
}
.site-header.menu-isopen .menu-spracheinstellungen-container #language-switcher a {
  color: white;
}
.site-header.menu-isopen .main-navigation {
  order: 3;
}
.site-header.menu-isopen .main-navigation {
  height: calc(100dvh - 280px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.site-header.menu-isopen .menu-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}
.site-header.menu-isopen .site-branding svg {
  display: block;
  margin: 50px auto 4vh;
}
.site-header.menu-isopen .cls-h-1,
.site-header.menu-isopen .cls-h-2 {
  fill: #fff;
}
.site-header.menu-isopen .header-container {
  flex-direction: column;
}
.site-header.menu-isopen .sub-menu {
  margin-bottom: 15px;
}
.site-header.menu-isopen #primary-menu {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.site-header.menu-isopen #primary-menu li {
  border-bottom: 2px solid rgb(189, 165, 0);
}
.site-header.menu-isopen #primary-menu li:not(.current-menu-item, .current-page-item, .current-page-item, .current-page-parent) a,
.site-header.menu-isopen #primary-menu li:not(.current-menu-item, .current-page-item, .current-page-item, .current-page-parent) a:hover {
  color: white;
}
.site-header.menu-isopen #primary-menu li a {
  font-size: 2em;
  font-weight: 600;
  padding: 5px 0;
}
@media screen and (min-width: 400px) {
  .site-header.menu-isopen #primary-menu li a {
    font-size: 2.75em;
  }
}
@media screen and (min-width: 500px) {
  .site-header.menu-isopen #primary-menu li a {
    font-size: 4em;
  }
}
.site-header.menu-isopen #menu-imprint {
  bottom: 0;
  left: auto;
  right: auto;
  display: flex;
  max-width: 300px;
  justify-content: space-between;
  margin: 25px auto 0;
  gap: 20px;
}
.site-header.menu-isopen #menu-imprint li a {
  font-size: 26px;
}
.site-header .header-container {
  margin: 0 auto;
  max-width: 1220px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 820px) {
  .site-header .header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}
.site-header .site-branding svg {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 820px) {
  .site-header .site-branding svg {
    max-width: 335px;
  }
}
.site-header .site-branding svg:hover {
  opacity: 0.8;
}
.site-header .site-title {
  margin: 0;
}

.menu-spracheinstellungen-container {
  display: none;
}
@media screen and (min-width: 820px) {
  .menu-spracheinstellungen-container {
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
  }
}

#language-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  line-height: 1;
}
#language-switcher li:hover a, #language-switcher li.current-language-menu-item a {
  color: rgb(189, 165, 0);
}
#language-switcher a {
  color: rgb(67, 34, 51);
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 1px;
  display: inline-block;
  line-height: 11px;
  height: 12px;
  overflow: hidden;
}
#language-switcher li:not(:last-child) a {
  padding-right: 5px;
  border-right: 2px solid rgb(189, 165, 0);
}
#language-switcher a {
  text-decoration: none;
}

.main-navigation {
  display: block;
}
@media screen and (min-width: 820px) {
  .main-navigation {
    position: relative;
    width: auto;
    height: auto;
    z-index: unset;
  }
}
.main-navigation .menu-item-has-children {
  z-index: 5000;
}
.main-navigation .menu-item-has-children:hover {
  background-color: rgb(67, 34, 51);
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul > li {
  padding: 10px 0;
  margin-bottom: -12px;
  font-size: 0.945em;
}
@media screen and (min-width: 820px) {
  .main-navigation ul > li {
    padding: 10px 11.75px;
  }
}
.main-navigation ul > li:last-child {
  padding-right: 0;
}
.main-navigation ul li:hover .sub-menu {
  display: block !important;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul.sub-menu {
  position: relative;
  display: block;
  float: none;
  left: 0;
}
.main-navigation ul ul.sub-menu li {
  font-size: 0.4em;
}
.main-navigation ul ul.sub-menu li:not(.current_page_item) a {
  color: #fff;
}
.main-navigation ul ul.sub-menu li:not(.current_page_item) a:hover {
  color: rgb(189, 165, 0);
}
.main-navigation ul ul.sub-menu li a {
  width: auto;
}
@media screen and (min-width: 820px) {
  .translatepress-en_US .main-navigation ul ul.sub-menu li a {
    min-width: 247px;
  }
}
@media screen and (max-width: 820px) {
  .main-navigation ul ul.sub-menu li,
  .main-navigation ul ul.sub-menu li a {
    border-bottom: none !important;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 820px) {
  .main-navigation ul ul.sub-menu {
    display: none;
    position: absolute;
    margin-left: -105px;
    background-color: rgb(67, 34, 51);
    flex-direction: column;
    padding: 12px 15px;
  }
  .main-navigation ul ul.sub-menu li {
    font-size: 0.85em;
    margin: 15px 0;
    display: block;
  }
  .main-navigation ul ul.sub-menu li:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(189, 165, 0);
  }
  .main-navigation ul ul.sub-menu li:first-child {
    padding-top: 0;
    margin-top: 10px;
  }
  .main-navigation ul ul.sub-menu li:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navigation ul ul.sub-menu li a {
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.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 !important;
  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 li:hover > a, .main-navigation li.focus > a {
  color: rgb(189, 165, 0);
}
.main-navigation a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 3em;
}
@media screen and (min-width: 820px) {
  .main-navigation a {
    font-size: 1.54em;
    font-weight: 600;
    color: rgb(67, 34, 51);
    line-height: 1.4em;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_parent > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: rgb(189, 165, 0);
}

.menu-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
}

@media screen and (min-width: 820px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
/* Footer
--------------------------------------------- */
footer.site-footer {
  background: rgb(67, 34, 51);
  position: relative;
  font-weight: 600;
  padding: 40px 30px;
}
footer.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
@media screen and (min-width: 300px) {
  footer.site-footer ul {
    display: flex;
    column-gap: 20px;
  }
}
footer.site-footer ul li a {
  text-decoration: none;
}
footer.site-footer ul li:not(.current_page_parent, .current-menu-item) a {
  color: #fff;
}
footer.site-footer ul li:not(.current_page_parent, .current-menu-item) a:hover {
  color: rgb(189, 165, 0);
}
footer .site-info {
  display: grid;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  footer .site-info {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
  }
}
footer .site-footer__logo {
  max-width: 250px;
  margin: 0 auto;
}
footer .site-footer__logo svg {
  overflow: visible;
}
@media screen and (min-width: 810px) {
  footer .site-footer__logo {
    margin: 0;
  }
}
footer .contact-links {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 340px) {
  footer .contact-links {
    text-align: center;
  }
}
@media screen and (min-width: 810px) {
  footer .contact-links {
    margin-bottom: 0;
    text-align: left;
  }
}
footer .contact-links a {
  display: block;
  text-decoration: none;
}
footer .contact-links a:hover {
  color: #fff;
}
@media screen and (min-width: 810px) {
  footer .site--fiter__imprint ul {
    justify-content: flex-end;
  }
}

/* Posts and pages
--------------------------------------------- */
.workshop:first-of-type {
  margin-top: 40px;
}
.workshop.open .workshop-details {
  max-height: 1000px; /* oder auto via JS, siehe unten */
  opacity: 1;
}
.workshop.open .entry-footer .entry-meta {
  opacity: 1;
}
.workshop.open .toggle-button svg {
  transform: rotate(180deg);
}
.workshop .entry-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workshop .entry-footer .entry-meta {
  font-size: 0.9em;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.workshop .workshop-footer {
  margin-top: auto;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.workshop .workshop-footer a {
  font-weight: 700;
  display: flex;
  gap: 3px;
  align-items: center;
}
.workshop .workshop-footer a svg {
  fill: rgb(67, 34, 51);
}
.workshop .workshop-footer a:hover {
  color: rgb(67, 34, 51);
}
.workshop .toggle-button {
  cursor: pointer;
  text-decoration: none;
}
.workshop .toggle-button svg {
  transition: rotate 0.3s ease;
}
.workshop .ws-booking-button {
  cursor: pointer;
}
.workshop .preview__content {
  padding-top: 15px !important;
}
.workshop .workshop-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: rgb(67, 34, 51);
  margin-bottom: 7px;
}
.workshop .workshop-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}
.workshop .workshop-details .ws-detail__columns {
  display: grid;
}
.workshop .workshop-details .ws-detail__columns > div:first-child {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgb(189, 165, 0);
}
.workshop .workshop-details .ws-detail__columns > div:nth-of-type(2) {
  margin-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .workshop .workshop-details .ws-detail__columns {
    grid-template-columns: 1fr 1fr;
  }
  .workshop .workshop-details .ws-detail__columns > div:first-child {
    border-right: 1px solid rgb(189, 165, 0);
    border-bottom: none;
    padding-right: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .workshop .workshop-details .ws-detail__columns > div:nth-of-type(2) {
    padding-left: 22px;
    margin-bottom: 0;
  }
}
.workshop .workshop-details h3 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.workshop .workshop-details .ws-highlight-heading {
  margin-bottom: 0;
  font-weight: 700;
}
.workshop .workshop-details p {
  hyphens: auto;
}
.workshop .workshop-details p:last-of-type {
  margin-bottom: 0;
}

.workshop-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 15px;
  font-size: 1em;
  margin-bottom: 25px;
}
.workshop-meta .ws_meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.workshop-meta .ws_meta svg {
  height: 33px;
}

.sticky {
  display: block;
}

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

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

.site-main {
  max-width: 880px;
  margin: 0 auto;
}

.site-container {
  padding: 0 30px;
}

.site-container--wide {
  max-width: 1220px;
  margin: 0 auto;
}

.content-main {
  margin: 0 auto;
  max-width: 880px;
}

.site-blog {
  max-width: 1220px;
}

.intro-image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.1);
  background-size: cover;
  background-position: center 60%;
  background-repeat: no-repeat;
}
.intro-image.image-profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 30%, rgba(0, 0, 0, 0.75) 100%);
}
@media screen and (min-width: 550px) {
  .intro-image.image-profile::after {
    background: linear-gradient(to left, transparent 30%, rgba(0, 0, 0, 0.35) 90%);
  }
}
@media screen and (min-width: 800px) {
  .intro-image.image-profile::after {
    display: none;
    background: none;
  }
}
@media screen and (min-width: 550px) {
  .intro-image {
    height: 400px;
  }
}
@media screen and (min-width: 780px) {
  .intro-image {
    height: 520px;
  }
}
@media screen and (min-width: 1400px) {
  .intro-image {
    height: 100vh;
    max-height: 35vw;
  }
}
.intro-image.intro-blog {
  max-height: 260px;
}
@media screen and (min-width: 1400px) {
  .intro-image.intro-blog {
    height: 100vh;
    max-height: 22vw;
  }
}
.intro-image .intro-content {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1220px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 500;
}
@media screen and (min-width: 1280px) {
  .intro-image .intro-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.intro-image .intro-content .content-inner {
  max-width: 700px;
}
.intro-image .intro-content h1 {
  margin: 0 0 40px;
  line-height: 1.2em;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 550px) {
  .intro-image .intro-content h1 {
    font-size: 6vw;
    text-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  .intro-image .intro-content h1 {
    font-size: 4.75em;
  }
}
.intro-image .intro-content .btn {
  display: inline-block;
}

.call-to-action {
  position: relative;
  background-color: blue;
  max-width: 2250px;
  margin: 100px auto;
  height: 90vh;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  min-height: 390px;
}
.call-to-action .cta-content {
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  top: 15%;
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 760px) {
  .call-to-action .cta-content {
    max-width: 1220px;
  }
}
.call-to-action .cta-content h1 {
  margin-top: 0;
  margin-bottom: 23px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 800px) {
  .call-to-action .cta-content h1 {
    text-shadow: none;
  }
}
.call-to-action .cta-content p {
  max-width: 320px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.call-to-action::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 0%);
}
@media screen and (min-width: 600px) {
  .call-to-action::after {
    background: linear-gradient(to left, transparent 30%, rgba(0, 0, 0, 0.5) 75%);
  }
}
@media screen and (min-width: 840px) {
  .call-to-action::after {
    display: none;
    background: none;
  }
}

.contact-main {
  margin-bottom: 100px;
  display: grid;
  grid-gap: 40px;
  align-items: end;
}
@media screen and (min-width: 660px) {
  .contact-main {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-main h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
}
.contact-main p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.contact-main a {
  text-decoration: none;
  color: #000;
}
.contact-main a:hover {
  color: rgb(189, 165, 0);
}
.contact-main .contact-image {
  position: relative;
}
.contact-main .image-bar {
  position: absolute;
  width: 100%;
  height: 25px;
  right: -20%;
  bottom: -7px;
  background-color: rgb(189, 165, 0);
}

.zur-person {
  margin: 100px 0 0;
  padding: 0 30px 140px;
}
.zur-person h2,
.zur-person h3 {
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.zur-person h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.zur-person h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
.zur-person p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  word-wrap: break-word;
  hyphens: auto;
}
.zur-person .profile-section {
  background: rgb(189, 165, 0);
  gap: 15px;
  padding: 40px;
  position: relative;
}
@media screen and (min-width: 840px) {
  .zur-person .profile-section {
    gap: 50px 40px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
  }
}
@media screen and (min-width: 1060px) {
  .zur-person .profile-section {
    padding: 100px 40px;
  }
}
.zur-person .profile-background {
  display: none;
  background-color: #fff;
  max-width: 170px;
  position: absolute;
  width: 13.93%;
  height: 100%;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 840px) {
  .zur-person .profile-background {
    display: block;
    padding: 100px 40px;
  }
}
.zur-person .profile-bottom-bar {
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 38.75%;
  height: 26px;
  background-color: rgb(67, 34, 51);
}
.zur-person .profile-image {
  z-index: 10;
  margin-bottom: 20px;
}
@media screen and (min-width: 840px) {
  .zur-person .profile-image {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1060px) {
  .zur-person .profile-image {
    max-width: calc(50% - 20px);
  }
}
.zur-person .profile-image img {
  width: 100%;
}
.zur-person .profile-details .detail {
  padding: 12px 0;
  border-bottom: 1px solid rgb(67, 34, 51);
}
@media screen and (min-width: 590px) {
  .zur-person .profile-details .detail {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 4fr 7.4fr;
  }
}
@media screen and (min-width: 840px) {
  .zur-person .profile-details .detail {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1060px) {
  .zur-person .profile-details .detail {
    grid-template-columns: 4fr 7.4fr;
  }
}

.splide__pagination {
  bottom: -35px !important;
}

.splide__pagination__page.is-active {
  background: #a5a5a5 !important;
}

.profile-slider {
  padding-bottom: 60px;
}
.profile-slider a {
  text-decoration: none;
  color: #000;
}
.profile-slider .profile-box:hover {
  background-color: rgb(236, 236, 236);
}
.profile-slider .profile-box:hover h2 {
  color: rgb(189, 165, 0);
}

.profile-box {
  padding: 5px 20px;
  border-radius: 15px 15px 0 0;
  height: 100%;
}
.profile-box img {
  max-width: 96px;
  margin: 20px auto 17px;
  display: block;
}
.profile-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(67, 34, 51);
  font-weight: 700;
  line-height: 1.15;
  font-size: 18px;
  hyphens: auto;
  word-wrap: break-word;
}
.profile-box p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.45;
  hyphens: auto;
  word-wrap: break-word;
}

.social-box {
  margin-top: 60px;
  margin-bottom: 65px;
}
.social-box img {
  max-width: 120px;
  border-radius: 100%;
}
.social-box .social-box__title {
  font-size: 21px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.5;
}
.social-box .social-box__position {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 1.3;
}

.services-container {
  display: flex;
  flex-direction: column;
  row-gap: 37px;
}
.services-container .profile-box {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .services-container .profile-box {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 880px) {
  .services-container .profile-box {
    gap: 84px;
  }
}
.services-container .profile-box img {
  max-width: 180px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 700px) {
  .services-container .profile-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .services-container .profile-box:nth-child(even) .profile__image-container {
    transform: translateX(100px);
  }
}
.services-container .profile-box:nth-of-type(4n + 0) .profile__image-container {
  background-color: rgb(186, 183, 172);
}
.services-container .profile-box:nth-of-type(4n + 1) .profile__image-container {
  background-color: rgb(133, 142, 149);
}
.services-container .profile-box:nth-of-type(4n + 2) .profile__image-container {
  background-color: rgb(67, 34, 51);
}
.services-container .profile-box:nth-of-type(4n + 3) .profile__image-container {
  background-color: rgb(114, 114, 110);
}
.services-container .profile-box .profile__image-container {
  background-color: rgb(133, 142, 149);
  padding: 30px 26px;
  display: flex;
  flex: 1 1 31%;
  justify-content: center;
  align-items: center;
  transform: translateX(-100px);
  opacity: 0;
  max-width: 175px;
  margin: 20px 0;
}
@media screen and (min-width: 700px) {
  .services-container .profile-box .profile__image-container {
    max-width: none;
    margin: 0;
    padding: 40px 36px;
  }
}
.services-container .profile-box .profile__image-container img {
  filter: invert(1) brightness(100) contrast(100);
}
.services-container .profile-box .profile__content-container {
  flex: 1 1 70%;
}
.services-container .profile-box .profile__content-container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 25px;
}
.services-container .profile-box .profile__content-container p:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 70px 0 -70px;
}
.nav-links a,
.nav-links span {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.post__preview {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media screen and (min-width: 880px) {
  .post__preview {
    flex-direction: row;
    gap: 20px;
  }
}
.post__preview .entry-title {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
}
.post__preview .entry-title a {
  text-decoration: none;
}
@media screen and (min-width: 880px) {
  .post__preview:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.post__preview:nth-of-type(even) .preview__content {
  border-color: rgb(67, 34, 51);
}
.post__preview:nth-of-type(even) .entry-title a {
  color: rgb(67, 34, 51);
}
.post__preview .preview__content {
  padding: 22px;
  font-size: 14.5px;
  background-color: #fff;
  width: 100%;
  border-bottom: 12px solid rgb(189, 165, 0);
  order: 1;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 880px) {
  .post__preview .preview__content {
    width: 60%;
    order: unset;
  }
}
.post__preview .preview__content p {
  line-height: 1.42;
  margin-bottom: 20px;
}
.post__preview .preview__thumbnail {
  background-color: rgb(67, 34, 51);
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  order: 0;
}
@media screen and (min-width: 720px) {
  .post__preview .preview__thumbnail {
    max-height: 250px;
  }
}
@media screen and (min-width: 880px) {
  .post__preview .preview__thumbnail {
    max-height: none;
    overflow: visible;
    width: 40%;
    order: unset;
  }
}
.post__preview .preview__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__preview .preview__thumbnail img:hover {
  opacity: 0.8;
}
.post__preview .entry-footer {
  margin-top: auto;
}
.post__preview .entry-meta {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  color: rgb(114, 114, 110);
}
.post__preview .entry-meta .user-image {
  border-radius: 100%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.post__preview .entry-meta .user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__preview .entry-meta .meta-divider {
  width: 10px;
  height: 1px;
  margin: 2px 3px 0;
  background-color: rgb(189, 165, 0);
}
.post__preview .entry-meta .posted-on a {
  text-decoration: none;
  color: rgb(114, 114, 110);
}

.cta-sharing {
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.cta-sharing .sharing-popup {
  visibility: hidden;
  opacity: 0;
  width: 171px;
  font-size: 13px;
  font-weight: 300;
  background-color: black;
  color: #fff;
  right: 75px;
  padding: 8px 15px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.cta-sharing .sharing-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px; /* Platzierung des Dreiecks */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid black; /* Farbe des Pfeils */
}
.cta-sharing g {
  fill: rgb(189, 165, 0);
}
.cta-sharing:hover {
  cursor: pointer;
  color: rgb(189, 165, 0);
}
@media screen and (max-width: 440px) {
  .post__preview .cta-sharing {
    display: none;
  }
}

.post-single {
  margin-bottom: 130px;
}
.post-single .entry-header {
  text-align: center;
  margin-bottom: 33px;
}
.post-single .entry-header .entry-title {
  line-height: 1.25;
  margin-top: 27px;
  margin-bottom: 30px;
}
.post-single .entry-header .entry-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-bottom: 55px;
}
.post-single .entry-header .entry-meta a {
  text-decoration: none;
  color: #000;
}
.post-single .entry-header .entry-meta .meta-divider {
  height: 2px;
  background-color: rgb(189, 165, 0);
  width: 23px;
  margin: 5px 5px 0;
}
.post-single .post__thumbnail {
  max-width: 600px;
  margin: 25px auto;
}
.post-single .entry-content {
  background-color: #fff;
  padding: 4px 25px;
}
.post-single .entry-content h1 {
  margin-top: 40px;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 25px;
}
.post-single .entry-content h2 {
  margin-top: 40px;
  font-size: 27px;
  font-weight: 300;
}
.post-single .entry-content h3,
.post-single .entry-content h4,
.post-single .entry-content h5 {
  font-weight: 300;
}
.post-single .entry-footer {
  padding: 0 25px;
  margin-top: 45px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(114, 114, 110);
  font-size: 15px;
}
.post-single .entry-footer .cta-sharing {
  font-size: 15px;
}
.post-single .entry-footer a {
  color: rgb(114, 114, 110);
  text-decoration: none;
  font-weight: 700;
}
.post-single .entry-footer a:hover {
  color: rgb(189, 165, 0);
}

.blog-posts {
  width: 100%;
}

.blog-content {
  margin-bottom: 140px;
}
@media screen and (min-width: 1200px) {
  .blog-content {
    display: flex;
    gap: 40px;
  }
}
.blog-content .search-form {
  margin-bottom: 35px;
}
.blog-content .search-field {
  font-size: 15px;
  width: calc(100% - 59px);
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  margin: 0;
}
.blog-content .search-form {
  background-color: #fff;
}
.blog-content .search-submit {
  margin: 0;
  width: 55px;
}
.blog-content .search-submit {
  background-color: rgb(191, 191, 191);
  color: white;
  padding: 18px 10px;
  position: relative;
  border: none;
  border-radius: 0;
  background-image: url("http://localhost:3000/wp-content/themes/hellwage/dist/search-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
}
.blog-content .search-submit:hover {
  cursor: pointer;
  background-color: rgb(144, 144, 144);
}
.blog-content p {
  margin: 0 0 15px;
}
.blog-content .blog-sidebar {
  min-width: 170px;
  margin: 50px 0 100px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .blog-content .blog-sidebar {
    margin: 0;
    display: block;
  }
}
.blog-content .blog-sidebar h4 {
  margin-top: 0;
  color: black;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.blog-content .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-content .blog-sidebar ul li {
  margin-bottom: 10px;
}
.blog-content .blog-sidebar ul li a {
  font-size: 14px;
  text-decoration: none;
  color: rgb(114, 114, 110);
  border-bottom: 1px solid rgb(189, 165, 0);
  padding-bottom: 5px;
}
.blog-content .blog-sidebar ul li a:hover {
  color: rgb(189, 165, 0);
}

.social-icons {
  margin-bottom: 10px;
}
@media screen and (min-width: 300px) {
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons a {
  text-decoration: none;
}
.social-icons a svg path {
  fill: rgb(67, 34, 51);
}
.site-footer .social-icons a svg path {
  fill: #fff;
}
.social-icons a:hover svg path {
  fill: rgb(189, 165, 0);
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.message {
  text-align: center;
  font-weight: 600;
  font-size: 1.15em;
  padding: 20px 25px;
  border-radius: 10px;
}
.message--info {
  background-color: rgb(186, 183, 172);
  color: rgb(67, 34, 51);
}

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

@media screen and (max-width: 1015px) {
  .splide__arrows {
    display: none;
  }
}

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

/* ANIMATIONS */
.animation__generic {
  opacity: 0;
}

.anim--appear, .claim-text h1,
.claim-text p {
  transform: translateY(100px);
  opacity: 0;
}

.anim__appear--left {
  opacity: 0;
  transform: translateX(-75px);
}

/*# sourceMappingURL=styles.css.map*/