@font-face {
  font-family: adelle, serif;

  font-weight: 700;

  font-style: normal;
}

@font-face {
  ffont-family: fira-sans, sans-serif;

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: fira-sans, sans-serif;

  font-weight: 700;

  font-style: normal;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: fira-sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(56 48 43 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site {
  position: relative;
  z-index: 10;
}

/* Font */

.display-1 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Adelle, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .display-1 {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 4rem;
  }
}

.display-2 {
  font-family: Adelle, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .display-2 {
    font-size: 3rem;
  }
}

.display-3 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Adelle, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .display-3 {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 2.5rem;
  }
}

.display-4 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Adelle, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1024px) {
  .display-4 {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 2rem;
  }
}

.display-5 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Adelle, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .display-5 {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 1.5rem;
  }
}

.display-6 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Adelle, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .display-6 {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 1.125rem;
  }
}

.body-xLarge {
  font-size: 1.5rem;
  line-height: 150%;
}

@media (min-width: 768px) {
  .body-xLarge {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .body-xLarge {
    font-size: 3rem;
  }
}

.body-large {
  font-size: 1.125rem;
  line-height: 150%;
}

@media (min-width: 768px) {
  .body-large {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .body-large {
    font-size: 2rem;
  }
}

.body-medium,
.has-medium-font-size {
  font-size: 1.125rem !important;
  line-height: 150%;
}

.body-default {
  font-size: 1rem;
  line-height: 150%;
}

.body-small {
  font-size: .875rem;
  line-height: 150%;
}

.body-xSmall {
  font-size: .75rem;
  line-height: 140%;
}

.display-1 + p,
.display-2 + p,
.display-4 + p,
.display-3 + .has-medium-font-size {
  margin-top: 2rem;
}

.has-medium-font-size + .wp-block-buttons {
  margin-top: 2rem;
}

.body-default ul,
ul.body-default,
.body-medium ul,
ul.body-medium,
.body-large ul,
ul.body-large {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.body-default ul li, ul.body-default li, .body-medium ul li, ul.body-medium li, .body-large ul li, ul.body-large li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.disc-list ul {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  list-style-type: disc;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

ul.check-list {
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: none;
  padding: 0.5rem;
}

ul.check-list li {
  margin-left: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

ul.check-list li:before {
  content: "\e808";
  position: absolute;
  margin-right: 0.375rem;
  margin-left: -1.75rem;
  display: block;
  font-family: icons, sans-serif;
  font-size: 13px;
}

.default-check-list {
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: none;
  padding: 0.5rem;
}

.default-check-list li {
  margin-left: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.default-check-list li:before {
  content: "\e808";
  position: absolute;
  margin-right: 0.375rem;
  margin-left: -1.75rem;
  margin-top: 0.25rem;
  display: block;
  font-family: icons, sans-serif;
  font-size: 12px;
}

strong {
  font-weight: 700;
}

/* ABSTÄNDE  */

p + p {
  margin-top: 1rem;
}

/* IMAGES  */

/* BUTTONS */

.wp-block-button {
  font-family: Adelle, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.wp-block-button > .wp-block-button__link {
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* HEADER  */

.headerWrapper {
  width: 100%;
}

.site-header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1256px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .site-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1536px) {
  .site-header {
    position: relative;
  }
}

.site-header .main-navigation {
  position: fixed;
  top: -100%;
  left: 0px;
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(205 175 133 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .site-header .main-navigation {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 3rem;
    display: flex;
    background-color: transparent;
    padding-top: 0px;
  }
}

.site-header .main-navigation > div {
  width: 100%;
}

@media (min-width: 1024px) {
  .site-header .main-navigation > div {
    width: auto;
  }
}

.site-header .main-navigation .current_page_item {
  font-weight: 700;
}

.site-header .menu-toggle {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  z-index: 100000;
}

@media (min-width: 1024px) {
  .site-header .menu-toggle {
    display: none;
  }
}

#primary-menu {
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  #primary-menu {
    flex-direction: row;
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#primary-menu li {
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  #primary-menu li {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0px;
  }
}

#primary-menu li.current-menu-item a:after {
  top: -0.5rem;
  width: calc(100% + 1rem);
  --tw-bg-opacity: 1;
  background-color: rgb(56 48 43 / var(--tw-bg-opacity, 1));
}

#primary-menu li a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 32rem;
  --tw-text-opacity: 1;
  color: rgb(56 48 43 / var(--tw-text-opacity, 1));
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Adelle, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 1024px) {
  #primary-menu li a {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 1.125rem;
  }
}

#primary-menu li a:after {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  display: none;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  #primary-menu li a:after {
    display: block;
  }
}

#primary-menu li a:hover:after {
  top: -0.5rem;
  width: calc(100% + 1rem);
  --tw-bg-opacity: 1;
  background-color: rgb(56 48 43 / var(--tw-bg-opacity, 1));
}

.navBurger .menuBtn {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  border-width: 0px;
  padding: 0px;
}

.navBurger .menuBtn svg {
  margin-top: -0.25rem;
}

.navBurger .line {
  fill: none;
  stroke: #38302B;
  stroke-width: 8;
  transition: stroke-dasharray 0ms cubic-bezier(0.4, 0, 0.2, 1),
			stroke-dashoffset 0ms cubic-bezier(0.4, 0, 0.2, 1);
  stroke-linecap: round;
}

.navBurger .line1 {
  stroke-dasharray: 60 207;
}

.navBurger .line2 {
  stroke-dasharray: 60 60;
}

.navBurger .line3 {
  stroke-dasharray: 60 207;
}

body.navOpen .site-branding {
  z-index: 999999;
  width: 4rem;
}

body.navOpen .site-header {
  position: fixed;
  top: 0px;
  z-index: 99998;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.navOpen .main-navigation {
  top: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.navOpen .navBurger .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

body.navOpen .navBurger .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

body.navOpen .navBurger .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.scrollBack .site-main {
  padding-top: 9rem;
}

.scrollBack .headerWrapper {
  position: fixed;
  top: 0px;
  z-index: 9999;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.scrollBack .headerWrapper .site-branding {
  width: 4rem;
}

@media (min-width: 768px) {
  .scrollBack .headerWrapper .site-branding {
    width: 7rem;
  }
}

.scrollBack .headerWrapper .site-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .scrollBack .headerWrapper .main-navigation {
    margin-top: 2rem;
  }
}

.scrollBack .headerWrapper .main-navigation #primary-menu li a {
  font-size: 1rem;
}

/* CONTENT CLASSES */

.innerContent {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1256px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .innerContent {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .innerContent {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.smallInnerContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 1008px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .smallInnerContent {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .smallInnerContent {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.smallInnerContent > p {
  max-width: 48rem;
}

.bg-body {
  position: absolute;
  top: 0px;
  right: 0px;
}

main {
  position: relative;
  z-index: 10;
  min-height: 100vh;
}

/* HERO  */

.hero {
  position: relative;
  display: flex;
  min-height: 75vh;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .hero {
    flex-direction: row;
  }
}

.hero > div {
  width: 100%;
}

@media (min-width: 1024px) {
  .hero > div {
    width: 41.3333%;
  }
}

.hero > div + div {
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero > div + div {
    width: 68.66666%;
  }
}

.hero .display-1 + .display-2 {
  margin-top: -1rem;
}

.hero .wp-block-image img {
  position: absolute;
  right: 0px;
  width: 41.666667%;
  max-width: 400px;
  border-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .hero .wp-block-image img {
    top: -7rem;
    width: 100%;
  }
}

.hero .wp-block-image + .wp-block-image img {
  top: auto;
  bottom: -4rem;
  width: 50%;
  max-width: 350px;
}

@media (min-width: 1024px) {
  .hero .wp-block-image + .wp-block-image img {
    right: 2.5rem;
    width: 100%;
  }
}

.hero .wp-block-image + .wp-block-image + .wp-block-image img {
  position: relative;
  left: 0px;
  right: auto;
  top: 1.5rem;
  width: 66.666667%;
  max-width: 450px;
}

@media (min-width: 1024px) {
  .hero .wp-block-image + .wp-block-image + .wp-block-image img {
    top: -1.5rem;
    width: 100%;
  }
}

/* doubleImageContainer */

.doubleImageContainer {
  position: relative;
}

.doubleImageContainer .wp-block-image img {
  position: absolute;
  right: 0px;
  width: 41.666667%;
  max-width: 400px;
  border-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .doubleImageContainer .wp-block-image img {
    width: 100%;
  }
}

.doubleImageContainer .wp-block-image + .wp-block-image img {
  top: 15rem;
  left: 0px;
  width: 50%;
  max-width: 250px;
}

@media (min-width: 1024px) {
  .doubleImageContainer .wp-block-image + .wp-block-image img {
    width: 100%;
  }
}

/* TABCONTENT  */

.tabContainer .tabNav {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 54 54 / var(--tw-border-opacity, 1));
}

.tabContainer .tabNav a {
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 54 54 / var(--tw-text-opacity, 1));
  opacity: 0.3;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Adelle, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .tabContainer .tabNav a {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .tabContainer .tabNav a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.tabContainer .tabNav .active a {
  opacity: 1;
}

.tabContainer .tabContent {
  display: none;
  padding-top: 2rem;
}

.tabContainer .tabContent.active {
  display: block;
}

/* GALLERY */

.wp-block-gallery {
  margin-top: 3rem;
}

/* MAP  */

#map {
  height: 75vh;
  width: 100%;
}

/* SLIDER  */

.simple-slider {
  position: relative;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  display: flex;
  min-width: 100%;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 768px) {
  .slide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.slide img {
  border-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.slide .wp-block-image {
  width: 100%;
}

@media (min-width: 768px) {
  .slide .wp-block-image {
    width: 25%;
  }
}

.slide p {
  width: 100%;
}

@media (min-width: 768px) {
  .slide p {
    width: 75%;
  }
}

.prev,
.next {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}

.prev a, .next a {
  display: none;
}

.prev {
  left: 0px;
}

.prev:before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><path d="M42.6667 58.6666L16 31.9999L42.6667 5.33325L47.4 10.0666L25.4667 31.9999L47.4 53.9333L42.6667 58.6666Z" fill="black"/></svg>');
  margin-top: 3rem;
  display: block;
  height: 4rem;
  width: 4rem;
  opacity: 0.3;
}

.prev:hover:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .prev:before {
    margin-top: 0px;
  }
}

.next {
  right: 0px;
}

.next:before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><path d="M21.3333 5.33341L48 32.0001L21.3333 58.6667L16.6 53.9334L38.5333 32.0001L16.6 10.0667L21.3333 5.33341Z" fill="black"/></svg>');
  margin-top: 3rem;
  display: block;
  height: 4rem;
  width: 4rem;
  opacity: 0.3;
}

.next:hover:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .next:before {
    margin-top: 0px;
  }
}

/* EVENTS */

.eventItem {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.eventItem .dateWrapper {
  display: flex;
  width: 11rem;
  flex-direction: column;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(199 198 198 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
  padding-left: 2rem;
}

.eventItem .dateWrapper .display-4 {
  margin-top: -0.5rem;
}

@media (min-width: 768px) {
  .eventItem .dateWrapper .display-4 {
    margin-top: -1.25rem;
  }
}

.eventItem .eventInfos {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(205 175 133 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
}

.eventItem .eventIcon {
  position: absolute;
  left: -1.5rem;
  height: 3rem;
  width: 3rem;
}

/* FOOTER  */

footer .footerBG {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -20;
  margin-left: auto;
  width: 200%;
}

@media (min-width: 768px) {
  footer .footerBG {
    position: relative;
  }
}

@media (min-width: 1024px) {
  footer .footerBG {
    width: 75%;
  }
}

footer .innerContent {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  footer .innerContent {
    margin-top: -5rem;
  }
}

footer .innerContent .footerContent {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}

@media (min-width: 768px) {
  footer .innerContent .footerContent {
    flex-direction: row;
    gap: 4rem;
  }
}

@media (min-width: 1280px) {
  footer .innerContent .footerContent {
    width: 66.666667%;
  }
}

footer .innerContent .footerContent .socialMedia {
  display: flex;
  gap: 1rem;
}
